@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  text-align: center;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;
}

img {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}

p,
a,
span,
ul,
li,
h1,
h2,
h3 {
  font-family: sans-serif;
  color: black;
}

.mv {
  width: 100%;
  max-width: 100%;
}

nav {
  background: #000;
  padding: 10px;
  box-sizing: border-box;
}

nav ul{
  display: grid;
  grid-template-columns: repeat(3,auto);
  max-width: 720px;
  margin: auto;
  justify-content: center;
}

.entry_btn img {
  display: inline;
  width: 80%;
  max-width: 700px;
}

/*ヘッダー*/
header {
  position: absolute;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 1fr 8% 8%;
  gap: 5px;
  padding: 5px;
  justify-content: center;
}

header .top_text{
  margin-top: 5px;
}

/*フッター*/
footer {
  background-color: #fff;
  padding-bottom: 100px;
}

footer .logo {
  margin: 0 auto;
  width: 25%;
  max-width: 300px;
  margin-bottom: 20px;
}
.footer_text {
  width: 75%;
  max-width: 700px;
}
footer p {
  line-height: 1.2rem;
  font-weight: bold;
  font-size: 12px;
}
footer a {
  text-decoration: none;
  display: inline;
  margin: 0 auto;
  font-size: 14px;
}
footer .twitter {
  margin: 40px auto;
}

footer .twitter p {
  margin-top: 15px;
}
footer .twitter img {
  width: 10%;
  display: inline;
}
footer .link {
  margin-bottom: 10px;
}

footer .entry_btn{
  margin: 20px 0;
}

/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  max-width: 950px;
}

.r_contents {
  background-color: #fff;
  margin: 0 auto;
  background: url("../images/rule_bg.png") no-repeat top center;
  background-size: 100%;
  padding: 18% 3% 6% 3%;
  margin-top: 30px;
}

.scroll_wrap {
  background: #fff;
  height: 75vw;
  max-height:800px;
  /* aspect-ratio: 16 / 12; */
}

.scroll_box {
  height: 100%;
  overflow-y: scroll;
  position: relative;
  text-align: left;
  padding-left: 10px;
  padding-right: 30px;
}

.scroll_box p {
  font-size: 16px;
  line-height: 1.5;
  font-family: sans-serif;
  margin-bottom: 10px;
}

.scroll_box h3 {
  color: #d50f19;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.scroll_box a {
  color: #d50f19;
}

.ps__rail-x,
.ps__thumb-x {
  display: none;
}

.ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps--active-y > .ps__rail-y,
.ps--active-y > .ps__rail-y > .ps__thumb-y {
  width: 16px;
  border-radius: 3px;
  opacity: 1;
  margin-right: 5px;
}

.ps--active-y > .ps__rail-y {
  background-color: #d4e2ea;
}

.ps--active-y > .ps__rail-y > .ps__thumb-y {
  left: 0px;
  background-color: #d50f19;
}

.ps--active-y > .ps__rail-y > .ps__thumb-y {
  left: 0px;
  /* スクロールバータッチ無効 */
  pointer-events: none;
}

.mb-1e {
  margin-bottom: 1em;
}

/*-----------------------------
  QUOカード
-----------------------------*/
.prize {
  position: relative;
}

.quo_grp {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 85%;
  /* top: calc(86% - 15vw); */
  bottom: 11%;
  flex-wrap: wrap;
  row-gap: 12px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.quo_grp img {
  width: 32%;
  display: block;
  cursor: pointer;
}

/*-----------------------------
  モーダル
-----------------------------*/

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.slider {
  padding: 15px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  z-index: 20;
}

.modal img {
  width: 70%;
}

.modal .slider_card div {
  padding: 40px 0;
  background: #0f0f0f;
  border-radius: 10px;
}

.slider_card {
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
}

.slider_card.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.close_btn {
  position: absolute;
  color: #fff;
  font-size: 40px;
  right: 8%;
  top: 5%;
  cursor: pointer;
  z-index: 30;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  color: transparent;
  transition: opacity 0.5s;
  z-index: 10;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 50%;
  height: 50%;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

/* next */

.slick-next {
  right: 3%;
}
.slick-next::after {
  right: 0px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 3%;
}
.slick-prev::after {
  left: 0px;
  transform: rotate(-135deg);
}

.schedule{
  margin: 20px;
}

.vote {
  position: relative;
}
.vote_link1 {
  position: absolute;
  width: 50%;
  height: 5%;
  bottom: 65%;
  left: 25%;
}

.vote_link2 {
  position: absolute;
  width: 11%;
  height: 4%;
  bottom: 58%;
  left: 22%;
}

.merumaga_ttl{
  margin: 30px 0;
}

/*-----------------------------
  clubとは
-----------------------------*/
.club{
  margin-bottom: 5vw;
}

/*-----------------------------
  背景
-----------------------------*/
.info {
  background: url(../images/bg01.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 20px;
  padding-bottom: 15vw;
  z-index: 3;
  position: relative;
}

.prize {
  background: url(../images/bg02.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: -15vw;
  padding-top: 20vw;
  padding-bottom: 15vw;
  z-index: 2;
  position: relative;
}

.main-vote {
  background: url(../images/bg03.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: -15vw;
  padding-top: 20vw;
  padding-bottom: 15vw;
  z-index: 1;
  position: relative;
}

.main-club {
  background: url(../images/bg04.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-top: -15vw;
  padding-top: 20vw;
  padding-bottom: 15vw;
}

.content{
  max-width: 90%;
  margin: auto;
}

.pagetop {
  height: 50px;
  width: 50px;
  padding: 10px;
  position: fixed;
  right: 30px;
  bottom: -400px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: .5s ease-out;
  z-index: 99;
}

.pagetop.is-active {
  bottom: 30px;
}

.pagetop img{
  display: block;
}