@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Zen+Old+Mincho&display=swap");
body {
  margin: 0;
  padding: 0;
  background-color: #e8e8e8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", Meiryo, sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.frame {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  z-index: 90;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .frame {
    border-width: 20px;
    border: 20px solid #f3bb5f;
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .frame {
    border-width: 30px;
    border: 30px solid #f3bb5f;
    border-radius: 70px;
  }
}
.frame::before, .frame::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.frame::before {
  content: "";
  position: absolute;
  display: block;
  transform: scaleX(-1);
}
@media only screen and (max-width: 767px) {
  .frame::before {
    border: 20px solid #f3bb5f;
    inset: 20px;
    inset: -20px;
    border-width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .frame::before {
    border: 30px solid #f3bb5f;
    inset: 30px;
    inset: -30px;
    border-width: 30px;
  }
}
.frame::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #111;
  z-index: 91;
}
@media only screen and (max-width: 767px) {
  .frame::after {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .frame::after {
    border-radius: 40px;
  }
}

.wrap::before, .wrap::after {
  content: "";
  background-color: #f3bb5f;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .wrap::before, .wrap::after {
    width: 82%;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap::before, .wrap::after {
    width: 86%;
    height: 30px;
  }
}
.wrap::before {
  top: 40px;
  border-bottom: 1px solid #111;
}
.wrap::after {
  bottom: 0;
  border-top: 1px solid #111;
}

.content {
  background: #bbe2e8 url(../img/noise.png) repeat;
  box-shadow: inset 10px 20px 30px rgba(142, 145, 157, 0.1), inset -10px -20px 30px rgba(142, 145, 157, 0.1);
  box-sizing: border-box;
  height: calc(100% - 100px);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content {
    margin: 60px 20px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    margin: 70px 30px 30px;
  }
}

.lang {
  position: absolute;
  display: flex;
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .lang {
    top: 61px;
    left: 9%;
  }
}
@media only screen and (min-width: 768px) {
  .lang {
    top: 71px;
    left: 80px;
  }
}
.lang__item {
  background-color: #f3bb5f;
  height: 30px;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .lang__item {
    width: 50px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .lang__item {
    width: 55px;
  }
}
.lang__item:hover {
  filter: brightness(1.2);
}
.lang__item.lang-selected {
  background-color: #c8011a;
}
.lang__item.lang-selected a {
  color: #fff;
}
.lang a {
  font-family: "Rubik Mono One", monospace;
  color: #c8011a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block {
  box-sizing: border-box;
  position: relative;
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  .block {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 40px;
  }
}

.prod {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod {
    padding: 60px 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .prod {
    padding: 80px 0 90px;
  }
}
.prod .newrelease {
  background-color: #cb2764;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  color: #fff;
  position: absolute;
  font-weight: 600;
  line-height: 1;
  padding: 5px 200px;
}
@media only screen and (max-width: 767px) {
  .prod .newrelease {
    font-size: 1.1rem;
    top: 16px;
    right: -200px;
    transform: rotate(35deg);
  }
}
@media only screen and (min-width: 768px) {
  .prod .newrelease {
    font-size: 2.2rem;
    top: 50px;
    right: -193px;
    transform: rotate(40deg);
  }
}
.prod .ttl {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod .ttl {
    margin: 0 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .ttl {
    margin: 0 auto 80px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .prod .ttl img {
    filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.2));
  }
}
@media only screen and (min-width: 768px) {
  .prod .ttl img {
    filter: drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.2));
  }
}
.prod .ttl__sub {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .prod .ttl__sub {
    font-size: 0.8rem;
    padding: 2px 25px 2px;
    bottom: -25px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 768px) {
  .prod .ttl__sub {
    font-size: 1.2rem;
    padding: 2px 35px 3px;
    bottom: -37px;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
  }
}
.prod .intro {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .prod .intro {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .intro {
    margin: 0 0 35px;
  }
}
.prod .intro p {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #4cb8e7;
  color: #192e87;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .prod .intro p {
    font-size: 0.95rem;
    line-height: 1.4;
    padding: 10px 10px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .prod .intro p {
    font-size: 1.3rem;
    line-height: 1;
    padding: 15px 30px;
  }
}
.prod .intro p span {
  color: #c8011a;
}
.prod__img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .prod__img {
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img {
    margin: 0 auto 30px;
  }
}
.prod__img::before, .prod__img::after {
  content: "";
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.prod__img::before {
  left: 0;
}
.prod__img .slide img {
  transition: transform 0.3s;
  transform: scale(0.7);
  opacity: 0.3;
}
.prod__img .slide .slick-center img {
  transform: scale(1);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .prod__img .slick-slide {
    width: 250px;
  }
}
.prod__img .slide-arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 98;
  cursor: pointer;
}
.prod__img .slide-arrow::after {
  content: "";
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .prod__img .slide-arrow::after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img .slide-arrow::after {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .prod__img .prev-arrow {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img .prev-arrow {
    left: 5%;
  }
}
.prod__img .prev-arrow::after {
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .prod__img .next-arrow {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__img .next-arrow {
    right: 5%;
  }
}
.prod__img .next-arrow::after {
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .prod__detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.prod__detail_name {
  font-family: "Dela Gothic One";
  color: #c8011a;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .prod__detail_name {
    font-size: 2.1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail_name {
    width: 490px;
    font-size: 2.8rem;
    margin: 0 0 15px;
  }
}
.prod__detail_name span {
  display: block;
  letter-spacing: 0.1rem;
  margin: 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .prod__detail_name span {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail_name span {
    font-size: 1.8rem;
  }
}
.prod__detail_info {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .prod__detail_info {
    flex-direction: column;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail_info {
    width: calc(100% - 520px);
    padding: 25px 15px 25px 25px;
    gap: 0 15px;
  }
}
.prod__detail_info dl {
  display: flex;
  margin: 0 0 15px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .prod__detail_info dl {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .prod__detail_info dl {
    width: calc(50% - 15px);
  }
  .prod__detail_info dl:nth-of-type(3) {
    margin: 0;
  }
}
.prod__detail_info dl:nth-of-type(4) {
  margin: 0;
}
.prod__detail_info dl dt {
  margin: 0 5px 0 0;
  font-weight: 600;
}
.prod__detail_info dl dd {
  margin: 0;
  word-break: break-all;
}

.sale {
  background: #c8001a;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    padding: 90px 0;
  }
}
.sale__ttl {
  color: #fff;
  border-radius: 7px;
  font-family: "Dela Gothic One";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sale__ttl {
    font-size: 2.1rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__ttl {
    font-size: 3rem;
    margin: 0 0 15px;
  }
}
.sale__ttl span {
  position: relative;
  z-index: 1;
}
.sale__lead {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sale__lead {
    margin: 0 0 20px;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__lead {
    margin: 0 0 30px;
    font-size: 1.1rem;
  }
}
.sale__note {
  color: #fff;
  margin: 20px 0 0;
}
.sale__content {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.sale__item {
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__item {
    margin: 0 0 25px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item {
    margin: 0 0 35px;
    padding: 45px 40px;
  }
}
.sale__item:last-child {
  margin: 0;
}
.sale__item_ttl {
  font-weight: 700;
  border-bottom: 2px solid #e2d7c6;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .sale__item_ttl {
    font-size: 1.05rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item_ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .sale__item p {
    margin: 0 0 15px;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item p {
    margin: 0;
    line-height: 1.8rem;
    width: calc(100% - 370px);
  }
}
.sale__item p span {
  font-weight: 600;
}
.sale__text {
  margin: 0 0 10px;
}
.sale__text:last-child {
  margin: 0;
}
.sale .app-link {
  background: #c8001a;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sale .app-link {
    width: 90%;
    height: 53px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .sale .app-link {
    width: 350px;
    height: 65px;
  }
}
.sale .app-link::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
  transition: 0.3s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .sale .app-link::before {
    width: 6px;
    height: 6px;
    right: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .app-link::before {
    width: 8px;
    height: 8px;
    right: 35px;
  }
}
.sale .app-link:hover {
  filter: brightness(1.2);
}
.sale .app-link:hover::before {
  right: 30px;
}
.sale .app-link a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
  .sale .app-link a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale .app-link a {
    font-size: 1rem;
  }
}

.sns {
  background: #efc881 url(../img/bg.png) no-repeat center/cover;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 90px 0;
  }
}
.sns__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns__item {
  background-color: #c8001a;
  border: 1px solid #000;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sns__item {
    width: 100%;
    height: 85px;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item {
    width: 450px;
    height: 120px;
    padding: 0 80px;
  }
}
.sns__item:hover {
  filter: brightness(1.2);
}
.sns__icon {
  width: 65px;
}
.sns__icon::before {
  content: "\f16d";
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
  margin-right: 5px;
  font-size: 3rem;
}
.sns__link {
  width: calc(100% - 65px);
}
.sns__ttl {
  margin: 0 0 5px;
  line-height: 1;
}
.sns a {
  color: #fff;
}
.sns a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.form {
  background-color: #eef1f6;
}
@media only screen and (max-width: 767px) {
  .form {
    box-sizing: border-box;
    padding: 80px 15px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .form {
    padding: 110px 0 70px;
  }
}
.form__block {
  background: #fff;
  border-radius: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .form__block {
    margin: 0 0 25px;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .form__block {
    max-width: 850px;
    width: calc(100% - 40px);
    margin: 0 auto 30px;
    padding: 65px;
  }
}
.form__block:last-child {
  margin: 0 auto;
}
.form h2 {
  border-bottom: 2px solid #333;
  letter-spacing: 0.05rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .form h2 {
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-size: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .form h2 {
    margin: 0 0 40px;
    padding: 0 0 20px;
    font-size: 1.6rem;
  }
}
.form .local-head__info {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .form .local-head__info {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head__info {
    margin: 0 0 20px;
  }
}
.form .local-head__info_tag {
  background: #ff2727;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px 0 0;
  padding: 6px 20px 5px;
  font-size: 0.8rem;
}
.form .local-head__info_date {
  color: #bebebf;
  letter-spacing: 0.1rem;
}
.form .local-head h1 {
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  border-bottom: 2px solid #333;
}
@media only screen and (max-width: 767px) {
  .form .local-head h1 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin: 0;
    padding: 0 0 30px;
  }
}
.form .local-head h1 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .form .local-head h1 span {
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head h1 span {
    margin: 15px 0 0;
  }
}
.form .local-head__note {
  margin: 0;
  border: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .form .local-head__note {
    padding: 10px 15px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .form .local-head__note {
    display: inline-block;
    margin: 30px 0 0;
    padding: 5px 15px;
    font-size: 1.1rem;
  }
}
.form .local-head__note span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .form .local-head__note span {
    display: block;
  }
}

.application__note ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .application__note ul li {
    margin: 0 0 5px;
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__note ul li {
    margin: 0 0 8px;
    line-height: 1.7rem;
  }
}
.application__note ul li:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .application__form {
    margin: 40px 0 0;
  }
}
.application__form h4 {
  text-align: center;
  margin: 0 0 35px;
  display: inline-block;
  border: 1px solid #333;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .application__form h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__form h4 {
    font-size: 1.4rem;
  }
}
.application__form table {
  width: 100%;
}
.application__form table tr {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .application__form table tr {
    border-bottom: 1px solid #dbddda;
    padding: 27px 0;
  }
  .application__form table tr:first-child {
    padding: 0 0 27px;
  }
  .application__form table tr:last-child {
    border-bottom: none;
    padding: 27px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table tr {
    margin: 0 0 30px;
  }
  .application__form table tr:last-child {
    margin: 0;
  }
}
.application__form table th {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}
@media only screen and (max-width: 767px) {
  .application__form table th {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table th {
    margin: 0 0 13px;
  }
}
.application__form table th .required {
  background: #ff3a45;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .application__form table th .required {
    font-size: 0.65rem;
    margin: 0 10px 0 0;
    padding: 3px 5px 2px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form table th .required {
    font-size: 0.7rem;
    padding: 3px 5px;
    margin: 0 10px 0 0;
  }
}
.application__form input[type=text] {
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .application__form input[type=text] {
    padding: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .application__form input[type=text] {
    padding: 18px;
  }
}
.application__form input[type=text]::-moz-placeholder {
  color: #a8a8a8;
}
.application__form input[type=text]::placeholder {
  color: #a8a8a8;
}
.application__form input[type=text]:focus {
  outline: 0;
}
.application__submit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .application__submit {
    margin: 35px 0 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .application__submit {
    margin: 40px 0 0;
  }
}
.application__submit input[type=submit] {
  background: #e4e4e4;
  color: #363030;
  border: none;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 0 10px;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .application__submit input[type=submit] {
    width: 100%;
    height: 58px;
    margin: 0 auto;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .application__submit input[type=submit] {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.application__submit input[type=submit]:hover {
  opacity: 0.8;
}
.application__submit input[type=submit]:first-child {
  background: #096be1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .application__submit input[type=submit]:first-child {
    margin: 0 auto 15px;
  }
}
.application .msg {
  text-align: center;
  border: 2px solid #111;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .application .msg {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .application .msg {
    width: 60%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .complete__content p {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__content p {
    line-height: 1.7rem;
    margin: 0 0 15px;
  }
}
.complete__btn {
  background: #333;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03rem;
  display: block;
  border-radius: 50px;
  margin: 40px auto 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .complete__btn {
    width: 100%;
    height: 58px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .complete__btn {
    width: 300px;
    height: 57px;
    font-size: 1rem;
  }
}
.complete__btn:hover {
  opacity: 0.8;
}
.complete__btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */