@charset "UTF-8";

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  background-color: #ffbe2e;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

body {
  animation: whiteIn 2s ease 0s 1 normal;
  -webkit-animation: whiteIn 2s ease 0s 1 normal;
}

@keyframes whiteIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes whiteIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

a:link {
  text-decoration: underline;
  color: #606770;
}

a:visited {
  text-decoration: underline;
  color: #606770;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.wrap {
  position: relative;
  width: 100%;
}

.outer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.header {
  position: relative;
  width: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/top-bg.jpg);
}

.top-presents {
  position: absolute;
  width: 32%;
  bottom: 34%;
  left: 2%;
  z-index: 1;
}

.top-image {
  position: relative;
  width: 100%;
  z-index: 3;
}

.top-logo-1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.top-logo-2 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.top-title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}

.lead {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.274;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/lead-bg.png);
  transform: translate(0, -1.1rem);
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead p {
  width: 100%;
  padding: 0 28% 0 5%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.lead p span {
  display: inline-block;
  transform: rotate(15deg);
}


.content {
  position: relative;
  height: 100%;
}

.inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.about_bg {
  background-size: 100% auto;
  background-position: top left;
  background-repeat: repeat-y;
}

.webp .about_bg {
  background-image: url(../img/bg-about.webp);
}

.no-webp .about_bg {
  background-image: url(../img/bg-about.jpg);
}

.about {
  width: 100%;
  padding: 2rem 0 .1rem;
}

.about-wrap {
  position: relative;
  width: 100%;
  margin: 0 0 2.5rem;
}

.heading {
  width: 70%;
  margin: 0 auto 1.4rem;
}

.period {
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffe102;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 800;
}

.bnr-free {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 0.646;
}

.bnr-free img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.bnr-free-bg {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/bnr-free-bg.png)
}

.cut-2 {
  position: absolute;
  width: 40%;
  bottom: -8.5%;
  left: -3%;
}

.method {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.number {
  width: 12%;
  margin: 0 4% 0 0;
  line-height: 0;
}

.method-text {
  position: relative;
  width: 84%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  z-index: 2;
}

.method-text span {
  display: inline-block;
  transform: rotate(15deg);
}

.btn-follow {
  position: relative;
  width: 70%;
  margin: 1rem auto;
  z-index: 2;
}

.cut-3 {
  position: absolute;
  width: 36%;
  top: 14%;
  right: -13%;
  z-index: 1;
}

.present p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.present-image {
  position: relative;
  width: 100%;
  padding: 4% 2%;
  border-radius: 15px;
  background-color: #ffe102;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem auto .3rem;
}

.present-item {
  width: 33.3%;
}


.present p span {
  color: #ffe102;
  font-weight: 700;
}

.present-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 .5rem;
}

.present-text-item {
  width: 30%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.cut-4 {
  position: absolute;
  width: 18%;
  top: -28%;
  right: -4%;
}

.present-note {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.announce {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sns-icon {
  width: 25%;
}

.announce-text {
  width: 70%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.attention {
  max-height: 280px;
  padding: 1.5em 1em 2em;
  background: #fff;
  overflow-y: scroll;
}

.attention p {
  color: #000;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

/* トラック背景 */
.simplebar-track.simplebar-vertical {
  background: #000 !important;
  width: 8px !important;
  border-radius: 0 !important;
  pointer-events: none;
}

/* スクロールバー（サム） */
.simplebar-scrollbar {
  opacity: 1 !important;
}

.simplebar-scrollbar::before {
  background: #ffbe2e !important;
  opacity: 1 !important;
  transition: none !important;
  border-radius: 0 !important;
}

.cut-5 {
  position: absolute;
  width: 22%;
  bottom: -30%;
  right: 2%;
  z-index: 999;
}

.result {
  position: relative;
  width: 100%;
  padding: 0 0 0 34%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.result span {
  display: inline-block;
  transform: rotate(15deg);
}


.cut-6 {
  position: absolute;
  width: 38%;
  top: -100%;
  left: -4%;
  z-index: 999;
}

.list-bg {
  background-size: auto 2rem;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 140% auto;
  background-image: url(../img/bg-2.png)
}

.list-title {
  width: 98%;
  margin: 1rem auto 0.5rem;
}

.vote-box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.vote-inner {
  width: 90%;
  margin: 0 auto;
}

.vote-item {
  position: relative;
  width: 48%;
  margin: 0 4% 1.8rem 0;
}

.vote-item:nth-child(2n) {
  margin: 0 0 1.8rem;
}

.thumb {
  width: 100%;
  margin: 0 0 .3rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.vote-item-btn {
  margin: 0 0 0.3rem;
}

.num {
  position: absolute;
  width: 26%;
  aspect-ratio: 1 / 1;
  top: -10%;
  left: -8%;
  background-image: url(../img/num_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.comics-outer {
  position: relative;
  padding: 1.5rem 0 0;
}

.comics-title {
  width: 90%;
  margin: 0 auto 1rem;
}

.comics {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.comics-cover {
  width: 30%;
}

.comics-4 {
  position: relative;
  width: 40%;
  margin: 0 auto;
  z-index: 2;
}

.comics-text {
  position: absolute;
  width: 24%;
  top: 0;
  left: -28%
}

.btn-comics {
  width: 70%;
  margin: 1rem auto;
}

.cut-7 {
  position: absolute;
  width: 41%;
  bottom: 10%;
  right: -13%;
  z-index: 1;
}

.footer {
  width: 100%;
  padding: 3rem 0 2rem;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.footer_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

.social {
  width: 100%;
  margin: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_item:first-child {
  width: 14%;
  padding: 0 1.4%;
  line-height: 0;
}

.social_item {
  width: 11%;
  padding: 0 1.4%;
}

.top-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 5px;
  right: 5px;
  z-index: 999;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .item-a,
  .item-c {
    display: none;
  }

  .lead p {
    font-size: 3.2vw;
  }

  .period {
    font-size: 8.00vw;
  }

  .method-text {
    font-size: 3.8vw;
  }

  .present p {
    font-size: 3.8vw;
  }

  .present-text-item {
    font-size: 2.6vw;
  }

  .present-note {
    font-size: 2.8vw;
  }

  .announce-text {
    font-size: 3.8vw;
  }

  .attention p {
    font-size: 3.2vw;
  }

  .result {
    font-size: 3.8vw;
  }

  .num {
    font-size: 3.8vw;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .wrap-bg {
    background-image:
      url(../img/bg-pc-1.png),
      url(../img/bg-pc-2.png),
      url(../img/bg-pc-3.png),
      url(../img/bg-pc-4.png);
    background-size:
      35% auto,
      35% auto,
      35% auto,
      35% auto;
    background-position:
      top -5% left -5%,
      top 20% left 35%,
      bottom 22% left 30%,
      bottom -8% left -5%;
    background-repeat: no-repeat;
  }

  .wrap {
    display: flex;
  }

  .outer {
    width: 60%;
    height: 100vh;
    box-shadow: 0 0 30px #8e6610;
    overflow-y: scroll;
    flex-shrink: 0;
  }

  .item-a {
    height: 100vh;
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .item-c {
    display: none;
  }

  .pc-logo {
    width: 90%;
    text-align: center;
  }

  .pc-logo p {
    width: 100%;
    margin: 1em 0 0;
    font-size: 12px;
  }

  .lead p {
    font-size: 1.6vw;
  }

  .period {
    font-size: 3.90vw;
  }

  .method-text {
    font-size: 1.8vw;
  }

  .present p {
    font-size: 2vw;
  }

  .present-text-item {
    font-size: 1.4vw;
  }

  .present-note {
    font-size: 1.4vw;
  }

  .announce-text {
    font-size: 1.8vw;
  }

  .attention p {
    font-size: 1.6vw;
  }

  .result {
    font-size: 1.8vw;
  }

  .num {
    width: 24%;
    top: -8%;
    left: -8%;
    font-size: 2.4vw;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .wrap-bg {
    background-image:
      url(../img/bg-pc-1.png),
      url(../img/bg-pc-2.png),
      url(../img/bg-pc-3.png),
      url(../img/bg-pc-4.png),
      url(../img/bg-pc-2.png);
    background-size:
      30% auto,
      30% auto,
      25% auto,
      30% auto,
      30% auto;
    background-position:
      top -20% left 2%,
      top -40% right 0%,
      top 52% right 2%,
      bottom -60% right 5%,
      bottom -30% left -5%;
    background-repeat: no-repeat;
  }

  .wrap {
    display: flex;
  }

  .outer {
    max-width: 550px;
    height: 100vh;
    box-shadow: 0 0 30px #8e6610;
    overflow-y: scroll;
    flex-shrink: 0;
  }

  .item-a,
  .item-c {
    flex: 1;
    min-width: 0;
  }

  .item-a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .pc-logo {
    width: 80%;
    max-width: 400px;
  }

  .pc-logo p {
    width: 100%;
    margin: 1em 0 0;
    font-size: 10px;
  }

  .outer::-webkit-scrollbar {
    width: 8px;
    background: transparent;
    /* デフォルトは非表示 */
  }

  .outer.has-scroll::-webkit-scrollbar {
    background: #000;
  }

  .outer::-webkit-scrollbar-thumb {
    background-color: #ffbe2e;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .num {
    width: 22%;
    top: -6%;
    left: -8%;
    font-size: 18px;
  }

  .top-btn {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 5px;
    right: 5px;
    z-index: 999;
  }

  a.alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a.alpha img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: 'alpha(opacity=60)';
  }

  a.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  button.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  button.btn-hover img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

}