@charset "UTF-8";
/* ----------------------------------------
    normalise
 ---------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/* ----------------------------------------
    base
 ---------------------------------------- */
html, body {
  height: 100%;
}

body {
  font-family: "TBCGothic R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

strong {
  font-family: "TBCGothic E", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

h1, h2, h3 {
  font-family: "TBCGothic E", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #FFFF33;
}
a:link {
  text-decoration: underline;
  color: #FFFF33;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
a:active {
  text-decoration: none;
}

.section {
  background-color: #F00;
  background: url(../images/cover.png) no-repeat center center fixed;
  box-sizing: border-box;
  min-height: 100%;
  padding: 80px 40px;
  text-align: center;
}
.section h2 {
  font-size: 520%;
  line-height: 1.2em;
  max-width: 90%;
}
.section h2 em {
  display: block;
  border-bottom: 5px solid transparent;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 76.923076923%;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}
.section h3 {
  font-size: 360%;
  line-height: 1.2em;
}
.section p {
  margin: 1.8em auto;
  font-size: 280%;
  line-height: 1.8em;
  letter-spacing: 0.075em;
}
.section .content h2 {
  display: inline-block;
  text-align: left;
}
.section .content p {
  width: 560px;
  text-align: left;
}
.section .photo p {
  margin: 1em auto;
  font-size: 160%;
}

#sec1 {
  background-color: #FFFFFF;
  background: url(../images/cover.png) no-repeat center center fixed;
  display: table;
  width: 100%;
  padding: 0;
}
#sec1 .content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#sec1 .content a.down {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #e6e6e6;
  outline: none;
  color: #000;
  text-decoration: none;
}
#sec1 .content a.down i {
  font-size: 400%;
}

#sec2 {
  background-color: #25A725;
}
#sec2 .content h1 {
  margin: 100px auto 20px;
  font-size: 680%;
  line-height: 1.2em;
}
#sec2 .content h2 {
  margin: 20px auto;
  font-size: 480%;
  line-height: 1.2em;
  color: #e382e3;
  border-bottom: 5px solid #e382e3;
  padding-bottom: 10px;
}
#sec2 .content h2 em {
  border-bottom-color: #e382e3;
}
#sec2 .content h1, #sec2 .content p {
  color: #FFFFFF;
}

#sec3 {
  background-color: #35203B;
}
#sec3 .content h2 {
  color: #669e56;
  border-bottom: 5px solid #669e56;
  padding-bottom: 10px;
}
#sec3 .content h2 em {
  border-bottom-color: #669e56;
}
#sec3 .content p {
  color: #FFFFFF;
}

#sec4 {
  background-color: #911146;
}
#sec4 .content h2 {
  color: #50ebab;
  border-bottom: 5px solid #50ebab;
  padding-bottom: 10px;
}
#sec4 .content h2 em {
  border-bottom-color: #50ebab;
}
#sec4 .content p {
  color: #FFFFFF;
}

#sec5 {
  background-color: #CF4A30;
}
#sec5 .content h2 {
  color: #ace1ec;
  border-bottom: 5px solid #ace1ec;
  padding-bottom: 10px;
}
#sec5 .content h2 em {
  border-bottom-color: #ace1ec;
}
#sec5 .content p {
  color: #FFFFFF;
}

#sec6 {
  background-color: #ED8C2B;
}
#sec6 .content h2 {
  color: #b8d9f9;
  border-bottom: 5px solid #b8d9f9;
  padding-bottom: 10px;
}
#sec6 .content h2 em {
  border-bottom-color: #b8d9f9;
}
#sec6 .content p {
  color: #FFFFFF;
}

#sec7 {
  background-color: #5E0042;
}
#sec7 .content h2 {
  color: #00f74a;
  border-bottom: 5px solid #00f74a;
  padding-bottom: 10px;
}
#sec7 .content h2 em {
  border-bottom-color: #00f74a;
}
#sec7 .content p {
  color: #FFFFFF;
}

#sec8 {
  background-color: #2C2233;
}
#sec8 .content h2 {
  color: #738f5f;
  border-bottom: 5px solid #738f5f;
  padding-bottom: 10px;
}
#sec8 .content h2 em {
  border-bottom-color: #738f5f;
}
#sec8 .content p {
  color: #FFFFFF;
}

#sec9 {
  background-color: #005869;
}
#sec9 .content h2 {
  color: #ff2c03;
  border-bottom: 5px solid #ff2c03;
  padding-bottom: 10px;
}
#sec9 .content h2 em {
  border-bottom-color: #ff2c03;
}
#sec9 .content p {
  color: #FFFFFF;
}

#sec10 {
  background-color: #00856A;
  min-height: auto;
}
#sec10 .content h2 {
  color: #ff1f4c;
  border-bottom: 5px solid #ff1f4c;
  padding-bottom: 10px;
}
#sec10 .content h2 em {
  border-bottom-color: #ff1f4c;
}
#sec10 .content p {
  color: #FFFFFF;
}
#sec10 .photo {
  margin-top: 40px;
}
#sec10 .photo + .text p {
  margin-top: 0;
  text-align: center;
}

#sec11 {
  display: table;
  width: 100%;
  background-color: #8DB500;
}
#sec11 .content {
  display: table-cell;
  vertical-align: middle;
}
#sec11 .content p {
  color: #FFFFFF;
}
#sec11 .photo {
  margin: 240px auto;
}
#sec11 .photo img {
  vertical-align: middle;
}
#sec11 .photo img + img {
  margin-bottom: 55px;
  margin-left: 20px;
}
#sec11 .text p {
  text-align: center;
  margin-bottom: 80px;
}

#footer {
  margin-top: 80px;
  height: auto;
  overflow: hidden;
}
#footer ul {
  letter-spacing: -0.4em;
}
#footer ul li {
  display: inline-block;
  margin: 20px;
  letter-spacing: 0.075em;
}
#footer ul li a {
  display: block;
  text-decoration: none;
  font-size: 160%;
}
#footer ul li a i {
  display: block;
  font-size: 300%;
}
#footer ul.sns {
  float: right;
}
#footer ul.sns li.line {
  display: none;
}
#footer ul.def {
  float: left;
}
#footer ul.def li a i.hb-hobo {
  font-size: 360%;
  line-height: 0.833333333em;
}
#footer .copyright {
  clear: both;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: bold;
  color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 10px;
  }

  h1, h2, h3 {
    font-family: "TBCGothic E", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    white-space: normal;
  }

  .section {
    box-sizing: border-box;
    background-attachment: scroll;
    width: 100%;
    padding: 40px 20px;
  }
  .section .content h2 {
    width: 100%;
    margin: 0;
    font-size: 320%;
  }
  .section .content p {
    width: auto;
    margin: 1em auto;
    font-size: 140%;
  }
  .section .content .photo {
    width: auto;
  }
  .section .content .photo img {
    width: 100%;
  }
  .section .photo p {
    font-size: 200%;
  }

  #header .logo img {
    max-width: 280px;
  }

  #sec1 {
    width: 100%;
  }

  #sec2 .content {
    width: 100%;
  }
  #sec2 .content h1 {
    margin-top: 40px;
    font-size: 400%;
    text-align: left;
  }
  #sec2 .content h2 {
    font-size: 350%;
  }

  #sec11 {
    width: 100%;
  }
  #sec11 .photo {
    margin: 160px auto;
  }
  #sec11 .photo img {
    margin: 0 auto;
    width: 144px;
  }
  #sec11 .photo img + img {
    margin: 0 auto;
    width: 280px;
  }

  #footer ul.sns, #footer ul.def {
    float: none;
  }
  #footer ul.sns li.line {
    display: inline-block;
  }
  #footer ul li {
    margin: 10px;
  }
  #footer ul li a {
    font-size: 120%;
  }
}
