@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #c9171e;
  transition: .4s; }
  a:hover {
    color: #c9171e; }
  a:visited {
    color: #c9171e; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
.lp_wrapper {
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #c9171e;
  font-size: 14px;
  position: relative;
  background: #E6E6E6; }
  .lp_wrapper .innerBox {
    max-width: 800px;
    margin: 0 auto; }
  .lp_wrapper h1 {
    margin: 7% auto;
    font-size: min(1em, 3vw);
    line-height: 2.0;
    font-weight: 400; }
    @media screen and (max-width: 600px) {
      .lp_wrapper h1 {
        margin: 15% auto; } }
  .lp_wrapper .anchor {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    max-width: 300px; }
    @media screen and (max-width: 600px) {
      .lp_wrapper .anchor {
        max-width: 220px; } }
    .lp_wrapper .anchor a {
      display: block;
      background: #ffffff;
      padding: 0.7em;
      border: 1px solid #c9171e;
      border-radius: 50vh;
      margin: 0 auto 1.5em;
      width: 100%;
      font-size: min(1em, 3vw);
      position: relative; }
      .lp_wrapper .anchor a::after {
        position: absolute;
        content: "▼";
        font-size: 50%;
        top: 50%;
        right: 2.0em;
        transform: translateY(-50%); }
      .lp_wrapper .anchor a:hover {
        background: #c9171e;
        color: #ffffff; }
  .lp_wrapper section {
    width: 90%;
    margin: 15% auto;
    max-width: 700px;
    padding-top: 60px; }
    @media screen and (max-width: 600px) {
      .lp_wrapper section {
        margin-bottom: 25%; } }
    .lp_wrapper section#link_3 {
      margin-bottom: 0;
      padding-bottom: 15%; }
    .lp_wrapper section h2 {
      text-align: left;
      border-bottom: 1px solid #c9171e;
      padding-bottom: 0.5em;
      font-size: min(1em, 3.2vw);
      margin-bottom: 10%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .lp_wrapper section h2 span {
        font-weight: 400;
        font-size: 60%; }
    .lp_wrapper section .box {
      margin: 0 auto 10%; }
      @media screen and (max-width: 600px) {
        .lp_wrapper section .box {
          margin-bottom: 20%; } }
      .lp_wrapper section .box .imgBox {
        position: relative;
        margin-bottom: 1.0em; }
        .lp_wrapper section .box .imgBox.logo {
          margin-bottom: 10%; }
        .lp_wrapper section .box .imgBox .number {
          position: absolute;
          font-size: min(1.2em, 3.5vw);
          color: #ffffff;
          background: #c9171e;
          width: 40px;
          height: 40px;
          top: 0;
          left: 0;
          line-height: 40px; }
      .lp_wrapper section .box h3 {
        font-size: min(1em, 3.2vw);
        margin-bottom: 1.0em; }
      .lp_wrapper section .box p {
        font-size: min(0.9em, 3vw);
        margin-bottom: 1.0em;
        line-height: 2.0; }
      .lp_wrapper section .box a.btn {
        display: block;
        background: #ffffff;
        padding: 0.7em;
        border: 1px solid #c9171e;
        border-radius: 50vh;
        margin: 10% auto 0;
        width: 100%;
        font-size: min(1em, 3.2vw);
        position: relative;
        color: #c9171e;
        max-width: 300px; }
        .lp_wrapper section .box a.btn::after {
          position: absolute;
          content: "▼";
          font-size: 50%;
          top: 50%;
          right: 2.0em;
          transform: translateY(-50%); }
        .lp_wrapper section .box a.btn:hover {
          background: #c9171e;
          color: #ffffff; }
  .lp_wrapper .followBtn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: +1; }
    .lp_wrapper .followBtn a {
      font-size: min(0.9em, 3vw);
      color: #ffffff;
      background: #c9171e;
      padding: 0.5em 1.0em;
      border-radius: 50vh; }
    .lp_wrapper .followBtn.active {
      opacity: 1;
      visibility: visible; }
