@charset "UTF-8";
/* reset.scss */
:where(.plan_main_content) {
  /* 基本的なボックスサイズを統一 */
  /* 余白・パディングをリセット */
  /* リストのスタイルをリセット */
  /* aタグのリセット */
  /* 画像などの最大幅を制限 */
  /* フォーム系 */
  /* ボタンのcursor設定 */
  /* テーブル */
}
:where(.plan_main_content) *,
:where(.plan_main_content) *::before,
:where(.plan_main_content) *::after {
  box-sizing: border-box;
}
:where(.plan_main_content) body,
:where(.plan_main_content) h1,
:where(.plan_main_content) h2,
:where(.plan_main_content) h3,
:where(.plan_main_content) h4,
:where(.plan_main_content) h5,
:where(.plan_main_content) h6,
:where(.plan_main_content) p,
:where(.plan_main_content) figure,
:where(.plan_main_content) blockquote,
:where(.plan_main_content) dl,
:where(.plan_main_content) dd {
  margin: 0;
  padding: 0;
}
:where(.plan_main_content) ul,
:where(.plan_main_content) ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.plan_main_content) a {
  text-decoration: none;
  color: inherit;
}
:where(.plan_main_content) img,
:where(.plan_main_content) video {
  max-width: 100%;
  height: auto;
  display: block;
}
:where(.plan_main_content) button,
:where(.plan_main_content) input,
:where(.plan_main_content) textarea,
:where(.plan_main_content) select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
:where(.plan_main_content) button {
  cursor: pointer;
}
:where(.plan_main_content) table {
  border-collapse: collapse;
  border-spacing: 0;
}

.plan_main_content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  max-width: 1728px;
  margin: 0 auto;
  color: #000;
}
.plan_main_content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_hero-bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plan_main_content::before {
    content: none;
  }
}
.plan_main_content::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 100px;
  left: 0;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_hero-eda.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plan_main_content::after {
    content: none;
  }
}
.plan_main_content .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .plan_main_content .inner {
    margin: -120px auto 0;
    overflow: hidden;
  }
}
.plan_main_content .title-with-triangle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}
.plan_main_content .title-with-triangle::before, .plan_main_content .title-with-triangle::after {
  content: "▼";
}
@media (max-width: 768px) {
  .plan_main_content .title-with-triangle {
    gap: 5px;
  }
}
.plan_main_content .fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 0 20px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plan_main_content .fixed-cta {
    padding: 13px 0 10px;
  }
}
.plan_main_content .fixed-cta__inner {
  display: flex;
  gap: 5.2vw;
  justify-content: center;
}
@media (max-width: 768px) {
  .plan_main_content .fixed-cta__inner {
    gap: 20px;
  }
}
.plan_main_content .fixed-cta__inner button,
.plan_main_content .fixed-cta__inner a {
  width: clamp(283px, 23.14vw, 400px);
}
@media (max-width: 768px) {
  .plan_main_content .fixed-cta__inner button,
  .plan_main_content .fixed-cta__inner a {
    width: 161px;
  }
}
.plan_main_content .fixed-cta.is-fixed {
  opacity: 1;
  pointer-events: all;
}
.plan_main_content .detail-unit {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.plan_main_content .detail-unit img {
  width: clamp(59px, 15.01vw, 69px);
}
.plan_main_content .detail-unit.is-open img {
  transform: scaleY(-1);
}
.plan_main_content .bg-white {
  background-color: #fff;
}
.plan_main_content .bg-orange {
  background-color: #fdf1c7;
}
.plan_main_content .bg-pink {
  background-color: #ffd8ea;
}
.plan_main_content .bg-yellow2 {
  background-color: #ffef8d;
}
.plan_main_content .bg-yellow {
  background-color: #fffabb;
}
.plan_main_content .bg-yellow3 {
  background-color: #fffbcc;
}
.plan_main_content .bg-dot {
  background-color: #fff;
  background-image: radial-gradient(#fce0e0 2px, transparent 2px);
  background-size: 25px 25px;
}
.plan_main_content .tab {
  color: #777777;
  font-size: clamp(10px, 2.5vw, 12px);
  font-weight: bold;
  text-align: center;
}
.plan_main_content .tab .js-tab_head {
  display: flex;
  width: 100%;
}
.plan_main_content .tab .js-tab_btn {
  flex: 1;
  border: 2px solid #e60000;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
  background-color: #fff;
}
.plan_main_content .tab .js-tab_btn.is-tab-active {
  color: #e60000;
  text-decoration: underline;
  border-bottom: none;
}
.plan_main_content .tab .js-tab_btn:last-child {
  margin-left: -2px;
}
.plan_main_content .tab .js-tab_body {
  border: 2px solid #e60000;
  border-top: none;
  padding: 20px;
}

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

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

.text-red {
  color: #e60000;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 11px;
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-underline {
  text-decoration: underline;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flex-column.gap-18 {
  gap: 18px;
}
.flex-column.gap-20 {
  gap: 20px;
}
.flex-column.gap-25 {
  gap: 25px;
}

.mt-10 {
  margin-top: 10px;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px;
}

.p-30 {
  padding: 30px;
}

.pc-pt-30 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .pc-pt-30 {
    padding-top: 0;
  }
}

.js-accordion.is-show .accordion-chevron {
  transform: scale(-1);
}

.accordion-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.accordion-icon::after {
  transform: rotate(90deg);
}

.ex-link-icon {
  width: 1.2em;
  display: inline-block;
  margin: 0 0.2em 0.3em 0.3em;
}

.js-accordion.is-show .accordion-icon::after {
  opacity: 0;
  transform: rotate(180deg);
}

[data-inview] {
  opacity: 0;
  transform: scale(0);
}

[data-inview].is-inview {
  opacity: 0;
  transform: scale(0);
  animation: pop-in 0.6s ease-in-out forwards;
}

@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.15);
  }
  80% {
    opacity: 1;
    transform: scale(0.97);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes katakata {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: -0.2deg;
  }
  10% {
    rotate: 0.2deg;
  }
  15% {
    rotate: -0.2deg;
  }
  20% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes katakata2 {
  0% {
    rotate: 0deg;
  }
  5% {
    rotate: 0.4deg;
  }
  10% {
    rotate: -0.4deg;
  }
  15% {
    rotate: 0.4deg;
  }
  20% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
.t-footer {
  position: relative;
  background-color: #fff;
  margin-bottom: 112px;
  z-index: 1;
}
@media (max-width: 768px) {
  .t-footer {
    margin-bottom: 93.5px;
  }
}

@media (max-width: 768px) {
  .t-pagetop {
    bottom: 94px;
  }
}

header {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.plan_main_content .hero {
  padding: 44px;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .plan_main_content .hero {
    padding: 63px 0 146px;
    background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_hero-bg_sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 440px) {
  .plan_main_content .hero {
    padding: 63px 0 256px;
  }
}
.plan_main_content .hero__inner {
  max-width: 538px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .plan_main_content .hero__inner {
    width: 100%;
  }
}
.plan_main_content .hero__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.plan_main_content .hero__text {
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: clamp(11px, 1.14vw, 14px);
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .plan_main_content .hero__text {
    flex-direction: column;
  }
}
.plan_main_content .hero__cta {
  width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .plan_main_content .hero__cta {
    width: clamp(320px, 23.45vw, 410px);
  }
}
.plan_main_content .hero__char {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% + 290px);
  z-index: 2;
  max-width: 497px;
  width: 27vw;
}
@media (max-width: 1200px) {
  .plan_main_content .hero__char {
    display: none;
  }
}
.plan_main_content .hero__char2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% + 300px);
  z-index: 2;
  max-width: 387px;
  width: 21vw;
}
@media (max-width: 1200px) {
  .plan_main_content .hero__char2 {
    display: none;
  }
}
.plan_main_content .hero__kumo {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plan_main_content .hero__kumo {
    display: none;
  }
}

.plan_main_content .main-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 66px 22px 22px;
}
.plan_main_content .menu__content {
  padding: 0 26px 30px;
  position: relative;
}
@media (max-width: 768px) {
  .plan_main_content .menu__content {
    padding: 0 22px 20px;
  }
}
.plan_main_content .menu__title_01 {
  background: linear-gradient(to bottom, transparent 50%, #FFEF8D 50%);
}
.plan_main_content .menu__title_02 {
  background: linear-gradient(to bottom, #FFEF8D 50%, #FFFABB 50%);
}
.plan_main_content .menu__title_03 {
  background: linear-gradient(to bottom, #FFFABB 50%, #fff 50%);
}
.plan_main_content .menu__title_04 {
  background: #fff;
}
.plan_main_content .menu__title_05 {
  background: linear-gradient(to bottom, #fff 50%, #FFFBCC 50%);
}
.plan_main_content .step-list {
  padding: 0 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan_main_content .step-list > li {
  position: relative;
}
.plan_main_content .step-list > li a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(136px, 34.6vw, 173px);
}
@media (max-width: 768px) {
  .plan_main_content .step-list > li a {
    bottom: 10px;
  }
}
.plan_main_content .tokuten01-link {
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.plan_main_content .tokuten03-link {
  position: absolute;
  bottom: 37%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.plan_main_content {
  /*--------------------------------
   レベル1：大項目（●）
  --------------------------------*/
  /*--------------------------------
   レベル2：中項目（・）
  --------------------------------*/
  /*--------------------------------
   レベル3：番号付きリスト（①, ②, ...） 
  --------------------------------*/
  /*--------------------------------
   レベル4：注釈リスト（(*1), (*2), ...）
  --------------------------------*/
  /* --- 注釈（*）のスタイル --- */
  /* --- リスト以下の補足事項（※）のスタイル --- */
  /* 各補足事項の段落 */
  /* リンク部分のスタイル */
}
.plan_main_content .list-wrapper {
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .plan_main_content .list-wrapper {
    padding: 30px 0;
  }
}
.plan_main_content .list-wrapper li:not(:first-child) strong {
  display: block;
  margin-top: 1em;
}
.plan_main_content .list-level-1 {
  list-style-type: none;
  padding-left: 0;
  font-size: 13px;
}
@media (max-width: 768px) {
  .plan_main_content .list-level-1 {
    font-size: 11px;
  }
}
.plan_main_content .list-level-1 > li {
  position: relative;
  padding-left: 1.2em; /* 記号（●）の分のスペース */
  letter-spacing: -0.03em;
}
.plan_main_content .list-level-1 > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -0.05em;
}
.plan_main_content .list-level-1 > li strong {
  font-weight: bold;
}
.plan_main_content .list-level-2 {
  list-style-type: none;
  padding-left: 0; /* インデントはli側で調整するのでリセット */
}
.plan_main_content .list-level-2 > li {
  position: relative;
  padding-left: 1.2em; /* 記号（・）の分のスペース */
  letter-spacing: -0.03em;
}
.plan_main_content .list-level-2 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.plan_main_content .list-level-3 {
  list-style-type: none; /* デフォルトの数字を非表示に */
  padding-left: 1.5em; /* インデント */
  counter-reset: level3-counter; /* カウンターをリセット */
  margin-top: 0.5em;
}
.plan_main_content .list-level-3 > li {
  position: relative;
  counter-increment: level3-counter; /* カウンターを1増やす */
}
.plan_main_content .list-level-3 > li::before {
  content: counter(level3-counter); /* カウンターの値を表示 */
  position: absolute;
  left: -1.5em;
  top: 0.1em;
  background-color: transparent;
  color: #000;
  border: 0.5px solid #000;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 1.35em;
  font-size: 0.85em;
  box-sizing: border-box;
}
.plan_main_content .list-level-4 {
  list-style-type: none; /* デフォルトのマーカーを非表示に */
  padding-left: 2em; /* インデント */
  counter-reset: level4-counter; /* カウンターをリセット */
}
.plan_main_content .list-level-4 > li {
  position: relative;
  counter-increment: level4-counter; /* カウンターを1増やす */
}
.plan_main_content .list-level-4 > li::before {
  content: "(*" counter(level4-counter) ")"; /* カウンターの値を表示 */
  position: absolute;
  left: -2em; /* インデント分左に移動 */
  top: 0;
}
.plan_main_content .notes-annotation {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
}
@media (max-width: 768px) {
  .plan_main_content .notes-annotation {
    font-size: 11px;
  }
}
.plan_main_content .notes-supplement p {
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.03em;
}
.plan_main_content .notes-supplement .link-wrapper {
  text-indent: 0;
}
.plan_main_content .notes-supplement .link-wrapper a {
  color: #4911ff;
  text-decoration: underline;
}
.plan_main_content .no-marker {
  text-indent: -1em;
}
.plan_main_content .no-marker::before {
  content: none !important;
}

.plan_main_content .notice {
  font-size: 11px;
  line-height: 1.3;
  padding: 50px 16px 40px;
}
.plan_main_content .notice a {
  color: #4911FF;
}
.plan_main_content .notice__box.secondary {
  border: 1px solid #857f7d;
  background-color: #f4f4f4;
}
.plan_main_content .notice__box.contact {
  border: 1px solid #E01915;
}
.plan_main_content .notice__inner {
  padding: 20px;
  border: 1px solid #967e73;
}
.plan_main_content .notice__contact-inner {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 15px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .plan_main_content .notice__contact-inner {
    font-size: 12px;
    padding: 30px 10px;
  }
}
.plan_main_content .notice__contact-inner a {
  text-decoration: none;
}
.plan_main_content .notice__title {
  background-color: #E6E6E6;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  width: 100%;
  scroll-margin-top: 40px;
}
.plan_main_content .notice__title.secondary {
  background-color: #857f7d;
}
.plan_main_content .notice__title.contact {
  background-color: #E01915;
  color: #fff;
}
.plan_main_content .notice__title.js-accordion_btn {
  position: relative;
}
.plan_main_content .notice .campaign-link {
  padding: 40px 20px;
}

.plan_main_content .fixed-menu {
  position: fixed;
  bottom: 200px;
  right: 133px;
  z-index: 2;
  max-width: 369px;
  padding: 25px 19px;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out;
  border-radius: 20px;
  box-shadow: 0 0 12px 0 rgba(150, 2, 2, 0.15);
  display: flex;
  flex-direction: column;
  gap: 22px;
  opacity: 0;
  pointer-events: none;
}
.plan_main_content .fixed-menu.is-show {
  opacity: 1;
  pointer-events: all;
}
.plan_main_content .fixed-menu > li a {
  display: block;
  opacity: 0.5;
  position: relative;
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu > li a {
    opacity: 1;
  }
}
.plan_main_content .fixed-menu > li a:hover {
  opacity: 1;
}
.plan_main_content .fixed-menu > li a::after {
  content: "";
  display: none;
  width: 30px;
  height: 30px;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_menu_chevron.png);
  background-size: 27px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu > li a::after {
    display: block;
  }
}
.plan_main_content .fixed-menu > li a.current {
  opacity: 1;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_menu_bg.png);
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu > li a.current {
    background-image: none;
  }
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu.hight-bottom {
    bottom: auto;
  }
}
@media (max-width: 1540px) {
  .plan_main_content .fixed-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu {
    display: block;
    position: relative;
    max-width: 329px;
    bottom: auto;
    right: auto;
    margin: 20px auto;
    opacity: 1;
    pointer-events: all;
  }
}
.plan_main_content .fixed-menu::after {
  content: "";
  display: block;
  width: 52.27px;
  height: 14px;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_menu_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .plan_main_content .fixed-menu::after {
    width: 51px;
    height: 12.45px;
  }
}

.plan_main_content .mission01__img01 {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission01__cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(275px, 69.97vw, 350px);
}
.plan_main_content .mission01__show-detail {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}
.plan_main_content .mission02__img01 {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission02__show-detail {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}
.plan_main_content .mission03__img01 {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission03__show-detail {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}
.plan_main_content .mission04__img01 {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission04__show-detail {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}
.plan_main_content .mission05__img01 {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission05__show-detail {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}
.plan_main_content .mission06__img01 {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(364px, 92.62vw, 463px);
}
.plan_main_content .mission06__show-detail {
  position: absolute;
  bottom: 26%;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(180px, 45.8vw, 229px);
}

.sns-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 23px;
  padding: 20px 0 100px;
}
@media (max-width: 768px) {
  .sns-share {
    padding: 0 0 40px;
    gap: 18px;
  }
}
.sns-share__title {
  font-size: 20px;
}
@media (max-width: 768px) {
  .sns-share__title {
    font-size: 15px;
  }
}
.sns-share__container {
  display: flex;
  background-color: #fff;
  justify-content: center;
  border-radius: 20px;
  gap: 36px;
  padding: 28px 40px;
  max-width: 239px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sns-share__container {
    gap: 26px;
    padding: 22px 30px;
    max-width: 188px;
  }
}
.sns-share .share-button {
  width: 59.77px;
}
@media (max-width: 768px) {
  .sns-share .share-button {
    width: 46px;
  }
}

.plan_main_content .reason {
  padding: 40px 22px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.plan_main_content .reason__note {
  align-self: flex-start;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  padding: 0 20px;
}
.plan_main_content .reason__note.narrow {
  padding: 0 12px;
}
@media (max-width: 768px) {
  .plan_main_content .reason__note.narrow {
    padding: 0 9px;
  }
}
@media (max-width: 768px) {
  .plan_main_content .reason__note {
    font-size: 11px;
    padding: 0 14px;
  }
}
.plan_main_content .reason__note a {
  color: #4911FF;
  text-decoration: underline;
}
.plan_main_content .gradient-border-box {
  background: #F35F00;
  border-radius: 20px;
  padding: 4px;
  position: relative;
}
.plan_main_content .gradient-border-box__inner {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
@media (max-width: 768px) {
  .plan_main_content .gradient-border-box__inner {
    padding: 20px 10px;
  }
}
.plan_main_content .gradient-border-box__balloon {
  width: clamp(46px, 11.7vw, 58px);
  position: absolute;
  top: -25px;
  left: -14px;
}
.plan_main_content .show-tenpo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 20px auto 27px;
}
.plan_main_content .show-tenpo p {
  font-size: clamp(14px, 3.56vw, 20px);
  font-weight: bold;
}
.plan_main_content .show-tenpo img {
  width: clamp(57px, 14.5vw, 72px);
}

.plan_main_content .tokuten {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 23px 100px;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten {
    gap: 30px;
    padding: 40px 23px 60px;
  }
}
.plan_main_content .tokuten a {
  color: #4911ff;
  text-decoration: underline;
}
.plan_main_content .tokuten-box {
  background-color: #fff;
  border: 1px solid #F35F00;
  display: flex;
  flex-direction: column;
  color: #000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten-box {
    font-size: 13px;
  }
}
.plan_main_content .tokuten-box__title {
  position: relative;
  background-image: linear-gradient(90deg, #fa0001, #fd789a);
  cursor: pointer;
}
.plan_main_content .tokuten-box__chevron {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_chevron-down_white.png);
  background-size: 29px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.plan_main_content .tokuten-box__body {
  padding: 0 15px 40px;
}
.plan_main_content .tokuten-box__body.pt {
  padding: 40px 15px;
}
.plan_main_content .tokuten-box__title2 {
  position: relative;
  background-color: #FDD9C2;
  text-align: center;
  border-top: 2px solid #F35F00;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten-box__title2 {
    font-size: 14px;
    padding: 12px;
  }
}
.plan_main_content .tokuten-box__chevron2 {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_chevron-down_black.png);
  background-size: 15px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten-box__chevron2 {
    background-size: 12px auto;
  }
}
.plan_main_content .tokuten-box__body2 {
  padding: 10px 15px;
}
.plan_main_content .tokuten-box__body2 .text {
  font-size: 17px;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten-box__body2 {
    padding: 10px 5px;
  }
  .plan_main_content .tokuten-box__body2 .text {
    font-size: 13px;
  }
}
.plan_main_content .tokuten-box .pill-title {
  padding: 6px 10px;
  border-radius: 100px;
  background: #FEF1E9;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #D13015;
  font-weight: bold;
}
@media (max-width: 768px) {
  .plan_main_content .tokuten-box .pill-title {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.plan_main_content .js-accordion.is-show > .js-accordion_btn .tokuten-box__chevron, .plan_main_content .js-accordion.is-show > .js-accordion_btn .tokuten-box__chevron2 {
  transform: translateY(-50%) scale(-1);
}

.plan_main_content .faq {
  padding: 17px 17px 40px 17px;
}
.plan_main_content .faq a {
  color: #0300FF;
  text-decoration: underline;
}
.plan_main_content .faq__inner {
  background-color: #fff;
  padding: 12px;
  border-radius: 17px;
  box-shadow: 3px 3px 10px rgba(121, 116, 116, 0.1);
}
.plan_main_content .faq__item {
  border-bottom: 1px solid #d0d0d0;
  padding: 20px 0;
}
.plan_main_content .faq__item:last-child {
  border-bottom: none;
}
.plan_main_content .faq__title {
  display: flex;
  gap: 10px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: 100%;
  align-items: center;
  text-align: left;
  padding-right: 26px;
}
@media (max-width: 768px) {
  .plan_main_content .faq__title {
    font-size: 12px;
  }
}
.plan_main_content .faq__title img {
  width: 27px;
  flex-shrink: 0;
}
.plan_main_content .faq__answer {
  padding: 20px 26px 0 37px;
  font-size: 15px;
  color: #626262;
  position: relative;
}
@media (max-width: 768px) {
  .plan_main_content .faq__answer {
    font-size: 12px;
  }
}
.plan_main_content .faq__answer::before {
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  background-image: url(/kouza/lp/mtto/presents/plan/imgs/plan_faq_a.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  left: 11px;
}
.plan_main_content .faq .accordion-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan_main_content .faq .accordion-icon::before, .plan_main_content .faq .accordion-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2.5px;
  background: #E60000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.plan_main_content .faq .accordion-icon::after {
  transform: rotate(90deg);
}
.plan_main_content .faq .js-accordion.is-show .accordion-icon::after {
  opacity: 0;
  transform: rotate(180deg);
}

.plan_modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan_modal.is-show {
  opacity: 1;
  pointer-events: all;
}
.plan_modal .modal-page-wrapper {
  position: relative;
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .plan_modal .modal-page-wrapper {
    width: 95%;
  }
}
.plan_modal .modal-scrollable {
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  overflow-y: scroll;
  border-radius: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 768px) {
  .plan_modal .modal-scrollable {
    width: 100%;
  }
}
.plan_modal .modal-scrollable::-webkit-scrollbar {
  display: none;
}
.plan_modal .modal-page {
  display: none;
  position: relative;
  gap: 20px;
}
@media (max-width: 768px) {
  .plan_modal .modal-page {
    flex-direction: column;
  }
}
.plan_modal .modal-page.is-active {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.plan_modal .modal-close {
  width: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .plan_modal .modal-close {
    width: 25px;
  }
}

.plan_modal_open {
  overflow: hidden;
}

.plan_modal .modal-list {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .plan_modal .modal-list {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
.plan_modal .modal-list > li {
  flex: 1;
  background-color: #ffedf2;
  border-radius: 5px;
  padding: 23px 16px;
  justify-content: center;
}
.plan_modal .modal-list__title {
  max-width: 222px;
  margin: 0 auto;
  height: 120px;
  object-fit: contain;
}
.plan_modal .modal-list__accordion {
  background: linear-gradient(to bottom, #e60000 0px, #e60000 100px, #ff7f94 100px, #ff7f94 100%);
  box-shadow: 0 6px 0 #ff7f94;
  border-radius: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .plan_modal .modal-list__accordion {
    box-shadow: 0 4px 0 #ff7f94;
    border-radius: 40px;
  }
}
.plan_modal .modal-list .accordion-icon {
  right: 12px;
}
.plan_modal .modal-list .accordion_body {
  padding-bottom: 20px;
  background: #fff;
  border: 5px solid #e60000;
  border-top: none;
  border-radius: 0 0 50px 45px;
  position: relative;
}
@media (max-width: 768px) {
  .plan_modal .modal-list .accordion_body {
    border-radius: 0 0 40px 40px;
  }
}
.plan_modal .modal-list__button {
  position: relative;
  cursor: pointer;
}
.plan_modal .modal-list__button.icon-set::before {
  content: "";
  display: block;
  width: 77px;
  height: 52px;
  background-image: url(/kouza/lp/mtto/presents/plsns/imgs/plans_modal_icon_set.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .plan_modal .modal-list__button.icon-set::before {
    left: 0;
  }
}
.plan_modal .modal-list__button.icon-kouza::before {
  content: "";
  display: block;
  width: 77px;
  height: 52px;
  background-image: url(/kouza/lp/mtto/presents/plsns/imgs/plans_modal_icon_kouza.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .plan_modal .modal-list__button.icon-kouza::before {
    left: 0;
    top: 30%;
  }
}
.plan_modal .qr {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px auto;
  border: 1px solid #b4b4b4;
  padding: 2px;
}
.plan_modal .qr canvas {
  display: block;
  width: 100%;
  height: auto;
}
.plan_modal .app-stores {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0 10px;
}
.plan_modal .page-landing .cta {
  max-width: 274px;
}
.plan_modal .page-select {
  max-width: 800px;
}
.plan_modal .page-select h2 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .plan_modal .page-select h2 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.plan_modal .page-select h3 {
  font-size: 17px;
  padding: 5px 12px;
  border-left: 4px solid #e60000;
  margin-bottom: 14px;
}
.plan_modal .page-select__wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .plan_modal .page-select__wrapper {
    flex-direction: column;
    gap: 14px;
  }
}
.plan_modal .page-select__box {
  flex: 1;
  border: 1px solid #b3b3b3;
  padding: 24px;
}
.plan_modal .page-select .cta {
  margin: 38px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.plan_modal .page-select .cta p {
  text-align: center;
  font-size: 11px;
}
@media (max-width: 768px) {
  .plan_modal .page-select .cta {
    margin: 50px auto;
  }
}
.plan_modal .page-select .cta button {
  width: 319px;
}
@media (max-width: 768px) {
  .plan_modal .page-select .cta button {
    width: 100%;
  }
}
.plan_modal .page-select .card-basic-info {
  margin-bottom: 10px;
}
.plan_modal .page-confirm__inner {
  padding: 40px;
}
@media (max-width: 768px) {
  .plan_modal .page-confirm__inner {
    padding: 20px;
  }
}
.plan_modal .page-confirm h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
.plan_modal .page-confirm .confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 26px;
}
.plan_modal .page-confirm .confirm-buttons a,
.plan_modal .page-confirm .confirm-buttons button {
  max-width: 126px;
}
.plan_modal .choices {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 14px;
}
.plan_modal .choice {
  display: block;
  padding: 18px;
  font-size: 17px;
  font-weight: bold;
  color: #bbbbbb;
  border: 2px solid #cecece;
  border-radius: 5px;
}
.plan_modal .choice.is-active {
  border: 2px solid #e60000;
  background-color: #e60000;
  color: #fff;
}
.plan_modal .logo-unit {
  display: flex;
  gap: 10px;
  align-items: center;
}
.plan_modal .logo-unit img {
  width: 60px;
}
.plan_modal .logo-unit button {
  width: 100%;
}
.plan_modal .header-img {
  width: calc(100% + 40px);
  max-width: none;
  position: relative;
  top: -20px;
  left: -20px;
}
.plan_modal .page-app-dl {
  max-width: 572px;
}
@media (max-width: 768px) {
  .plan_modal .page-app-dl {
    max-width: none;
  }
}
.plan_modal .page-app-dl .next {
  max-width: 276px;
  margin: 0 auto;
}
.plan_modal .page-app-dl .pc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 357px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .plan_modal .page-app-dl .pc-content {
    display: none;
  }
}/*# sourceMappingURL=plan_main.css.map */