body {
  background-color: #fafafa;
}
body.is-fixed {
  overflow: hidden;
}

.hidden-xl {
  display: block;
}
@media screen and (min-width:768px) {
  .hidden-xl {
    display: block;
  }
}
@media screen and (min-width:900px) {
  .hidden-xl {
    display: none;
  }
}

.hidden-md {
  display: none;
}
@media screen and (min-width:900px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width:1200px) {
  .hidden-md {
    display: block;
  }
}

.hidden-md-re {
  display: none;
}
@media screen and (min-width:900px) {
  .hidden-md-re {
    display: block;
  }
}
@media screen and (min-width:1200px) {
  .hidden-md-re {
    display: block;
  }
}

.section__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (min-width:600px) {
  .section__inner {
    padding: 0 20px;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .section__inner {
    padding: 0 40px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width:900px) {
  .section__inner {
    padding: 0 50px;
    max-width: 1180px;
    margin: 0 auto;
  }
}

.button-lg {
  cursor: pointer;
  display: inline-block;
  height: 56px;
  padding: 7px 37px 9px 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 3px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 374px) {
  .button-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 4px 12px 6px 12px;
    height: 40px;
  }
}

.button-md {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 2px;
}

.button-sm {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}

.main {
  background-image: url(../img/mv_blacktutu.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100svh;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header__inner {
  padding: 45px 55px;
  max-width: calc(100% + 40px);
  margin: 0 auto;
}
@media screen and (min-width:900px) {
  .header__inner {
    padding: 45px 55px;
    max-width: calc(100% + 110px);
  }
}

.header__nav {
  position: relative;
  z-index: 1;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Courgette", cursive;
  font-weight: 400;
  color: #fffefe;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (min-width:600px) {
  .header__nav {
    font-size: 16px;
  }
}
@media screen and (min-width:900px) {
  .header__nav {
    font-size: 20px;
    gap: 50px;
  }
}

.header__link {
  font-weight: 700;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover {
  color: #e5dcc9;
}

.mv__texts {
  right: calc(50% - 226px);
  top: 247px;
  position: absolute;
  z-index: 1;
  text-align: center;
  display: block;
}
@media screen and (min-width:900px) {
  .mv__texts {
    right: calc(50% - 242px);
    top: 237px;
  }
}

.mv__text {
  color: #fffefe;
  font-family: "Courgette", cursive;
  font-size: 30px;
  margin-top: 8px;
  white-space: nowrap;
}
@media screen and (min-width:600px) {
  .mv__text {
    font-size: 35px;
  }
}
@media screen and (min-width:900px) {
  .mv__text {
    font-size: 40px;
  }
}

.letter {
  opacity: 0;
  display: inline-block;
}

.service {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-title {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width:1200px) {
  .section-title {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.section__title-main {
  font-family: "Courgette", cursive;
  color: #e5dcc9;
  font-size: 40px;
}

.section__title-main:first-letter {
  font-size: 1.5em;
}

.section__title-sub {
  font-size: 16px;
  color: #e5dcc9;
  display: inline-block;
}
@media screen and (min-width:1200px) {
  .section__title-sub {
    margin-top: 20px;
  }
}

.service__contents {
  margin-top: 40px;
}
@media screen and (min-width:900px) {
  .service__contents {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .service__contents {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .service__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width:900px) {
  .service__item {
    width: 33.3333333333%;
    gap: 20px;
    padding: 20px 10px;
  }
}

.service__item-img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .service__item-img {
    width: 230px;
  }
}
@media screen and (min-width:900px) {
  .service__item-img {
    width: 250px;
  }
}
@media screen and (min-width:1200px) {
  .service__item-img {
    width: 280px;
  }
}
.service__item-img img {
  width: 100%;
}

.service__item-name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
@media (max-width: 374px) {
  .service__item-name {
    font-size: 18px;
  }
}

.service__item-text {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  max-width: 350px;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 374px) {
  .service__item-text {
    font-size: 14px;
  }
}

.works {
  margin-top: 40px;
  margin-bottom: 100px;
}

.works__contents {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width:900px) {
  .works__contents {
    margin: 0 auto;
  }
}

.works__list {
  display: grid;
  place-items: center;
}
@media screen and (min-width:900px) {
  .works__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
  }
}

.works__item {
  margin-top: 40px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
          box-shadow: 3px 3px 15px 0px rgba(96, 96, 96, 0.16);
  border-radius: 20px;
  padding: 35px 10px;
}
@media screen and (min-width:900px) {
  .works__item {
    margin-top: 0;
    margin-bottom: 0;
    gap: 20px;
    padding: 30px 10px;
  }
}
.works__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e3e3e3;
}
@media screen and (min-width:900px) {
  .works__item:nth-child(n+2)::before {
    display: none;
  }
}
.works__item--2 {
  margin-top: 60px;
}
@media screen and (min-width:900px) {
  .works__item--2 {
    margin-top: 0;
  }
}
.works__item--3 {
  margin-top: 60px;
}
@media screen and (min-width:900px) {
  .works__item--3 {
    margin-top: 0;
  }
}

.works__item-img {
  width: 280px;
  display: block;
  margin: 0 auto;
  height: 170px;
  overflow: hidden;
}
@media (max-width: 374px) {
  .works__item-img {
    width: 230px;
  }
}
@media screen and (min-width:900px) {
  .works__item-img {
    width: 250px;
  }
}
@media screen and (min-width:1200px) {
  .works__item-img {
    width: 280px;
  }
}
.works__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.works__item-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.works__item-name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 374px) {
  .works__item-name {
    font-size: 16px;
  }
}

.works__button {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  cursor: pointer;
}
.works__button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.works__button:hover, .works__button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sample {
  font-size: 16px;
}

.flow {
  margin-top: 40px;
  margin-bottom: 100px;
}

.section__lead-text {
  font-size: 16px;
}
@media (max-width: 374px) {
  .section__lead-text {
    font-size: 14px;
  }
}

.workflow__steps {
  background: #fffbf0;
  padding: 20px 20px;
  border-radius: 50px;
  margin-top: 40px;
}
@media screen and (min-width:900px) {
  .workflow__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
}

@media screen and (min-width:900px) {
  .workflow__step {
    width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1200px) {
  .workflow__step {
    width: 400px;
  }
}

.step-box {
  padding-top: 45px;
  position: relative;
  margin-bottom: 20px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-box__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #111;
  background: #eacf7d;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .step-box__head {
    width: 90px;
    height: 90px;
  }
}

.step-box__head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.3px;
}
@media screen and (min-width:900px) {
  .step-box__head-text {
    font-size: 13px;
  }
}

.step-box__head-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.4px;
  color: #fff;
  margin-top: 3px;
}
@media screen and (min-width:900px) {
  .step-box__head-number {
    font-size: 34px;
  }
}

.step-box__body {
  border-radius: 30px;
  border: 2px solid #111;
  background: #fff;
  padding: 40px 10px;
  text-align: center;
  width: 280px;
}
@media (max-width: 374px) {
  .step-box__body {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width:900px) {
  .step-box__body {
    width: 350px;
  }
}

.step-box__image {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .step-box__image {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.flow__item-name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.flow__item-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.48px;
}

.about {
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
}

.about__inner {
  position: relative;
}

.about__img {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 374px) {
  .about__img {
    width: 250px;
  }
}
@media screen and (min-width:900px) {
  .about__img {
    width: 44.8113207547%;
    height: auto;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.about__img img {
  width: 100%;
}

.about__img-ballet {
  position: absolute;
  top: -120px;
  left: 121px;
  width: 80px;
  height: auto;
  display: block;
  position: relative;
  display: inline-block;
}
@media screen and (min-width:1200px) {
  .about__img-ballet {
    left: 210px;
  }
}
.about__img-ballet img {
  width: 100%;
}

.about__container {
  margin-top: -84px;
}
@media screen and (min-width:900px) {
  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__texts {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (min-width:900px) {
  .about__texts {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.about__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.about__text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d8d8da;
  border-radius: 50%;
  margin-right: 8px;
  margin-left: -8px;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width:900px) {
  .about__text {
    font-size: 20px;
    line-height: 1.8;
  }
}

.contact {
  padding-top: 30px;
  padding-bottom: 80px;
  background: var(--LP-White, #fff);
}
@media screen and (min-width:1200px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}

.contact__title-main::after {
  width: 120px;
}
@media screen and (min-width:1200px) {
  .contact__title-main::after {
    width: 192px;
  }
}

.contact__title-text {
  margin-top: 20px;
  color: var(--LP-Blown, #4a3636);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 19.2px;
}
@media screen and (min-width:1200px) {
  .contact__title-text {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin: 0 auto;
  max-width: 350px;
}
@media screen and (min-width:900px) {
  .contact__contents {
    margin-top: 40px;
    max-width: 500px;
  }
}
@media screen and (min-width:1200px) {
  .contact__contents {
    margin-bottom: 40px;
    max-width: 800px;
  }
}

.form-field__item {
  margin-top: 10px;
}
@media screen and (min-width:1200px) {
  .form-field__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .form-field__item.form-field__item-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    margin-top: 38px;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-text {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
}
.form-field__item.has-error .form-text::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-text::placeholder {
  color: var(--LP-Blown, #4a3636);
}

.form-field__item .form-text:focus,
.form-field__item .form-textarea:focus {
  border: 1px solid var(--LP-Blue, #9ed0e0);
  background: var(--LP-Light-Blue, #e9f6f8);
  outline: none;
}
.form-field__item .form-text:focus::-webkit-input-placeholder, .form-field__item .form-textarea:focus::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item .form-text:focus::-moz-placeholder, .form-field__item .form-textarea:focus::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item .form-text:focus:-ms-input-placeholder, .form-field__item .form-textarea:focus:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item .form-text:focus::-ms-input-placeholder, .form-field__item .form-textarea:focus::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item .form-text:focus::placeholder,
.form-field__item .form-textarea:focus::placeholder {
  color: var(--LP-Blown, #4a3636);
}

@media screen and (min-width:1200px) {
  .contact__label {
    margin-bottom: 0;
    min-width: 21.2264150943%;
  }
}

.form-field__label {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}
@media screen and (min-width:1200px) {
  .form-field__label {
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form-field__tag {
  font-size: 14px;
  font-weight: 700;
  color: var(--LP-Red, #ce2073);
}

.form-text {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  border: none;
  color: black;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  margin-left: -1px;
  width: 100%;
  padding: 17px;
  margin-top: 2px;
}
@media screen and (min-width:1200px) {
  .form-text {
    width: 74.0566037736%;
  }
}
.form-text::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-text::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width:1200px) {
  .form-text::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::-moz-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text:-ms-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::-ms-input-placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
  .form-text::placeholder {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.form-select {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 27.4px;
  width: 100%;
  border: none;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  padding: 14px;
  background: var(--LP-Gray, #f5f5f5);
  appearance: none;
  background-image: url(../img/select-btn.png);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 9.451px;
  border-radius: 8px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width:1200px) {
  .form-select {
    width: 74.0566037736%;
    color: var(--LP-Blown, #4a3636);
    font-size: 16px;
    line-height: 26.6px;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-select {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
  background-size: 55px 52px;
  border: none;
  cursor: pointer;
}
.form-field__item.has-error .form-select::-webkit-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::-moz-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select:-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::-ms-input-placeholder {
  color: var(--LP-Blown, #4a3636);
}
.form-field__item.has-error .form-select::placeholder {
  color: var(--LP-Blown, #4a3636);
}

.form-textarea {
  border-radius: 8px;
  background: var(--LP-Gray, #f5f5f5);
  padding: 16px;
  border: none;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  width: 100%;
  height: 160px;
  margin-top: 4px;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  cursor: pointer;
}
.form-textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
@media screen and (min-width:1200px) {
  .form-textarea {
    width: 74.0566037736%;
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 0;
  }
}

.form-field__item.has-error .contact__label,
.form-field__item.has-error .form-field__label {
  color: var(--LP-Red, #ce2073);
}
.form-field__item.has-error .form-textarea {
  border: 1px solid var(--LP-Red, #ce2073);
  background: var(--LP-Lpink, #fff0f7);
}
.form-field__item.has-error .form-textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
.form-field__item.has-error .form-textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}

.contact__button-md {
  text-align: center;
}

.button-md-contact {
  margin-top: 20px;
  cursor: pointer;
}
.button-md-contact:hover {
  background: #e5dcc9;
}
@media screen and (min-width:1200px) {
  .button-md-contact {
    width: 240px;
    height: 40px;
  }
}

.footer {
  font-family: "Courgette", cursive;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 8px;
  padding-bottom: 12px;
  text-align: center;
}

.footer__copyright {
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: min(18.6666666667%, 70px);
}
@media screen and (min-width:900px) {
  .pagetop {
    width: 100px;
    right: 16px;
    bottom: 30px;
  }
}

#js-pagetop {
  display: none;
}

#js-pagetop.is-show {
  display: block;
}

.fede-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, transform1s;
  transition: opacity 1s, transform1s;
}
.fede-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}