@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;
}

*,
*::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: inherit;
  cursor: pointer;
}

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

a {
  text-decoration: none;
}

body.is-modal-open {
  overflow: hidden;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 1000;
  overflow-y: auto;
  padding: 3.2vw;
}
.c-modal--active .c-modal__container {
  transform: translateY(0);
}
.c-modal__container {
  max-width: 100vw;
  width: 100%;
  margin: 10.6666666667vw auto;
  background: #ffffff;
  border-radius: 4.8vw;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 4.2666666667vw 2.1333333333vw;
  transform: translateY(-20px);
  transition: transform 0.3s ease-out;
  border-style: solid;
  border-image-source: url("/promotion/ordercard/w/viby/images/bg_modal_border.svg");
  border-image-slice: 26;
  border-image-repeat: stretch;
  border-width: 4.2666666667vw;
}
@media (min-width: 768px) {
  .c-modal__container {
    max-width: 1073px;
    margin: 40px auto;
    padding: 8px 16px;
    border-radius: 32px;
    border-width: 24px;
    overflow: hidden;
  }
}
.c-modal__close {
  position: absolute;
  top: -0.5333333333vw;
  right: -0.5333333333vw;
  padding: 0;
  border-radius: 9999px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-modal__close {
    top: -4px;
    right: -4px;
  }
}
.c-modal__close:hover {
  color: #4b5563;
  background-color: #f3f4f6;
}
.c-modal__close-icon {
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media (min-width: 768px) {
  .c-modal__close-icon {
    width: 28px;
    height: 28px;
  }
}
.c-modal__step--hidden {
  display: none;
}
.c-modal__header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.c-modal__title {
  position: relative;
  margin: 0 auto 4.2666666667vw;
  width: 80vw;
}
@media (min-width: 768px) {
  .c-modal__title {
    margin: 0 auto 16px;
    width: auto;
  }
}
.c-modal__subtitle {
  margin: 0 auto 3.0666666667vw;
}
@media (min-width: 768px) {
  .c-modal__subtitle {
    margin: 0 auto 15px;
  }
}
.c-modal__subtitle--step1 {
  width: 41.0666666667vw;
}
@media (min-width: 768px) {
  .c-modal__subtitle--step1 {
    width: 185px;
  }
}
.c-modal__subtitle--step2 {
  width: 49.0666666667vw;
}
@media (min-width: 768px) {
  .c-modal__subtitle--step2 {
    width: 245px;
  }
}
.c-modal__back-btn {
  margin-bottom: 2.1333333333vw;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.c-modal__back-btn:hover, .c-modal__back-btn:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 12px rgba(59, 130, 246, 0.2));
}
@media (min-width: 768px) {
  .c-modal__back-btn {
    margin-bottom: 8px;
  }
}
.c-modal__sub-nav--img {
  width: 41.8666666667vw;
}
@media (min-width: 768px) {
  .c-modal__sub-nav--img {
    width: 175px;
  }
}
.c-modal__back-btn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.c-modal__wrap {
  border-radius: 3.0666666667vw;
  border: 0.2666666667vw dashed #68a5e0;
  background: #eef8ff;
  padding: 3.0666666667vw 2.4vw 3.7333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .c-modal__wrap {
    border-radius: 6px;
    border: 1px dashed #68a5e0;
    padding: 17px 20px 26px;
  }
}
.c-modal__list {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-modal__list {
    flex-direction: row;
    max-width: 750px;
    margin: 0 auto;
    gap: 20px;
  }
}
.c-modal__notice {
  margin: 5.6vw auto 0;
  max-width: 80.9333333333vw;
}
@media (min-width: 768px) {
  .c-modal__notice {
    margin: 16px auto 0;
    text-align: center;
  }
}
.c-modal__notes {
  margin-top: 2px;
}
.c-modal__notes li {
  color: #6d6d6d;
  font-size: 2.5333333333vw;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .c-modal__notes li {
    font-size: 12px;
  }
}
.c-modal__notes li::before {
  content: "※";
}
.c-modal__dots {
  margin-top: 2px;
}
.c-modal__dots li {
  color: #6d6d6d;
  font-size: 2.6666666667vw;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .c-modal__dots li {
    font-size: 12px;
  }
}
.c-modal__dots li::before {
  content: "・";
}
.c-modal__link {
  color: #2589f6;
  display: inline-block;
  font-size: 2.5333333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 142.105%;
}
@media (min-width: 768px) {
  .c-modal__link {
    font-size: 11px;
  }
}
.c-modal__link:hover {
  text-decoration: underline;
}
.c-modal__link img {
  display: inline-block;
  margin-left: 0.5333333333vw;
  transform: translateY(-0.6666666667vw);
}
@media (min-width: 768px) {
  .c-modal__link img {
    margin-left: 3px;
    transform: translateY(-4px);
  }
}
.c-modal__link--external {
  height: 2.1333333333vw;
  width: 2.1333333333vw;
}
@media (min-width: 768px) {
  .c-modal__link--external {
    height: 9px;
    width: 9px;
  }
}
.c-modal__img {
  display: block;
  margin-top: 3.0666666667vw;
}
@media (min-width: 768px) {
  .c-modal__img {
    margin: 16px auto 0;
  }
}
.c-modal__text {
  color: #81808c;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 154.642%;
  letter-spacing: 0.1333333333vw;
}
@media (min-width: 768px) {
  .c-modal__text {
    font-size: 12px;
    text-align: center;
  }
}
.c-modal__pop {
  width: 66.2666666667vw;
  margin: 0 auto 1.8666666667vw;
}
@media (min-width: 768px) {
  .c-modal__pop {
    width: 288px;
    margin: 0 auto 8px;
  }
}
.c-modal__text-box {
  margin-top: 3.7333333333vw;
}
@media (min-width: 768px) {
  .c-modal__text-box {
    max-width: 704px;
    margin: 8px auto 30px;
    background: #f2f2f2;
    padding: 12px 32px;
  }
}
.c-modal__star {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  max-width: none !important;
}
.c-modal__star--top01 {
  width: 78.6666666667vw;
  top: 12vw;
  left: 2.6666666667vw;
}
.c-modal__star--middle01 {
  width: 88vw;
  top: 67.7333333333vw;
  left: -0.5333333333vw;
}
.c-modal__star--middle02 {
  width: 86.6666666667vw;
  top: 160vw;
  left: -1.0666666667vw;
}
.c-modal__star--bottom {
  width: 4vw;
  bottom: 0.5333333333vw;
  right: 1.6vw;
}
.c-modal__star--right01 {
  left: 860px;
  top: 12px;
}
.c-modal__star--right02 {
  left: 820px;
  top: 36px;
}
.c-modal__star--left01 {
  right: 860px;
  top: 16px;
}
.c-modal__star--left02 {
  right: 880px;
  top: -8px;
}
.c-modal.is-step1 .c-modal__star--step2-only {
  display: none;
}
.c-modal.is-step2 .c-modal__star--step1-only {
  display: none;
}

.c-modal__star {
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.c-accordion {
  max-width: 85.0666666667vw;
  margin: 3.7333333333vw auto 0;
}
@media (min-width: 768px) {
  .c-accordion {
    max-width: 596px;
    margin: 12px auto 0;
  }
}
.c-accordion__btn {
  border-radius: 2.2666666667vw 2.2666666667vw 0 0;
  border: 0.2666666667vw solid #d9d9d9;
  background: #ebebeb;
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-accordion__btn {
    border-radius: 10px 10px 0 0;
    border: 1px solid #d9d9d9;
  }
}
.c-accordion__btn::before {
  background-color: #100d2d;
  content: "";
  height: 3.6vw;
  right: 4.6vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 0.2666666667vw;
}
@media (min-width: 768px) {
  .c-accordion__btn::before {
    height: 15px;
    right: 23px;
    width: 1px;
  }
}
.c-accordion__btn::after {
  background-color: #100d2d;
  content: "";
  height: 0.2666666667vw;
  right: 2.9333333333vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 3.6vw;
}
@media (min-width: 768px) {
  .c-accordion__btn::after {
    height: 1px;
    right: 16px;
    width: 15px;
  }
}
.c-accordion.is-open .c-accordion__btn::before {
  content: none;
}
.c-accordion__lead {
  color: #100d2d;
  text-align: center;
  font-size: 2.9686666667vw;
  font-weight: 500;
  line-height: 138.909%;
  letter-spacing: 0.1484vw;
  padding: 1.3333333333vw 10.6666666667vw;
}
@media (min-width: 768px) {
  .c-accordion__lead {
    font-size: 13px;
    letter-spacing: 0.641px;
    padding: 6px 60px;
  }
}
.c-accordion__cont {
  display: none;
  border-radius: 0 0 2.2666666667vw 2.2666666667vw;
  border: 0.2666666667vw solid #d9d9d9;
  border-top: none;
  background: #fff;
  color: #81808c;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 154.642%;
  letter-spacing: 0.1333333333vw;
}
@media (min-width: 768px) {
  .c-accordion__cont {
    border-radius: 0 0 10px 10px;
    border: 1px solid #d9d9d9;
    border-top: none;
    font-size: 11px;
    letter-spacing: 0.549px;
    line-height: 144.029%;
    text-align: center;
  }
}
.c-accordion__inner {
  padding: 2.6666666667vw;
}
@media (min-width: 768px) {
  .c-accordion__inner {
    padding: 8px 16px;
  }
}

.c-card-option {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.c-card-option:hover, .c-card-option:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 12px rgba(59, 130, 246, 0.2));
}
.c-card-option:hover .c-card-option__img--off, .c-card-option:focus-visible .c-card-option__img--off {
  display: none;
}
.c-card-option:hover .c-card-option__img--on, .c-card-option:focus-visible .c-card-option__img--on {
  display: block;
}
.c-card-option__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.75rem;
}
.c-card-option__img--off {
  display: block;
}
.c-card-option__img--on {
  display: none;
}

.c-method-option {
  display: block;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.c-method-option:hover, .c-method-option:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 12px rgba(59, 130, 246, 0.2));
}

.c-method-list__text {
  border-radius: 100px;
  border: 1px solid #68a5e0;
  background: #fff;
  display: inline;
  color: #100d2d;
  font-size: 3.3333333333vw;
  line-height: 188%;
  letter-spacing: 0.1666666667vw;
}
.c-method-list__text span {
  color: #fb6e11;
}

@media (width >= 768px) {
  .spOnly {
    display: none !important;
  }
}

@media (width < 768px) {
  .pcOnly {
    display: none !important;
  }
}

.mainVisualArea .mainVisual {
  background-image: url("/promotion/ordercard/w/viby/images/bg_mainvisual.png");
  background-size: cover;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: calc(47vw - 27px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.mainVisualArea .mainVisual img {
  object-fit: cover;
  width: 100%;
}
@media screen and (width < 1080px) {
  .mainVisualArea {
    display: none;
  }
}

.mainContArea {
  display: flex;
  gap: 3.5vw;
  left: calc(47vw - 27px);
  position: absolute;
  top: 0;
  width: calc(100% - 47vw + 27px);
}
@media screen and (width < 1080px) {
  .mainContArea {
    left: 0;
    width: 100%;
  }
}
.mainContArea::before {
  background: url("/promotion/ordercard/w/viby/images/bg_maincontarea.png") repeat top left;
  content: "";
  display: block;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.mainContents {
  background-color: #fff;
  display: flex;
  margin: 0 27px;
  position: relative;
  width: 436px;
}
.mainContents::before, .mainContents::after {
  background: url("/promotion/ordercard/w/viby/images/bg_maincontents_line.png") repeat-y top left;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 27px;
}
.mainContents::before {
  left: -27px;
}
.mainContents::after {
  right: -27px;
}
.mainContents .top__inner {
  background: url("/promotion/ordercard/w/viby/images/bg_kv.png") top center/cover no-repeat;
  padding-bottom: 30px;
}
.mainContents .top__logo__img {
  width: 43%;
  margin: auto;
  padding-top: 16px;
}
.mainContents .top__kv__img {
  margin-top: 10px;
}
.mainContents .top__kv__campaign__img {
  width: 58%;
  margin: 0 auto;
  position: relative;
  top: -96px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease-out forwards;
}
.mainContents .top__kv__campaign__img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1430px) and (min-width: 1320px) {
  .mainContents .top__kv__campaign__img {
    top: -6.5vw;
  }
}
@media (max-width: 430px) {
  .mainContents .top__kv__campaign__img {
    top: -22vw;
  }
}
.mainContents .top__intr_img {
  position: relative;
  margin: -144px 0 0 14px;
}
.mainContents .top__intr_img img:not(.top__intr_img--card) {
  display: block;
  max-width: 100%;
  height: auto;
}
.mainContents .top__intr_img--card {
  position: absolute;
  top: 240px;
  left: 94px;
  width: 55%;
}
.mainContents .top__intr_img--card .is-active {
  animation-name: anim_h;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@media screen and (max-width: 1430px) and (min-width: 1320px) {
  .mainContents .top__intr_img {
    margin: -10vw auto 0;
    width: 97%;
    margin-right: 0;
  }
  .mainContents .top__intr_img img:not(.top__intr_img--card) {
    width: 100%;
  }
  .mainContents .top__intr_img--card {
    top: 38%;
    left: 22%;
    width: 55%;
  }
}
@media (max-width: 430px) {
  .mainContents .top__intr_img {
    margin: -32vw auto 0;
    width: 97%;
    margin-right: 0;
  }
  .mainContents .top__intr_img img:not(.top__intr_img--card) {
    width: 100%;
  }
  .mainContents .top__intr_img--card {
    top: 40%;
    left: 25%;
    width: 48%;
  }
}
.mainContents .top__anchor {
  display: flex;
  margin: auto 28px;
  gap: 19px;
}
@media (max-width: 430px) {
  .mainContents .top__anchor figure img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.mainContents .present {
  background: url("/promotion/ordercard/w/viby/images/bg_present.png") top center/cover no-repeat;
}
.mainContents .present__inner {
  padding: 128px 0 66px;
}
.mainContents .present__h2 {
  margin: 0 auto 42px;
  width: 60%;
}
.mainContents .present__h2--htu {
  width: 225px;
  margin: 36px auto 18px;
}
.mainContents .present__img {
  margin: 0 6px;
  text-align: center;
  margin-top: 35px;
}
.mainContents .present__img:nth-child(3) {
  width: 90%;
  margin: -5px 0 0 10px;
}
.mainContents .present__img:nth-child(4) {
  margin: 0 auto;
  width: 90%;
}
.mainContents .present__accordion {
  width: 92%;
  margin: auto;
}
.mainContents .present__accordion__btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.mainContents .present__accordion__btn img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mainContents .present__accordion__contents {
  overflow: hidden;
  background: #fff;
  margin-top: -10px;
  border-radius: 0 0 20px 20px;
}
.mainContents .present__accordion__inner {
  min-height: 0;
}
.mainContents .present__accordion__inner__box {
  padding: 34px 0;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .mainContents .present__inner {
    padding-top: 30%;
  }
}
.mainContents .flow {
  position: relative;
  isolation: isolate;
  background: url("/promotion/ordercard/w/viby/images/bg_flow.png") top center/contain no-repeat;
  margin-top: -28px;
  z-index: 1;
  overflow: hidden;
}
.mainContents .flow::before {
  content: "";
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("/promotion/ordercard/w/viby/images/bg_flow_repeat.png");
  background-repeat: repeat-y;
}
.mainContents .flow__inner {
  padding: 100px 0 66px;
}
.mainContents .flow__h2 {
  margin: 0 auto 30px;
  width: 331px;
}
.mainContents .flow__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.mainContents .flow__img {
  margin: 0 6px;
  text-align: center;
}
.mainContents .flow__img:not(:last-child) {
  margin: 8px auto 0;
  width: 87%;
}
.mainContents .flow__img-bnr {
  margin: 44px auto 0;
  width: 87%;
}
.mainContents .flow__cta {
  width: 96%;
  margin: 28px auto 0;
}
.mainContents .flow__box {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 4px 4px 15px 0 rgba(220, 215, 206, 0.4);
  width: 90%;
  margin: 0 auto;
}
.mainContents .flow__box::before {
  content: "";
  position: absolute;
  top: 360px;
  width: 237px;
  aspect-ratio: 221/198;
  bottom: 0;
  left: -24px;
  right: 0;
  background: url("/promotion/ordercard/w/viby/images/bg_flow_star_01.png");
  background-size: cover;
  z-index: -1;
}
.mainContents .flow__box::after {
  content: "";
  position: absolute;
  width: 232px;
  aspect-ratio: 318/264;
  bottom: -28px;
  right: -67px;
  background: url("/promotion/ordercard/w/viby/images/bg_flow_star_02.png");
  background-size: cover;
  z-index: -1;
}
.mainContents .flow__box__step__flow {
  border: none;
  padding: 36px 26px 0 40px;
  list-style: none;
  position: relative;
}
.mainContents .flow__box__step__flow__list {
  position: relative;
  padding-left: 40px;
}
.mainContents .flow__box__step__flow__list::before {
  content: "";
  width: 4px;
  background-image: url("/promotion/ordercard/w/viby/images/dot_flow.svg");
  background-repeat: repeat-y;
  background-position: center top;
  display: block;
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 5px;
}
.mainContents .flow__box__step__flow__num {
  content: "";
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #2ebcd2;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #2ebcd2;
}
.mainContents .flow__box__step__flow__num--second {
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 3px #47b7f0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-color: #47b7f0;
}
.mainContents .flow__box__step__flow__num--second p {
  font-size: 15px;
  top: 4px;
  left: 9px;
  position: absolute;
}
.mainContents .flow__box__step__flow__num p {
  font-size: 15px;
  top: 4px;
  left: 9px;
  position: absolute;
}
.mainContents .flow__box__step__flow__title__img {
  margin-bottom: 16px;
}
.mainContents .flow__box__step__flow__content__txt {
  font-size: 15px;
  color: #586785;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}
.mainContents .flow__box__step__flow__content__txt .txt_s {
  font-size: 10px;
}
.mainContents .flow__box__step__flow__content__img {
  margin-top: 0;
}
.mainContents .flow__box__step__flow__content__caution {
  margin-top: 16px;
  padding-bottom: 28px;
}
.mainContents .flow__box__step__flow__content__caution li {
  color: #586785;
  font-size: 9px;
  line-height: 142.857%;
  letter-spacing: 0.42px;
}
.mainContents .flow__box__step__flow__content__caution li p {
  overflow: hidden;
}
.mainContents .flow__box__step__flow__content__caution__listMark {
  float: left;
  margin-right: 1px;
}
.mainContents .flow__box__step__flow__content__caution--second {
  margin-top: -20px;
  padding-bottom: 28px;
}
.mainContents .flow__box__step__flow__content__caution--second li {
  color: #586785;
  font-size: 9px;
  line-height: 142.857%;
  letter-spacing: 0.42px;
}
.mainContents .flow__box__step__flow__content__caution--second li p {
  overflow: hidden;
}
.mainContents .flow__box__step__flow__content__caution--second__listMark {
  float: left;
  margin-right: 1px;
}
.mainContents .flow__box__step__flow__content__link {
  margin-left: 10px;
}
.mainContents .flow__box__step__flow__content__link .textLink {
  color: #2589f6;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .flow__box__step__flow__content__link .textLink:hover {
  text-decoration: underline;
}
.mainContents .flow__box__step__flow__content__link .textLink img {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-5px);
}
.mainContents .flow__box__step__flow__content__link .textLink--external {
  height: 8px;
  width: 8px;
}
.mainContents .flow__box__step__flow .line_none {
  top: -8px;
}
.mainContents .flow__box__step__flow .line_none::before {
  content: none;
}
.mainContents .flow__box__in {
  background-color: #e8ecf3;
  border: none;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
}
.mainContents .flow__box__in__title {
  background-color: #586785;
  height: 50px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainContents .flow__box__in__title__txt {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.84px;
}
.mainContents .flow__box__in__title--sub {
  color: #586785;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 142.308%;
  letter-spacing: 0.78px;
  margin: 11px 0 8px;
}
.mainContents .flow__box__in__caution {
  padding-bottom: 18px;
}
.mainContents .flow__box__in__caution li {
  color: #586785;
  font-size: 9px;
  font-weight: bold;
  line-height: 131.25%;
  letter-spacing: 0.48px;
  margin: 0 22px;
}
.mainContents .flow__box__in__caution li p {
  overflow: hidden;
}
.mainContents .flow__box__in__caution__listMark {
  float: left;
  margin-right: 1px;
}
.mainContents .flow__box__caution__title {
  background-color: #fff;
  border: 2px solid #586785;
  width: 45%;
  margin: 25px auto 0;
}
.mainContents .flow__box__caution__title__txt {
  color: #586785;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 142.308%;
  letter-spacing: 0.78px;
  margin: 3px 0;
}
.mainContents .flow__box__caution__list {
  margin: 16px 38px 33px;
  padding-bottom: 32px;
}
.mainContents .flow__box__caution__list li {
  color: #586785;
  font-size: 9px;
  font-weight: bold;
  line-height: 131.25%;
  letter-spacing: 0.48px;
}
.mainContents .flow__box__caution__list li p {
  overflow: hidden;
}
.mainContents .flow__box__caution__list__listMark {
  float: left;
  margin-right: 1px;
}
.mainContents .merit {
  background: url("/promotion/ordercard/w/viby/images/bg_merit.png") top center/cover no-repeat;
}
.mainContents .merit__inner {
  position: relative;
  top: 132px;
}
@media screen and (max-width: 1430px) and (min-width: 1320px) {
  .mainContents .merit__inner {
    top: 9vw;
  }
}
@media (max-width: 430px) {
  .mainContents .merit__inner {
    top: 28vw;
  }
}
.mainContents .merit__h2 {
  margin: 0 auto 27px;
  width: 331px;
}
.mainContents .merit__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.mainContents .merit__img {
  text-align: center;
  position: relative;
  top: -28px;
  width: 100%;
  margin: auto;
}
.mainContents .merit__img:nth-child(3) {
  top: -56px;
}
.mainContents .merit__img:nth-child(4) {
  top: -132px;
}
.mainContents .point {
  background: url("/promotion/ordercard/w/viby/images/bg_point.png") top center/cover no-repeat;
  background-color: #69bfea;
}
.mainContents .point__inner {
  position: relative;
  top: 152px;
  padding-bottom: 130px;
}
.mainContents .point__h2 {
  margin: 0 auto 20px;
  width: 290px;
}
.mainContents .point__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}
.mainContents .point__img {
  margin: 0 6px;
  text-align: center;
}
.mainContents .point__img:not(:last-child) {
  margin-top: 26px;
}
.mainContents .point__box {
  background-color: #ecf3ff;
  border: none;
  border-radius: 12px;
  margin: 0 24px;
  padding: 1px 0 30px;
}
.mainContents .point__box__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.mainContents .point__box__img {
  margin: 34px auto 0;
  width: 82%;
}
.mainContents .point__box__img:nth-child(3) {
  margin: 12px auto 0;
}
.mainContents .point__box__title {
  margin: 24px auto 0;
  width: 77%;
}
.mainContents .point__box__caution {
  color: #989898;
  font-size: 9px;
  margin: 23px 1px 0 11px;
}
.mainContents .point__box__caution li {
  line-height: 142.857%;
  letter-spacing: -0.4px;
}
.mainContents .point__box__caution li p {
  overflow: hidden;
}
.mainContents .point__box__caution__listMark {
  float: left;
  margin-right: 3px;
}
.mainContents .point__box__link {
  font-size: 9px;
  margin-left: 22px;
  line-height: 142.857%;
}
.mainContents .point__box__link img {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-2px);
}
.mainContents .point__box__link .textLink {
  color: #2589f6;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .point__box__link .textLink:hover {
  text-decoration: underline;
}
.mainContents .point__box__link .textLink--external {
  height: 8px;
  width: 8px;
}
.mainContents .simulation {
  background: url("/promotion/ordercard/w/viby/images/bg_simulation.png") top center/cover no-repeat;
}
.mainContents .simulation__inner {
  padding: 85px 0 66px;
}
.mainContents .simulation__h2 {
  margin: 0 auto 27px;
  width: 331px;
  padding-top: 48px;
}
.mainContents .simulation__txt {
  color: #586785;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 1.12px;
}
.mainContents .simulation__img {
  margin: 0 6px;
  text-align: center;
  position: relative;
  top: 40px;
  margin-top: -65px;
}
.mainContents .simulation__item {
  margin: 28px 27px;
  display: flex;
  flex-wrap: wrap; /* これを指定すると折り返しが有効になります */
  gap: 4%; /* 項目間の余白です。適宜調整してください */
}
.mainContents .simulation__item li {
  width: 48%; /* 項目2つ＋余白(4%)で100%に収まるように調整 */
}
.mainContents .simulation__caution {
  color: #818181;
  text-align: center;
  font-size: 9px;
  font-weight: 400;
  line-height: 131.25%;
  letter-spacing: 1.28px;
}
.mainContents .design {
  background: url("/promotion/ordercard/w/viby/images/bg_design.png") top center/cover no-repeat;
}
.mainContents .design__inner {
  padding: 85px 0 66px;
}
.mainContents .design__h2 {
  margin: 0 auto 27px;
  width: 331px;
  padding-top: 50px;
}
.mainContents .design__txt {
  color: #fff;
  text-align: center;
  letter-spacing: 1.68px;
  line-height: 1.8;
  font-weight: bold;
}
.mainContents .design__img {
  margin: 0 6px 50px;
  text-align: center;
  position: relative;
  top: 40px;
}
.mainContents .design__box__card {
  width: 70%;
  margin: 0 auto;
  padding-top: 80px;
}
.mainContents .design__box__card:last-child {
  padding-top: 0;
  width: 45%;
}
.mainContents .design__box__txt {
  color: #586785;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 133.333%;
  letter-spacing: 1.44px;
  margin-bottom: 6px;
}
.mainContents .design__box__caution {
  text-align: center;
  color: #86adda;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 300%;
}
.mainContents .design__box__line {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 14px;
}
.mainContents .design__caution {
  margin-top: 67px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 131.25%;
  letter-spacing: 1.28px;
}
.mainContents .about {
  background: url("/promotion/ordercard/w/viby/images/bg_about.png") top center/cover no-repeat;
  background-color: #f5f0e8;
}
.mainContents .about__inner {
  padding: 85px 0 66px;
}
.mainContents .about__h2 {
  margin: 0 auto 27px;
  width: 331px;
}
.mainContents .about__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.mainContents .about__img {
  margin: 0 6px;
  text-align: center;
}
.mainContents .about__img:not(:last-child) {
  margin-top: 26px;
}
.mainContents .shop {
  background: url("/promotion/ordercard/w/viby/images/bg_shop.png") top center/cover no-repeat;
}
.mainContents .shop__inner {
  padding: 85px 0 66px;
}
.mainContents .shop__h2 {
  margin: 0 auto 25px;
  width: 313px;
}
.mainContents .shop__txt {
  color: #586785;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.mainContents .shop__btnLink {
  display: block;
  margin: 30px auto 0;
  transition: opacity 0.3s ease;
  width: 265px;
}
.mainContents .shop__btnLink:hover {
  opacity: 0.8;
}
.mainContents .shop__btnLink img {
  width: 100%;
}
.mainContents .faq {
  background-color: #e8f3ff;
}
.mainContents .faq__inner {
  padding: 50px 20px 73px;
}
.mainContents .faq__h2 {
  font-size: 28px;
  margin: 0 auto 52px;
  text-align: center;
  width: 168px;
}
.mainContents .faq .accordion {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 17px;
  position: relative;
}
.mainContents .faq .accordion + .accordion {
  margin-top: 21px;
}
.mainContents .faq .accordion__btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 9px;
  position: relative;
}
.mainContents .faq .accordion__btn h3 {
  color: #2e60c4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.mainContents .faq .accordion__btn::before {
  background-color: #8ba7de;
  content: "";
  height: 12px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.mainContents .faq .accordion__btn::after {
  background-color: #8ba7de;
  content: "";
  height: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 12px;
}
.mainContents .faq .accordion.is-open .accordion__btn::before {
  content: none;
}
.mainContents .faq .accordion__cont {
  border-top: 1px dashed #8ba7de;
  display: none;
}
.mainContents .faq .accordion__inner {
  padding: 11px 0;
}
.mainContents .faq .accordion__txt {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8;
}
.mainContents .faq .accordion__txt--left {
  color: #b6bcc9;
  font-size: 11px;
  text-align: right;
}
.mainContents .faq .accordion__lead {
  color: #2e60c4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 16px;
}
.mainContents .faq .accordion.is-open .accordion__btn::after {
  transform: translateY(-50%) rotate(-180deg);
}
.mainContents .precautions__h2 {
  background-color: #555560;
  color: #fff;
  font-size: 16px;
  padding: 20px 15px;
  text-align: center;
}
.mainContents .precautions__inner {
  padding: 24px 17px;
}
.mainContents .precautions__h3 {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 4px;
}
.mainContents .precautions__h3:not(:first-child) {
  margin-top: 16px;
}
.mainContents .precautions__txt {
  color: #586785;
  font-size: 11px;
  line-height: 1.6;
}
.mainContents .precautions .notes {
  margin-top: 2px;
}
.mainContents .precautions .notes li {
  color: #586785;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.mainContents .precautions .notes li::before {
  content: "※";
}
.mainContents .precautions .notes--small {
  margin-top: 20px;
}
.mainContents .precautions .notes--small > li {
  color: #999da5;
  font-size: 9px;
}
.mainContents .precautions .listItems > li {
  color: #586785;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
}
.mainContents .precautions .listItems > li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}
.mainContents .precautions .listItems > li + li {
  margin-top: 2px;
}
.mainContents .precautions .textLink {
  color: #2589f6;
  display: inline-block;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}
.mainContents .precautions .textLink:hover {
  text-decoration: underline;
}
.mainContents .precautions .textLink img {
  display: inline-block;
  margin-left: 2px;
  transform: translateY(-5px);
}
.mainContents .precautions .textLink--external {
  height: 8px;
  width: 8px;
}
.mainContents .support {
  background-color: #555560;
}
.mainContents .support__inner {
  color: #fff;
  padding: 36px 15px;
  text-align: center;
}
.mainContents .support__h2 {
  font-size: 15px;
  margin-bottom: 12px;
}
.mainContents .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: 16px auto;
  transition: opacity 0.3s ease;
  width: 200px;
}
.mainContents .support__link::after {
  content: "";
  display: inline-block;
  background: url("/promotion/ordercard/w/viby/images/icon_link_arrow.svg") center/contain no-repeat;
  height: 12px;
  width: 5px;
}
.mainContents .support__link:hover {
  opacity: 0.8;
}
.mainContents .support__lead {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.mainContents .support__txt {
  font-size: 11px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 8px;
}
.mainContents .footer {
  background: #191919;
}
.mainContents .footer__inner {
  padding: 32px 42px 18px;
}
.mainContents .footer__listItem {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.mainContents .footer__listItem:not(:first-child) {
  margin-top: 12px;
}
.mainContents .footer__listLink {
  color: #fff;
  text-decoration: none;
}
.mainContents .footer__info {
  margin: 40px auto 0;
  width: fit-content;
}
.mainContents .footer__copy {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (width < 1080px) {
  .mainContents {
    margin: 0 auto;
  }
}
@media screen and (width <= 430px) {
  .mainContents {
    margin: 0;
    width: 100%;
  }
  .mainContents::before, .mainContents::after {
    content: none;
  }
}

.fixed-bottom-bar {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: rgba(104, 120, 144, 0.7);
  padding: 8px 8px;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  justify-content: center;
  gap: 4px;
  height: 122px;
}
@media screen and (width >= 1249px) {
  .fixed-bottom-bar {
    display: none;
  }
}

.btn-primary {
  height: 40px;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-secondary {
  height: 40px;
  padding-top: 30px;
}

.mainMenu {
  height: 515px;
  position: sticky;
  top: 5vw;
  width: 210px;
  z-index: 10;
}
@media screen and (width <= 1249px) {
  .mainMenu {
    display: none;
  }
}
.mainMenu__frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 15px;
}
.mainMenu__contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 26px 11px;
  box-sizing: border-box;
}
.mainMenu__contents__logo {
  padding-bottom: 20px;
  width: 80%;
}
.mainMenu__contents__img {
  padding-bottom: 10px;
  width: 90%;
}
.mainMenu__contents__cta {
  width: 95%;
  margin: 0 auto;
  outline: none;
  border: none;
  padding: 0;
}
.mainMenu__contents p {
  color: #586785;
  text-align: center;
  font-size: 7.723px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.154px;
  padding: 7px 0 17px;
}
.mainMenu__contents__link {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mainMenu__contents__link li {
  margin-bottom: 10px;
}
.mainMenu__contents__link li a {
  display: block;
  position: relative;
  text-align: left;
  padding-left: 45px;
  color: #989eaa;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 137.143%;
}
.mainMenu__contents__link li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/promotion/ordercard/w/viby/images/icon_mainmenu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mainMenu__contents__link li a:hover {
  background: linear-gradient(90deg, #2589f6 0%, #35d1dc 18.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 35px;
  font-weight: bold;
}
.mainMenu__contents__link li a:hover::before {
  opacity: 1;
}
@media (max-width: 1360.99px) {
  .mainMenu__contents__link li a {
    font-size: 1vw;
  }
}

.cta {
  animation: cta 2s infinite;
  display: inline-block !important;
  outline: none;
  border: none;
  padding: 0;
}

@keyframes cta {
  0% {
    transform: translate(2px, 0px);
  }
  5% {
    transform: translate(-2px, 0px);
  }
  10% {
    transform: translate(2px, 0px);
  }
  15% {
    transform: translate(-2px, 0px);
  }
  20% {
    transform: translate(2px, 0px);
  }
  25% {
    transform: translate(-2px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes anim_h {
  0% {
    transform: translate(-15px, 0);
  }
  33% {
    transform: translate(15px, 0);
  }
  66% {
    transform: translate(-15px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.js-anim-target.is-active {
  /* 1秒間かけてアニメーションを実行（時間は適宜変更してください） */
  animation: anim_h 1s ease forwards;
}

@media (width >= 430px) {
  .spOnly--br {
    display: none !important;
  }
}