@charset "UTF-8";
* {
  box-sizing: border-box;
  backface-visibility: hidden;
}

/* Scss Document */
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
rembed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 0;
  display: block;
}

html {
  font-size: 62.5%;
}

.wf1 {
  font-family: "futura-pt", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*  */
body {
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6em;
  background-size: 3em 3em;
  background-color: #ffffff;
  opacity: 1;
  line-height: 1.4;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url("../images/sp_header.jpg");
  background-size: 100%;
}
@media screen and (min-width: 992px) {
  body::before {
    background-image: url("../images/header_bg.jpg");
    background-size: cover;
  }
}

.separater {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 1rem auto;
}

.mb-sec {
  margin-bottom: 6rem;
}

nav.sns {
  width: 10%;
  max-width: 75px;
  margin: 0 auto;
  top: 1rem;
  left: 1rem;
  position: fixed;
  z-index: 101;
}
nav.sns ul {
  width: 100%;
}
nav.sns ul li {
  width: 100%;
}

#gloval-nav {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 0;
}
#gloval-nav li {
  width: 30vw;
  max-width: 200px;
  height: 12vw;
  max-height: 80px;
}
#gloval-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}
#gloval-nav li.off {
  filter: brightness(30%);
}
#gloval-nav li.off a {
  pointer-events: none;
}

header#header {
  width: 100%;
  height: 100vh;
}
header#header h1 {
  width: 30vw;
  height: 30vw;
  max-width: 300px;
  max-height: 300px;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 2%;
  right: 0;
  z-index: 5;
  text-indent: -9999px;
}

#main {
  width: 100%;
  background: rgba(43, 23, 51, 0.8);
  padding: 5rem 0;
}
#main .content-text.hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
#main .load-text {
  width: 90%;
  margin: 1rem auto 0;
  justify-content: center;
  align-items: center;
  background: #474747;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
#main .load-text::before {
  content: "続きを読む";
  display: block;
  text-align: center;
}
#main .load-text.open::before {
  content: "テキストを隠す";
}
#main #contents {
  width: 100%;
  max-width: 1200px;
}
#main #contents section h2 {
  width: 100%;
  margin: 0 auto 1rem;
}
#main #contents section h2::after {
  content: "";
  display: block;
  width: 40vw;
  max-width: 150px;
  height: 0.4rem;
  border-radius: 0.2rem;
  background: #ffffff;
  margin: 0.5rem auto 0;
}
#main #contents section#news #box-news {
  width: 100%;
  max-width: 800px;
}
#main #contents section#news #box-news #news-list li dl dt,
#main #contents section#news #box-news #news-list li dl dd {
  color: white;
}
#main #contents section#news #box-news #twitter {
  background: #1da1f2;
  padding: 2rem 1rem;
}
#main #contents section .card {
  overflow: hidden;
  background: #181818;
  border: 2px solid #d3d3d3;
  border-radius: 1rem;
  padding: 1rem;
}
#main #contents section .card p {
  color: #ffffff;
}
#main #contents section .card .card-header .icon {
  width: 20%;
  border-radius: 0.25rem;
}
#main #contents section .card .card-header .text {
  width: 75%;
}
#main #contents section .card .card-header .text .text-muted {
  color: #b3b3b3 !important;
}
#main #contents section .card .card-body .card-title {
  color: #ffe600;
  padding: 0 0 0.5rem;
  border-bottom: 1px dotted #505050;
}
#main #contents section .card .card-body p {
  font-size: 1.4rem;
  line-height: 1.6;
}

footer {
  width: 100%;
  font-size: 0.6rem;
  background-color: #000;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 0;
  color: #999;
  position: relative;
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 1rem;
  }
}
footer p {
  line-height: 1.8;
}
footer a {
  color: #fff;
}
footer a.link {
  display: block;
  margin: 1em auto;
}
footer .app-explain h2 {
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 992px) {
  footer .app-explain h2 {
    font-size: 1.8rem;
  }
}
footer .app-explain p {
  font-size: 0.8rem;
  margin: 0.5em auto;
}
@media screen and (min-width: 992px) {
  footer .app-explain p {
    font-size: 1.2rem;
  }
}
footer .site-notice {
  font-size: 0.8rem;
  padding: 0 2rem;
}
@media screen and (min-width: 992px) {
  footer .site-notice {
    font-size: 1rem;
  }
}
footer .app-info {
  margin: 0 auto;
  text-align: center;
}
footer .app-info .app-icon {
  width: 30vw;
  max-width: 100px;
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}
footer .app-info .app-badge {
  width: 100%;
  float: none;
  display: flex;
  justify-content: center;
  margin: 1rem auto 3rem;
}
@media screen and (min-width: 992px) {
  footer .app-info .app-badge {
    padding: 0;
    margin: 1rem auto 2rem;
  }
}
footer .app-info .app-badge .appstoreBtn {
  width: 30vw;
  height: 10vw;
  background: url("../images/btn_appstore.png") center center no-repeat;
  background-size: 100% auto;
  margin: 0 2vw 0 0;
}
@media screen and (min-width: 992px) {
  footer .app-info .app-badge .appstoreBtn {
    width: 150px;
  }
}
footer .app-info .app-badge .googleplayBtn {
  width: 30vw;
  height: 10vw;
  background: url("../images/btn_googleplay.png") center center no-repeat;
  background-size: 100% auto;
  margin: 0 2vw 0 0;
  float: none;
}
@media screen and (min-width: 992px) {
  footer .app-info .app-badge .googleplayBtn {
    width: 150px;
  }
}
footer .app-info .app-badge .amazonBtn {
  width: 30vw;
  height: 10vw;
  background: url("../images/btn_amazon.png") center center no-repeat;
  background-size: 100% auto;
  margin: 0;
}
@media screen and (min-width: 992px) {
  footer .app-info .app-badge .amazonBtn {
    width: 150px;
  }
}
footer div.site-info {
  width: 100%;
  margin: 0 auto 10rem;
}
footer div.site-info .logo {
  width: 20vw;
  display: block;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 992px) {
  footer div.site-info .logo {
    width: 70px;
  }
}
footer div.site-info .logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
footer div.site-info .copy {
  font-size: 0.8rem;
  margin: 1rem auto;
}
@media screen and (min-width: 992px) {
  footer div.site-info .copy {
    font-size: 1rem;
  }
}
footer div.site-info .link {
  font-size: 0.8rem;
}

/* 画像のフェードイン */
.fade-in {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.fadein-top {
  opacity: 0;
  animation-name: fadein-top;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-top {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* show */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* zoom */
@keyframes zoom {
  from {
    transform: scale(1, 1);
    transition: 1s all;
  }
  to {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
}
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #893aa3;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style_20260323.css.map */