@charset "UTF-8";
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
.background {
      z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px;
        justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}


.inner {
    justify-content: center;
      position: fixed;
  display: flex;
  align-items: center;
  height: 50%;

  width: 100%;
      position: fixed;
  top: 0;
}
.inner .logo {
    justify-content: center;
  position: relative;
    top: 0;
  margin: 0;
  padding: 0;

  font-weight: bold;
}
.inner .logo2 {
    justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  width: 1200px;
  font-weight: bold;
}
 .li{
  display: inline-block;
  list-style: none;
padding: 10px;
  margin: 10px;

}
body{
    font-family: "source-han-sans-japanese", sans-serif , "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
    color: #333;
    font-size: 1.6em;
    background-color: #F4F4F4;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.area-header{
    justify-content: center;
}
.area-body .logo {
    padding-top: 20px;
    padding-left: 1%;
    text-align: center;
    
}
.look {
   display: flex; 
}
.look .img {
    padding: 20px;
}
.line anim{
  display: block;
  position: relative;
}
.line after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  display: block;
  height: 20px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s ;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.line .is-animated after {
  width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #F4F4F4;
}
.wrapper{
    background: #F4F4F4;
}

.area-body{
    max-width: 1600px;
    margin: 0 auto;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto;
}
.main_lead_ttl{
    font-weight: 600;
    text-align: center;
}
.bnr {
    justify-content: center;
    padding: 50px;
       max-width: 1200px;
    margin: 0 auto;
}
.visual {
	position: relative;
	width: 100%;
	height: 100vh;
}
.movie {
    display: block;
	overflow: hidden;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 60%;
	min-height: 60%;
	transform: translate(-50%,-50%);
}

@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .main_lead_ttl{
        font-size: 14px;
        width: 84%;
        margin: 0 auto;
        font-weight: 600;
        text-align: center;
    }
      .area-body section .credit {
    font-size: 11px;
    justify-content: center;
  }
    .bnr-sp {
    justify-content: center;
    padding: 10px;
       max-width: 1000px;;
    margin: 0 auto;
}
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}