@charset "UTF-8";
/* for import */
/* individual */
html {
  font-size: 62.5%;
  /* 10px */ }

select {
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

input[type=text],
input[type=number],
input[type=password],
input[type=submit],
button {
  border: none; }

input[type=submit],
button {
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.rp-block {
  display: inline-block;
  /* needs responsive css property in like "style.css" */ }

section, div, table, tr, th, td, input[type="text"], input[type="number"], select, textarea {
  box-sizing: border-box; }

/* user css */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, em, 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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

@media screen and (max-width: 1024px) {
  .rp-block {
    display: block; } }
body {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, sans-serif; }

.main {
  width: 100vw;
  margin: 0 auto; }

.is-flex {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.txt-large {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: white; }

.plane {
  font-size: 1.4rem;
  color: white; }

.content {
  box-sizing: border-box; }

.content1, .content2, .content3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  padding: 300px 0 40px 20vw;
  box-sizing: border-box;
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0; }

.content1 {
  background: url(../img/sample_bg1.jpg) no-repeat; }

.content2 {
  background: url(../img/sample_bg2.jpg) no-repeat; }

.content3 {
  background: url(../img/sample_bg3.jpg) no-repeat; }

.scr-num {
  z-index: 10000;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 10px;
  background: white;
  font-size: 1.2rem; }

/*# sourceMappingURL=style.css.map */
