@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul,ol{
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
em {
  font-style: normal;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
h1 {
  position: fixed;
}
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);
  height: 100%;
  overflow: hidden;
}
body {
  color: #333;
  background: #c9caca;
  font-size: 1.6rem;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  height: 100%;
}
.bg-red{
  background-color:#aa182c;
}
.bg-white{
  background-color:#fff;
}
.bg-gray{
  background-color:#9fa0a0;
}
img {
  max-width: 100%;
}
.sp-only {
  display: none;
}

/* -----------------------------------------
 レイアウト
------------------------------------------- */
main {
  width: 100%;
  display: block;
}
.wrap {
  width: 100vw;
  height: 100%;
  position: absolute;
  overflow:hidden;
}

/* -----------------------------------------
 文字装飾
------------------------------------------- */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.fs18 {
  font-size: 1.8rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs14 {
  font-size: 1.4rem;
}
.fs12 {
  font-size: 1.2rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: .5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb1e {
  margin-bottom: 1em;
}
.mb2e {
  margin-bottom: 2em;
}
.mt1e {
  margin-top: 1em;
}
.ml10 {
  margin-left: 1rem;
}
.pt40 {
  padding-top: 4rem;
}
.pt0 {
  padding-top: 0;
}
.mr10 {
  margin-right: 1rem;
}
.mr20 {
  margin-right: 2rem;
}
/* -----------------------------------------
 共通
------------------------------------------- */
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: underline;
}
a:active {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
a:hover img {
  opacity: .8;
}
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/* disc */
ul.disc li {
  position: relative;
  padding-left: 1.3em;
}
ul.disc li + li {
  margin-top: .3em;
}
ul.disc li::before {
  content: "";
  position: absolute;
  width: .5rem;
  height: .5rem;
  background: #198AA5;
  border-radius: 50%;
  left: .3em;
  top: .5em;
}

/* footer */
.footer {
  width: 100%;
  position: fixed;
  padding: 2rem 0;
  z-index: 100;
  bottom: 0;
}
.footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color:#fff;
  font-family: Arial, sans-serif;
}
/* Loading Bar */
.loading{
  position:fixed;
  width:0;
  left:0;
  bottom:0;
  height: .4rem;
  background-color: rgba(255,255,255,.5);
}
/* Text */
h1#title{
  color:#fff;
  text-align: center;
  position: fixed;
  text-align: center;
  width: 100%;
  top: 8vh;
  z-index:100;
  opacity: 0;
  will-change: opacity;
}
h1#title img{
  height: 18px;
}
#concept{
  color:#fff;
  text-align: center;
  position: fixed;
  text-align: center;
  width: 100%;
  bottom: 10vh;
  z-index:100;
  text-indent: .5rem;
}
#concept img{
  height: 20px;
  opacity: 0;
}
#toppage{
  z-index: 100;
  position: fixed;
  font-size: 1.2rem;
  left: .8rem;
  top: .8rem;
  padding-left: 1.4rem;
  font-family: Arial, sans-serif;
}
#toppage::before{
  content: "";
  display: block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  border-left: .1rem solid #fff;
  border-top: .1rem solid #fff;
  transform: rotate(-45deg);
  left: .5rem;
  top: 0;
  bottom:0;
  margin: auto;
}

/* シェア */
#share{
  z-index: 100;
  position: fixed;
  font-size: 1.2rem;
  right: .8rem;
  top: .8rem;
  padding-left: 1.6rem;
  font-family: Arial, sans-serif;
}
#share::before{
  content: "";
  background: url(../img/share.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  bottom:0;
  margin: auto;
}
#share-modal{
  display: none;
  position: fixed;
  top:3rem;
  right: 1rem;
  color: #fff;
  text-align: right;
  z-index: 100;
  font-size: 1.2rem;
  line-height: 2;
  font-family: Arial, sans-serif;
}
#share-modal p a{
  display: block;
  line-height: 2;
}

/* グリッドクラス */
#grid-first,
.grid{
  width: 6rem;
  height: 6rem;
  display: inline-block;
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;
  margin: auto;
  background-color: #c9caca;
  z-index:2;
  opacity: 0;
  will-change: opacity;
}
.grid a{
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor : default;
  pointer-events: none;
}
#grid-first{
  opacity: 0;
  z-index: 0;
  background-color: #aa182c;
}
#grid-first.grid a{
  background-image: none;
}
#grid0, #grid1{
 z-index: 60;
}

/*ユーザーセレクト none */

#toppage,
#share a,
#share-modal,
#title img,
#concept img,
.grid a,
.copyright{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}