@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;
  background-color: #e6c000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    sans-serif;

  /* background-image: linear-gradient(45deg, #9f1028 25%, transparent 25%, transparent 75%, #9f1028 75%),
    linear-gradient(45deg, #9f1028 25%, transparent 25%, transparent 75%, #9f1028 75%); */
  background-position: 0 0, 50px 50px;
  background-size: 100px 100px;
  background-color: #fff;

}

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確保 */
.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: 62%;
  margin: 0 auto;
}
.mv img{
  max-width: 1280px;
  width: 100%;
}


.mb_10 {
  margin-bottom: 2%;
}

/* .pt {
  padding-top: 10%;
} */
/* .container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
} */

.sns-area{
  display: flex;
  align-items: center;
  justify-content: right;
}

nav {
  max-width: 1280px;
  background: #231815;
  padding: 1.4%;
  box-sizing: border-box;
  margin: 0 auto;
}

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

nav img{
  width: 100%;
}

.entry_btn{
  width: 43%;
  margin: 0 auto;
}

.entry_btn img {
  width: 100%;
}

.info-text {
  margin-top: 3%;
  width: 62%;
  max-width: 700px;
}

/*ヘッダー*/

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

/* .header-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
} */
.header--left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 12%;
}
.header-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
}
.header-logo-link {
  width: 100%;
}
header a{
  display: block;
}

header .logo {
  /* width: 100px; */
}
/* 
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: 100%;
}
/*フッター*/
footer {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 10%;
}
footer .wrapper--logo {
    display: flex;
    gap: 16px;
    max-width: 22%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 22px;
}
footer .logo {
  flex: 3;
}
.logo-50--footer {
  flex: 2;
}
.footer_text {
  margin-top: 3%;
  width: 54%;
  max-width: 700px;
}

.footer_banner {
  display: inline;
  width: 60%;
  max-width: 700px;
  margin: 8% auto;
}

footer p {
  line-height: 1.2rem;
  font-weight: bold;
}

footer a {
  text-decoration: none;
  display: inline;
  margin: 0 auto;
}

footer .twitter {
  margin: 8% auto 35px;
}

footer .twitter p {
  margin-top: 8px;
}

footer .twitter img {
  width: 4%;
  min-width: 16px;
  display: inline;
}

footer .link {
  margin-bottom: 10px;
}

/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  margin: 5% auto 0;
}

.rule_title {
  margin: 0 auto;
}

.r_contents {
  /* background-color: #fff; */
  /* width: 85%; */
  max-width: 950px;
  margin: 0 auto;
  background: url("../images/rule_bg.png") no-repeat top center;
  background-size: 100%;
  padding: 11% 3% 4% 3%;
}
.scroll_wrap {
  /* background: #fff; */
  /* padding: 15px; */
  aspect-ratio: 1 / 0.35;
}

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

.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: 20px;
  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: 22px;
  border-radius: 5px;
  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;
}

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

.club {
  margin-bottom: 2%;
}
.under-line {
  border-bottom: 1px solid #000 ;
}
/*-----------------------------
  QUOカード
-----------------------------*/

.prize2{
  margin-top: -5px;
  margin-bottom: -5px;
}

.quo_grp {
    display: flex;
    position: absolute;
    /* justify-content: space-between; */
    width: 55%;
    bottom: 8%;
    flex-wrap: wrap;
    row-gap: 20px;
    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 !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: 60px;
  right: 5%;
  top: 5%;
  cursor: pointer;
  z-index: 30;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px; 
  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: 8%;
}

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

/* prev */

.slick-prev {
  left: 8%;
}

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

/*-----------------------------
  背景
-----------------------------*/
.bg-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.main-info {
  background: url(../images/bg1.png) no-repeat bottom / cover;
  padding-bottom: 12%;
  position: relative;
  z-index: 4;
}

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

.prize {
  padding-bottom: 12%;
  padding-top: 20%;
  position: relative;
  background: url(../images/bg2.png) no-repeat bottom / cover;
  margin-top: -18%;
  position: relative;
  z-index: 3;
}
.bg--vote-rule {
  background: url(../images/bg3.png) no-repeat bottom / cover;
  margin-top: -15%;
  padding-top: 12%;
  position: relative;
  z-index: 2;
  padding-bottom: 12%;
}
.vote-bg {
  padding-top: 6%;
}

@media screen and (max-width:468px) {
  .vote-bg {
    padding-top: 46%;
    padding-bottom: 5%;
    margin-top: -45%;
    z-index: -1;
    padding-left: 20px;
    padding-right: 20px;
  }

  }

.club-bg {
  position: relative;
  background: url(../images/bg4.png) no-repeat bottom / cover;
  margin-top: -16%;
  padding-top: 20%;
}

/* .club-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
} */

.club-bg .club,
.club-bg .mail-maga {
  position: relative;
  z-index: 1;
}
.mail-maga {
  padding-bottom: 12%;
}
.main{
  max-width: 1280px;
  margin: auto;
  position: relative;
}
/* .main::after {
  content: "";
  background: url(../images/main-bg--deco.png);
    background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 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: #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;
}