@charset "UTF-8";

/* ------------------------------------
MOPM
styles for introduce
added 2023/06
-------------------------------------- */

/* =============================================
  Custom Properties
============================================= */
:root {
  /* logo colors */
  --logo-gmo-blue: #005bac;
  --logo-gmo-gray: #5a5858;
  --logo-zcom-red: #d62825;

  /* Qplus colors */
  --qplus-orange1: #fdb33e;
  --qplus-orange2: #ff8a00;
  --qplus-green1: #f1f9f9;
  --qplus-green2: #e5f3f3;
  --qplus-green3: #6cd4d3;
  --qplus-green4: #48b9b7;
  --qplus-green5: #27a7a5;
  --qplus-green6: #218888;
  --qplus-green7: #344845;
  --qplus-green8: #d5e0e0;
  --qplus-green9: #839799;

  /* common colors */
  --common-black1: #222222;
  --common-gray1: #333333;
  --common-gray2: #555555;
  --common-gray3: #888888;
  --common-gray4: #dddddd;

  /* introduce colors */
  --introduce-color1: #fa9001;
  --introduce-color2: #fcf2d8;
  --introduce-color3: #f4fafb;
  --introduce-color4: #dff4ef;
  --introduce-color5: #319ba3;
  --introduce-color6: #d62825;
  --introduce-color7: #f9f9f9;
  --introduce-color8: #c5cddd;
  --introduce-color9: #e9f3f4;
  --introduce-color10: #d6257e;

  /* sns colors */
  --sns-facebook: #1778f2;
  --sns-twitter: #1da1f3;
  --sns-hatena: #00a4de;
}

/* ===============================================
  Font Setting
  Noto Sans: 400 (normal) / 700 (bold)
=============================================== */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff");
}

/* ===============================================
  introduce: reset / base setting
=============================================== */
body {
  color: var(--common-black1);
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}

body .wrapUnder {
  background-color: #ffffff;
}

main.introduce {
  padding-bottom: 0;
  position: relative;
}

main.introduce img {
  vertical-align: top;
}

/* ---------------------------
  header
--------------------------- */
.drawer--right.drawer-open .drawer-hamburger {
  z-index: 100000001;
}

/* ===============================================
  introduce: local navigation
=============================================== */
.introduce-lnav {
  background-image: linear-gradient(-225deg, #35b1bc 0%, #4596fb 100%);
  box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.2) inset;
  color: #ffffff;
}

.introduce-lnav__inner {
  max-width: 1024px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  box-sizing: content-box;
}

@media screen and (max-width: 1024px) {
  .introduce-lnav__inner {
    padding: 0 2vw 0 3vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-lnav__inner {
    height: auto;
    padding: 3.4vw 3vw;
    display: block;
  }
}

.introduce-lnav__title {
  font-size: 2rem;
  padding-left: 1.6rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1024px) {
  .introduce-lnav__title {
    padding-left: 0;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-lnav__title {
    font-size: 3vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-lnav__title {
    font-size: 4.6vw;
    text-align: center;
    padding-right: 3vw;
  }
}

.introduce-lnav__title i {
  margin-right: 1rem;
  vertical-align: top;
}

/* ---------------------------
  local navigation
--------------------------- */
.introduce-lnav nav {
  display: block;
}

@media screen and (max-width: 425px) {
  .introduce-lnav nav {
    margin-top: 3vw;
  }
}

.introduce-lnav ul {
  display: flex;
}

@media screen and (max-width: 425px) {
  .introduce-lnav ul {
    justify-content: center;
  }
}

.introduce-lnav li {
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .introduce-lnav li {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-lnav li {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 600px) {
  .introduce-lnav li {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-lnav li {
    font-size: 3.8vw;
    padding: 0 1vw;
  }
}

.introduce-lnav li a {
  padding: 0.8rem 1.6rem;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .introduce-lnav li a {
    padding: 0.6vw 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-lnav li a {
    padding: 1vw 1.6vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-lnav li a {
    padding: 1vw 1.8vw;
  }
}

.introduce-lnav li a span {
  position: relative;
}

.introduce-lnav li a span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.5s;
}

.introduce-lnav nav li a:hover span::after {
  border-bottom: 2px solid #ffffff;
}

/* ===============================================
  introduce: parts
=============================================== */

/* ---------------------------
  section inner
--------------------------- */
.section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: content-box;
}

@media screen and (max-width: 960px) {
  .section-inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/* ---------------------------
  main title
--------------------------- */
.introduce-maintitle {
  max-width: 726px;
  margin: 0 auto;
  padding-left: 96px;
  padding-bottom: 2.6rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .introduce-maintitle {
    padding-bottom: 3vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-maintitle {
    padding-left: calc((96 / 382) * 100%);
    padding-bottom: 5vw;
  }
}

.introduce-maintitle::after {
  content: "";
  display: block;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 425px) {
  .introduce-maintitle::after {
    width: calc((96 / 382) * 100%);
    height: auto;
    padding-top: calc((96 / 382) * 100%);
  }
}

.introduce-maintitle__heading {
  font-size: 4rem;
  font-weight: 700;
  color: var(--introduce-color5);
  text-align: center;
  border-bottom: 2px solid var(--introduce-color5);
  padding-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .introduce-maintitle__heading {
    font-size: 4.8vw;
    padding-bottom: 2.6vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-maintitle__heading {
    font-size: 6.4vw;
    padding-bottom: 3vw;
  }
}

.introduce-maintitle__lead {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  color: var(--common-gray1);
}

@media screen and (max-width: 768px) {
  .introduce-maintitle__lead {
    display: table;
    margin: 0 auto;
    padding-left: 3vw;
    padding-right: 3vw;
    text-align: left;
  }
}

@media screen and (max-width: 425px) {
  .introduce-maintitle__lead {
    display: block;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1.4rem;
  }
}

/* ---------------------------
  copied alert
--------------------------- */
main.introduce .is-copied::after {
  content: "コピー\Aしました";
  white-space: pre;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  background-color: var(--qplus-orange1);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 10;
  animation: fadeout-copied-message 1.4s ease 500ms 1 forwards;
}

@keyframes fadeout-copied-message {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ---------------------------
  invitation
--------------------------- */
.invitation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 0 1.6rem 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--introduce-color3);
  border: 1px solid var(--introduce-color8);
  border-bottom: none;
}

@media screen and (max-width: 960px) {
  .invitation {
    padding: 2vw 0 2.4vw 0;
  }
}

@media screen and (max-width: 768px) {
  .invitation {
    display: block;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.invitation-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--common-gray1);
}

@media screen and (max-width: 768px) {
  .invitation-title {
    font-size: 3.4vw;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .invitation-title {
    font-size: 4.4vw;
  }
}

.invitation-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Your unique invitation link
--------------------------- */
.invitation-link {
  flex: 0 0 calc((420 / 840) * 100%);
  padding-left: calc((32 / 840) * 100%);
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .invitation-link {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .invitation-link .invitation-action {
    display: block;
    margin-top: 1.6vw;
  }
}

@media screen and (max-width: 425px) {
  .invitation-link .invitation-action {
    margin-top: 3vw;
  }
}

.invitation-copybox {
  flex: 0 1 calc((354 / 420) * 100%);
  position: relative;
}

.invitation-copybox__target {
  width: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 1rem;
  padding: 0 5rem 0 1.2rem;
  line-height: 4rem;
  font-size: 1.4rem;
  color: var(--introduce-color5);
  border: 1px solid var(--introduce-color8);
}

@media screen and (max-width: 768px) {
  .invitation-copybox__target {
    margin-top: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2.4vw;
    padding-right: calc((64 / 627) * 100%);
    font-size: 2.8vw;
    line-height: 1;
  }
}

@media screen and (max-width: 425px) {
  .invitation-copybox__target {
    padding: 3vw 12vw 3vw 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 3vw;
    padding-right: calc((54 / 346) * 100%);
    font-size: 3.8vw;
  }
}

.invitation-copybox__btn {
  display: block;
  width: 5rem;
  height: 4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .invitation-copybox__btn {
    width: calc((64 / 627) * 100%);
    height: 100%;
  }
}

@media screen and (max-width: 425px) {
  .invitation-copybox__btn {
    width: calc((54 / 346) * 100%);
    height: 100%;
  }
}

.invitation-copybox__btn img {
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .invitation-copybox__btn img {
    width: calc((24 / 64) * 100%);
  }
}

@media screen and (max-width: 425px) {
  .invitation-copybox__btn img {
    width: calc((18 / 54) * 100%);
  }
}

.invitation-qrcode {
  flex: 0 0 calc((72 / 420) * 100%);
  margin-left: 1rem;
}

.invitation-qrcode img {
  width: 72px;
  height: 72px;
}

@media screen and (max-width: 768px) {
  .invitation-qrcode {
    text-align: center;
    padding: 1rem;
    margin-left: 0;
  }

  .invitation-qrcode img {
    width: 100px;
    height: 100px;
  }
}

/* is-copied */
.invitation-copybox.is-copied::after {
  top: -2rem;
}

@media screen and (max-width: 768px) {
  .invitation-copybox.is-copied::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Share via
--------------------------- */
.invitation-sns {
  flex: 0 0 calc((300 / 840) * 100%);
  padding-right: calc((40 / 840) * 100%);
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .invitation-sns {
    margin-top: 3vw;
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .invitation-sns {
    margin-top: 4vw;
  }
}

.invitation-sns .invitation-action {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .invitation-sns .invitation-action {
    margin-top: 2vw;
    justify-content: center;
  }
}

/* sns icon */
.invitation-action ul {
  font-size: 0;
}

.invitation-sns li {
  font-size: 100%;
  display: inline-block;
  width: calc((43 / 184) * 100%);
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .invitation-sns li {
    width: 6vw;
  }
}

@media screen and (max-width: 425px) {
  .invitation-sns li {
    width: 8vw;
  }
}

.invitation-sns li:nth-child(n + 2) {
  margin-left: 1.2rem;
}

@media screen and (max-width: 960px) {
  .invitation-sns li:nth-child(n + 2) {
    margin-left: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .invitation-sns li:nth-child(n + 2) {
    margin-left: 2vw;
  }
}

.invitation-sns li a {
  transition: 0.3s;
}

.invitation-sns li a:hover {
  opacity: 0.7;
}

/* X */
.invitation-sns .tw {
  text-align: center;
}

.invitation-sns .tw a {
  display: block;
  width: 100%;
  padding-top: calc((43 / 43) * 100%);
  background-color: #000000;
  border-radius: 100vh;
  position: relative;
}

.invitation-sns .tw img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: calc((21 / 43) * 100%);
  vertical-align: middle;
}

/* blog link btn */
.invitation-linkbtn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .invitation-linkbtn {
    padding-left: 4vw;
    padding-right: 2vw;
  }
}

.invitation-linkbtn a {
  display: block;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  border-radius: 2.8rem;
  text-decoration: none;
  white-space: nowrap;
  border-width: 2px;
  border-style: solid;
  border: 2px solid var(--introduce-color5);
  text-align: center;
  background-color: #ffffff;
  color: var(--introduce-color5);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .invitation-linkbtn a {
    display: inline-block;
    padding: 0 3vw;
    font-size: 2.6vw;
    line-height: 5vw;
    border-radius: 5vw;
  }
}

@media screen and (max-width: 425px) {
  .invitation-linkbtn a {
    padding: 0 4vw;
    font-size: 3.6vw;
    line-height: 8vw;
    border-radius: 8vw;
  }
}

.invitation-linkbtn a:hover {
  border-color: var(--qplus-green4);
  color: var(--qplus-green4);
}

/* share btn */
.invitation-share {
  display: none;
}

@media screen and (max-width: 768px) {
  .invitation-share {
    display: inline-flex;
    flex: 0 0 calc((48 / 627) * 100%);
  }

  .invitation-share a {
    display: block;
    width: 100%;
    padding: 1vw 0;
    text-align: center;
  }

  .invitation-share img {
    width: calc((24 / 48) * 100%);
  }
}

@media screen and (max-width: 425px) {
  .invitation-share {
    display: inline-flex;
    flex: 0 0 calc((40 / 346) * 100%);
  }

  .invitation-share a {
    padding-top: 1vw;
    padding-bottom: 2vw;
  }

  .invitation-share img {
    width: calc((24 / 40) * 100%);
  }
}

/* ---------------------------
  accodion
--------------------------- */
.introduce-accodion {
  margin-top: 1rem;
  border: 1px solid var(--introduce-color8);
  border-radius: 8px;
  transition: all 0.5s;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .introduce-accodion {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-accodion {
    margin-top: 3vw;
  }
}

.introduce-accodion.is-active,
.introduce-accodion:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.introduce-accodion dt {
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  color: var(--introduce-color5);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 425px) {
  .introduce-accodion dt {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 1.6rem;
  }
}

.introduce-accodion.is-active dt,
.introduce-accodion:hover dt {
  color: var(--introduce-color5);
}

.introduce-accodion dd {
  display: none;
  color: var(--common-gray1);
  font-size: 1.6rem;
  line-height: 1.7;
  padding-right: 6rem;
}

@media screen and (max-width: 425px) {
  .introduce-accodion dd {
    font-size: 1.4rem;
    padding-left: 4vw;
    padding-right: 5vw;
  }
}

.introduce-accodion dd strong {
  font-weight: 700;
}

.introduce-accodion dd a {
  color: var(--introduce-color5);
}

.introduce-accodion__txt {
  margin-top: 1.6rem;
}

.introduce-accodion__txt:first-child {
  margin-top: 0;
}

/* arrow icn
--------------------------- */
.introduce-accodion__arrow {
  position: relative;
  padding-right: 3rem;
}

@media screen and (max-width: 425px) {
  .introduce-accodion__arrow {
    padding-right: 6vw;
  }
}

.introduce-accodion__arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  font-size: 1.6rem;
  color: var(--common-gray1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.introduce-accodion.is-active .introduce-accodion__arrow::after {
  transform: translateY(-50%) rotate(180deg);
}

/* ---------------------------
  list style
--------------------------- */

/* number
--------------------------- */
.introduce-list__num {
  list-style-type: decimal;
}

.introduce-list__num>li:nth-child(n + 2) {
  margin-top: 1.6rem;
}

/* warning */
.introduce-list__num.warning {
  color: var(--introduce-color6);
}

/* dot
--------------------------- */
.introduce-list__dot>li {
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.6rem;
}

.introduce-list__dot>li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--common-gray1);
  position: absolute;
  left: 0;
  top: 0.75em;
}

/* nested
--------------------------- */
.introduce-list__dot .introduce-list__num {
  margin-top: 1rem;
  padding-left: 2rem;
}

.introduce-list__dot .introduce-list__num {
  margin-top: 0.4rem;
}

.introduce-list__dot .introduce-list__num>li {
  font-size: 1.4rem;
  margin-top: 0;
}

/* ---------------------------
  catch
--------------------------- */
.introduce-catch {
  display: inline-block;
  position: relative;
}

.introduce-catch::before,
.introduce-catch::after {
  content: "|";
  display: inline-block;
  position: absolute;
}

.introduce-catch::before {
  transform: rotate(-35deg);
  left: 0;
}

.introduce-catch::after {
  transform: rotate(35deg);
  right: 0;
}

/* ---------------------------
  ※
--------------------------- */
.asterisk {
  font-size: 0.8em;
  font-weight: 700;
  color: var(--introduce-color6);
}

/* ---------------------------
  banner
--------------------------- */
.introduce-bnr {
  max-width: 870px;
  margin: 4rem auto;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: content-box;
}

@media screen and (max-width: 960px) {
  .introduce-bnr {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-bnr {
    margin: 4vw auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.introduce-bnr a {
  transition: 0.5s;
}

.introduce-bnr a:hover {
  opacity: 0.7;
}


/* ===============================================
  introduce: mainarea
=============================================== */
.introduce-mainarea {
  border-bottom: 1px solid var(--introduce-color8);
  background: linear-gradient(to bottom, #eaf8f9 0%, #ffffff 50%);
  position: relative;
}

.introduce-mainarea .section-inner {
  max-width: 850px;
  position: relative;
}

/* ---------------------------
  mainvisual
--------------------------- */

/* bg
--------------------------- */
.mainvisual-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainvisual-bg {
    opacity: 0.8;
  }
}

/* mainimg
--------------------------- */
.mainvisual-mainimg {
  padding-top: 8rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .mainvisual-mainimg {
    padding-top: 6.4vw;
  }
}

/* ---------------------------
  invitation
--------------------------- */
.introduce-mainarea .invitation {
  margin-top: 2.4rem;
  background-color: var(--introduce-color3);
  border: 1px solid var(--introduce-color8);
  border-bottom: none;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 960px) {
  .introduce-mainarea .invitation {
    margin-top: 3.6vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-mainarea .invitation {
    margin-top: 5vw;
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-mainarea .invitation {
    margin-top: 7vw;
    padding-bottom: 3vw;
  }
}

/* ===============================================
  introduce: Referral Reward
=============================================== */
.introduce-reward {
  background-color: var(--introduce-color3);
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
}

@media screen and (max-width: 425px) {
  .introduce-reward {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.introduce-reward .introduce-maintitle::after {
  background-image: url(../images/introduce/pic_reward.png);
  bottom: 6px;
}

@media screen and (max-width: 768px) {
  .introduce-reward .introduce-maintitle::after {
    bottom: calc((-6 / 96) * 100%);
  }
}

/* ---------------------------
  reward conditions
--------------------------- */
.reward-conditions {
  max-width: 560px;
  margin: 0 auto;
}

/* title
--------------------------- */
.reward-conditions__title {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
}

.reward-conditions__title span {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 1.2rem;
}

@media screen and (max-width: 425px) {
  .reward-conditions__title span {
    font-size: 1.8rem;
    padding-left: 2.4vw;
  }
}

@media screen and (max-width: 425px) {
  .reward-conditions__title img {
    max-width: 5vw;
  }
}

/* point
--------------------------- */
.reward-conditions__point {
  margin-top: 1.6rem;
}

.reward-conditions__point li {
  position: relative;
}

.reward-conditions__point li:nth-child(n+2) {
  padding-top: 4rem;
}

.reward-conditions__point li:nth-child(n+2)::before,
.reward-conditions__point li:nth-child(n+2)::after {
  content: "";
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--common-gray1);
  position: absolute;
  left: calc(50% - 9px);
  top: 1.8rem;
}

.reward-conditions__point li:nth-child(n+2)::after {
  transform: rotate(90deg);
}

.reward-conditions__point dl {
  border: 1px solid var(--introduce-color5);
  background-color: #ffffff;
  padding: 0.8rem;
  display: flex;
  align-items: center;
}

.reward-conditions__point dt {
  flex: 0 0 6.4rem;
  background-color: var(--introduce-color5);
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .reward-conditions__point dt {
    flex: 0 0 13vw;
    font-size: 5vw;
  }
}

.reward-conditions__point dt span {
  display: block;
  line-height: 6.4rem;
}

@media screen and (max-width: 500px) {
  .reward-conditions__point dt span {
    line-height: 13vw;
  }
}

.reward-conditions__point dd {
  padding-left: 1.6rem;
}

@media screen and (max-width: 500px) {
  .reward-conditions__point dd {
    padding-left: 3vw;
  }
}

.reward-conditions__point .point-detail {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--common-gray1);
  line-height: 1.3;
}

@media screen and (max-width: 500px) {
  .reward-conditions__point .point-detail {
    font-size: 3.6vw;
  }
}

.reward-conditions__point .point-detail strong {
  display: block;
  font-size: 2.4rem;
  color: var(--introduce-color5);
}

@media screen and (max-width: 500px) {
  .reward-conditions__point .point-detail strong {
    font-size: 5vw;
  }
}

/* result
--------------------------- */
.reward-conditions__result {
  margin-top: 0.8rem;
  padding-top: 3.6rem;
  background-image: url(/theme/IQ/static/IQ/images/introduce/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}

.reward-conditions__result .result-title {
  display: table;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  color: var(--common-gray1);
  padding-left: 2.4rem;
  position: relative;
}

@media screen and (max-width: 425px) {
  .reward-conditions__result .result-title {
    font-size: 1.8rem;
  }
}

.reward-conditions__result .result-title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/theme/IQ/static/IQ/images/introduce/icon_checkmark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0.2em;
}

@media screen and (max-width: 425px) {
  .reward-conditions__result .result-title::before {
    top: 0.1em;
  }
}

.reward-conditions__result .result-total {
  margin-top: 1.2rem;
  padding: 1.6rem 0 2.4rem 0;
  background-color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--common-gray1);
  border: 1px solid #c5cddd;
}

@media screen and (max-width: 550px) {
  .reward-conditions__result .result-total {
    padding-top: 3.4vw;
    padding-bottom: 4vw;
    font-size: 4.6vw;
  }
}

.reward-conditions__result .result-total strong {
  padding: 0 3px;
  color: var(--introduce-color1);
}

.reward-conditions__result .result-total em {
  font-size: 4.8rem;
}

@media screen and (max-width: 550px) {
  .reward-conditions__result .result-total em {
    font-size: 8vw;
  }
}

.reward-conditions__result .result-warning {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: var(--common-gray1);
  line-height: 1.5;
}

@media screen and (max-width: 550px) {
  .reward-conditions__result .result-warning {
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 425px) {
  .reward-conditions__result .result-warning {
    font-size: 1.2rem;
    text-align: left;
  }
}

.reward-conditions__result .result-warning br {
  display: none;
}

@media screen and (max-width: 550px) {
  .reward-conditions__result .result-warning br {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .reward-conditions__result .result-warning br {
    display: none;
  }
}

/* ---------------------------
  reward notes
--------------------------- */
.reward-notes {
  max-width: 960px;
  margin-top: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.7;
  background-color: #ffffff;
  border: 1px solid var(--introduce-color8);
  border-radius: 8px;
  padding: 1.6rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .reward-notes {
    margin-top: 4vw;
    padding: 3vw 4vw;
  }
}

@media screen and (max-width: 425px) {
  .reward-notes {
    padding: 4vw 6vw;
    font-size: 1.4rem;
  }
}

.reward-notes__title,
.reward-notes__txt {
  padding-left: 1em;
  text-indent: -1em;
}

.reward-notes__title {
  color: var(--introduce-color6);
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.reward-notes__txt a {
  color: var(--introduce-color5);
}

/* ===============================================
  introduce: Referral Process Flow
=============================================== */
.introduce-flow {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
}

@media screen and (max-width: 425px) {
  .introduce-flow {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.introduce-flow .introduce-maintitle::after {
  background-image: url(../images/introduce/pic_flow.png);
  bottom: 6px;
}

@media screen and (max-width: 425px) {
  .introduce-flow .introduce-maintitle__heading {
    font-size: 5.8vw;
    line-height: 1.3;
  }
}

.introduce-flow .introduce-maintitle__heading br {
  display: none;
}

@media screen and (max-width: 425px) {
  .introduce-flow .introduce-maintitle__heading br {
    display: block;
  }
}

/* ---------------------------
  step
--------------------------- */
.flow-step {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .flow-step {
    display: block;
    margin-top: 0;
  }
}

.flow-invite,
.flow-register {
  flex: 0 1 calc((464 / 960) * 100%);
  background-color: #ffffff;
  border: 1px solid var(--introduce-color8);
  border-radius: 8px;
  padding: 1.6rem 3.2rem;
}

@media screen and (max-width: 768px) {

  .flow-invite,
  .flow-register {
    margin-top: 4vw;
    padding: 1.6rem 2.6rem 2.2rem 2.6rem;
  }
}

/* title
--------------------------- */
.flow-step__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.flow-invite .flow-step__title {
  color: var(--introduce-color5);
}

.flow-register .flow-step__title {
  color: var(--introduce-color1);
}

/* list
--------------------------- */
.flow-step__list {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .flow-step__list {
    margin-top: 0.8rem;
  }
}

.flow-step__list li {
  padding-top: 1.2rem;
  color: var(--common-black1);
  display: flex;
}

.flow-step__list li:nth-child(n + 2) {
  margin-top: 1.2rem;
  border-top: 1px solid var(--introduce-color8);
}

.flow-step__list li em {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.3;
  flex: 0 0 5em;
}

@media screen and (max-width: 425px) {
  .flow-step__list li em {
    font-size: 1.8rem;
  }
}

.flow-step__list li em::before {
  content: "";
  display: block;
  width: 4px;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.flow-invite .flow-step__list li em::before {
  background-color: var(--introduce-color5);
}

.flow-register .flow-step__list li em::before {
  background-color: var(--introduce-color1);
}

.flow-step__list li p {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 425px) {
  .flow-step__list li p {
    padding-top: 0.4vw;
    font-size: 1.4rem;
  }
}

.flow-step__list .flow-step__clear {
  display: inline-block;
  padding-top: 0.2em;
  font-size: 2rem;
  font-weight: 700;
}

.flow-invite .flow-step__list .flow-step__clear {
  color: var(--introduce-color5);
}

.flow-register .flow-step__list .flow-step__clear {
  color: var(--introduce-color1);
}

/* ===============================================
  introduce: Referral via Blog
=============================================== */
.introduce-blog {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  background-color: var(--introduce-color3);
}

@media screen and (max-width: 425px) {
  .introduce-blog {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.introduce-blog .introduce-maintitle::after {
  background-image: url(../images/introduce/pic_blog.png);
  bottom: 2px;
}

@media screen and (max-width: 768px) {
  .introduce-blog .introduce-maintitle::after {
    bottom: calc((-6 / 96) * 100%);
  }
}

@media screen and (max-width: 425px) {
  .introduce-blog .introduce-maintitle::after {
    bottom: calc((-4 / 96) * 100%);
  }
}

/* ---------------------------
  howto
--------------------------- */
.introduce-blog .howto {
  max-width: 880px;
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

.introduce-blog .introduce-accodion {
  margin-top: 1.6rem;
}

.introduce-blog .introduce-accodion dt {
  padding-left: 3.2rem;
}

@media screen and (max-width: 425px) {
  .introduce-blog .introduce-accodion dt {
    padding-left: 4vw;
  }
}

.introduce-blog .introduce-accodion dd {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  padding-bottom: 3rem;
  font-size: 1rem;
  /* reset */
  line-height: 1;
  /* reset */
}

@media screen and (max-width: 768px) {
  .howto .introduce-accodion dd {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 425px) {
  .howto .introduce-accodion dd {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 7vw;
  }
}

.howto-title {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  height: 2rem;
  color: var(--introduce-color5);
}

.howto-title::before {
  content: "";
  display: block;
  width: 99%;
  height: 1px;
  background-color: var(--introduce-color8);
  position: absolute;
  right: 0;
  top: 50%;
}

.howto-title span {
  display: inline-block;
  background-color: #ffffff;
  padding-right: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
}

.howto-lead {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #6a6a6a;
}

@media screen and (max-width: 425px) {
  .howto-lead {
    font-size: 1.4rem;
  }
}

/* is-copied */
.howto-copybox.is-copied::after {
  top: 50%;
  transform: translateY(-50%);
}

/* banner
--------------------------- */
.banner-select {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .banner-select {
    margin-top: 6vw;
  }
}

.banner-select__inner {
  margin-top: 3rem;
  max-width: 745px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-select__inner {
    margin-top: 5vw;
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .banner-select__inner {
    margin-top: 8vw;
  }
}

.banner-select .howto-title+.banner-select__inner {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .banner-select .howto-title+.banner-select__inner {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 425px) {
  .banner-select .howto-title+.banner-select__inner {
    margin-top: 4vw;
  }
}

.banner-select .howto-preview {
  flex: 0 0 calc((300 / 745) * 100%);
}

@media screen and (max-width: 768px) {
  .banner-select .howto-preview {
    flex: 0 0 calc((240 / 643) * 100%);
  }
}

.banner-select .howto-action {
  flex: 0 1 calc((413 / 745) * 100%);
}

@media screen and (max-width: 768px) {
  .banner-select .howto-action {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 425px) {
  .banner-select .howto-action {
    margin-top: 3vw;
  }
}

.banner-select .howto-bnrimg {
  text-align: center;
}

.banner-select .howto-action .howto-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--common-gray1);
}

.banner-select .howto-action .howto-copybox {
  margin-top: 1.2rem;
  position: relative;
}

.banner-select .howto-copybox__target {
  width: 100%;
  padding: 1.4rem 4rem 1.4rem 1.6rem;
  border-color: var(--introduce-color8);
  border-radius: 4px;
  font-size: 1.4rem !important;
  line-height: 1.5;
  color: #6a6a6a;
  resize: none;
  height: 12em;
}

@media screen and (max-width: 768px) {
  .banner-select .howto-copybox__target {
    padding-right: calc((64 / 643) * 100%);
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .banner-select .howto-copybox__target {
    padding-right: calc((48 / 338) * 100%);
  }
}

.banner-select .howto-copybox__btn {
  display: block;
  padding: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .banner-select .howto-copybox__btn {
    width: calc((64 / 643) * 100%);
    height: 100%;
    padding: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 425px) {
  .banner-select .howto-copybox__btn {
    width: calc((48 / 338) * 100%);
    height: 100%;
    padding: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media screen and (max-width: 768px) {
  .banner-select .howto-copybox__btn img {
    width: calc((20 / 64) * 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 425px) {
  .banner-select .howto-copybox__btn img {
    width: calc((18 / 48) * 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

/* ===============================================
  introduce: My Referral
=============================================== */
.introduce-myreferral {
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
  background-color: var(--introduce-color9);
}

@media screen and (max-width: 425px) {
  .introduce-myreferral {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.introduce-myreferral .introduce-maintitle::after {
  background-image: url(../images/introduce/pic_myreferral.png);
  bottom: 6px;
}

@media screen and (max-width: 425px) {
  .introduce-myreferral .introduce-maintitle::after {
    bottom: calc((6 / 96) * 100%);
  }
}

/* ---------------------------
  result
--------------------------- */
.myreferral-result {
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 507px;
  margin: 0 auto;
  margin-top: 3.2rem;
  padding: 2.4rem;
}

.myreferral-result dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 425px) {
  .myreferral-result dl {
    display: block;
    text-align: center;
  }
}

.myreferral-result dt {
  padding-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 425px) {
  .myreferral-result dt {
    padding-right: 0;
    font-size: 4vw;
  }
}

.myreferral-result dt span {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 425px) {
  .myreferral-result dt span {
    font-size: 5.6vw;
  }
}

.myreferral-result dd {
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 425px) {
  .myreferral-result dd {
    margin-top: 4vw;
    font-size: 4vw;
  }
}

.myreferral-result dd strong {
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 0.6rem;
  color: var(--introduce-color5);
}

@media screen and (max-width: 425px) {
  .myreferral-result dd strong {
    font-size: 9vw;
  }
}

/* ---------------------------
  notes
--------------------------- */
.myreferral-notes {
  display: table;
  margin: 0 auto;
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--common-gray1);
}

@media screen and (max-width: 425px) {
  .myreferral-notes {
    font-size: 1.4rem;
  }
}

/* ===============================================
  introduce: notice
=============================================== */
.introduce-notice {
  padding-top: 5.4rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}

@media screen and (max-width: 425px) {
  .introduce-notice {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.introduce-notice .introduce-maintitle {
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 0;
}

.introduce-notice .introduce-maintitle::after {
  display: none;
}

.introduce-notice .introduce-maintitle__heading {
  border-bottom: none;
  padding-bottom: 0;
  color: var(--common-gray1);
}

/* ---------------------------
  conditions
--------------------------- */
.conditions {
  margin-top: 3rem;
}

@media screen and (max-width: 425px) {
  .conditions {
    margin-top: 6vw;
  }
}

.conditions dl:nth-child(n + 2) {
  margin-top: 1.8rem;
}

@media screen and (max-width: 425px) {
  .conditions dl:nth-child(n + 2) {
    margin-top: 3vw;
  }
}

.conditions dt,
.conditions dd {
  line-height: 1.5;
  color: var(--common-gray1);
}

.conditions dt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}

@media screen and (max-width: 425px) {
  .conditions dt {
    font-size: 1.6rem;
  }
}

.conditions dt::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background-color: var(--common-gray1);
  position: absolute;
  left: 0;
  top: 0.4em;
}

.conditions dd {
  margin-top: 0.4rem;
  padding-left: 1.4em;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 425px) {
  .conditions dd {
    font-size: 1.4rem;
  }
}

.conditions dd::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: var(--common-gray1);
  position: absolute;
  left: 0.6em;
  top: 0.7em;
}

/* ---------------------------
  notice contents
--------------------------- */
.introduce-notice article {
  margin-top: 3rem;
  padding: 1.2rem 1.6rem 1.6rem 1.6rem;
  border: 1px solid var(--common-gray1);
  border-radius: 4px;
}

@media screen and (max-width: 425px) {
  .introduce-notice article {
    margin-top: 6vw;
    padding: 2.4vw 4vw 4vw 4vw;
  }
}

.notice-title {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.6em;
  border-bottom: 1px solid var(--common-gray1);
}

@media screen and (max-width: 425px) {
  .notice-title {
    font-size: 1.6rem;
  }
}

.notice-inner {
  margin-top: 1.6rem;
}

@media screen and (max-width: 425px) {
  .notice-inner {
    margin-top: 3vw;
  }
}

.notice-subtitle,
.notice-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 425px) {
  .notice-subtitle,
  .notice-txt {
    font-size: 1.4rem;
  }
}

.notice-subtitle {
  font-weight: 700;
}

.notice-subtitle::before {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 0.8em;
  margin-right: 0.4em;
}

.notice-subtitle+.notice-txt {
  margin-top: 0.4rem;
}

.introduce-notice .introduce-list__dot+.notice-txt,
.introduce-notice .introduce-list__num+.notice-txt {
  margin-top: 0.6rem;
}

/* warning */
.notice-txt.warning {
  margin-top: 1rem;
  margin-left: 1em;
  text-indent: -1em;
}

/* list
--------------------------- */
.introduce-notice .introduce-list__dot,
.introduce-notice .introduce-list__num {
  margin-top: 0.6rem;
}

.introduce-notice .introduce-list__dot {
  margin-left: 0.6em;
}

.introduce-notice .introduce-list__num {
  margin-left: 2.2em;
}

.introduce-notice .introduce-list__dot li,
.introduce-notice .introduce-list__num li {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 425px) {

  .introduce-notice .introduce-list__dot li,
  .introduce-notice .introduce-list__num li {
    font-size: 1.4rem;
  }
}

/* warning
--------------------------- */
.notice-txt em,
.introduce-notice .warning .notice-txt,
.introduce-notice .warning .introduce-list__dot li {
  color: var(--introduce-color6);
}

.introduce-notice .warning .introduce-list__dot li::before {
  background-color: var(--introduce-color6);
}

/* ===============================================
  introduce: faq
=============================================== */
.introduce-faq {
  padding-top: 5.4rem;
  padding-bottom: 9rem;
}

@media screen and (max-width: 425px) {
  .introduce-faq {
    padding-top: 12vw;
    padding-bottom: 14vw;
  }
}

.introduce-faq .introduce-maintitle {
  max-width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .introduce-faq .introduce-maintitle {
    margin-bottom: 2vw;
  }
}

.introduce-faq .introduce-maintitle::after {
  display: none;
}

.introduce-faq .introduce-maintitle__heading {
  border-bottom: none;
}

.introduce-faq .section-inner {
  max-width: 880px;
}

/* ---------------------------
  accodion
--------------------------- */
.introduce-faq .introduce-accodion dt {
  font-weight: 400;
}

.introduce-faq .introduce-accodion.is-active,
.introduce-faq .introduce-accodion:hover {
  border-color: var(--introduce-color9);
  background-color: var(--introduce-color9);
}

.introduce-faq .introduce-accodion.is-active dt,
.introduce-faq .introduce-accodion:hover dt {
  color: #266362;
}

.introduce-faq .introduce-accodion dd {
  padding-left: 3.2rem;
}

@media screen and (max-width: 425px) {
  .introduce-faq .introduce-accodion dd {
    padding-left: 4vw;
  }
}

/* ---------------------------
  question
--------------------------- */
.faq-question {
  display: block;
  position: relative;
  padding-left: 3rem;
}

.faq-question::before {
  content: "Q";
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--introduce-color5);
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.4rem;
}

/* ---------------------------
  answer
--------------------------- */
.faq-answer {
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
}

.faq-answer::before,
.faq-answer::after {
  position: absolute;
  display: block;
}

/* line
--------------------------- */
.faq-answer::before {
  content: "";
  width: calc((756 / 786) * 100%);
  height: 1px;
  background-color: var(--introduce-color8);
  right: 0;
  top: 1rem;
}

@media screen and (max-width: 960px) {
  .faq-answer::before {
    width: calc(100% - 3rem);
  }
}

/* icon
--------------------------- */
.faq-answer::after {
  content: "A";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  line-height: 16px;
  color: var(--introduce-color5);
  border: 1px solid var(--introduce-color5);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  left: 0;
  top: 0;
}

/* list style
--------------------------- */
.introduce-faq__list_num {
  margin-left: 3.4rem;
}

.introduce-faq__list_point {
  margin-left: 1rem;
}

.introduce-faq__list_num li .introduce-faq__list_point {
  margin-left: 0.2rem;
}

/* ===============================================
  introduce: refernow
=============================================== */
.introduce-refernow {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -100%;
  transition: 1s;
  z-index: 1;
}

.introduce-refernow.is-visible {
  bottom: 0;
}

.introduce-refernow.is-static {
  position: static;
}

.introduce-refernow .section-inner {
  max-width: 880px;
}

@media screen and (max-width: 960px) {
  .introduce-refernow .section-inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-refernow .section-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/* ---------------------------
  tab
--------------------------- */
.refernow-tab {
  width: 190px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--introduce-color1);
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  bottom: -1px;
}

@media screen and (max-width: 768px) {
  .refernow-tab {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}

.refernow-tab span {
  display: block;
  position: relative;
  margin-left: 1.8rem;
  margin-right: 1rem;
}

.refernow-tab span::before,
.refernow-tab span::after {
  content: "";
  display: block;
  position: absolute;
}

.refernow-tab span::before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  right: 0;
  top: -1px;
}

.refernow-tab span::after {
  right: 3px;
  bottom: -1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f078";
  font-size: 1.6rem;
}

/* hover */
.refernow-tab:hover span::before {
  background-color: #ff6600;
}

/* is-active */
.introduce-refernow .section-inner.is-active .refernow-tab {
  bottom: 0;
}

.introduce-refernow .section-inner.is-active .refernow-tab span::after {
  bottom: 0;
  content: "\f077";
}

/* ---------------------------
  invitation
--------------------------- */
.introduce-refernow .invitation {
  border-top-left-radius: 0;
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation {
    padding-top: 2vw;
    padding-bottom: 1.8vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce-refernow .invitation {
    padding-top: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation-title {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation-link .invitation-action {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation-sns {
    margin-top: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation-sns .invitation-action {
    margin-top: 0;
  }
}

/* is-copied */
.introduce-refernow .invitation-copybox.is-copied::after {
  top: 0;
  bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .introduce-refernow .invitation-copybox.is-copied::after {
    top: 0;
    bottom: 0;
    transform: translateY(0);
  }
}


/* ===============================================
  static page: reset / base setting
=============================================== */
main.introduce.static {
  padding-bottom: 0;
}

.introduce.static .wrapUnder-content {
  max-width: 100%;
  margin: 0;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .introduce.static .wrapUnder-content {
    width: auto;
  }
}


/* ===============================================
  static page: parts
=============================================== */
/* ---------------------------
  contents title
--------------------------- */
.introduce.static .h1 h1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f086";
  display: inline-block;
  width: 1em;
  margin-right: 0.8em;
}

/* ---------------------------
  invitation
--------------------------- */
.introduce.static .invitation {
  display: block;
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation {
    padding: 2.4vw 4vw 3vw 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation {
    padding: 4vw;
  }
}

.introduce.static .invitation-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-inner {
    display: block;
  }
}

/* information
--------------------------- */
.introduce.static .invitation-info {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-info {
    margin-bottom: 2.6vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation-info {
    margin-bottom: 4vw;
  }
}

.introduce.static .invitation-info__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-info__title {
    font-size: 3.4vw;
    line-height: 1.2;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation-info__title {
    font-size: 1.8rem;
  }
}

.introduce.static .invitation-info__notes {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-info__notes {
    margin-top: 1.2vw;
    font-size: 2.4vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation-info__notes {
    margin-top: 1.6vw;
    font-size: 1.2rem;
  }
}

/* button
--------------------------- */
.introduce.static .invitation-btn a {
  display: block;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 5rem;
  border-radius: 100vh;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-btn a {
    padding: 0 1em;
    font-size: 3vw;
    line-height: 7vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation-btn a {
    font-size: 1.8rem;
    line-height: 2.4em;
  }
}

.introduce.static .invitation-btn a:hover {
  box-shadow: none;
}

@media screen and (max-width: 768px) {

  .introduce.static .invitation-login,
  .introduce.static .invitation-regist {
    display: inline-block;
    width: calc((230 / 627) * 100%);
  }
}

@media screen and (max-width: 425px) {

  .introduce.static .invitation-login,
  .introduce.static .invitation-regist {
    display: block;
    width: calc((230 / 346) * 100%);
    margin: 0 auto;
  }
}

/* login */
.introduce.static .invitation-login {
  flex: 0 0 calc((112 / 604) * 100%);
  padding-left: 1.6rem;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-login {
    padding-left: 0;
  }
}

.introduce.static .invitation-login a {
  padding: 0 2rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: var(--common-gray3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.introduce.static .invitation-login a:hover {
  border-color: var(--common-gray4);
  color: #b0b0b0;
}

/* regist */
.introduce.static .invitation-regist {
  flex: 0 0 calc((182 / 604) * 100%);
  padding-left: 1.6rem;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  .introduce.static .invitation-regist {
    padding-left: 2vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .invitation-regist {
    padding-left: 0;
    margin-top: 3vw;
  }
}

.introduce.static .invitation-regist a {
  background-color: var(--introduce-color10);
  border-color: var(--introduce-color10);
  color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.introduce.static .invitation-regist a:hover {
  background-color: #e463a4;
  border-color: #e463a4;
}

/* ---------------------------
  accodion
--------------------------- */
.introduce.static .introduce-accodion:hover {
  border-color: var(--introduce-color8);
}

.introduce.static .introduce-accodion dt {
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .introduce.static .introduce-accodion dt {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .introduce-accodion dt {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.introduce.static .introduce-accodion dd {
  display: block;
  padding-bottom: 2rem;
}


/* ===============================================
  static page: mainarea
=============================================== */

/* ---------------------------
  invitation
--------------------------- */
.introduce.static .introduce-mainarea .invitation {
  margin-top: 3.2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .introduce.static .introduce-mainarea .invitation {
    padding-top: 2.4vw;
    padding-bottom: 3vw;
  }
}

@media screen and (max-width: 425px) {
  .introduce.static .introduce-mainarea .invitation {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}


/* ===============================================
  static page: notice
=============================================== */
.introduce.static .introduce-notice {
  background-color: #ffffff;
  padding-bottom: 0;
}


/* ===============================================
  static page: refernow
=============================================== */
.introduce.static .introduce-refernow .section-inner {
  max-width: 738px;
}

.introduce.static .refernow-tab {
  background-color: var(--introduce-color10);
}

.introduce.static .refernow-tab:hover span::before {
  background-color: #c02171;
}