@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

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

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

footer {
  position: relative;
  z-index: 90;
}

.wrap {
  font-family: "Noto Sans JP";
  background: url(../img/bg.png) no-repeat center/cover;
  background-attachment: fixed;
  position: relative;
}

.home .ttl {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.6));
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .home .ttl {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) {
  .home .ttl {
    max-width: 900px;
    width: calc(100% - 30px);
  }
}
.home .content {
  position: relative;
  z-index: 5;
  color: #231815;
}
@media only screen and (max-width: 768px) {
  .home .section {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 769px) {
  .home .section {
    padding: 100px 0;
  }
}
.home .block {
  position: relative;
  z-index: 20;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home .block {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .home .block {
    max-width: 1000px;
    width: 90%;
  }
}
.home .top {
  position: relative;
  height: 35vh;
  padding: 0px 0 0;
  display: grid;
  align-content: center;
}
.home .intro__content {
  background: #fffded;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .intro__content {
    padding: 100px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__content {
    max-width: 900px;
    padding: 80px 30px;
  }
}
.home .intro__img {
  position: absolute;
}
.home .intro .img-robo {
  left: 10px;
  transform: rotate(-10deg);
  animation: anime-robo 3s linear infinite;
}
@media only screen and (max-width: 768px) {
  .home .intro .img-robo {
    width: 100px;
    top: -70px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro .img-robo {
    width: 150px;
    top: -70px;
  }
}
@keyframes anime-robo {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.home .intro .img-uchujin {
  transform: rotate(-10deg);
  animation: anime-uchujin 3s linear infinite;
}
@media only screen and (max-width: 768px) {
  .home .intro .img-uchujin {
    width: 40px;
    top: 300px;
    right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro .img-uchujin {
    width: 60px;
    top: 150px;
    right: -20px;
  }
}
@keyframes anime-uchujin {
  10% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.home .intro .img-ryuta {
  transform: rotate(10deg);
  animation: anime-ryuta 3s linear infinite;
}
@media only screen and (max-width: 768px) {
  .home .intro .img-ryuta {
    width: 70px;
    bottom: -20px;
    left: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro .img-ryuta {
    width: 100px;
    bottom: -40px;
    left: 50px;
  }
}
@keyframes anime-ryuta {
  10% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.home .intro__text p {
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home .intro__text p {
    margin: 0 0 20px;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .intro__text p {
    margin: 0 0 15px;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
  }
}
.home .intro__text p span {
  color: #c01e2a;
}
@media only screen and (min-width: 769px) {
  .home .intro__text p span {
    font-size: 1.5rem;
  }
}
.home .intro__text p:last-child {
  margin: 0;
}
.home .prod__content {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .home .prod__content {
    gap: 35px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__content {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
  }
}
.home .prod__img {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home .prod__img {
    width: 80%;
    margin: 0 auto;
  }
}
.home .prod__text {
  background-color: #fffded;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(217, 207, 175, 0.8);
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .prod__text {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text {
    margin: 80px 0 0;
    padding: 35px 35px;
  }
}
.home .prod__text p {
  margin: 0;
}
.home .prod__text .prod-ttl {
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-ttl {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-ttl {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-ttl .maker {
    font-size: 1.2rem;
    margin: 0 0 8px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-ttl .maker {
    font-size: 1.5rem;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-ttl .main-ttl {
    font-size: 1.7rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-ttl .main-ttl {
    font-size: 2.2rem;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-ttl .sub-ttl {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-ttl .sub-ttl {
    font-size: 1.4rem;
  }
}
.home .prod__text .prod-price {
  font-family: "Anton";
  font-weight: 600;
  color: #c01e2a;
  border-bottom: 3px solid #c01e2a;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-price {
    margin: 10px 0 0;
    font-size: 1.6rem;
    padding: 0 0 2px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-price {
    font-size: 2.3rem;
    padding: 0 0 5px;
  }
}
.home .prod__text .prod-price span {
  font-family: "Noto Sans JP";
  margin-left: 5px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .prod__text .prod-price span {
    font-size: 0.9rem;
    top: -2px;
  }
}
@media only screen and (min-width: 769px) {
  .home .prod__text .prod-price span {
    font-size: 1.2rem;
    top: -3px;
  }
}
.home .apply .block {
  position: relative;
  z-index: 20;
}
.home .apply__content {
  background: #fffded;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 768px) {
  .home .apply__content {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__content {
    max-width: 900px;
    padding: 80px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .home .apply__item {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__item {
    margin: 0 0 50px;
  }
}
.home .apply__item:last-of-type {
  margin: 0;
}
.home .apply__item__ttl {
  display: inline-block;
  line-height: 100%;
  letter-spacing: 0.05rem;
  background-color: #fffded;
  border: 2px solid #a422a2;
}
@media only screen and (max-width: 768px) {
  .home .apply__item__ttl {
    font-size: 1rem;
    margin: 0 0 15px;
    padding: 7px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__item__ttl {
    margin: 0 0 20px;
    padding: 10px 20px;
  }
}
.home .apply__item p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .home .apply__item p {
    line-height: 1.45rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__item p {
    font-size: 1.05rem;
  }
}
.home .apply__item p span {
  display: block;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .home .apply__item p span {
    font-size: 0.9rem;
    margin: 7px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__item p span {
    font-size: 0.95rem;
    margin: 3px 0 0;
  }
}
.home .apply__item ul {
  margin: 0 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .home .apply__item ul {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  .home .apply__item ul li {
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__item ul li {
    margin: 0 0 5px;
  }
}
.home .apply__item ul li:last-child {
  margin: 0;
}
.home .apply__link {
  background: #a422a2;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .apply__link {
    width: 100%;
    height: 55px;
    margin: 40px auto 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__link {
    width: 550px;
    height: 75px;
    font-size: 1.2rem;
    transition: 0.3s;
    margin: 80px auto 0;
    cursor: pointer;
  }
  .home .apply__link:hover {
    background: #ff91e8;
  }
}
.home .apply__link::before {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .home .apply__link::before {
    width: 8px;
    height: 8px;
    top: 23px;
    right: 23px;
  }
}
@media only screen and (min-width: 769px) {
  .home .apply__link::before {
    width: 10px;
    height: 10px;
    top: 31px;
    right: 30px;
  }
}
.home .apply__link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.home .apply .link-off {
  filter: grayscale(100%);
  pointer-events: none;
}
.home .apply .link-off::before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .home .other {
    background: rgba(255, 145, 232, 0.8);
  }
}
@media only screen and (min-width: 769px) {
  .home .other.section {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home .other__content {
    display: grid;
    justify-content: center;
    grid-template-columns: 60px auto;
    grid-template-rows: max-content max-content;
    grid-template-areas: "insta insta" "logo lang";
    gap: 30px 20px;
  }
}
.home .logo {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
@media only screen and (max-width: 768px) {
  .home .logo {
    grid-area: logo;
  }
}
@media only screen and (min-width: 769px) {
  .home .logo {
    position: fixed;
    z-index: 20;
    top: 170px;
    left: 1%;
    width: 70px;
    transition: 0.3s;
  }
  .home .logo:hover {
    filter: brightness(1.2);
  }
}
.home .lang {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  display: grid;
}
@media only screen and (max-width: 768px) {
  .home .lang {
    grid-template-columns: repeat(3, 70px);
    gap: 0 10px;
    grid-area: lang;
  }
}
@media only screen and (min-width: 769px) {
  .home .lang {
    position: fixed;
    z-index: 20;
    top: 325px;
    left: 1%;
    grid-auto-columns: 120px;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  .home .lang__item {
    transition: 0.3s;
  }
  .home .lang__item:hover {
    filter: brightness(1.2);
  }
}
.home .insta {
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .home .insta {
    grid-area: insta;
    width: 230px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  .home .insta {
    position: fixed;
    z-index: 30;
    top: 340px;
    right: 1%;
    width: 75px;
  }
  .home .insta:hover {
    filter: brightness(1.2);
  }
}
.home .sp-selected-button {
  background-color: #fff !important;
}
.home .sp-button {
  border: 2px solid #fff !important;
}

.application .content {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .application .content {
    background-color: #fffded;
  }
}
@media only screen and (min-width: 769px) {
  .application .content {
    background-color: rgba(244, 126, 25, 0.3);
    padding: 100px 0;
    min-height: calc(100vh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.application__content {
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .application__content {
    background-color: #fffded;
    box-shadow: inset 0 0 10px rgba(217, 207, 175, 0.5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    max-width: 850px;
    width: 90%;
  }
}
.application__head {
  border-bottom: 2px solid #a422a2;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .application__head {
    margin: 0 0 40px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .application__head {
    margin: 0 0 55px;
    padding: 35px 50px 30px;
    font-size: 2.1rem;
  }
}
.application__head span {
  display: block;
  margin: 0 0 3px;
}
@media only screen and (max-width: 768px) {
  .application__head span {
    font-size: 1rem;
    word-break: break-all;
  }
}
@media only screen and (min-width: 769px) {
  .application__head span {
    font-size: 1.4rem;
  }
}
.application__main {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .application__main {
    padding: 0 20px 45px;
  }
}
@media only screen and (min-width: 769px) {
  .application__main {
    padding: 0 50px 60px;
  }
}
@media only screen and (max-width: 768px) {
  .application__note {
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 769px) {
  .application__note {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  .application__note-item {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .application__note-item {
    margin: 0 0 40px;
  }
}
.application__note-item:last-child {
  margin: 0;
}
.application__note h3 {
  display: inline-block;
  line-height: 100%;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  background-color: #fffded;
  border: 2px solid #a422a2;
}
@media only screen and (max-width: 768px) {
  .application__note h3 {
    margin: 0 0 15px;
    padding: 7px 15px;
  }
}
@media only screen and (min-width: 769px) {
  .application__note h3 {
    margin: 0 0 20px;
    padding: 10px 20px;
  }
}
.application__note .date {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 768px) {
  .application__note .date {
    font-size: 14px;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .application__note .date {
    font-size: 15px;
  }
}
.application__note .note {
  margin: 0 0 0 20px;
  padding: 0;
  letter-spacing: 0.05rem;
}
.application__note .note li {
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .application__note .note li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .application__note .note li {
    font-size: 15px;
  }
}
.application__note .note li:last-child {
  margin: 0;
}
.application .form {
  position: relative;
  border-top: 2px solid #a422a2;
}
@media only screen and (max-width: 768px) {
  .application .form {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .application .form {
    padding: 50px 0 0;
  }
}
.application .form__ttl {
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .application .form__ttl {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .application .form__ttl {
    margin: 0 0 20px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .application .form dl {
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 769px) {
  .application .form dl {
    margin: 0 0 30px;
  }
}
.application .form dl:last-child {
  margin: 0;
}
.application .form dl dt {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 0.95rem;
}
.application .form dl dd {
  margin: 0;
}
.application .form .required-note {
  color: #c01e2a;
  font-size: 14px;
  margin: 0 0 30px;
  font-weight: 500;
}
.application .form .required {
  color: #c01e2a;
  margin-left: 5px;
  position: relative;
  top: -3px;
  font-size: 0.7rem;
  font-weight: 500;
}
.application .form input[type=text],
.application .form input[type=email] {
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  border: 1px solid #a422a2;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .application .form input[type=text],
  .application .form input[type=email] {
    padding: 14px 12px;
  }
}
@media only screen and (min-width: 769px) {
  .application .form input[type=text],
  .application .form input[type=email] {
    padding: 15px 12px;
  }
}
.application .form .submit {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .application .form .submit {
    flex-direction: column;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  .application .form .submit {
    flex-direction: row-reverse;
    justify-content: center;
    margin: 50px 0 0;
  }
}
.application .form .submit input[type=submit] {
  font-family: "Noto Sans JP";
  -webkit-appearance: none;
  border: none;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .application .form .submit input[type=submit] {
    width: 100%;
    height: 50px;
    font-size: 1rem;
    margin: 0 0 10px;
  }
  .application .form .submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 769px) {
  .application .form .submit input[type=submit] {
    width: 350px;
    height: 57px;
    font-size: 1.05rem;
    transition: 0.3s;
    margin: 0 10px;
    cursor: pointer;
  }
  .application .form .submit input[type=submit]:hover {
    background: #755306;
  }
}
.application .form .submit input[type=submit]:first-child {
  background: #a422a2;
  border: 1px solid #a422a2;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .application .form .submit input[type=submit]:first-child:hover {
    background-color: #ff91e8;
    border: 1px solid #ff91e8;
  }
}
.application .msg {
  background-color: #fffded;
  box-shadow: inset 0 0 10px rgba(217, 207, 175, 0.5);
  border: 2px solid #a422a2;
  outline: 3px solid #a422a2;
  outline-offset: 1px;
  text-align: center;
  display: block;
  place-content: center;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .application .msg {
    height: 50px;
    margin: 10px 0 100px;
  }
}
@media only screen and (min-width: 769px) {
  .application .msg {
    height: 60px;
    margin: 20px 0 10px;
  }
}

.complete .content {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .complete .content {
    background-color: #fffded;
    min-height: calc(100vh - 350px);
  }
}
@media only screen and (min-width: 769px) {
  .complete .content {
    background-color: rgba(244, 126, 25, 0.3);
    padding: 100px 0;
    min-height: calc(100vh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.complete__content {
  box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .complete__content {
    background-color: #fffded;
    box-shadow: inset 0 0 10px rgba(217, 207, 175, 0.5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    max-width: 850px;
    width: 90%;
  }
}
.complete__head {
  border-bottom: 2px solid #a422a2;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .complete__head {
    margin: 0 0 40px;
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__head {
    margin: 0 0 55px;
    padding: 35px 50px 30px;
    font-size: 2.1rem;
  }
}
.complete__head span {
  display: block;
  margin: 0 0 3px;
}
@media only screen and (max-width: 768px) {
  .complete__head span {
    font-size: 1rem;
    word-break: break-all;
  }
}
@media only screen and (min-width: 769px) {
  .complete__head span {
    font-size: 1.4rem;
  }
}
.complete__main {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .complete__main {
    padding: 0 20px 45px;
  }
}
@media only screen and (min-width: 769px) {
  .complete__main {
    padding: 0 50px 60px;
  }
}
.complete__main p {
  margin: 0;
  line-height: 1.7;
}
.complete__back {
  background: #a422a2;
  text-align: center;
  letter-spacing: 0.05rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .complete__back {
    width: 100%;
    height: 50px;
    margin: 35px auto 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .complete__back {
    width: 350px;
    height: 57px;
    font-size: 1.05rem;
    transition: 0.3s;
    margin: 55px auto 0;
    cursor: pointer;
  }
  .complete__back:hover {
    background: #ff91e8;
  }
}
.complete__back a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

@media only screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */