@charset "UTF-8";
/* reset.scss */
/* 基本的なボックスサイズを統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 余白・パディングをリセット */
body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* リストのスタイルをリセット */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* aタグのリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像などの最大幅を制限 */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* フォーム系 */
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* ボタンのcursor設定 */
button {
  cursor: pointer;
}

/* テーブル */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML全体にデフォルトフォントなど最低限の設定 */
body {
  line-height: 1.5;
  font-family: sans-serif;
}

.presents_main_content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  max-width: 1728px;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fffde4;
  background-image: url(/kouza/lp/mtto/presents/imgs/presents_bg.png), repeating-linear-gradient(90deg, #fffde4, #fffde4 100px, #fdf1c6 100px, #fdf1c6 200px);
  background-size: 1748px auto, 200px 100%;
  background-repeat: repeat-y, repeat;
  background-position: center top, calc(50% - 50px) center;
}
@media (max-width: 768px) {
  .presents_main_content {
    background-image: repeating-linear-gradient(90deg, #fffde4, #fffde4 30px, #fdf1c6 30px, #fdf1c6 60px);
    background-size: 60px 100%;
    background-repeat: repeat;
    background-position: calc(50% - 30px) center;
  }
}
.presents_main_content .inner {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .presents_main_content .inner {
    overflow: hidden;
  }
}
.presents_main_content .link-with-chevron {
  color: #000;
  font-size: clamp(12px, 3.05vw, 15.5px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}
.presents_main_content .link-with-chevron::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/kouza/lp/mtto/presents/imgs/presents_chevron_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.presents_main_content .title-with-triangle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
}
.presents_main_content .title-with-triangle::before, .presents_main_content .title-with-triangle::after {
  content: "▼";
}
@media (max-width: 768px) {
  .presents_main_content .title-with-triangle {
    gap: 5px;
  }
}
.presents_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 10px;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .presents_main_content .fixed-cta {
    padding: 13px 0 10px;
  }
}
.presents_main_content .fixed-cta__inner {
  width: clamp(283px, 72.01vw, 409px);
  margin: 0 auto;
}
.presents_main_content .fixed-cta.is-fixed {
  opacity: 1;
  pointer-events: all;
}
.presents_main_content .detail-unit {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.presents_main_content .detail-unit img {
  width: clamp(59px, 15.01vw, 69px);
}
.presents_main_content .detail-unit.is-open img {
  transform: scaleY(-1);
}
.presents_main_content .bg-white {
  background-color: #fff;
}
.presents_main_content .bg-orange {
  background-color: #fdf1c7;
}
.presents_main_content .pill-title {
  padding: 6px 10px;
  border-radius: 100px;
  border: 2px solid #e60000;
  text-align: center;
  margin-top: 20px;
}
.presents_main_content .card-with-step {
  background-color: #e60012;
  border: 3px solid #000;
  border-radius: 14px;
  box-shadow: 6px 6px 0 #000;
  width: clamp(312px, 82.69vw, 398px);
  padding: 20px 30px 16px;
  margin: 34px auto 0;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 768px) {
  .presents_main_content .card-with-step {
    padding: 20px 10px 16px;
  }
}
.presents_main_content .card-with-step__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  gap: 30px;
}
.presents_main_content .card-with-step a {
  color: #000;
}
.presents_main_content .card-with-step .step {
  position: relative;
  margin-top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(100px, 25.44vw, 120px);
}
.presents_main_content .card-with-step .plus {
  width: 27px;
  margin: 10px auto;
}
.presents_main_content .tab {
  padding: 0 27px;
}
.presents_main_content .tab .js-tab_head {
  display: flex;
  width: 100%;
  border-radius: 8px 8px 0 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.presents_main_content .tab .js-tab_btn {
  flex: 1;
  border: 1px solid #e60000;
  border-bottom: 2px solid #e60000;
  padding: 10px 0;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #868686;
}
@media (max-width: 768px) {
  .presents_main_content .tab .js-tab_btn {
    font-size: 14px;
  }
}
.presents_main_content .tab .js-tab_btn.is-tab-active {
  background-color: #e60000;
  color: #fff;
}
.presents_main_content .tab .js-tab_btn:nth-child(1) {
  border-radius: 8px 0 0 0;
}
.presents_main_content .tab .js-tab_btn:nth-child(2) {
  border-radius: 0;
}
.presents_main_content .tab .js-tab_btn:nth-child(3) {
  border-radius: 0 8px 0 0;
}
.presents_main_content .tab .js-tab_btn:not(:first-child) {
  margin-left: -1px;
}
.presents_main_content .tab .shadow-box {
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  padding: 26px 8px 24px;
  text-align: center;
  position: relative;
}

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

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

.text-with-chevron {
  color: #000;
  font-size: clamp(13px, 1.7vw, 16px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  font-weight: bold;
}
.text-with-chevron > a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-with-chevron::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/kouza/lp/mtto/presents/imgs/presents_chevron_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.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-10 {
  padding: 10px;
}

.p-30 {
  padding: 30px;
}

.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);
}

.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;
  }
}
.fixd-garland {
  position: sticky;
  top: 0;
  width: 100%;
  height: 0;
}
.fixd-garland::after {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1728px;
  aspect-ratio: 3499/508;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/kouza/lp/mtto/presents/imgs/presents_fixed-flag-garland.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .fixd-garland {
    display: none;
  }
}

.t-footer {
  position: relative;
  background-color: #fff;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .t-footer {
    margin-bottom: 93.5px;
  }
}

.presents_main_content .hero {
  padding: 44px;
  position: relative;
  background-image: url(/kouza/lp/mtto/presents/imgs/presents_hero-bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .presents_main_content .hero {
    padding: 63px 0 16px;
    background-image: url(/kouza/lp/mtto/presents/imgs/presents_hero-bg_sp.png);
    background-size: 100% auto;
  }
}
.presents_main_content .hero__inner {
  max-width: 977px;
  width: clamp(320px, 55.89vw, 977px);
  margin: 0 auto;
}
.presents_main_content .hero__main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.presents_main_content .hero__text {
  text-align: center;
  justify-content: center;
  display: flex;
  font-size: clamp(11px, 1.14vw, 20px);
  font-weight: bold;
}
@media (max-width: 768px) {
  .presents_main_content .hero__text {
    flex-direction: column;
  }
}
.presents_main_content .hero__cta {
  width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .presents_main_content .hero__cta {
    width: clamp(320px, 23.45vw, 410px);
  }
}

.presents_main_content .main-nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 66px 22px 22px;
}
.presents_main_content .menu__title_01 {
  background: linear-gradient(to bottom, #fff 75%, #fdf1c7 75%);
}
.presents_main_content .menu__title_02 {
  background: linear-gradient(to bottom, #fdf1c7 5%, #fff 5%);
}
.presents_main_content .step-list {
  padding: 0 30px 60px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.presents_main_content .step-list > li {
  position: relative;
}
.presents_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) {
  .presents_main_content .step-list > li a {
    bottom: 10px;
  }
}
.presents_main_content .tokuten01-link {
  position: absolute;
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.presents_main_content .tokuten03-link {
  position: absolute;
  bottom: 37%;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.presents_main_content {
  /*--------------------------------
   レベル1：大項目（●）
  --------------------------------*/
  /*--------------------------------
   レベル2：中項目（・）
  --------------------------------*/
  /*--------------------------------
   レベル3：番号付きリスト（①, ②, ...） 
  --------------------------------*/
  /*--------------------------------
   レベル4：注釈リスト（(*1), (*2), ...）
  --------------------------------*/
  /* --- 注釈（*）のスタイル --- */
  /* --- リスト以下の補足事項（※）のスタイル --- */
  /* 各補足事項の段落 */
  /* リンク部分のスタイル */
}
.presents_main_content .list-wrapper {
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .presents_main_content .list-wrapper {
    padding: 30px 0;
  }
}
.presents_main_content .list-wrapper li:not(:first-child) strong {
  display: block;
  margin-top: 1em;
}
.presents_main_content .list-level-1 {
  list-style-type: none;
  padding-left: 0;
  font-size: 13px;
}
@media (max-width: 768px) {
  .presents_main_content .list-level-1 {
    font-size: 11px;
  }
}
.presents_main_content .list-level-1 > li {
  position: relative;
  padding-left: 1.2em; /* 記号（●）の分のスペース */
}
.presents_main_content .list-level-1 > li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: -0.05em;
}
.presents_main_content .list-level-1 > li strong {
  font-weight: bold;
}
.presents_main_content .list-level-2 {
  list-style-type: none;
  padding-left: 0; /* インデントはli側で調整するのでリセット */
}
.presents_main_content .list-level-2 > li {
  position: relative;
  padding-left: 1.2em; /* 記号（・）の分のスペース */
}
.presents_main_content .list-level-2 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.presents_main_content .list-level-3 {
  list-style-type: none; /* デフォルトの数字を非表示に */
  padding-left: 1.5em; /* インデント */
  counter-reset: level3-counter; /* カウンターをリセット */
  margin-top: 0.5em;
}
.presents_main_content .list-level-3 > li {
  position: relative;
  counter-increment: level3-counter; /* カウンターを1増やす */
}
.presents_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;
}
.presents_main_content .list-level-4 {
  list-style-type: none; /* デフォルトのマーカーを非表示に */
  padding-left: 2em; /* インデント */
  counter-reset: level4-counter; /* カウンターをリセット */
}
.presents_main_content .list-level-4 > li {
  position: relative;
  counter-increment: level4-counter; /* カウンターを1増やす */
}
.presents_main_content .list-level-4 > li::before {
  content: "(*" counter(level4-counter) ")"; /* カウンターの値を表示 */
  position: absolute;
  left: -2.5em; /* インデント分左に移動 */
  top: 0;
}
.presents_main_content .notes-annotation {
  display: block;
  margin-top: 0.5em;
  font-size: 13px;
}
@media (max-width: 768px) {
  .presents_main_content .notes-annotation {
    font-size: 11px;
  }
}
.presents_main_content .notes-supplement p {
  padding-left: 1em;
  text-indent: -1em;
}
.presents_main_content .notes-supplement .link-wrapper {
  text-indent: 0;
}
.presents_main_content .no-marker {
  text-indent: -1.8em;
}
.presents_main_content .no-marker::before {
  content: none !important;
}

.presents_main_content .notice {
  font-size: 11px;
  line-height: 1.3;
  padding: 20px 20px 40px;
}
.presents_main_content .notice a {
  color: #4911FF;
  text-decoration: underline;
}
.presents_main_content .notice__box.secondary {
  border: 1px solid #857f7d;
  background-color: #f4f4f4;
}
.presents_main_content .notice__box.contact {
  border: 1px solid #E01915;
}
.presents_main_content .notice__inner {
  padding: 20px;
  border: 1px solid #967e73;
}
.presents_main_content .notice__contact-inner {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .presents_main_content .notice__contact-inner {
    font-size: 12px;
    padding: 30px 20px;
  }
}
.presents_main_content .notice__contact-inner a {
  text-decoration: none;
}
.presents_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;
}
.presents_main_content .notice__title.secondary {
  background-color: #857f7d;
}
.presents_main_content .notice__title.contact {
  background-color: #E01915;
  color: #fff;
}
.presents_main_content .notice__title.js-accordion_btn {
  position: relative;
}

.presents_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;
}
.presents_modal.is-show {
  opacity: 1;
  pointer-events: all;
}
.presents_modal .modal-page-wrapper {
  position: relative;
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .presents_modal .modal-page-wrapper {
    width: 95%;
  }
}
.presents_modal .modal-scrollable {
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 1000px;
  overflow-y: scroll;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .presents_modal .modal-scrollable {
    width: 100%;
  }
}
.presents_modal .modal-page {
  display: none;
  position: relative;
  gap: 20px;
}
@media (max-width: 768px) {
  .presents_modal .modal-page {
    flex-direction: column;
  }
}
.presents_modal .modal-page.is-active {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.presents_modal .modal-close {
  width: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .presents_modal .modal-close {
    width: 25px;
  }
}

.presents_modal_open {
  overflow: hidden;
}

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