/* ==========================
common
============================= */

:root {
    --color--black--primary: #000000;
    --color--black--secodary: #333333;
    --color--grey--primary: #666666;
    --color--grey--secondary: #999999;
    --color--w-grey--primary: #CCCCCC;
    --color--w-grey--secondary: #E5E5E5;
    --color--red:#FF0033;
    --color--yellow:#FDF029;
    --color--blue:#3399FF;
    --font--corporate-logo: "corporate-logo-ver2", sans-serif;
    --font--bold: 700;
    --font--normal: 500;
    --bgColor--white--085:rgba(255,255,255,0.85);
}

.translucent{
    opacity: 0.5;
}

header#header{
    position: relative;
    z-index: 999;
}


.creatrosCampaignTCG img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.creatrosCampaignTCG a.link{
    color: var(--color--black--primary);
    text-decoration: underline;
}

/* ==========================
creatrosCampaignTCG
============================= */

.creatrosCampaignTCG{
    position: relative;
    max-width: 540px;
    margin: 0 auto 30px;
}

.creatrosCampaignTCG .creatrosCampaignTCG__containr{
    position: relative;
    z-index: 5;
}

/* ループ */
.creatrosCampaignTCG .loop__wrap {
    display: flex;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 150vw;
    height: 200vh;
    background-repeat: repeat;
    background-size: 100%;
    background-position: 0 0;
    animation: touka 2s linear forwards,slide_img 170s linear infinite;
    background-image: url("../../../img/lp/creators_campaign_tradingcard/bg-item.png");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

@keyframes touka{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}


@keyframes slide_img {
    100% {
        background-position: 10000px;
    }
}

/* ==========================
hero
============================= */

.hero{
    z-index: 10;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.hero__bg{
    content: "";
    z-index: 1;
    width: 100vw;
    height: 2400px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    background: url(../../../img/lp/creators_campaign_tradingcard/hero-bg.png) no-repeat;
    background-size: cover;
}

.hero__inner{
    z-index: 8;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 30px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.hero__arrow {
    position: relative;
    top: 50px;
}


.hero__label img{
    width: calc(987px / 3);
}
.hero__main img{
    width: calc(1035px / 3);
}
.hero__description img{
    width: calc(973px / 3);
}
.hero__arrow img{
    width: calc(149px / 3);
}




/* ==========================
creators
============================= */

.creators{
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;

}

.creators .gradation{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 100%);
    background: -webkit-linear-gradient(top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 85%) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgb(255 255 255 / 85%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#D9ffffff',GradientType=0 );
    height: 300px;
    width: 100%;
    position: absolute;
    top: -300px;
}

.creators__inner{
    padding: 15px 0 30px;
    background: var(--bgColor--white--085);
}

.creators__head{
    display: flex;
    align-items: center;
    gap:10px;
    padding-left: 10px;
}

.creators__icon{
    max-width: 90px;
    max-height: 90px;
}

.creators__info{
    display: grid;
    align-items: center;
    gap: 7px;
    width: 100%;
    padding: 10px 0;
    font-family: var(--font--corporate-logo);
}

.creators__info .c-status{
    padding: 5px 0 5px 7px;
    background: var(--color--red);
    color: var(--color--yellow);
    font-size: 1.5rem;
    font-weight: var(--font--bold);
}

.creators__info .c-name{
    color: var(--color--black--primary);
    font-size: 2.8rem;
    font-weight: var(--font--bold);
}

.creators__info .c-date{
    color: var(--color--black--primary);
    font-size: 1.3rem;
    font-weight: var(--font--bold);
}

.creators__item{
}


.btn__box{
    margin: 15px 35px;
}

.btn__item{
    margin-bottom: 15px;
}

.btn__item .btn__type1 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    font-family: var(--font--corporate-logo);
    font-size: 1.6rem;
    font-weight: var(--font--bold);
}

.btn__item .btn__tweet {
    background-image: url(../../../img/campaign/cam-btn-icon-1-20190520.png);
    background-color: var(--bgColor--white--085);
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-position: left 12px center;
    border: 2px solid var(--color--blue);
    color: var(--color--blue);
}

.btn__item .btn__apply {
    color: #fff;
    background-image: url(../../../img/campaign/cam-btn-icon-2-20190520.png);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left 15px center;
}

.btn__item .btn__apply.disable{
    opacity: 0.5;
    background-color: var(--color--grey--secondary)
}

.btn__item .btn__apply.enable{
    background-color: var(--color--red);
}

.btn__item .btn__apply.end{
    background-color: var(--color--grey--secondary)
}

.btn__item .btn__apply.result{
    background-color: var(--color--red);
}

.btn__item.appStore{
    display: flex;
    gap: 10px;
    margin: 10px 0 15px;
}

.btn__txt__announce{
    margin: 10px 0;
    color: var(--color--black--primary);
    text-align: center;
    font-family: var(--font--corporate-logo);
    font-weight: var(--font--normal);
}

.crators__video{
    margin: 0 33px;
}

.crators__video__inner iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* ==========================
t-now
============================= */

.t-now .creators__info .c-status span{
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.t-now .creators__info .c-status span::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-left: 5px;
    background: var(--color--yellow);
}

/* ==========================
t-before
============================= */

.t-before .creators__head.disapprove .creators__icon{
    content: "";
    margin: 5px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: var(--color--w-grey--primary);
}

.t-before .creators__head.approve .c-status,
.t-before .creators__head.disapprove .c-status
{
    padding-left: 0;
    background: none;
}

.t-before .creators__head.approve .c-status span{
    padding: 5px 7px;
    background: var(--color--black--primary);
    color: #fff;
}

.t-before .creators__head.disapprove .c-status span{
    padding: 5px 7px;
    background: var(--color--w-grey--primary);
    color: var(--color--grey--primary);
}

.t-before .creators__head.disapprove .c-name{
    color: var(--color--w-grey--primary);
}

/* ==========================
t-after
============================= */

.t-after .creators__head .c-status
{
    padding-left: 0;
    background: none;
}

.t-after .creators__head .c-status span{
    padding: 5px 7px;
    background: var(--color--w-grey--primary);
    color: var(--color--grey--primary);
}


/* ==========================
note
============================= */

.note__inner{
    padding: 15px 35px 30px;
    background: var(--bgColor--white--085);
}

.note__title{
    margin-bottom: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
}

.note__list{
    margin-bottom: 15px;
}

.note__list .n-item{
    margin-bottom: 3px;
    font-size: 1.1rem;
    line-height: 1.3;
    padding-left:1em;
	text-indent:-1em;
}

.note__list .n-item-type2{
    margin-bottom: 3px;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* --- tiktok --- */
/*アコーディオン全体*/
.crators__video__tiktok{
    z-index: 10;
    position: relative;
}

.crators__video__tiktok .accordion-area {
    list-style: none;
    margin: 15px 35px;
}

.crators__video__tiktok .accordion-area li {
    margin: 10px 0;
}

.crators__video__tiktok .accordion-area section {
    border-radius: 8px;
    background: #fff;
}

/*アコーディオンタイトル*/
.crators__video__tiktok .accordion-area .title {
    position: relative;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: bold;
    font-weight: 600;
    padding: 0 40px;
    background: #000;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
}

/*アイコンの＋と×*/
.crators__video__tiktok .accordion-area .title::before,
.crators__video__tiktok .accordion-area .title::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #fff;

}

.crators__video__tiktok .accordion-area .title::before {
    top: 48%;
    left: 16px;
    transform: rotate(45deg);

}

.crators__video__tiktok .accordion-area .title::after {
    top: 48%;
    left: 21px;
    transform: rotate(-45deg);

}

/*アコーディオンで現れるエリア*/
.crators__video__tiktok .accordion-area .box {
    display: none;
    /*はじめは非表示*/
    background: #fff;
}

.crators__video__tiktok .tiktok-embed {
    transform: scale(0.85);
    margin: -30px auto;
    left: -3px;
}
