@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;
}
/* indent確保 */
.course {
  display: flex;
  gap: 1.1em;
}

.course-label {
  flex-shrink: 0;
  color: #fff;
}

.course-content{
  color: #fff;
}
.tx-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.tx-indent--eg {
    padding-left: 1.9em;
    text-indent: -1.9em;
}
.tx-indent--lottery-ex {
    padding-left: 5.7em;
    text-indent: -5.7em;
}
.tx-indent-ex {
    padding-left: 3em;
    text-indent: -3em;
}
.img-wrapper {
  width: 90%;
  margin: 0 auto;
}
.mv {
  width: 100%;
  max-width: 100%;
}

nav {
  background-image: url(../images/menu_back.jpg);
  padding: 10px 4%;
  box-sizing: border-box;
}

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

.entry_btn {
  padding: 7% 0 2%;
}

.info .entry_btn{
  padding: 0;
}

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

.info-text {
  width: 80%;
  max-width: 700px;
  padding-bottom: 10%;
}

/*ヘッダー*/

header {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    padding-top: 14px;
    padding-left: 3%;
    padding-right: 3%;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
}

@media (min-width: 1160px) {
  header{
    max-width: 100%;
  }
}

/* .header-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
} */

.header--left {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
    width: 18%;
}
.header-logo-link {
  width: 100%;
}
.header-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16%;
}

header a{
  display: block;
}

header .logo {
  width: 100%;
}
/*
header .top_text {
  text-align: right;
  display: grid;
  justify-content: flex-end;
  margin: 0;
  width: 30%;
} */

header .twitter {
  width: 100%;
}

header .facebook {
    width: 100%;
}
.logo-50--header {
  width: 90%;
}
/*フッター*/
footer {
  background-color: #fff;
  padding-bottom: 60px;
}
footer .wrapper--logo {
    display: flex;
    gap: 16px;
    max-width: 55%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 22px;
}
footer .logo {
  /* margin: 0 auto;
  width: 28%;
  max-width: 300px;
  margin-bottom: 20px; */
  flex: 3;
}
.logo-50--footer {
  flex: 2;
}
.footer_text {
  width: 87%;
  max-width: 700px;
}
.footer_banner {
  display: inline;
  width: 75%;
  max-width: 700px;
  padding-top: 60px;
}
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: 10% auto 4%;
}

footer .twitter p {
  margin-top: 3%;
}
footer .twitter img {
  width: 8%;
  display: inline;
}
footer .link {
  margin-bottom: 10px;
}
/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  margin: 6% auto;
}

.rule_title {
  width: 90%;
  margin: 0 auto;
}

.r_contents {
  max-width: 950px;
  margin: 0 auto;
  background: url(../images/rule_bg.png) no-repeat top center;
  background-size: 100%;
  padding: 18% 5% 10% 5%;
}

@media screen and (min-width:968px) {

.r_contents {
  padding: 150px 3%;
}

}


.scroll_wrap {
  height: 78vw;
  max-height:800px;
  aspect-ratio: 1 / 1.0;
}

.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;
  color: #fff;
}

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

.scroll_box a {
  color: #ffbb58;
}

.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;
  pointer-events: none;
}

.ps--active-y > .ps__rail-y,
.ps--active-y > .ps__rail-y > .ps__thumb-y {
  width: 14px;
  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: #00963c;
}

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

.mb-1e {
  margin-bottom: 1em;
}
.under-line {
  border-bottom: 1px solid #000 ;
}
/*-----------------------------
  QUOカード
-----------------------------*/
.prize {
  position: relative ;
}

.prize img{
  display: block;
}

.quo_grp1,
.quo_grp2,
.quo_grp3,
.quo_grp4{
  display: flex;
    position: absolute;
    /* justify-content: space-between; */
    width: 78%;
    bottom: 42%;
    flex-wrap: wrap;
    row-gap: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 847px;
}

.quo_grp1{
  width: 72%;
}

.quo_grp2{
  width: 77%;
  bottom: 33.4%;
}

.quo_grp3 {
  width: 54%;
  bottom: 22%;
}

.quo_grp4{
  width: 72%;
  bottom: 10%;
}
.quo_grp1 img,
.quo_grp2 img,
.quo_grp3 img,
.quo_grp4 img  {
    width: 32%;
    display: block;
    cursor: pointer;
}

.quo_grp1 img,
.quo_grp2 img{
  object-fit: contain;
}
.quo_grp1 img{
  width: 30%;
}

.quo_grp2 img{
  width: 48%;
}

.quo_grp3 img{
  width: 49%;
}

.quo_grp1 .card_1 {
  width: 40%;
  margin-right: -7%;
  margin-bottom: -5%;
  z-index: 5;
}
.quo_grp1 .card_2 {
  margin-top: -13%;
  width: 40%;
  z-index: 2;
}
.quo_grp1 .card_3 {
  margin-left: -5%;
  z-index: 2;
}

.quo_grp2 .card2_1 {
  width: 57%;
  margin-right: 0%;
  z-index: 5;
}

.quo_grp2 .card2_2 {
  width: 41%;
  margin-left: -3%;
  z-index: 2;
}


@media (min-width: 1160px) {
  .quo_grp1,
  .quo_grp2,
  .quo_grp3,
  .quo_grp4 {
    max-width: 650px;
  }
  .quo_grp1{
    bottom: 1917px;
  }

  .quo_grp2{
    bottom: 1537px;
}

  .quo_grp3 {
    width: 35%;
    bottom: 1048px;
}
  .quo_grp3 img{
    height: 180px;
    object-fit: contain;
  }

  .quo_grp4{
    bottom: 553px;
  }

}



/*-----------------------------
  モーダル
-----------------------------*/
.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_01,
.slider_02,
.slider_03,
.slider_04 {
  padding: 15px 20px;
  position: fixed !important;
  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;
  position: relative;
}

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

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

.close_btn {
  position: absolute;
  color: #fff;
  font-size: 40px;
  right: 9%;
  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;
  background-color: #0f0f0f00;
  border: none;
  cursor: pointer;
  transform: translateY(-50%);

}

.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: 6%;
}

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

/* prev */

.slick-prev {
  left: 6%;
}

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

.info{
  padding-top: 0;
}

.schedule{
  margin: 20px;
}

.vote {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.vote_link1 {
    position: absolute;
    width: 41%;
    height: 5%;
    top: 30%;
    left: 29%;
}

.vote_link2 {
    position: absolute;
    width: 11%;
    height: 3%;
    top: 37%;
    left: 23%;
}

/* .merumaga_ttl{
  margin: 15px 0;
} */



/*-----------------------------
  背景
-----------------------------*/
.main {
  /* background-image: url(../images/main-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%; */
}
.main-info {
  padding-bottom: 6%;
  z-index: 4;
  position: relative;
  background: url(../images/bg1.png) no-repeat bottom / cover;
  padding-bottom: 18%;
}

.info {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 5%;
}

.prize {
  background: url(../images/bg2.png) no-repeat bottom / cover;
  margin-top: -16%;
  padding-top: 20%;
  position: relative;
  z-index: 3;
  padding-bottom: 18%;
}
@media (min-width: 1160px) {
  .prize {
    padding-bottom: 300px;
  }
}
.bg--vote-rule {
  background: url(../images/bg3.png) no-repeat bottom / cover;
  position: relative;
  z-index: 2;
  margin-top: -16%;
  padding-top: 20%;
  padding-bottom: 12%;
}
.club {
  margin-bottom: 6%;
}
.club-bg {
  background: url(../images/bg4.png) no-repeat bottom / cover;
  margin-top: -16%;
  padding-top: 20%;
  padding-bottom: 18%;
  position: relative;
}

.club-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: -1;
  pointer-events: none;
}

/* .main-vote{
  background-color: #fce13445;
} */

/*-----------------------------
  pagetop
-----------------------------*/
.pagetop {
  height: 50px;
  width: 50px;
  padding: 10px;
  position: fixed;
  right: 30px;
  bottom: -400px;
  background: #000000;
  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;
}