@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: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
  font-weight: 350;
  font-style: normal; }
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: 'noto-sans', sans-serif;
  font-weight: 350;
  line-height: 2.0;
  width: 100%;
  height: 100%; }

body {
  font-family: 'noto-sans', sans-serif;
  font-weight: 350;
  line-height: 2.0;
  font-feature-settings: palts;
  width: 100%;
  height: 100%;
  font-size: 12px; }

img {
  width: 100%;
  height: auto;
  display: block; }

@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; } }

div#mainArea {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99; }
@media screen and (min-width: 769px) {
  div#mainArea {
    padding: 50px 0; } }
@media screen and (max-width: 768px) {
  div#mainArea {
    padding: 25px 0; } }
div#mainArea h1 {
  text-align: center;
  margin: auto; }
@media screen and (min-width: 769px) {
  div#mainArea h1 {
    width: 20%; } }
@media screen and (max-width: 768px) {
  div#mainArea h1 {
    width: 45%; } }

div#wrapper {
  width: 100%;
  box-sizing: border-box; }
@media screen and (min-width: 769px) {
  div#wrapper {
    margin-top: 200px; } }
@media screen and (min-width: 1024px) {
  div#wrapper {
    padding: 50px; } }
@media screen and (max-width: 768px) {
  div#wrapper {
    margin-top: 120px; } }

div.box01 {
  position: relative; }
@media screen and (min-width: 769px) {
  div.box01 {
    margin-bottom: 150px; } }
@media screen and (max-width: 768px) {
  div.box01 {
    margin-bottom: 80px; } }
@media screen and (min-width: 769px) {
  div.box01 ul.credit {
    position: absolute;
    bottom: 10px;
    left: 10px; } }
@media screen and (max-width: 768px) {
  div.box01 ul.credit {
    padding: 0 10px 10px; } }
div.box01 ul.credit li:first-child {
  font-weight: 350; }
div.box01 ul.credit li a {
  color: #fff; }
div.box01 ul.credit li a span.under {
  border-bottom: 1px solid #fff; }
div.box01 ul.credit li a span.btn {
  border: 1px solid #fff;
  float: none;
  display: inline-block;
  margin-left: 5px; }
div.box01 ul.credit li p {
  color: #fff; }
div.box01 ul.credit li p span.btn {
  color: #fff;
  border: 1px solid #fff;
  float: none;
  display: inline-block;
  margin-left: 5px; }

@media screen and (min-width: 769px) {
  div.box02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 150px 0; } }
@media screen and (max-width: 768px) {
  div.box02 {
    width: 100%;
    display: flex;
    flex-direction: column; } }
@media screen and (min-width: 769px) {
  div.box02 div.boxB {
    width: 55%; } }
@media screen and (max-width: 768px) {
  div.box02 div.boxB {
    width: 100%; } }
@media screen and (min-width: 769px) {
  div.box02 div.boxA {
    width: 45%; } }
@media screen and (max-width: 768px) {
  div.box02 div.boxA {
    width: 100%; } }
@media screen and (min-width: 769px) {
  div.box02 div.boxA div.innerA {
    width: 85%;
    margin: auto; } }

@media screen and (min-width: 769px) {
  div.box03 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 150px 0; } }
@media screen and (max-width: 768px) {
  div.box03 {
    width: 100%;
    display: flex;
    flex-direction: column; } }
@media screen and (min-width: 769px) {
  div.box03 div.boxA {
    width: 55%; } }
@media screen and (max-width: 768px) {
  div.box03 div.boxA {
    width: 100%; } }
@media screen and (min-width: 769px) {
  div.box03 div.boxB {
    width: 45%; } }
@media screen and (max-width: 768px) {
  div.box03 div.boxB {
    width: 100%; } }
@media screen and (min-width: 769px) {
  div.box03 div.boxB div.innerB {
    width: 85%;
    margin: auto; } }

ul.credit {
  text-align: left;
  width: 100%;
  line-height: 2.0; }
@media screen and (min-width: 769px) {
  ul.credit {
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  ul.credit {
    box-sizing: border-box;
    padding: 20px 10px 80px; } }
ul.credit li {
  height: 25px;
  line-height: 1.0; }
@media screen and (min-width: 769px) {
  ul.credit li:first-child {
    font-weight: bold; } }
@media screen and (max-width: 768px) {
  ul.credit li:first-child {
    display: none; } }
ul.credit li span.fontXS {
  font-size: 10px; }
ul.credit li a {
  overflow: hidden;
  text-decoration: none;
  color: #000; }
ul.credit li a span.under {
  border-bottom: 1px solid #000;
  padding-bottom: 1px; }
ul.credit li a span.btn {
  display: block;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 2px 0;
  float: right;
  width: 75px;
  text-align: center;
  font-size: 10px; }
ul.credit li p {
  overflow: hidden; }
ul.credit li p span.btn {
  display: block;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 2px 0;
  color: #000;
  float: right;
  width: 75px;
  text-align: center;
  font-size: 10px; }

#portlate01 {
  width: 100%;
  background-image: url(../images/1.jpg);
  background-size: cover; }
#portlate01::before {
  content: "";
  display: block;
  padding-bottom: calc(878 / 1317 * 100%); }

#portlate02 {
  width: 100%;
  background-image: url(../images/6.jpg);
  background-size: cover;
  background-position: right; }
#portlate02::before {
  content: "";
  display: block;
  padding-bottom: calc(878 / 1317 * 100%); }

#portlate03 {
  width: 100%;
  background-image: url(../images/9.jpg);
  background-size: cover; }
#portlate03::before {
  content: "";
  display: block;
  padding-bottom: calc(878 / 1317 * 100%); }

#portlate04 {
  width: 100%;
  background-image: url(../images/16.jpg);
  background-size: cover;
  background-position: right; }
#portlate04::before {
  content: "";
  display: block;
  padding-bottom: calc(878 / 1317 * 100%); }

div.linkArea {
  max-width: 480px;
  width: 60%;
  margin: 0 auto 50px;
  font-size: 16px;
  border: 1px solid #000; }
div.linkArea a {
  text-decoration: none;
  color: #000;
  text-align: center;
  display: block;
  transition: 1s; }
@media screen and (min-width: 769px) {
  div.linkArea a {
    padding: 20px 0; } }
@media screen and (max-width: 768px) {
  div.linkArea a {
    padding: 10px 0; } }
div.linkArea a:hover {
  background: #000;
  color: #fff; }

footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #000; }

div#topBtn a {
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  position: fixed;
  right: 25px;
  bottom: 25px; }

/* ANIMATION
--------------------------------------*/
/* loading
--------------------------------------*/
