@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500&display=swap&subset=japanese");
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; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none !important; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.inrWidth {
  width: 800px;
  margin: 0 auto; }

.outerWidth {
  width: 1000px;
  margin: 0 auto; }

@media screen and (min-width: 961px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
    margin: 0 auto; }
  .outerWidth {
    width: 1000px;
    margin: 0 auto; }
  .inrWidth {
    width: 800px;
    margin: 0 auto; } }

@media screen and (min-width: 1100px) {
  .fullWidth {
    width: 1100px;
    margin: 0 auto; }
  .inrWidth {
    width: 800px;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
    margin: 0 auto; }
  .outerWidth {
    width: 90% !important;
    margin: 0 auto; } }

main,
header,
footer,
section {
  display: block; }

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom; }

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

a {
  text-decoration: none;
  color: #222;
  -webkit-tap-highlight-color: transparent; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }

.fw {
  font-weight: bold; }

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%); }

.abr {
  display: inline-block; }

.imgFull img {
  width: 100%; }

a.over:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

@media only screen and (min-width: 769px) {
  body {
    font-size: 1.4rem; }
  .spbr {
    display: none; }
  .sp {
    display: none !important; }
  .pc {
    display: block; }
  a[href^="tel:"] {
    pointer-events: none; }
  a {
    text-decoration: none; }
    a:hover {
      opacity: 0.8;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    a img {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1; }
    a:hover img {
      opacity: 0.7; }
  a[href^="tel:"] {
    pointer-events: none; }
  #totop {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 99; } }

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem; }
  .pcbr {
    display: none; }
  .sp {
    display: block; }
  .pc {
    display: none !important; }
  #totop {
    position: fixed;
    right: 5%;
    bottom: 3%;
    z-index: 99; }
    #totop img {
      width: 60px; } }

/*----------------------------------------
HEADER
-----------------------------------------*/
.inrWidth {
  width: 800px;
  margin: 0 auto;
}
.outerWidth {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
    margin: 0 auto;
  }
  .outerWidth {
    width: 1000px;
    margin: 0 auto;
  }
  .inrWidth {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .fullWidth {
    width: 1100px;
    margin: 0 auto;
  }
  .inrWidth {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
    margin: 0 auto;
  }
  .outerWidth {
    width: 90% !important;
    margin: 0 auto;
  }
}
h2 img {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  main {
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
  }
  .attn {
    color: #ce2d4f;
    text-align: center;
    display: block;
    margin-top: 8px;
  }
  .attn:hover {
    text-decoration: underline;
  }
  main h2 {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
  }
  main .kv {
    background: url(../img/lp/bg-mv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px;
  }
  main .kv .kvInr {
    position: relative;
  }
  main .kv h1 {
    text-align: center;
    padding: 35px 0;
    position: relative;
    z-index: 1;
  }
  main .kv h2 {
    position: relative;
  }
  main .information {
    width: 750px;
    margin: 40px auto 40px;
    border: 4px solid #ff0018;
    background: #ffd8dc;
    padding: 25px;
    color: #ff0018;
    text-align: center;
    border-radius: 3px;
  }
  main .information h3 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  main .information h3 img {
    width: 40px;
    vertical-align: sub;
  }
  main .information p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  main #area_intro {
    padding: 40px 0 40px;
    text-align: center;
    margin-bottom: 0;
  }
  main #area_intro .introTxt {
    line-height: 2;
    margin-bottom: 25px;
    font-size: 1.0rem;
  }
  main #area_intro ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main #area_intro ul li {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.075em;
    font-size: 1.8rem;
    width: 22%;
  }
  main #area_intro ul li:not(:nth-of-type(3)) {
    margin-right: 1.5%;
  }
  main #area_intro ul li a {
    display: block;
    background: #b9d5ff;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    border: 1px solid #000;
  }
  main #area_intro ul li a:hover {
    background: #000;
    color: #fff;
  }
  main #area_hikarich {
    background: #d2effa;
    padding-top: 70px;
    padding-bottom: 140px;
    position: relative;
    z-index: 0;
  }
  main #area_hikarich > p {
    font-size: 1.8rem;
    color: #06b4d6;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bold;
  }
  main #area_hikarich .hikari {
    padding: 35px 60px 60px;
    margin-bottom: 5px;
    border: 7px solid #06b4d6;
    background: #fff;
    border-radius: 20px;
  }
  main #area_hikarich .hikari--ttl {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
  }
  main #area_hikarich .hikari--ttl img {
    margin-bottom: 25px;
  }
  main #area_hikarich .hikari--ttl span {
    font-size: 2.4rem;
  }
  main #area_hikarich .hikari--txt {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
  main #area_hikarich .hikari .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main #area_hikarich .hikari .content__blk.LFT {
    width: calc(440 / 880 * 100%);
  }
  main #area_hikarich .hikari .content__blk.RGT {
    width: calc(420 / 880 * 100%);
  }
  main #area_hikarich .hikari .content__blk.RGT .content__blk--info {
    background: #eef9fd;
    padding: 15px;
  }
  main #area_hikarich .hikari .content__blk.RGT .content__blk--info p:first-of-type {
    margin-bottom: 15px;
  }
  main #area_hikarich .hikari .content__blk--link {
    text-decoration: underline;
    padding-top: 5px;
    display: block;
  }
  main #area_program {
    background: url(../img/lp/bg-program.png) no-repeat;
    background-size: 2000px 100%;
    background-position: center;
    position: relative;
    z-index: 10;
    margin-top: -235px;
    padding: 195px 0 15px;
    overflow: hidden;
    pointer-events: none;
  }
  main #area_program .program {
    padding-top: 40px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  main #area_program .program__blk--info {
    width: calc(550/1000*100%);
    padding: 40px;
    border: 7px solid #06b4d6;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 10;
  }
  main #area_program .program__blk--info .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  main #area_program .program__blk--info .content__blk.LFT {
    width: calc(140/450*100%);
  }
  main #area_program .program__blk--info .content__blk.RGT {
    width: calc(300/450*100%);
  }
  main #area_program .program__blk--info .content__blk--no {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    background: #06b4d6;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
  }
  main #area_program .program__blk--info .content__blk--h3 {
    font-size: 1.8rem;
    color: #06b4d6;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  main #area_program .program__blk--detail p {
    text-indent: -5.5em;
    padding-left: 5.5em;
  }
  main #area_program .program__blk--detail p.inde0 {
    text-indent: 0;
    padding-left: 0;
  }
  main #area_program .program__blk--detail p span {
    color: #06b4d6;
    font-weight: bold;
  }
  main #area_program .program__blk--detail p a {
    text-decoration: underline;
    color: #06b4d6;
  }
  main #area_program .program__blk--detail .detail {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main #area_program .program__blk--detail .detail__blk:first-of-type {
    width: calc(300/450*100%);
  }
  main #area_program .program__blk--detail .detail__blk:last-of-type {
    width: calc(130/450*100%);
  }
  main #area_program .program__blk--detail .detail ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main #area_program .program__blk--detail .logo_hirapa {
    width: 200px;
    margin: 0 auto;
  }
  main #area_program .program__blk--img {
    z-index: 0;
  }
  main #area_program .no1,
  main #area_program .no2 {
    pointer-events: all;
  }
  main #area_program .no1 {
    position: relative;
    /*z-index: 0;*/
  }
  main #area_program .no1 .program__blk--img {
    position: absolute;
    right: -80px;
    top: 70px;
  }
  main #area_program .no2 {
    position: relative;
    /*z-index: 10;*/
  }
  main #area_program .no2 .program__blk--info {
    margin-left: auto;
  }
  main #area_program .no2 .program__blk--img {
    position: absolute;
    left: -140px;
    top: 20px;
    padding-top: 15px;
  }
  main #area_chance {
    background: url(../img/lp/bg-wchance.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
  }
  main #area_chance .chance {
    padding: 30px 50px 50px;
    border: 7px solid #ffe100;
    background: #fff;
    border-radius: 20px;
  }
  main #area_chance .chance ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main #area_chance .chance ul li:first-of-type {
    width: calc(390/870*100%);
  }
  main #area_chance .chance ul li:last-of-type {
    width: calc(440/870*100%);
    font-size: 1.1rem;
  }
  main #area_chance .chance .prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main #area_chance .chance .prize__blk {
    position: relative;
    width: calc(415/870*100%);
    text-align: center;
    background: #ddf4ff;
    padding: 20px;
  }
  main #area_chance .chance .prize__blk--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-center {
    justify-content: center;
  }
  main #area_chance .chance .prize__blk--ph {
    margin-right: 20px;
  }
  main #area_chance .chance .prize__blk--ph:last-of-type {
    margin-right: 0;
  }
  main #area_chance .chance .prize__blk--ph p {
    padding-top: 10px;
    font-size: 0.7rem;
  }
  main #area_chance .chance .prize__blk--right {
    position: relative;
    flex: 1;
  }
  main #area_chance .chance .prize__blk--sama {
    margin-bottom: 15px;
    position: absolute;
    top: -10px;
    right: -30px;
    transform: rotate(10deg);
  }
  main #area_chance .chance .prize__blk--sama img {
    width: 120px;
  }
  main #area_chance .chance .prize__blk--txt {
    padding-bottom: 13px;
    font-weight: bold;
    font-size: 1.08rem;
    text-align: center;
    line-height: 1.2;
  }
  main #area_chance .chance .report_koov {
    padding-top: 20px;
    text-align: center;
  }
  main #area_chance .chance .report_koov a {
    text-decoration: underline;
  }
  main #area_attn {
    padding: 60px 0;
    font-size: 1.4rem;
  }
  main #area_attn h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 4px solid #000;
    margin-bottom: 30px;
  }
  main #area_attn h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  main #area_attn ul:not(:last-of-type) {
    margin-bottom: 25px;
  }
  main #area_attn ul:nth-of-type(1) > li:last-of-type {
    text-indent: 0;
    padding-left: 0;
  }
  main #area_attn ul li {
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.0rem;
  }
  main #area_attn ul li a {
    color: #fff;
  }
  main #area_attn .dot {
    margin-bottom: 20px;
  }
  main p.attn {
    margin-bottom: 35px;
    text-align: center;
    color: #dd4c4c;
  }
}

@media only screen and (max-width: 768px) {
  .kv {
    position: relative;
    margin-top: -20px;
  }
  .kv h2 {
    position: relative;
  }
  .kv .attn {
    position: relative;
    top: -45px;
    margin-bottom: -25px;
  }
  main .information {
    width: 90%;
    margin: 25px auto 20px;
    border: 3px solid #ff0018;
    background: #ffd8dc;
    padding: 15px;
    color: #ff0018;
  }
  main .information h3 {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: 1;
  }
  main .information h3 img {
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
  }
  main .information p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  main h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
  }
  main section {
    padding: 40px 0 50px;
  }
  main .information {
    margin: 40px auto 40px;
    border: 4px solid #ff0018;
    background: #ffd8dc;
    padding: 25px;
    color: #ff0018;
    text-align: center;
    border-radius: 3px;
  }
  main .information h3 {
    font-size: 2.2rem;
    font-weight: bold;
  }
  main .information h3 img {
    width: 40px;
    vertical-align: sub;
  }
  main .information p {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  main #area_intro {
    padding: 30px 0;
    text-align: left;
    margin-bottom: 0;
  }
  main #area_intro .introTxt {
    line-height: 1.8;
    margin-bottom: 15px;
  }
  main #area_intro ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  main #area_intro ul li {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    letter-spacing: 0.075em;
    font-size: 1.8rem;
    width: 45%;
    box-sizing: border-box;
  }
  main #area_intro ul li:not(:nth-of-type(3)) {
    margin-right: 3%;
    margin-bottom: 3%;
  }
  main #area_intro ul li a {
    display: block;
    background: #b9d5ff;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    border: 1px solid #000;
  }
  main #area_intro ul li a:hover {
    background: #000;
    color: #fff;
  }
  main #area_hikarich {
    background: #d2effa;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    letter-spacing: 0.01em;
    z-index: 0;
  }
  main #area_hikarich > p {
    font-size: 1.4rem;
    color: #06b4d6;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: center;
    font-weight: bold;
  }
  main #area_hikarich .hikari {
    padding: 25px;
    border: 7px solid #06b4d6;
    background: #fff;
    border-radius: 20px;
  }
  main #area_hikarich .hikari--ttl {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: bold;
  }
  main #area_hikarich .hikari--ttl img {
    width: 200px;
  }
  main #area_hikarich .hikari--ttl span {
    font-size: 2.2rem;
    display: block;
  }
  main #area_hikarich .hikari--txt {
    margin-bottom: 20px;
  }
  main #area_hikarich .hikari .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main #area_hikarich .hikari .content__blk.RGT {
    margin-bottom: 25px;
  }
  main #area_hikarich .hikari .content__blk.RGT .content__blk--info {
    background: #eef9fd;
    padding: 15px;
  }
  main #area_hikarich .hikari .content__blk.RGT .content__blk--info p:first-of-type {
    margin-bottom: 15px;
  }
  main #area_hikarich .hikari .content__blk--link {
    text-decoration: underline;
    padding-top: 10px;
    display: block;
  }
  main #area_program {
    background: url(../img/lp/bg-program.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    /* margin-top: -190px; */
    padding: 0 0 40px;
    overflow: hidden;
  }
  main #area_program .program {
    padding-top: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #area_program .program__blk--info {
    margin-top: -15px;
    padding: 20px;
    border: 7px solid #06b4d6;
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 10;
  }
  main #area_program .program__blk--info .content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
  }
  main #area_program .program__blk--info .content__blk.LFT {
    width: 230px;
    margin: 0 auto 20px;
  }
  main #area_program .program__blk--info .content__blk--no {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    background: #06b4d6;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
  }
  main #area_program .program__blk--info .content__blk--h3 {
    font-size: 1.5rem;
    color: #06b4d6;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  main #area_program .program__blk--detail p {
    text-indent: -5.5em;
    padding-left: 5.5em;
  }
  main #area_program .program__blk--detail p.inde0 {
    text-indent: 0;
    padding-left: 0;
  }
  main #area_program .program__blk--detail p span {
    color: #06b4d6;
    font-weight: bold;
  }
  main #area_program .program__blk--detail p a {
    text-decoration: underline;
    color: #06b4d6;
  }
  main #area_program .program__blk--detail .detail {
    margin-top: 15px;
  }
  main #area_program .program__blk--detail .detail__blk:last-of-type {
    text-align: center;
    width: 132px;
    margin: 0 auto;
  }
  main #area_program .program__blk--detail .detail ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main #area_program .program__blk--detail .logo_hirapa {
    padding-left: 0;
    width: 200px;
    margin: 10px auto 20px;
  }
  main #area_program .program__blk--img {
    z-index: 0;
  }
  main #area_program .no1,
  main #area_program .no2 {
    pointer-events: all;
  }
  main #area_program .no1 {
    position: relative;
  }
  main #area_program .no1 .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main #area_program .no1 .program__blk--info {
    margin-top: 0;
  }
  main #area_program .no2 {
    position: relative;
  }
  main #area_program .no2 .program__blk--info {
    margin-left: auto;
  }
  main #area_program .no2 .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main #area_chance {
    background: url(../img/lp/bg-wchance.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }
  main #area_chance .chance {
    padding: 30px 20px 20px;
    border: 7px solid #ffe100;
    background: #fff;
    border-radius: 20px;
  }
  main #area_chance .chance ul {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main #area_chance .chance ul li:first-of-type {
    margin-bottom: 20px;
  }
  main #area_chance .chance ul li:first-of-type img {
    width: 230px;
  }
  /*main #area_chance .chance .prize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }*/
  main #area_chance .chance .prize__blk {
    /*width: 48%;
    text-align: center;*/
    position: relative;
    background: #ddf4ff;
    padding-bottom: 20px;
  }
  main #area_chance .chance .prize__blk:nth-of-type(1),
  main #area_chance .chance .prize__blk:nth-of-type(2) {
    margin-bottom: 25px;
  }
  main #area_chance .chance .prize__blk--ph {
    width: 86%;
    background: #fff;
    margin: 20px auto 15px;
    padding: 5px 0;
  }
  main #area_chance .chance .prize__blk--ph img {
    margin: 0 auto;
  }
  main #area_chance .chance .prize__blk--ph p {
    font-size: 0.8rem;
    text-align: center;
  }
  main #area_chance .chance .prize__blk--sama {
    /*margin-bottom: 10px;*/
    position: absolute;
    right: -10px;
    top: -10px;
    transform: rotate(10deg);
  }
  main #area_chance .chance .prize__blk--sama img {
    width: 100px;
  }
  main #area_chance .chance .prize__blk--txt {
    padding: 35px 15px 0;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
  }
  main #area_chance .chance .report_koov a {
    text-decoration: underline;
  }
  main #area_attn {
    padding: 40px 0;
    font-size: 1.0rem;
  }
  main #area_attn h2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
  }
  main #area_attn h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
  }
  main #area_attn ul:not(:last-of-type) {
    margin-bottom: 25px;
  }
  main #area_attn ul li {
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  main #area_attn ul li a {
    color: #fff;
  }
  main #area_attn .dot {
    margin-bottom: 20px;
  }
  main p.attn {
    margin-bottom: 35px;
    text-align: center;
    color: #dd4c4c;
  }
  main p.attn {
    margin-bottom: 35px;
    text-align: center;
    color: #dd4c4c;
  }
  main p.attn {
    color: #dd4c4c;
  }
  main .bnreo {
    width: 90%;
    margin: 0 auto !important;
  }
}

/* ○○あと押し、ランク */
.p-lp {
  overflow-x: hidden;
}
.p-lp .lp-header {
  z-index: 10;
}
.p-lp .lp-header__ttl--icons {
  position: absolute;
  top: 68px;
  left: 0;
  width: min(8.98%, 115px);
  padding: min(1.41vw, 18px) 0 min(1.56vw, 20px) min(1.56vw, 20px);
  background: rgba(33, 57, 108, 0.84);
  --r: 1em;
  clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - .1em) 100%,50% calc(100% - var(--r)),0em 100%,0 100%);
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons {
    width: auto;
    max-width: min(89.33vw, 335px);
    padding: min(2.67vw, 10px) 0 min(1.33vw, 5px) min(2.67vw, 10px);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 100% calc(100% - 0.1em), calc(100% - var(--r)) 50%, 100% 0.1em);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: min(89.33vw, 335px);
    padding-right: min(2.67vw, 10px);
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl {
    margin-right: 7px;
    margin-bottom: auto;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
  width: auto;
  height: min(5.47vw, 70px);
  max-height: 70px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--ttl img {
    height: min(10.93vw, 41px);
    max-height: 41px;
  }
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
  padding-bottom: 10px;
}
.p-lp .lp-header__ttl--icons .ttl--icons--medal img {
  width: min(6.09vw, 78px);
  max-width: 78px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons .ttl--icons--medal:last-child {
    padding-right: 15px;
    padding-bottom: 0;
  }
  .p-lp .lp-header__ttl--icons .ttl--icons--medal img {
    width: min(13.33vw, 50px);
    max-width: 50px;
  }
}
.p-lp .lp-header__ttl--icons img {
  width: 15.23vw;
  max-width: 195px;
}
@media screen and (max-width: 767px) {
  .p-lp .lp-header__ttl--icons img {
    width: 89.33vw;
    max-width: 335px;
  }
}


/* kv画像の位置調整 */
main .kv .kvInr picture img {
  margin: 0 auto;
}

/* ゲゲゲの妖怪 copyright */
.ge_copy {
  font-size: 11px;
  text-align: right;
  padding-top: 3px;
}

/* ご応募はこちらボタン */
.btn__wrap {
  margin: min(3.52vw, 45px) auto 0;
}
.btn__wrap .btn {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 0.6em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: center;
  background: url(../img/lp/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn {
    width: 89.33vw;
    max-width: 335px;
  }
}

/* ご応募はこちらボタン追記 */
.btn__wrap {
  margin-top: 30px;
  margin-bottom: 40px;
  pointer-events: auto;
}
.btn__wrap .btn span.red_txt {
  color: #ff0000;
}

/* 応募終了ボタン */
.btn__wrap .btn_end {
  display: block;
  width: 38.67vw;
  max-width: 495px;
  padding: 0.6em 0;
  margin: auto;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  text-align: center;
  background: url(../img/lp/icon_arw_right.png) no-repeat 95% 50%/9px auto #ffe100;
  border-radius: 50px;
  /*pointer-events: none;*/
}
@media screen and (max-width: 767px) {
  .btn__wrap .btn_end {
    width: 89.33vw;
    max-width: 335px;
  }
}
.btn__wrap .btn_end span.white_txt {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8;
}

/* 過去のイベント写真 */
.staff_taiken_past {
  position: relative;
  height: 100px;
}
.staff_taiken_past img {
  position: absolute;
  top: -80px;
  left: 100px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .staff_taiken_past {
    height: 50px;
  }
  .staff_taiken_past img {
    top: -15px;
	left: 0;
  }
}

/* レポート */
#area_report {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fae0bc;
}
#area_report h2 {
  padding-bottom: 15px;
  font-size: 1.6rem;
}
#area_report .report_past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
#area_report .report_past .report_img {
  margin-right: 15px;
}
#area_report .report_past .report_img:last-child {
  margin-right: 0;
}
#area_report .report_txt {
  font-size: 1.2rem;
  text-align: center;
}
#area_report .report_txt a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #area_report {
    padding: 40px 5.5%;
  }
  #area_report h2 {
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  #area_report .report_past {
    display: block;
    padding: 20px 0 5px;
  }
  #area_report .report_past .report_img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #area_report .report_txt {
    font-size: 16px;
    text-align: left;
  }
}

/* アプリバナー */
#area_appbn {
  background-color: #eceff7;
}
.bnr--area {
  max-width: 1024px;
  padding: min(3.91vw, 50px);
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
	#area_appbn {
    padding: 0;
	}
  .bnr--area img {
    width: 89.33vw;
    max-width: 335px;
    margin: auto;
  }
}

/* margin・padding */
.pt20 {
  padding-top: 20px;
}

/* eo25周年バナー */
.bnr--eo25{
  padding: 50px 20px;
}
.bnr--eo25 a{
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
