@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.bg_wrap {
  position: relative;
  background: #003e2d;
  padding-top: clamp(20px, 5vw, 60px);
  padding-bottom: clamp(20px, 5vw, 60px); }
  @media screen and (max-width: 768px) {
    .bg_wrap {
      padding: 30px 0 100px; } }
  .bg_wrap::after {
    content: "";
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100svh;
    background-image: url("../images/limited/bg02.png");
    background-position: top left;
    background-size: 1600px auto;
    background-repeat: repeat;
    z-index: 2;
    pointer-events: none; }
    @media screen and (max-width: 480px) {
      .bg_wrap::after {
        background-size: 800px auto; } }

.sec {
  position: relative;
  z-index: 3; }

._1000 {
  max-width: 1000px; }

.vsp1000 {
  display: none; }
  @media screen and (max-width: 1000px) {
    .vsp1000 {
      display: block; } }

.sec01 {
  padding-top: clamp(40px, 10vw, 120px);
  padding-bottom: clamp(40px, 10vw, 120px);
  background: #fbf9f5; }
  .sec01 .sec_ttl_img {
    max-width: calc(458%/12);
    margin: 0 auto;
    margin-bottom: clamp(40px, 10vw, 120px); }
    @media screen and (max-width: 768px) {
      .sec01 .sec_ttl_img {
        width: calc(458%/6);
        max-width: 458px; } }
    .sec01 .sec_ttl_img figcaption {
      text-align: center;
      color: #cabb89;
      font-size: clamp(18px, 2.334vw, 28px);
      letter-spacing: 0.08em;
      line-height: 1;
      margin-top: 0.5em; }
      @media screen and (max-width: 900px) {
        .sec01 .sec_ttl_img figcaption {
          font-size: clamp(18px, 2.084vw, 25px); } }
      @media screen and (max-width: 480px) {
        .sec01 .sec_ttl_img figcaption {
          margin-top: 1em;
          font-size: calc(16vw/3.9); } }
  .sec01 .sec_ttl {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.06em;
    margin-bottom: clamp(60px, 15.834vw, 190px); }
  .sec01 .box01 {
    max-width: 1000px;
    margin: 0 auto; }
    .sec01 .box01 .box_ttl {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: clamp(30px, 5.417vw, 65px); }
      .sec01 .box01 .box_ttl hr {
        border: 0;
        background-image: url("../images/limited/linie_img.png");
        background-position: center left;
        background-repeat: repeat-x;
        background-size: 284px auto;
        height: 7px;
        width: calc(291%/10); }
        @media screen and (max-width: 480px) {
          .sec01 .box01 .box_ttl hr {
            width: calc(200%/10); } }
      .sec01 .box01 .box_ttl span {
        color: #cabb89;
        display: inline-block;
        line-height: 1;
        letter-spacing: 0.2em;
        font-size: clamp(20px, 3vw, 36px); }
    .sec01 .box01 .pamphlet_btn {
      margin-bottom: clamp(30px, 6.5vw, 65px); }
  .sec01 .info_box {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: clamp(40px, 5.834vw, 70px); }
    .sec01 .info_box .info_ttl {
      text-align: center;
      margin-bottom: clamp(15px, 2.6vw, 26px);
      line-height: 0; }
      @media screen and (max-width: 480px) {
        .sec01 .info_box .info_ttl {
          max-width: 150px;
          margin: 0 auto 15px; } }
    .sec01 .info_box .info_txt_box {
      border-bottom: 3px solid;
      border-top: 3px solid;
      border-color: #cabb89;
      padding-bottom: clamp(15px, 2.6vw, 26px);
      padding-top: clamp(15px, 2.6vw, 26px); }
      .sec01 .info_box .info_txt_box .img_txt {
        width: calc(888%/10);
        margin: 0 auto; }
        .sec01 .info_box .info_txt_box .img_txt img {
          width: 100%; }
  .sec01 .limi_res_btn {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: clamp(40px, 12.5vw, 150px); }
    .sec01 .limi_res_btn a {
      background: #cabb89;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(30px, 4.584vw, 55px);
      line-height: 1;
      letter-spacing: 0.57em;
      padding: 0.5em 10px; }
  .sec01 .f_logos .f_logo {
    max-width: 488px;
    margin: 0 auto; }

input {
  border: 0; }

/*# sourceMappingURL=limited.css.map */
