/*
--------------------------------------------------------------------------------
reset
--------------------------------------------------------------------------------
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,audio,canvas,details,dialog,embed,figcaption,figure,footer,header,hgroup,hr,mark,menu,meter,nav,output,progress,rp,rt,ruby,section,summary,time,video,xmp{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}html,body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}hr{clear:both;float:none;width:100%;height:0px;margin:0px;padding:0px;border:none;}
*{word-break:break-all;word-wrap:break-word;}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}table[border] caption,table[border] tbody,table[border] tfoot,table[border] thead,table[border] tr,table[border] th,table[border] td{outline:1px solid rgba(0,0,0,0.3);}

/*
--------------------------------------------------------------------------------
base big pc
--------------------------------------------------------------------------------
*/
body, html
{
	margin : 0;
	padding : 0;
	width : 100%;
	height : 100%;
	font-family: "Shippori Mincho", serif;
	font-style: normal;
}
.sp{
    display: none;	
}
.container{
	width: 100%;
	overflow-x: hidden;
	background-color:rgba(255,255,255,0.2);
	background-blend-mode:lighten;
	background-image: url('../img/bg.jpg');
	background-size: 100% 100%;
	background-attachment: fixed;
}
.top > img{
	position: absolute;
	z-index: 1;
	width: 230px;
	top:50px;
    right: 0;
    left: 0;
	margin: 0 auto;
}
.videowrap{
	display: block;
	position: relative;
}
video{
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0%); 
	min-width: 100vw;
	min-height: 100vh;
}
.top_text{
  display: flex;
  align-items: center;
  justify-content: center;
}
h1{
  letter-spacing: 30px;
  line-height: 85px;
  text-align: center;
  color: #fff;
  text-shadow: 5px 5px 20px rgba(0,0,0,0.5);
  font-size: 60px;
  font-weight: 200;
  position: absolute;
  top: 250px;
  z-index: 1;
}
h2{
  letter-spacing: 5px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  position: absolute;
  top: 450px;
  z-index: 1;
  text-shadow: 3px 3px 20px rgba(0,0,0,1);
}

.fadein {
    opacity: 0;
    transform: translate(0px,100px);
    transition: all 1.5s;
  &.fadein-bottom{
	  transform: translate(0px,0px);}
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0px, 0) !important;
  }
}
.section1{
  overflow: hidden;
  margin: auto 0;
  padding: 70px;
  color: #666;
}
h3{
    margin-top: 100vh;
    position: static;
	text-align: center;
	font-size: 50px;
	letter-spacing: 10px;
	line-height: 70px;
	margin-bottom: 40px;
}
h4{
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 30px;
}

.section2{
  margin: 0;
  padding: 50px 50px 0px;
}

h5{
	border-top: 1.5px solid;
	margin: 0px 70px;
	border-color: #999;
	padding-top: 50px;
	padding-left: 5%;
	font-size: 25px;
	letter-spacing: 5px;
	line-height: 30px;	
}
h6{
	height: 30px;
	width: 200px;
	border-radius: 3px;
	background-color: #666;
	color: #eee;
	font-weight: 300;
	margin: 30px auto -20px auto;
	text-align:center;
	padding: 5px 0px 0px 5px;
	letter-spacing: 10px;
	font-size : 18px;
}
span{
	background-color: rgba(255,245,2,0.2);
}

.slider_wrap{
  margin: 30px auto 30px;
  width: 1000px;
  height: 500px;
  position: relative;
}
/* 中央以外のスライド */
.slide {
  height: 400px;
  height: auto;
  opacity: .3;
  transform: scale(.7);
  transition: opacity .3s, transform .3s;
  width: 300px;
  margin-top: 10px;
}
.slide > img{
	width:310px;
}
.slide > h4,p1{
	display: none;
}

/* 中央のスライド */
.slider .slick-center {
  height: 450px;
  width: 300px;
  opacity: 1.0;
  transform: scale(1);
}
.slider .slick-center  > h4{
	display: block;
	font-size: 18px;
	font-weight: 100;
	margin: 10px 0px 5px;
}
.slider .slick-center  > p1{
	display: block;
	font-size: 14px;
	margin-left: -15px;
	margin-right: -20px;
	line-height: 20px;
	font-weight: 100;
}

.slide-arrow {
  margin-top: 80px;
  position: absolute;
  top: 0;
  height: 300px;
  left: 50%;
}
.prev-arrow,
.next-arrow {
	height: 300px;
	z-index: 2;
    transition: all .3s ease;
    cursor: pointer;
}

.prev-arrow {
    transform: rotate(180deg);
	margin-right: 300px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:50px;
    height:50px;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    top:0;
    bottom:0;
    left:450px;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
p {
	text-align:center;
	line-height: 30px;
	padding-bottom: 10px;
}
.lineup{
	white-space: nowrap;
}
.section3{
	overflow: hidden;
	margin: 0;
	padding: 70px;
	color: #666;
	margin-bottom: 20px;
}
.section4{
	overflow: hidden;
	margin: 0;
	padding-top: 70px;
	color: #666;
	margin-bottom: 20px;
}

.mail_link
{
	height: 55px;
	width: 350px;
	border-radius: 40px;
	background-color: rgba(255,255,255,0.50);
	padding: 13px 0px 10px 65px;
	display:flex;
	margin: 10px auto -30px auto;
	text-decoration : none;
	letter-spacing: 0.1rem;
	font-weight: 500;
	color : #999;
	font-size : 22px;
}
.mail_link:hover
{
	box-shadow : 0 0 10px 6px rgba(0,0,0,0.05);
	transition: 0.5s;
}

footer{
	background-color:rgba(100,100,100,0.2);
	background-blend-mode:multiply;
	height: 200px;
	padding:30px 50px;
}
footer > p{
	display: inline-block;
	text-align: inherit;
	line-height: 30px;
}
footer > a > img{
	width:200px;
}
.credit{
	padding-top: 10px;
}

/*
--------------------------------------------------------------------------------
for small pc
--------------------------------------------------------------------------------
*/
@media (max-width: 1100px){
.sp{
    display: none;	
}
.slider_wrap{
  width: 700px;
  height: 450px;
}
/* 中央以外のスライド */
.slide {
  width: 220px;
}
.slide > img{
	width: 220px;
	margin-left: -5px;
}

.slider .slick-center  > h4{
	margin: 10px 0px 5px;
}
.slider .slick-center  > p1{
	margin-left: 0px;
	margin-right: 5px;
	line-height: 22px;
}
.prev-arrow {
	margin-right: 300px;
}
.prev-arrow::before,
.next-arrow::before{
    width:40px;
    height:40px;
    left:300px;
}
}
/*
/*
--------------------------------------------------------------------------------
for tab
--------------------------------------------------------------------------------
*/
@media (min-width: 550px){
footer{
	background: #ddd;
	height: 160px;
	padding:20px 50px 0px;
}

footer > p{
	padding-top: 10px;
}
.credit{
	padding-top: 10px;
	font-size: 14px;
}
}
@media (max-width: 768px){
h1{
	padding-top:20px;
	font-size: 40px;
	line-height: 70px;
	letter-spacing: 20px;
}
h2{
	font-size: 18px;
}
.top > img{
	width: 200px;
	top:80px;
}
h4{
	font-size: 18px;
	margin: 0 -20px;
	letter-spacing: 5px;
	line-height: 30px;
}
h5{
	margin: 0px 50px;
	padding-top: 20px;
	padding-left: 5%;
	font-size: 20px;
}
h6{
	height: 30px;
	width: 180px;
	font-size : 16px;
}
.section2{
  padding: 50px 0px 0px;
}
.slider_wrap{
  width: 400px;
  height: 400px;
}
/* 中央以外のスライド */
.slide {
  height: 400px;
  opacity: 0;
  transform: scale(.1);
}
.slide > img{
	width:220px;
	margin-left: -55px;
}
.slider .slick-center{
	height: 400px;
}
.slider .slick-center  > h4{
	margin: 10px -40px 5px;
}
.slider .slick-center  > p1{
	margin-left: -70px;
	margin-right: -70px;
	line-height: 22px;
}
.prev-arrow {
	margin-right: 300px;
}
.prev-arrow::before,
.next-arrow::before{
    width:40px;
    height:40px;
    left:120px;
}
.sp{
    display: block;	
}
p {
	font-size: 14px;
	
	text-align:center;
	line-height: 30px;
	padding-bottom: 10px;
}
.section3{
	overflow: hidden;
	margin: 0;
	padding: 50px 0px;
	margin-bottom: 30px;
}
.mail_link
{
	height: 45px;
	width: 260px;
	border-color: #eee;
	padding: 10px 0px 10px 40px;
	font-size : 18px;
}
.mail_link:hover
{
	box-shadow : 0 0 10px 6px rgba(0,0,0,0.05);
	transition: 0.5s;
}

footer{
	background: #ddd;
	height: 240px;
	padding:30px 50px;
}
footer > p{
	padding-top: 20px;
	line-height: 20px;
}
footer > img{
	width:150px;
}
.credit{
	padding-top: 15px;
	font-size: 14px;
}
}
/*
--------------------------------------------------------------------------------
for tab
--------------------------------------------------------------------------------
*/
@media (max-width: 400px){
h1{
	padding-top:30px;
	font-size: 35px;
	line-height: 60px;
	letter-spacing: 15px;
}
h2{
	font-size: 16px;
	letter-spacing: 2px;
}
.top > img{
	width: 200px;
	top:80px;
}
.section1{
  padding: 50px 60px 0px;
}
h3{
	padding-top: 30px;
	font-size: 30px;
	line-height: 40px;
}
h4{
	font-size: 16px;
	margin: 0 -40px;
	letter-spacing: 1px;
	line-height: 25px;
}
h5{
	margin: 0px 15px;
	padding-top: 20px;
	padding-left: 5%;
	font-size: 20px;
}
.section2{
  padding: 50px 0px 0px;
}
.slider_wrap{
  width: 300px;
  height: 400px;
}
/* 中央以外のスライド */
.slide {
  height: 400px;
  opacity: 0;
  transform: scale(.1);
}
.slide > img{
	width:220px;
	margin-left: -70px;
}
.slider .slick-center{
	height: 400px;
}
.slider .slick-center  > h4{
	margin: 10px -40px 5px;
}
.slider .slick-center  > p1{
	margin-left: -70px;
	margin-right: -70px;
	line-height: 22px;
}
.prev-arrow {
	margin-right: 300px;
}
.prev-arrow::before,
.next-arrow::before{
    width:30px;
    height:30px;
    left:110px;
}	
footer{
	padding:30px 30px 40px;
}
}
