@charset "utf-8";

/*---------------------------------
*
*ナンバーワン
*
----------------------------------*/
:root {
  --section-inner-z-index: 6;
}

.l-main {
  container-name: lmain;
  container-type: inline-size;
}

.l-section {
  position: relative;
  z-index: 1;
}

.l-section-inner {
  position: relative;
}


.sec-h1 {
  width: 100%;
  padding-bottom: 9.8%;
  background: url(../img/no1_top_bg.webp) no-repeat center bottom / 100% auto, #fff;
}

.sec-h1-top {
  width: 100%;
  padding-bottom: 9.8%;
  background: #fff;
}

.top-h1{
  width: 81%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 2%;
}

.top-h1 img{
  width: 100%;
  margin: 0 auto;
}

.logo-img {
  width: 100%;
}


.sec-h1 .border-box {
  width: 81%;
  padding: 0 0 0;
  margin: 9% auto 0;
  position: relative;
  z-index: 0;
}

.sec-h1 .border-box__inner .text{
  padding: 16px;
}

.sec-h1 .btn-wrap {
  margin-top: 6.66%;
}


.content-bg {
  padding-top: 0;
  background-image: url(../img/no1_bg.webp),url(../img/no1_grass_body.webp);
  background-position: center top -48cqw,center top;
  background-size: 100% auto,100% auto;
}


.border-box--body {
  padding: 0;
}


.button-9th {
  min-width: auto;
  max-width: 430px;
  width: calc(100% - 32px);
}

.border-box--bottom {
  padding-top: 4%;
}

.sec-about, .sec-notice,.footer-to-top-wrap {
    background: url(../../img/top_no1_grass_body.webp) center center / 100% auto;
}

/*---------------------------------
*タブ
----------------------------------*/

.tab-button {
  position: relative;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  margin: 0 auto;
  gap: 8px;
  top: 21px;
  z-index: 0;
}
.tab-button__item {
  padding: 3% 0 9.5%;
  border: min(5px, 1cqw) solid var(--color-border);
  box-shadow: inset 0 0 0 3px #FFE54A;
  border-radius: min(30px, 3cqw) min(30px, 3cqw) 0 0;
  background: #fff;
  flex: 1 1 auto;
  position: relative;
}
.tab-button__item.is-active {
  background-color: var(--color-font);
  top:0;
  margin-top: -7%;

}
.tab-button__item img{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.tab-content {
  position: relative;
  z-index: 1;
}
.tab-content__item {
  display: none;
}
.tab-content__item.is-active {
  display: block;
}


/*--------*/


.l-main {

}

img {
  max-width: 100%;
  height: auto;
}

button {
  box-shadow: none;
}

button:focus {
  outline:none;
}

.cookie-full {
  display: none;
}

@media screen and (min-width: 769px),print {
  html {
    font-size: 10px;
    scroll-padding-top: auto;
  }
  .tab-button {
    top: 27px;
  }

}



@media (min-width: 1600px) {
  .tab-button {
    top: 34px;
  }
}

.section-vote {
  width: calc(100% - 20px);
  margin: 0 auto;
}

.title {
  margin: 16px auto 8px;
  font-weight: bold;
  font-size: clamp(14px, 3vw, 22px);
}

.titleSubject {
  margin: 16px auto 8px;
  padding-left: 8px;
  line-height: 1.1;
  font-size: clamp(16px, 3.3vw, 24px);
  border: none;
  border-left: 5px solid var(--color-font);
  position:relative;
}
.titleSubject::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid var(--color-font);
  border-width: 4px 4px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 10px;
}
.titleSubject.is-active::after {
  transform: rotate(-45deg);
  top: 25%;
}
.titleSubject.large-cat-ttl {
  cursor: pointer;
}
.titleSubjectSub {
  margin: 16px 0 8px;
  font-size: 1.66rem;
}

.vote-ttl {
  margin-bottom: 7%;
  text-align: center;
  font-size: clamp(14px, 3vw, 22px);
}

.icon-pota {
    padding-left: 2.2em;
    background: url(../img/icon_pota.svg) no-repeat left center / 1.8em auto;
}
.pageLinkSection {
  margin-bottom: 32px;
}

.pageLinkWrap a {
  padding: 2px 0 2px;
  display: inline-block;
  font-size: clamp(16px, 3.3vw, 18px);
  margin-right: 16px;
}

.pageLinkWrap a::after {
  content: '\0ab';
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 1.2em;
}

.tohyoGroup > div {
  margin-top: 32px;
  border: 3px solid var(--color-font);
  border-radius: 10px;
  overflow: hidden;
}

.tohyoGroup dd {
  padding: 16px 8px 0;
  margin-bottom: 0;
  background: #fff;
}

.bgTitle {
  width: 100%;
  margin: 0 0 0;
  padding: 16px;
  background:var(--color-font);
  color: #fff;
  font-weight: bold;
  font-size: clamp(16px, 3.3vw, 24px);
  line-height: 1.1;
}


.tohyoList {
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: start;
}

.tohyoList li {
  width: 100%;
  height: 100%;
}

.tohyoList--campaign {
  grid-template-columns: repeat(2, 1fr);
}

.tohyoList li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.figCaption {
  text-align: center;
  font-size: clamp(12px, 3.3vw, 16px);
  padding: 0.5em 0;
  color: var(--color-font);
}

.tohyoList--campaign .figCaption {
  text-align: left;;
}

.tohyoList__text {
  display: block;
}

.tohyoList__text li {
  margin-bottom: 16px;
}

.tohyoList__text .figCaption{
  text-align: left;
}

.tohyoBtn {
  /* pointer-events: none; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  margin: 0 auto 0;
  font-size: 16px;
  /* font-weight: bold; */
  cursor: pointer;
  color:#333;
  background: none;
  padding: 4px;
}

.tohyoBtn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.text-searchWrap-caption {
  text-align: left;
  font-size: clamp(14px, 3.3vw, 18px);
  margin-left: 10px;
  margin-bottom: 16px;
}

.searchWrap {
  width: 100%;
  height:  42px;
  /* position:sticky;  */
  top: 3.33rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 0 auto;
}

.searchWrap.is-fixed {
  /* width: calc(100% - 2.66rem);
  left: 1.33rem; */
  width: calc(100% - 20px);
  position: fixed;
  top: 56px;
  left: 10px;
}
.inputWrap {
  width: 100%;
  border: 2px solid var(--color-font);
  background: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.searchWrap input {
  width: 100%;
  height: 100%;
  border: none;
  appearance: none;
  padding: 8px 125px 8px 8px;
  font-size: 16px;
  /* font-family: sans-serif; */

}

.countWrap {
  height: calc(100% - 6px);
  padding: 0 0;
  position: absolute;
  right: 83px;
  top: 3px;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.inputButtonWrap {
  width: 80px;
  height: calc(100% - 2px);
  position:absolute;
  right: 1px;
  top: 1px;
}

.btnSearchNext,
.btnSearchPrev {
  border: none;
  background: #fff;
  width: 40px;
  height: calc(100% - 2px);
  font-size: 1.6rem;
}


.highlight {
  background-color: yellow;
}

.highlight.is-current {
  background-color: rgb(117, 250, 210);
}



.cat-wrap {
  display: none;
  width: 100%;
  margin: 0;
}

.cat-wrap.is-active {
  display: block;
}

/*モーダル*/
#modaal-close {
  display: none;
}
.modaal-content-container {
  padding-left: 1em;
  padding-right: 1em;
}
.modaal-container {
  max-width: 600px;
  font-size: clamp(16px, 3.3vw, 20px);
  border-radius: 15px;
  border: 3px solid #FFE54A;
}
.modal-tokyo-wrap figure {
  text-align: center;
}

.modal-tokyo-wrap figure img {
  max-width: 190px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}


.modal-tokyo-wrap figure img[src*="cp"] {
  width: 80%;
  max-width: 250px;
}


.modal-tohyo-figcaption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.modal-tokyo-text,.modal-tokyo-text2 {
  font-size: 1.2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}


.modal-tokyo-text:empty,.modal-tokyo-text2:empty {
  margin-top: 0;
}

.modal-tokyo-text + .modal-tokyo-text2 {
  margin-top: 0.5em;
}

.modal-btn-wrap {
  width: 100%;
}

.modal-btn-wrap {
  width: 100%;
  max-width: 434px;
  margin: 1em auto 0;
}

.btn-share {
  width: 45%;
  background: #eb8894;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 10px;
  border-radius: 8px;
  border:none;
  cursor: pointer;
}

.btn-tohyo:disabled{
  filter: brightness(0.7);
  pointer-events: none;
}
.btn-tohyo:disabled [class*="anim-pota"]{
   animation-play-state: paused;
}


@media screen and (min-width: 510px) {
  .tohyoList {
    max-width: none;
  }
  .tohyoList li {
    max-width: none;
  }
}

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

  .title {
    margin-top: 1.5em;
  }
  .titleSubject {
    margin-top: 24px;
  }
  .titleSubjectSub {
    margin: 16px 0 8px;
  }

  .searchWrap.is-fixed {
    width: calc(100% - 20px);
    max-width: 500px;
    padding-left: 8px;
    padding-right: 8px;
    left: 50%;
    top:77px;
    position: fixed;
    transform: translateX(-50%);
  }

  .tohyoGroup dt.bgTitle {
    width: 100%;
    margin: 0 auto 0;
  }
  .tohyoGroup dt.bgTitle + dd {
    padding: 24px 16px 0;
  }
  .tohyoList {
    max-width: none;
  }

  .tohyoBtn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .figCaption {
    font-size: 18px;
  }
  .fixed-to-top-wrap.is-sp {
    width: 60px;
    display: block;
  }
}
@media (min-width: 1600px) {
  .searchWrap.is-fixed {
    max-width: 750px;
  }
}


/*投票方法*/
#method {
  width: 100%;
  background: #e7558b;
  margin-bottom: 16px;
}
.use-wrap {
 width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.limited {
  margin:6.8% auto 0;
  max-width: 85%;
  width: auto;
}

.use-figure {
  margin: 2em auto 2em;
  position:relative;
  display: block;
}

.use-figure img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}


.btn-radius-wrap {
  width: 96%;
  max-width: 400px;
  margin: 0 auto;
  min-height: 40px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-radius-wrap .btn-radius {
  width: 100%;
  height: 100%;
  padding: 5px 0;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #ff5777;
  font-size: 16px;
  font-size: clamp(15px,4vw,20px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: #fff;
}

.btn-radius:hover {
  opacity: 1;
  text-decoration: none;
}

.btn-radius span::after{
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-right: -14px;
  width: 0;
  height: 0;
  border: 9px transparent solid;
  border-width: 9px 12px;
  border-left-color: #fff;
  position: relative;
  top: -2px;
  vertical-align: middle;
}


.img-ogp {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}




/*
*おすすめキャラクター
*/
 .recommend-list {
  width: calc(100% - 20px);
  margin: 0 auto 2em;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px 10px;
}

.recommend-list li {
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #ffe13a;
}

 .recommend-list + .btn-wrap{
  margin-top: 10%;
 }


@media screen and (min-width: 769px),print {
  .section-vote,.recommend-list,.use-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
 
}/**/




/*---------------------------------
ナンバーワンTOP
*----------------------------------*/

.sec-no1-intro {
  width: 81%;
  margin: 0 auto 0;
}

.content-bg.content-bg--no1 {
    background-image: url(../img/no1_top_bg.webp),linear-gradient(to bottom ,#fff 18cqw, transparent 18cqw, transparent);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat,repeat;
    position: relative;
}
.content-bg.content-bg--no1::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 18cqw);
  background-image: url(../img/no1_bg.webp),url(../img/no1_grass_body.webp);
  background-position: center top,center top;
  background-size: 100% auto, 100% auto;
  background-repeat: repeat, repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.grayout-wrap {
    position: relative;
}
.grayout-text {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
}
.end-font-small {
  font-size: 11px;
  line-height: 0.8;
}

.anim-pota-plane-btn,.anim-pota-shuffle-btn {
    animation-play-state: paused;
}