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

img {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}

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

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

.mv_bg {
  background: rgb(226 175 22);

}

nav {
  background: rgb(226 175 22);
  background-image: url(../images/bg_nav.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
nav img {
  width: 100%;
  max-width: 900px;
}

.entry_btn {
  padding: 40px 0;
}

.entry_btn img {
  display: inline;
  width: 50%;
  max-width: 600px;
}

.title {
  position: absolute;
  /* width: 45%; */
  /* max-width: 500px; */
  top:0%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.rule , .vote{
  position: relative;
}

/*----------------
  ヘッダー
------------------*/
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

header .logo {
  position: absolute;
  width: 12%;
  left: 1%;
  top: 5px;
}

header .header_text {
  position: absolute;
  width: 30%;
  right: 13%;
  top: 20px;
  max-width: 500px;
}

header .twitter {
  position: absolute;
  width: 5%;
  right: 7%;
  top: 15px;
}

header .facebook {
  position: absolute;
  width: 5%;
  right: 2%;
  top: 15px;
}

/* .mv {
  position: relative;
  z-index: -1;
  background-image: url(../images/mv.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.mv_inner {
  height: 711px;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1440px) {
  .mv {
    background-size: 100% auto;
  }
  .mv_inner {
    width: 100%;
    height: auto;
    aspect-ratio: 1440/711;
  }
} */

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

footer .logo {
  margin: 0 auto;
  width: 13%;
  max-width: 300px;
  margin-bottom: 20px;
}

footer p {
  line-height: 1.2rem;
  font-weight: bold;
}
footer a {
  text-decoration: none;
  display: inline;
  margin: 0 auto;
}
footer .twitter {
  margin: 40px auto;
}

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

/*-----------------------------
  募集方法
-----------------------------*/
.vote_link1 {
  width: 15%;
  height: 5%;
  position: absolute;
  top: 58%;
  left: 18%;
  background: #000;
}
/*-----------------------------
  応募規約
-----------------------------*/
.rule {
  position: relative;
  /* padding: 10% 0 0px; */
}

.rule_title {
  position: absolute;
  padding-top: 5%;
  top: -18%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.r_contents {
  background-color: #fff;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 5% 3% 3%;
}


.scroll_wrap {
  background: #fff;
  /* height: 400px; */
  aspect-ratio: 16 / 9;
  padding: 15px;
}

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

.scroll_box p {
  font-size: 18px;
  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: #d50f19;
}

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


/*-----------------------------
  モーダル
-----------------------------*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  display: none;
}

.bigimg {
  position: relative;
  text-align: center;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
}

.bigimg img {
  width: 100%;
}

.close-btn {
  position: absolute;
  width: 30%;
  height: 7%;
  left: 35%;
  bottom: 5%;
  color: black;
}
.close-btn2{
  position: absolute;
  width: 10%;
  height: 8%;
  right: 4%;
  top: 3%;
}
.close-btn:hover {
  cursor: pointer !important;
}
.close-btn2:hover {
  cursor: pointer !important;
}

/*-----------------------------
  背景
-----------------------------*/
.bg_1{
  background-image: url(../images/bg_1.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.bg_2{
  background-image: url(../images/bg_2.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

