@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  word-wrap: break-word;
}
body.is-fixed {
  overflow-y: scroll; /* モーダル画面ズレ防止 */
  position: fixed;
  width: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
address {
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  background-color: initial;
  border: none;
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a,
button {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover,
button:hover {
  opacity: 0.8;
}

section {
  position: relative;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 430px) {
  .pcOnly {
    display: none;
  }
}
.mainVisualArea {
  background: url(/promotion/ordercard/w/3skm/images/img_mainvisual.png) center/cover no-repeat;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: calc(47vw - 15px);
}
@media screen and (max-width: 1079.9px) {
  .mainVisualArea {
    display: none;
  }
}
.mainContArea {
  display: flex;
  gap: 2vw;
  right: 0;
  position: absolute;
  top: 0;
  min-width: 750px;
  width: calc(53vw + 15px);
}
.mainContArea:before {
  background: url(/promotion/ordercard/w/3skm/images/bg_maincontarea.png) -130px 0/56%;
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: calc(53vw + 15px);
}
@media screen and (max-width: 1079.9px) {
  .mainContArea {
    left: 0;
    min-width: 100%;
    width: 100%;
  }
  .mainContArea:before {
    width: 100%;
  }
}
.mainContents {
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
  width: 430px;
}
.mainContents:before,
.mainContents:after {
  background: url("/promotion/ordercard/w/3skm/images/bg_maincontents_line.png") top left repeat-y;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
}
.mainContents::before {
  left: -15px;
}
.mainContents:after {
  right: -15px;
}
@media screen and (max-width: 1079.9px) {
  .mainContents {
    margin: 0 auto;
  }
}
@media (max-width: 430px) {
  .mainContents {
    margin: 0;
    width: 100%;
  }
  .mainContents:before,
  .mainContents:after {
    content: none;
  }
}
.notes {
  margin-top: 8px;
}
.notes > li {
  color: #696969;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.notes > li:before {
  content: "※";
}
.notes > li .listItems {
  margin-top: 4px;
}
.notes > li .listItems li {
  color: #696969;
  font-size: 9px;
}
.notes--center {
  margin: 8px auto 0;
  width: fit-content;
}
.notes--num {
  counter-reset: num 0;
}
.notes--num > li {
  padding-left: 2.3em;
  text-indent: -2.3em;
}
.notes--num > li:before {
  content: "※" counter(num) " ";
  counter-increment: num 1;
}

.notes--large > li {
  font-size: 10px;
}
.textLink {
  color: #2589f6;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.textLink:hover {
  opacity: 1;
  text-decoration: underline;
}
.textLink img {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-5px);
}
.textLink--cv {
  color: #5fccff;
}
.textLink--center {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.textLink .icon--external {
  height: 8px;
  width: 8px;
}
.textLink .icon--cv {
  height: 10px;
  transform: translateY(-3px);
  width: 10px;
}

.listItems .textLink,
.notes .textLink {
  display: inline;
}
.cvBtn {
  margin: 0 auto;
  text-align: center;
  width: 76.2%;
}
.cvBtn__btn {
  display: inline-block;
  margin-top: 20px;
}

.anime-cta {
  animation: anime_cta 2s ease-out infinite;
}
.mainMenu {
  background: url(/promotion/ordercard/w/3skm/images/bg_mainmenu.png) center top/contain no-repeat;
  background-size: cover;
  flex-shrink: 0;
  height: 628px;
  position: sticky;
  top: 1%;
  width: 260px;
}
.mainMenu__inner {
  padding: 40px 25px;
  position: relative;
}
.mainMenu__logo {
  text-align: center;
  margin-bottom: 20px;
}
.mainMenu h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.mainMenu h3 {
  margin: 20px 0 0 20px;
}
.mainMenu__link {
  margin: 30px 0 0 50px;
}
.mainMenu__link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 8px 0;
  position: relative;
}
.mainMenu__link li a:hover {
  background: linear-gradient(111.94deg, #a06afd 16.58%, #ff6200 44.68%, #e1ba77 67.79%, #39c79d 84.13%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.mainMenu__link li a:hover:before {
  background: url(/promotion/ordercard/w/3skm/images/icon_menu_link.png) center/contain no-repeat;
  content: "";
  display: block;
  height: 30px;
  left: -35px;
  margin-right: 5px;
  top: 2px;
  position: absolute;
  width: 26px;
}
.mainMenu .cvBtn {
  width: 100%;
}
.mainMenu .cvBtn .cvBtn__btn {
  margin-top: 14px;
}
.mainMenu .notes li {
  font-size: 11px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1079.9px) {
  .mainMenu {
    top: 0;
  }
}
@media screen and (max-width: 1249.9px) {
  .mainMenu {
    display: none;
  }
}
@media (max-width: 1400px) and (min-width: 1250px) {
  .mainMenu {
    transform: scale(0.8) translateY(-50px);
  }
}
.kv {
  position: relative;
}
.kv h1 img {
  width: 100%;
}
.kv__anime {
  left: 50%;
  object-fit: cover;
  position: absolute;
  transform: translateX(-50%);
}
.kv__anime--01 {
  opacity: 0;
  top: 175px;
  width: 326px;
}
.kv__anime--01.is-animated {
  animation: fadeUp 0.8s ease-out forwards;
}
.kv__anime--02 {
  top: 470px;
  width: 290px;
}
.kv__anime--02.is-animated {
  animation: anim_h 2s ease-out forwards;
}
@media screen and (max-width: 430px) {
  .kv__anime--01 {
    top: 40.6976744186vw;
    width: 75.8139534884vw;
  }
  .kv__anime--02 {
    top: 109.3023255814vw;
    width: 67.4418604651vw;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes anim_h {
  0%,
  40%,
  60%,
  80% {
    transform: translateX(-50%) scale(1);
  }
  50%,
  70% {
    transform: translateX(-50%) scale(0.95);
  }
}
.anchor {
  background-color: #0e0820;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: -70px;
  position: relative;
}
.anchor a {
  width: 27.73%;
}
.anchor a img {
  width: 100%;
}
.benefits {
  background: url("/promotion/ordercard/w/3skm/images/bg_benefits.png") center 20px / cover no-repeat;
  background-color: #0e0820;
  padding: 150px 0 115px;
}
.benefits__inner {
  padding: 0 13px;
}
.benefits__h2 {
  text-align: center;
}
.benefits__img {
  text-align: center;
}
.benefits__img--wide {
  width: 100%;
}
.getMirror {
  background: url("/promotion/ordercard/w/3skm/images/bg_getmirror.png") center top/cover no-repeat;
  z-index: 1;
}
.getMirror__inner {
  margin-top: -70px;
  padding: 150px 20px 138px;
}
@media screen and (max-width: 375px) {
  .getMirror__inner {
    padding: 130px 20px 100px;
  }
}
.getMirror__h2 {
  margin-bottom: 54px;
  text-align: center;
}
.getMirror__img {
  margin-bottom: 30px;
  text-align: center;
}
.getMirror__img img {
  max-width: 100%;
}
.flowTab {
  margin-bottom: 25px;
  width: 100%;
}
.flowTab__btn {
  border-radius: 12px 12px 0 0;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  width: 100%;
}
.flowTab__btn > li {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 50%;
}
.flowTab__btn > li button {
  background: linear-gradient(95deg, #e6e6e6 -127.47%, #a3a3a3 -8.07%, #5e5e5e 111.32%), #2e60c4;
  border: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  height: 62px;
  padding: 11px 24px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.flowTab__btn > li.is-active button {
  background: linear-gradient(93deg, #2fb3f9 0%, #5a7ff2 45.17%, #c269f5 111.98%, #fd423d 229.67%);
  pointer-events: none;
}
.flowTab__btn > li.is-active:last-child button {
  background: linear-gradient(95deg, #75d0ff -127.47%, #c66cfa -8.07%, #f6423d 111.32%), #2e60c4;
}
.flowTab__btn > li:not(.is-active):hover button {
  background-color: #ccc;
}
.flowTab__btn-lead {
  align-items: center;
  background-color: #fff;
  border-radius: 9px;
  color: #000;
  display: flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  mix-blend-mode: screen;
  margin: 0 auto;
  padding: 6px 10px;
  width: fit-content;
}
.flowTab__wrap {
  background: linear-gradient(92.27deg, #4ba5fc 0%, #c269f5 50%, #fd423d 100%);
  border-radius: 0 0 12px 12px;
  padding: 4px;
}
.flowTab__cont {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 30px 25px;
}
.flowTab__cont.is-show {
  display: block;
}
.listItems--center {
  margin: 12px auto 0;
  width: fit-content;
}
.listItems > li {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
.listItems > li:before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.listItems > li + li {
  margin-top: 2px;
}

.notes .listItems li {
  text-indent: 0;
}
.flow {
  background: url("/promotion/ordercard/w/3skm/images/bg_flow.png") center 0 / cover no-repeat;
  z-index: 0;
}
.flow__inner {
  margin-top: -95px;
  padding: 155px 15px;
}
.flow__h2 {
  margin-bottom: 43px;
  text-align: center;
}
.flow__h3 {
  margin-bottom: 16px;
  text-align: center;
}
.flow__step--01,
.flow__step--02 {
  margin-bottom: 32px;
  padding-left: 35px;
  position: relative;
}
.flow__step--01:before,
.flow__step--02:before {
  content: "";
  display: block;
  height: 38px;
  left: -15px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  width: 38px;
}
.flow__step--01:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_flow_tab01_01.png") center 0 / cover no-repeat;
}
.flow__step--02:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_flow_tab01_02.png") center 0 / cover no-repeat;
}
.flow .flow__tab02 .flow__step--01:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_flow_tab02_01.png") center 0 / cover no-repeat;
}
.flow .flow__tab02 .flow__step--02:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_flow_tab02_02.png") center 0 / cover no-repeat;
}
.flow__step--01:after {
  background: linear-gradient(0deg, #ff0000 0%, #0000ff 100%);
  -webkit-mask-image: radial-gradient(circle, #000000 1px, transparent 1px);
  -webkit-mask-position: left top;
  -webkit-mask-repeat: repeat-y;
  -webkit-mask-size: 2px 8px;
  mask-image: radial-gradient(circle, #000000 1px, transparent 1px);
  mask-position: left top;
  mask-repeat: repeat-y;
  mask-size: 2px 8px;
  content: "";
  display: block;
  height: 100%;
  left: 3px;
  position: absolute;
  top: 40px;
  width: 4px;
}
.flow .flow__tab02 .flow__step--01:after {
  background: linear-gradient(180deg, #ff0000 0%, #0000ff 100%);
}
.flow__img {
  margin-top: 10px;
  text-align: center;
}
.flow__link {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.flow-period {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 32px;
}
.flow-period__header {
  background-color: #586785;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
.flow-period__body {
  background-color: #e8ecf3;
  border-radius: 0 0 10px 10px;
  padding: 12px 22px;
}
.flow-period__lead {
  color: #586785;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: center;
}
.flow-period .notes li {
  color: #586785;
}
.flow-caution__header {
  border: 1px solid #586785;
  color: #586785;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 135px;
}
.flow-caution__body {
  background-color: #fff;
  padding: 6px 22px 0;
}
.flow-caution .notes li {
  color: #586785;
}
.flow__txt {
  margin: 0 auto 15px;
  text-align: center;
}
.flow__txt--strong {
  background: linear-gradient(122deg, #fe6f56 17.99%, #e6448d 90.37%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.flow__bnr {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
}
.feature {
  background: url("/promotion/ordercard/w/3skm/images/bg_feature.png") center 0 / cover no-repeat;
}
.feature__inner {
  margin-top: -160px;
  padding: 180px 0 65px;
}
@media screen and (max-width: 375px) {
  .feature__inner {
    padding: 150px 0 45px;
  }
}
.feature h2 {
  margin-bottom: 43px;
  text-align: center;
}
.feature__img:nth-of-type(odd) {
  text-align: right;
}
.feature__img img {
  width: calc(100% - 18px);
}
.feature__img + .feature__img {
  margin-top: 20px;
}
.point {
  background: url("/promotion/ordercard/w/3skm/images/bg_point.png") center 0 / cover no-repeat;
  z-index: 1;
}
.point__inner {
  padding: 212px 6px 190px;
}
@media screen and (max-width: 375px) {
  .point__inner {
    padding: 155px 6px 140px;
  }
}
.point h2 {
  margin-bottom: 25px;
  text-align: center;
}
.point__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}
.point__frame {
  margin-bottom: 10px;
  position: relative;
}
.point__frame:after {
  background: url("/promotion/ordercard/w/3skm/images/bg_point_01_02.png") center 0 / contain no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 43px;
  left: 0;
  position: relative;
  width: 100%;
}
.point__noteArea {
  background: url("/promotion/ordercard/w/3skm/images/bg_point_01_01.png") center 0 / contain repeat-y;
  margin: -1px 0;
  padding: 0 20px;
}
.point__noteArea .notes {
  margin-top: 0;
}
.point__noteArea .textLink {
  font-size: 9px;
}
.point__noteArea .textLink .icon--external {
  transform: translateY(-3px);
}
.point__img {
  text-align: center;
}
.point__img:last-of-type {
  margin-top: 40px;
}
.point__img img {
  max-width: 100%;
}
.earnPoint {
  background-color: #fffde7;
}
.earnPoint__inner {
  margin-top: -110px;
  padding: 135px 14px 100px;
}
.earnPoint__h2 {
  margin: 0 auto 25px;
  text-align: center;
}
.earnPoint__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.earnPoint__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px 14px;
}
.earnPoint__col {
  width: calc(50% - 14px);
}
.youtube {
  background: url("/promotion/ordercard/w/3skm/images/bg_youtube.png") center 0 / cover no-repeat;
}
.youtube__inner {
  margin-top: -130px;
  padding: 145px 15px 120px;
}
@media screen and (max-width: 430px) {
  .youtube__inner {
    padding: 130px 15px 110px;
  }
}
.youtube h2 {
  margin-bottom: 10px;
  text-align: right;
}
.youtube__frame {
  background: linear-gradient(90deg, #a06afd 0%, #a06afd 16.5772%, #ff6200 44.6775%, #e1ba77 67.7885%, #39c79d 84.1346%, #39c79d 100%);
  border-radius: 20px;
  padding: 6px;
  position: relative;
}
.youtube__frame::after {
  background: url("/promotion/ordercard/w/3skm/images/icon_youtube_01.svg") center 0 / contain no-repeat;
  content: "";
  position: absolute;
  bottom: -16px;
  left: -2px;
  height: 40px;
  width: 76px;
}
.youtube__frame-inner {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
}
.fade-line {
  background-color: #bababa;
  border: none;
  height: 1px;
  margin: 25px 0;
}
.cardDesign {
  margin-top: -60px;
  overflow: hidden;
}
.cardDesign::before {
  border-radius: 500px;
  background: linear-gradient(150deg, #090b30 9.16%, #120b57 27.99%, #3d29a0 48.73%, #1b0070 69.28%, #211741 89.06%);
  content: "";
  display: block;
  height: 2000px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 1000px;
}
.cardDesign__inner {
  padding: 70px 14px 140px;
  position: relative;
}
.cardDesign__h2 {
  margin: 0 auto 20px;
  text-align: center;
}
.cardDesign__h3 {
  margin: 0 auto 25px;
  text-align: center;
}
.cardDesign__frame {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 22px 20px 0;
}
.cardDesign__frame h3,
.cardDesign__frame h4 {
  text-align: center;
}
.cardDesign__img {
  text-align: center;
  margin: 0 auto 15px;
}
.cardDesign__txt {
  color: #848487;
  font-size: 13px;
  line-height: 1.6;
}
.cardDesign__comment {
  margin-left: -20px;
  text-align: center;
  width: calc(100% + 40px);
}
.cardDesign .notes li {
  color: #a5a4b0;
}
.about {
  background: url("/promotion/ordercard/w/3skm/images/bg_about.png") center 0 / cover no-repeat;
  z-index: 1;
}
.about__inner {
  margin-top: -60px;
  padding: 139px 0 140px;
}
@media screen and (max-width: 375px) {
  .about__inner {
    padding: 105px 0 110px;
  }
}
.about h2 {
  margin: 0 auto 20px;
  text-align: center;
}
.about__lead {
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0 15px;
  text-align: center;
}
.about__frame {
  background: linear-gradient(90deg, #a06afd 0%, #a06afd 16.5772%, #ff6200 44.6775%, #e1ba77 67.7885%, #39c79d 84.1346%, #39c79d 100%);
  border-radius: 15px;
  margin: -32.7906976744% auto 0;
  padding: 3px;
  position: relative;
  width: 92%;
}
.about__frame-inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 20px 24px;
  width: 100%;
}
.about__h3 {
  margin: 0 auto 15px;
  text-align: center;
}
.about__txt {
  color: #070739;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.about .fontSystem {
  font-family: "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", sans-serif;
}
.accordion {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.accordion + .accordion {
  margin-top: 24px;
}
.accordion__btn {
  align-items: center;
  background-color: #555560;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 14px;
  position: relative;
}
.accordion__btn button {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.accordion__btn:after {
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #c7c3ff transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.4s ease;
  width: 0;
}
.accordion__cont {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.accordion__inner {
  padding: 20px;
}
.accordion.is-open .accordion__btn:after {
  transform: translateY(-50%);
}
.faq {
  background-color: #cdd5db;
}
.faq__inner {
  margin-top: -100px;
  padding: 150px 30px 64px;
}
.faq__h2 {
  font-size: 28px;
  margin-bottom: 43px;
  text-align: center;
}
.faq__lead {
  color: #e61;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
}
.faq__txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}
.faq__txt--end {
  color: #7f7e88;
  font-size: 10px;
  text-align: right;
}
.precautions__inner {
  padding: 30px 15px;
}
.precautions__h2 {
  background-color: #555560;
  color: #fff;
  font-size: 16px;
  padding: 20px 15px;
  text-align: center;
}
.precautions__inner {
  padding: 24px 17px;
}
.precautions__h3 {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 4px;
}
.precautions__h3:not(:first-child) {
  margin-top: 16px;
}
.precautions__txt {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}
.precautions .notes li {
  color: #999da5;
}
.precautions .notes--large {
  margin-top: 0;
}
.precautions .notes--large > li {
  color: #586785;
  font-size: 11px;
}
.support {
  background-color: #555560;
}
.support__inner {
  color: #fff;
  padding: 36px 15px;
  text-align: center;
}
.support__h2 {
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.support__link {
  align-items: center;
  background-color: #fff;
  color: #586785;
  border-radius: 8px;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  height: 40px;
  justify-content: center;
  margin: 0 auto 10px;
  width: 205px;
}
.support__link:after {
  content: "";
  display: inline-block;
  background: url("/promotion/ordercard/w/3skm/images/icon_link_arrow.svg") center/contain no-repeat;
  height: 12px;
  width: 5px;
}
.support__lead {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.support__txt {
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8px;
}
.footer {
  background: #191919;
}
.footer__inner {
  padding: 32px 42px;
}
.footer__listItem {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.footer__listItem:not(:first-child) {
  margin-top: 12px;
}
.footer__listLink {
  color: #fff;
  text-decoration: none;
}
.footer__info {
  margin: 40px auto 0;
  width: fit-content;
}
.footer__copy {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.fixedCv {
  align-items: flex-end;
  background: rgba(10, 35, 80, 0.8);
  bottom: 0;
  display: none;
  gap: 10px;
  justify-content: center;
  padding: 12px 14px;
  position: sticky;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1249.9px) {
  .fixedCv {
    display: flex;
  }
}
.fixedCv button.is-animated {
  animation: anime_cta 2s ease-out infinite;
}

@keyframes anime_cta {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
}
.cvModalAccordion {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin: 20px auto;
  position: relative;
  max-width: 596px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .cvModalAccordion {
    margin: 13px auto;
    width: calc(100% - 20px);
  }
}
.cvModalAccordion__btn {
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #ebebeb;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  text-align: center;
}
.cvModalAccordion__btn button {
  font-size: 13px;
  font-weight: 500;
  width: 100%;
}
.cvModalAccordion__btn:before {
  background-color: #100d2d;
  content: "";
  height: 16px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.cvModalAccordion__btn:after {
  background-color: #100d2d;
  content: "";
  height: 2px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 16px;
}
@media screen and (max-width: 767.9px) {
  .cvModalAccordion__btn {
    padding: 5px;
  }
  .cvModalAccordion__btn button {
    font-size: 11px;
  }
}
.cvModalAccordion.is-open .cvModalAccordion__btn:before {
  content: none;
}
.cvModalAccordion__cont {
  background-color: #fff;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.cvModalAccordion__inner {
  padding: 10px 16px;
}
.cvModalAccordion__inner p {
  color: #81808c;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .cvModalAccordion__inner p {
    font-size: 10px;
    text-align: left;
  }
}
.cvModalAccordion.is-open .cvModalAccordion__btn:after {
  transform: translateY(-50%) rotate(-180deg);
}
.cvModal {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  visibility: hidden;
  z-index: 100;
}
.cvModal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.cvModal__content {
  background: #fff;
  border-radius: 12px;
  max-width: 960px;
  outline: 4px solid #fff;
  outline-offset: -5px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 30px);
}
.cvModal__content:before,
.cvModal__content:after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  padding: 2px;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
}
.cvModal__content:before {
  inset: 0;
  background: linear-gradient(90deg, #a06afd 0%, #a06afd 16.5772%, #ff6200 44.6775%, #e1ba77 67.7885%, #39c79d 84.1346%, #39c79d 100%);
}
.cvModal__content:after {
  inset: 4px;
  background: linear-gradient(90deg, #a06afd 0%, #a06afd 16.5772%, #ff6200 44.6775%, #e1ba77 67.7885%, #39c79d 84.1346%, #39c79d 100%);
  border-radius: 9px;
}
.cvModal__inner {
  background: url("/promotion/ordercard/w/3skm/images/bg_cvmodal_pc.png") top center/100% no-repeat;
  padding: 30px 32px;
  max-height: 95vh;
  overflow-y: auto;
}
@media screen and (max-width: 767.9px) {
  .cvModal__inner {
    background: url("/promotion/ordercard/w/3skm/images/bg_cvmodal_sp.png") top center/100% no-repeat;
    padding: 24px 16px;
  }
}
.cvModal .cvModal__close {
  height: 31px;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  width: 31px;
}
@media screen and (max-width: 767.9px) {
  .cvModal .cvModal__close {
    height: 12px;
    right: 12px;
    top: 10px;
    width: 12px;
  }
}

.cvStep h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 40px 20px;
  text-align: center;
}
.cvStep h2 strong {
  color: #fb6e11;
}
@media screen and (max-width: 767.9px) {
  .cvStep h2 {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
.cvStep__frame {
  background-color: #fffde7;
  border: 1px dotted #fbd358;
  border-radius: 8px;
  padding: 16px;
}
@media screen and (max-width: 767.9px) {
  .cvStep__frame {
    padding: 11px;
  }
}
.cvStep__frame h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 auto 13px;
  text-align: center;
  vertical-align: bottom;
}
@media screen and (max-width: 767.9px) {
  .cvStep--01 h3 img {
    width: 160px;
  }
}
@media screen and (max-width: 767.9px) {
  .cvStep--02 h3 img {
    width: 180px;
  }
}
.cvStep__row {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 767.9px) {
  .cvStep__row {
    align-items: center;
    flex-direction: column;
    gap: 12px;
  }
}
.cvStep__col {
  max-width: 364px;
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .cvStep__col {
    width: 100%;
  }
}
.cvStep__lead {
  border: 1px solid #ffea00;
  background-color: #fff;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 8px;
  text-align: center;
  padding: 1px 20px;
  width: fit-content;
}
.cvStep__lead strong {
  color: #fb6e11;
}
@media screen and (max-width: 767.9px) {
  .cvStep__lead {
    font-size: 12px;
    height: 22px;
  }
}
.cvStep__input,
.cvStep__link {
  align-items: center;
  background-color: #fcf06e;
  border: 2px solid #000;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 61px;
  line-height: 1.2;
  padding: 0 14px;
  max-width: 364px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .cvStep__input,
  .cvStep__link {
    height: 53px;
  }
}
.cvStep__input-check,
.cvStep__link-check {
  height: 21px;
  margin-right: 15px;
  position: relative;
  width: 22px;
}
.cvStep__input-check:before,
.cvStep__link-check:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_checkbox.svg") center/cover no-repeat;
  content: "";
  display: block;
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
.cvStep__input > img,
.cvStep__link > img {
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .cvStep__input > img,
  .cvStep__link > img {
    margin-right: 5px;
    width: 44px;
  }
}
.cvStep__input-name,
.cvStep__link-name {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .cvStep__input-name,
  .cvStep__link-name {
    font-size: 16px;
  }
}
.cvStep__input input[type="radio"],
.cvStep__link input[type="radio"] {
  display: none;
}
.cvStep__input input[type="radio"]:checked + .cvStep__input-check:before,
.cvStep__link input[type="radio"]:checked + .cvStep__input-check:before {
  background: url("/promotion/ordercard/w/3skm/images/icon_checkbox_checked.svg") center/cover no-repeat;
  width: 22px;
}
.cvStep__link {
  color: #100d2d;
  font-size: 23px;
  font-weight: 600;
  justify-content: center;
}
.cvStep__link--numberless {
  background: url("/promotion/ordercard/w/3skm/images/bg_cvmodal_link.png") 5px center/24% auto no-repeat;
  background-color: #fcf06e;
}
@media screen and (max-width: 767.9px) {
  .cvStep__link {
    font-size: 20px;
  }
  .cvStep__link--numberless {
    background-size: 21% auto;
  }
}
.cvStep__backBtn {
  margin-bottom: 8px;
}
.cvStep__info {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 26px;
}
.cvStep__caution {
  background-color: #f2f2f2;
  padding: 12px 16px;
  margin: 12px auto 0;
  max-width: 706px;
  width: 100%;
}
.cvStep__caution-ttl {
  color: #81808c;
  font-size: 13px;
  margin-bottom: 4px;
  text-align: center;
}
.cvStep__caution .listItems li {
  color: #81808c;
  font-size: 13px;
}
@media screen and (max-width: 767.9px) {
  .cvStep__caution {
    background-color: #fff;
    padding: 0;
    width: 100%;
  }
  .cvStep__caution-ttl {
    font-size: 10px;
    text-align: left;
  }
  .cvStep__caution .listItems {
    margin-top: 8px;
    width: calc(100% - 20px);
  }
  .cvStep__caution .listItems li {
    font-size: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .cvStep .notes,
  .cvStep .textLink {
    width: calc(100% - 20px);
  }
} /*$vite$:1*/
