@charset "UTF-8";
/*
============================================================
base.css	※CSSファイルタイトルを記載
------------------------------------------------------------

■ デフォルトリセット
■ フォント
■ ヘッダー
■ コンテンツ
■ フッター

============================================================
*/
/* ---------------------------------------------------------
■ default rest
--------------------------------------------------------- */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  border-collapse: collapse;
  color: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  list-style-type: none;
  margin: 0;
  outline: medium none;
  padding: 0;
  table-layout: fixed;
  text-decoration: none;
  vertical-align: baseline;
  line-height: 1;
}

/* ---------------------------------------------------------
■ font
--------------------------------------------------------- */
@font-face {
  font-family: "こぶりなゴシック";
  src: local("KoburinaGoStd-W3");
  font-weight: normal;
}
@font-face {
  font-family: "こぶりなゴシック";
  src: local("KoburinaGoStd-W6");
  font-weight: bold;
}
body {
  font-family: Helvetica, Arial,"こぶりなゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 明朝の場合 使わない場合は削除
body { font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
*/
/* ---------------------------------------------------------
■ 汎用
--------------------------------------------------------- */
.lh0 {
  line-height: 0;
}

.clearFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

/* ---------------------------------------------------------
■ TOP
--------------------------------------------------------- */
.global_wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-feature-settings: "palt";
}

.pager {
  padding: 10px;
  cursor: pointer;
}

.slide_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.slide_wrapper .slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(9999px);
  overflow: hidden;
}
.slide_wrapper .slide00 {
  transform: translateY(0) !important;
}
.slide_wrapper .slide00 .text0 {
  background-color: white;
}
.slide_wrapper .slide00 .text0 h1 {
  position: absolute;
  top: 50%;
  height: 22px;
  width: 100%;
  margin-top: -11px;
}
.slide_wrapper .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: auto;
}
.slide_wrapper .text {
  width: 78.3vw;
  height: 50vw;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: -25vw;
  margin-left: -39.1vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #194399;
  text-align: center;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt';
}
.slide_wrapper .text h1 {
  font-size: 21px;
}
.slide_wrapper .text p {
  font-size: 15px;
  line-height: 2;
}
.slide_wrapper .text h2 {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 50%;
  margin-top: -30px;
}
.slide_wrapper .text h2 span {
  display: block;
}
.slide_wrapper .text h2 .small {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}
.slide_wrapper .text h2 .title {
  font-size: 24px;
  letter-spacing: 0.08em;
}
.slide_wrapper .text1 {
  background-color: white;
}
.slide_wrapper .text1 .statement_text {
  position: absolute;
  width: 100%;
  height: 252px;
  top: 50%;
  margin-top: -126px;
}
.slide_wrapper .text1 h1 {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.slide_wrapper .storytelling_list li {
  position: relative;
  float: left;
  overflow: hidden;
}
.slide_wrapper .storytelling_list li a {
  display: block;
}
.slide_wrapper .stories {
  background-color: #D0D9E4;
}
.slide_wrapper .stories .stories_wrapper {
  width: 900px;
  height: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -290px;
  margin-left: -450px;
}
.slide_wrapper .stories .stories_wrapper li {
  float: left;
  width: 280px;
  margin-right: 30px;
  margin-bottom: 50px;
  color: #194399;
}
.slide_wrapper .stories .stories_wrapper li:nth-child(3n) {
  margin-right: 0;
}
.slide_wrapper .stories .stories_wrapper li .thumb {
  line-height: 0;
}
.slide_wrapper .stories .stories_wrapper li p {
  font-size: 11px;
  line-height: 1.54;
  margin-top: 14px;
}
.slide_wrapper .stories .stories_wrapper li a {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
}
.slide_wrapper .stories .stories_wrapper li a:before {
  content: '\2002';
  display: inline-block;
  width: 9px;
  height: 16px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 9px;
}
.slide_wrapper .author .bg {
  width: 100%;
  height: auto;
}
.slide_wrapper .author .author_wrapper {
  background-color: #FFF;
  color: #194399;
}
.slide_wrapper .author .author_wrapper ul {
  text-align: center;
  width: 624px;
  height: 164px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -312px;
  margin-top: -82px;
}
.slide_wrapper .author .author_wrapper li {
  width: 264px;
  display: inline-block;
  vertical-align: top;
}
.slide_wrapper .author .author_wrapper li:first-child {
  margin-right: 50px;
}
.slide_wrapper .author .author_wrapper .author_img {
  width: 264px;
  line-height: 0;
  margin-bottom: 20px;
}
.slide_wrapper .author .author_wrapper h1 {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: left;
}
.slide_wrapper .author .author_wrapper h1 .position {
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 0.02em;
}
.slide_wrapper .author .author_wrapper p {
  font-size: 12px;
  line-height: 1.72;
  text-align: left;
  text-align: justify;
}
.slide_wrapper .contact .contact_wrapper {
  background-color: #FFF;
  color: #194399;
  letter-spacing: 0.03em;
  text-align: left;
}
.slide_wrapper .contact .contact_wrapper .information {
  width: 584px;
  height: 288px;
  position: absolute;
  top: 100px;
  left: 100px;
}
.slide_wrapper .contact .contact_wrapper h1 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 28px;
  font-weight: bold;
}
.slide_wrapper .contact .contact_wrapper p.info {
  font-size: 13px;
  line-height: 1.72;
  margin-bottom: 25px;
}
.slide_wrapper .contact .contact_wrapper p.info a {
  text-decoration: underline;
}
.slide_wrapper .contact .contact_wrapper .address_wrapper .address {
  width: 290px;
  float: left;
  font-size: 13px;
  line-height: 1.72;
}
.slide_wrapper .contact .contact_wrapper .address_wrapper .map {
  width: 290px;
  height: 187px;
  float: left;
}
.slide_wrapper .contact .contact_wrapper .address_wrapper .map iframe {
  position: static;
  z-index: 1;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: auto;
}
.bg img {
  width: 100%;
  height: auto;
}

h1.logo {
  position: fixed;
  z-index: 1000;
  top: 18px;
  left: 18px;
}

#player2 {
  position: absolute;
  z-index: -1;
}

nav {
  position: fixed;
  left: 18px;
  top: 34%;
  z-index: 1000;
}
nav a {
  display: block;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #FFF;
  margin-bottom: 55px;
}
nav a span {
  display: inline-block;
  position: relative;
}
nav a:last-child {
  margin-bottom: 0;
}
nav a.selected span:after {
  content: '';
  display: block;
  position: absolute;
  width: 108%;
  border-bottom: 1px solid #FFF;
  top: 4px;
  left: -2px;
}

.pager {
  position: absolute;
  z-index: 1000;
}

.pager_u, .pager_d {
  transition: all 0.5s;
}
.pager_u:hover, .pager_d:hover {
  transform: scale(1.5);
}
.pager_u:hover .arrow, .pager_d:hover .arrow {
  background-color: #1A449A;
}
.pager_u span, .pager_d span {
  display: block;
}
.pager_u .crop, .pager_d .crop {
  width: 15px;
  height: 8px;
  overflow: hidden;
}
.pager_u .arrow, .pager_d .arrow {
  position: relative;
  transition: all 0.5s;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  background-color: #FFF;
}

.pager_u {
  top: 1%;
  left: 50%;
  margin-left: -8px;
  display: none;
}
.pager_u .arrow {
  top: -5%;
  left: 50%;
}

.pager_d {
  bottom: 1%;
  left: 50%;
  margin-left: -8px;
}
.pager_d .arrow {
  top: -170%;
  left: 50%;
}

.pager_l, .pager_r {
  transition: all 0.5s;
}
.pager_l span, .pager_r span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1A449A;
  transition: all 0.5s;
}
.pager_l:hover, .pager_r:hover {
  transform: scale(1.5);
}
.pager_l:hover span, .pager_r:hover span {
  background-color: #FFF;
}

.pager_l {
  top: 50%;
  left: 18%;
  margin-top: -16px;
}

.pager_r {
  top: 50%;
  right: 18%;
  margin-top: -16px;
}

p.copyright {
  position: fixed;
  left: 18px;
  bottom: 18px;
  color: #FFF;
  font-size: 11px;
}

/* ---------------------------------------------------------
■ STORY TELLING
--------------------------------------------------------- */
.storytelling section {
  width: 100%;
}
.storytelling section p, .storytelling section h1 {
  line-height: 0;
}
.storytelling section img {
  width: 100%;
  height: auto;
}
.storytelling section .part4 {
  margin-top: -1.5vw;
}

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