@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: #dff6eb;
}

@media (max-width: 1280px) {
  #overflow {
    overflow-x: hidden;
  }
}

* {
  -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: 1280px;
  margin: 0px auto;
  padding: 40px 0;
}

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

.entry-btn img {
  width: 720px;
}

.past-btn img {
  width: 460px;
}

.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: 32px;
  top: 24px;
  z-index: 1;
}

.header-jra {
  width: 348px;
}

.header-tw {
  width: auto;
  height: 40px;
  padding-left: 16px;
}

.header-fb {
  width: auto;
  height: 40px;
  padding-left: 12px;
}

.block-title {
  text-align: center;
}

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

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

.image_area img {
  max-width: 920px;
}

@media (max-width: 800px) {
  #sns_btn {
    top: 1.5%;
    left: 3%;
  }
  #sns_btn img {
    padding-top: 0px;
  }
  .header-jra {
    width: 40vw;
  }
  .header-tw {
    height: 5vw;
    padding-left: 10px;
  }
  .header-fb {
    height: 5vw;
    padding-left: 8px;
  }
}

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

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

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

#prize .inner {
  max-width: 820px;
  padding-top: 16px;
}

.presentInfo {
  position: relative;
}

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

.moreover {
  margin-bottom: 32px;
}

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

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

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

/* エントリー手順
================================================== */
#process .inner {
  max-width: 820px;
  padding-top: 16px;
}

.entryContents {
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  background: #fde0a5;
}

.entry-step {
  margin-bottom: 64px;
}

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

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

.rule-note {
  position: relative;
  width: 95%;
  height: 476px;
  overflow-y: scroll;
  font-size: 18px;
  line-height: 1.6;
  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.1em;
}

.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: 21px;
  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;
}

@media (max-width: 800px) {
  .rule-note {
    height: 528px;
    line-height: 1.5;
    padding: 0% 6% 0% 2%;
    line-height: 1.5;
  }
  .outBox {
    height: 588px;
  }
  .rule-note p {
    font-size: 1em;
  }
  .rule-note span {
    font-size: 0.9em;
  }
  .ps--active-y > .ps__rail-y,
  .ps--active-y > .ps__rail-y > .ps__thumb-y {
    width: 16px;
  }
}

@media (max-width: 600px) {
  .rule-note {
    width: 94%;
    height: 472px;
    line-height: 1.4;
  }
  .outBox {
    height: 520px;
  }
  .rule-note p {
    font-size: 16px;
  }
  .rule-note span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .ps--active-y > .ps__rail-y,
  .ps--active-y > .ps__rail-y > .ps__thumb-y {
    width: 10px;
  }
}

/* ClubJRA-Net
================================================== */
#clubjra .inner {
  max-width: 820px;
  padding-top: 16px;
}

.clubjraContents {
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  background: #fff100;
}

.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: 73%;
  padding: 48px 0 16px;
}

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

/* footer
================================================== */
#footer {
  width: 100%;
  max-width: 820px;
  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: 28px 0 28px;
}

.jra-logo {
  width: 92px;
}

.credit {
  margin-top: 30px;
}
.footer-link {
  margin-top: 50px;
}
.footer-link a {
  color: #000;
  text-decoration: none;
}
/* background
================================================== */
@media (min-width: 600px) {
  #headWrap > .inner,
  .prize-main,
  .presentInfo,
  .prize-info,
  .moreover,
  .entryContents,
  .rule-box,
  .clubjraContents,
  #footer {
    position: relative;
  }

  #headWrap > .inner::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l01.png);
    width: 12%;
    height: 25%;
    position: absolute;
    bottom: 0;
    left: 2%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  #headWrap > .inner::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r01.png);
    width: 18%;
    height: 25%;
    position: absolute;
    bottom: 0;
    right: 1%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .prize-main::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l02.png);
    width: 15%;
    height: 25%;
    position: absolute;
    top: 26%;
    left: -24%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .prize-main::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r02.png);
    width: 10%;
    height: 10%;
    position: absolute;
    top: 18%;
    right: -120px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .presentInfo::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l03.png);
    width: 32%;
    height: 120%;
    position: absolute;
    top: 150%;
    left: -19%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .presentInfo::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r03.png);
    width: 18%;
    height: 80%;
    position: absolute;
    top: 36%;
    right: -180px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .prize-info::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r04.png);
    width: 20%;
    height: 80%;
    position: absolute;
    top: 36%;
    right: -22%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .moreover::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l04.png);
    width: 32%;
    height: 48%;
    position: absolute;
    bottom: -26%;
    left: -22%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .moreover::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r05.png);
    width: 16%;
    height: 62%;
    position: absolute;
    bottom: -68%;
    right: -184px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .entryContents::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l05.png);
    width: 14%;
    height: 36%;
    position: absolute;
    top: 8%;
    left: -23%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .entryContents::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r06.png);
    width: 15%;
    height: 24%;
    position: absolute;
    top: 18%;
    right: -192px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .rule-box::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l06.png);
    width: 30%;
    height: 140%;
    position: absolute;
    top: 25%;
    left: -34%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .rule-box::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r07.png);
    width: 15%;
    height: 24%;
    position: absolute;
    top: 32%;
    right: -198px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  .clubjraContents::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r08.png);
    width: 18%;
    height: 48%;
    position: absolute;
    top: 24%;
    right: -192px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  #footer::before {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-l07.png);
    width: 25%;
    height: 55%;
    position: absolute;
    top: 10%;
    left: -14%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }

  #footer::after {
    content: "";
    display: inline-block;
    background: url(../images/bg/bg-r09.png);
    width: 15%;
    height: 36%;
    position: absolute;
    top: 12%;
    right: -128px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -100;
  }
}

/* @media
================================================== */
@media (max-width: 1280px) {
  .entry-btn img {
    width: 60vw;
  }
  .past-btn img {
    width: 45vw;
  }
  .image_area img,
  #prize .inner,
  .prize-info,
  #process .inner,
  #clubjra .inner,
  .footer-info {
    width: 80%;
  }
  #sns_btn {
    top: 0.75rem;
  }
}

@media (max-width: 800px) {
  #prize .inner,
  #process .inner,
  #prize .inner,
  #clubjra .inner {
    width: 90%;
  }
  .image_area img,
  .prize-info,
  .footer-info {
    width: 90%;
  }
  .entry-btn,
  .past-btn {
    margin: 32px 0;
  }
  .entryContents,
  .clubjraContents {
    padding: 24px;
  }
  .entry-step {
    margin-bottom: 48px;
  }
  .clubjra-info {
    margin: 32px 0;
  }
  .clubjraBtn {
    padding: 36px 0 16px;
  }
  .footer-sns {
    margin: 8% 0;
  }
  .credit {
    margin-top: 4%;
  }
  .footer-link {
    margin-top: 6%;
  }
}
@media (max-width: 600px) {
  .inner {
    padding: 20px 0;
  }
  #prize .inner {
    padding-top: 16px;
  }
  .prize-main .mb-40 {
    margin-bottom: 24px;
  }
  .prizeContents {
    padding: 24px 8px;
  }
  .image_area {
    margin-top: 6%;
  }
  .entry-btn img {
    width: 75vw;
  }
  .past-btn img {
    width: 70vw;
  }
  .entryContents,
  .clubjraContents {
    border-radius: 8px;
  }
  .clubjraBtn {
    width: 80%;
    padding: 24px 0 4px;
  }
  .footer-tw {
    height: 8vw;
  }
  .jra-logo {
    width: 18vw;
  }
}

@media (max-width: 430px) {
  .image_area img,
  .prize-info,
  .footer-info {
    width: 90%;
  }
}
