@charset 'UTF-8';

/* ------------------------------------------------------------
   01.JS
------------------------------------------------------------ */

.main {
  position: relative;
}

.pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
  display: block;
  margin: 20px;
}
.pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.pager .is-current a {
  background: #232323;
}

.section {
  width: 100%;
}
.section.is-show .section-content {
  opacity: 1;
}

.section-content {
  max-width: 300px;
  margin: 0 auto;
  padding: 40px 60px;
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease .75s;
}

h2 {
  color: #232323;
}
h2:first-child {
  margin-top: 0;
}

h3 {
  color: #232323;
}

p {
  color: #232323;
}

.section-red {
  background-color: #ff6363;
}

.section-blue {
  background-color: #8fbbff;
}

.section-green {
  background-color: #fff;
}


/* ------------------------------------------------------------
   02.FUNCTION
------------------------------------------------------------ */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p {
    margin: 0;
    padding: 0;
}

/* ------------------------------------------------------------
   03.FEEDIN
------------------------------------------------------------ */


body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.Nav {
    animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ------------------------------------------------------------
   SP LANDSCAPE
------------------------------------------------------------ */


@media screen and (orientation: landscape) {

  body {
    background-position: 49% 0;
  }

  .Nav {
    padding-top: 2vh;
  }

}


/* ------------------------------------------------------------
   -639px
------------------------------------------------------------ */

@media screen and (max-width: 639px) { 


/* ------------------------------------------------------------
   03.TOP-PAGE
------------------------------------------------------------ */

body { 
  background-size: 550px;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100vh;
  color: #8c8c8c;
  -webkit-font-smoothing: antialiased;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;

}

body.index { background-image: url(../images/background_mov.gif); }

/* ---------------
   SITE TITLE
---------------- */

.SiteTitle {
    position: absolute;
    right: 30px;
    top: 23vh;
    z-index: 6;
}

.SiteTitle__head span {
    font-size: 11px;
}


/* ---------------
   NAV
---------------- */

.Nav {
    padding-top: 15vh;
}

.Nav p {
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.Nav ul li {
    margin-bottom: 15px;
}

.Nav ul li a {
    display: block;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff82;
    padding: 8px 0;
    font-size: 12px;
    text-decoration: none;
    color: #848383;
}

.Nav ul li a:hover {
  background-color: #fff;
  transition: 0.5s;
}


/* ---------------
   BLOCK1
---------------- */

.Block1 {
  width: 100%;
    text-align: center;
    background: #fff;
    height: 29vh;
    opacity: 0.95;
    z-index: 4;
    position: relative;
}

.Block1__head {
    padding-top: 11.5vh;
    padding-bottom: 18px;
}

.Block1__body .Block1__body--desc p {
    font-size: 12px;
}


/* ---------------
   H-TAG
---------------- */


.H1,.H2 {
  font-weight: normal;
}

.H1 {
    display: inline;
    font-size: 11px;
}

.H2 {
    font-size: 14px;
    letter-spacing: 0.1px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/* ---------------
   FOOTER
---------------- */

.Footer {
    position: absolute;
    bottom: 5px;
    right: 13px;
}

.Copyrights .Copyrights__text span {
    font-size: 11px;
}

.Copyrights .Copyrights__text span a {
    text-decoration: none;
    padding: 0 5px;
    color: #c5c5c5;
}

.spnone {
  display: none;
}

}

/* ------------------------------------------------------------
   639px-
------------------------------------------------------------ */

@media screen and (min-width: 640px) { 

  .pcnone {
    display: none;
  }

/* ------------------------------------------------------------
   01.JS
------------------------------------------------------------ */

#loader-bg {
position: fixed;
z-index: 1;
}

/* ------------------------------------------------------------
   03.TOP-PAGE
------------------------------------------------------------ */

body.index {
  background-image: url(../images/pc/mov.gif);
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}

.bkRGBA{
  /* 背景画像の透過用css */
  height: 100vh;
  background: rgba(255,255,255,0.4);
}

#loader-bg {
    position: fixed;
    z-index: 1;
    width: 100%;
}

.SiteTitle {
    font-size: 12px;
    color: #777;
    text-align: center;
    padding-top: 500px;
}

.H1 {
    display: inline;
    font-size: 15px;
    font-weight: normal;
}

.Block1 {
    position: absolute;
    top: 250px;
    width: 100%;
    text-align: center;
    color: #777;
}

.H2 {
    letter-spacing: 4px;
    font-weight: normal;
}

.Block1__body--desc {
  font-size: 14px;
}

.Nav {
    padding-top: 10%;
}

.Nav ul li {
    width: 190px;
    height: 40px;
    text-align: center;
    margin: 0 auto 35px;
    list-style: none;
}

.Nav ul li a {
    color: #c5c5c5;
    text-decoration: none;
}

#main-contents {
    animation: fadeIn 10s ease 0s 1 normal;
    -webkit-animation: fadeIn 10s ease 0s 1 normal;
}

.number {
    border: 1px solid #9c9c9c;
    width: 25px;
    height: 100%;
    float: left;
    line-height: 40px;
    color: #555;
}

.japtitle {
    float: left;
    width: 85%;
    font-size: 10px;
    background-color: #adadad;
    color: #fff;
    padding: 3px 0;
    opacity: 0
}

.Nav ul li a:hover .japtitle {
  opacity: 1;
  transition: 0.8s;
}

.Nav ul li a:hover .engtitle {
  display: block;
  background-color: #fff;
  transition: 0.8s;
}

.engtitle {
    float: left;
    width: 162px;
    height: 24px;
    line-height: 23px;
    font-size: 10px;
    color: #555;
}

/* add */

.number {
    border: 1px solid #9c9c9c;
    width: 25px;
    height: 100%;
    float: left;
    line-height: 65px;
    color: #555;
    font-size: 9px;
}

.Nav ul li a:hover .number {
    background-color: #ffffffbf;
    transition: 0.8s;
}

.Nav ul li {
    width: 190px;
    height: 65px;
    text-align: center;
    margin: 0 auto 45px;
    list-style: none;
}

.Nav ul li a:hover .engtitle {
    display: block;
    background-color: #ffffffbf;
    transition: 0.8s;
}

.japtitle {
    float: left;
    width: 85%;
    font-size: 10px;
    background-color: #adadad;
    color: #fff;
    padding: 5px 0;
    opacity: 0;
}

.engtitle {
    float: left;
    width: 162px;
    height: 46px;
    line-height: 46px;
    font-size: 10px;
    color: #555;
}



}

