@charset "UTF-8";
/* Scss Document */
@import url("stylebase.css");
@import url("menupart.css");
@import url("footer.css");
@import url("weirdtext.css");
.symbolicon {
  margin: 0 auto;
  transform-origin: 50% 0;
  transform-origin: center -30px 0;
  display: block;
  animation: swing ease 3s infinite;
  max-width: 70px;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .symbolicon img {
    max-width: 50px;
  }
}
@media screen and (min-width: 500px) {
  .symbolicon img {
    max-width: 60px;
  }
}

body #sample .symbolicon {
  animation-delay: 1.5s;
}
body #flow .symbolicon {
  animation-delay: 0.5s;
}
body #price .symbolicon {
  animation-delay: 1s;
}
body #contact .symbolicon {
  animation-delay: 2s;
}

@keyframes swing {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.caption {
  font-family: kan415typos-std, sans-serif;
  font-weight: 500;
  font-size: 1.7em;
  margin-top: 0;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .caption {
    font-size: 1.2em;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 360px) {
  .caption {
    font-size: 1.4em;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 500px) {
  .caption {
    font-size: 1.6em;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .caption {
    font-size: 1.6em;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .caption {
    font-size: 1.7em;
    margin-bottom: 5rem;
  }
}

.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;
  }
}

.bg-box {
  background-repeat: repeat-y;
  background-size: 100%;
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s ease 0s;
  opacity: 0;
}

#bg-box01 {
  background-image: url("../img/design/EBwebillust-bg01.jpg");
  z-index: -30;
  opacity: 1;
}

#bg-box02 {
  background-image: url("../img/design/EBwebillust-bg02.png");
  z-index: -20;
}

#bg-box03 {
  background-image: url("../img/design/EBwebillust-bg03.png");
  z-index: -10;
}

#top {
  text-align: center;
  width: 100%;
  height: auto;
}
#top .wrap {
  position: relative;
}
#top #live2dbox {
  margin: 0 auto;
  padding-top: 60px;
  min-height: 400px;
  text-align: center;
  width: 100%;
}
#top #live2dbox canvas {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}

#weirdtext {
  margin: 0 auto;
  font-size: 3em;
  color: #EFEFEF;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #weirdtext {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 360px) {
  #weirdtext {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 414px) {
  #weirdtext {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 500px) {
  #weirdtext {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 768px) {
  #weirdtext {
    font-size: 3em;
  }
}

#select {
  text-align: center;
  background-color: rgba(245, 246, 227, 0.8);
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #select {
    padding: 4rem 0;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 500px) {
  #select {
    padding: 5rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #select {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #select {
    padding: 6rem 0;
    margin-bottom: 3rem;
  }
}
#select .iconbox {
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 1024px;
  letter-spacing: -1rem;
}
#select .iconbox .imgbox {
  letter-spacing: normal;
  display: inline-block;
  width: 30%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 200%;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #select .iconbox .imgbox {
    width: 50%;
    max-width: 200px;
  }
}
#select .iconbox .imgbox:hover {
  background-position: center bottom;
}
#select .iconbox .imgbox:nth-child(1) {
  background-image: url("../img/design/EBwebicon-web003.png");
}
#select .iconbox .imgbox:nth-child(2) {
  background-image: url("../img/design/EBwebicon-ad003.png");
}
#select .iconbox .imgbox:nth-child(3) {
  background-image: url("../img/design/EBwebicon-live2d003.png");
}
#select .iconbox .imgbox:nth-child(4) {
  background-image: url("../img/design/EBwebicon-chara003.png");
}
#select .iconbox .imgbox:nth-child(5) {
  background-image: url("../img/design/EBwebicon-line003.png");
}
#select .iconbox .imgbox:nth-child(6) {
  background-image: url("../img/design/EBwebicon-illust003.png");
}
#select .iconbox .imgbox img {
  opacity: 0;
  width: 60%;
}

#sample {
  text-align: center;
  background-size: 100%;
  margin-bottom: 6rem;
}
#sample .caption {
  color: #F9F9F9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  letter-spacing: normal;
}
#sample .iframe-container {
  position: relative;
  width: 100%;
  height: auto; /* 要素の高さを画面の高さに合わせる場合 */
  display: flex;
  justify-content: center;
  align-items: center;
}
#sample .iframe-container iframe {
  max-width: 1024px;
  width: 100%;
  height: 800px;
  border-radius: 10px;
}
#sample .box01 {
  letter-spacing: -1rem;
}
#sample .box01 .swipebox {
  letter-spacing: normal;
  padding: 2rem;
  display: inline-block;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #sample .box01 .swipebox {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #sample .box01 .swipebox {
    width: auto;
  }
}
#sample .box01 .swipebox img {
  width: 100%;
}
#sample .box01 .swipebox img:hover {
  transition-duration: 0.3s;
  transform: scale(1.1);
}

#flow {
  text-align: center;
  background-color: rgba(245, 246, 227, 0.8);
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #flow {
    padding: 4rem 0;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 500px) {
  #flow {
    padding: 5rem 0;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #flow {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  #flow {
    padding: 6rem 0;
    margin-bottom: 3rem;
  }
}
#flow .box01 {
  text-align: center;
  margin-bottom: 6rem;
}
#flow .balloon {
  font-size: 1.2em;
  color: #F9F9F9;
  background-color: #6EA7AB;
  margin: 0 auto 3rem;
  width: 40%;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #flow .balloon {
    width: 90%;
    max-width: 400px;
    line-height: 2.5;
    font-size: 1em;
  }
}
#flow .balloon:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #flow .balloon:not(:last-of-type)::after {
    border-top: 10px solid #6EA7AB;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
#flow .textbox {
  text-align: left;
  margin: 0 auto;
  padding: 2rem;
  display: inline-block;
}
#flow .textbox p {
  margin: 0;
}
#flow .textbox .redtext {
  color: #D64F4F;
}

#price {
  text-align: center;
  background-size: 100%;
}
#price .caption {
  color: #F9F9F9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
#price .box01 .attention {
  background-color: rgba(245, 246, 227, 0.8);
  display: inline-block;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
#price .box01 .attention p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  text-align: left;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .box01 .attention p {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  #price .box01 .attention p {
    font-size: 1.2em;
  }
}
#price .box01 .attention img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .box01 .attention img {
    max-width: 40px;
    margin: 0;
    position: absolute;
    top: -15px;
  }
}
@media screen and (min-width: 768px) {
  #price .box01 .attention img {
    margin-right: 1rem;
    position: static;
  }
}
#price .box02 {
  letter-spacing: -1rem;
  padding: 4rem 0;
  display: inline-block;
}
#price .plan {
  letter-spacing: normal;
  display: inline-block;
  width: 35%;
  background-color: rgba(245, 246, 227, 0.8);
  border-radius: 5px;
  margin-bottom: 8rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .plan {
    width: 90%;
  }
  #price .plan:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 500px) {
  #price .plan {
    width: 45%;
  }
  #price .plan:nth-child(odd) {
    margin-right: 2rem;
  }
}
#price .plan p {
  font-size: 1.2em;
}
#price .plan .title {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 2.5;
  background-color: rgba(57, 196, 194, 0.8);
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  font-size: 1.4em;
  color: #F9F9F9;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .plan .title {
    font-size: 1.3em;
    line-height: 2;
  }
}
#price .plan .title img {
  padding: 5px;
  background-color: rgba(57, 196, 194, 0.8);
  border-radius: 100px;
  position: absolute;
  z-index: -1;
  top: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .plan .title img {
    max-width: 70px;
  }
}
#price .plan .price {
  font-family: kan415typos-std, sans-serif;
  font-size: 2.7em;
  font-weight: 900;
  color: #FF6363;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .plan .price {
    font-size: 2.3em;
    line-height: 1;
  }
}
#price .plan .price span {
  font-size: 0.7em;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .plan .day {
    font-size: 1em;
  }
}

#contact {
  padding-top: 6rem;
  text-align: center;
  background-color: rgba(245, 246, 227, 0.8);
  -webkit-clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 6vw, 100% 0, 100% 100%, 0 100%);
}
#contact .wrap {
  margin-top: 6rem;
}
#contact .name {
  font-family: kan415typos-std, sans-serif;
  margin: 0;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}
#contact .name::after {
  display: block;
  font-size: 0.8em;
  content: attr(data-kana);
}
#contact .profiletext {
  margin: 0 auto;
  text-align: center;
}
#contact .profiletext div {
  text-align: left;
  display: inline-block;
}
#contact .profiletext p {
  margin: 0;
  line-height: 1.5;
}
#contact .profiletext h4 {
  margin: 0;
  margin-top: 1rem;
}
#contact .profiletext ul {
  text-align: left;
  margin: 0 auto;
}
#contact .profiletext .atten {
  font-size: 0.9em;
  font-weight: 600;
}
#contact .linktext {
  padding: 2rem 0;
  display: inline-block;
  text-align: left;
}
#contact .linktext p, #contact .linktext a {
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact .linktext p {
    font-size: 1em;
  }
}
@media screen and (min-width: 500px) {
  #contact .linktext p {
    font-size: 1.1em;
  }
}
#contact .linktext a {
  color: #A8975C;
}
#contact .linktext .atten {
  color: #a73939;
  font-weight: 600;
}
#contact .twittericon {
  border-radius: 50%;
  line-height: 1;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact .twittericon {
    width: 70%;
    height: auto;
    max-width: 200px;
  }
}
@media screen and (min-width: 500px) {
  #contact .twittericon {
    width: 80%;
    height: auto;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #contact .twittericon {
    width: 80%;
    height: auto;
    max-width: 300px;
  }
}/*# sourceMappingURL=design.css.map */