@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  font-family: Roboto-font;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  unicode-range: U+0021-007E;
}
@font-face {
  font-family: Roboto-font;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  unicode-range: U+0021-007E;
}
@font-face {
  font-family: NotoSansJP-font;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: NotoSansJP-font;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "font-icon";
  src: url("./fonts/font-icon.ttf") format("truetype"), url("./fonts/font-icon.woff") format("woff"), url("./fonts/font-icon.woff2") format("woff2"), url("./fonts/font-icon.svg#font-icon") format("svg");
}
@font-face {
  font-family: "font-logo-icon";
  src: url("./fonts/font-logo-icon.ttf") format("truetype"), url("./fonts/font-logo-icon.woff") format("woff"), url("./fonts/font-logo-icon.woff2") format("woff2"), url("./fonts/font-logo-icon.svg#font-icon") format("svg");
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.header-nav-menu .nav-item img {
  width: 32px !important;
  height: 32px !important;
}

@-webkit-keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon2 {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  0% {
    left: -300%;
  }
  80% {
    left: 350%;
  }
  100% {
    left: 350%;
  }
}
@keyframes shine {
  0% {
    left: -300%;
  }
  80% {
    left: 350%;
  }
  100% {
    left: 350%;
  }
}
@-webkit-keyframes shine2 {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes shine2 {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
main {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
main .bg,
main .ttl-img {
  display: block;
  width: 100%;
  height: auto;
}
main .bg img,
main .ttl-img img {
  width: 100%;
  height: auto;
  display: block;
}
main .js-anim {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
main .js-anim.is-animated {
  -webkit-animation: fadeUp 1s ease forwards;
          animation: fadeUp 1s ease forwards;
}
main .note-wrap {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
main .note-wrap .note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .note-wrap .note .txt:first-child {
  white-space: nowrap;
}
main .note-wrap .note-list li {
  position: relative;
  padding-left: 14px;
}
main .note-wrap .note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main #mv-section {
  position: relative;
}
main #mv-section .mv-ttl {
  position: absolute;
  bottom: clamp(20px, 6.3888888889vw, 92px);
  max-width: 962px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding-inline: 40px;
}
main #mv-section .link-txt {
  position: absolute;
  top: 18px;
  right: 34px;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  font-weight: 300;
  line-height: 1.5;
  padding-right: 16px;
}
main #mv-section .link-txt::before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main #movie-section {
  padding-block: 80px;
  background: #F5F5F5;
}
main #movie-section .ttl-box {
  background: -webkit-gradient(linear, left top, right top, from(#FFB664), color-stop(#E0B1CA), color-stop(#D9BAFF), color-stop(#B3EB8A), to(#89E5F8));
  background: linear-gradient(to right, #FFB664, #E0B1CA, #D9BAFF, #B3EB8A, #89E5F8);
  background-size: 300% 300%;
  -webkit-animation: bg-gradient 10s linear infinite alternate;
          animation: bg-gradient 10s linear infinite alternate;
  padding: 20px;
}
main #movie-section .ttl-box .box-deco {
  border: 1px solid #fff;
  padding-block: 40px 46px;
  position: relative;
}
main #movie-section .ttl-box .box-deco .line {
  position: absolute;
  width: 81px;
  aspect-ratio: 81/10;
  height: auto;
  display: block;
  background: #fff;
}
main #movie-section .ttl-box .box-deco .line:first-of-type {
  top: 0;
  left: 0;
}
main #movie-section .ttl-box .box-deco .line:nth-of-type(2) {
  top: 0;
  right: 0;
}
main #movie-section .ttl-box .box-deco .line:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
main #movie-section .ttl-box .box-deco .line:last-of-type {
  bottom: 0;
  right: 0;
}
main #movie-section .ttl-box .box-deco .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
main #movie-section .ttl-box .box-deco .ttl .txt {
  font-size: clamp(40px, 3.6805555556vw, 53px);
  line-height: 1.41;
  font-weight: bold;
}
main #movie-section .ttl-box .box-deco .ttl .txt .small {
  font-size: clamp(30px, 3.0555555556vw, 44px);
  line-height: 1.636;
}
main #movie-section .movie-box {
  margin-top: 80px;
  max-width: 510px;
  margin-inline: auto;
}
main #movie-section .movie-box .movie {
  display: block;
  width: 100%;
}
main #movie-section .movie-box .note {
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
}
main #movie-section .movie-box .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main #point-section .lead-wrap {
  position: relative;
  padding-block: 70px 140px;
  overflow: clip;
}
main #point-section .lead-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
main #point-section .lead-wrap .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #point-section .lead-wrap .inner-block {
  max-width: 1048px;
}
main #point-section .lead-wrap .lead {
  display: block;
  max-width: 960px;
  margin-inline: auto;
}
main #point-section .lead-wrap .ttl-box {
  margin-top: 63px;
  background: #fff;
  padding: 20px 20px 10px;
  position: relative;
  border-radius: 15px;
  height: auto;
  aspect-ratio: 200/117;
  border: 2px solid #B6E3FF;
  -webkit-box-shadow: 0px 0px 20px -5px #333;
          box-shadow: 0px 0px 20px -5px #333;
}
main #point-section .lead-wrap .ttl-box .point {
  position: absolute;
  display: block;
  opacity: 0;
}
main #point-section .lead-wrap .ttl-box .point.is-animation-done {
  opacity: 1;
}
main #point-section .lead-wrap .ttl-box .point img {
  width: 100%;
  height: auto;
  display: block;
}
main #point-section .lead-wrap .ttl-box .point.point01 {
  top: 6px;
  left: 3px;
  width: 52.1%;
  aspect-ratio: 498.915/370.066;
  height: auto;
}
main #point-section .lead-wrap .ttl-box .point.point01.is-animated {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
}
main #point-section .lead-wrap .ttl-box .point.point02 {
  top: clamp(-14px, -0.9722222222vw, 0px);
  right: 20px;
  width: calc(51.6% + 10px);
  aspect-ratio: 494.1422/308.7556;
  height: auto;
  padding-left: 10px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 14% 100%);
}
main #point-section .lead-wrap .ttl-box .point.point02.is-animated {
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1.3s 1 forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1.3s 1 forwards;
}
main #point-section .lead-wrap .ttl-box .point.point03 {
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  aspect-ratio: 914.5655/329.6138;
  height: auto;
  -webkit-clip-path: polygon(0% 37%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 37%, 100% 0%, 100% 100%, 0% 100%);
}
main #point-section .lead-wrap .ttl-box .point.point03.is-animated {
  -webkit-animation: poyoyon2 1s ease-in-out 1.7s forwards;
          animation: poyoyon2 1s ease-in-out 1.7s forwards;
}
main #point-section .point-wrap {
  position: relative;
  overflow: clip;
}
main #point-section .point-wrap::before {
  content: "";
  position: absolute;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jpcont-ip_point-pattern-pc.png") repeat top/contain;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
main #point-section .point-wrap .point {
  padding-block: 90px 70px;
  position: relative;
}
main #point-section .point-wrap .point .inner-block {
  max-width: 1148px;
}
main #point-section .point-wrap .point .box {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding-inline: 66px;
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
  padding-top: 45px;
}
main #point-section .point-wrap .point .box .point-ttl {
  width: clamp(500px, 55.5555555556vw, 800px);
  margin-inline: auto;
}
main #point-section .point-wrap .point .box .txt-box {
  margin-top: 40px;
  padding: 13px 24px;
  border: 1px solid #343434;
}
main #point-section .point-wrap .point .box .txt-box .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
main #point-section .point-wrap .point .box .txt-box .txt .red {
  color: #ee0101;
}
main #point-section .point-wrap .point .box .img {
  display: block;
  width: 100%;
  height: auto;
}
main #point-section .point-wrap .point .box .img img {
  width: 100%;
  height: auto;
  display: block;
}
main #point-section .point-wrap .point .box .line-ttl {
  font-size: 24px !important;
  color: #555;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
main #point-section .point-wrap .point#point01 {
  padding-top: 130px;
  background: rgba(221, 112, 162, 0.2);
}
main #point-section .point-wrap .point#point01 .box {
  border: 4px solid #DD70A2;
  -webkit-box-shadow: 0 0 16px 0 #DD70A2;
          box-shadow: 0 0 16px 0 #DD70A2;
}
main #point-section .point-wrap .point#point01 .point-ttl {
  margin-top: -80px;
}
main #point-section .point-wrap .point#point01 .img {
  margin-top: 50px;
  max-width: 800px;
  margin-inline: auto;
}
main #point-section .point-wrap .point#point01 .img.graph {
  max-width: 674px;
  margin-top: 30px;
}
main #point-section .point-wrap .point#point01 .line-ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(221, 112, 162, 0.3)));
  background: linear-gradient(transparent 50%, rgba(221, 112, 162, 0.3) 0%);
  background-repeat: repeat-x;
}
main #point-section .point-wrap .point#point01 .line-ttl {
  margin-top: 50px;
}
main #point-section .point-wrap .point#point01 .arrow {
  max-width: 230px;
  margin-inline: auto;
  margin-top: 28px;
  display: block;
}
main #point-section .point-wrap .point#point01 .result {
  margin-top: 15px;
  display: block;
  padding: 21px 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  border-radius: 45px;
  background: -webkit-gradient(linear, left top, right top, from(#A2C7E9), to(#D6A8CA));
  background: linear-gradient(to right, #A2C7E9 0%, #D6A8CA 100%);
}
main #point-section .point-wrap .point#point01 .note-wrap {
  margin-top: 20px;
}
main #point-section .point-wrap .point#point02 {
  background: rgba(66, 173, 114, 0.2);
}
main #point-section .point-wrap .point#point02 .box {
  border: 4px solid #42AD72;
  -webkit-box-shadow: 0 0 16px 0 #42AD72;
          box-shadow: 0 0 16px 0 #42AD72;
}
main #point-section .point-wrap .point#point02 .point-ttl {
  margin-top: -80px;
}
main #point-section .point-wrap .point#point02 .txt-box {
  margin-top: 50px;
  padding: 24px;
}
main #point-section .point-wrap .point#point02 .line-ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(66, 173, 114, 0.3)));
  background: linear-gradient(transparent 50%, rgba(66, 173, 114, 0.3) 0%);
  background-repeat: repeat-x;
}
main #point-section .point-wrap .point#point02 .line-ttl {
  margin-top: 50px;
}
main #point-section .point-wrap .point#point02 .line-ttl.mt-45 {
  margin-top: 40px;
}
main #point-section .point-wrap .point#point02 .img-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
main #point-section .point-wrap .point#point02 .img-wrap .comment {
  position: absolute;
  top: -68px;
  right: -55px;
  background: #DD70A2;
  border-radius: 20px;
  display: block;
  width: 100%;
  max-width: 213px;
  padding: 8px 20px 8px 26px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  z-index: 2;
}
main #point-section .point-wrap .point#point02 .img-wrap .comment .big {
  font-size: 28px;
  line-height: 1.2;
}
main #point-section .point-wrap .point#point02 .img-wrap .comment::before {
  content: "";
  position: absolute;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jpcont-ip_comment-deco.svg") no-repeat center/contain;
  display: block;
  width: 40px;
  height: 36px;
  bottom: -28px;
  right: 38px;
  z-index: 1;
}
main #point-section .point-wrap .point#point02 .img {
  margin-top: 30px;
  max-width: 700px;
  margin-inline: auto;
}
main #point-section .point-wrap .point#point02 .img.mt-101 {
  margin-top: 101px;
}
main #point-section .point-wrap .point#point02 .note-wrap {
  margin-top: 22px;
}
main #point-section .point-wrap .point#point03 {
  padding-bottom: 70px;
  background: rgba(105, 12, 188, 0.1);
}
main #point-section .point-wrap .point#point03 .box {
  border: 4px solid #690CBC;
  -webkit-box-shadow: 0 0 20px 0 rgba(105, 12, 188, 0.6);
          box-shadow: 0 0 20px 0 rgba(105, 12, 188, 0.6);
}
main #point-section .point-wrap .point#point03 .point-ttl {
  margin-top: -80px;
}
main #point-section .point-wrap .point#point03 .txt-box {
  margin-top: 60px;
  padding: 24px;
}
main #point-section .point-wrap .point#point03 .line-ttl .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(105, 12, 188, 0.3)));
  background: linear-gradient(transparent 50%, rgba(105, 12, 188, 0.3) 0%);
  background-repeat: repeat-x;
}
main #point-section .point-wrap .point#point03 .line-ttl {
  margin-top: 28px;
}
main #point-section .point-wrap .point#point03 .img {
  margin-top: 25px;
  max-width: 723px;
  margin-inline: auto;
}
main #intro-section {
  padding-block: 100px 494px;
  background: -webkit-gradient(linear, left top, right top, from(#FFBEC7), color-stop(25%, #F4A7D0), color-stop(50%, #D0BBFF), color-stop(75%, #B3EB8A), to(#89E5F8));
  background: linear-gradient(to right, #FFBEC7 0%, #F4A7D0 25%, #D0BBFF 50%, #B3EB8A 75%, #89E5F8 100%);
  background-size: 300% 300%;
  -webkit-animation: bg-gradient 10s linear infinite alternate;
          animation: bg-gradient 10s linear infinite alternate;
}
main #intro-section .inner-block {
  max-width: 1148px;
}
main #intro-section .intro-ttl {
  background: rgba(255, 255, 255, 0.4);
  padding: 50px 20px;
  text-align: center;
  font-size: 40px !important;
  font-weight: 600;
  line-height: 1.5;
  color: #343434;
}
main #intro-section .box {
  background: #fff;
  border-radius: 40px;
  padding: 70px;
  margin-top: 40px;
}
main #intro-section .box .pink {
  background: rgba(221, 112, 162, 0.5);
  border-radius: 38px;
  padding: 5px 39px 3px 9px;
  display: grid;
  grid-template-columns: 111px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  min-height: 76px;
}
main #intro-section .box .pink + .pink {
  margin-top: 70px;
}
main #intro-section .box .pink .label {
  background: #DD70A2;
  border-radius: 40px;
  padding: 3px 5px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px !important;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  max-width: 111px;
  width: 100%;
}
main #intro-section .box .pink .lead {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.4;
}
main #intro-section .box > .txt {
  font-size: 16px !important;
  margin-top: 41px;
}
main #intro-section .box > .txt + .pink {
  margin-top: 70px;
}
main #intro-section .box .blue-box {
  border-radius: 20px;
  border: 1px solid #6393C0;
  padding-bottom: 40px;
  margin-top: 40px;
}
main #intro-section .box .blue-box + .blue-box {
  margin-top: 50px;
}
main #intro-section .box .blue-box + .note-wrap {
  margin-top: 40px;
}
main #intro-section .box .blue-box .blue-lead {
  display: block;
  border-radius: 20px 20px 0 0;
  background: #6393C0;
  color: #fff;
  text-align: center;
  font-size: 24px !important;
  line-height: 1.5;
  font-weight: 600;
  padding-block: 14px 10px;
}
main #intro-section .box .blue-box .inn {
  padding-inline: 24px;
}
main #intro-section .box .blue-box .inn .img {
  max-width: 908px;
  margin-inline: auto;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
main #intro-section .box .blue-box .inn .img img {
  width: 100%;
  height: auto;
  display: block;
}
main #intro-section .box .blue-box .inn .img.max-700 {
  max-width: 700px;
  margin-top: 25px;
}
main #intro-section .box .blue-box .inn .note-wrap {
  margin-top: 40px;
}
main #intro-section .box .blue-box .inn .ttl-box {
  margin-top: 75px;
  position: relative;
}
main #intro-section .box .blue-box .inn .ttl-box.mt-90 {
  margin-top: 90px;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco {
  border: 1px solid #7BE;
  padding-block: 38px;
  position: relative;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .line {
  position: absolute;
  width: 76.613px;
  height: 10px;
  display: block;
  background: #7BE;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .line:first-of-type {
  top: 0;
  left: 0;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .line:nth-of-type(2) {
  top: 0;
  right: 0;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .line:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .line:last-of-type {
  bottom: 0;
  right: 0;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #intro-section .box .blue-box .inn .ttl-box .box-deco .ttl > .txt {
  font-size: 26px !important;
  line-height: 1.38;
  font-weight: 600;
  margin-top: 0;
}
main #intro-section .box .blue-box .inn .ttl-box .deco {
  position: absolute;
}
main #intro-section .box .blue-box .inn .ttl-box .deco.right {
  right: -41px;
  top: -17px;
  width: clamp(150px, 19.3636363636vw, 213px);
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
}
main #intro-section .box .blue-box .inn .ttl-box .deco.left {
  left: 18px;
  top: -50px;
  width: clamp(130px, 18vw, 198px);
  -webkit-animation: fuwafuwa 3s ease-in-out 1s infinite alternate;
          animation: fuwafuwa 3s ease-in-out 1s infinite alternate;
}
main #intro-section .box .blue-box .inn .blue {
  margin-top: 46px;
  padding: 40px;
  background: rgba(119, 187, 238, 0.1);
}
main #intro-section .box .blue-box .inn .blue .label {
  color: #6393C0;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.5;
}
main #intro-section .box .blue-box .inn .blue .lead-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
main #intro-section .box .blue-box .inn .blue .lead-wrap .lead {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.2;
}
main #intro-section .box .blue-box .inn .blue .txt-wrap {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
main #intro-section .box .blue-box .inn .blue .txt-wrap .txt {
  margin-top: 0;
  font-size: 16px;
}
main #intro-section .box .blue-box .inn .center {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
  margin-top: 30px;
}
main #intro-section .box .blue-box .inn .date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-align: end;
  margin-top: -9px;
  max-width: 700px;
  margin-inline: auto;
}
main .cta-wrap {
  margin-top: -424px;
}
main .cta-wrap .inner-block {
  max-width: 1148px;
}
main .cta-wrap .cta-block {
  background: #DD70A2;
  padding: 70px 30px;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
main .cta-wrap .cta-block .img {
  max-width: 960px;
}
main .cta-wrap .cta-block .img img {
  border-radius: 40px;
}
main .cta-wrap .cta-block .lead {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
main .cta-wrap .cta-block .btn {
  -webkit-box-shadow: 0 0 10px 0 #EC0670;
          box-shadow: 0 0 10px 0 #EC0670;
  border-radius: 40px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  color: #DD70A2;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
main .cta-wrap .cta-block .btn::before {
  content: "";
  position: absolute;
  background: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jpcont-ip_arrow.svg") no-repeat center/contain;
  display: block;
  width: 9px;
  height: auto;
  aspect-ratio: 1/2;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
main #note-section {
  padding-block: 80px 50px;
}
main #note-section .inner-block {
  max-width: 1008px;
}
main #note-section .ttl {
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
main #note-section .lead {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
main #note-section .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}
main #note-section .txt + .lead {
  margin-top: 30px;
}
main #note-section .red {
  color: #EE0101;
}
main #note-section .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 5px;
  border: 1px solid #000;
  margin-top: 10px;
}
main #note-section .list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}
main #note-section .list li::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 6px;
}
main #note-section .list + .lead {
  margin-top: 30px;
}
main #note-section .note-list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}
main #note-section .note-list li.mt24 {
  margin-top: 24px;
}
main #note-section .note-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main #note-section .note-list + .lead {
  margin-top: 30px;
}
main #note-section .link {
  color: #333;
  text-decoration: underline;
}
main #note-section .date {
  margin-top: 18px;
}
main .fixed-btn-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
}
main .fixed-btn-box .fixed-btn {
  position: relative;
  background: #8299d9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 150px;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .fixed-btn-box .fixed-btn::before {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 30px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-animation: 1.2s shine infinite linear;
          animation: 1.2s shine infinite linear;
}
main .fixed-btn-box .fixed-btn .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
main .fixed-btn-box .fixed-btn .arrow {
  -webkit-mask: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jpcont-ip_arrow.svg") no-repeat center/contain;
          mask: url("https://sbisec.akamaized.net/sbisec/images/static/2026/jpcont-ip_arrow.svg") no-repeat center/contain;
  background: #fff;
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1/2;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  main .note-wrap {
    font-size: 11px;
  }
  main .note-wrap .note-list li {
    padding-left: 11px;
  }
  main #mv-section .mv-ttl {
    padding-inline: clamp(20px, 5.3333333333vw, 40px);
    bottom: clamp(40px, 10.6666666667vw, 80px);
  }
  main #mv-section .link-txt {
    background: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
    padding: 5px 18.5px 5px 10px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
  }
  main #mv-section .link-txt::before {
    right: 10px;
  }
  main #movie-section {
    padding-block: clamp(35px, 9.3333333333vw, 70px);
  }
  main #movie-section .ttl-box {
    margin-inline: -20px;
    padding: clamp(10px, 2.6666666667vw, 20px);
  }
  main #movie-section .ttl-box .box-deco {
    padding-block: 40px 38px;
  }
  main #movie-section .ttl-box .box-deco .line {
    width: 40.5px;
  }
  main #movie-section .ttl-box .box-deco .ttl .txt {
    font-size: 26px;
    line-height: 1.34;
  }
  main #movie-section .ttl-box .box-deco .ttl .txt .small {
    font-size: 21px;
  }
  main #movie-section .movie-box {
    max-width: clamp(255px, 68vw, 510px);
    margin-top: 40px;
  }
  main #movie-section .movie-box .note {
    font-size: 11px;
    padding-left: 11px;
    margin-top: 10px;
  }
  main #point-section .lead-wrap {
    padding-block: 45px 100px;
  }
  main #point-section .lead-wrap .inner-block {
    padding-inline: 15px;
  }
  main #point-section .lead-wrap .lead {
    max-width: 345px;
  }
  main #point-section .lead-wrap .ttl-box {
    aspect-ratio: 690/750;
    padding: 10px;
    margin-top: 26px;
    max-width: 600px;
    margin-inline: auto;
  }
  main #point-section .lead-wrap .ttl-box .point.point01 {
    width: calc(100% - 3.7333333333vw - 2.1333333333vw);
    aspect-ratio: 667.7759/284.5529;
    top: -2px;
    left: clamp(8px, 2.1333333333vw, 16px);
  }
  main #point-section .lead-wrap .ttl-box .point.point02 {
    width: calc(100% - 6.9333333333vw);
    aspect-ratio: 655.5/284.9337;
    top: 28.8vw;
    right: 0;
    left: 0;
    margin: auto;
    padding-left: 0;
    -webkit-clip-path: polygon(0% 22%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 22%, 100% 0%, 100% 100%, 0% 100%);
  }
  main #point-section .lead-wrap .ttl-box .point.point03 {
    width: calc(100% - 2.5333333333vw - 2.6666666667vw);
    aspect-ratio: 668.6442/332.6829;
    bottom: -8px;
    left: 1.0666666667vw;
    margin: auto;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  main #point-section .point-wrap .point {
    padding-block: 50px;
  }
  main #point-section .point-wrap .point .inner-block {
    padding-inline: 16.5px;
  }
  main #point-section .point-wrap .point .box {
    padding-top: 120px;
    border-radius: 20px 20px 0 0;
    padding-inline: 6px;
    padding-bottom: 25px;
  }
  main #point-section .point-wrap .point .box .point-ttl {
    position: absolute;
    top: -14px;
    left: -15px;
    right: 0;
    margin: auto;
  }
  main #point-section .point-wrap .point .box .txt-box {
    margin-top: 0;
    padding: 15px 17.5px;
  }
  main #point-section .point-wrap .point .box .txt-box .txt {
    font-size: 16px;
  }
  main #point-section .point-wrap .point#point01 {
    padding-top: 55px;
  }
  main #point-section .point-wrap .point#point01 .box {
    border: 2px solid #DD70A2;
    -webkit-box-shadow: 0 0 8px 0 #DD70A2;
            box-shadow: 0 0 8px 0 #DD70A2;
  }
  main #point-section .point-wrap .point#point01 .point-ttl {
    max-width: 337.5px;
    margin-top: 0;
  }
  main #point-section .point-wrap .point#point01 .img {
    margin-top: 25px;
    max-width: 267.5px;
    width: 100%;
  }
  main #point-section .point-wrap .point#point01 .img.graph {
    max-width: 330px;
    margin-top: 10px;
  }
  main #point-section .point-wrap .point#point01 .line-ttl {
    margin-top: 30px;
  }
  main #point-section .point-wrap .point#point01 .arrow {
    max-width: 124px;
    margin-top: 14.5px;
  }
  main #point-section .point-wrap .point#point01 .result {
    margin-top: 7.5px;
    font-size: 20px;
    padding: 13px 10px;
  }
  main #point-section .point-wrap .point#point01 .note-wrap {
    margin-top: 15px;
  }
  main #point-section .point-wrap .point#point02 .box {
    border: 2px solid #42AD72;
    -webkit-box-shadow: 0 0 8px 0 #42AD72;
            box-shadow: 0 0 8px 0 #42AD72;
    padding-top: 100px;
  }
  main #point-section .point-wrap .point#point02 .point-ttl {
    max-width: 337.5px;
    margin-top: 0;
    top: -21px;
    left: -15px;
  }
  main #point-section .point-wrap .point#point02 .txt-box {
    margin-top: 20px;
    padding: 15px;
  }
  main #point-section .point-wrap .point#point02 .line-ttl {
    margin-top: 25px;
  }
  main #point-section .point-wrap .point#point02 .line-ttl.mt-45 {
    margin-top: 30px;
  }
  main #point-section .point-wrap .point#point02 .img-wrap .comment .big {
    font-size: 14.5px;
  }
  main #point-section .point-wrap .point#point02 .img-wrap .comment::before {
    width: 23.5px;
    height: 24.5px;
    bottom: -16px;
    right: 25px;
  }
  main #point-section .point-wrap .point#point02 .img {
    margin-top: 10px;
    max-width: 330px;
  }
  main #point-section .point-wrap .point#point02 .img.mt-101 {
    margin-top: 71px;
  }
  main #point-section .point-wrap .point#point03 {
    padding-bottom: 50px;
  }
  main #point-section .point-wrap .point#point03 .box {
    border: 2px solid #690CBC;
    -webkit-box-shadow: 0 0 8px 0 rgba(105, 12, 188, 0.6);
            box-shadow: 0 0 8px 0 rgba(105, 12, 188, 0.6);
    padding-top: 100px;
  }
  main #point-section .point-wrap .point#point03 .point-ttl {
    max-width: 337.5px;
    margin-top: 0;
    left: -13px;
  }
  main #point-section .point-wrap .point#point03 .txt-box {
    margin-top: 20px;
    padding: 15px;
  }
  main #point-section .point-wrap .point#point03 .line-ttl {
    margin-top: 25px;
  }
  main #point-section .point-wrap .point#point03 .img {
    margin-top: 10px;
    max-width: 330px;
  }
  main #intro-section {
    padding-block: 50px 212px;
  }
  main #intro-section .inner-block {
    padding-inline: 15px;
  }
  main #intro-section .box .pink {
    display: block;
    padding: 17px 10px 10px;
    position: relative;
    border-radius: 20px;
    min-height: inherit;
  }
  main #intro-section .box .pink + .pink {
    margin-top: 49px;
  }
  main #intro-section .box .pink .label {
    position: absolute;
    top: -14px;
    left: 0;
    font-size: 17px !important;
    line-height: 1.5;
    padding: 1.5px 14px;
    max-width: 75px;
  }
  main #intro-section .box > .txt {
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 1.5;
  }
  main #intro-section .box > .txt + .pink {
    margin-top: 49px;
  }
  main #intro-section .box .blue-box {
    margin-top: 25px;
    border-radius: 15px;
    padding-bottom: 30px;
  }
  main #intro-section .box .blue-box + .blue-box {
    margin-top: 25px;
  }
  main #intro-section .box .blue-box + .note-wrap {
    margin-top: 20px;
  }
  main #intro-section .box .blue-box .blue-lead {
    font-size: 15px !important;
    padding-block: 7px;
    border-radius: 15px 15px 0 0;
  }
  main #intro-section .box .blue-box .inn {
    padding-inline: 7.5px;
  }
  main #intro-section .box .blue-box .inn.p-10 {
    padding-inline: 10px;
  }
  main #intro-section .box .blue-box .inn .img {
    margin-top: 25px;
  }
  main #intro-section .box .blue-box .inn .note-wrap {
    margin-top: 25px;
  }
  main #intro-section .box .blue-box .inn .note-wrap.p-10 {
    padding-inline: 2.5px;
  }
  main #intro-section .box .blue-box .inn .ttl-box {
    margin-top: 25px;
  }
  main #intro-section .box .blue-box .inn .ttl-box.mt-90 {
    margin-top: 50px;
  }
  main #intro-section .box .blue-box .inn .ttl-box .box-deco {
    padding-block: 26.5px 20.5px;
  }
  main #intro-section .box .blue-box .inn .ttl-box .box-deco .line {
    width: 38px;
    height: 5px;
  }
  main #intro-section .box .blue-box .inn .ttl-box .box-deco .ttl > .txt {
    font-size: 16px !important;
    line-height: 1.12;
  }
  main #intro-section .box .blue-box .inn .ttl-box .deco.right {
    width: 90px;
    right: -10.5px;
    top: -1.5px;
  }
  main #intro-section .box .blue-box .inn .ttl-box .deco.left {
    width: 84px;
    top: -7px;
    left: -11.5px;
  }
  main #intro-section .box .blue-box .inn .blue {
    margin-top: 20px;
    padding: 15px 10px;
  }
  main #intro-section .box .blue-box .inn .blue .label {
    font-size: 14px !important;
  }
  main #intro-section .box .blue-box .inn .blue .lead-wrap {
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main #intro-section .box .blue-box .inn .blue .lead-wrap .lead {
    font-size: 14px !important;
    line-height: 1.5;
  }
  main #intro-section .box .blue-box .inn .blue .txt-wrap {
    gap: 2px;
    margin-top: 15px;
  }
  main #intro-section .box .blue-box .inn .blue .txt-wrap .txt {
    font-size: 14px;
  }
  main #intro-section .box .blue-box .inn .center {
    font-size: 15px;
    margin-top: 25px;
  }
  main #intro-section .box .blue-box .inn .date {
    margin-top: 10px;
    font-size: 11px;
  }
  main .cta-wrap {
    margin-top: -162px;
  }
  main .cta-wrap .inner-block {
    padding-inline: 15px;
  }
  main .cta-wrap .cta-block {
    padding: 20px;
    border-radius: 20px;
    gap: 15px;
  }
  main .cta-wrap .cta-block .img img {
    border-radius: 20px;
  }
  main .cta-wrap .cta-block .lead {
    font-size: 16px;
  }
  main .cta-wrap .cta-block .btn {
    margin-top: 5px;
    font-size: 11px;
    padding: 6px 29px;
  }
  main .cta-wrap .cta-block .btn::before {
    width: 5px;
    right: 11px;
  }
  main #note-section {
    padding-block: 50px 35px;
  }
  main #note-section .inner-block {
    padding-inline: 15px;
  }
  main #note-section .ttl {
    font-size: 13px !important;
    line-height: 1.26;
    margin-bottom: 10px;
  }
  main #note-section .lead {
    font-size: 12px;
    line-height: 1.37;
    margin-bottom: 4px;
  }
  main #note-section .txt {
    font-size: 11px;
    line-height: 1.5;
  }
  main #note-section .txt + .lead {
    margin-top: 27px;
  }
  main #note-section .box {
    padding: 6px;
  }
  main #note-section .list li {
    font-size: 11px;
    line-height: 1.5;
    padding-left: 18px;
  }
  main #note-section .list li::before {
    top: 10px;
    left: 8px;
  }
  main #note-section .note-list li.mt24 {
    margin-top: 8px;
  }
  main #note-section .note-list li {
    padding-left: 11px;
    font-size: 11px;
    line-height: 1.5;
  }
  main #note-section .date {
    margin-top: 16.5px;
  }
  main .fixed-btn-box .fixed-btn .txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1248px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  main #point-section .point-wrap .point#point02 .box {
    padding-bottom: 45px;
  }
  main #intro-section .box .pink.last {
    padding-right: 20px;
  }
}
@media (any-hover: hover) {
  main #mv-section .link-txt:hover {
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
  }
  main #movie-section .movie-box .movie:hover {
    opacity: 0.7;
  }
  main #point-section .lead-wrap .ttl-box .point.is-animation-done:hover {
    opacity: 0.7;
  }
  main .cta-wrap .cta-block .btn:hover {
    opacity: 0.6;
  }
  main #note-section .link:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    opacity: 1;
  }
  main .fixed-btn-box .fixed-btn:hover {
    background: #3b476a;
  }
}
@media only screen and (max-width: 768px) and (max-width: 370px) {
  main #movie-section .ttl-box .box-deco .ttl .txt .small {
    font-size: 18px;
  }
  main #point-section .point-wrap .point#point01 .point-ttl {
    max-width: 290px;
  }
  main #point-section .point-wrap .point#point02 .point-ttl {
    max-width: 290px;
  }
  main #point-section .point-wrap .point#point03 .point-ttl {
    max-width: 290px;
  }
  main #intro-section .box .blue-box .inn .ttl-box .deco.right {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 500px) {
  main #point-section .lead-wrap .ttl-box .point.point02 {
    top: 29.1731669267vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 500px) and (min-width: 641px) {
  main #point-section .lead-wrap .ttl-box .point.point02 {
    top: 188px;
  }
}
@media only screen and (max-width: 950px) {
  main #point-section .point-wrap .point .box .line-ttl {
    font-size: clamp(18px, 2.3157894737vw, 22px) !important;
  }
}
@media only screen and (max-width: 950px) and (max-width: 768px) {
  main #point-section .point-wrap .point .box .line-ttl {
    text-align: center;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 900px) {
  main #point-section .point-wrap .point#point02 .img-wrap .comment {
    top: -80px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 768px) {
  main #point-section .point-wrap .point#point02 .img-wrap .comment {
    max-width: 130px;
    right: 13px;
    top: -51px;
    font-size: 13.5px;
    padding: 3px 10px 5px 10px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  main #intro-section .intro-ttl {
    font-size: clamp(24px, 3.4782608696vw, 40px) !important;
  }
  main #intro-section .box {
    padding: clamp(40px, 4.8611111111vw, 70px);
  }
  main #intro-section .box .pink .lead {
    font-size: clamp(20px, 2.0869565217vw, 24px) !important;
  }
}
@media only screen and (max-width: 1150px) and (max-width: 768px) {
  main #intro-section .intro-ttl {
    font-size: 18px !important;
    padding: 15px 5px;
    line-height: 1.3;
  }
  main #intro-section .box {
    border-radius: 20px;
    padding: 34px 7.5px 7.5px;
    margin-top: 30px;
  }
  main #intro-section .box .pink .lead {
    font-size: 15px !important;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1000px) {
  main .fixed-btn-box {
    top: inherit;
    width: 100%;
    padding-block: 7.5px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  main .fixed-btn-box.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  main .fixed-btn-box::before {
    width: 110px;
    position: absolute;
    top: -200%;
    content: "";
    height: 500%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-animation: 3s shine2 infinite linear;
            animation: 3s shine2 infinite linear;
    pointer-events: none;
  }
  main .fixed-btn-box .fixed-btn {
    position: static;
    width: 90%;
    max-width: 300px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 4px;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .fixed-btn-box .fixed-btn::before {
    content: none;
  }
}
@media only screen and (min-width: 1001px) {
  main .fixed-btn-box .fixed-btn .txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  main .fixed-btn-box .fixed-btn .txt .max-1000 {
    display: none;
  }
}