@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
@import "https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 1px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.red {
  color: red;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"],
input[type="password"],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 24px;
}

@media screen and (max-width: 600px) {
  p {
    line-height: 20px;
  }
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.br_pc {
  display: block;
}

@media screen and (max-width: 840px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}

@media screen and (max-width: 840px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 321px) {
  .br_sp {
    display: none;
  }
}

.br_se {
  display: none;
}

@media screen and (max-width: 321px) {
  .br_se {
    display: block;
  }
}

.fotter {
  display: block;
}

.footer_copy {
  margin: 40px 0;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .footer_copy {
    font-size: 12px;
  }
}

main,
footer {
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease 0.6s normal;
          animation: fadeIn 1.5s ease 0.6s normal;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  position: relative;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 00px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 00px;
  }
}

.load main,
.load footer {
  opacity: 1;
}

body {
  width: 100%;
  background: #ffd25d;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.bold_title {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
}

img {
  width: 100%;
}

#wrapper {
  width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  position: relative;
}

.c-loading {
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  background-color: #fff;
}

.c-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.btn_70th {
  position: relative;
  display: block;
}

.btn_70th_logo {
  position: absolute;
  width: 124px;
  padding: 20px;
  top: 50px;
  left: 0;
  border-radius: 50%;
}

.btn_70th_logo img {
  width: 100%;
  margin: 0;
}

.btn_70th_logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 840px) {
  .btn_70th_logo {
    width: 100px;
    top: 20px;
    left: -10px;
    padding: 6px;
  }
}

@media screen and (max-width: 600px) {
  .btn_70th_logo {
    width: 60px;
    top: 10px;
    left: -10px;
    padding: 6px;
  }
}

.hero {
  height: 810px;
  width: 600px;
  position: relative;
  margin: 50px auto 10px;
}

.hero_image {
  width: 500px;
  height: 675px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 840px) {
  .hero {
    width: 500px;
    height: 675px;
  }
  .hero_image {
    width: 90%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .hero {
    height: 400px;
    width: 100%;
  }
  .hero_image {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width: 470px) {
  .hero {
    height: 400px;
    width: 100%;
  }
  .hero_image {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .hero {
    margin: 70px auto 10px;
  }
}

@media screen and (max-width: 332px) {
  .hero {
    margin: 50px auto 10px;
  }
}

.credit {
  position: absolute;
  width: 200px;
  top: 75px;
  right: 0;
}

@media screen and (max-width: 840px) {
  .credit {
    width: 180px;
    top: 32px;
    right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .credit {
    width: 120px;
    top: 15px;
    right: 10px;
  }
}

.news {
  margin: 10px auto 30px;
  width: 350px;
}

@media screen and (max-width: 840px) {
  .news {
    width: 200px;
    margin: 30px auto 30px;
  }
}

@media screen and (max-width: 600px) {
  .news {
    width: 50%;
  }
}

.catch_box h1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0;
  text-align: center;
  margin: 40px 0;
}

.catch_box h1:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-top: 3px solid #000;
  left: 0;
}

@media screen and (max-width: 600px) {
  .catch_box h1 {
    margin: 20px 0;
  }
  .catch_box h1:before {
    border-top: 2px solid #000;
  }
}

.catch_box h1 span {
  position: relative;
  width: 440px;
  display: inline-block;
  background: #ffd25d;
}

.catch_box h1 span:before {
  content: '';
  position: absolute;
  top: 38%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  left: 3px;
}

.catch_box h1 span:after {
  content: '';
  position: absolute;
  top: 38%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  right: 3px;
}

.catch_box h1 span img {
  width: 240px;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .catch_box h1 span {
    width: 340px;
  }
  .catch_box h1 span img {
    width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .catch_box h1 span {
    width: 180px;
  }
  .catch_box h1 span img {
    width: 130px;
  }
  .catch_box h1 span:before {
    width: 10px;
    height: 10px;
    top: 38%;
  }
  .catch_box h1 span:after {
    width: 10px;
    height: 10px;
    top: 38%;
  }
}

.catch_box h2 {
  margin: 20px auto;
  width: 560px;
}

@media screen and (max-width: 840px) {
  .catch_box h2 {
    margin: 0px auto 20px;
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .catch_box h2 {
    width: 80%;
  }
}

@media screen and (max-width: 321px) {
  .catch_box h2 {
    width: 100%;
  }
}

.catch_box p {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .catch_box p {
    font-size: 12px;
  }
}

@media screen and (max-width: 321px) {
  .catch_box p {
    text-align: left;
  }
}

.chance_1st {
  margin: 50px 0;
}

@media screen and (max-width: 840px) {
  .chance_1st {
    margin: 0 0 25px 0;
  }
}

.chance_1st h1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0;
  text-align: center;
  margin: 40px 0;
}

.chance_1st h1:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-top: 3px solid #000;
  left: 0;
}

@media screen and (max-width: 600px) {
  .chance_1st h1 {
    margin: 20px 0;
  }
  .chance_1st h1:before {
    border-top: 2px solid #000;
  }
}

.chance_1st h1 span {
  position: relative;
  width: 360px;
  display: inline-block;
  background: #ffd25d;
}

.chance_1st h1 span:before {
  content: '';
  position: absolute;
  top: 43%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  left: 2px;
}

.chance_1st h1 span:after {
  content: '';
  position: absolute;
  top: 43%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  right: 2px;
}

.chance_1st h1 span img {
  width: 180px;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .chance_1st h1 span {
    width: 240px;
  }
  .chance_1st h1 span img {
    width: 120px;
  }
  .chance_1st h1 span:before {
    width: 16px;
    height: 20px;
    top: 40%;
  }
  .chance_1st h1 span:after {
    width: 16px;
    height: 20px;
    top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .chance_1st h1 span {
    width: 150px;
  }
  .chance_1st h1 span img {
    width: 90px;
  }
  .chance_1st h1 span:before {
    width: 10px;
    height: 10px;
    top: 42%;
  }
  .chance_1st h1 span:after {
    width: 10px;
    height: 10px;
    top: 42%;
  }
}

.chance_1st .catch {
  width: 80%;
  margin: 10px auto;
}

@media screen and (max-width: 840px) {
  .chance_1st .catch {
    width: 100%;
    margin: 10px auto;
  }
}

.chance_1st .present {
  margin: 40px 0;
}

.chance_1st .shop {
  background: #ffe7aa;
  padding: 50px;
}

.chance_1st .shop h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  margin: 20px 0 20px;
}

@media screen and (max-width: 1240px) {
  .chance_1st .shop h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0 20px;
  }
}

@media screen and (max-width: 840px) {
  .chance_1st .shop h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .chance_1st .shop h2 {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
}

.chance_1st .shop .shop_text {
  font-size: 18px;
  font-weight: bold;
  color: #F00;
  text-align: center;
  line-height: 24px;
  margin: 10px 0 40px;
}

@media screen and (max-width: 840px) {
  .chance_1st .shop .shop_text {
    font-size: 12px;
    margin: 10px 0 30px;
  }
}

@media screen and (max-width: 321px) {
  .chance_1st .shop .shop_text {
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  .chance_1st .shop {
    padding: 20px;
  }
}

.chance_1st .shop a {
  display: inline-block;
  margin: 20px 0;
}

.chance_1st .shop a .shop_img {
  position: relative;
  display: inline-block;
}

.chance_1st .shop a .shop_img img {
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.chance_1st .shop a .shop_img span {
  position: absolute;
  background: #eb6143;
  padding: 3px 6px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto 20%;
  font-size: 12px;
  color: #FFF;
  line-height: 20px;
}

@media screen and (max-width: 840px) {
  .chance_1st .shop a .shop_img span {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 2px;
    margin: auto 4%;
    bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .chance_1st .shop a .shop_img span {
    font-size: 10px;
    line-height: 12px;
    padding: 2px;
    margin: auto 12%;
    bottom: 9px;
  }
}

@media screen and (max-width: 321px) {
  .chance_1st .shop a .shop_img span {
    font-size: 9px;
  }
}

.chance_1st .shop a .shop_title {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .chance_1st .shop a .shop_title {
    font-size: 12px;
    margin-top: 10px;
  }
}

.chance_1st .shop a:hover .shop_img img {
  opacity: 0.8;
}

.chance_1st .shop .btn {
  font-size: 20px;
  font-weight: bold;
  padding: 22px 40px;
  background: #eb6143;
  margin: 30px auto 0;
  display: block;
  color: #FFF;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 56px;
}

.chance_1st .shop .btn:hover {
  background: #ed745a;
}

@media screen and (max-width: 600px) {
  .chance_1st .shop .btn {
    font-size: 16px;
    padding: 20px 40px;
  }
}

.chance_1st .notice {
  background: #FFF;
  padding: 50px;
  margin-top: 30px;
}

.chance_1st .notice h3 {
  font-size: 28px;
  margin: 20px 0 20px;
  font-weight: bold;
  position: relative;
  left: -0.5em;
}

.chance_1st .notice h3:first-child {
  margin: 0px 0 20px;
}

.chance_1st .notice p {
  margin: 0 0 0 1em;
  font-size: 16px;
  line-height: 28px;
}

.chance_1st .notice p:before {
  content: "※";
  margin-left: -1em;
}

.chance_1st .notice a {
  text-decoration: underline;
}

.chance_1st .notice a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1240px) {
  .chance_1st .notice {
    padding: 40px 40px;
  }
  .chance_1st .notice h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 840px) {
  .chance_1st .notice {
    padding: 40px 40px;
  }
  .chance_1st .notice h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .chance_1st .notice p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  .chance_1st .notice {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 370px) {
  .chance_1st .notice h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .chance_1st .notice p {
    font-size: 12px;
    line-height: 20px;
  }
}

.js_isIe .chance_1st .shop a .shop_img span {
  padding: 6px 0 3px;
}

.js_isIe .chance_1st .shop .btn {
  padding: 22px 40px 16px;
}

@media screen and (max-width: 600px) {
  .android .chance_1st .notice p {
    margin-left: 0.75em;
  }
}

@media screen and (max-width: 600px) {
  .android .chance_1st .notice p:before {
    margin-left: -0.75em;
  }
}

.chance_2nd {
  margin: 50px 0;
}

@media screen and (max-width: 840px) {
  .chance_2nd {
    margin: 0 0 25px 0;
  }
}

.chance_2nd h1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 0;
  text-align: center;
  margin: 40px 0;
}

.chance_2nd h1:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  border-top: 3px solid #000;
  left: 0;
}

@media screen and (max-width: 600px) {
  .chance_2nd h1 {
    margin: 20px 0;
  }
  .chance_2nd h1:before {
    border-top: 2px solid #000;
  }
}

.chance_2nd h1 span {
  position: relative;
  width: 360px;
  display: inline-block;
  background: #ffd25d;
}

.chance_2nd h1 span:before {
  content: '';
  position: absolute;
  top: 43%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  left: 2px;
}

.chance_2nd h1 span:after {
  content: '';
  position: absolute;
  top: 43%;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/border.svg);
  background-repeat: no-repeat;
  right: 2px;
}

.chance_2nd h1 span img {
  width: 180px;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .chance_2nd h1 span {
    width: 240px;
  }
  .chance_2nd h1 span img {
    width: 120px;
  }
  .chance_2nd h1 span:before {
    width: 16px;
    height: 20px;
    top: 40%;
  }
  .chance_2nd h1 span:after {
    width: 16px;
    height: 20px;
    top: 40%;
  }
}

@media screen and (max-width: 600px) {
  .chance_2nd h1 span {
    width: 150px;
  }
  .chance_2nd h1 span img {
    width: 90px;
  }
  .chance_2nd h1 span:before {
    width: 10px;
    height: 10px;
    top: 42%;
  }
  .chance_2nd h1 span:after {
    width: 10px;
    height: 10px;
    top: 42%;
  }
}

.chance_2nd .catch {
  width: 80%;
  margin: 10px auto;
}

@media screen and (max-width: 840px) {
  .chance_2nd .catch {
    width: 100%;
    margin: 10px auto;
  }
}

.chance_2nd .present {
  margin: 40px 0;
}

.chance_2nd .present .row .col-12 .present_title {
  margin-top: 50px;
}

@media screen and (max-width: 1240px) {
  .chance_2nd .present .row .col-12 .present_title {
    margin-top: 30px;
  }
}

.chance_2nd .present .row .col-12 .present_title h4 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 24px;
}

@media screen and (max-width: 1240px) {
  .chance_2nd .present .row .col-12 .present_title h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12 .present_title h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

.chance_2nd .present .row .col-12 .present_img {
  position: relative;
}

.chance_2nd .present .row .col-12 .present_img p {
  position: absolute;
  right: 2px;
  top: -28px;
  font-size: 32px;
  font-weight: bold;
  color: #FFF;
  z-index: 2;
  text-align: center;
}

.chance_2nd .present .row .col-12 .present_img p span {
  font-size: 16px;
}

@media screen and (max-width: 1240px) {
  .chance_2nd .present .row .col-12 .present_img p {
    top: 10px;
  }
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12 .present_img p {
    position: absolute;
    right: 7px;
    top: -1px;
    font-size: 24px;
    line-height: 18px;
    z-index: 2;
    text-align: center;
  }
  .chance_2nd .present .row .col-12 .present_img p span {
    font-size: 12px;
  }
}

.chance_2nd .present .row .col-12 .present_img:after {
  content: "";
  position: absolute;
  right: -20px;
  top: -45px;
  background: #000;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 50%;
}

@media screen and (max-width: 1240px) {
  .chance_2nd .present .row .col-12 .present_img:after {
    top: -6px;
  }
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12 .present_img:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -15px;
    background: #000;
    width: 60px;
    height: 60px;
    z-index: 1;
    border-radius: 50%;
  }
}

.chance_2nd .present .row .col-12:nth-child(3) .present_img p {
  right: 0px;
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12:nth-child(3) .present_img p {
    right: 5px;
  }
}

.chance_2nd .present .row .col-12:nth-child(4) .present_img p {
  right: 0px;
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12:nth-child(4) .present_img p {
    right: 5px;
  }
}

.chance_2nd .present .row .col-12:nth-child(5) .present_img p {
  right: 0px;
}

@media screen and (max-width: 840px) {
  .chance_2nd .present .row .col-12:nth-child(5) .present_img p {
    right: 5px;
  }
}

.chance_2nd .present .row .col-12 .present_text p {
  font-size: 14px;
  margin: 4px 0 0px 1em;
}

@media screen and (max-width: 600px) {
  .chance_2nd .present .row .col-12 .present_text p {
    font-size: 12px;
  }
}

.chance_2nd .present .row .col-12 .present_text p:before {
  content: "※";
  margin-left: -1em;
}

.chance_2nd .present .row .col-12 .present_text p a {
  text-decoration: underline;
}

.chance_2nd .present .row .col-12 .present_text p a:hover {
  opacity: 0.8;
}

.chance_2nd .present_btn {
  text-align: center;
  margin: 60px 0 40px;
}

.chance_2nd .present_btn a {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  padding: 32px 60px;
  background: #eb6143;
  margin: 0px auto;
  display: block;
  width: 500px;
  color: #FFF;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 56px;
}

.chance_2nd .present_btn a:hover {
  background: #ed745a;
}

@media screen and (max-width: 600px) {
  .chance_2nd .present_btn a {
    font-size: 20px;
    padding: 20px 30px;
    border-radius: 40px;
    width: 80%;
  }
}

@media screen and (max-width: 321px) {
  .chance_2nd .present_btn a {
    width: 100%;
    padding: 20px 10px;
  }
}

.chance_2nd .date {
  margin: 50px 0 0;
}

.chance_2nd .date h3 {
  margin: 20px auto;
  width: 450px;
}

@media screen and (max-width: 840px) {
  .chance_2nd .date h3 {
    width: 400px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 600px) {
  .chance_2nd .date h3 {
    width: 80%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 321px) {
  .chance_2nd .date h3 {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .chance_2nd .date {
    margin: 24px 0 0;
  }
}

.chance_2nd .notice {
  background: #FFF;
  padding: 50px;
  margin-top: 30px;
}

.chance_2nd .notice h3 {
  font-size: 28px;
  margin: 20px 0 20px;
  font-weight: bold;
  position: relative;
  left: -0.5em;
}

.chance_2nd .notice h3:first-child {
  margin-top: 0;
}

.chance_2nd .notice p {
  margin: 0 0 0 1em;
  font-size: 16px;
  line-height: 28px;
}

.chance_2nd .notice p:before {
  content: "※";
  margin-left: -1em;
}

.chance_2nd .notice p:last-child {
  margin: 16px 0 0;
}

.chance_2nd .notice p:last-child:before {
  content: "";
  margin-left: 0em;
}

.chance_2nd .notice a {
  text-decoration: underline;
}

.chance_2nd .notice a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1240px) {
  .chance_2nd .notice {
    padding: 40px 40px;
  }
  .chance_2nd .notice h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 840px) {
  .chance_2nd .notice {
    padding: 40px 40px;
  }
  .chance_2nd .notice h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .chance_2nd .notice p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media screen and (max-width: 600px) {
  .chance_2nd .notice {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 370px) {
  .chance_2nd .notice h3 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .chance_2nd .notice p {
    font-size: 12px;
    line-height: 20px;
  }
}

.js_isIe .chance_2nd .present .row .col-12 .present_img p {
  top: -24px;
}

@media screen and (max-width: 1240px) {
  .js_isIe .chance_2nd .present .row .col-12 .present_img p {
    top: 14px;
  }
}

.js_isIe .chance_2nd .present_btn a {
  padding: 32px 60px 20px;
}

.android .chance_2nd .present {
  margin: 40px 0;
}

@media screen and (max-width: 600px) {
  .android .chance_2nd .present .row .col-12 .present_text p {
    margin-left: 0.75em;
  }
}

@media screen and (max-width: 600px) {
  .android .chance_2nd .present .row .col-12 .present_text p:before {
    margin-left: -0.75em;
  }
}

@media screen and (max-width: 600px) {
  .android .chance_2nd .notice p {
    margin-left: 0.75em;
  }
}

@media screen and (max-width: 600px) {
  .android .chance_2nd .notice p:before {
    margin-left: -0.75em;
  }
}

.android .chance_2nd .notice p:last-child {
  margin: 16px 0 0;
}

.android .chance_2nd .notice p:last-child:before {
  content: "";
  margin-left: 0em;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 20;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  pointer-events: auto;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 21;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  color: #FFF;
  -ms-overflow-style: none;
}

@media screen and (max-width: 600px) {
  .modal {
    padding: 30px 0px;
  }
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal a.close-modal {
  position: fixed;
  top: 12.5px;
  right: 20.5px;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

@media screen and (max-width: 600px) {
  .modal a.close-modal {
    top: 8px;
    right: 8px;
    width: 45px;
    height: 45px;
  }
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal_shop h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 40px;
  width: 100%;
  line-height: 32px;
  display: block;
}

@media screen and (max-width: 600px) {
  .modal_shop h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
}

.modal_shop .col-12 {
  position: relative;
  overflow: hidden;
}

.modal_shop .col-12:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #FFF;
  bottom: 10px;
  width: 82%;
  margin: 0 9%;
  left: 0;
}

@media screen and (max-width: 840px) {
  .modal_shop .col-12:after {
    width: 90%;
    margin: 0 5%;
  }
}

@media screen and (max-width: 600px) {
  .modal_shop .col-12:after {
    width: 100%;
    margin: 0;
    bottom: 0px;
  }
}

.modal_shop .mt-5 {
  clear: both;
}

.modal_shop .shop_box {
  clear: both;
  padding: 20px 0;
  margin: 20px;
}

@media screen and (max-width: 600px) {
  .modal_shop .shop_box {
    padding: 0px;
    margin: 30px 0;
  }
}

.modal_shop .shop_box h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 28px;
}

@media screen and (max-width: 600px) {
  .modal_shop .shop_box h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.modal_shop .shop_box p {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .modal_shop .shop_box p {
    font-size: 12px;
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 20;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  pointer-events: auto;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 21;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px 30px;
  text-align: left;
  color: #FFF;
  -ms-overflow-style: none;
}

@media screen and (max-width: 600px) {
  .modal {
    padding: 30px 0px;
  }
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal a.close-modal {
  position: fixed;
  top: 12.5px;
  right: 20.5px;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

@media screen and (max-width: 600px) {
  .modal a.close-modal {
    top: 8px;
    right: 8px;
    width: 45px;
    height: 45px;
  }
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.modal_news h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 40px;
  width: 100%;
  line-height: 32px;
  display: block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 600px) {
  .modal_news h4 {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
}

.modal_news .col-12 {
  position: relative;
  overflow: hidden;
}

.modal_news .mt-5 {
  clear: both;
}

.modal_news .news_box {
  clear: both;
  padding: 20px 0;
  margin: 20px;
}

@media screen and (max-width: 600px) {
  .modal_news .news_box {
    padding: 0px;
    margin: 30px 0;
  }
}

.modal_news .news_box h5 {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .modal_news .news_box h5 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
  }
}

.text02 {
  color: #F00;
  text-decoration: underline;
  text-align: center;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.text02:hover {
  text-decoration: none;
}

.text02 p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 32px;
}

.text02 p b {
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 840px) {
  .text02 {
    text-align: left;
  }
  .text02 p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
  }
}

.u-svgDef {
  width: 0;
  height: 0;
  z-index: -1000;
  position: absolute;
  overflow: hidden;
}

.u-svgDef svg {
  width: inherit;
  height: inherit;
}

[v-cloak] {
  visibility: hidden;
}

@media screen and (min-width: 800px) {
  .u-blockS {
    display: none;
  }
}

.u-blockL {
  display: none;
}

@media screen and (min-width: 800px) {
  .u-blockL {
    display: block;
  }
}
