@charset "UTF-8";
/* =========================================================

 base

========================================================= */
/* -------------------------------------
 reset
------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

img {
  vertical-align: top; }

html {
  line-height: 1.6; }

ol, ul, li {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

sup {
  position: relative;
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  position: relative;
  bottom: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

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

*:focus {
  outline: none; }

html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  overflow-x: hidden;
  color: #000; }

a {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
  text-decoration: none;
  color: #000; }
  a:hover {
    cursor: pointer;
    opacity: .7; }
    @media screen and (max-width: 750px) {
      a:hover {
        opacity: 1; } }

img {
  width: 100%; }

.pc {
  display: block; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none !important; } }

.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block !important; } }

.is_none {
  display: none; }

.wrap {
  max-width: 1064px;
  margin-right: auto !important;
  margin-left: auto !important; }
  @media screen and (max-width: 750px) {
    .wrap {
      width: 100%; } }

.bold {
  font-weight: bold; }

.link {
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }
  @media screen and (max-width: 750px) {
    .link:hover {
      text-decoration: underline; } }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.indent_1_5 {
  padding-left: 1.5em;
  text-indent: -1.5em; }

.indent_4 {
  padding-left: 4em;
  text-indent: -4em; }
  @media screen and (max-width: 750px) {
    .indent_4 {
      padding-left: 0;
      text-indent: 0; } }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

/* =========================================================

 state

========================================================= */
.is_view {
  display: block !important; }

/* =========================================================

 layout

========================================================= */
.l_header {
  padding: 5px 0 0 15px; }
  @media screen and (max-width: 750px) {
    .l_header {
      overflow: hidden;
      height: 11.33333vw;
      padding: 0; } }
  .l_header .logo {
    width: 216px; }
    @media screen and (max-width: 750px) {
      .l_header .logo {
        width: 49.6vw; } }

.l_footer {
  padding: 50px 0 40px 0;
  font-weight: bold;
  color: #fff;
  background: #00328d; }
  @media screen and (max-width: 750px) {
    .l_footer {
      padding: 7.33333vw 0 6.66667vw 0; } }
  .l_footer .inner {
    width: 700px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .l_footer .inner {
        width: 93.33333vw; } }
  .l_footer .headline {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10px;
    border-bottom: 2px solid #8099c6; }
    @media screen and (max-width: 750px) {
      .l_footer .headline {
        width: 83.2vw;
        padding-bottom: 1.33333vw; } }
  .l_footer .name {
    margin: 30px 0 0 0;
    font-size: 26px; }
    @media screen and (max-width: 750px) {
      .l_footer .name {
        margin-top: 4vw;
        font-size: 3.86667vw;
        line-height: 1.55172; } }
  .l_footer .tel {
    margin: 30px 0 0 0;
    font-size: 18px; }
    @media screen and (max-width: 750px) {
      .l_footer .tel {
        margin-top: 1.33333vw;
        font-size: 2.66667vw; } }
    .l_footer .tel a {
      font-size: 28px;
      color: #fff;
      pointer-events: none; }
      @media screen and (max-width: 980px) {
        .l_footer .tel a {
          pointer-events: auto; } }
      @media screen and (max-width: 750px) {
        .l_footer .tel a {
          font-size: 4vw; } }
  .l_footer .address {
    margin: 10px 0 0 0;
    font-size: 18px; }
    @media screen and (max-width: 750px) {
      .l_footer .address {
        margin-top: 4vw;
        font-size: 2.66667vw; } }
    .l_footer .address a {
      font-size: 25px;
      color: #fff; }
      @media screen and (max-width: 750px) {
        .l_footer .address a {
          font-size: 3.73333vw; } }
  .l_footer .term,
  .l_footer .notes {
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.8; }
    @media screen and (max-width: 750px) {
      .l_footer .term,
      .l_footer .notes {
        font-size: 2.66667vw;
        margin-top: 4vw; } }
  @media screen and (max-width: 750px) {
    .l_footer .notes {
      text-align: left; } }
  .l_footer .copyright {
    margin: 30px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    color: #c1c1c1; }
    @media screen and (max-width: 750px) {
      .l_footer .copyright {
        margin-top: 4vw;
        font-size: 2.66667vw; } }

.btn_area {
  margin: 40px 0 0; }
  @media screen and (max-width: 750px) {
    .btn_area {
      margin-top: 6vw; } }
  .btn_area .apply_btn {
    display: block;
    width: 47.74436%;
    margin: 12px auto 0; }
    @media screen and (max-width: 750px) {
      .btn_area .apply_btn {
        width: 83.2vw;
        margin-top: 1.6vw; } }
    .btn_area .apply_btn.is_disable {
      pointer-events: none; }

.l_kv {
  max-width: 1064px;
  margin: 0 auto; }

.l_nav {
  max-width: 1064px;
  margin: 0 auto; }
  .l_nav .inner {
    position: relative;
    padding: 0 0 13.15789%; }
    @media screen and (max-width: 750px) {
      .l_nav .inner {
        padding-bottom: 18.93333vw; } }
  .l_nav ul {
    max-width: 1064px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    left: 0; }
    .l_nav ul.is_fixed {
      z-index: 4;
      position: fixed !important;
      top: 0;
      width: 100%; }
  .l_nav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; }
    .l_nav li a {
      display: block;
      position: relative; }
      .l_nav li a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: border 0.2s ease-in-out;
        -o-transition: border 0.2s ease-in-out;
        transition: border 0.2s ease-in-out;
        border: 4px solid rgba(0, 0, 0, 0); }
      .l_nav li a:hover {
        opacity: 1; }
        .l_nav li a:hover::before {
          border: 4px solid #fcff3c; }
          @media screen and (max-width: 750px) {
            .l_nav li a:hover::before {
              border: 2px solid #fcff3c; } }

.l_lead {
  margin: 0 auto;
  padding: 30px 0 7.14286% 0; }
  @media screen and (max-width: 750px) {
    .l_lead {
      padding: 4vw 0 6.66667vw 0; } }

.l_episode {
  z-index: 2;
  position: relative;
  margin: -3.57143% 0 0;
  padding: 3.57143% 0;
  background-image: url("../img/bg_wave_pink.png"), url("../img/bg_wave_pink_reverse.png");
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat; }
  @media screen and (max-width: 750px) {
    .l_episode {
      padding: 8vw 0;
      background-image: url("../img/sp/bg_wave_pink.png"), url("../img/sp/bg_wave_pink_reverse.png"); } }
  .l_episode .inner {
    padding: 4.16667% 0;
    background: #fa73a0; }
    @media screen and (max-width: 750px) {
      .l_episode .inner {
        padding: 5.33333vw 0; } }
  .l_episode .headline {
    width: 69.83083%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .l_episode .headline {
        width: 89.06667vw; } }
  .l_episode .notes {
    margin-top: 5px;
    margin-bottom: -15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 750px) {
      .l_episode .notes {
        margin-top: 0.66667vw;
        margin-bottom: -2vw;
        font-size: 2.93333vw; } }
  .l_episode .lead {
    width: 74.34211%;
    margin: 60px auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .lead {
        width: 87.46667vw;
        margin-top: 5.33333vw; } }
  .l_episode .episode_box {
    width: 84.58647%;
    margin: 40px auto 0;
    padding: 20px 0 30px;
    background: #fff;
    border-radius: 30px; }
    @media screen and (max-width: 750px) {
      .l_episode .episode_box {
        width: 89.86667vw;
        margin-top: 5.33333vw;
        border-radius: 4vw; } }
    .l_episode .episode_box .episode_headline {
      width: 73.77778%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_headline {
          width: 88vw; } }
    .l_episode .episode_box .episode_new .episode_icon {
      margin: 0 auto; }
      .l_episode .episode_box .episode_new .episode_icon.episode_icon_01 {
        width: 30.44444%; }
        @media screen and (max-width: 750px) {
          .l_episode .episode_box .episode_new .episode_icon.episode_icon_01 {
            width: 36.53333vw; } }
      .l_episode .episode_box .episode_new .episode_icon.episode_icon_02 {
        width: 48.88889%; }
        @media screen and (max-width: 750px) {
          .l_episode .episode_box .episode_new .episode_icon.episode_icon_02 {
            width: 58.66667vw; } }
      .l_episode .episode_box .episode_new .episode_icon.episode_icon_03 {
        width: 34.44444%; }
        @media screen and (max-width: 750px) {
          .l_episode .episode_box .episode_new .episode_icon.episode_icon_03 {
            width: 41.33333vw; } }
    .l_episode .episode_box .episode_new .episode_img {
      width: 70%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_new .episode_img {
          width: 84vw; } }
    .l_episode .episode_box .episode_new .episode_date {
      width: 70%;
      margin: 0 auto;
      padding: 0 3.88889% 0 0;
      text-align: right;
      font-size: 22px;
      font-weight: bold;
      color: #f84986; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_new .episode_date {
          width: 84vw;
          padding: 0 4.66667vw 0 0;
          font-size: 2.93333vw; } }
    .l_episode .episode_box .episode_new_note {
      padding-left: 1em;
      text-indent: -1em;
      width: 63.33333%;
      margin: 10px auto 0;
      line-height: 1.375;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_new_note {
          width: 78.66667vw;
          margin: 2.66667vw auto 0;
          font-size: 2.93333vw; } }
      .l_episode .episode_box .episode_new_note + .episode_new_note {
        margin-top: 0; }
    .l_episode .episode_box .episode_lead {
      width: 51.33333%;
      margin: 25px auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_lead {
          width: 66.66667vw;
          margin: 5.33333vw auto 0; } }
    .l_episode .episode_box .episode_apply_lead {
      width: 47.33333%;
      margin: 30px auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_apply_lead {
          width: 70.93333vw;
          margin: 4vw auto 0; } }
    .l_episode .episode_box .episode_apply_btn {
      display: block;
      width: 58.22222%;
      margin: 5px auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_apply_btn {
          width: 85.6vw;
          margin: 1.33333vw auto 0; } }
    .l_episode .episode_box .episode_headline_sub {
      width: 47.77778%;
      margin: 4.44444% auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_headline_sub {
          width: 71.2vw; } }
    .l_episode .episode_box .episode_past {
      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;
      width: 82.88889%;
      margin: 3.88889% auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_past {
          display: block;
          width: 100%;
          margin: 5.33333vw auto 0; } }
      .l_episode .episode_box .episode_past .episode_item {
        width: 47.45308%;
        margin: 0 auto; }
        .l_episode .episode_box .episode_past .episode_item:nth-child(n+3) {
          margin-top: 20px; }
        @media screen and (max-width: 750px) {
          .l_episode .episode_box .episode_past .episode_item {
            width: 84vw; }
            .l_episode .episode_box .episode_past .episode_item:nth-child(n+2) {
              margin-top: 4vw; } }
        .l_episode .episode_box .episode_past .episode_item .episode_icon {
          margin: 0 auto; }
          .l_episode .episode_box .episode_past .episode_item .episode_icon.episode_icon_02 {
            width: 74.0113%; }
            @media screen and (max-width: 750px) {
              .l_episode .episode_box .episode_past .episode_item .episode_icon.episode_icon_02 {
                width: 49.86667vw; } }
          .l_episode .episode_box .episode_past .episode_item .episode_icon.episode_icon_03 {
            width: 52.82486%; }
            @media screen and (max-width: 750px) {
              .l_episode .episode_box .episode_past .episode_item .episode_icon.episode_icon_03 {
                width: 35.6vw; } }
        .l_episode .episode_box .episode_past .episode_item .episode_date {
          margin: 0 auto;
          padding: 0 4.23729% 0 0;
          text-align: right;
          font-size: 16px;
          font-weight: bold;
          color: #f84986; }
          @media screen and (max-width: 750px) {
            .l_episode .episode_box .episode_past .episode_item .episode_date {
              padding: 0 4.66667vw 0 0;
              font-size: 2.93333vw; } }
    .l_episode .episode_box .episode_more_btn {
      width: 28.22222%;
      margin: 35px auto 0;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .l_episode .episode_box .episode_more_btn {
          width: 59.73333vw;
          margin: 5.33333vw auto 0; } }
  .l_episode .terms {
    width: 66.82331%;
    margin: 20px auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .terms {
        width: 94.93333vw;
        margin-top: 2.66667vw; } }
  .l_episode .flow_box {
    max-width: 93.98496%;
    margin: 8.45865% auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .flow_box {
        width: 93.33333vw;
        margin-top: 9.33333vw; } }
    .l_episode .flow_box .flow_headline {
      padding: 30px 0 20px;
      text-align: center;
      background: #e81965;
      border-radius: 30px 30px 0 0; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .flow_headline {
          padding: 4vw 0 2.66667vw;
          border-radius: 4vw 4vw 0 0; } }
      .l_episode .flow_box .flow_headline img {
        width: 35.71429%;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .l_episode .flow_box .flow_headline img {
            width: 57.06667vw; } }
    .l_episode .flow_box .flow_inner {
      padding: 55px 0;
      background: #fff;
      border-radius: 0 0 30px 30px;
      border: 6px solid #e81965;
      border-top: none; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .flow_inner {
          padding: 8vw 0 6.66667vw;
          border-radius: 0 0 4vw 4vw; } }
    .l_episode .flow_box .flow_img {
      width: 77%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .flow_img {
          width: 87.46667vw;
          margin-left: -1.33333vw; } }
    .l_episode .flow_box .flow_list {
      width: 56.39098%;
      margin: 40px auto 0; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .flow_list {
          width: 100%;
          margin: 4vw auto 0; } }
      .l_episode .flow_box .flow_list .flow_item {
        position: relative;
        padding: 0 3.33333% !important; }
        @media screen and (max-width: 750px) {
          .l_episode .flow_box .flow_list .flow_item {
            padding: 0 6.66667vw !important; } }
        @media screen and (max-width: 750px) {
          .l_episode .flow_box .flow_list .flow_item:not(:first-child) {
            margin-left: 0; } }
        .l_episode .flow_box .flow_list .flow_item .flow_item_inner {
          position: relative; }
          @media screen and (max-width: 750px) {
            .l_episode .flow_box .flow_list .flow_item .flow_item_inner {
              margin: 0 auto; } }
    .l_episode .flow_box .slick-slider.slick-dotted {
      margin-bottom: 0; }
    .l_episode .flow_box .slick-slider .slick-list {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .l_episode .flow_box .slick-slider .slick-prev,
    .l_episode .flow_box .slick-slider .slick-next {
      z-index: 1;
      top: 54%;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      background-color: #e81965; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .slick-slider .slick-prev,
        .l_episode .flow_box .slick-slider .slick-next {
          top: 54%;
          width: 12vw;
          height: 12vw; } }
      .l_episode .flow_box .slick-slider .slick-prev.slick-disabled,
      .l_episode .flow_box .slick-slider .slick-next.slick-disabled {
        opacity: 0; }
      .l_episode .flow_box .slick-slider .slick-prev::before,
      .l_episode .flow_box .slick-slider .slick-next::before {
        content: "";
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1; }
        @media screen and (max-width: 750px) {
          .l_episode .flow_box .slick-slider .slick-prev::before,
          .l_episode .flow_box .slick-slider .slick-next::before {
            width: 3.2vw;
            height: 3.2vw; } }
    .l_episode .flow_box .slick-slider .slick-prev {
      left: -40px; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .slick-slider .slick-prev {
          left: -2.66667vw; } }
      .l_episode .flow_box .slick-slider .slick-prev::before {
        left: 40%;
        border-left: 4px solid #fff;
        border-bottom: 4px solid #fff; }
    .l_episode .flow_box .slick-slider .slick-next {
      right: -40px; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .slick-slider .slick-next {
          right: -2.66667vw; } }
      .l_episode .flow_box .slick-slider .slick-next::before {
        left: 30%;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff; }
    .l_episode .flow_box .slick-slider .slick-dots {
      position: static;
      padding: 16px 0; }
      @media screen and (max-width: 750px) {
        .l_episode .flow_box .slick-slider .slick-dots {
          padding-top: 4.26667vw; } }
      .l_episode .flow_box .slick-slider .slick-dots > li {
        width: 12px;
        height: 12px;
        margin: 6px;
        background-color: #c1c1c1;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 750px) {
          .l_episode .flow_box .slick-slider .slick-dots > li {
            width: 3.2vw;
            height: 3.2vw;
            margin: 1.6vw; } }
        .l_episode .flow_box .slick-slider .slick-dots > li button {
          display: none; }
      .l_episode .flow_box .slick-slider .slick-dots .slick-active {
        background: #e81965; }
  .l_episode .present_box {
    max-width: 93.98496%;
    margin: 8.45865% auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .present_box {
        width: 93.33333vw;
        margin-top: 9.33333vw; } }
    .l_episode .present_box .present_headline {
      padding: 30px 0 20px;
      text-align: center;
      background: #e81965;
      border-radius: 30px 30px 0 0; }
      @media screen and (max-width: 750px) {
        .l_episode .present_box .present_headline {
          padding: 4vw 0 2.66667vw;
          border-radius: 4vw 4vw 0 0; } }
      .l_episode .present_box .present_headline img {
        width: 40.8%; }
        @media screen and (max-width: 750px) {
          .l_episode .present_box .present_headline img {
            width: 60vw; } }
    .l_episode .present_box .present_inner {
      padding: 55px 0;
      background: #fff;
      border-radius: 0 0 30px 30px;
      border: 6px solid #e81965;
      border-top: none; }
      @media screen and (max-width: 750px) {
        .l_episode .present_box .present_inner {
          padding: 8vw 0 6.66667vw;
          border-radius: 0 0 4vw 4vw; } }
    .l_episode .present_box .present_img {
      width: 77%;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        .l_episode .present_box .present_img {
          width: 87.46667vw;
          margin-left: -1.33333vw; } }
  .l_episode .episode_apply_lead {
    width: 40.03759%;
    margin: 45px auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .episode_apply_lead {
        width: 70.93333vw;
        margin: 4vw auto 0; } }
  .l_episode .episode_apply_btn {
    position: relative;
    display: block;
    width: 49.24812%;
    margin: 5px auto 0; }
    @media screen and (max-width: 750px) {
      .l_episode .episode_apply_btn {
        width: 85.6vw;
        margin: 1.33333vw auto 0; } }
    .l_episode .episode_apply_btn.is_disable {
      pointer-events: none; }
      .l_episode .episode_apply_btn.is_disable:after {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: url("../img/comingsoon_btn.png") no-repeat center center;
        background-size: contain; }
      .l_episode .episode_apply_btn.is_disable img {
        visibility: hidden; }

.l_receipt {
  position: relative;
  margin: -3.57143% 0 0;
  padding: 0 0 3.57143%;
  background-image: url("../img/bg_wave_orange_reverse.png");
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media screen and (max-width: 750px) {
    .l_receipt {
      margin: -8vw 0 0;
      padding: 0 0 8vw;
      background-image: url("../img/sp/bg_wave_orange_reverse.png"); } }
  .l_receipt .inner {
    padding: 8.03571% 0 2.97619%;
    background: #f35f5f; }
    @media screen and (max-width: 750px) {
      .l_receipt .inner {
        padding: 15.33333vw 0 8vw; } }
  .l_receipt .headline {
    width: 72.36842%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .l_receipt .headline {
        width: 94.66667vw; } }
  .l_receipt .receipt_detail {
    width: 84.58647%;
    margin: 35px auto 0;
    padding: 5.6391% 0;
    background: #fff;
    border-radius: 30px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_detail {
        width: 93.33333vw;
        margin-top: 4vw;
        padding: 6.66667vw 0 8vw;
        border-radius: 4vw; } }
    .l_receipt .receipt_detail img {
      width: 70%; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_detail img {
          width: 83.73333vw; } }
    .l_receipt .receipt_detail .receipt_note {
      padding-left: 1em;
      text-indent: -1em;
      width: 70%;
      margin: 10px auto 0;
      line-height: 1.375;
      text-align: left;
      font-size: 16px; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_detail .receipt_note {
          width: 78.66667vw;
          margin: 2.66667vw auto 0;
          font-size: 2.93333vw; } }
      .l_receipt .receipt_detail .receipt_note + img {
        margin: 20px 0 0 0; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_detail .receipt_note + img {
            margin: 4vw 0 0; } }
  .l_receipt .receipt_apply_lead {
    width: 57.11111%;
    margin: 60px auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_apply_lead {
        width: 70.93333vw;
        margin: 5.33333vw auto 0; } }
  .l_receipt .receipt_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 79.13534%;
    margin: 50px auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab {
        width: 83.73333vw;
        margin: 6.66667vw auto 0; } }
    .l_receipt .receipt_tab .receipt_tab_item {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 47.74347%;
      height: 30px;
      padding: 0 0 11.28266%;
      background: #e82323;
      border-radius: 10px 10px 0 0;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab .receipt_tab_item {
          width: 40.53333vw;
          padding: 0 0 12.66667vw;
          border-radius: 1.33333vw 1.33333vw 0 0; } }
      .l_receipt .receipt_tab .receipt_tab_item:first-child {
        background: url("../img/receipt_tab_txt_01_off.png") no-repeat center center #e82323;
        background-size: 50.74627% auto; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab .receipt_tab_item:first-child {
            background-size: 27.2vw auto; } }
      .l_receipt .receipt_tab .receipt_tab_item:last-child {
        background: url("../img/receipt_tab_txt_02_off.png") no-repeat center center #e82323;
        background-size: 53.48259% auto; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab .receipt_tab_item:last-child {
            background-size: 28.66667vw auto; } }
      .l_receipt .receipt_tab .receipt_tab_item.is_active {
        background-color: #fff; }
        .l_receipt .receipt_tab .receipt_tab_item.is_active:first-child {
          background: url("../img/receipt_tab_txt_01_on.png") no-repeat center center #fff;
          background-size: 50.74627% auto; }
          @media screen and (max-width: 750px) {
            .l_receipt .receipt_tab .receipt_tab_item.is_active:first-child {
              background-size: 27.2vw auto; } }
        .l_receipt .receipt_tab .receipt_tab_item.is_active:last-child {
          background: url("../img/receipt_tab_txt_02_on.png") no-repeat center center #fff;
          background-size: 53.48259% auto; }
          @media screen and (max-width: 750px) {
            .l_receipt .receipt_tab .receipt_tab_item.is_active:last-child {
              background-size: 28.66667vw auto; } }
  .l_receipt .receipt_tab_content .receipt_tab_content_item {
    opacity: 0;
    height: 0;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    pointer-events: none; }
    @media screen and (max-width: 1064px) {
      .l_receipt .receipt_tab_content .receipt_tab_content_item {
        width: 93.33333vw; } }
    .l_receipt .receipt_tab_content .receipt_tab_content_item.is_active {
      position: relative;
      z-index: 1;
      opacity: 1;
      height: auto;
      padding: 4.69925% 0;
      pointer-events: auto; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .receipt_tab_content_item.is_active {
          padding: 9.33333vw 0 8vw; } }
  .l_receipt .receipt_tab_content .receipt_tab_headline {
    width: 16.54135%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab_content .receipt_tab_headline {
        width: 23.46667vw; } }
  .l_receipt .receipt_tab_content .flow {
    width: 95.30075%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab_content .flow {
        width: 100%; } }
    .l_receipt .receipt_tab_content .flow .flow_list {
      width: 56.39098%;
      margin: 25px auto 0; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .flow .flow_list {
          width: 100%;
          margin: -5.33333vw auto 0; } }
      .l_receipt .receipt_tab_content .flow .flow_list .flow_item {
        position: relative;
        padding: 0 3.33333% !important; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab_content .flow .flow_list .flow_item {
            padding: 0 6.66667vw !important; } }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab_content .flow .flow_list .flow_item:not(:first-child) {
            margin-left: 0; } }
        .l_receipt .receipt_tab_content .flow .flow_list .flow_item .flow_inner {
          position: relative; }
          @media screen and (max-width: 750px) {
            .l_receipt .receipt_tab_content .flow .flow_list .flow_item .flow_inner {
              margin: 0 auto; } }
          .l_receipt .receipt_tab_content .flow .flow_list .flow_item .flow_inner img {
            margin-left: -2%; }
            @media screen and (max-width: 750px) {
              .l_receipt .receipt_tab_content .flow .flow_list .flow_item .flow_inner img {
                margin-left: -1.33333vw; } }
    .l_receipt .receipt_tab_content .flow .slick-slider.slick-dotted {
      margin-bottom: 0; }
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-list {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev,
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-next {
      z-index: 1;
      top: 54%;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      background-color: #e82323; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev,
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-next {
          top: 54%;
          width: 12vw;
          height: 12vw; } }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev.slick-disabled,
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-next.slick-disabled {
        opacity: 0; }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev::before,
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-next::before {
        content: "";
        position: relative;
        display: block;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev::before,
          .l_receipt .receipt_tab_content .flow .slick-slider .slick-next::before {
            width: 3.2vw;
            height: 3.2vw; } }
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev {
      left: -40px; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev {
          left: -2vw; } }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-prev::before {
        left: 40%;
        border-left: 4px solid #fff;
        border-bottom: 4px solid #fff; }
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-next {
      right: -40px; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-next {
          right: -2vw; } }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-next::before {
        left: 30%;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff; }
    .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots {
      position: static;
      padding: 16px 0; }
      @media screen and (max-width: 750px) {
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots {
          padding-top: 4.26667vw; } }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots > li {
        width: 12px;
        height: 12px;
        margin: 6px;
        background-color: #c1c1c1;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 750px) {
          .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots > li {
            width: 3.2vw;
            height: 3.2vw;
            margin: 1.6vw; } }
        .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots > li button {
          display: none; }
      .l_receipt .receipt_tab_content .flow .slick-slider .slick-dots .slick-active {
        background: #e82323; }
  .l_receipt .receipt_tab_content .receipt_tab_lead01 {
    width: 68.79699%;
    margin: 4.22932% auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab_content .receipt_tab_lead01 {
        width: 74.13333vw;
        margin: 4vw auto 0; } }
  .l_receipt .receipt_tab_content .receipt_tab_lead02 {
    width: 59.86842%;
    margin: 1.8797% auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab_content .receipt_tab_lead02 {
        width: 77.73333vw;
        margin: 2.66667vw auto 0; } }
  .l_receipt .receipt_tab_content .receipt_download_btn {
    display: block;
    width: 50.93985%;
    margin: 3.7594% auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_tab_content .receipt_download_btn {
        width: 72.26667vw;
        margin: 4vw auto 0; } }
  .l_receipt .receipt_present_headline {
    width: 42.01128%;
    margin: 8.45865% auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_present_headline {
        width: 59.6vw;
        margin: 13.33333vw auto 0; } }
  .l_receipt .present_box {
    max-width: 93.98496%;
    margin: 3.7594% auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .present_box {
        width: 93.33333vw;
        margin-top: 5.33333vw; } }
    .l_receipt .present_box .present_headline {
      padding: 30px 0 20px;
      text-align: center;
      background: #e82323;
      border-radius: 30px 30px 0 0; }
      @media screen and (max-width: 750px) {
        .l_receipt .present_box .present_headline {
          padding: 4vw 0 2.66667vw;
          border-radius: 4vw 4vw 0 0; } }
      .l_receipt .present_box .present_headline img {
        width: 54%; }
        @media screen and (max-width: 750px) {
          .l_receipt .present_box .present_headline img {
            width: 72vw; } }
    .l_receipt .present_box .present_inner {
      padding: 55px 0;
      background: #fff;
      border-radius: 0 0 30px 30px;
      border: 6px solid #e82323;
      border-top: none; }
      @media screen and (max-width: 750px) {
        .l_receipt .present_box .present_inner {
          padding: 8vw 0 6.66667vw;
          border-radius: 0 0 4vw 4vw; } }
    .l_receipt .present_box .present_img {
      width: 86%;
      margin: 0 0 0 7.5%; }
      @media screen and (max-width: 750px) {
        .l_receipt .present_box .present_img {
          width: 92.26667vw;
          margin-left: 2.4vw; } }
  .l_receipt .present_box_A .present_headline img {
    width: 54.5%; }
    @media screen and (max-width: 750px) {
      .l_receipt .present_box_A .present_headline img {
        width: 72.66667vw; } }
  .l_receipt .present_box_B .present_headline img {
    width: 56.4%; }
    @media screen and (max-width: 750px) {
      .l_receipt .present_box_B .present_headline img {
        width: 75.2vw; } }
  .l_receipt .receipt_apply_lead {
    width: 40.03759%;
    margin: 45px auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_apply_lead {
        width: 70.93333vw;
        margin: 4vw auto 0; } }
  .l_receipt .receipt_apply_btn {
    position: relative;
    display: block;
    width: 49.24812%;
    margin: 5px auto 0; }
    @media screen and (max-width: 750px) {
      .l_receipt .receipt_apply_btn {
        width: 85.6vw;
        margin: 1.33333vw auto 0; } }
    .l_receipt .receipt_apply_btn.is_disable {
      pointer-events: none; }
      .l_receipt .receipt_apply_btn.is_disable:after {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background: url("../img/comingsoon_btn.png") no-repeat center center;
        background-size: contain; }
      .l_receipt .receipt_apply_btn.is_disable img {
        visibility: hidden; }

.l_agreement {
  margin: -60px 0 0 0;
  padding: 160px 0 60px 0;
  background: #fa73a0; }
  @media screen and (max-width: 750px) {
    .l_agreement {
      margin: -8vw 0 0 0;
      padding: 17.33333vw 0 12vw 0; } }
  .l_agreement .headline {
    width: 36.09023%;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .l_agreement .headline {
        width: 52.26667vw; } }
  .l_agreement .agreement_box {
    overflow-y: scroll;
    width: 84.58647%;
    height: 475px;
    margin: 20px auto 0;
    padding: 30px;
    font-size: 18px;
    line-height: 1.66667;
    border: 1px solid #bebebe;
    background: #fff; }
    @media screen and (max-width: 750px) {
      .l_agreement .agreement_box {
        width: 86.66667vw;
        height: 63.33333vw;
        margin-top: 4vw;
        padding: 4vw;
        font-size: 2.93333vw; } }
    .l_agreement .agreement_box .ttl {
      margin-bottom: 10px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .l_agreement .agreement_box .ttl {
          margin-bottom: 1.33333vw; } }
    .l_agreement .agreement_box .txt {
      margin-bottom: 20px; }
      @media screen and (max-width: 750px) {
        .l_agreement .agreement_box .txt {
          margin-bottom: 2.66667vw; } }
      .l_agreement .agreement_box .txt a.tel {
        pointer-events: none; }
        @media screen and (max-width: 980px) {
          .l_agreement .agreement_box .txt a.tel {
            pointer-events: auto; } }
    .l_agreement .agreement_box .subttl {
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 750px) {
        .l_agreement .agreement_box .subttl {
          margin-bottom: 2.66667vw; } }
    .l_agreement .agreement_box dl + dl {
      margin-top: 20px; }
      @media screen and (max-width: 750px) {
        .l_agreement .agreement_box dl + dl {
          margin-top: 2.66667vw; } }
    .l_agreement .agreement_box dl + .subttl {
      margin-top: 20px; }
      @media screen and (max-width: 750px) {
        .l_agreement .agreement_box dl + .subttl {
          margin-top: 2.66667vw; } }
    .l_agreement .agreement_box dl dd {
      margin: .5em 0 0; }
      .l_agreement .agreement_box dl dd ul li {
        padding-left: 1em;
        text-indent: -1em; }
      .l_agreement .agreement_box dl dd ul.list_num li {
        padding-left: 1.6em;
        text-indent: -1.6em; }
      .l_agreement .agreement_box dl dd .caution {
        margin: 10px 0; }
        @media screen and (max-width: 750px) {
          .l_agreement .agreement_box dl dd .caution {
            margin: 1.33333vw 0; } }
  .l_agreement .caution_box {
    width: 84.58647%;
    margin: 40px auto 0; }
    @media screen and (max-width: 750px) {
      .l_agreement .caution_box {
        width: 86.66667vw;
        margin: 10.66667vw auto 0; } }
    .l_agreement .caution_box .ttl {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .l_agreement .caution_box .ttl {
          margin-bottom: 5.33333vw;
          font-size: 4vw; } }
    .l_agreement .caution_box .caution_note li {
      padding-left: 1em;
      text-indent: -1em;
      font-size: 16px;
      line-height: 1.625; }
      @media screen and (max-width: 750px) {
        .l_agreement .caution_box .caution_note li {
          font-size: 2.93333vw;
          line-height: 1.63636; } }
  .l_agreement .target_box {
    width: 84.58647%;
    margin: 40px auto 0;
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 750px) {
      .l_agreement .target_box {
        width: 86.66667vw;
        margin: 10.66667vw auto 0;
        border-radius: 1.33333vw; } }
    .l_agreement .target_box .target_btn {
      padding: 20px;
      cursor: pointer;
      text-align: center;
      background-color: #00328d;
      position: relative;
      border-radius: 10px; }
      @media screen and (max-width: 750px) {
        .l_agreement .target_box .target_btn {
          padding: 2.66667vw;
          border-radius: 1.33333vw; } }
      .l_agreement .target_box .target_btn::after {
        content: "";
        display: block;
        position: absolute;
        top: 34%;
        right: 32px;
        width: 17px;
        height: 17px;
        border-top: solid 3px #e6e6e6;
        border-left: solid 3px #e6e6e6;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 750px) {
          .l_agreement .target_box .target_btn::after {
            right: 4.8vw;
            width: 2.26667vw;
            height: 2.26667vw;
            border-top: solid 2px #e6e6e6;
            border-left: solid 2px #e6e6e6; } }
      .l_agreement .target_box .target_btn.open {
        border-radius: 10px 10px 0 0; }
        @media screen and (max-width: 750px) {
          .l_agreement .target_box .target_btn.open {
            border-radius: 1.33333vw 1.33333vw 0 0; } }
        .l_agreement .target_box .target_btn.open::after {
          top: 45%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .l_agreement .target_box .target_btn .txt {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        line-height: 1.25; }
        @media screen and (max-width: 750px) {
          .l_agreement .target_box .target_btn .txt {
            font-size: 4vw; } }
    .l_agreement .target_box .target_area {
      padding: 30px;
      background-color: #fff;
      display: none; }
      @media screen and (max-width: 750px) {
        .l_agreement .target_box .target_area {
          padding: 5.33333vw 3.73333vw; } }
      .l_agreement .target_box .target_area .txt {
        font-size: 18px;
        line-height: 1.66667; }
        @media screen and (max-width: 750px) {
          .l_agreement .target_box .target_area .txt {
            font-size: 2.93333vw;
            line-height: 1.63636; } }
        .l_agreement .target_box .target_area .txt + .txt {
          margin-top: 30px; }
          @media screen and (max-width: 750px) {
            .l_agreement .target_box .target_area .txt + .txt {
              margin-top: 4vw; } }
        .l_agreement .target_box .target_area .txt .txt_max {
          font-weight: bold; }
      .l_agreement .target_box .target_area .caution_note {
        margin-top: 30px; }
        @media screen and (max-width: 750px) {
          .l_agreement .target_box .target_area .caution_note {
            margin-top: 4vw; } }
        .l_agreement .target_box .target_area .caution_note li {
          padding-left: 1em;
          text-indent: -1em;
          font-size: 16px;
          line-height: 1.625; }
          @media screen and (max-width: 750px) {
            .l_agreement .target_box .target_area .caution_note li {
              font-size: 2.93333vw;
              line-height: 1.63636; } }
  .l_agreement .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 230px;
    margin: 60px auto 0; }
    @media screen and (max-width: 750px) {
      .l_agreement .sns {
        width: 40vw;
        margin-top: 10.66667vw; } }
    .l_agreement .sns li {
      width: 64px; }
      @media screen and (max-width: 750px) {
        .l_agreement .sns li {
          width: 10.66667vw; } }

._close .l_nav li a {
  position: relative; }
  ._close .l_nav li a:after {
    content: "キャンペーンは終了しました";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    text-align: center;
    width: 100%;
    background: rgba(158, 158, 158, 0.8);
    font-size: 24px;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 750px) {
      ._close .l_nav li a:after {
        font-size: 3.2vw; } }

.js_btn_close.is_disable_close,
.js_btn_close_02.is_disable_close,
.js_btn_close_03.is_disable_close {
  pointer-events: none !important; }
