@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;
}
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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, .0); /*透明*/
}
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .0); /*透明*/
}
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;
}
.nowrap {
  white-space: nowrap;
}
.hidden {
  overflow: hidden;
}
sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
/* -----------------------------------------
 フォント
------------------------------------------- */
@font-face {
  font-family: 'googlesans';
  src: url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'googlesans';
  src: url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
  font-size: calc(1em*.625);
  height: 100%;
}
body {
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-size: 1.6rem;
  font-family: 'googlesans', 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  pointer-events: none;
}
.opa0 {
  opacity: 0
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
.stage {
  position: relative;
  width: 128rem;
  height: 80rem;
  background-color: #fff;
  overflow: hidden;
}
main {
  width: 1280px;
}
/* -----------------------------------------
 文字装飾
------------------------------------------- */
.white {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.red {
  color: #E94235;
}
.comment {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.normal {
  font-weight: normal;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-left {
  text-align: left;
}
.block {
  display: block;
}
.posabs-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.posabs {
  position: absolute;
}
.fs60 {
  font-size: 6rem !important;
}
.fs56 {
  font-size: 5.6rem !important;
}
.fs52 {
  font-size: 5.2rem !important;
}
.fs48 {
  font-size: 4.8rem !important;
}
.fs44 {
  font-size: 4.4rem !important;
}
.fs40 {
  font-size: 4rem !important;
}
.fs36 {
  font-size: 3.6rem !important;
}
.fs32 {
  font-size: 3.2rem !important;
}
.fs30 {
  font-size: 3rem !important;
}
.fs28 {
  font-size: 2.8rem !important;
}
.fs24 {
  font-size: 2.4rem !important;
}
.fs21 {
  font-size: 2.1rem !important;
}
.fs18 {
  font-size: 1.8rem !important;
}
.fs16 {
  font-size: 1.6rem !important;
}
.fs14 {
  font-size: 1.4rem !important;
}
.fs12 {
  font-size: 1.2rem !important;
}
.fs10 {
  font-size: 1rem !important;
}
.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: #eee;
  text-decoration: none;
}
/* 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;
}
/* -----------------------------------------
 ボタン
------------------------------------------- */
.btn {
  background-color: #4285F4;
  color: #fff;
  padding: .75em 1em;
  display: inline-block;
  border-radius: .3em;
  line-height: 1;
  box-sizing: border-box;
}
.btn2 {
  padding: .75em 1em;
  display: inline-block;
  border-radius: .5em;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
}
.btn.red {
  background-color: #E94235;
}
.btn.yellow {
  background-color: #FABB05;
}
.btn.gray {
  background-color: #666;
}