@charset "UTF-8";
@media all and (min-width: 769px) {
  .layer_board_bg,
  .layer_board {
    position: absolute; }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed; }
  .layer_board {
    display: none;
    width: 730px;
    height: 477px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .layer_board.narrow {
      height: 200px; }
    .layer_board #head {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      color: #ec6d81;
      padding: 40px 0 15px; }
    .layer_board #body {
      padding: 0 38px 50px; }
    .layer_board p {
      font-size: 15px;
      line-height: 30px;
      margin-bottom: 28px; }
      .layer_board p.text2 {
        display: none;
        text-align: center; }
    .layer_board .btn {
      text-align: center;
      padding: 30px 0;
      background-color: #e6f3f8; }
      .layer_board .btn .title {
        font-size: 18px;
        font-weight: 600;
        color: #363636;
        margin-bottom: 25px; }
      .layer_board .btn .yes,
      .layer_board .btn .no {
        display: inline-block;
        margin: 0 10px; }
        .layer_board .btn .yes a,
        .layer_board .btn .no a {
          display: block;
          width: 190px;
          height: 50px;
          font-size: 18px;
          line-height: 50px;
          font-weight: 600;
          color: #363636;
          background-color: #fff;
          border: 1px solid #bcbcbc;
          border-radius: 15px; }
    .layer_board .logo {
      position: absolute;
      bottom: -70px;
      left: calc(50% - 126px); }
      .layer_board .logo img {
        width: 252px; }
  .mv {
    background-image: url(../images/index/mv.jpg);
    background-size: 960px auto;
    background-position: center top;
    background-repeat: no-repeat; }
    .mv-wrap {
      width: 960px;
      height: 641px;
      padding-top: 75px;
      margin: 0 auto; }
    .mv__title {
      width: 430px;
      text-align: center;
      color: #666666;
      font-weight: 300; }
      .mv__title-top {
        display: block;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 10px; }
      .mv__title-bottom {
        display: block;
        font-size: 30px;
        line-height: 1.65; }
        .mv__title-bottom-strong {
          color: #ec6d81;
          font-weight: 500; }
  .news__title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #ffb1b9;
    padding-left: 52px;
    background-image: url(../images/index/ico-news.png);
    background-size: 43px 39px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-bottom: 5px; }
  .news-wrap {
    padding: 28px 30px 22px;
    background-color: white;
    border: 3px solid #ffb1b9;
    border-radius: 8px; }
    .news-wrap dl {
      border-bottom: 1px solid #aaaaaa;
      margin-bottom: 14px; }
      .news-wrap dl:nth-last-of-type(1) {
        border-bottom: 0px;
        margin-bottom: 0px; }
      .news-wrap dl dt {
        padding-bottom: 15px; }
      .news-wrap dl dd {
        padding-left: 1.5rem;
        padding-bottom: 17px; }
        .news-wrap dl dd p {
          font-size: 13px;
          line-height: 1.7;
          color: #2d2d2d; }
          .news-wrap dl dd p + ul {
            margin-top: 7px; }
        .news-wrap dl dd ul li {
          font-size: 13px;
          line-height: 1.7;
          color: #2d2d2d; }
          .news-wrap dl dd ul li::before {
            content: "・"; }
        .news-wrap dl dd a {
          color: #ff6b7a; }
          .news-wrap dl dd a.icon {
            display: inline-block;
            padding-left: 18px;
            background: url(../images/index/ico-more.png) left center no-repeat;
            background-size: 14px 14px; }
  .news__date {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #808080; }
    .news__date::before {
      content: "●";
      font-size: 13px;
      color: #ffb1b9;
      margin-right: 2px; }
  .news__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #2d2d2d;
    padding-left: 1.5rem; }
  .news__link {
    padding-top: 10px; }
    .news__link a {
      display: inline-block;
      border: 1px solid #aaaaaa;
      height: 28px;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.3rem;
      line-height: 26px;
      color: white !important;
      padding: 0 20px;
      background: linear-gradient(90deg, #ec6d81, #f6b8c2);
      margin-right: 6px; }
  .news__morebtn {
    margin-top: -10px;
    text-align: right; }
    .news__morebtn a {
      display: inline-block;
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 19px;
      line-height: 1.1;
      font-weight: 700;
      color: #ffb1b9;
      padding-right: 18px;
      background: url(../images/index/ico-more.png) right bottom no-repeat;
      background-size: 14px 14px; } }

@media all and (max-width: 768px) {
  #layer_board_area {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .layer_board_bg,
  .layer_board {
    position: absolute; }
  .layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: #ededed; }
  .layer_board {
    display: none;
    width: 86%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    margin-top: calc(100vh); }
    .layer_board.narrow {
      height: 200px; }
    .layer_board #head {
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      color: #ec6d81;
      padding: 20px 0 15px; }
    .layer_board #body {
      padding: 0 20px 25px; }
    .layer_board p {
      font-size: 14px;
      line-height: 23px;
      margin-bottom: 15px; }
      .layer_board p.text2 {
        display: none;
        text-align: center; }
    .layer_board .btn {
      text-align: center;
      padding: 15px 0;
      background-color: #e6f3f8; }
      .layer_board .btn .title {
        font-size: 16px;
        font-weight: 600;
        color: #363636;
        margin-bottom: 15px; }
      .layer_board .btn .yes,
      .layer_board .btn .no {
        display: inline-block;
        width: 30%;
        margin: 0 5px; }
        .layer_board .btn .yes a,
        .layer_board .btn .no a {
          display: block;
          width: 100%;
          height: 50px;
          font-size: 16px;
          line-height: 50px;
          font-weight: 600;
          color: #363636;
          background-color: #fff;
          border: 1px solid #bcbcbc;
          border-radius: 10px;
          margin-left: auto;
          margin-right: auto; }
    .layer_board .logo {
      position: absolute;
      bottom: -50px;
      left: calc(50% - 100px); }
      .layer_board .logo img {
        width: 200px; }
  .mv {
    background-image: url(../images/index/mv--sp.png);
    background-size: 400px auto;
    background-position: center bottom;
    background-repeat: no-repeat; }
    .mv-wrap {
      padding-top: 20px;
      height: 380px;
      margin: 0 auto; }
    .mv__title {
      text-align: center;
      color: #666666;
      font-weight: 300; }
      .mv__title-top {
        display: block;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 10px;
        text-shadow: 0px 0px 10px #ffffff; }
      .mv__title-bottom {
        display: block;
        font-size: 20px;
        line-height: 1.4;
        text-shadow: 0px 0px 10px #ffffff; }
        .mv__title-bottom-strong {
          color: #ec6d81;
          font-weight: 500; }
  .news {
    padding: 0 10px; }
    .news__title {
      font-family: 'Zen Maru Gothic', sans-serif;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.2rem;
      color: #ffb1b9;
      padding-left: 44px;
      background-image: url(../images/index/ico-news.png);
      background-size: 35px auto;
      background-position: left center;
      background-repeat: no-repeat;
      margin-left: 10px;
      margin-bottom: 5px; }
    .news-wrap {
      padding: 15px;
      background-color: white;
      border: 2px solid #ffb1b9;
      border-radius: 8px; }
      .news-wrap dl {
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 14px; }
        .news-wrap dl:nth-last-of-type(1) {
          border-bottom: 0px;
          margin-bottom: 0px; }
        .news-wrap dl dt {
          padding-bottom: 15px; }
        .news-wrap dl dd {
          padding-left: 1.5rem;
          padding-bottom: 17px; }
          .news-wrap dl dd p {
            font-size: 12px;
            line-height: 1.7;
            color: #2d2d2d; }
            .news-wrap dl dd p + ul {
              margin-top: 7px; }
          .news-wrap dl dd ul li {
            font-size: 12px;
            line-height: 1.7;
            color: #2d2d2d; }
            .news-wrap dl dd ul li::before {
              content: "・"; }
          .news-wrap dl dd a {
            color: #ff6b7a; }
            .news-wrap dl dd a.icon {
              display: inline-block;
              padding-left: 18px;
              background: url(../images/index/ico-more.png) left center no-repeat;
              background-size: 14px 14px; }
    .news__date {
      position: relative;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.05rem;
      color: #808080;
      margin-bottom: 6px; }
      .news__date::before {
        content: "●";
        font-size: 13px;
        color: #ffb1b9;
        margin-right: 2px; }
    .news__subtitle {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.375;
      color: #2d2d2d;
      padding-left: 1.5rem; }
    .news__link {
      padding-top: 10px; }
      .news__link a {
        display: inline-block;
        border: 1px solid #aaaaaa;
        height: 28px;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.3rem;
        line-height: 26px;
        color: white !important;
        padding: 0 20px;
        background: linear-gradient(90deg, #ec6d81, #f6b8c2);
        margin-right: 6px; }
    .news__morebtn {
      margin-top: -10px;
      text-align: right; }
      .news__morebtn a {
        display: inline-block;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-size: 18px;
        line-height: 1.1;
        font-weight: 700;
        color: #ffb1b9;
        padding-right: 18px;
        background: url(../images/index/ico-more.png) right bottom no-repeat;
        background-size: 14px 14px; } }
