@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, 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, 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: 820px;
  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: 820px;
    margin: 0 auto; } }

@media screen and (min-width: 1100px) {
  .fullWidth {
    width: 1100px;
    margin: 0 auto; }
  .inrWidth {
    width: 820px;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  .inrWidth {
    width: 90%;
    margin: 0 auto; }
  .outerWidth {
    width: 90% !important;
    margin: 0 auto; } }

main,
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; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right; }
  #pageTop a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #pageTop a:hover {
      text-decoration: none; }

.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.6rem; }
  .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
-----------------------------------------*/
.sp_headtx {
  background: #001f63;
  color: #d8ce96;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }

.sp_box {
  display: none; }

.inrWidth {
  width: 820px;
  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: 820px;
    margin: 0 auto; } }

@media screen and (min-width: 1100px) {
  .fullWidth {
    width: 1100px;
    margin: 0 auto; }
  .inrWidth {
    width: 820px;
    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; }

.product__ttl h3 {
  font-family: "M PLUS Rounded 1c", sans-serif; }

@media only screen and (min-width: 769px) {
  main {
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed; }
  /* red */
  p.applibtn a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 430px;
    display: block;
    margin: 60px auto 60px;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 40px;
    color: #fff;
    border: 3px solid #f02f1b;
    background: #f02f1b; }
    p.applibtn a:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #f9e405 !important;
      color: #000 !important;
      border: 3px solid #f9e405;
      opacity: 1; }
  /* Black */
  p.applibtn2 a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 430px;
    display: block;
    margin: 60px auto 60px;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #000;
    background: #000; }
    p.applibtn2 a:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #fff;
      color: #000 !important;
      border: 1px solid #000; }
  /* Yellow */
  p.applibtn3 a {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 350px;
    display: block;
    margin: 0 auto;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 1.375rem;
    font-weight: bold;
    border-radius: 40px;
    /*color: #000;*/
    color: #fff;
    /*border: 5px solid #ffe100;*/
    border: 5px solid #000;
    /*background: #ffe100;*/
    background: #000;
    pointer-events:none;
    }
    p.applibtn3 a:hover {
      opacity: 1;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #000 !important;
      color: #fff !important;
      border: 5px solid #000 !important; }
  a.btn2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    width: 300px;
    margin: 20px auto;
    display: block;
    padding: 16px 16px;
    border-radius: 30px;
    color: #000;
    border: 1px solid #000;
    text-align: center; }
    a.btn2:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #000;
      color: #fff !important; }
  ul.wbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    ul.wbtn li {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold; }
      ul.wbtn li span {
        font-size: 1.8rem; }
      ul.wbtn li a {
        display: block !important;
        width: 400px;
        line-height: 1.4 !important;
        padding: 18px 0 !important; }
        ul.wbtn li a:hover {
          color: #fff;
          opacity: 1; }
    ul.wbtn li:first-of-type {
      margin-right: 20px; }
  .wbtn-2 {
    width: 400px;
    height: 140px;
    position: relative;
    overflow: hidden;
    background: #ffe100;
    border-radius: 35px; }
    .wbtn-2 a {
      text-decoration: none;
      line-height: 50px;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 2;
      position: relative; }
    .wbtn-2:hover .eff-2 {
      top: 0; }
    .wbtn-2:hover a {
      color: #fff; }
    .wbtn-2 .eff-2 {
      width: 400px;
      height: 140px;
      top: -140px;
      background: #111;
      position: absolute;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      z-index: 1; }
  .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.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 80px; }
    main .kv .applibtn a {
      margin-top: 40px;
      margin-bottom: 0; }
    main .kv .kvInr {
      position: relative; }
    main .kv h1 {
      text-align: center; }
    main .kv .kvInr h1 picture img {
      margin: 0 auto; }
	main .kv h2 {
      position: relative; }
    main .kv .wbtn {
      position: relative;
      top: -70px;
      margin-bottom: -70px; }
    main .kv p.applibtn3 {
      text-align: center; }
    main .kv .mvobi {
      background: #000;
      padding: 15px;
      text-align: center;
      line-height: 1;
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
    main .kv .mvobi img {
      margin: 0 auto; }
  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 .oubobtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    margin: auto;
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
    main .oubobtn__blk:first-of-type {
      margin-right: auto; }
    main .oubobtn__blk:first-of-type a {
      border: 5px solid #000; }
    main .oubobtn__blk:last-of-type a {
      /*border: 5px solid #ffe100;
      background: #fff;*/
      border: 5px solid #000;
      background: #000; }
    main .oubobtn__blk h3 {
      font-weight: bold;
      font-size: 1.25rem !important;
      line-height: 1;
      padding-bottom: 10px;
      margin-bottom: 0 !important;
      text-align: center; }
      main .oubobtn__blk h3 span {
        font-size: 1.75rem; }
  main #area_intro {
    padding: 25px 0 50px;
    text-align: center;
    margin-bottom: 0; }
    main #area_intro .introTxt {
      line-height: 2;
      margin-bottom: 40px;
      font-size: 1.0rem; }
    main #area_intro .applibtn3 a {
      margin: 0 auto !important; }
    main #area_intro ul {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      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(4)) {
          margin-right: 4%; }
        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: #e0fdf6;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0; }
    main #area_hikarich > p {
      font-size: 2.8rem;
      color: #06b4d6;
      line-height: 1;
      margin-bottom: 30px;
      letter-spacing: 0.2em;
      text-align: center;
      font-weight: bold; }
    main #area_hikarich .hikari {
      padding: 40px 50px 40px;
      border: 7px solid #06b4d6;
      background: #fff;
      border-radius: 20px; }
      main #area_hikarich .hikari--ttl {
        font-size: 1.875rem;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1.3;
        font-weight: bold; }
        main #area_hikarich .hikari--ttl img {
          margin-bottom: -15px; }
        main #area_hikarich .hikari--ttl span {
          font-size: 2.5rem; }
      main #area_hikarich .hikari .koukai {
        color: #06b4d6;
        font-size: 1.75rem;
        text-align: center;
        font-weight: bold;
        line-height: 1; }
      main #area_hikarich .hikari--txt {
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 0; }
      main #area_hikarich .hikari .hatenainfo {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        main #area_hikarich .hikari .hatenainfo:first-of-type {
          margin-top: 45px;
        }
        main #area_hikarich .hikari .hatenainfo__blk.LFT {
          width: 47%; }
        main #area_hikarich .hikari .hatenainfo__blk.RGT {
          width: 49.5%; }
    	main #area_hikarich .hikari .info {
        width: 100% !important; }
        main #area_hikarich .hikari .info ul {
          margin-top: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          main #area_hikarich .hikari .info ul li p {
            margin-top: 20px;
            font-weight: bold;
            text-align: center;
            line-height: 1.3; }
            main #area_hikarich .hikari .info ul li p span {
              font-size: 0.875rem; }
      main #area_hikarich .hikari dl {
        border-top: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0; }
        main #area_hikarich .hikari dl dt {
          font-weight: bold;
          font-size: 1.0rem;
          min-width: 115px;
          text-align: center; }
        main #area_hikarich .hikari dl dd strong {
          font-weight: bold; }
  main #area_flow {
    background: #ffffff;
    padding-top: 70px; }
    main #area_flow .attn2 {
      font-size: 0.875rem;
      font-weight: bold;
      text-align: right;
      color: #c4302b;
      margin-top: 10px; }
    main #area_flow h2 {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      line-height: 1;
      font-size: 1.5rem;
      font-weight: bold;
      padding-bottom: 20px;
      border-bottom: 4px solid #ffe100;
      margin-bottom: 40px;
      color: #06b4d6; }
    main #area_flow .flow1 .flow__blk:nth-of-type(1) {
      width: 16.5%; }
    main #area_flow .flow1 .flow__blk:nth-of-type(1) .flow--txt1 {
        padding-top: 17px; }
	main #area_flow .flow1 .flow__blk:nth-of-type(2) {
      width: 16.5%; }
    main #area_flow .flow1 .flow__blk:nth-of-type(2) .flow--txt1 {
        padding-top: 17px; }
    main #area_flow .flow1 .flow__blk:nth-of-type(3) {
      width: 16.5%; }
      main #area_flow .flow1 .flow__blk:nth-of-type(3) .flow--txt1 {
        padding-top: 17px; }
	main #area_flow .flow1 .flow__blk:nth-of-type(4) {
      width: 36%; }
      main #area_flow .flow1 .flow__blk:nth-of-type(4) .inblk__blk:last-of-type .flow--txt1 {
        padding-top: 17px; }
    main #area_flow .flow1 .flow__blk:after {
      content: "";
      background: url(../img/lp/pt-arrow.png) no-repeat;
      background-size: contain;
      position: absolute;
      width: 23px;
      height: 37px;
      right: -33px;
      top: 50%;
      margin-top: -18.5px; }
    main #area_flow .flow1 .flow__blk:last-of-type:after {
      display: none; }
    main #area_flow .flow2 .flow__blk {
      width: 21.5%; }
      main #area_flow .flow2 .flow__blk:after {
        content: "";
        background: url(../img/lp/pt-arrow.png) no-repeat;
        background-size: contain;
        position: absolute;
        width: 23px;
        height: 37px;
        right: -31px;
        top: 50%;
        margin-top: -18.5px; }
      main #area_flow .flow2 .flow__blk:last-of-type:after {
        display: none; }
    main #area_flow .flow2 .flow__blk:nth-of-type(2) .flow--txt1,
    main #area_flow .flow2 .flow__blk:nth-of-type(4) .flow--txt1 {
      padding-top: 17px; }
    main #area_flow .flow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      main #area_flow .flow:first-of-type {
        margin-bottom: 50px; }
      main #area_flow .flow--h3 {
        text-align: center;
        font-size: 1.125rem;
        font-weight: bold;
        color: #000;
        margin-bottom: 15px;
        line-height: 1; }
      main #area_flow .flow--img {
        text-align: center;
        margin: 0 auto 20px;
        width: 90%;
		height: 94px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      main #area_flow .flow--txt1 {
        text-align: center;
        font-size: 1.0rem;
        line-height: 1.3;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: -0.02em; }
        main #area_flow .flow--txt1 span {
          font-size: 1.5rem;
          display: block; }
      main #area_flow .flow--txt2 {
        text-align: center;
        font-weight: bold;
        margin-top: 5px;
        font-size: 0.8125rem;
        color: #c4302b;
        margin: 5px 15px 0;
        line-height: 1.2;
        text-indent: -1em;
        padding-left: 1em;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: -0.02em; }
      main #area_flow .flow--step {
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: -15px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #ffe100;
        color: #264090;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.3;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        main #area_flow .flow--step span {
          display: block;
          padding-top: 5px;
          font-size: 1.125rem; }
      main #area_flow .flow__blk {
        padding: 70px 0 15px 0;
        position: relative;
        -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.4);
                box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.4); }
        main #area_flow .flow__blk .inblk {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 25px; }
          main #area_flow .flow__blk .inblk__blk {
            position: relative;
            width: 50%; }
          main #area_flow .flow__blk .inblk__blk:first-of-type:after {
            content: "";
            background: url(../img/lp/pt-arrow.png) no-repeat;
            background-size: contain;
            position: absolute;
            width: 23px;
            height: 37px;
            right: -12px;
            top: 25%;
            margin-top: -18.5px; }
  main #area_attn {
    padding: 70px 0;
    font-size: 1.0rem; }
    main #area_attn h2 {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      line-height: 1;
      font-size: 1.5rem;
      font-weight: bold;
      padding-bottom: 20px;
      border-bottom: 4px solid #ffe100;
      margin-bottom: 30px;
      color: #06b4d6; }
    main #area_attn h3 {
      font-size: 1.6rem;
      margin-bottom: 10px; }
    main #area_attn p {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 1.125rem; }
    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; }
      main #area_attn ul li a {
        color: #000;
        text-decoration: underline; }
      main #area_attn ul li strong {
        font-weight: bold; }
    main #area_attn .dot {
      margin-bottom: 20px; }
    main #area_attn .oubobtn {
      padding-top: 25px; }
  main #area_eochannel {
    padding: 40px 0;
    background: #ffe9d0; }
    main #area_eochannel .eoch {
      background: #fff;
      text-align: center;
      padding: 60px 50px 60px; }
      main #area_eochannel .eoch h3 {
        margin: 0 auto 15px;
        width: 459px; }
      main #area_eochannel .eoch p {
        margin-bottom: 20px;
        line-height: 1; }
  main p.attn {
    margin-bottom: 35px;
    text-align: center;
    color: #dd4c4c; } }

@media only screen and (max-width: 768px) {
  a.btn2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    margin: 20px auto;
    display: block;
    padding: 16px 16px;
    border-radius: 30px;
    color: #222;
    border: 1px solid #222;
    text-align: center; }
  p.applibtn a {
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #f02f1b;
    background: #f02f1b;
    border-radius: 40px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
  p.applibtn2 a {
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    border-radius: 40px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
  p.applibtn3 a {
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 1;
    padding: 18px 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    /*color: #000;
    border: 1px solid #ffe100;
    background: #ffe100;*/
    color: #fff;
    border: 1px solid #00;
    background: #000;
    border-radius: 40px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    pointer-events:none;}
  ul.wbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 95%;
    margin: 25px auto 0; }
    ul.wbtn li {
      text-align: center;
      font-size: 1.4rem;
      font-weight: bold;
      width: 49.5%;
      letter-spacing: -0.05em; }
      ul.wbtn li span {
        font-size: 1.3rem; }
      ul.wbtn li a {
        display: block !important;
        width: 100%;
        background: #ffe100;
        border-radius: 15px;
        line-height: 1.4 !important;
        padding: 15px 0 !important; }
    ul.wbtn li:first-of-type {
      margin-right: 3%; }
  .bnr {
    color: #fff;
    margin-top: 40px;
    text-align: left; }
    .bnr ul {
      margin-bottom: 30px;
      border: 1px solid #000; }
      .bnr ul li h3 {
        text-align: center;
        font-size: 2.5rem;
        padding-bottom: 10px;
        padding-top: 10px; }
      .bnr ul li p {
        font-size: 1.3rem;
        padding-bottom: 12px; }
      .bnr ul li:nth-of-type(2) {
        margin: 0 auto;
        padding: 0 20px; }
      .bnr ul a {
        font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        width: 100%;
        display: block;
        margin: 10px auto 20px;
        line-height: 1;
        padding: 10px 0;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 40px;
        color: #fff;
        border: 1px solid #fff !important; }
  .pcblock {
    display: none; }
  .sp_box {
    display: block; }
  .sp_headtx {
    background: #001f63;
    color: #d8ce96;
    padding: 5px;
    font-size: 12px;
    text-align: center; }
  main .kv .mvobi {
    background: #000;
    padding: 10px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
  .oubobtn {
    margin: auto;
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
    .oubobtn__blk:first-of-type {
      margin-right: auto;
      margin-bottom: 30px; }
    .oubobtn__blk:first-of-type a {
      border: 5px solid #000;
    }
    .oubobtn__blk:last-of-type a {
      /*border: 5px solid #ffe100;
      background: #fff;*/
      border: 5px solid #000;
      background: #000; }
    .oubobtn__blk h3 {
      font-weight: bold;
      font-size: 1.25rem !important;
      line-height: 1;
      padding-bottom: 10px;
      margin-bottom: 0 !important;
      text-align: center; }
      .oubobtn__blk h3 span {
        font-size: 1.6875rem; }
  .kv {
    position: relative;
	top: -20px; }
    .kv .kvInr img {
      width: 100%; }
	.kv .applibtn3 a {
      margin: 0 !important; }
    .kv h2 {
      position: relative; }
    .kv .applibtn3 {
      width: 270px;
      margin-left: -135px !important;
      position: absolute;
      left: 50%;
      bottom: 65px; }
      .kv .applibtn3 a {
        padding: 12px 0 !important; }
    .kv .attn {
      position: relative;
      top: -45px;
      margin-bottom: -25px; }
  .attn {
    color: #ce2d4f;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 1.1rem; }
  main ul.wbtn {
    margin: 25px auto; }
  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: 30px; }
    main #area_intro .applibtn3 a {
      margin: 0 auto !important; }
    main #area_intro ul {
      margin-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      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(4)) {
          margin-right: 4%; }
        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: 140px;
    position: relative;
    letter-spacing: 0.01em;
    z-index: 0; }
    main #area_hikarich > p {
      font-size: 2rem;
      color: #06b4d6;
      line-height: 1;
      margin-bottom: 20px;
      letter-spacing: 0;
      text-align: center;
      font-weight: bold; }
    main #area_hikarich .hikari {
      padding: 25px 20px;
      border: 5px solid #06b4d6;
      background: #fff;
      border-radius: 20px; }
      main #area_hikarich .hikari--ttl {
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 5px;
        line-height: 1.3;
        font-weight: bold; }
        main #area_hikarich .hikari--ttl img {
          margin-bottom: 15px;
          width: 150px; }
        main #area_hikarich .hikari--ttl span {
          font-size: 1.875rem;
          display: block; }
      main #area_hikarich .hikari .koukai {
        color: #06b4d6;
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
        line-height: 1; }
      main #area_hikarich .hikari--txt {
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: 0; }
      main #area_hikarich .hikari .hatenainfo {
        margin-top: 30px;
        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 .hatenainfo__blk dl {
	      font-size: 0.875rem; }
    	main #area_hikarich .hikari .hatenainfo__blk.LFT {
          margin-top: 10px; }
          main #area_hikarich .hikari .hatenainfo__blk.LFT dl:first-of-type {
            border-top: none; }
        main #area_hikarich .hikari .hatenainfo__blk.RGT img {
          width: 100%; }
      main #area_hikarich .hikari .info {
        width: 100% !important; }
        main #area_hikarich .hikari .info ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          main #area_hikarich .hikari .info ul li {
            width: 50%;
            text-align: center;
            margin-top: 25px; }
            main #area_hikarich .hikari .info ul li img {
              width: 75%; }
            main #area_hikarich .hikari .info ul li p {
              margin-top: 10px;
              font-weight: bold;
              text-align: center;
              line-height: 1.3;
	          font-size: 0.875rem;}
              main #area_hikarich .hikari .info ul li p span {
                font-size: 0.75rem; }
        main #area_hikarich .hikari .info dl {
	      font-size: 0.875rem; }
	main #area_hikarich .hikari dl {
        border-top: 1px solid #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 0; }
        main #area_hikarich .hikari dl dt {
          font-weight: bold;
          min-width: 95px;
          text-align: center; }
        main #area_hikarich .hikari dl dd strong {
          font-weight: bold; }
  main #area_flow {
    background: #ffffff; }
    main #area_flow h2 {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      line-height: 1.2;
      font-size: 1.25rem;
      font-weight: bold;
      padding-bottom: 15px;
      border-bottom: 3px solid #ffe100;
      margin-bottom: 40px;
      color: #06b4d6; }
    main #area_flow .attn2 {
      font-size: 1.2rem;
      font-weight: bold;
      text-align: right;
      color: #c4302b;
      margin-top: 15px; }
    main #area_flow .flow1 {
      margin-bottom: 60px; }
      main #area_flow .flow1 .flow__blk:after {
        content: "";
        background: url(../img/lp/pt-arrow.png) no-repeat;
        background-size: contain;
        position: absolute;
        width: 23px;
        height: 37px;
        bottom: -50px;
        margin-top: -18.5px; }
      main #area_flow .flow1 .flow__blk:last-of-type:after {
        display: none; }
    main #area_flow .flow2 .flow__blk:after {
      content: "";
      background: url(../img/lp/pt-arrow.png) no-repeat;
      background-size: contain;
      position: absolute;
      width: 23px;
      height: 37px;
      right: -31px;
      bottom: -50px;
      margin-top: -18.5px; }
    main #area_flow .flow2 .flow__blk:last-of-type:after {
      display: none; }
    main #area_flow .flow--h3 {
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      color: #005eae;
      margin-bottom: 20px;
      line-height: 1; }
    main #area_flow .flow--img {
      text-align: center;
	  margin-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    main #area_flow .flow--txt1 {
      text-align: center;
      font-size: 1.0rem;
      line-height: 1.3;
      margin-bottom: 5px;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
      main #area_flow .flow--txt1 span {
        font-size: 1.2rem;
        display: block; }
    main #area_flow .flow--txt2 {
      margin-top: 5px;
      font-size: 0.75rem;
      color: #c4302b;
      margin: 5px 15px 0;
      line-height: 1.2;
      text-indent: -1em;
      padding-left: 1em;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt";
      text-align: center; }
    main #area_flow .flow--step {
      position: absolute;
      left: 20px;
      margin-left: -35px;
      top: -15px;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #ffe100;
      color: #264090;
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.3;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      main #area_flow .flow--step span {
        display: block;
	    font-size: 1.125rem; }
    main #area_flow .flow__blk {
      width: 85%;
      margin: 0 auto 60px;
      padding: 20px 0 15px 0;
      position: relative;
      -webkit-box-shadow: -1px 2px 10px -2px rgba(0, 0, 0, 0.4);
              box-shadow: -1px 2px 10px -2px rgba(0, 0, 0, 0.4); }
      main #area_flow .flow__blk:last-of-type {
        margin-bottom: 0; }
      main #area_flow .flow__blk:after {
        content: "";
        background: url(../img/lp/pt-arrow.png) no-repeat;
        background-size: contain;
        position: absolute;
        width: 23px;
        height: 37px;
        bottom: -50px;
        left: 50%;
        margin-left: -11.5px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      main #area_flow .flow__blk:last-of-type:after {
        display: none; }
      main #area_flow .flow__blk .inblk {
        margin-top: 25px; }
        main #area_flow .flow__blk .inblk__blk:first-of-type {
          margin-bottom: 45px;
          position: relative; }
          main #area_flow .flow__blk .inblk__blk:first-of-type:after {
            content: "";
            background: url(../img/lp/pt-arrow.png) no-repeat;
            background-size: contain;
            position: absolute;
            width: 23px;
            height: 37px;
            bottom: -40px;
            left: 50%;
            margin-left: -11.5px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
  main #area_attn {
    padding: 40px 0;
    font-size: 1.3rem; }
    main #area_attn h2 {
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      line-height: 1;
      font-size: 1.25rem;
      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 p {
      font-weight: bold;
	  font-size: 1.0rem;
      margin-bottom: 10px; }
    main #area_attn ul:not(:last-of-type) {
      margin-bottom: 25px; }
    main #area_attn ul li {
      line-height: 1.5;
	  font-size: 0.875rem;
      text-indent: -1em;
      padding-left: 1em;
      padding-top: 2px;
      padding-bottom: 2px; }
      main #area_attn ul li a {
        color: #000;
        text-decoration: underline; }
      main #area_attn ul li strong {
        font-weight: bold; }
    main #area_attn .dot {
      margin-bottom: 20px; }
    main #area_attn .oubobtn {
      margin-top: 40px; }
  main #area_eochannel {
    padding: 40px 0;
    background: #ffe9d0; }
    main #area_eochannel .eoch {
      background: #fff;
      text-align: center;
      padding: 20px 20px 20px; }
      main #area_eochannel .eoch h3 {
        margin: 0 auto 15px;
	    width: 250px; }
        main #area_eochannel .eoch h3 img {
          width: 250px; }
      main #area_eochannel .eoch p {
        margin-bottom: 15px;
        line-height: 1.3;
        font-size: 0.875rem; }
  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 .applibtn3,
  main .bnreo {
    width: 90%;
    margin: 0 auto !important; } }

/*# sourceMappingURL=maps/style.css.map */

/* ○○あと押し、ランク */
.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;
  }
}

/* IMP　テキストリンク */
a.link_imp {
  text-decoration: underline;
}

/* 余白設定 */
.pa_left16 {
  padding-left: 16px;
}
.pa_bottom15 {
  padding-bottom: 15px;
}

/* IMP　マップ画像 */
.map_imp {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .map_imp {
    padding-bottom: 0;
  }
}

/* 出演者注釈 */
.hatena_cast {
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}

/* 過去の写真掲載 */
.hatena_past {
  position: relative;
  height: 70px;
}
.hatena_past img {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 100px;
}
@media screen and (max-width: 767px) {
  .hatena_past {
    height: 20px;
  }
  .hatena_past img {
    top: 10px;
    left: 0;
  }
}

/* 開始時間の注釈 */
.time_start {
  margin: 10px 15px;
}
.time_start p {
  font-size: 0.875rem;
}

/* font */
.txt14 {
  font-size: 0.875rem;
}
.txt_pc30_sp20 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .txt_pc30_sp20 {
    font-size: 20px;
  }
}
