@charset "UTF-8";

/*全デバイス/画面サイズ共通
 * かつ480: スマートフォン縦*/
html {
  --webkit-text-size-adjust: 100%;
  font-size: 1.2em;
  font-family: "segoe UI", 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  line-height: 1.5em;
}

/*Top*/
.c-largest-image {
  width: 100%;
}

.main-title {
  font-weight: normal;
  background-size: 100% 100%;
  margin: 0 auto;
}
.main-title-one {
  background-image: url("/img/title_1.png");
  width: 90vw;
  height: 10.3vw;
  text-indent: 1em;
}
.main-title-another {
  background-image: url("/img/title_2.png");
  width: 90vw;
  height: 14vw;
  text-align: center;
  padding: 2vw;
}
.main-section {
  width: 100%;
  margin: 5vw auto;
}
.sub-section {
  width: 100%;
  margin: 2vw auto;
}
.sub-section-sentence {
  margin: 0 10vw 5vw;
}


.footer {
  text-align: center;
}
.author {
  width: 20%;
  border-radius: 50%;
}
.yoko-enaga {
  height: 1em;
}

.c-submit-button {
  display: block;
  width: 80%;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 auto;
}
.c-submit-button-image {
  width: 100%;
  margin: 0 auto 10px;
}

.author-name, .author-contact, .policy-link, .yoko-message {
  font-size: 0.8em;
}
.author-name, .author-contact {
  line-height: 1.2em;
}
.sitemap {
  line-height: 1.8em;
}
.sitemap-link {
  text-decoration: none;
  padding: 0 0 2px 0;
  border-bottom: 1px solid blue;
}
.sitemap-link:visited {
  border-bottom: 1px solid purple;
}
.copyright {
  font-size: 0.8em;
  line-height: 1.0em;
}
.wasshoi {
  margin: 20px auto 0;
}
.social-buttons {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto 20px;
}
.twitter-logo {
  color: #55acee;
}
.line-logo {
  color: #00b900;
}
.facebook-logo {
  color: #3b5998;
}

/*Fortune Result*/
.c-middle-image {
  width: 80%;
}
.alertarea:before {
  content: '\f058';
  font-family: "Font Awesome 5 Free";
  color: green;
}
.alertarea {
  width: 70%;
  height: 160px;
  background-color: #fffafa;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.off--alertarea {
  display: none;
}

.result-title {
  width: 100%;
  height: 16vw;
  font-size: 1.1rem;
  line-height: 16vw;
  font-weight: normal;
  text-align: center;
}
.result-advice-title {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.result-main-image {
  display: block;
  margin: 20px auto;
}
.chara-face {
  position: relative;
}
.chara-face:before {
  content: '';
  width: 15vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% center;
  display: block;
  position: absolute;
  top: 0;
  left: 5vw;
}
.risu:before {
  background-image: url("/img/risu_face.png");
}
.luca:before {
  background-image: url("/img/luca_face.png");
}
.usa:before {
  background-image: url("/img/usa_face.png");
}
.cornshi:before {
  background-image: url("/img/cornshi_face.png");
}
.kaminari:before {
  background-image: url("/img/kaminari_face.png");
}
.uma:before {
  background-image: url("/img/uma_face.png");
}
.nyanshi:before {
  background-image: url("/img/nyanshi_face.png");
}


.result-advice {
  margin: 5vw;
}

.back-orange {
  background-color: #ffbd6d;
}

.share {
  width: 90%;
  margin: 50px auto;
}
.share-title {
  text-align: center;
  margin: 0 auto 20px;
}
.copy-textarea {
  text-align: left;
  font-size: 0.9em;
}
.text-area {
  width: 100%;
  height: 10em;
  font-size: 1em;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 2px;
}

.border-orange {
  border-color: #ffa012;
}

.copy-button {
  display: block;
  width: 100%;
  text-align: center;
  margin: 40px auto;
  cursor: pointer;
}

.copy-enaga {
  width: 70%;
}

.retry {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}


/*タブレット縦/スマートフォン横*/
@media screen and (min-width: 481px) {
  html {
    font-size: 2em;
  }
}
/*デスクトップ/タブレット横*/
@media screen and  (min-width: 769px) {
  html {
    font-size: 2.6em; /*41.67px*/
  }
}
