@font-face  {
	font-family: 'Pretendard JP Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('https://abyssdia.cdn.toastoven.net/web/real/sp/font/PretendardJPVariable.woff2') format('woff2-variations');
}

* {
  font-family: 'Pretendard JP Variable', sans-serif;
  margin:0; 
  padding:0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none; 
  border:none;
  list-style: none;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 5.5rem;
  scroll-behavior: smooth;
  height: 100%;
}

body{
  height: 100%;
}

body.ja {
  --creator-main-bnr:url(../img/img_main_visual_jp.jpg);
  --creator-main-bnr-sp:url(../img/img_main_visual_sp_jp.jpg);
  --bg-footer-logo:url(../img/bg_footer_logo_jp.png);
}

.blind {
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* Main page */
.creator-main {
  position: relative;
  font-size: 0;
  width: 100%;
  background: var(--creator-main-bnr-sp) no-repeat left top;
  background-size: contain;
}

.creator-main:after {
  content: '';
  display: block;
  padding-top: 64%;
}

.creator-main .main-logo {
  left: 1.042vw;
  top: 0.417vw;
  position: absolute;
  height: 5.208vw;
  width: 14.74vw ;
}

.creator-content {
  color: #222;
  max-width: 116rem;
  margin: 3.2rem 0 5.2rem;
  padding: 0 2.4rem;
}

.creator-content .content-item +.content-item {
  margin-top: 3.2rem;
}

.creator-content .content-item .item-ttl {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2rem;
  background: url(../img/bg_star.png) no-repeat left;
  background-size: 2rem;
  padding-left: 2.4rem;
}

.creator-content .content-item .item-info {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.creator-content .content-item ul.item-eligible {
  border-radius: .6rem;
  border: .1rem solid #A895BA;
  background: #F8F4FC;
  padding: 1rem 3rem 1rem 1.5rem;
  margin-top: 1.4rem;
}

.creator-content .content-item ul.item-eligible li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../img/bg_eligible.png) no-repeat left 0.4rem;
  background-size: 1.3rem;
  padding-left: 2.3rem;
}

.creator-content .content-item ul.item-eligible li+li {
  margin-top: 0.8rem;
}

.creator-content .content-item ul.item-notice  {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2rem;
  border: .1rem solid #A895BA;
  border-radius: .6rem;
  background: #F8F4FC;
  padding: 2.2rem 1.3rem 3.6rem 3.2rem;
}

.creator-content .content-item ul.item-notice li {
  list-style: square;
}

.creator-content .content-item ul.item-notice li +li {
  margin-top: 1.1rem;
}

.creator-content .content-item .em-bg {
  color: #FFF;
  background-color: #A069DA;
  font-weight: 500;
}

.creator-content .content-item .em-txt {
  color: #A069DA;
  font-weight: 600;
}

.creator-content .content-item .em-link {
  color: #A069DA;
  text-decoration: underline;
  font-weight: 700;
  margin-top: .4rem;
  display: inline-block;
}

.common-btn {
  max-width: 28rem;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 5.6rem;
  margin: 5.2rem auto;
  border-radius: .6rem;
  background: linear-gradient(0deg, #A069DA 0%, #A069DA 100%);
  text-align: center;
}

.common-btn[disabled]{
  background: #989BA3;
  color: #E3E6ED;
  pointer-events: none;
}

.common-btn.result{
  margin: 3.2rem auto 5.2rem;
}

.email-success .common-btn.result,
.email-failure-1 .common-btn.result,
.email-failure-2 .common-btn.result{
  background: #222;
}

.br-pc {
  display: none;
}

footer{
  position: sticky;
  top: 100vh;
  top: 100dvh;
}

.footer-con-wrap {
  background: #222;
}

.footer-con {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  background: #222;
  padding: 1.8rem 0;
}

.footer-con .con-lc {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

.footer-con ul.con-policy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2.4rem;
  font-size: 1rem;
}

.footer-con ul.con-policy li {
  position: relative;
  padding: 0 1rem;
}

.footer-con ul.con-policy li a {
  color: #FFF;
}

.footer-con ul.con-policy li:nth-child(1) {
  width: 100%;
  text-align: center;
}

.footer-con ul.con-policy li:nth-child(2) {
  padding-left: 0;
}

.footer-con ul.con-policy li:nth-child(3) {
  padding-right: 0;
}

.footer-con ul.con-policy li:first-child:before {
  display: none;
}

.footer-con ul.con-policy li:last-child::before {
  display: none;
}

.footer-con ul.con-policy li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 1.2rem;
  width: .1rem;
  background: #5C5C5C;
}

.footer-con .logo {
  display: block;
  width: 13.8rem;
  height: 3.8rem;
  background: var(--bg-footer-logo) no-repeat center;
  margin-right: 0.8rem;
  background-size: 100%;
}

.footer-con .con-lc .copy-righr {
  font-size: 1rem;
  line-height: 2.4rem; 
  letter-spacing: -0.028rem;
}

/* Apply page */
.apply-main {
  font-size: 0;
  width: 100%;
  background: url(../img/bg_apply_main_sp.jpg) no-repeat left top;
  background-size: cover;
  text-align: center;
  position: relative;
}

.apply-main:before {
  content: '';
  display: block;
  padding-top: 53.3%;
}

.apply-main-ttl {
  color: #222;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.088rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: 100%;
}

.apply-step {
  max-width: 80rem;
  margin: 3.2rem auto 0;
  color: #222;
  padding: 0 2.4rem;
  box-sizing: content-box;
}

.apply-conten .step-con {
  margin-bottom: 6.2rem;
}

.apply-step .step-ttl {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 2.8rem;
}

.apply-step .agree-area {
  margin-top: 2.2rem;
}

.apply-step .agree-area input[type=checkbox] {
  display: none;
}

.apply-step .agree-all > label {
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
}

.apply-step .agree-all > label::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_all_check.png) no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  background-size: contain;
}

.apply-step .agree-all > label span {
  display: block;
  width: calc(100% - 3rem);
}

.apply-step .agree-all input[type=checkbox]:checked + label::before {
  background: url(../img/icon_all_checked.png) no-repeat;
  background-size: contain;
}

.apply-step .agree-item-area {
  border-radius: .6rem;
  border: .1rem solid #D2D6E0;
  background: #F5F1F9;
  margin-top: 1.2rem;
  padding: 2rem;
}

.apply-step .agree-item-area ul.item-list .item-con input[type=checkbox] {
  display: none;
}

.apply-step .agree-item-area ul.item-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.apply-step .agree-item-area ul.item-list li + li {
  margin-top: 1.2rem;
}

.apply-step .agree-item-area ul.item-list li > .details {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #A069DA;
  text-decoration: underline;
  margin-left: 3.2rem;
}

.item-con {
  width: 100%;
}

.item-con > label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

.item-con > label::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_item_check.png) no-repeat;
  width: 2rem;
  height: 2rem;
  vertical-align: bottom;
  align-self: flex-start;
  margin: 0.2rem 1.2rem 0 0;
}

.item-con input[type=checkbox]:checked + label::before {
  background: url(../img/icon_item_checked.png) no-repeat;
}

.item-con > label span {
  display: block;
  width: calc(100% - 3.2rem);
  line-height: 2.4rem;
}

.apply-step .step-ttl:nth-of-type(2) {
  border-top: .1rem solid #D2D6E0;
  padding-top: 5.6rem;
  margin-top: 3.2rem;
  margin-bottom: 4.4rem;
}

.apply-step .input-area .input-item-wrap {
  margin: 2.4rem 0 3.2rem;
  display: flex;
  flex-wrap: wrap;
}

/* 250411 start */
.apply-step .input-area .input-item-wrap.email .input-note.warning{
  color: #EF3E41;
}
.apply-step .input-area .input-item-wrap.email input[type=text][disabled] {
  border: .1rem solid #D2D6E0;
  background: #E3E6ED;
  color: #989BA3;
}

.apply-step .input-area .input-item-wrap.email .input-time-con{
  display: flex;
  align-items: center;
  position: relative;
}

.apply-step .input-area .input-item-wrap.email .btn-confirm[disabled]{
  border: 0.1rem solid #989BA3;
  background: #989BA3;
  color: #E3E6ED;
}

.apply-step .input-area .input-item-wrap.email .input-item .time {
  color: #EF3E41;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

/* 250411 end */

.apply-step .input-area .input-item {
  position: relative;
  width: 100%;
}

.apply-step .input-area .input-item + .input-item {
  margin-top: 2.4rem;
}

.apply-step .input-area .input-item .warning {
  color: #EF3E41;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-top: .4rem;
}

.apply-step .input-area .input-item .input-note {
  color: #222;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: .4rem;
}

.apply-step .input-area .input-item .warning.note-hide {
  visibility: hidden;
}

.apply-step .input-area .input-item-ttl {
  position: relative;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.2rem; 
  display: inline-block;
}

.apply-step .input-area .input-item-ttl::after {
  content: "*";
  position: absolute;
  top: 0;
  right: -1.3rem;
  color: #A069DA;
  font-size: 1.6rem;
  font-weight: 600;
}

.apply-step .input-area .input-item-ttl{
  margin-bottom: 1.2rem;
}

.apply-step .input-area input[type=text] {
  width: 100%;
  border-radius: .4rem;
  border: .1rem solid #D2D6E0;
  background: #FFF;
  height: 4.4rem;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
}

.result-con .result-confirm,
.apply-step .apply-btn {
  padding: 1.4rem 0;
  border-radius: .6rem;
  background: #A069DA;
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2.8rem;
  display: block;
  margin: 5.2rem auto;
  max-width: 28rem;
  text-align: center;
}

.apply-step .btn-confirm {
  border-radius: 0.4rem;
  border: .1rem solid #A069DA;
  background: #A069DA;
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 4.8rem;
  font-weight: 600;
  width: 20rem;
  height: 4.8rem;
  margin: 1.6rem auto 0;
}

.select-group {
  width: 100%;
  position: relative;
  font-size: 2.8rem;
  color: #333;
}

.select-group .txt-select {
  position: relative;
  height: 4.4rem;
  line-height: 4.4rem;
  display: block;
  padding: 0 5rem 0 2rem;
  border-radius: 0.4rem;
  border: .1rem solid #D2D6E0;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.select-group .txt-select:after {
  content: '';
  display: block;
  width: 1.4rem;
  height: 0.8rem;
  background: url('../img/icon_sel_arrow.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0, -50%) rotate(180deg);
  transition: .3s;
}

.select-group.active .txt-select:after {
  transform: translate(0, -50%) rotate(0deg);
}

.select-group.active .txt-select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-group .select-vle {
  color: #000;
  font-size: 1.6rem;
  line-height: 4.4rem;
  display: block;
}

.select-group.active .select-content {
  display: block;
}

.select-group .select-content {
  display: none;
  position: absolute;
  top: calc(100% - 0.1rem);
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border: .1rem solid #D2D6E0;
}

.select-group .select-content ul {
  overflow-y: auto;
  overflow-x: hidden;
}

.select-group .txt-select.active~.select-content {
  display: block;
  animation: show .3s;
  animation-fill-mode: forwards;
}

.select-group .select-content li {
  height: 4.2rem;
  line-height: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-group .select-content li a {
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.select-group .select-content li a:hover {
  color: #000;
  background: #F5F1F9;
}

.select-group.warning-tip .txt-select {
  border: .1rem solid #ff0000;
}

.select-group.disabled .txt-select {
  background: #eee;
  color: #999;
  pointer-events: none;
}

.select-group.disabled .select-vle,
.select-group.disabled .txt-select:after {
  opacity: .4;
}

  /* result */
  .result-con{
    max-width: 80rem;
    text-align: center;
  }

  .result-con .result-ttl{
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 2.8rem;
    color: #222;
    margin: 4.1rem auto 3.2rem;
  }

  .result-con .result-info{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 0 2.5rem;
  }

  .result-con .result-info .em-link{
    color: #A069DA;
    text-decoration: underline;
    font-weight: 600;
  }

  /* popup */
  .popup-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.8rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
  }

  .popup-con{
    border-radius: .4rem;
    background: #FFF;
    min-width: 34rem;
    padding: 3.2rem 2rem 0;
    text-align: center;
  }

  .popup-con .popup-ttl{
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.4rem;
    margin-bottom: 3.2rem;
    color: #222;
  }

  .popup-con .popup-info{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem; 
    letter-spacing: -0.024rem;
    text-align: left;
    min-height: 22.8rem;
    overflow-y: auto;
    margin-top: .8rem;
  }

  .popup-con .popup-info iframe{
    width: 100%;
    height: 24.4rem;
  }

  .popup-con .popup-btn{
    display: block;
    max-width: 28rem;
    line-height: 5.6rem;
    color: #FFF;
    background: #222;
    border-radius: .6rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 3.4rem auto;
  }

  .black-mask-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
  }

@media screen and (min-width: 2560px) {
  .creator-main{
    aspect-ratio: 256/60;
    height: auto !important;
    background-size: cover !important;
  }
}

@media screen and (min-width: 768px) {

  body{
    min-width: 128rem;
  }

  .item-con > label span {
    display: block;
    width: calc(100% - 4rem);
    line-height: 2.4rem;
  }

  .result-con .result-info{
    font-size: 1.4rem;
  }

  .result-con .result-ttl{
    margin: 13rem auto 3.6rem;
  }

  .common-btn {
    display: block;
    max-width: none;
    min-width: 22rem;
    width: fit-content;
    font-size: 2.4rem;
    line-height: 7rem;
    padding: 0 2.9rem;
    text-align: center;
  }

  .common-btn.creator{
    margin: 10.8rem auto 11.1rem;
  }

  .common-btn.apply{
    margin: 6.2rem auto 6.5rem;
    font-size: 2rem;
  }

  .common-btn.result{
    margin: 3.6rem auto 28.8rem;
  }

  .creator-main {
    background: var(--creator-main-bnr) no-repeat center top;
    height: 60rem;
  }

  .creator-main:after {
    display: none;
  }
  
  .creator-content {
    margin: 10rem auto 0;
    padding: 0 3rem;
  }

  .creator-content .content-item li:first-child .em-link{
    margin-top: .6rem;
  }

  .creator-content .content-item +.content-item {
    margin-top: 5.2rem;
  }

  .creator-content .content-item .item-ttl {
    line-height: 2.9rem;
    background-size: 2.9rem;
    padding-left: 3.9rem;
  }

  .creator-content .content-item .item-info {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
  }

  .creator-content .content-item ul.item-eligible li {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    background-size: 1.7rem;
    padding-left: 3rem;
  }

  .creator-content .content-item ul.item-notice  {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 4.1rem 6rem 6.5rem 7.8rem;
  }

  .footer-con {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    background: #222;
    padding: 5rem 2.4rem;
    max-width: 120rem;
    margin: 0 auto;
  }

  .footer-con ul.con-policy {
    flex-wrap: nowrap;
    font-size: 1.4rem;
  }

  .footer-con ul.con-policy li:nth-child(1) {
    width: auto;
    text-align: left;
  }

  .footer-con ul.con-policy li:nth-child(1):before {
    display: block;
  }

  .footer-con ul.con-policy li:nth-child(2) {
    padding-left: 1rem;
  }

  .footer-con .con-lc {
    flex-direction: row;
    margin-top: 0;
  }

  .footer-con .con-lc .copy-righr {
    font-size: 1.4rem;
    line-height: 2.4rem; 
    letter-spacing: -0.028rem;
  }

  .br-sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .creator-content .content-item ul.item-eligible{
    padding: 1.7rem 0 1.7rem 5.2rem;
  }

  .creator-content .content-item ul.item-notice li{
    line-height: 2.4rem;
  }

  .creator-content .content-item ul.item-notice li +li {
    margin-top: 1.9rem;
  }

  .creator-content .content-item .em-txt {
    font-weight: 800;
  }

  .creator-content .content-item .em-bg {
    font-weight: 700;
  }

  /* Apply page */
  .apply-main {
    background: url(../img/bg_apply_main.jpg) no-repeat left top;
    background-size: cover;
  }
  
  .apply-main:before {
    padding-top: 20.8%;
  }

  .apply-main-ttl {
    font-size: 4.4rem;
    bottom: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .apply-step {
    margin: 13.3rem auto 0;
  }

  .apply-step .step-ttl {
    line-height: 2.4rem;
  }

  .apply-step .agree-area {
    margin-top: 5.3rem;
  }

  .apply-step .agree-item-area {
    margin-top: 1.8rem;
    padding: 2.4rem 4.7rem 2.6rem 4.5rem;
  }

  .apply-step .agree-item-area ul.item-list li + li {
    margin-top: 2.1rem;
  }

  .apply-step .agree-item-area ul.item-list li > .details {
    font-size: 1.4rem;
  }

  .apply-step .input-area .input-item + .input-item{
    margin-top: 4rem;
  }

  .apply-step .input-area .input-item .warning{
    font-size: 1.4rem;
    margin-top: .2rem;
  }

  .apply-step .input-area .input-item .input-note{
    font-size: 1.4rem;
    margin-top: .2rem;
    line-height: 2.4rem;
  }

  .apply-step .input-area .input-item-wrap{
    margin: 4rem 0;
  }

  .item-con {
    width: calc(100% - 11rem);
  }

  .item-con > label {
    font-size: 1.4rem;
  }

  .item-con > label::before {
    margin-right: 2rem;
  }

  .item-con input[type=checkbox]:checked + label::before {
    background: url(../img/icon_item_checked.png) no-repeat;
  }

  .apply-step .step-ttl:nth-of-type(2) {
    padding-top: 7.7rem;
    margin-top: 9.2rem;
    margin-bottom: 4rem;
  }

  .apply-step .input-area .input-item-ttl {
    width: max-content;
  }

  .apply-step .input-area .input-item-ttl {
    margin-bottom: 1.7rem;
  }

  .result-con .result-confirm,
  .apply-step .apply-btn {
    padding: 2.1rem 0;
    margin: 6.2rem auto;
    max-width: 22rem;
  }

  .apply-step .input-area .input-item-wrap {
    flex-wrap: nowrap;
  }

  .apply-step .input-area .input-item-wrap .input-item {
    width: calc(100% - 21rem);
  }
  
  .apply-step .btn-confirm {
    margin: 3.8rem 0 0 1rem;
    cursor: pointer;
    height: 4.4rem;
    line-height: 4.4rem;
  }

  /* result */
  .result-con{
    margin: 0 auto;
  }

  /* popup */
  .popup-con{
    width: 56rem;
    padding: 2.6rem 6.5rem 0;
  }

  .popup-con .popup-ttl{
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 2.8rem;
    padding: 2.8rem 0;
    margin-bottom: 0;
  }

  .popup-con .popup-info{
    margin-top: 1rem;
    min-height: 24.4rem;
  }

  .popup-con .popup-btn{
    max-width: 20rem;
    line-height: 4.4rem;
  }

  .apply-step .agree-all > label::before{
    width: 2.4rem;
    height: 2.4rem;
  }

}

@media screen and (max-width: 350px) {
  .creator-content .apply-btn {
    font-size: 1.4rem;
  }

  .footer-con ul.con-policy li:nth-child(2) {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .footer-con ul.con-policy li:nth-child(2):after {
    display: none;
  }
}