@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  src: url("../fonts/apercu_regular_pro.woff2") format("woff2"), url("../fonts/apercu_regular_pro.woff") format("woff"), url("../fonts/apercu_regular_pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: 'apercu','小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
  font-weight: normal;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  display: block; }

/* content
---------------------------------------------*/
div#pcMain {
  margin: auto;
  width: 100%;
  height: 100vh;
  margin-bottom: 185px;
  background: url(../images/cover.jpg);
  background-size: cover;
  background-position: top center;
  /*position: relative;*/
  display: flex;
  align-items: center;
  justify-content: center;
   }
div#pcMain h1{
  width: 20%;
  margin: auto;
  /*position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;*/
}

div#wrapper {
  width: 100%;
  height: 100%;
  font-family: 'apercu','小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif; }
@media screen and (min-width: 769px) {
  div#wrapper {
    max-width: 1100px;
    margin: auto; } }

div#fullpage {
  width: 100%;
  height: 100%; }
@media screen and (min-width: 769px) {
  div#fullpage {
    position: relative; } }
div#fullpage div.section {
  width: 100%;
  height: 100%; }
@media screen and (min-width: 769px) {
  div#fullpage div.section {
    max-width: 580px;
    margin: 0 auto 100px; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section:last-child {
    margin: 0 auto 0px; } }
div#fullpage div.section div.content {
  width: 100%;
  height: 100%; }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content {
    position: relative; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul {
    margin-top: 25px; } }
@media screen and (max-width: 768px) {
  div#fullpage div.section:nth-child(2) div.content ul, div#fullpage div.section:nth-child(3) div.content ul, div#fullpage div.section:nth-child(4) div.content ul, div#fullpage div.section:nth-child(6) div.content ul, div#fullpage div.section:nth-child(7) div.content ul, div#fullpage div.section:nth-child(9) div.content ul, div#fullpage div.section:nth-child(10) div.content ul,  div#fullpage div.section:nth-child(11) div.content ul{
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    box-sizing: border-box; }
  
  div#fullpage div.section:nth-child(5) div.content ul, div#fullpage div.section:nth-child(8) div.content ul{
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    box-sizing: border-box;} }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li {
    margin-bottom: 15px; } }
div#fullpage div.section div.content ul li:first-child {
  border-bottom: 1px solid #000; }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li:first-child {
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li:first-child {
    font-size: 14px;
    vertical-align: middle; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li:first-child span {
    font-size: 12px; } }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li:first-child span {
    font-size: 10px; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li:nth-child(2), div#fullpage div.section div.content ul li:nth-child(3), div#fullpage div.section div.content ul li:nth-child(4), div#fullpage div.section div.content ul li:nth-child(5) {
    display: inline-block;
    margin-right: 20px; } }
div#fullpage div.section div.content ul li a {
  color: black;
  text-decoration: none; }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li a {
    font-size: 16px; } }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li a {
    font-size: 12px; } }
div#fullpage div.section div.content ul li a span {
  border: 1px solid #000;
  display: inline-block;
  margin-left: 10px;
  transition: 1s;
  border: 1px solid black; }
div#fullpage div.section div.content ul li a span:hover, div#fullpage div.section div.content ul li a span:active, div#fullpage div.section div.content ul li a span:focus, div#fullpage div.section div.content ul li a span.hover {
  background: black;
  color: #fff; }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li a span {
    font-size: 10px;
    padding: 2px 8px;
    box-sizing: border-box;
    line-height: 1.0; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li a span {
    font-size: 14px;
    padding: 2px 8px;
    box-sizing: border-box;
    line-height: 1.0; } }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li p {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li p {
    font-size: 16px; } }
div#fullpage div.section div.content ul li p span {
  border: 1px dotted black;
  display: inline-block;
  margin-left: 10px; }
@media screen and (max-width: 768px) {
  div#fullpage div.section div.content ul li p span {
    font-size: 10px;
    padding: 2px 8px;
    box-sizing: border-box;
    line-height: 1.0; } }
@media screen and (min-width: 769px) {
  div#fullpage div.section div.content ul li p span {
    font-size: 14px;
    padding: 2px 8px;
    box-sizing: border-box;
    line-height: 1.0; } }
@media screen and (max-width: 768px) {
  div#fullpage div#mainArea div.content {
    background: url(../images/cover.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100%; } }


div#fullpage div#mainArea div.content h1 {
  position: absolute;
 
  bottom:10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
   }
@media screen and (max-width: 768px) {
  div#fullpage div#mainArea div.content h1 span {
    width: 100%;
    margin: auto;
    display: block; } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap01 div.content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap01 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap01 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap02 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap02.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap02 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap02 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap03 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap03.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap03 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap03 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap04 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap04.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap04 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap04 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap05 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap05.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap05 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap05 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap06 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap06.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap06 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap06 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap07 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap07.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap07 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap07 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap08 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap08.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap08 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap08 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap09 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap09.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap09 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap09 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }
@media screen and (max-width: 768px) {
  div#fullpage div#snap10 div.content {
    width: 100%;
    height: 100%;
    background: url(../images/snap10.jpg);
    background-size: cover;
    background-position: center center; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap10 div.content div.imgArea {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto; } }
@media screen and (min-width: 769px) {
  div#fullpage div#snap10 div.content div.imgArea::before {
    display: block;
    content: "";
    padding-bottom: calc(1000 / 800 * 100%); } }

div.foot {
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative; }
@media screen and (max-width: 768px) {
  div.foot {
    width: 100%;
    height: 100%; } }
@media screen and (max-width: 768px) {
  div.foot p {
    font-size: 14px; } }
@media screen and (min-width: 769px) {
  div.foot p {
    margin-bottom: 50px; } }
@media screen and (max-width: 768px) {
  div.foot div#link {
    width: 45%;
    height: auto;
    margin: 50px 0; } }
@media screen and (min-width: 769px) {
  div.foot div#link {
    width: 180px;
    height: auto;
    margin: 0 auto 50px; } }
div.foot footer {
  font-size: 10px; }
@media screen and (max-width: 768px) {
  div.foot footer {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0; } }
@media screen and (min-width: 769px) {
  div.foot footer {
    padding-bottom: 5px; } }

@media screen and (min-width: 769px) {
  .pcNone {
    display: none; } }
@media screen and (max-width: 768px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 769px) {
  .spNone {
    display: block; } }
@media screen and (max-width: 768px) {
  .spNone {
    display: none; } }

/* ANIMATION
--------------------------------------*/
