/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  display: block;
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
}

html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  outline: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: noto sans jp, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

img {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  vertical-align: middle;
  border: 0;
}
img.loaded {
  opacity: 1;
}

.content {
  contain: content;
  width: 100%;
  height: 100%;
}

main {
  display: block;
}

.post-password-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.header {
  width: 100%;
  top: -100px;
  left: 0;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  padding: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  position: fixed;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #000;
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.header.--scrolled {
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    height: 85px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .header {
    background: #fff;
    position: fixed;
  }
}
.header__wrapper {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header.--open {
  background: #fff;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header.--open .nav__hamburger span {
  background: #000;
}
.header.--open .nav__hamburger span:first-child {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: relative;
  top: 12px;
}
.header.--open .nav__hamburger span:nth-child(2) {
  opacity: 0;
}
.header.--open .nav__hamburger span:last-child {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: relative;
  bottom: 17px;
}
.header.--open .header__nav__menu {
  height: calc(100vh - 85px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header nav li {
  font-size: clamp(18px, 1.4vw, 25px);
}
@media screen and (max-width: 767px) {
  .header nav li {
    font-size: 20px;
  }
  .header nav li:nth-child(even) {
    display: none;
  }
}
.header nav li a {
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header nav li a {
    border-left: 1px solid #444;
    padding-left: 11px;
    width: 220px;
    text-align: left;
  }
}
.header nav li span {
  font-size: clamp(13px, 1vw, 15px);
}
.header nav .nav__hamburger__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header nav .nav__hamburger__wrapper {
    padding-right: 25px;
  }
}
.header nav .nav__hamburger__wrapper span {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 50px;
  height: 5px;
}
.header nav .nav__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 35px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  padding: 0;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .header nav .nav__hamburger {
    display: none;
  }
}
.header nav .nav__hamburger span {
  height: 5px;
  width: 100%;
  background-color: #fff;
  display: block;
}
.header nav .nav__hamburger:first-child {
  top: 0;
}
.header nav .nav__hamburger:nth-child(2) {
  top: 0;
  bottom: 0;
}
.header nav .nav__hamburger:last-child {
  bottom: 0;
}
.header__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo__link {
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
}
.header__logo__link.-sub {
  margin-left: 20px;
  opacity: 0.5;
}
.header__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__nav {
  color: #000;
  font-size: 1.6rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__menu {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__nav__menu {
    top: 85px;
    height: 0;
    padding-top: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #000;
    width: 100vw;
    position: fixed;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}
.header__nav__menu__item {
  position: relative;
}
.header__nav__menu__item a {
  font-size: 1.6rem;
  color: #000;
  position: relative;
}
.header__nav__menu__link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__nav__menu__link:hover:after {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__nav__submenu {
  position: absolute;
  min-width: 20rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -65px;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e1e1e1;
  padding: 15px;
  border-radius: 5px;
}

.footer__logo__link {
  width: 70px;
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 50px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer__list {
  color: #000;
  font-size: 1.4rem;
}
.footer__item__child a {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.l-inner {
  width: 90%;
  margin: 0 auto;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

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

.p-front img {
  max-width: 100%;
}
.p-front p {
  font-size: 16.6px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #444444;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-front p {
    font-size: 25px;
    line-height: 36px;
    letter-spacing: 2.4px;
  }
}
.p-front h3, .p-front h4, .p-front h5, .p-front h6 {
  word-break: break-all;
}
.p-front h3 {
  color: #444444;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 1.6px;
}
.p-front h4 {
  color: #444444;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2.7px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-front h4 {
    font-size: 30px;
  }
}
.p-front h5 {
  color: #444444;
}
.p-front article {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
.p-front .l-inner {
  position: relative;
}
.p-front .l-inner:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-front .l-inner:before {
    top: 40px;
  }
}
.p-front__title {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 17px;
  height: 54px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 59px;
  position: relative;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .p-front__title {
    height: 81px;
    font-size: 30px;
    padding: 0 33px 10px;
    margin-bottom: 100px;
  }
}
.p-front__title span {
  font-size: 11px;
  letter-spacing: 0px;
  margin-left: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-front__title span {
    font-size: 17.5px;
  }
}
.p-front__title:before {
  content: "";
  width: 2px;
  height: 24px;
  background: #fff;
  margin-right: 17px;
}
@media screen and (min-width: 768px) {
  .p-front__title:before {
    margin-right: 25px;
    height: 34px;
  }
}
.p-front__title:after {
  content: "";
  width: 21px;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  right: -21px;
}
@media screen and (min-width: 768px) {
  .p-front__title:after {
    width: 33px;
    right: -33px;
  }
}
.p-front .kv {
  position: relative;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-front .kv {
    height: 100vh;
  }
}
.p-front .kv img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .kv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-front .kv__scroll {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
          animation: blink 1.5s ease-in-out infinite alternate;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-front .kv__scroll {
    width: 73px;
    height: 73px;
  }
}
.p-front .about {
  padding-top: 40px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-front .about {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.p-front .about h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-front .about h3 {
    margin-bottom: 70px;
    font-size: clamp(50px, 6vw, 60px);
    gap: 45px;
  }
}
.p-front .about h3 span {
  font-size: 32.5px;
  letter-spacing: 2.8px;
}
@media screen and (min-width: 768px) {
  .p-front .about h3 span {
    font-size: 21.6px;
    line-height: 29px;
  }
}
.p-front .about h4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-front .about h4 {
    margin-bottom: 50px;
  }
}
.p-front .about h5 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: -1px;
  letter-spacing: 0.3px;
}
.p-front .detail {
  padding-bottom: 66px;
}
@media screen and (min-width: 768px) {
  .p-front .detail {
    padding-bottom: 100px;
  }
}
.p-front .detail h3 {
  width: 50%;
  text-align: right;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .p-front .detail h3 {
    margin-right: 50%;
    margin-left: auto;
    font-size: 5vw;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-front .detail h3 {
    width: 440px;
    font-size: clamp(30px, 4vw, 60px);
  }
}
.p-front .detail h3:after {
  content: "";
  background: #444444;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  margin-left: 30px;
  width: 2px;
}
@media screen and (min-width: 768px) {
  .p-front .detail h3:after {
    height: 65px;
    width: 2.5px;
    margin-left: 35px;
  }
}
.p-front .detail article {
  max-width: 100%;
}
.p-front .detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-front .detail li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-front .detail li + li {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .p-front .detail li + li {
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) {
  .p-front .detail p {
    margin-left: 61px;
    width: 620px;
  }
}
.p-front .works {
  padding-bottom: 80px;
}
.p-front .works article {
  margin: 0;
  width: 100%;
}
.p-front .works ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 44px;
}
@media screen and (min-width: 768px) {
  .p-front .works ul {
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.p-front .works ul li {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.p-front .works ul li:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-front .works ul li img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-front .works__tag {
  min-height: 38px;
  background: #000;
  color: #fff;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  gap: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-front .works__tag {
    min-height: 80px;
    font-size: 25px;
    gap: 20px;
    padding: 20px;
  }
}
.p-front .works__tag span {
  display: inline-block;
}
.p-front .works__modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  max-height: 80vh;
  background: rgba(0, 0, 0, 0.85);
  overflow-y: scroll;
  z-index: 3;
  display: none;
}
.p-front .works__modal .works__video-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-front .works__modal .works__video-wrapper {
    width: 65%;
  }
}
.p-front .works__modal__box {
  display: none;
  padding: 15px 27px 10px;
}
@media screen and (min-width: 768px) {
  .p-front .works__modal__box {
    padding: 50px 100px 30px;
  }
}
.p-front .works__modal__box h4 {
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 35px;
  margin-bottom: 20px;
}
.p-front .works__modal__box img {
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.p-front .works__modal__box p {
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-front .works__modal__box p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 38px;
  }
}
.p-front .works__modal__box iframe {
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
}
.p-front .works__modal-tag {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25px;
  font-size: 16.6px;
  line-height: 27px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-front .works__modal-tag span {
  font-size: 18px;
  display: inline-block;
}
.p-front .creators {
  padding-bottom: 50px;
}
.p-front .creators .p-front__title {
  margin-bottom: 45px;
}
.p-front .profile {
  padding-bottom: 60px;
}
.p-front .profile .p-front__title {
  margin-bottom: 45px;
}
.p-front .profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
}
@media screen and (min-width: 768px) {
  .p-front .profile ul li {
    gap: 83px;
  }
}
.p-front .profile ul li p {
  line-height: 2.5;
}
.p-front .profile__index {
  width: 94px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-front .profile__index {
    width: 155px;
  }
}
.p-front .contact {
  padding-top: 40px;
  background: #000;
}
.p-front .contact .l-inner:before {
  background: #fff;
}
.p-front .contact .p-front__title {
  background: #fff;
  color: #000;
}
.p-front .contact .p-front__title span {
  color: #000;
}
.p-front .contact .p-front__title:before {
  background: #000;
}
.p-front .contact .p-front__title:after {
  background: #000;
}
.p-front .contact article {
  margin: 0;
  width: 100%;
}
.p-front .contact ul {
  max-width: 740px;
  margin-bottom: 35px;
}
.p-front .contact ul h5 {
  width: 115px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-front .contact ul h5 {
    width: 200px;
  }
}
.p-front .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.p-front .contact li p {
  width: 100%;
}
.p-front .contact li p span {
  width: 100%;
}
.p-front .contact li p span input {
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-front .contact h5 {
  font-size: 16.6px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-front .contact h5 {
    font-size: 25px;
  }
}
.p-front .contact input {
  height: 30px;
  border-radius: 10px;
  border: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16.6px;
}
@media screen and (min-width: 768px) {
  .p-front .contact input {
    height: 45px;
    font-size: 25px;
  }
}
.p-front .contact textarea {
  border-radius: 20px;
  border: none;
  margin-top: 25px;
  width: 100%;
  height: 86px;
  font-size: 16.6px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-front .contact textarea {
    margin-top: 40px;
    height: 120px;
    font-size: 25px;
  }
}
.p-front .contact .wpcf7-response-output {
  color: #000;
  font-size: 16px;
  padding: 16px;
  background: #fff;
}
.p-front .contact input[type=submit] {
  -webkit-appearance: none;
  background: #fff;
  color: #000;
  -moz-appearance: none;
       appearance: none;
  height: 40px;
  width: 230px;
  font-size: 16.6px;
  border-radius: 50px;
  margin: 50px auto;
  display: block;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.p-front .contact input[type=submit]:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-front .contact input[type=submit] {
    height: 60px;
    width: 346px;
    font-size: 25px;
  }
}/*# sourceMappingURL=style.css.map */