@charset "utf-8";
/* CSS Document */

/*------------------------------------base*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  line-height: 1.2;
  background: #ddd1e7;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  width: 100%;
}

a {
  color: #000;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px 0;
}

.entry-btn,
.past-btn {
  margin: 40px 0;
}

.entry-btn img {
  width: 90%;
}

.past-btn img {
  width: 80%;
}

.entry-btn a:hover,
.past-btn a:hover {
  opacity: 0.925;
}

/*------------------------------------
#headWrap
------------------------------------*/
#headWrap {
  text-align: center;
}

#headWrap .inner {
  position: relative;
}

#sns_btn {
  display: flex;
  position: absolute;
  left: 72px;
  top: 48px;
  align-items: flex-start;
  z-index: 1;
}

.header-jra {
  width: 680px;
}

.header-tw {
  width: auto;
  height: 72px;
  padding-left: 32px;
}

.header-fb {
  width: auto;
  height: 72px;
  padding-left: 24px;
}

.block-title {
  text-align: center;
  margin-bottom: 6%;
}

.block-title img {
  width: 100%;
}

.image_area {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.image_area img {
  width: 95%;
}

@media (max-width: 1200px) {
  #sns_btn {
    left: 6vw;
    top: 4vw;
  }

  .header-jra {
    width: 60vw;
  }

  .header-tw {
    width: auto;
    height: 6.5vw;
    padding-left: 2.8vw;
  }

  .header-fb {
    width: auto;
    height: 6.5vw;
    padding-left: 2vw;
  }
}

@media (max-width: 480px) {
  .image_area {
    margin-top: 30px;
  }
  .entry-btn,
  .past-btn {
    margin: 30px 0;
  }
  .entry-btn img {
    width: 90%;
  }
}

/* 賞品
================================================== */
#prize {
  text-align: center;
}

.prize-main,
.prize-info {
  margin: 0 auto;
}

.prize-info {
  margin-bottom: 36px;
}

#prize .inner {
  width: 95%;
  padding-top: 16px;
}

.presentInfo {
  position: relative;
}

.month-ttl {
  width: 60%;
  margin-bottom: 16px;
}

.prize-main p{
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  font-size: 0.7em;
}

.moreover img {
  max-width: 950px;
}

.prizeText {
  width: 25%;
  margin-top: 5px;
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

/* メールマガジン
================================================== */
.mailMaga,
.entryContents,
.clubjraContents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8% 5%;
  text-align: center;
}

.mailMaga {
  background: #cae4c3;
}

/* エントリー手順
================================================== */

.entryContents {
  background: #ffe67a;
}

.entry-step {
  margin-bottom: 8%;
  position: relative;
}

.entry-step img {
  width: 70%;
}

.step-link1 {
  position: absolute;
  width: 30%;
  height: 4%;
  left: 35%;
  top: 20%;
}

.step-link2 {
  position: absolute;
  width: 12%;
  height: 3%;
  left: 55%;
  top: 27%;
}

.rule-box {
  margin-top: 32px;
}

.outBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 580px;
  border: 4px solid #ed6d46;
  border-radius: 16px;
  background: #fff;
}

.rule-note {
  position: relative;
  width: 95%;
  height: 520px;
  overflow-y: scroll;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding: 0% 6.5% 0% 2%;
}

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

.rule-note p {
  color: #ed6d46;
  font-weight: bold;
  font-size: 1.3em;
}

.rule-note span {
  font-size: 1.2em;
}

.rule-note a {
  color: #ed6d46;
}

.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: 14px;
  border-radius: 4px;
  opacity: 1;
}

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

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

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

@media (max-width: 600px) {
  .outBox {
    height: 492px;
  }
  .rule-note {
    width: 94%;
    height: 444px;
    font-size: 3.3vw;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .outBox {
    border: 2px solid #ed6d46;
  }
  .ps--active-y > .ps__rail-y,
  .ps--active-y > .ps__rail-y > .ps__thumb-y {
    width: 10px;
  }
}

/* ClubJRA-Net
================================================== */
.clubjraContents {
  background: #fff799;
}

.clubjra-info {
  position: relative;
  margin: 48px 0;
}

.clubjra-info img:first-child {
  width: 60%;
  padding-right: 2%;
  box-sizing: border-box;
}

.clubjra-info img:nth-child(2) {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 20.5%;
}

.clubjraBtn {
  width: 95%;
  margin-top: 8%;
}

@media (max-width: 480px) {
  .clubjraBtn {
    width: 90%;
    margin-top: 8%;
  }
}

/* topBack
================================================== */

/* footer
================================================== */
#footer {
  width: 100%;
  width: 95%;
  margin: 0px auto;
  padding-bottom: 16px;
  text-align: center;
}

.footer-info {
  margin: 0 auto;
}

.footer-sns {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.footer-tw {
  width: auto;
  height: 44px;
}

#footer .entry-btn {
  margin: 60px 0;
}

.jra-logo {
  width: 92px;
}

.footer-link {
  margin-top: 50px;
}
.footer-link a {
  color: #000;
  text-decoration: none;
  font-size: 90%;
}

.credit {
  margin-top: 36px;
}

@media (min-width: 1200px) {
  #footer .entry-btn img {
    width: 720px;
  }
}

@media (max-width: 480px) {
  #footer .entry-btn {
    margin: 36px 0;
  }
  .footer-sns {
    margin: 36px 0;
  }
  .footer-tw {
    width: 70vw;
    height: auto;
  }
  .jra-logo {
    width: 24vw;
  }
  .credit {
    margin-top: 36px;
  }
  .credit img {
    width: 90vw;
  }
}
