@import url("stylebase.css");
@import url("menupart.css");
@import url("button.css");
@import url("footer.css");
@import url("weirdtext.css");
body {
  background-color: #F9F9F9;
}

.max-width {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .max-width {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 500px) {
  .max-width {
    padding: 3rem 2rem;
  }
}

.border {
  margin: 0 auto;
  padding: 0;
  display: block;
  border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
}

#top {
  margin: 0 auto;
  width: 100%;
  min-height: 800px;
  height: 100vh;
  text-align: center;
  background-color: #5ebbe0;
  position: relative;
  text-align: left;
}
#top .textbox {
  position: relative;
  top: 80px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 1000;
  margin: 0;
}
#top .textbox h1 {
  margin: 0;
}
#top .textbox h1 svg {
  fill: #f9f9f9;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .textbox h1 svg {
    width: 100%;
  }
}
@media screen and (min-width: 414px) {
  #top .textbox h1 svg {
    width: auto;
    max-height: 70px;
  }
}
#top .textbox p {
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  color: #f9f9f9;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .textbox p {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 414px) {
  #top .textbox p {
    font-size: 1.7em;
  }
}
#top .topimg {
  display: block;
  position: absolute;
  top: 55%;
  left: 51%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .topimg img {
    width: 90vw;
    height: 600px;
  }
}

#shop-slogan {
  margin: 6rem auto;
  width: 100%;
}
#shop-slogan .linkbox {
  display: inline-block;
}
#shop-slogan .linkbox a {
  text-align: center;
}
#shop-slogan .wrap {
  position: relative;
}
#shop-slogan .wrap div {
  display: block;
}
#shop-slogan .wrap div:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #shop-slogan .wrap div:nth-of-type(1) {
    position: absolute;
    left: 2rem;
    z-index: 100;
  }
}
#shop-slogan .wrap div:nth-of-type(1) h1 {
  font-size: clamp(1.7em, 8vw, 3em);
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #shop-slogan .wrap div:nth-of-type(1) h1 .br::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 360px) {
  #shop-slogan .wrap div:nth-of-type(1) h1 .br::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 768px) {
  #shop-slogan .wrap div:nth-of-type(1) h1 .br::after {
    content: "";
    white-space: normal;
  }
}
#shop-slogan .wrap div:nth-of-type(1) p {
  margin: 0 auto;
}
#shop-slogan .wrap div:nth-of-type(1) p:last-child {
  margin-top: 5rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #shop-slogan .wrap div:nth-of-type(1) p {
    font-size: 1em;
  }
}
@media screen and (min-width: 414px) {
  #shop-slogan .wrap div:nth-of-type(1) p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  #shop-slogan .wrap div:nth-of-type(1) p {
    font-size: 1.1em;
    text-shadow: 1px 1px 2px white;
  }
}
@media screen and (min-width: 1280px) {
  #shop-slogan .wrap div:nth-of-type(1) p {
    font-size: 1.2em;
    text-shadow: none;
  }
}
#shop-slogan .wrap div:nth-of-type(2) {
  display: block;
  width: auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #shop-slogan .wrap div:nth-of-type(2) {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  #shop-slogan .wrap div:nth-of-type(2) {
    text-align: right;
  }
}
#shop-slogan .wrap div img {
  width: 100%;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #shop-slogan .wrap div img {
    min-width: 280px;
  }
}
@media screen and (min-width: 360px) {
  #shop-slogan .wrap div img {
    min-width: 350px;
  }
}
@media screen and (min-width: 500px) {
  #shop-slogan .wrap div img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #shop-slogan .wrap div img {
    margin-top: 3rem;
    max-width: 400px;
  }
}

#googlereview .eapps-widget-toolbar {
  display: none;
}
#googlereview h1 {
  text-align: center;
  font-size: clamp(1.7em, 8vw, 2.5em);
}

#substrate {
  margin: 6rem auto;
  text-align: center;
}
#substrate .imgbox {
  padding: 0;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: auto;
}
#substrate .imgbox img {
  width: 100%;
  max-width: 800px;
  max-height: 483px;
}
#substrate .imgbox div {
  padding: 0;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#substrate .imgbox div img {
  max-width: 800px;
  max-height: 483px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
#substrate .repairimgbox {
  transition: all 1.5s;
  margin: 0 auto;
  position: relative;
  width: auto;
  max-width: 450px;
  height: auto;
  background: #67a0dd;
  padding: 2rem 0 1rem;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  vertical-align: top;
}
#substrate .repairimgbox div {
  display: inline-block;
  max-width: 200px;
  width: 40%;
}
#substrate .repairimgbox div p {
  margin: 0;
  color: #f9f9f9;
  font-size: 1.2em;
}
#substrate .repairimgbox picture img {
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
#substrate .repairimgbox .side-arrow {
  vertical-align: top;
  display: inline-block;
  max-width: 50px;
  width: 100%;
}
#substrate .repairimgbox .side-arrow img {
  max-width: 50px;
}
#substrate .repairimgbox.fire {
  opacity: 0;
}
#substrate .repairimgbox:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(247, 247, 247, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-bottom-color: #67a0dd;
  bottom: 100%;
  left: 50%;
}
#substrate .textbox {
  text-align: center;
}
#substrate .textbox h1 {
  font-size: clamp(1.4em, 6vw, 3em);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #substrate .textbox .comment {
    font-size: 1em;
  }
}
@media screen and (min-width: 414px) {
  #substrate .textbox .comment {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  #substrate .textbox .comment {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1280px) {
  #substrate .textbox .comment {
    font-size: 1.2em;
  }
}
#substrate .textbox .linkbox {
  font-size: 0.9em;
  text-align: center;
}
#substrate .textbox div {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
  font-size: 1.2em;
}

#sales-point {
  margin: 6rem auto 4rem;
  text-align: center;
}
#sales-point .childbox {
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #sales-point .childbox {
    display: flex;
    justify-content: space-evenly;
  }
}
#sales-point .childbox div {
  text-align: center;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #sales-point .childbox div {
    width: 95%;
  }
}
@media screen and (min-width: 500px) {
  #sales-point .childbox div {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #sales-point .childbox div {
    width: 300px;
  }
}
#sales-point .childbox div img {
  max-width: 100px;
}
#sales-point .childbox div h1 {
  font-size: clamp(1.3em, 4vw, 1.7em);
}
#sales-point .childbox div .text {
  font-size: 1.1em;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #sales-point .childbox div .text {
    height: 230px;
  }
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #sales-point .childbox div:nth-of-type(2) {
    margin: 0 auto;
  }
}
#sales-point .contacttext {
  font-size: clamp(1em, 4vw, 1.7em);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #sales-point .contacttext {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 500px) {
  #sales-point .contacttext {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #sales-point .contacttext {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  #sales-point .contacttext {
    margin-top: 7rem;
  }
}

#design-slogan {
  background-repeat: repeat-y;
  background-size: 100%;
  background-image: url("../img/design/EBwebillust-bg01.jpg");
}
#design-slogan .wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-slogan .wrap {
    height: 300px;
  }
}
@media screen and (min-width: 360px) {
  #design-slogan .wrap {
    height: 400px;
  }
}
@media screen and (min-width: 500px) {
  #design-slogan .wrap {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  #design-slogan .wrap {
    height: 600px;
  }
}
#design-slogan .wrap div {
  transition: all 2.5s;
  color: #f9f9f9;
  display: inline-block;
  margin: 0 auto;
  text-shadow: 3px 3px 5px #818181;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-slogan .wrap div {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    transform: tranlate(-50%, -50%);
    -webkit-transform: tranlate(-50%, -50%);
    -ms-transform: tranlate(-50%, -50%);
  }
}
#design-slogan .wrap div.fire {
  opacity: 0;
}
#design-slogan .wrap div h1 {
  font-size: clamp(1em, 6.5vw, 4em);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-slogan .wrap div h1 {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
#design-slogan .wrap div p {
  font-size: clamp(1em, 5.5vw, 2em);
  font-weight: 600;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-slogan .wrap div p {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #design-slogan .wrap div p {
    margin: auto;
  }
}
#design-slogan .wrap img {
  transition: all 1.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-slogan .wrap img {
    width: 100%;
  }
}
@media screen and (min-width: 360px) {
  #design-slogan .wrap img {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #design-slogan .wrap img {
    transform: translateX(-25%);
    max-width: 550px;
  }
}
#design-slogan .wrap picture .fire {
  opacity: 0;
  transform: translateX(-100%);
}

#design-s-point {
  margin: 2rem auto 4rem;
  text-align: center;
}
#design-s-point .childbox {
  margin: 0 auto;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #design-s-point .childbox {
    display: flex;
    justify-content: space-evenly;
  }
}
#design-s-point .childbox div {
  text-align: center;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-s-point .childbox div {
    width: 95%;
  }
}
@media screen and (min-width: 500px) {
  #design-s-point .childbox div {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  #design-s-point .childbox div {
    width: 300px;
  }
}
#design-s-point .childbox div img {
  max-width: 100px;
}
#design-s-point .childbox div h1 {
  font-size: 1.7em;
}
#design-s-point .childbox div .text {
  font-size: 1.1em;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #design-s-point .childbox div .text {
    height: 230px;
  }
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #design-s-point .childbox div:nth-of-type(2) {
    margin: 0 auto;
  }
}
#design-s-point .contacttext {
  margin-top: 7rem;
  font-size: 1.7em;
}/*# sourceMappingURL=lp.css.map */