@charset "UTF-8";
/*===== COMMON BASES =====*/
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@font-face {
  font-family: 'HiraKakuProN-W3-AlphaNum';
  src: url("../fonts/HiraKakuProN-W3-AlphaNum.eot?#iefix") format("embedded-opentype"), url("../fonts/HiraKakuProN-W3-AlphaNum.otf") format("opentype"), url("../fonts/HiraKakuProN-W3-AlphaNum.woff") format("woff"), url("../fonts/HiraKakuProN-W3-AlphaNum.ttf") format("truetype"), url("../fonts/HiraKakuProN-W3-AlphaNum.svg#HiraKakuProN-W3-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ft_hkpw3 {
  font-family: 'HiraKakuProN-W3-AlphaNum', Meiryo, sans-serif;
}

.ft_hkpw6 {
  font-family: 'HiraKakuProN-W6-AlphaNum', Meiryo, sans-serif;
}

/*===== GLOBAL =====*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: inline-block;
  vertical-align: middle;
}

img, audio, video, canvas {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.md {
  display: none !important;
}

.center {
  text-align: center;
}

/* Base */
html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro", Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  padding: 0 10px;
}

.wrapper-plus {
  padding: 0 10px;
}

.gb-url {
  color: #009544;
  text-decoration: underline;
}

/* Font */
.wf1 {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.container-lex {
  display: flex;
  flex-wrap: wrap;
  -js-display: flex;
  width: 100%;
}

/*===== COMMON PAGES =====*/
header .header-top {
  padding: 7px 5px;
  background: #f3f2ed;
  text-align: right;
}
header .header-nav .nav-bar .ls {
  float: left;
  width: 20%;
}
header .header-nav .nav-bar .ls.disable {
  background-color: #ccc;
  position: relative;
}
header .header-nav .nav-bar .ls.disable:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background: url(../../img/common/comingsoon.svg) no-repeat 50% 50%;
  /*background: url(./img/common/ico_play.svg) no-repeat 50% 50%;*/
  background-size: 70%;
}
header .header-nav .nav-bar .ls .it {
  display: block;
  padding-top: 13px;
  text-align: center;
  color: #000039;
}
header .header-nav .nav-bar .ls .it .ico {
  display: table;
  width: 100%;
  height: 24px;
}
header .header-nav .nav-bar .ls .it .ico .icc {
  display: table-cell;
  vertical-align: middle;
}
header .header-nav .nav-bar .ls .it .ico .icc .curr {
  display: none;
}
header .header-nav .nav-bar .ls .it .des {
  display: table;
  width: 100%;
  height: 35px;
}
header .header-nav .nav-bar .ls .it .des .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 9px;
  line-height: 1.306666666666667;
  letter-spacing: normal;
}
header .header-nav .nav-bar .ls .it.active {
  background: #000038;
  color: #fff;
}
header .header-nav .nav-bar .ls .it.active .ico .icc .defa {
  display: none;
}
header .header-nav .nav-bar .ls .it.active .ico .icc .curr {
  display: block;
}

.block-president-bann .block-cont {
  position: relative;
}
.block-president-bann .block-cont .block-inn {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.block-president-bann .block-cont .thum {
  position: relative;
  margin: 0 -10.9375%;
}
.block-president-bann .block-cont .thum img {
  width: 100%;
}
.block-president-bann .block-cont .cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 16px;
  color: #fff;
}
.block-president-bann .block-cont .cont .ttl {
  font-weight: bold;
}
.block-president-bann .block-cont .cont .txt {
  margin-top: 12px;
}
.block-president-bann .block-cont .cont .txt .cap {
  font-size: 8px;
}
.block-president-bann .block-cont .cont .txt .des {
  margin-top: 2px;
}
.block-president-bann .block-cont .cont .txt .des .jp {
  letter-spacing: 0.3em;
  display: inline;
}
.block-president-bann .block-cont .cont .txt .des .en {
  font-size: 8px;
  display: inline;
}

.block-president-post {
  margin-top: 18px;
}
.block-president-post .block-cont {
  text-align: justify;
}
.block-president-post .block-desc {
  font-size: 8px;
  text-align: right;
  color: #989898;
  margin-top: 15px;
}

footer {
  margin-top: 35px;
  background: #00013a;
  padding: 15px 0 40px;
  color: #fff;
}
footer .ft .ft-pic {
  text-align: center;
  margin-top: 30px;
}
footer .ft-ttl{
  text-align: justify;
}

/* 100 th */
#opening{
  background: #f3f2ed;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#opening img{
  opacity: 0;
}
.block-100th .block-bann {
  background: #f3f2ed;
  /*padding: 76px 0 35px;*/
  text-align: center;
}
.logo_100th {
  width: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 230px;
  z-index: 100;
  /*padding-bottom: 73px;*/
  /*background: url(../../img/100th/arrow01.svg) no-repeat 50% 100%;*/
}
.logo_100th .logo1{
  margin-bottom: 20px;
  width:100%;
}
.logo_100th .logo2{
  margin-bottom: 3px;
  margin-left: 5px;
  width:100%;
}
.logo_100th .logo3{
  margin-left: 5px;
  width:100%;
}
.logo_100th .logo4{
  position: absolute;
  width: 80px;
  top:-11px;
  left: 86px;
}

.block-100th .block-bann .yajirushi{
  position: absolute;
  width: 30px;
  bottom:30px;
  left:calc(50% - 15px);

}
.block-100th .block-bann .yajirushi img{
  width: 100%;
  animation: downrepeat 1s 7;
  animation-fill-mode: forwards;
}

@keyframes downrepeat{
  0%{transform:translateY(-15px);}
  70%{transform:translateY(0px);}
  100%{transform:translateY(-15px);}
}

.block-100th .block-cont {
  margin-top: 28px;
}
.block-100th .block-cont .mod-100th-intr {
  line-height: 2;
  font-weight: bold;
  color: #000039;
}
.block-100th .block-cont .mod-100th-intr a {
  text-decoration: underline;
}
.block-100th .block-cont .mod-100th-acce {
  margin-top: 20px;
}
.block-100th .block-cont .ls-100th-acce .ls {
  margin-top: 12px;
}
.block-100th .block-cont .ls-100th-acce .ls .it {
  display: block;
  position: relative;
}
/*.block-100th .block-cont .ls-100th-acce .ls .it.it-one .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 13px;
}*/
.block-100th .block-cont .ls-100th-acce .ls .it .cont {
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
}
.block-100th .block-cont .ls-100th-acce .ls .it .cont .lbl{
  font-size: 9px;
  background-color: #069547;
  padding: 2px 3px;
}
.block-100th .block-cont .ls-100th-acce .ls .it .cont .ttl{
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-top: 4px;
}
.block-100th .block-cont .ls-100th-acce .ls .it.ico-play:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  /*background: url(../../img/common/comingsoon.svg) no-repeat 50% 50%;*/
  background: url(../../img/common/ico_play.svg) no-repeat 50% 50%;
  background-size: 20% auto;
}
/*.block-100th .block-cont .ls-100th-acce .ls .it.it-two .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-thr .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-thr .cont .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-thr .cont .tb .td {
  display: table-cell;
  vertical-align: middle;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.1845;
  text-align: center;
  color: #000039;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-fou .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-fou .cont .tb {
  display: table;
  width: 100%;
  height: 100%;
}
.block-100th .block-cont .ls-100th-acce .ls .it.it-fou .cont .tb .td {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.166666666666667;
  text-align: center;
  color: #fff;
}*/
.block-100th .block-cont .ls-100th-acce .ls:first-child {
  margin-top: 0;
}

.logoani1{
  animation: fadein 3s;
  animation-fill-mode: forwards;
}
.logoani2{
  animation: moveup 2s 1s;
  animation-fill-mode: forwards;
}
.logoani3{
  animation: moveup 2s 1.5s;
  animation-fill-mode: forwards;
}
.logoani4{
  animation: movedown 2s 2s;
  animation-fill-mode: forwards;
}

@keyframes moveup{
  0%{transform:translateY(15px);}
  100%{transform:translateY(0px);opacity: 1;}
}
@keyframes movedown{
  0%{transform:translateY(-15px);}
  100%{transform:translateY(0px);opacity: 1;}
}
@keyframes moveleft{
  0%{transform:translateX(15px);}
  100%{transform:translateY(0px);opacity: 1;}
}
@keyframes moveright{
  0%{transform:translateX(-15px);}
  100%{transform:translateY(0px);opacity: 1;}
}
@keyframes fadein{
  0%{}
  100%{opacity: 1;}
}

.movie .container{
    background-color: #000;
}
.movie .youtube_container{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30%;
}
.movie iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 50px 0;
}
/*# sourceMappingURL=style.css.map */
