@charset "utf-8";
/* =======================================
CommonElements
======================================= */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: "Yu Gothic", YuGothic;
}

/* Reset CSS
* --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote,th,td,span,img {
  padding: 0;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: MyYuGothicM, /* Windows調整用 */
    YuGothic, /* Mac用 */
    sans-serif;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #eee;
}
a{
  -webkit-tap-highlight-color:rgba(0,0,0,.5);
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #1f254f;
  color: #fff;
  position: fixed;
	z-index: 2;
}
h1 img {
  display: block;
  height: 20px;
  padding: 0;
  margin: 10px auto;
}
h2 {
  display: block;
  bottom: 0;
  left: 0;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 40px;
  background: #1f254f;
  color: #eee;
}
.h1underline{
  border-bottom: transparent 2px solid;
  box-sizing: border-box;
}
.h1underline_index{
  border-bottom: #eee 2px solid;
  box-sizing: border-box;
}
.h2topline{
  border-top: transparent 2px solid;
  box-sizing: border-box;
}
.h2topline_index{
  border-top: #eee 2px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  h1 {
    height: 30px;
  }
  h1 img {
    height: 16px;
    margin: 7px auto;
  }
  h2 {
    line-height: 30px;
    height: 30px;
  }
}

#section0,
#section2,
#section3{
  background-color: #1f254f;
}

/* #section1 banner
----------------------------*/
#section1{
  background-color: #1f254f;
}
#section1 .swiper-container img{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease;
  overflow: hidden;
}
.swiper-slide-active img{
  border: 2px solid #eee;
}
.banner_border{
  border: 2px solid #eee;
}
@media screen and (max-width:750px) and (orientation:landscape){
  #section1 .swiper-container img{
    height: 80%;
    width: auto;
  }
}

/* #section0
----------------------------*/
#canvas {
  width: 30vw;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#particles-js {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width:750px){
  #canvas{
    width: 65vw;
    min-width: 0px; 
  }
}

/* #section2 OnPageSlide
----------------------------*/
#section2{
  display:table;
}
.panelbox {
  margin: 0;
  padding: 0;
}
.panelbox ul,li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panelbox ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  height: 100vh;
}
.panelbox li:nth-child(1) {
  box-sizing: border-box;
  border-left: transparent 2px solid;
}
.panelbox li {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  box-sizing: border-box;
  display: block;
  border-left: #eee 2px solid;
  -webkit-transition: background .2s ease-in-out .2s,
                      flex .5s ease-in-out .1s,
                      -webkit-box .5s ease-in-out .1s,
                      -webkit-flex .5s ease-in-out .1s;
  transition: background .2s ease-in-out .2s,
              flex .5s ease-in-out .1s,
              -webkit-box .5s ease-in-out .1s, 
              -webkit-flex .5s ease-in-out .1s;
  position: relative;
  height: calc(100vh - 80px);
  top: 40px;
}
@media screen and (min-width:750px){
  .panelbox li:hover {
    -webkit-flex-grow: 9;
    -webkit-box-flex: 9;
    flex-grow: 9;
    background-image: url(../images/menu/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    -webkit-transition: background .5s ease-in-out .2s,
      flex .5s ease-in-out .1s,
      -webkit-box .5s ease-in-out .1s,
      -webkit-flex .5s ease-in-out .1s;
    transition: background .5s ease-in-out .2s,
      flex .5s ease-in-out .1s,
      -webkit-box .5s ease-in-out .1s, 
      -webkit-flex .5s ease-in-out .1s;
  }
}

/*---menu_bg---*/
.panelbox li a {
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 5px 5px;
}
.panelbox li:nth-child(1) a{ 
  background-image:url(../images/menu_bg/about_bg.png);
}
.panelbox li:nth-child(2) a{ 
  background-image:url(../images/menu_bg/entry_bg.png);
}
.panelbox li:nth-child(3) a{ 
  background-image:url(../images/menu_bg/special_bg.png);
}
.panelbox li:nth-child(4) a{ 
  background-image:url(../images/menu_bg/partner_bg.png);
}
.panelbox li:nth-child(5) a{ 
  background-image:url(../images/menu_bg/media_bg.png);
}

/*---menu_p---*/
.panelbox li span {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .1s ease 0s;
  transition: all 1s ease 0s;
}
.panelbox li:nth-child(1) span{
  background: url(../images/menu_p/about_p.png);
  background-repeat: no-repeat;
  background-size: auto 8%;
  background-position: left 5px bottom 5px;
}
.panelbox li:nth-child(2) span{
  background: url(../images/menu_p/entry_p.png);
  background-repeat: no-repeat;
  background-size: auto 8%;
  background-position: left 5px bottom 5px;
}
.panelbox li:nth-child(3) span{
  background: url(../images/menu_p/special_p.png);
  background-repeat: no-repeat;
  background-size: auto 8%;
  background-position: left 5px bottom 5px;
}
.panelbox li:nth-child(4) span{
  background: url(../images/menu_p/partner_p.png);
  background-repeat: no-repeat;
  background-size: auto 8%;
  background-position: left 5px bottom 5px;
}
.panelbox li:nth-child(5) span{
  background: url(../images/menu_p/media_p.png);
  background-repeat: no-repeat;
  background-size: auto 8%;
  background-position: left 5px bottom 5px;
}
@media screen and (min-width:750px){
  .panelbox li:hover span{
    opacity: .2;
    -webkit-transition: all .3s ease .5s;
    transition: all .3s ease .5s;
  }
}
@media screen and (max-width:750px){
  .panelbox li {
    background-image: url(../images/menu/bg_sp.png);
    background-size: cover;
    background-position: bottom right;
    position: relative;
    height: calc(100vh - 60px);
    top: 30px;
  }
  .panelbox li a {
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: left 5px top 5px;
  }
}

/* #section3
----------------------------*/
.lastpage {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  margin: 0;
  top: 0;
  left: 0;
}
.footer {
  display: block;
  position: absolute;
  width: 80vw;
  height: 70vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.twitter {
  display: block;
  position: absolute;
  left: 0;
  width: 30vw;
  height: 100%;
  overflow: scroll;
}
.footer-right {
  display: block;
  position: absolute;
  right: 0;
  width: 40vw;
  height: 100%;
}
.footer-right_top {
  display: block;
  position: absolute;
  top: 0;
  width: 170px;
  height: 50%;
}
.footer-right_top a{
  width: 170px;
  height: 2em;
  margin-bottom: 1em;
  display: block;
}
.footer-right_top_link {
  width: 170px;
  height: 2em;
  line-height: 2em;
  display: block;
  text-align: left;
  border-bottom: #eee 1px solid;
  position: relative;
  top: 0;
}
.footer-right_top_link p{
  color: #eee;
}
.footer-right_middle {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  width: 100%;
  height: 50%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-right_middle figure {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 50%;
  position: relative;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-right_middle figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 55px;
  border-radius: 5%;
}
.footer-right_middle figure img {
  width: 40px;
  height:40px;
}
.footer-right_middle figure p {
  width: 50px;
  text-align: center;
  -webkit-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  color: #eee;
  position: absolute;
  top: 40px;
  font-size: 10px;
}
@media screen and (max-width:750px){
  .twitter {
    display: none;
  }
  .footer-right {
    left: 0vw;
    font-size: 12px;
  }
  .footer-right_top {
    left: 100%;
    top: -5%;
    transform: translate(-50%, 0);
  }
  .footer-right_top_link {
    height: 2em;
    line-height: 2em;
    text-align: center;
  }
  .footer-right_middle {
    display: block;
    position: absolute;
    top: 60%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: 0%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .footer-right_middle figure {
    width: 0px;
    height: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
  }
  .footer-right_middle figure a {
    width: 30px;
    height: 30px;
    transform: translate(-50%, 0%);
  }
  .footer-right_middle figure img {
    width: 30px;
    height:30px;
  }
  .footer-right_middle figure p {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    top: 30px;
  }
}
@media screen and (max-width:750px) and (max-height:300px){
  .footer-right_top a{
    height: 1em;
    margin-bottom: .8em;
  }
  .footer-right_top_link {
    height: 1em;
    line-height: 1em;
    text-align: center;
  }
  .footer-right_middle {
    width: 120%;
  }
}

.menulink{
  width:calc(100% + 2vw);
  height: 100%;
  position: relative;
  display: block;
  left:0;
  top: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:750px){
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width:750px){
  .pcnone {
    display: none !important;
  }
}

/*hover*/
@media screen and (min-width:750px){
  .footer-right_top a:hover{
    opacity: .2;
  }
  .footer-right_middle figure:hover {
    opacity: .2;
  }
  #section1 .swiper-container img:hover{
    width: 75%;
    border: 2px solid transparent;
  }
}










