@charset "UTF-8";
/* =========================================================
reset
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

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

body {
  line-height: 1;
}

#custom .referral article,
#custom .referral aside,
#custom .referral details,
#custom .referral figcaption,
#custom .referral figure,
#custom .referral footer,
#custom .referral header,
#custom .referral hgroup,
#custom .referral menu,
#custom .referral nav,
#custom .referral section {
  display: block;
}

#custom .referral ol,
#custom .referral ul {
  list-style: none;
}

#custom .referral blockquote,
#custom .referral q {
  quotes: none;
}

#custom .referral blockquote:before,
#custom .referral blockquote:after,
#custom .referral q:before,
#custom .referral q:after {
  content: "";
  content: none;
}

#custom .referral table {
  border-collapse: collapse;
  border-spacing: 0;
}

#custom .referral a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

#custom .referral blockquote,
#custom .referral q {
  quotes: none;
}

#custom .referral blockquote:before,
#custom .referral blockquote:after,
#custom .referral q:before,
#custom .referral q:after {
  content: "";
  content: none;
}

#custom .referral input,
#custom .referral select {
  vertical-align: middle;
}

#custom .referral .bold {
  font-weight: bold;
}

#custom .referral .ta-c {
  text-align: center;
}

#custom .referral .ta-l {
  text-align: left;
}

#custom .referral .ta-r {
  text-align: right;
}


#custom .referral .d-b {
  display: block;
}

#custom .referral .d-i {
  display: inline;
}

#custom .referral sup {
  font-size: 50%;
  vertical-align: super;
}








#custom .referral .notes {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #custom .referral .notes {
    font-size: 2.9333333333vw;
  }
}



#custom .referral .button {
  width: 438px;
  height: 88px;
  border-radius: 80px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  font-weight: bold;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #custom .referral .button {
    width: 58.4vw;
    height: 11.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}

#custom .referral .button .button-inner {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  #custom .referral .button .button-inner {
    gap: 1.8666666667vw;
  }
}

#custom .referral .button .button-inner img {
  width: 33px;
}

@media screen and (max-width: 767px) {
  #custom .referral .button .button-inner img {
    width: 4.4vw;
  }
}

#custom .referral .button p {
  font-size: 26px;
  line-height: 1;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  #custom .referral .button p {
    font-size: 3.4666666667vw;
  }
}

#custom .referral .button .arrow {
  width: 10px;
  max-width: auto;
}

@media screen and (max-width: 767px) {
  #custom .referral .button .arrow {
    width: 1.8666666667vw;
  }
}

#custom .referral .button:hover {
  box-shadow: none;
}







#custom .referral .section-wrap {
  padding: 56px 0;
}

@media screen and (max-width: 767px) {
  #custom .referral .section-wrap {
    padding: 12.8vw 0vw;
  }
}



#custom .referral {
  letter-spacing: 0;
  background: #fff;
  /*font-family: "Noto Sans JP", sans-serif, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*color: #000*/
  color: #333;
  font-weight: 400;
  min-width: 100%;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  #custom .referral {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral {
    font-size: 3.7333333333vw;
  }
}

#custom .referral img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: middle;
}

#custom .referral a {
  color: #333;
  display: block;
  text-decoration: none;
}

#custom .referral figure {
  line-height: 0;
}

@media screen and (min-width: 768px) {
  #custom .referral a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}





#custom .referral .pc-in {
  display: inline;
}

@media screen and (max-width: 767px) {
  #custom .referral .pc-in {
    display: none;
  }
}



#custom .referral {
  /* clearfix
  --------------------------------------------------------- */
}



#custom .referral {
  /* border-box
  --------------------------------------------------------- */
}

#custom .referral * {
  box-sizing: border-box;
}


#custom .referral .button {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 370px;
  height: 70px;
  border-radius: 50px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  padding: 0 24px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  #custom .referral .button {
    width: 64vw;
    height: 13.3333333333vw;
    padding: 1.6vw 3.7333333333vw;
  }
}

#custom .referral .button p {
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #custom .referral .button p {
    font-size: 3.4666666667vw;
  }
}

#custom .referral .button i {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #custom .referral .button i {
    font-size: 3.4666666667vw;
  }
}

#custom .referral .button:hover {
  opacity: 0.8;
}














#custom .referral .mv {
  background: url(../../../images/asset/lp/referral/mv_pc.jpg) top center/cover no-repeat;
  position: relative;
  height: 830px;

  max-width: 1920px;
  margin: 0 auto;
}

#custom .referral .mv h1,
#custom .referral .mv p {
  text-indent: -9999px;
  font-size: 0;
}

@media screen and (max-width: 1199px) {
  #custom .referral .mv {
    height: 680px;
  }
}


@media screen and (max-width: 767px) {
  #custom .referral .mv {
    background: url(../../../images/asset/lp/referral/mv_sp.jpg) center center/100% auto no-repeat;
    height: 228vw;
    margin-bottom: 0vw;
  }
}





#custom .referral .top-box .ttl-box .ttl {
  width: 380px;
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #custom .referral .top-box .ttl-box .ttl {
    width: 66.6666666667vw;
    padding-bottom: 0vw;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .top-box .ttl-box .ttl img {
    width: 66.6666666667vw;
    min-width: 66.6666666667vw;
  }
}





#custom .referral .top-box .fl-box .img {
  width: 314px;
}

@media screen and (max-width: 767px) {
  #custom .referral .top-box .fl-box .img {
    margin: 0 auto 3.2vw;
    width: 50.1333333333vw;
  }
}













#custom .referral .tire-cards-wrap .box {
  width: 312px;
  text-align: center;
  justify-content: stretch;
  position: relative;
  padding-bottom: 88px;
}

@media screen and (min-width: 768px) {
  #custom .referral .tire-cards-wrap .box {
    border-left: #d7d7d7 1px solid;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box {
    width: 100%;
    padding-bottom: 7.4666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box .logo {
    height: auto;
    padding: 7.4666666667vw 0 3.2vw;
  }
}

#custom .referral .tire-cards-wrap .box .img {
  margin: 0 auto;
}

#custom .referral .tire-cards-wrap .box .txt {
  font-size: 16px;
  padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box .txt {
    font-size: 3.7333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-playz {
  border-top: 20px #00abeb solid;
  border-left: none;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-playz {
    border-top: none;
    border-left: #00abeb solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

#custom .referral .tire-cards-wrap .box.box-playz .logo img {
  width: 177px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-playz .logo img {
    width: 52.4vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-playz .img {
  width: 242px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-playz .img {
    width: 67.3333333333vw;
    padding-right: 6.6666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-chronicle {
  border-top: 20px #000000 solid;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-chronicle {
    border-top: none;
    border-left: #000000 solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

#custom .referral .tire-cards-wrap .box.box-chronicle .logo img {
  width: 287px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-chronicle .logo img {
    width: 68.2666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-chronicle .img {
  width: 177px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-chronicle .img {
    width: 66.5333333333vw;
    padding-right: 6.6666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-ecopia {
  border-top: 20px #6bb42a solid;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-ecopia {
    border-top: none;
    border-left: #6bb42a solid 1.3333333333vw;
    border-bottom: #d7d7d7 1px solid;
  }
}

#custom .referral .tire-cards-wrap .box.box-ecopia .logo img {
  width: 287px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-ecopia .logo img {
    width: 68.2666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box.box-ecopia .img {
  width: 243px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box.box-ecopia .img {
    width: 59.8666666667vw;
    padding-right: 6.6666666667vw;
  }
}

#custom .referral .tire-cards-wrap .box .cards-button {
  background: #151515;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  #custom .referral .tire-cards-wrap .box .cards-button {
    width: 270px;
    height: 50px;
    position: absolute;
    border-radius: 5px;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box .cards-button {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

#custom .referral .tire-cards-wrap .box .cards-button:hover {
  opacity: 0.8;
}

#custom .referral .tire-cards-wrap .box .cards-button span {
  display: inline-block;
  border-top: 14px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-cards-wrap .box .cards-button span {
    border-top: 3.4666666667vw solid #fff;
    border-left: 2.4vw solid transparent;
    border-right: 2.4vw solid transparent;
    margin-left: 2.1333333333vw;
  }
}




#custom .referral #msg {
  position: fixed;
  padding: 0.8em;
  line-height: 1;
  border-radius: 4px;
  display: none;
  top: 10px;
  left: 50%;
  color: #000;
  transform: translate(-50%, 0%);
  background-color: #f0eeed;
  border: #b4b4b4 solid 1px;
  font-size: 16px;
  transition: 0.2s;
  z-index: 200000;
}


#custom .referral .tab-wrap {
  width: 100%;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  #custom .referral .tab-wrap {
    width: 100vw;
  }
}

#custom .referral .tabs {
  display: flex;
  align-items: flex-end;
  width: 550px;
  margin: 0 auto;
  gap:20px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tabs {
    width: 93vw;
    gap: 10px;
  }
}

#custom .referral .tab {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: none;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  outline: none;
  width: 50%;
  height: 66px;
  border-radius: 6px 6px 0 0;
  border-bottom: 3px solid #E5E7EB;
}

#custom .referral .tab.blue {
  background: #EAF9FB;
  color: #2FC4DA
}

#custom .referral .tab.blue.is-active {
  background: #2FC4DA;
  color: #fff;
}

#custom .referral .tab.pink {
  background: #FFF4F2;
  color: #EE7961;
}

#custom .referral .tab.pink.is-active {
  background: #EE7961;
  color: #fff;
}


@media screen and (max-width: 767px) {
  #custom .referral .tab {
    height: 40px;
  }
}

#custom .referral .tab p {
  margin: 0 auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #custom .referral .tab p {
    font-size: 17px;
    position: relative;
    top: 0.1em;
  }
}

/*
#custom .referral .tab::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -4px;
  height: 9px;
  background: #be8d0c;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
*/

@media screen and (max-width: 767px) {
  #custom .referral .tab::before {
    height: 1.2vw;
  }
}

#custom .referral .tab:hover::before,
#custom .referral .tab.is-active::before {
  opacity: 1;
  transform: translateY(0);
}

#custom .referral .tab.is-active {
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1), -2px -2px 6px rgba(0, 0, 0, 0.05), 2px -2px 6px rgba(0, 0, 0, 0.05);
  /* 右 */
  z-index: 2;
  /* パネルより上に出す */
  border-bottom: none;
  /*padding-bottom: 4px;*/
}

#custom .referral .tab:not(.is-active) {
  box-shadow: none;
}

#custom .referral .tab-panel {
  background: var(--panel-bg);
  margin-top: -1px;
  width: 100%;
  margin: -2px auto 0;
  background: #fff;
  position: relative;
  padding: 40px 0;
  z-index: 5;
  /*box-shadow: 0 5px 6px rgba(0, 0, 0, 0.03), -2px 5px 6px rgba(0, 0, 0, 0.05), 2px 5px 6px rgba(0, 0, 0, 0.05);*/
  /* 右 */
}

#custom .referral .tab-panel.blue {
  border-top: 4px solid #2FC4DA;
  background: #EAF9FC;
}

#custom .referral .tab-panel.pink {
  border-top: 4px solid #EE7961;
  background: #FEEAE7;
}

#custom .referral .tab-panel .bottom-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1100px) {

  #custom .referral .tab-panel .bottom-wrap {
    width: 100vw;
    margin: 0 auto;
  }
}

#custom .referral .tab-panel .bottom-wrap .caption {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.3;
  width: 1030px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 1100px) {

  #custom .referral .tab-panel .bottom-wrap .caption {
    width: 80%;
  }

}

@media screen and (max-width: 767px) {
  #custom .referral .tab-panel {
    width: 100vw;
    padding: 20px 0 40px 0;
    box-shadow: none;
  }

  #custom .referral .tab-panel .bottom-wrap .caption {
    width: 90%;
    margin: 10px auto 20px auto;
  }

  #custom .referral .tab-panel .bottom-wrap img.lead-img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }

  #custom .referral .tab-panel .bottom-wrap img.apply--button,
  #custom .referral .tab-panel .bottom-wrap img.register--button {
    width: 80vw;
    display: block;
    margin: 0 auto;
  }

}



#custom .referral .tab-panel[hidden] {
  display: none;
}















#custom .referral .size-list {
  display: flex;
  width: 690px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #custom .referral .size-list {
    font-size: 3.7333333333vw;
  }
}



#custom .referral .size-list-item {
  width: 72px;
  height: 72px;
  background-color: #f2f2f2;
  border-radius: 50%;
  color: #000;
  box-shadow: 0px 6px 0px 0px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 600;
  transition: 0.2s;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #custom .referral .size-list-item {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 5.8666666667vw;
  }
}

#custom .referral .size-list-item p {
  font-size: 40%;
}

#custom .referral .size-list-item p span {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 767px) {
  #custom .referral .size-list-item p span {
    font-size: 5.8666666667vw;
  }
}

#custom .referral .size-list-item:hover,
#custom .referral .size-list-item.is-active {
  background-color: #e60012;
  color: #fff;
  box-shadow: none;
  margin: 8px 0 -8px 0;
}

#custom .referral .size-table-tab .size-table {
  display: none;
}

#custom .referral .size-table-tab .size-table.is-active {
  display: block;
  padding-bottom: 30px;
}

#custom .referral .tiresize-table {
  width: 700px;
  color: #111;
  line-height: 1.4;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #custom .referral .tiresize-table {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}

#custom .referral .tiresize-table-head,









#custom .referral .tiresize-table-head .tiresize-table-col--month .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.3;
}



#custom .referral .tiresize-table-head .tiresize-table-col--campaign .small {
  font-size: 70%;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
}



#custom .referral .tiresize-table-body {
  display: grid;
  grid-template-columns: 25% 20% 25% 30%;
  row-gap: 0;
}

@media screen and (max-width: 767px) {
  #custom .referral .tiresize-table-body {
    grid-template-columns: 25% 20% 25% 30%;
  }
}










@media screen and (max-width: 767px) {

}

#custom .referral .table-acco-button-wrap {
  text-align: center;
}

#custom .referral .table-acco-button {
  border-bottom: #000 1px solid;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  line-height: 2;
  margin: 32px 0;
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  #custom .referral .table-acco-button {
    margin: 5.3333333333vw 0 4.2666666667vw;
    font-size: 3.2vw;
    border-bottom: #000 0.1333333333vw solid;
  }
}

#custom .referral .table-acco-button:hover {
  opacity: 0.7;
}

#custom .referral .table-acco-button p {
  display: inline-block;
}

#custom .referral .table-acco-button span {
  transition: 0.2s;
}

#custom .referral .is-open .table-acco-button span {
  transform: rotate(180deg);
}

#custom .referral .tiresize-table-body-acco-cont {
  display: none;
  margin-bottom: 2em;
}








#custom .referral .vrx2-ttl .ttl {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  #custom .referral .vrx2-ttl .ttl {
    font-size: 5.3333333333vw;
  }
}





#custom .referral .toggle {
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  height: 27px;
  width: 27px;
  border: #fff 2px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #custom .referral .toggle {
    width: 4.4vw;
    height: 4.4vw;
  }
}

#custom .referral .toggle span::before,
#custom .referral .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 2px;
  vertical-align: middle;
  background: #fff;
  transition: 0.5s;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {

  #custom .referral .toggle span::before,
  #custom .referral .toggle span::after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}

#custom .referral .toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#custom .referral .is-active .toggle span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#custom .referral .is-active .toggle span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}











#custom .referral .vrx2-ttl .ttl {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  #custom .referral .vrx2-ttl .ttl {
    font-size: 5.3333333333vw;
  }
}





#custom .referral .toggle {
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  height: 27px;
  width: 27px;
  border: #fff 2px solid;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #custom .referral .toggle {
    width: 4.4vw;
    height: 4.4vw;
  }
}

#custom .referral .toggle span::before,
#custom .referral .toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 2px;
  vertical-align: middle;
  background: #fff;
  transition: 0.5s;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {

  #custom .referral .toggle span::before,
  #custom .referral .toggle span::after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}

#custom .referral .toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#custom .referral .is-active .toggle span::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#custom .referral .is-active .toggle span::after {
  transform: translate(-50%, -50%) rotate(180deg);
}



#custom .referral .acco-button {
  width: 900px;
  height: 80px;
  margin: 48px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 24px;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #custom .referral .acco-button {
    font-size: 3.7333333333vw;
    width: 73.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

#custom .referral .acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

#custom .referral .acco-button:hover {
  opacity: 0.8;
}

#custom .referral .acco-button.acco-button-finnesa {
  background: #ee7961;
}

#custom .referral .acco-button.acco-button-playz {
  background: #009de8;
}

#custom .referral .acco-button.acco-button-ecopia200 {
  background: #6bb42a;
}

#custom .referral .acco-button.acco-button-ecopia200c {
  background: #6bb42a;
}

#custom .referral .acco-button.acco-button-chronicle {
  background: #000;
}

#custom .referral .tire-acco-button {
  width: 900px;
  height: 80px;
  margin: 48px auto 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  padding: 8px 0px 0 40px;
  align-items: end;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button {
    font-size: 3.7333333333vw;
    width: 89.3333333333vw;
    height: 13.3333333333vw;
    padding: 0 0 0 5.3333333333vw;
    line-height: 1.3;
    margin: 8.5333333333vw auto 7.4666666667vw;
  }
}

#custom .referral .tire-acco-button p {
  margin-left: auto;
  margin: 0 auto;
}

#custom .referral .tire-acco-button:hover {
  opacity: 0.8;
}

#custom .referral .tire-acco-button.acco-button-finnesa {
  background: #ee7961;
  padding: 8px 0px 0 8px;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button.acco-button-finnesa {
    padding: 0 0 0 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button.acco-button-finnesa img {
    width: 67.6vw;
    height: 16vw;
  }
}

#custom .referral .tire-acco-button.acco-button-playz {
  background: #009de8;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button.acco-button-playz img {
    width: 56.9333333333vw;
    height: 15.7333333333vw;
  }
}

#custom .referral .tire-acco-button.acco-button-chr {
  background: #000;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button.acco-button-chr img {
    width: 56.9333333333vw;
    height: 15.7333333333vw;
  }
}

#custom .referral .tire-acco-button.acco-button-ecopia200 {
  background: #6bb42a;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button.acco-button-ecopia200 img {
    width: 68.6666666667vw;
    height: 16vw;
  }
}

#custom .referral .tire-acco-button .toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  #custom .referral .tire-acco-button .toggle {
    right: 1%;
  }
}

#custom .referral .tire-acco-button .toggle::before,
#custom .referral .tire-acco-button .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

#custom .referral .tire-acco-button .toggle::before {
  width: 15px;
  height: 3px;
}

#custom .referral .tire-acco-button .toggle::after {
  width: 3px;
  height: 15px;
}

#custom .referral .tire-acco-button.is-active .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}









#custom .referral .acco-wrap {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #custom .referral .acco-wrap {
    padding-bottom: 0;
  }
}

#custom .referral .acco-cont {
  display: none;
}

#custom .referral .tab-area {
  padding-bottom: 40px;
}

#custom .referral .p-topOnline {
  padding: 60px 0 40px;
  background :#FFF7F2
}


#custom .referral .p-topOnline .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin:0 auto;
  gap:20px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline {
    padding: 6.588579795vw 0 7.3206442167vw;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline {
    padding: 10.6666666667vw 0;
  }

  #custom .referral .p-topOnline .img-wrap .register--button {
    width: 80vw;
    display: block;
    margin: 0 auto;
  }

}

#custom .referral .p-topOnline__inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline__inner {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}

#custom .referral .p-topOnline__list {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  gap:20px;
  margin: 40px auto;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__list {
    width: 74.6705710102vw;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline__list {
    display: block;
    width: 89.0666666667vw;
  }
}

#custom .referral .p-topOnline__item {
  width: 320px;
  padding: 30px 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__item {
    width: 23.4260614934vw;
    padding: 2.196193265vw 1.4641288433vw;
    border-radius: 1.0980966325vw;
  }
}


@media screen and (max-width: 768px) {

  #custom .referral .p-topOnline__list {
    /*flex-direction: column;*/
    width: 89.0666666667vw;
  }
  
}


@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 89.0666666667vw;
    padding: 6.667vw 1.333vw;
  }

  #custom .referral .p-topOnline__item:nth-of-type(n+2) {
    margin-top: 4vw;
  }
}

#custom .referral .p-topOnline__itemContent {
  text-align: center;
}

#custom .referral .p-topOnline__itemImg {
  width: 112px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline__itemImg {
    width: 24vw;
    margin: 0;
  }
}

#custom .referral .p-topOnline__itemTxt01 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}




@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__itemTxt01 {
    font-size: 1.829vw;
    margin-top: 1.22vw;  
  }
}

#custom .referral .p-topOnline__itemTxt02 {
  margin-top: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

#custom .referral .p-topOnline__itemTxt02 sup {
  font-size: 0.6em;
  vertical-align: super;
}

#custom .referral .p-topOnline__itemTxt02 span {
  font-weight: 500;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__itemTxt02 {
    margin-top: 0.7320644217vw;
    font-size: 1.463vw;
  }

  #custom .referral .p-topOnline__list br.noSp {
    display: none;
  }

}


@media screen and (max-width: 768px) {

  #custom .referral .p-topOnline__list br.noSp {
    display: none;
  }

  #custom .referral .p-topOnline__itemTxt01 {
    font-size: 1.953vw;
  }
  
  #custom .referral .p-topOnline__itemTxt02 {
    font-size: 1.563vw;
  }

}


@media screen and (max-width: 767px) {

   #custom .referral .p-topOnline__itemTxt01 {
    font-size: 5.333vw;
    font-size: 5.3333333333vw;
    margin-top: 0;
    line-height: 1.3;
  }

  #custom .referral .p-topOnline__itemTxt02 {
    font-size: 3.733vw;
    font-size: 3.733vw;
    margin-top: 2.6666666667vw;
    line-height: 1.5;
  }

  #custom .referral .p-topOnline__itemTxt02 span {
    line-height: 3;
  }
}


#custom .referral .p-topOnline__itemLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 14px;
  text-decoration: underline;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__itemLink {
    font-size: 1.0248901903vw;
  }
}

@media screen and (max-width: 767px) {
  #custom .referral .p-topOnline__itemLink {
    font-size: 13px;
    font-size: 3.3854166667vw;
  }
}

#custom .referral .p-topOnline__ttl {
  margin-bottom: 56px;
  position: relative;
  display: table;
  margin: 0 auto 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

#custom .referral .p-topOnline__ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #FF5F3E;
  margin: 12px auto 0;
}

#custom .referral .p-topOnline__ttl_sub {
  display: block;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

#custom .referral .p-topOnline__ttl_lead {
  display: block;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
  #custom .referral .p-topOnline__ttl {
    font-size: 30px;
    margin-bottom: 20px;
    
  }
}

@media screen and (max-width: 767px) {
  
  #custom .referral .p-topOnline__ttl {
    font-size: 5.867vw;
    margin-bottom: 4vw;
    line-height: 1.3;
  }
  

  #custom .referral .p-topOnline__ttl_lead {
    font-size: 5.6vw;
    margin-bottom: 2.667vw;
  }

  #custom .referral .p-topOnline__ttl_sub {
    font-size: 4.8vw;
  }

}


@media print,
screen and (min-width: 769px) and (max-width: 1366px) {
}













@media screen and (max-width: 767px) {

}





/* ① グレーアウトの背景を画面全体に固定する */

/*#custom .referral::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, .6);
}
*/

/* ② メッセージも常に画面中央に追従させる（推奨） */
#custom .referral .p-topDone {
    position: fixed; /* absolute から fixed に変更 */
    top: 50%;        /* 290px から 50%（画面の縦中央）に変更 */
    left: 50%;
    z-index: 100;    /* z-indexが2箇所あったので100に統一 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 696px;
    height: 224px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #d63233;
    -webkit-transform: translate(-50%, -50%); /* 縦方向も-50%にして完全な中央配置に */
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* SP用のレスポンシブ調整 */
@media screen and (max-width: 767px) {
    #custom .referral .p-topDone {
        font-size: 26px;
        font-size: 6.7708333333vw;
        /* top: 52vw; ← 中央固定にする場合は不要になるため削除（または上書き） */
        top: 50%; 
        width: 89.0666666667vw;
        height: 34.1333333333vw;
    }
}










/* お友達紹介キャンペーン */
br.noPc {
  display: none;
}

@media screen and (max-width: 767px) {

  br.noPc {
    display: inline-block;
  }

  br.noSp {
    display: none;
  }

}




.mv .mv-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.mv .img-wrap {
  width: 400px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
}

@media screen and (max-width: 979px) {
  
  .mv .img-wrap {
    width: 70%;
    bottom: 15px;
  }

}

@media screen and (max-width: 767px) {

  .mv .img-wrap {
    width: 80vw;
    bottom: 22.667vw;
  }

  .mv .img-wrap > picture:first-child {
    width: 48vw;
  }

  .mv .mv-inner {
    position: relative;
    min-height: 228vw;
  }

}

.mv .img-wrap > img:first-child {
  margin-bottom: 5px;  
}

.mv .img-wrap > a {
  margin-bottom: 20px;
}

.mv .img-wrap > a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) { 
  
  .mv .img-wrap > a {
    margin-bottom: 10px;
  }

}


#custom .section-wrap.bg-green {
  background-color: #F1FFFB;
  position: relative; /* ドットを配置するために相対位置を指定 */
  padding: 60px 0 40px;
}

#custom .section-wrap.bg-green::after {

  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;  /* 始まりの位置（全体の10%右から、など自由自在） */
  width: 100%; /* ドットを敷きたい「一部分」の横幅 */
  height: 3px; /* ドットの太さ */
  
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='3'><circle cx='1.5' cy='1.5' r='1.5' fill='%23aaa'/></svg>");
  background-repeat: repeat-x;

}


@media screen and (max-width: 767px) { 

  #custom .section-wrap.bg-green::after {

    left: 5%;  /* 始まりの位置（全体の10%右から、など自由自在） */
    width: 90%; /* ドットを敷きたい「一部分」の横幅 */

  }

}


#custom .section-wrap.bg-green .img-wrap img {
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 767px) { 
  
  #custom .section-wrap.bg-green .img-wrap img {
    width: 90%;
    height: auto;
  }

}

#custom .section-wrap.target-area {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) { 

  #custom .section-wrap.target-area {
    padding: 8vw 0 16vw;
  }

}

#custom .section-wrap.target-area h2.target-area__ttl {
  position: relative;
  display: table;
  margin: 0 auto 20px auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

#custom .section-wrap.target-area h2.target-area__ttl::after {
content: "";
display: block;
width: 50px;
height: 4px;
background: #77DCC1;
margin: 12px auto 0;
}

#custom .section-wrap.target-area p.target-area__lead {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.section-wrap.target-area .img-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}

.section-wrap.target-area .img-wrap img {
  
}




@media screen and (max-width: 1100px) {

  .section-wrap.target-area .img-wrap {
    width: 90%;
  }

  .section-wrap.target-area .img-wrap img {
    max-width: 200px;
  }

}


@media screen and (max-width: 767px) {


  #custom .section-wrap.target-area h2.target-area__ttl {
    font-size: 5.867vw;
    text-align: center;
  }

  #custom .section-wrap.target-area p.target-area__lead {
    font-size: 4.533vw;
  }


  .section-wrap.target-area .img-wrap {
    flex-direction: column;
    gap:4.267vw;
  }

  .section-wrap.target-area .img-wrap img {
    max-width: 100%;
  }

}


.tab-area .img-wrap {
  display: flex;
  justify-content: center; 
  align-items: center;
  margin: 0 auto;
}


.tab-area .tab-wrap .tab-panel .card-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {

  .tab-area .img-wrap {
    width: 60%;
  }

  .tab-area .tab-wrap .tab-panel .card-wrap {
    flex-direction: column;
    gap: 5px;
  }

}

@media screen and (max-width: 1100px) {

  .tab-area .tab-wrap .tab-panel .card-wrap .introduce-card {
    width: 25vw;
  }
}

@media screen and (max-width: 767px) {

  .tab-area .tab-wrap .tab-panel .card-wrap .introduce-card {
    width: 95%;
    margin: 0 auto;
  }

}

.introduce-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .introduce-card-link {
    pointer-events: none;
    cursor: default;
  }
}

#custom .referral .content-asset h2.ttl {
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {

  #custom .referral .content-asset h2.ttl {
    font-size: 21px;
  }

}

#custom .referral .content-asset h2.ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #77DCC1;
  margin: 12px auto 0;
}

#custom .referral .content-asset .caution {
  max-width:1110px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#custom .caution .m-nav .m-accordion-head .m-accordion-head-btn {
  font-weight: 400;
}

#custom .referral .caution .m-nav .m-accordion-content {
  background: #fff;
  padding: 0 15px 15px 15px;
}

#custom .referral .caution .m-nav .m-accordion-content .m-nav-lower-list-item {
  
  list-style-position: outside;
  margin: 0 0 0 1.2em;
  padding-left: 0;
  text-align: left;
  box-sizing: border-box;
  overflow-wrap: break-word;
  position: relative;

}



#custom .referral .caution .m-nav .m-accordion-content .m-nav-lower-list-item::before {
  content: "•"; /* 本物のドット文字 */
  position: absolute;
  left: -1em;
  top: 0em;
  font-size: 1em;
}

  
#custom .referral .m-accordion-head-btn::after {
  background-image: url(../../../images/asset/lp/referral/icon_plus.svg);
}

#custom .referral .m-accordion.is-open .m-accordion-head-btn::after {
    background-image: url(../../../images/asset/lp/referral/icon_minus.svg)
}