@charset "UTF-8";
/* =========================================================
body
========================================================= */
body,
.wrapper {
  overflow: visible !important;
}

body.is-open {
  overflow: hidden !important;
}
@media only screen and (max-width: 750px) {
  body .pane-footer {
    z-index: 1;
  }
}

.lp-main__in {
  position: relative;
}

#footer_top,
.pane-footer {
  margin-top: 0;
}

.pane-contents {
  min-height: auto;
}
.pane-contents input,
.pane-contents button,
.pane-contents textarea,
.pane-contents select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
.pane-contents *:before, .pane-contents *:after {
  display: block;
}
.pane-contents img {
  width: 100%;
  height: auto;
}
.pane-contents img.w100 {
  width: 100%;
  height: auto;
}
.pane-contents a {
  text-decoration: none;
}
.pane-contents a[href*="tel:"] {
  text-decoration: underline;
}
@media (hover: hover) {
  .pane-contents a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (hover: hover) {
  .pane-contents .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .pane-contents .opacity-link:hover {
    opacity: 0.6;
  }
}
.pane-contents .txt-link {
  text-decoration: underline;
}
@media (hover: hover) {
  .pane-contents .txt-link:hover {
    text-decoration: none;
  }
}

/*------------------------------------------
common parts
------------------------------------------*/
@media (max-width: 1024px) {
  .to-pc {
    display: none !important;
  }
}

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

/*------------------------------------------
fade up
------------------------------------------*/
.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

/*------------------------------------------
CTSS2-37064 PDM改修部分 ↓↓↓↓↓↓↓↓↓↓↓↓
------------------------------------------*/
.dunamis2026 {
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #3E3A39;
  overflow: hidden;
}
.dunamis2026 .footer__logo {
  width: 185px;
}
.dunamis2026 .pagetop a {
  width: 66px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  background: none;
}
.dunamis2026 .pagetop a::before {
  display: none;
}

/*------------------------------------------
mv__container
------------------------------------------*/
.mv__container {
  background: #fff;
  padding: 8px 0 40px;
}
@media (min-width: 1025px) {
  .mv__container {
    padding: 10px 0 50px;
  }
}
.mv__container .logo {
  width: 178px;
  margin: 0 auto 20px;
}
@media (min-width: 1025px) {
  .mv__container .logo {
    width: 229px;
    margin: 0 auto 24px;
  }
}
.mv__container .mv__slide .splide {
  position: relative;
}
.mv__container .mv__slide .splide.no-slide {
  visibility: visible;
}
.mv__container .mv__slide .splide.no-slide .splide__arrows,
.mv__container .mv__slide .splide.no-slide .splide__toggle {
  display: none;
}
.mv__container .mv__slide .splide.no-slide .splide__list {
  display: block;
}
.mv__container .mv__slide .splide.no-slide .splide__slide > a {
  pointer-events: auto;
}
.mv__container .mv__slide .splide__wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 10px 16px;
}
@media (min-width: 1025px) {
  .mv__container .mv__slide .splide__wrapper {
    padding: 0 23.2vw 22px;
  }
}
.mv__container .mv__slide .splide__track {
  overflow: visible;
  border-radius: 0;
  border: 0;
}
.mv__container .mv__slide .splide__slide .slide--img {
  aspect-ratio: 732/540;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .mv__container .mv__slide .splide__slide .slide--img {
    border-radius: 40px;
  }
}
.mv__container .mv__slide .splide__pagination {
  bottom: 0;
  gap: 8px;
  height: 8px;
}
.mv__container .mv__slide .splide__pagination .splide__pagination__page {
  background: #DBDBDB;
  margin: 0;
  opacity: 1;
}
.mv__container .mv__slide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #3E3A39;
}
.mv__container .mv__info {
  width: 288px;
  margin: 32px auto 0;
}
@media (min-width: 1025px) {
  .mv__container .mv__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 48px auto 0;
  }
}
.mv__container .mv__info .check__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 16px;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .check__list {
    padding-left: 10px;
    gap: 24px;
    margin-bottom: 16px;
  }
}
.mv__container .mv__info .check__list > li {
  position: relative;
  line-height: 1;
  padding-left: 26px;
  font-size: 15px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .check__list > li {
    padding-left: 28px;
    font-size: 17px;
  }
}
.mv__container .mv__info .check__list > li::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .check__list > li::before {
    width: 22px;
    height: 22px;
  }
}
.mv__container .mv__info .check__list > li > sub {
  vertical-align: top;
  font-size: 9px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .check__list > li > sub {
    font-size: 10px;
  }
}
.mv__container .mv__info .lead {
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .mv__container .mv__info .lead {
    font-size: 26px;
  }
}
.mv__container .mv__info .lead .line--txt {
  display: inline-block;
  position: relative;
}
.mv__container .mv__info .lead .line--txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 9px;
  background: linear-gradient(210deg, #ffb591 0%, #fff1e8 30.54%, #fffac3 62.07%, #f0eea3 100%);
  mix-blend-mode: multiply;
  clip-path: inset(0 100% 0 0%);
}
.mv__container .mv__info .option {
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
}
.mv__container .mv__info.is-active .lead .line--txt::after {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  clip-path: inset(0 0% 0 0%);
}

/*------------------------------------------
cmn parts
------------------------------------------*/
.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.ft-w5 {
  font-family: "Hiragino Sans W5", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.ft-w3 {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
}

.cmn__inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .cmn__inner {
    max-width: 732px;
    padding: 0;
  }
}

.cmn__lead {
  text-align: center;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .cmn__lead {
    font-size: 26px;
  }
}
.cmn__lead .line--txt {
  display: inline-block;
  position: relative;
}
.cmn__lead .line--txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 9px;
  background: linear-gradient(210deg, #ffb591 0%, #fff1e8 30.54%, #fffac3 62.07%, #f0eea3 100%);
  mix-blend-mode: multiply;
}
.cmn__lead sub {
  line-height: 2;
  vertical-align: top;
  font-size: 15px;
}

.cmn__option {
  margin-top: 12px;
  text-align: center;
  font-size: 10px;
}
@media (min-width: 1025px) {
  .cmn__option {
    margin-top: 13px;
  }
}

@media (max-width: 1024px) {
  .product__block {
    margin-bottom: 40px;
  }
}
.product__block .product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.product__block .product__img {
  width: 100%;
  margin: 0 auto;
}
.product__block .product__info {
  width: 100%;
}
@media (min-width: 1025px) {
  .product__block .product__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product__block .product__info .anchor__btn {
  margin-bottom: 12px;
}
@media (min-width: 1025px) {
  .product__block .product__info .anchor__btn {
    margin-bottom: 16px;
  }
}
.product__block .product__info .anchor__btn > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  color: #fff;
  padding: 8px 10px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .product__block .product__info .anchor__btn > a {
    margin: 0;
  }
}
.product__block .product__info .anchor__btn > a span {
  display: inline-block;
}
.product__block .product__info .anchor__btn > a .txt {
  color: #fff;
  font-size: 12px;
}
.product__block .product__info .anchor__btn > a .ico {
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.product__block .product__info .anchor__btn > a .ico::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.product__block .product__info .anchor__btn > a sub {
  vertical-align: top;
  font-size: 7px;
}
.product__block .product__info .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 11px;
}
@media (min-width: 1025px) {
  .product__block .product__info .ttl {
    text-align: left;
    margin-bottom: 20px;
  }
}
.product__block .product__info .price {
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .product__block .product__info .price {
    text-align: left;
  }
}
.product__block .product__info .price .s--txt {
  font-size: 10px;
}
.product__block .product__info .online__box {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .product__block .product__info .online__box {
    margin: 0;
  }
}
.product__block .product__info .online__btn > a {
  background: #B0D4E4;
  border-radius: 36px;
  width: 100%;
  height: 50px;
  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;
}
.product__block .product__info .online__btn > a .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  color: #0047BA;
  line-height: 1;
  font-size: 18px;
  padding-left: 32px;
  position: relative;
}
.product__block .product__info .online__btn > a .en::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_online.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 20px;
}
.product__block .product__info .op--1,
.product__block .product__info .op--2 {
  text-align: center;
}
.product__block .product__info .op--1 {
  font-size: 13px;
  margin-top: 16px;
}
.product__block .product__info .op--2 {
  font-size: 10px;
  margin-top: 6px;
}
.product__block.product__1 .product__img {
  width: 316px;
}
@media (min-width: 1025px) {
  .product__block.product__1 .product__img {
    width: 346px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__1 .product__info {
    padding-top: 32px;
  }
}
.product__block.product__1 .product__info .icon {
  width: 152px;
  margin-bottom: 16px;
}
.product__block.product__1 .product__info .anchor__btn > a {
  background: #DF707C;
}
.product__block.product__1 .product__info .anchor__btn > a .ico::after {
  border-right: 1px solid #DF707C;
  border-bottom: 1px solid #DF707C;
}
.product__block.product__2 {
  position: relative;
}
.product__block.product__2 .product__img {
  width: 316px;
}
@media (min-width: 1025px) {
  .product__block.product__2 .product__img {
    width: 308px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__2 .product__info {
    padding-top: 106px;
  }
}
.product__block.product__2 .product__info .anchor__btn > a {
  background: #CEC70A;
}
.product__block.product__2 .product__info .anchor__btn > a .ico::after {
  border-right: 1px solid #CEC70A;
  border-bottom: 1px solid #CEC70A;
}
.product__block.product__2 .ico--award::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/icon_award.png) no-repeat center/100%;
  position: absolute;
  top: 11px;
  right: 0;
  width: 85px;
  height: 130px;
}
@media (min-width: 1025px) {
  .product__block.product__2 .ico--award::before {
    width: 93px;
    height: 142px;
    top: 16px;
    right: 126px;
  }
}
.product__block.product__3 .product__img {
  width: 331px;
}
@media (min-width: 1025px) {
  .product__block.product__3 .product__img {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__3 .product__info {
    padding-top: 126px;
  }
}
.product__block.product__3 .product__info .anchor__btn > a {
  background: #F18D5D;
}
.product__block.product__3 .product__info .anchor__btn > a .ico::after {
  border-right: 1px solid #F18D5D;
  border-bottom: 1px solid #F18D5D;
}
.product__block.product__4 {
  position: relative;
}
.product__block.product__4 .product__img {
  width: 204px;
}
@media (min-width: 1025px) {
  .product__block.product__4 .product__img {
    width: 316px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__4 .product__info {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .product__block.product__4 .product__info .ttl {
    letter-spacing: -2px;
  }
}
.product__block.product__4 .ico--award::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/icon_award_2.png) no-repeat center/100%;
  position: absolute;
  top: 6px;
  right: 0;
  width: 85px;
  height: 130px;
}
@media (min-width: 1025px) {
  .product__block.product__4 .ico--award::before {
    width: 93px;
    height: 142px;
    right: 55px;
  }
}
.product__block.product__5 {
  position: relative;
}
.product__block.product__5 .product__img {
  width: 336px;
}
@media (min-width: 1025px) {
  .product__block.product__5 .product__img {
    width: 278px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__5 .product__info {
    padding-top: 176px;
  }
}
.product__block.product__5 .ico--award::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/icon_award_3.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 101px;
  height: 95px;
}
@media (min-width: 1025px) {
  .product__block.product__5 .ico--award::before {
    top: 130px;
    right: 112px;
  }
}
.product__block.product__6 .product__img {
  width: 254px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .product__block.product__6 .product__img {
    width: 355px;
  }
}
@media (min-width: 1025px) {
  .product__block.product__6 .product__info {
    padding-top: 62px;
  }
}

.point__block {
  background: #fff;
  padding: 30px 18px;
  border-radius: 0px 50px;
}
@media (min-width: 1025px) {
  .point__block {
    padding: 40px 60px;
  }
}
.point__block .point__item {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .point__block .point__item {
    margin-bottom: 32px;
  }
}
.point__block .point__item:last-child {
  margin-bottom: 0;
}
.point__block .point__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
.point__block .point__ttl .ttl {
  display: inline-block;
  color: #DF707C;
  padding: 0 44px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.point__block .point__ttl .ttl::before, .point__block .point__ttl .ttl::after {
  content: "";
  background: #DF707C;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.point__block .point__ttl .ttl::before {
  left: 0;
}
.point__block .point__ttl .ttl::after {
  right: 0;
}
.point__block .point__lead {
  text-align: center;
  font-size: 14px;
}
.point__block .point__lead sub {
  vertical-align: top;
  font-size: 8px;
}
.point__block .point__lead.mgb-20 {
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .point__block .point__lead.mgb-20 {
    margin-bottom: 20px;
  }
}
.point__block .point__lead.mgb-10 {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .point__block .point__lead.mgb-10 {
    margin-bottom: 10px;
  }
}
.point__block .point__lead.mgb-7 {
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .point__block .point__lead.mgb-7 {
    margin-bottom: 7px;
  }
}
.point__block .point__sublead {
  letter-spacing: 0;
  text-align: center;
  font-size: 10px;
  margin-bottom: 8px;
}
@media (min-width: 1025px) {
  .point__block .point__sublead {
    margin-bottom: 10px;
  }
}
.point__block .point__sublead sub {
  vertical-align: top;
  font-size: 6px;
}
.point__block .point__img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .point__block .point__img.img--2 {
    width: 430px;
  }
}
.point__block .op__txt {
  letter-spacing: 0;
  text-align: center;
  font-size: 8px;
}
.point__block .op__txt.mgb-16 {
  margin-bottom: 16px;
}
.point__block .point__option {
  width: 210px;
}
@media (min-width: 1025px) {
  .point__block .point__option {
    width: 200px;
    margin: 0 auto;
  }
}
.point__block .point__option .op__txt {
  text-align: left;
}
.point__block .point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .point__block .point__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 35px;
  }
}
.point__block .point__list .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .point__block .point__list .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.point__block .point__list .info > li {
  position: relative;
  padding-left: 22px;
}
.point__block .point__list .info > li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 16px;
}
.point__block .point__list .info > li .line--txt {
  display: inline;
}
.point__block .point__list .info > li sub {
  letter-spacing: 0;
  vertical-align: top;
  font-size: 8px;
}
.point__block .point__list--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 {
    gap: 30px;
  }
}
.point__block .point__list--2 .img {
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 .img {
    width: 200px;
  }
}
.point__block .point__list--2 .info {
  width: 100%;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 .info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.point__block .point__list--2 .info .txt--1 {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 .info .txt--1 {
    margin-bottom: 30px;
  }
}
.point__block .point__list--2 .info .txt--1 sub {
  line-height: 2;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 8px;
}
.point__block .point__list--2 .info .txt--2 {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 .info .txt--2 {
    margin-bottom: 20px;
  }
}
.point__block .point__list--2 .info .txt--2 sub {
  line-height: 2;
  letter-spacing: 0;
  vertical-align: top;
  font-size: 8px;
}
.point__block .point__list--2 .info .txt--3 {
  letter-spacing: 0;
  font-size: 8px;
}
@media (min-width: 1025px) {
  .point__block .point__list--2 .info .txt--3 {
    font-size: 10px;
  }
}
.point__block.type--2 {
  padding: 8px 20px 30px;
}
@media (min-width: 1025px) {
  .point__block.type--2 {
    padding: 30px 57px;
  }
}
.point__block.type--2 .point__list {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .point__block.type--2 .point__list {
    margin-bottom: 36px;
  }
}
.point__block.type--2 .point__list .img {
  width: 277px;
}
@media (min-width: 1025px) {
  .point__block.type--2 .point__list .img {
    width: 164px;
  }
}
@media (max-width: 1024px) {
  .point__block.type--2 .point__list .img {
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .point__block.type--2 .point__list .info {
    padding: 20px 0 0;
  }
}
.point__block.type--2 .point__list .info > li::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_y.png) no-repeat center/100%;
}
.point__block.type--2 .point__list .info > li .line--txt {
  background: #F6F5CA;
}
.point__block.type--3 {
  padding: 26px 20px 30px;
}
@media (min-width: 1025px) {
  .point__block.type--3 {
    padding: 50px 57px 38px;
  }
}
.point__block.type--3 .point__list {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .point__block.type--3 .point__list {
    margin-bottom: 50px;
  }
}
.point__block.type--3 .point__list .img {
  width: 278px;
  margin: 0 auto;
}
.point__block.type--3 .point__list .info > li::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_o.png) no-repeat center/100%;
}
.point__block.type--3 .point__list .info > li .line--txt {
  background: #FBDCCE;
}
.point__block.type--4 {
  padding: 40px 20px 30px;
}
@media (min-width: 1025px) {
  .point__block.type--4 {
    padding: 50px 48px 38px;
  }
}
.point__block.type--4 .point__list {
  margin-bottom: 0px;
}
@media (min-width: 1025px) {
  .point__block.type--4 .point__list {
    margin-bottom: 70px;
  }
}
.point__block.type--4 .point__list .info > li::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_g.png) no-repeat center/100%;
}
.point__block.type--4 .point__list .info > li .line--txt {
  background: #C1EAED;
}
.point__block.type--4 .point__list--2 .img {
  width: 308px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .point__block.type--4 .point__list--2 .img {
    width: 205px;
  }
}
@media (max-width: 1024px) {
  .point__block.type--4 .point__list--2 .img {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.point__block.type--5 {
  padding: 20px 20px 30px;
}
@media (min-width: 1025px) {
  .point__block.type--5 {
    padding: 18px 57px 38px;
  }
}
.point__block.type--5 .point__list {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .point__block.type--5 .point__list {
    max-width: 564px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
  }
}
.point__block.type--5 .point__list .img {
  width: 210px;
  margin: 0 auto;
}
.point__block.type--5 .point__list .info > li::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_b.png) no-repeat center/100%;
}
.point__block.type--5 .point__list .info > li .line--txt {
  background: #C7E3F4;
}
.point__block.type--6 {
  padding: 40px 20px 30px;
}
@media (min-width: 1025px) {
  .point__block.type--6 {
    padding: 50px 48px 38px;
  }
}
.point__block.type--6 .point__list {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .point__block.type--6 .point__list {
    margin-bottom: 50px;
  }
}
.point__block.type--6 .point__list .info > li::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_p.png) no-repeat center/100%;
}
.point__block.type--6 .point__list .info > li .line--txt {
  background: #DCDDEE;
}
.point__block.type--6 .point__list--2 .img {
  width: 308px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .point__block.type--6 .point__list--2 .img {
    width: 312px;
    gap: 6px;
  }
}
@media (max-width: 1024px) {
  .point__block.type--6 .point__list--2 .img {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

/*------------------------------------------
acc__block
------------------------------------------*/
.acc__block {
  margin-top: 20px;
}
.acc__block .acc__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.acc__block .acc__btn .txt {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.acc__block .acc__btn .txt::before, .acc__block .acc__btn .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acc__block .acc__btn .txt::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
}
.acc__block .acc__btn .txt::after {
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.acc__block .acc__btn.is-active .txt::after {
  bottom: -2px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.acc__block .acc__area {
  display: none;
  margin-top: 20px;
}
.acc__block .acc__area .acc__txt {
  letter-spacing: 0;
  line-height: 1.7;
  font-size: 12px;
}

/*------------------------------------------
cmn__container
------------------------------------------*/
.cmn__container {
  padding: 100px 0;
  position: relative;
}
@media (min-width: 1025px) {
  .cmn__container {
    padding: 180px 0 160px;
  }
}
.cmn__container::before, .cmn__container::after {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/bg_label_sp.png) no-repeat center/cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 17.81vw;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .cmn__container::before, .cmn__container::after {
    height: 14.06vw;
    background: url(/cms/lp/dunamis_03/assets/images/2026/bg_label_pc.png) no-repeat center/cover;
  }
}
.cmn__container::before {
  top: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.cmn__container::after {
  bottom: 0;
}
.cmn__container.bg--red {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffedf2), color-stop(6.4%, #fff), to(#fddde6));
  background: linear-gradient(#ffedf2 0%, #fff 6.4%, #fddde6 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--red {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedf2), color-stop(32.51%, #fff), to(#fddde6));
    background: linear-gradient(#ffedf2 0%, #fff 32.51%, #fddde6 100%);
  }
}
.cmn__container.bg--red .cmn__lead .line--txt::after {
  background: #f2c2c7;
}
.cmn__container.bg--red .acc__block .acc__btn .txt::before {
  background: #DF707C;
}
.cmn__container.bg--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f7ae), color-stop(11.33%, #fff), to(#f3f7ae));
  background: linear-gradient(#f3f7ae 0%, #fff 11.33%, #f3f7ae 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--yellow {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f7ae), color-stop(31.53%, #fff), to(#f3f7ae));
    background: linear-gradient(#f3f7ae 0%, #fff 31.53%, #f3f7ae 100%);
  }
}
.cmn__container.bg--yellow .cmn__lead {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .cmn__container.bg--yellow .cmn__lead {
    margin-bottom: 20px;
  }
}
.cmn__container.bg--yellow .cmn__lead .line--txt::after {
  background: #e8e784;
}
.cmn__container.bg--yellow .acc__block .acc__btn .txt::before {
  background: #E2DD50;
}
.cmn__container.bg--orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe2c9), color-stop(6.9%, #fff), to(#ffe1d1));
  background: linear-gradient(#ffe2c9 0%, #fff 6.9%, #ffe1d1 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe2c9), color-stop(17.73%, #fff), to(#ffe1d1));
    background: linear-gradient(#ffe2c9 0%, #fff 17.73%, #ffe1d1 100%);
  }
}
.cmn__container.bg--orange .cmn__lead .line--txt::after {
  background: #f9cab0;
}
.cmn__container.bg--orange .acc__block .acc__btn .txt::before {
  background: #F18D5D;
}
.cmn__container.bg--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#c2ebf3), color-stop(15.76%, #fff), to(#c2ebf3));
  background: linear-gradient(#c2ebf3 0%, #fff 15.76%, #c2ebf3 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--green {
    background: -webkit-gradient(linear, left top, left bottom, from(#c2ebf3), color-stop(29.56%, #fff), to(#c2ebf3));
    background: linear-gradient(#c2ebf3 0%, #fff 29.56%, #c2ebf3 100%);
  }
}
.cmn__container.bg--green .cmn__lead {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .cmn__container.bg--green .cmn__lead {
    margin-bottom: 48px;
  }
}
.cmn__container.bg--green .cmn__lead .line--txt::after {
  background: #9bdde4;
}
.cmn__container.bg--green .acc__block .acc__btn .txt::before {
  background: #34B9C4;
}
.cmn__container.bg--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#afe0ff), color-stop(14.29%, #fff), to(#afe0ff));
  background: linear-gradient(#afe0ff 0%, #fff 14.29%, #afe0ff 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#afe0ff), color-stop(29.56%, #fff), to(#afe0ff));
    background: linear-gradient(#afe0ff 0%, #fff 29.56%, #afe0ff 100%);
  }
}
.cmn__container.bg--blue .cmn__lead {
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .cmn__container.bg--blue .cmn__lead {
    margin-bottom: 0px;
  }
}
.cmn__container.bg--blue .cmn__lead .line--txt::after {
  background: #b4dafb;
}
.cmn__container.bg--blue .acc__block .acc__btn .txt::before {
  background: #45A1DB;
}
.cmn__container.bg--purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#d6d7ff), color-stop(12.32%, #fff), color-stop(49.26%, #e3e4ff), color-stop(82.76%, #fff), to(#fff));
  background: linear-gradient(#d6d7ff 0%, #fff 12.32%, #e3e4ff 49.26%, #fff 82.76%, #fff 100%);
}
@media (min-width: 1025px) {
  .cmn__container.bg--purple {
    padding: 180px 0 74px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6d7ff), color-stop(15.54%, #fff), color-stop(30.05%, #e3e4ff), color-stop(55.66%, #fff), to(#fff));
    background: linear-gradient(#d6d7ff 0%, #fff 15.54%, #e3e4ff 30.05%, #fff 55.66%, #fff 100%);
  }
}
.cmn__container.bg--purple::after {
  display: none;
}
.cmn__container.bg--purple .cmn__inner {
  position: relative;
}
.cmn__container.bg--purple .cmn__lead {
  margin-bottom: 0px;
}
.cmn__container.bg--purple .cmn__lead .line--txt::after {
  background: #c8c9e8;
}
.cmn__container.bg--purple .acc__block .acc__btn .txt::before {
  background: #8D8EC5;
}
.cmn__container .lineup__ttl {
  text-align: center;
  opacity: 0.6;
  font-size: 32px;
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .cmn__container .lineup__ttl {
    font-size: 42px;
    margin-bottom: 32px;
  }
}

/*------------------------------------------
instagram__block
------------------------------------------*/
.instagram__block {
  margin: 32px auto 0;
  padding: 132px 0 0;
  position: relative;
}
@media (min-width: 1025px) {
  .instagram__block {
    margin: 56px auto 0;
    padding: 156px 0 0;
  }
}
.instagram__block::before {
  content: "";
  background: #3E3A39;
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.instagram__block .instagram__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  gap: 6px;
}
@media (min-width: 1025px) {
  .instagram__block .instagram__list {
    max-width: 618px;
    gap: 10px 12px;
  }
}
.instagram__block .instagram__list > li {
  width: calc(33.3333333333% - 4px);
}
@media (min-width: 1025px) {
  .instagram__block .instagram__list > li {
    width: calc(33.3333333333% - 8px);
  }
}
.instagram__block .instagram__list > li > a {
  display: block;
}
.instagram__block .instagram__list > li > a .img,
.instagram__block .instagram__list > li > a .video {
  aspect-ratio: 198/249;
  overflow: hidden;
  clip-path: inset(100% 0% 0 0%);
}
.instagram__block .instagram__list > li > a .video {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.instagram__block .instagram__list > li > a .video iframe {
  position: absolute;
  top: 0;
  left: -20%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 140%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram__block.is-active .instagram__list > li > a .img,
.instagram__block.is-active .instagram__list > li > a .video {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: 1s;
  transition: 1s;
  clip-path: inset(0% 0% 0 0%);
}

/*------------------------------------------
btm__block
------------------------------------------*/
.btm__block {
  padding: 40px 0 0;
}
@media (min-width: 1025px) {
  .btm__block {
    padding: 64px 0 0;
  }
}
.btm__block .txt--1 {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .btm__block .txt--1 {
    font-size: 18px;
  }
}
.btm__block .txt--2 {
  line-height: 1;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .btm__block .txt--2 {
    margin-bottom: 32px;
  }
}
.btm__block .txt--3 {
  text-align: center;
  margin-bottom: 15px;
}
.btm__block .txt--3 .txt {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 0 18px;
}
@media (min-width: 1025px) {
  .btm__block .txt--3 .txt {
    font-size: 18px;
    padding: 0 30px;
  }
}
.btm__block .txt--3 .txt::before, .btm__block .txt--3 .txt::after {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_line.png) no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 14px;
}
@media (min-width: 1025px) {
  .btm__block .txt--3 .txt::before, .btm__block .txt--3 .txt::after {
    width: 9px;
    height: 21px;
  }
}
.btm__block .txt--3 .txt::before {
  left: 0;
}
.btm__block .txt--3 .txt::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  right: 0;
}
.btm__block .bttm__link {
  width: 208px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link {
    width: 290px;
  }
}
.btm__block .bttm__link > li > a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
  position: relative;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link > li > a {
    padding: 0 0 0 40px;
  }
}
.btm__block .bttm__link > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link > li > a::before {
    width: 30px;
    height: 30px;
  }
}
.btm__block .bttm__link > li > a::after {
  content: "";
  background: #0047BA;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: -5px;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link > li > a::after {
    width: calc(100% - 40px);
    left: 40px;
    bottom: -5px;
  }
}
.btm__block .bttm__link > li > a span {
  display: inline-block;
  color: #0047BA;
  line-height: 1;
}
.btm__block .bttm__link > li > a .en {
  letter-spacing: 0;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link > li > a .en {
    font-size: 24px;
  }
}
.btm__block .bttm__link > li > a .ja {
  font-size: 12px;
}
@media (min-width: 1025px) {
  .btm__block .bttm__link > li > a .ja {
    font-size: 18px;
  }
}
.btm__block .bttm__link > li:first-child > a::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_storenpw.png) no-repeat center/100%;
}
.btm__block .bttm__link > li:last-child > a::before {
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_cartnpw.png) no-repeat center/100%;
}

.pagetop {
  width: 53px;
  position: absolute;
  bottom: -60px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .pagetop {
    width: 66px;
    bottom: -30px;
    right: -56px;
  }
}

.howto__block {
  width: 100%;
  margin: 40px auto 62px;
}
@media (min-width: 1025px) {
  .howto__block {
    max-width: 618px;
    margin: 56px auto 90px;
  }
}
.howto__block .howto__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
@media (min-width: 1025px) {
  .howto__block .howto__ttl {
    margin: 0 auto 20px;
  }
}
.howto__block .howto__ttl .ttl {
  display: inline-block;
  padding: 0 44px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.howto__block .howto__ttl .ttl::before, .howto__block .howto__ttl .ttl::after {
  content: "";
  background: #3E3A39;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.howto__block .howto__ttl .ttl::before {
  left: 0;
}
.howto__block .howto__ttl .ttl::after {
  right: 0;
}
.howto__block .howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (min-width: 1025px) {
  .howto__block .howto__list {
    gap: 26px;
  }
}
.howto__block .howto__list > li {
  width: 50%;
}
.howto__block .howto__list > li > a {
  display: block;
}
.howto__block .howto__list > li .list__ttl {
  text-align: center;
  font-size: 8px;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .howto__block .howto__list > li .list__ttl {
    font-size: 10px;
    margin-bottom: 8px;
  }
}

/*------------------------------------------
modal
------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  inset: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
.modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 9/16;
  padding: 0px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media (min-width: 1025px) {
  .modal .modal-content {
    max-width: 390px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.modal iframe {
  width: 100%;
  height: 100%;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/*------------------------------------------
point__acc
------------------------------------------*/
.point__acc .point__cnt {
  background: url(/cms/lp/dunamis_03/assets/images/2026/point_bg_sp.png) no-repeat top center/cover;
  width: 100%;
  position: relative;
  padding: 38px 20px 30px;
}
@media (min-width: 1025px) {
  .point__acc .point__cnt {
    background: url(/cms/lp/dunamis_03/assets/images/2026/point_bg.png) no-repeat top center/cover;
    padding: 50px 20px 30px;
  }
}
.point__acc .point__cnt .ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
  font-size: 32px;
  top: -22px;
}
@media (min-width: 1025px) {
  .point__acc .point__cnt .ttl {
    top: -29px;
    font-size: 42px;
  }
}
.point__acc .point__cnt .subttl {
  text-align: center;
  color: #8D8EC5;
  font-size: 24px;
}
@media (min-width: 1025px) {
  .point__acc .point__cnt .subttl {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .point__acc .point__cnt .subttl {
    letter-spacing: 0;
  }
}
.point__acc .point__acc--area {
  display: none;
}
.point__acc .point__acc--area .lead {
  margin: 20px 0 30px;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .lead {
    text-align: center;
    margin: 20px 0;
  }
}
.point__acc .point__acc--area .point__ill {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .point__ill {
    max-width: 470px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .point__acc .point__acc--area .point__ill {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.point__acc .point__acc--area .point__ill .ill__img {
  width: 109px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .point__ill .ill__img {
    width: 149px;
  }
}
.point__acc .point__acc--area .ill__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  letter-spacing: 0;
}
.point__acc .point__acc--area .ill__info > li {
  position: relative;
  padding-left: 21px;
  font-size: 12px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .ill__info > li {
    font-size: 14px;
  }
}
.point__acc .point__acc--area .ill__info > li::before {
  content: "";
  background: url(/cms/lp/dunamis_03/assets/images/2026/ico_check_p.png) no-repeat center/100%;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 16px;
}
.point__acc .point__acc--area .ill__info > li .line--txt {
  display: inline;
  background: #DCDDEE;
}
.point__acc .point__acc--area .ill__info.type--2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .ill__info.type--2 {
    margin: 0 auto 30px;
  }
}
.point__acc .point__acc--area .point__elm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 25px 0;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .point__elm {
    padding: 30px 0;
    margin: 0 auto 14px;
  }
}
.point__acc .point__acc--area .point__elm::before, .point__acc .point__acc--area .point__elm::after {
  content: "";
  background: #3E3A39;
  width: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.point__acc .point__acc--area .point__elm::before {
  top: 0;
}
.point__acc .point__acc--area .point__elm::after {
  bottom: 0;
}
.point__acc .point__acc--area .ill__img--2 {
  width: 285px;
  margin: 0 auto 18px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .ill__img--2 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .point__acc .point__acc--area .ill__img--2 {
    -webkit-transform: translateX(9px);
            transform: translateX(9px);
  }
}
.point__acc .point__acc--area .point__op {
  letter-spacing: 0em;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--area .point__op {
    text-align: center;
  }
}
.point__acc .point__acc--btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .point__acc .point__acc--btn {
    margin: 15px auto 0;
  }
}
.point__acc .point__acc--btn .txt {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.point__acc .point__acc--btn .txt::before, .point__acc .point__acc--btn .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.point__acc .point__acc--btn .txt::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  background: #8D8EC5;
}
.point__acc .point__acc--btn .txt::after {
  width: 5px;
  height: 5px;
  right: 7px;
  bottom: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.point__acc .point__acc--btn.is-active .txt::before {
  bottom: 3px;
}
.point__acc .point__acc--btn.is-active .txt::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}