/*特設ページ内のPOPUPは非表示*/

body {
    background-color: #FFF;
}

.banner.itemdetail_view_timer.is-show {
    display: none !important;
}

/* div#header {
    display: block;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

header img {
    width: 55%;
    margin: 0 auto;
    margin-top: 3%;
    display: block;
}

div#header h1 {
    display: table-cell;
    vertical-align:middle;
}

.c-header .inner-block {
    max-width: 100%;
    display: none;
} */

.fs-c-breadcrumb {
    margin-top: 5% !important;
}

.breadcrumb {
    margin-top: -28%;
}


@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {
        margin-top: 20% !important;
    }
}

.sp_none {
  display: none;
}

@media screen and (min-width:768px){

.sp_none {
  display: block;
}

}


/*----------↓↓↓全体共通↓↓↓--------------*/

.wrapper-tiktok_trivia {
    font-family: sans-serif, "Hiragino Kaku Gothic Pro", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, serif;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
}


.campaign-banner-block {
    display: none;
}



#header h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.header-nav__inner {
    display: none;
}

.wrapper-tiktok_trivia h1 {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 2%;
}

.visual img {
    margin-bottom: 10%;
}

.main-txt {
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 0 10%;
    margin-bottom: 10%;
    line-height: 1.8;
}

h3 {
    letter-spacing: -0.5px;
}

.-flex {
    display: flex;
}

@media only screen and (min-width: 641px) {

    .main-txt {
        font-size: 14px;
    }

}


/*----------section.top--------------*/

section.top {
    padding: 0 5%;
    margin-bottom: 15%;
}


section.top .mainTxt {
    font-size: 0.9rem;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2px;
    line-height: 1.75;
}

/*----------section.account--------------*/

.-flex {
  display: flex;
}

section.account {
  padding: 0 5%;
  margin-bottom: 10%;
}

section.account .-flex {
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin: 0 auto;
  border: 1px solid #d6d6d6;
  padding: 7% 4%;
  border-radius: 10px;
  width: 100%;
}

@media screen and (min-width:768px){

  section.account .-flex {
    width: 80%;
    padding: 4% 2%;
  }

}

section.account .-flex .-img {
 width: 40%;
}

@media screen and (min-width:768px){

  section.account .-flex .-img {
    width: 20%;
   }

}

section.account .-flex .-img img {
  width: 100%;
}

section.account .-flex .-detail h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.5px;
  line-height: 1.75;
}

section.account .-flex .-detail p {
  font-size: 0.7rem;
  font-weight: bold;
  color: #262626;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 8%;
}

.proBtn {
  width: 100%;
  padding: 3% 4%;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #FFF;
  background-color: #FE2C55;
  border: 1px solid #FE2C55;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.proBtn:hover {
  color: #FE2C55;
  background-color: #FFF;
}




/*----------section.mainWrap--------------*/

section.mainWrap {
  padding: 0 4% 15%;
}

section.mainWrap .-box {
  margin-bottom: 15%;
}

/*-----------mainWrap.box--------------*/

section.mainWrap .-box h2 {
  position: relative;
  padding: 3% 0% 4% 7%;
  color: #272727;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

section.mainWrap .-box h2::before,
section.mainWrap .-box h2::after {
  position: absolute;
  top: 0.7rem;
  height: 35px;
  content: '';
}

@media screen and (min-width:768px){

  section.mainWrap .-box h2::before,
  section.mainWrap .-box h2::after {
    position: absolute;
    top: 1.4rem;
  }

  section.mainWrap .-box h2 {
    padding: 3% 0% 4% 4%;
  }

}

section.mainWrap .-box h2::before {
  border-left: solid 4px #01f8ee;
  left: 0;
}

section.mainWrap .-box h2::after {
  border-right: solid 4px #fe2c55;
  left: 7px;
}


/*----------linkBox--------------*/

.linkBox {
  padding: 5% 6% 0;
}

.linkBox h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #272727;
  letter-spacing: 0.5px;
  line-height: 1.75;
}

.kwWrap {
  padding-top: 5%;
  padding-bottom: 4%;
  margin-bottom: 10%;
}

.kwWrap li {
  float: left;
  background-color: #fe2c55;
  border: 1px solid #fe2c55;
  color: #FFF;
  padding: 1% 4%;
  margin-right: 2%;
  margin-bottom: 3%;
  max-width: 60%;
  font-size: 0.9rem;
  border-radius: 50px;
}

.kwWrap li a {
  color: #FFF;
}


/*-----------section.sns--------------*/

section.sns {
  padding: 10% 5% 15%;
  background-color: #EFEFEF;
}

/*----youtube----*/

.youtube {
  margin-bottom: 10%;
}

.youtube p {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  margin-bottom: 2%;
  text-align: center;
}

.youtube a.-box.-flex {
  background-color: #FFF;
  padding: 5% 4%;
  justify-content: center;
  align-items: center;
  gap: 3%;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}

.youtube .-box.-flex .-img {
  width: 31%;
}

.youtube .-box.-flex .-img img {
  width: 100%;
}

.youtube .-name {
  border-bottom: 1px solid #272727;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/*----other----*/

.other {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10% 5%;
}

.other h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #272727;
  letter-spacing: 0.5px;
  line-height: 1.75;
  border-bottom: 2px solid #01F6EE;
  margin-bottom: 8%;
  text-align: left;
  display: inline-block;
}

.other .-box {
  margin-bottom: 15%;
}

.other .-box:last-child {
  margin-bottom: 0%;
}


.other .-box h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #8A8A8A;
  letter-spacing: 0.5px;
  line-height: 1.75;
  margin-bottom: 8%;
  text-align: left;
}

.other .-box .-flex {
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  margin-bottom: 10%;
  margin-left: 15px;
}

.other .-box .-flex:last-child {
  margin-bottom: 0%;
}

.other .-box .-flex h5 {
  font-size: 0.8rem;
  font-weight: bold;
}

.other .-box .-flex a {
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-decoration: underline;
}



/*----------↓↓↓ボタン↓↓↓--------------*/

.btn01 {
    padding: 10% 20%;
    display: block;
}

.btn01 {
    padding: 2% 4%;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 41px;
    color: #FFF;
    width: 86%;
    margin: 0 auto;
}

.c-btn01 {
    margin-bottom: 3%;
}

a.c-btn01.-blk {
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
}


.btn01.-rd {
    background: #db0f23;
}

.btn01.-blu {
    background: #2c3658;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-gry {
    background: #333333;
    letter-spacing: 0.75px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.btn01.-org {
    background: #e06e1d;
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
}

.wrapper-tiktok_trivia .more-btn.abs {
    bottom: 5px;
}

.wrapper-tiktok_trivia .pagetop {
    background: #e06e1d;
}




/*TOPスクロール*/

.pagetop {
    cursor: pointer;
    position: fixed;
    right: 19px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    /* border-radius: 50%; */
    transition: .3s;
    color: #FFF;
    background: #c41230;
    opacity: 0;
    z-index: 30;
    text-transform: uppercase;
    font-weight: 500;
}


.pagetop img {
    width: 50%;
}

.wrapper-tiktok_trivia iframe {
    width: 100%;
    height: 212px;
}


/*section-special*/

.section.special {
    padding: 10% 3% 10%;
}

.special-tlt h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4%;
}

.section.special img{
    margin-bottom: 5%;
} 

.section.special.-archive .-box{
    margin-bottom: 5%;
    text-align: center;
} 

.section.special.-archive h5{
    font-weight: bold;
} 

.section.special.-archive img{
    margin-bottom: 1%;
} 


/*fade-in */

/* .fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}


.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

a.c-btn01.mt10 {
    margin-top: 10px;
} */



/*----------↓↓↓PC表示↓↓↓--------------*/

@media screen and (min-width:768px){

body {
    padding-top: 0%;
}

.wrapper-tiktok_trivia {
    max-width: 800px;
    margin: 0 auto;
}

/* .hamburger {
    top: 25px;
} */

/* header img {
    margin: 0 auto;
    margin-top: 1%;
    display: block;
    max-height: 60px;
    max-width: 300px;
} */

/* .c-header {
    height: 71px;
} */

section.visual {
    padding-top: none;
}


.real a::after {
    right: 23px;
}

.online a::after {
    right: -23px;

}


nav.sp-nav {
    padding: 0% 32%;
}

.sp-nav ul {
    padding: 18% 0;
}


nav.fs-c-breadcrumb {
    padding: 0 20%;
}


}