@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "MOBO";
  src: url("../fonts/MOBO-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }

/* line 63, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000; }

/* line 67, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
.ctr {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto; }

/* line 72, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
a {
  transition: .3s; }

/* line 73, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
a:hover {
  opacity: 0.8; }

/* line 74, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
.d-ib {
  display: inline-block; }

/* line 75, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 80, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
.tab {
  display: none; }

/* line 81, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
.sp {
  display: none; }

@media screen and (max-width: 1040px) {
  /* line 83, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  .tab {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  /* line 86, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  .pc {
    display: none; }
  /* line 87, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  .sp {
    display: inline-block; }
  /* line 88, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  .row {
    gap: 24px 0; }
  /* line 89, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  .col {
    width: 100% !important; } }

/* line 94, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
header {
  padding: 16px 14px 16px 25px; }
  @media screen and (max-width: 767px) {
    /* line 94, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    header {
      padding: 8px 10px; } }
  /* line 97, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  header .row {
    align-items: center; }
  /* line 100, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  header img.logo {
    height: 45px; }
    @media screen and (max-width: 767px) {
      /* line 100, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      header img.logo {
        height: 30px; } }
  /* line 104, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  header .linkbox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px; }
    @media screen and (max-width: 767px) {
      /* line 104, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      header .linkbox {
        gap: 0 12px; } }
  /* line 111, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  header img.insta {
    height: 40px; }
    @media screen and (max-width: 767px) {
      /* line 111, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      header img.insta {
        height: 24px; } }
  /* line 115, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  header a.btn {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    width: 200px;
    height: 58px;
    line-height: 55px;
    text-align: center;
    border-radius: 30px;
    letter-spacing: 1.6px;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      /* line 115, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      header a.btn {
        width: 160px;
        height: 38px;
        line-height: 36px;
        font-size: 14px; } }

/* line 135, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
main {
  overflow: hidden; }

/* line 139, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#top {
  height: 42.989vw;
  background-image: url(../images/top_pc.jpg);
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    /* line 139, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #top {
      height: auto; } }

/* line 149, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#about {
  background-color: #000000;
  color: #ffffff;
  padding: 98px 0 0 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 149, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #about {
      padding: 40px 0 0 0; } }
  /* line 157, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about .ctr {
    max-width: 1100px; }
  /* line 160, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about .row {
    margin-bottom: 85px; }
    @media screen and (max-width: 1040px) {
      /* line 160, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about .row {
        align-items: center; } }
    @media screen and (max-width: 767px) {
      /* line 160, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about .row {
        margin-bottom: 40px; } }
  /* line 168, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about .col:first-child {
    width: calc(600/1100*100%);
    padding-top: 39px;
    padding-left: 35px; }
    @media screen and (max-width: 767px) {
      /* line 168, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about .col:first-child {
        padding-left: 0; } }
  /* line 176, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about .col:last-child {
    width: calc(480/1100*100%); }
    @media screen and (max-width: 767px) {
      /* line 176, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about .col:last-child {
        text-align: center; } }
  /* line 183, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about h2 {
    font-family: "MOBO", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: calc(50/34);
    letter-spacing: 3.4px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1040px) {
      /* line 183, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about h2 {
        font-size: 24px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      /* line 183, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about h2 {
        font-size: 21px;
        margin-bottom: 30px; } }
  /* line 199, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about p.txt {
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16); }
    @media screen and (max-width: 1040px) {
      /* line 199, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about p.txt {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      /* line 199, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about p.txt {
        font-size: 15px; } }
  /* line 210, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about img.pht {
    width: 100%;
    border-radius: 100%; }
    @media screen and (max-width: 767px) {
      /* line 210, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about img.pht {
        width: 80%; } }
  /* line 217, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about .nami_pos {
    position: relative; }
  /* line 220, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about img.nami1 {
    position: absolute;
    top: -31px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      /* line 220, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about img.nami1 {
        top: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 220, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about img.nami1 {
        top: -2px; } }
  /* line 232, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #about img.nami2 {
    position: absolute;
    bottom: -34px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      /* line 232, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about img.nami2 {
        bottom: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 232, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #about img.nami2 {
        bottom: -2px; } }

/* line 245, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#color {
  padding: 140px 0 150px; }
  @media screen and (max-width: 767px) {
    /* line 245, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color {
      padding: 120px 0 70px 0; } }
  /* line 250, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color h2 {
    font-family: "MOBO", "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 4.6px;
    line-height: calc(60/46);
    margin-bottom: 30px;
    z-index: 2; }
    @media screen and (max-width: 1040px) {
      /* line 250, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color h2 {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      /* line 250, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color h2 {
        font-size: 21px;
        margin-bottom: 30px; } }
    /* line 266, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color h2 span.pos {
      position: relative; }
    /* line 267, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color h2 img.en {
      position: absolute;
      bottom: 27px;
      left: -226px;
      width: 278px;
      z-index: 1; }
      @media screen and (max-width: 1040px) {
        /* line 267, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color h2 img.en {
          width: 200px;
          left: -180px;
          bottom: 60px; } }
      @media screen and (max-width: 767px) {
        /* line 267, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color h2 img.en {
          width: 160px;
          left: -74px;
          bottom: 54px; } }
  /* line 285, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color p.lead {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      /* line 285, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color p.lead {
        font-size: 15px;
        margin-bottom: 48px; } }
  /* line 296, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color .box {
    position: relative;
    height: 400px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      /* line 296, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color .box {
        height: 175vw; } }
    /* line 303, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color .box:not(:last-child) {
      margin-bottom: 90px; }
      @media screen and (max-width: 1040px) {
        /* line 303, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color .box:not(:last-child) {
          margin-bottom: 40px; } }
      @media screen and (max-width: 767px) {
        /* line 303, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color .box:not(:last-child) {
          margin-bottom: 30px; } }
    /* line 308, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color .box.black {
      background-image: url(../images/color_black.jpg);
      background-size: cover;
      background-position: center top; }
      @media screen and (max-width: 767px) {
        /* line 308, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color .box.black {
          background-image: url(../images/color_black_sp.jpg); } }
    /* line 316, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color .box.red {
      background-image: url(../images/color_red.jpg);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 767px) {
        /* line 316, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color .box.red {
          background-image: url(../images/color_red_sp.jpg); } }
    /* line 324, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #color .box.blue {
      background-image: url(../images/color_blue.jpg);
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 767px) {
        /* line 324, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color .box.blue {
          background-image: url(../images/color_blue_sp.jpg); } }
  /* line 333, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color .cnt {
    position: absolute;
    top: 50%;
    left: calc(150/1300*100%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      /* line 333, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color .cnt {
        top: 12vw;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        width: 86%; } }
  /* line 345, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color h3 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 7.2px;
    line-height: calc(36/36);
    padding-bottom: 15px; }
    @media screen and (max-width: 767px) {
      /* line 345, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color h3 {
        font-size: 24px;
        margin-bottom: 93vw; }
        /* line 356, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #color h3.sp_mb {
          margin-bottom: 100vw; } }
  /* line 361, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #color p.txt {
    color: #ffffff;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      /* line 361, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #color p.txt {
        font-size: 14px; } }

/* line 372, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#lightup {
  background-image: url(../images/lightup_bg.webp);
  background-position: center center;
  background-size: cover;
  padding: 260px 0 262px;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 372, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #lightup {
      padding: 260px 0 200px; } }
  /* line 379, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup img.nami1 {
    position: absolute;
    top: -38px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      /* line 379, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.nami1 {
        top: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 379, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.nami1 {
        top: -2px; } }
  /* line 390, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup img.nami2 {
    position: absolute;
    bottom: -26px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      /* line 390, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.nami2 {
        bottom: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 390, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.nami2 {
        bottom: -2px; } }
  /* line 401, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup h2 {
    text-align: center;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      /* line 401, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup h2 {
        margin-bottom: 30px; } }
    /* line 407, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #lightup h2 span.pos {
      position: relative; }
    /* line 408, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #lightup h2 img.en {
      position: absolute;
      bottom: 65px;
      left: -422px;
      width: 467px;
      z-index: 1; }
      @media screen and (max-width: 1040px) {
        /* line 408, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #lightup h2 img.en {
          width: 300px;
          left: -140px;
          bottom: 90px; } }
      @media screen and (max-width: 767px) {
        /* line 408, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #lightup h2 img.en {
          width: 230px;
          left: -70px;
          bottom: 70px; } }
    /* line 425, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #lightup h2 img.ttl {
      position: relative;
      z-index: 2;
      width: 450px; }
      @media screen and (max-width: 767px) {
        /* line 425, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #lightup h2 img.ttl {
          width: 240px; } }
  /* line 434, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup .videobox {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9; }
    @media screen and (max-width: 767px) {
      /* line 434, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup .videobox {
        margin: 0 auto 30px; } }
    /* line 445, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #lightup .videobox iframe, #lightup .videobox video {
      width: 100%;
      height: 100%;
      border: 0; }
  /* line 451, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup p.lead {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    color: #ffffff;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      /* line 451, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup p.lead {
        font-size: 15px;
        margin-bottom: 30px; } }
  /* line 463, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup .row {
    max-width: 800px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      /* line 463, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup .row {
        justify-content: center;
        gap: 0 20px;
        margin: 0 auto 30px; } }
  /* line 472, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup .col {
    width: calc(240/800*100%); }
    @media screen and (max-width: 767px) {
      /* line 472, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup .col {
        width: 44% !important; } }
  /* line 478, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup p.info {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    color: #ffffff;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      /* line 478, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup p.info {
        font-size: 15px;
        margin-bottom: 0px; } }
  /* line 490, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup img.st {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(518/1512*100%);
    transform: translateY(-30%) translateX(13.5%);
    z-index: 2; }
    @media screen and (max-width: 767px) {
      /* line 490, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.st {
        width: 300px; } }
  /* line 501, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #lightup img.ps {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(518/1512*100%);
    transform: translateY(25%) translateX(-35.5%);
    z-index: 2; }
    @media screen and (max-width: 767px) {
      /* line 501, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #lightup img.ps {
        width: 300px; } }

/* line 514, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#contact {
  background-color: #000000;
  padding: 127px 0 251px; }
  @media screen and (max-width: 767px) {
    /* line 514, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #contact {
      padding: 80px 0 80px; } }
  /* line 520, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact h2 {
    color: #ffffff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    letter-spacing: 5.4px;
    line-height: calc(48/36);
    font-weight: 800;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      /* line 520, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #contact h2 {
        font-size: 30px;
        margin-bottom: 20px; } }
  /* line 534, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact form {
    background-color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 57px 75px 60px 75px; }
    @media screen and (max-width: 767px) {
      /* line 534, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #contact form {
        padding: 36px 24px; } }
  /* line 544, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact label {
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    display: block;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      /* line 544, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #contact label {
        font-size: 15px;
        margin-bottom: 8px; } }
  /* line 555, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact input {
    border-radius: 5px;
    display: block;
    background-color: #F5F5F5;
    border: solid 1px #C1C1C1;
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      /* line 555, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #contact input {
        margin-bottom: 20px; } }
  /* line 567, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact textarea {
    border-radius: 5px;
    display: block;
    background-color: #F5F5F5;
    border: solid 1px #C1C1C1;
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 45px; }
    @media screen and (max-width: 767px) {
      /* line 567, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #contact textarea {
        margin-bottom: 24px; } }
  /* line 579, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact .sbtbox {
    text-align: center; }
  /* line 582, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #contact button {
    background-color: #E3283D;
    border-radius: 30px;
    color: #ffffff;
    width: 200px;
    height: 58px;
    line-height: 55px;
    font-weight: 800;
    letter-spacing: 1.6px;
    display: inline-block; }

/* line 595, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
footer {
  background-color: #000000;
  padding-bottom: 92px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 595, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    footer {
      padding-bottom: 70px; } }
  /* line 601, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer .box {
    position: relative;
    margin-bottom: 92px; }
    @media screen and (max-width: 767px) {
      /* line 601, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer .box {
        margin-bottom: 60px; } }
  /* line 606, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer img.nami1 {
    position: absolute;
    top: -36px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      /* line 606, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer img.nami1 {
        top: -20px; } }
    @media screen and (max-width: 767px) {
      /* line 606, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer img.nami1 {
        top: -2px; } }
  /* line 617, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer img.icon {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(280/1512*100%); }
    @media screen and (max-width: 767px) {
      /* line 617, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer img.icon {
        top: 53%;
        width: 130px; } }
  /* line 628, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer img.logo {
    width: 80px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      /* line 628, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer img.logo {
        width: 64px;
        margin-bottom: 30px; } }
  /* line 636, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer img.insta {
    width: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      /* line 636, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer img.insta {
        width: 30px;
        margin-bottom: 30px; } }
  /* line 644, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  footer .cpy {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: calc(30/14); }
    @media screen and (max-width: 767px) {
      /* line 644, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      footer .cpy {
        font-size: 12px; } }

/* line 656, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
#thanks {
  padding: 140px 0 150px; }
  @media screen and (max-width: 767px) {
    /* line 656, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #thanks {
      padding: 120px 0 70px 0; } }
  /* line 661, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #thanks h2 {
    font-family: "MOBO", "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 4.6px;
    line-height: calc(60/46);
    margin-bottom: 30px;
    z-index: 2; }
    @media screen and (max-width: 1040px) {
      /* line 661, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #thanks h2 {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      /* line 661, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #thanks h2 {
        font-size: 21px;
        margin-bottom: 30px; } }
    /* line 677, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #thanks h2 span.pos {
      position: relative; }
    /* line 678, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
    #thanks h2 img.en {
      position: absolute;
      bottom: 27px;
      left: -226px;
      width: 278px;
      z-index: 1; }
      @media screen and (max-width: 1040px) {
        /* line 678, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #thanks h2 img.en {
          width: 200px;
          left: -180px;
          bottom: 60px; } }
      @media screen and (max-width: 767px) {
        /* line 678, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
        #thanks h2 img.en {
          width: 160px;
          left: -74px;
          bottom: 54px; } }
  /* line 696, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
  #thanks p.lead {
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: calc(30/16);
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      /* line 696, /Users/mair/Desktop/web_desk/feria_fl/feria/css/style.scss */
      #thanks p.lead {
        font-size: 15px;
        margin-bottom: 48px; } }

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