@charset "UTF-8";
/*!
=====================
sassから生成したcssです。
編集しないでください。
=====================
*/
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Tsukushi A Round Gothic', sans-serif;
  font-size: 14pt;
  background-color: #fff;
  color: #393E41;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  margin: 0;
  position: relative;
}

body a {
  cursor: pointer;
  text-decoration: none;
}

body a:link {
  color: #393E41;
}

body a:visited {
  color: #393E41;
}

header {
  margin: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
  border-bottom: solid 2px #f2f2f2;
  padding: 10px 50px;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 100;
}

header div.icon {
  font-size: 20pt;
  font-weight: bold;
  height: 50px;
}

header div.icon img.icon {
  width: 50px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

header div.icon:visited {
  color: #393E41;
}

header div.nav {
  text-align: right;
  margin-right: 30px;
  margin-left: auto;
  font-size: 14pt;
}

header div.nav li {
  display: inline;
  margin-left: 1em;
}

header div.nav li a:visited {
  color: #393E41;
}

header div.nav li a:hover {
  color: #3F88C5;
}

.login {
  background: #3F88C5;
  color: #fff;
  padding: 10px;
  margin-right: 100px;
  border-radius: 5px;
}

.login:hover {
  opacity: 0.7;
}

h1 {
  font-size: 24pt;
  text-align: center;
}

h2 {
  text-align: center;
  font-weight: normal;
}

img.store {
  width: auto;
  height: 55px;
  display: inline;
}

img.store:hover {
  opacity: 0.7;
}

img.google {
  margin-left: 20px;
}

div.down {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: auto;
  margin-top: 70px;
}

div.down:hover {
  opacity: 0.7;
}

section.introduction {
  background-image: url("../img/MainImage.jpg");
  background-size: cover;
  height: 105%;
  width: 100%;
  padding-bottom: 150px;
}

section.introduction div.wrapper {
  width: 80%;
  margin: auto;
  display: flex;
  padding-top: 150px;
  justify-content: space-around;
}

section.introduction div.wrapper div.screenshot {
  margin: auto;
  position: relative;
  width: 250px;
  min-width: 250px;
  height: 518px;
  min-height: 518px;
  background: url("../img/ss_anime.png") no-repeat;
  animation: ss 3s steps(3) infinite;
  /*
        img.deco{
            position: absolute;
            width:300px;
            height:auto;
            bottom:-30px;
            right:-230px;
        }
        */
}

section.introduction div.wrapper div.screenshot div.badge {
  background: #3F88C5;
  color: #fff;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  position: absolute;
  right: -50px;
  top: -50px;
  /*
            &:hover{
                background:#fff;
                border:$primary solid 2px;
                color:$primary;
            }
            */
}

section.introduction div.wrapper div.screenshot div.badge p {
  text-align: center;
  font-size: 25pt;
  font-weight: bold;
  line-height: 0.9em;
  margin-top: 20px;
}

section.introduction div.wrapper div.screenshot div.badge p span.top {
  font-size: 10pt;
  font-weight: normal;
}

section.introduction div.wrapper div.screenshot div.badge p span.bottom {
  font-size: 8pt;
  font-weight: normal;
}

@keyframes ss {
  to {
    background-position: -750px 0;
  }
}

section.introduction div.wrapper div.introduction {
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  position: relative;
  min-width: 400px;
  margin: auto;
  margin-left: 200px;
  border-radius: 5px;
  padding: 50px 30px;
  color: #fff;
}

section.introduction div.wrapper div.store {
  width: 400px;
  margin: auto;
  margin-top: 50px;
}

section.first {
  margin: auto;
  padding-top: 120px;
  display: flex;
  width: 75%;
}

section.first div.Image {
  display: flex;
}

section.first div.Image img {
  width: 300px;
  height: 300px;
  padding-right: 10px;
}

section.second {
  margin: auto;
  margin-top: 50px;
  padding-top: 100px;
  width: 75%;
  border-top: solid 2px #f2f2f2;
}

section.second div.second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

section.second div.second div {
  width: 300px;
  padding: 20px;
}

section.second div.second div h2 {
  text-align: center;
  font-weight: normal;
}

section.second div.second div img {
  width: 300px;
  height: 300px;
}

section.third {
  padding-top: 100px;
  margin: auto;
  width: 75%;
}

section.third div.third {
  padding: 50px 0;
}

section.third div.third div.box {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

section.third div.third div.box img {
  width: 400px;
  height: 200px;
  padding-right: 50px;
}

section.third div.third div.box div p img {
  width: 1.2em;
  height: 1.2em;
}

section.third div.third div.second img {
  padding-right: 0px;
  padding-left: 50px;
}

section.third div.third div.second div p img {
  padding: 0;
  width: 1.2em;
  height: 1.2em;
}

section.fourth {
  margin: auto;
  margin-top: 50px;
  padding-top: 100px;
  width: 75%;
  border-top: solid 2px #f2f2f2;
}

section.fourth div.fourth {
  display: flex;
  justify-content: space-around;
}

section.fourth div.fourth div {
  margin-right: 50px;
}

section.fourth div.fourth div table {
  margin: auto;
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #3F88C5;
  border-radius: 5px;
  font-size: 16pt;
  overflow: hidden;
}

section.fourth div.fourth div table th {
  color: #3F88C5;
}

section.fourth div.fourth div table th, section.fourth div.fourth div table td {
  border: dashed 1px #3F88C5;
  text-align: center;
  padding: 10px 40px;
}

section.fourth div.fourth div table tr th:nth-child(1) {
  border-left: none;
  border-top: none;
}

section.fourth div.fourth div table tr th:nth-child(2) {
  border-right: none;
  border-top: none;
}

section.fourth div.fourth div table tr td:nth-child(1) {
  border-left: none;
  border-bottom: none;
}

section.fourth div.fourth div table tr td:nth-child(2) {
  border-right: none;
  border-bottom: none;
}

section.fourth div.fourth div p.komejirushi {
  text-align: right;
  color: gray;
}

section.fourth div.fourth img {
  width: 400px;
  height: 400px;
}

section.fifth {
  margin: auto;
  margin-top: 50px;
  padding-top: 100px;
  width: 75%;
  border-top: solid 2px #f2f2f2;
}

section.fifth div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

section.fifth div.box div.QandA {
  width: 300px;
}

section.fifth div.box div.QandA p {
  margin-right: 5px;
  padding: 5px;
}

section.fifth div.box div.QandA p.question {
  margin-left: 20px;
  font-size: 16pt;
  font-weight: bold;
  color: #3F88C5;
}

section.fifth div.box div.QandA p.question:before {
  content: "Q";
  margin-left: -1em;
}

section.fifth div.box div.QandA p.answer {
  border: solid 2px #3F88C5;
  border-radius: 5px;
  padding: 10px;
  padding-left: 35px;
  margin-top: -25px;
}

section.fifth div.box div.QandA p.answer:before {
  content: "A";
  font-weight: bold;
  font-size: 16pt;
  color: #F25757;
  margin-left: -1em;
}

div.chat {
  margin: 0;
  padding: 0;
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 50px;
  box-shadow: 0 0  8px gray;
}

.collapse {
  padding: 0;
  height: 40px;
  background: #3F88C5;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.collapse:hover {
  background-color: #77ABD6;
  cursor: pointer;
}

.collapse img {
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.collapse p {
  margin-top: 0;
  margin-left: 50px;
  padding: 5px;
  display: inline-block;
}

.expand {
  display: none;
  overflow: hidden;
  height: 500px;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 0;
  margin: 0;
}

.expand .header {
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #3F88C5;
  color: #fff;
}

.expand .header img {
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.expand .header p {
  margin-top: 0;
  margin-left: 5px;
  margin-right: auto;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

.expand .chatarea .expand_wrapper {
  margin-bottom: 100px;
  position: relative;
  overflow-y: scroll;
  height: 400px;
}

.expand .chatarea .message {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 50%;
  font-size: 10pt;
}

.expand .chatarea .message_box {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.expand .chatarea .chat_left {
  float: left;
  line-height: 1.3em;
  background: #fff;
  color: #3F88C5;
  padding: 0.4em 0.8em;
  margin-left: 10px;
  border: solid 2px #3F88C5;
  border-radius: 15px 15px 15px 0;
}

.expand .chatarea .chat_right {
  float: right;
  line-height: 1.3em;
  background: #3F88C5;
  color: #fff;
  padding: 0.4em 0.8em;
  margin-right: 10px;
  border-radius: 15px 15px 0 15px;
}

.expand .chatarea .clear {
  clear: both;
}

.expand .input {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 320px;
  background: #fff;
  display: flex;
}

.expand .input textarea {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 255px;
  height: 40px;
  max-height: 100px;
  border-radius: 5px;
  border: solid #3F88C5 2px;
  resize: none;
}

.expand .input button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 30px;
  width: 40px;
  color: #3F88C5;
  border: solid 2px #3F88C5;
  border-radius: 5px;
  background: #fff;
}

.unavailable {
  display: none;
  overflow: hidden;
  height: 500px;
  background: #f2f2f2;
  border-radius: 5px 5px 0 0;
  padding: 0;
  margin: 0;
}

.unavailable .header {
  padding: 0;
  margin: 0;
  width: 320px;
  height: 40px;
  background: #3F88C5;
  color: #fff;
}

.unavailable .header img {
  margin-right: 5px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}

.unavailable .header p {
  margin-top: 0;
  margin-left: 5px;
  margin-right: auto;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

.unavailable .unavailable_message {
  width: 280px;
  height: 3em;
  margin: auto;
  margin-top: 180px;
  margin-bottom: auto;
  vertical-align: middle;
  font-size: 10pt;
  color: gray;
}

.unavailable .input {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 320px;
  background: #fff;
  display: flex;
}

.unavailable .input input {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 255px;
  height: 25px;
  font-size: 12pt;
  border-radius: 5px;
  border: solid #3F88C5 2px;
  resize: none;
}

.unavailable .input button {
  cursor: pointer;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 30px;
  width: 40px;
  color: #3F88C5;
  border: solid 2px #3F88C5;
  border-radius: 5px;
  background: #fff;
}

footer {
  margin-top: 100px;
  border-top: solid 2px #f2f2f2;
  padding-top: 50px;
  text-align: center;
}

footer section.store {
  margin-bottom: 20px;
}

footer div {
  margin-top: 20px;
}

footer div a:hover {
  color: #3F88C5;
}
