#global-header {
  position: relative;
}
#global-header .inner {
  width: 100%;
}
#global-header .inner h1 {
  text-align: center;
}
#global-header .inner h1 a {
  padding: 24px 0;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  #global-header .inner h1 a img {
    width: 120px;
    height: auto;
  }
}

#utility-navi {
  display: flex;
  justify-content: space-between;
  width: 120px;
  position: absolute;
  top: 64px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  #utility-navi {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 520px) {
  #utility-navi {
    top: 54px;
    right: 40px;
  }
}
#utility-navi a {
  display: inline-block;
  width: auto;
  height: 24px;
  text-align: center;
}
#utility-navi a img {
  width: auto;
  height: 100%;
}

#key-visual .key-slide {
  width: 100%;
  height: 220px;
  background: #f9f9f9;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide {
    height: 150px;
  }
}
#key-visual .key-slide .key-text {
  text-align: center;
}
#key-visual .key-slide .key-text .large-en {
  color: #525252;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text .large-en {
    font-size: 26px;
  }
}
#key-visual .key-slide .key-text .large-en.products-name {
  font-size: 3em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1360px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 4.2em;
  }
}
@media screen and (max-width: 1112px) {
  #key-visual .key-slide .key-text .large-en.products-name {
    font-size: 3.8em;
  }
}
#key-visual .key-slide .key-text .small-ja {
  color: #e35c66;
  font-size: 15px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 834px) {
  #key-visual .key-slide .key-text {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #key-visual .key-slide .key-text {
    font-size: 13px;
  }
}

#pankuzu {
  width: 100%;
  background: #e35c66;
}
#pankuzu .inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 5px 0;
}
#pankuzu .inner .list {
  color: #ffffff;
  font-size: 1.4em;
  text-align: center;
}
#pankuzu .inner .list a {
  color: #ffffff;
  font-size: 1.1em;
}
#pankuzu .inner .list span {
  color: #ffffff;
  font-size: 1.1em;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    display: none;
  }
}

#container {
  padding: 80px 0;
}

#global-footer {
  background: #2a2a2a;
  padding: 40px 0;
}
#global-footer .inner .footer-navi .logo-f {
  text-align: center;
  margin-bottom: 40px;
}
#global-footer .inner .footer-navi .logo-f a {
  width: 100px;
  height: auto;
  display: inline-block;
}
#global-footer .inner .footer-navi .logo-f a img {
  width: 100%;
  height: auto;
}
#global-footer .inner .footer-navi .inner {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 40px;
}
#global-footer .inner .footer-navi .inner li {
  width: 96%;
  text-align: center;
}
#global-footer .inner .footer-navi .inner li a {
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 6% 2%;
  transition: all 0.5s ease;
  width: 96%;
}
#global-footer .inner .footer-navi .inner li a:hover {
  background: #fff;
  color: #E35C66;
}
@media screen and (max-width: 834px) {
  #global-footer .inner .footer-navi .inner {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .inner .footer-navi .inner {
    display: none;
  }
}
#global-footer .copy {
  text-align: center;
}
#global-footer .copy small {
  font-size: 1.4em;
  color: #fff;
}

@media screen and (max-width: 520px) {
  #container {
    padding-bottom: 24px;
  }
}

#contact.content-area {
  width: 620px;
  margin: 0 auto;
}
#contact.content-area .desc {
  padding: 24px 0;
}
#contact.content-area .desc p {
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 520px) {
  #contact.content-area {
    width: 95%;
  }
  #contact.content-area .desc p {
    font-size: 1.3em;
  }
}

.content-area .content-header {
  text-align: center;
}
.content-area .content-header h2 {
  text-align: center;
  font-size: 2.4em;
}
@media screen and (max-width: 520px) {
  .content-area .content-header h2 {
    font-size: 18px;
    font-weight: bold;
  }
}
.content-area .content-header p {
  text-align: center;
  font-size: 2.6em;
  color: #E35C66;
}
@media screen and (max-width: 520px) {
  .content-area .content-header p {
    font-size: 15px;
  }
}

#main-form dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 18px;
}
#main-form dl div dt {
  width: 25%;
  height: 100%;
  font-size: 1.4em;
}
#main-form dl div dd {
  width: 75%;
}
#main-form dl div dd input,
#main-form dl div dd textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4em;
  padding: 8px;
  border: 2px solid #707070;
}
@media screen and (max-width: 520px) {
  #main-form dl div {
    display: block;
    padding: 8px 18px;
  }
  #main-form dl div dt {
    width: 100%;
  }
  #main-form dl div dd {
    width: 100%;
  }
}
#main-form div.btn-group {
  padding: 40px 0;
}
#main-form div.btn-group button {
  border: none;
  background: #E2858C;
  padding: 12px 30px;
  font-size: 1.4em;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 520px) {
  #main-form div.btn-group {
    text-align: center;
  }
  #main-form div.btn-group button img {
    position: relative;
    top: 3px;
  }
}

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