@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-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: normal;
  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: normal;
  font-style: normal; }
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* vertical rythm
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%; }

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

.loading {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }
.loading img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

div#header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
@media screen and (min-width: 769px) {
  div#header {
    height: 80px; } }
@media screen and (max-width: 768px) {
  div#header {
    height: 50px; } }
@media screen and (min-width: 769px) {
  div#header h1 {
    height: auto;
    width: 160px;
    margin: auto; } }
@media screen and (max-width: 768px) {
  div#header h1 {
    height: auto;
    width: 30%;
    margin: auto; } }

div#mainArea {
  position: relative;
  overflow: hidden;
  width: 100%; }
@media screen and (min-width: 769px) {
  div#mainArea {
    height: 80vh;
    margin-top: 80px;
    background: url("../images/cover_pc.jpg") no-repeat;
    background-position: center center;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  div#mainArea {
    height: 80vh;
    margin-top: 50px;
    background: url("../images/cover.jpg") no-repeat;
    background-position: center center;
    background-size: cover; } }
div#mainArea video {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 5; }
@media screen and (max-width: 768px) {
  div#mainArea video {
    left: -80%; } }

@media screen and (max-width: 768px) {
  div#styling01 {
    margin-top: 100px; } }
@media screen and (min-width: 769px) {
  div#styling01 {
    margin-top: 150px; } }

@media screen and (max-width: 768px) {
  div.styling {
    margin-bottom: 100px; } }
@media screen and (min-width: 769px) {
  div.styling {
    margin-bottom: 150px; } }

div#styling06 {
  margin-bottom: 0; }

@media screen and (min-width: 769px) {
  h2 {
    width: 90px;
    margin: 0 auto 35px; } }
@media screen and (max-width: 768px) {
  h2 {
    width: 15%;
    margin: 0 auto 25px; } }

div.slick-slide {
  box-sizing: border-box; }
@media screen and (min-width: 769px) {
  div.slick-slide {
    width: 480px;
    padding: 0 10px; } }
@media screen and (max-width: 768px) {
  div.slick-slide {
    max-width: 340px;
    width: 90%;
    padding: 0 5px; } }

@media screen and (min-width: 769px) {
  div.profile {
    max-width: 420px;
    margin: 50px auto; } }
@media screen and (max-width: 768px) {
  div.profile {
    width: 90%;
    margin: 25px auto; } }
div.profile a {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: flex; }
@media screen and (max-width: 768px) {
  div.profile a div.icon {
    width: 80px; } }
div.profile a div.icon img {
  border-radius: 50%; }
@media screen and (max-width: 768px) {
  div.profile a div.icon img {
    width: 80px;
    height: 80px; } }
@media screen and (min-width: 769px) {
  div.profile a div.icon img {
    width: 120px;
    height: 120px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content {
    width: calc(100% - 170px);
    margin-left: 30px; } }
@media screen and (max-width: 768px) {
  div.profile a div.content {
    width: calc(100% - 100px);
    margin-left: 20px; } }
div.profile a div.content ul {
  border-left: 2px solid #000;
  display: flex;
  flex-flow: column;
  justify-content: center; }
@media screen and (max-width: 768px) {
  div.profile a div.content ul {
    padding-left: 15px;
    box-sizing: border-box;
    height: 80px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content ul {
    padding-left: 25px;
    box-sizing: border-box;
    height: 120px; } }
div.profile a div.content ul li:nth-child(1) {
  font-weight: 600; }
@media screen and (max-width: 768px) {
  div.profile a div.content ul li:nth-child(1) {
    font-size: 16px;
    margin-bottom: 15px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content ul li:nth-child(1) {
    font-size: 18px;
    margin-bottom: 15px; } }
div.profile a div.content ul li:nth-child(1) span {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  letter-spacing: 1px; }
@media screen and (max-width: 768px) {
  div.profile a div.content ul li:nth-child(1) span {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content ul li:nth-child(1) span {
    font-size: 14px; } }
div.profile a div.content ul li:nth-child(2) {
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }
@media screen and (max-width: 768px) {
  div.profile a div.content ul li:nth-child(2) {
    font-size: 12px;
    margin-bottom: 10px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content ul li:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px; } }
div.profile a div.content ul li:nth-child(3) {
  letter-spacing: 1px;
  font-weight: bold; }
@media screen and (max-width: 768px) {
  div.profile a div.content ul li:nth-child(3) {
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.profile a div.content ul li:nth-child(3) {
    font-size: 14px; } }

p.explain {
  line-height: 1.4; }
@media screen and (max-width: 768px) {
  p.explain {
    font-size: 12px;
    width: 90%;
    margin: 0 auto 25px; } }
@media screen and (min-width: 769px) {
  p.explain {
    font-size: 14px;
    max-width: 420px;
    margin: 0 auto 50px; } }

div.detail a {
  color: #000;
  display: block;
  margin: auto;
  text-decoration: none;
  text-align: center;
  background: #fff;
  transition: 1s;
  border: 1px solid #000; }
div.detail a:hover, div.detail a:active, div.detail a:focus {
  background: #000;
  color: #fff; }
@media screen and (max-width: 768px) {
  div.detail a {
    padding: 10px;
    width: 40%;
    font-size: 12px; } }
@media screen and (min-width: 769px) {
  div.detail a {
    padding: 10px;
    max-width: 420px;
    font-size: 16px; } }

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 9998; }

.prev-arrow {
  left: 15px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0);
  border-right: none;
  border-top: none; }

.next-arrow {
  right: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0);
  border-left: none;
  border-bottom: none; }

div#linkArea {
  width: 100%;
  margin: auto;
  text-align: center;
  border-top: 1px #000 dotted; }
@media screen and (min-width: 769px) {
  div#linkArea {
    padding: 50px 0;
    margin-top: 50px; } }
@media screen and (max-width: 768px) {
  div#linkArea {
    padding: 25px 0;
    margin-top: 25px; } }
@media screen and (min-width: 769px) {
  div#linkArea ul li {
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  div#linkArea ul li {
    margin-bottom: 15px;
    font-size: 12px; } }
div#linkArea ul li:nth-child(2) {
  margin-bottom: 0; }
div#linkArea ul li a {
  color: #000; }

p.camera {
  text-align: center; }
@media screen and (min-width: 769px) {
  p.camera {
    font-size: 14px;
    margin-top: 150px; } }
@media screen and (max-width: 768px) {
  p.camera {
    font-size: 12px;
    margin-top: 100px; } }

footer {
  font-size: 10px;
  padding: 0px 0px 10px 0;
  text-align: center; }

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