@import "base.css";


/* 
------------------------------------------------------------ */
a {
	color:#0078ff;
	text-decoration:underline;
}

a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
    vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
	
}


body {
	color:#333;
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Noto Serif JP', serif;
	/*font-family: -apple-system, BlinkMacSystemFont , '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height:180%;
	background-color:#fff;
	text-align:center;
	position:relative;
}






#main-wrapper{
	position:relative;
}



/* ローダー
--------------------------------------------*/

.bound {
  animation: bound 1.0s linear infinite;
}
.bound img{
    display: block;
    margin-bottom: 10px;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px) scaleY(1);
  }
}




.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: 10000000;
}

.loader p{
    text-indent: -9999px;
    background: url("../../images/loading.png") center center no-repeat;
    background-size: 300px auto;
    width: 480px;
    height: 220px;
}




/* ヘッダー 
--------------------------------------------*/
#header {
    position: absolute;
    z-index: 200;
}
#header-inner{
    display: inline-block;
    background-color: #151515;
    padding: 30px 80px 30px 50px;
}
#header-inner h1{
     text-align: center;
}
#header-inner h1 img{
    vertical-align: middle;
}
#header-inner h1 span{
    display: inline-block;
    width: 84px;
    padding-right: 50px;
}
#header-inner h1 p{
    display: inline-block;
    width: 371px;
}

/* フッター 
--------------------------------------------*/
#footer{
    background-color: #323232;
    
    letter-spacing: 0.1em;
    color: #fff;

}

#footer .content-inner{
    display: table;
}

#footer .footer-btn{

    display: table-cell;
    
    vertical-align: middle;
}
#footer .footer-copy{

    text-align: right;
    display: table-cell;
    
    vertical-align: middle;
}


#footer .footer-btn .btn-web a{
    display: block;
    text-decoration: none;
    background-color: #444;
    color: #fff;
    padding: 40px 50px;
    text-align: center;
    line-height: 160%;
}
#footer .footer-btn .btn-web a p{
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid #dcdcdc 1px;
}
#footer .footer-btn .btn-web a span{
    display: block;
    font-size: 13px;
}

#footer .footer-logo{
    font-size: 11px;
    line-height: 130%;
    display: inline-block;
    background: url("../../images/logo_footer.png") left center no-repeat;
    background-size: 65px auto;
    padding-left: 75px;
    padding-right: 0.3em;
    text-align: right;
}
#footer .copy{
    font-size: 11px;
    line-height: 130%;
    text-align: right;
    margin-top: 15px;
}

/* ボタン 
--------------------------------------------*/
.btn-link{
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	/**/
  	box-shadow: 2px 2px 4px gray;

}


.btn-movie{
    display: inline-block;
    line-height: 100%;
}
.btn-movie a {
    display: inline-block;
    padding: 0px 15px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: solid #dadada 1px;
    cursor: pointer;
    background-color: #fff;
}
.btn-movie a span{
    display: block;
    background: url("../../images/icon_arrow.png") right center no-repeat;
    background-size: auto 16px;
    padding: 10px 30px 10px 0px;
}

.btn-youtube{
    display: inline-block;
    line-height: 100%;
    margin-left: 8px;
}
.btn-youtube a {
    display: inline-block;
    padding: 0px 15px 0 20px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: solid #dadada 1px;
    cursor: pointer;
    background-color: #f8f8f8;
}
.btn-youtube a span{
    display: block;
    background: url("../../images/btn_youtube.png") right center no-repeat;
    background-size: auto 20px;
    padding: 10px 50px 10px 0px;
}



.btn-more{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn-more a{
    display: inline-block;
    background-color: #707070;
    color: #fff;
    padding: 0 15px;
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
    text-decoration: none;
    cursor: pointer;
}
.btn-more a span{
    display: block;
    padding: 12px 30px 12px 15px;
    min-width: 100px;
    line-height: 100%;
    background: url("../../images/icon_more.png") right center no-repeat;
    background-size: 12px auto;
}

.btn-more.current{
    display: none;
}




.title{
    font-size: 33px;
    line-height: 160%;
    letter-spacing: 0.2em;
    font-weight: 200;
}
.sub-title{
    font-size: 20px;
    display: block;
    margin-top: 10px;
    color: #979797;
    line-height: 160%;
    letter-spacing: 0.25em;
    font-weight: 200;
}



/**/
.thum-img{
    position: relative;
}
.thum-img .over:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.20);
    top:0;
    left: 0;
    z-index: 10;
}

.thum-img .icon-day{
    position: absolute;
    bottom:8px;
    right: 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 110%;
    color: #fff;
    border: solid #fff 1px;
    padding: 3px 12px;
    z-index: 20;
}

.thum-img .icon-new{
    position: absolute;
    top:-20px;
    left: -20px;
    z-index: 30;
    display: table;
    width: 80px;
    height: 80px;
    border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
    background-color: #0d87b5;
}
.thum-img .icon-new span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}


.thum-img .icon-cat{
    position: absolute;
    z-index: 35;
    top:8px;
    right: 8px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 100%;
    min-width: 80px;
    text-align: center;
    background-color: rgba(0,0,0,0.80);
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    letter-spacing: 0.15em;
}

/**/
.movie-item .movie-modal-btn .thum-img{
    position: relative;
}
.movie-item .movie-modal-btn .thum-img:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 40;
    background: url("../../images/btn_movie.png") center  center no-repeat;
    background-size: auto 50px;
    cursor: pointer;
}


.movie-item a{
    display: block;
    text-decoration: none;
    color: #333;
}
.movie-item .txtbox{
    padding-top: 15px;
    text-align: left;
}
.movie-item .txtbox h3{
    display: inline-block;
    background-color: #323232;
    color: #fff;
    font-weight: normal;
    line-height: 100%;
    padding: 5px 15px;
    letter-spacing: 0.15em;
}
.movie-item .txtbox p{
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    line-height: 150%;
}

/**/
.archive-area .movie-item{
    padding-bottom: 40px;
}
.archive-area .movie-item .txtbox{
    padding-top: 10px;
}
.archive-area .movie-item .txtbox h3{
    display: block;
    background-color: transparent;
    color: #333;
    font-weight: normal;
    font-size:16px;
    line-height: 150%;
    padding: 0px 0px 10px 0;
    border-bottom: solid #d2d2d2 1px;
}
.archive-area .movie-item .txtbox p{
    margin-top: 10px;
    font-size: 12px;
}


/**/
.archive-area-inner{
    display: none;
}
.archive-area-inner.first-archive{
    display: block;
}
.archive-area-inner.current{
    /*display: block;*/
}

.end-btn{    
    text-align: center;
    padding: 40px 40px 20px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    border: solid #d2d2d2 1px;
    background-color: #fff;
}
.end-btn p{
    color: #333;
}

.archive-area .btn-youtube{
    display: inline-block;
    text-align: center;
    line-height: 100%;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* 
--------------------------------------------*/
.pickup-area{
    padding: 75px 0;
}

.pickup-inner{
    position: relative;
    display: table;
    width: 100%;
}
.pickup-inner .imgbox{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 600px;
}
.pickup-inner .txtbox{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 63px;
}


.pickup-inner .title{
    font-size: 36px;
}

.pickup-inner .imgbox a{
    display: block;
}
.pickup-inner .txtbox p{
    margin-top: 30px;
    letter-spacing: 0.1em;
    line-height: 220%;
}


.btn-block{
    margin-top: 30px;
}



/* 
--------------------------------------------*/
.movie-area{
    padding: 60px 0;
}
.bg-color{
    background-color: #f8f8f8;
    border-bottom: solid #ededed 1px;
    border-top: solid #ededed 1px;
}

.movie-area-head{
    display: table;
    width: 100%;
}
.movie-area-head .movie-area-title{
    display: table-cell;
    width: 460px;
    vertical-align: middle;
}
.movie-area-head .movie-area-read{
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 70px;
    border-left: solid #d2d2d2 1px;
    line-height: 220%;
}
.movie-area-head .movie-area-title .sub-title{
    margin-top: 15px;
}


.movie-slide-wrapp{
    margin-top: 60px;
}


/* 
--------------------------------------------*/
.archive-area{
    padding: 70px 0 40px 0;
    background-color: #f8f8f8;
}
.archive-area .title{
    font-size: 28px;
    padding-bottom: 60px;
    text-align: center;
}



/* メインムービー 
--------------------------------------------*/

.mv-area-wrapp{
    position: relative;
    min-width:1280px;
}

.mv-area-wrapp .mv-title{
    position: absolute;
    width: auto;
    text-align: left;
    font-weight: normal;
    right: 0;
    bottom:0px;
    z-index: 100; 
}
.mv-area-wrapp .mv-title h2{
    color: #fff;
    font-size: 52px;
    letter-spacing: 0.2em;
    padding-left: 60px;
    font-weight: 200;
    display: inline-block;
    background-color: rgba(0,0,0,1);
    line-height: 110%;
    padding: 15px 20px 15px 20px;
}



.mv-area{
    position: relative;
    overflow: hidden;
    max-height: 800px;
}
.mv-area-inner{
    
    width: 110%;
    margin-left: -5%;
}


.mv-area .mv-title.fixed{
    position: fixed;
}


.btn-scroll{
    position: absolute;
    z-index: 200;
    width: 100%;
    left: 0;
    bottom:0;
    text-align: center;
}
.btn-scroll.fixed{
    position: fixed;
}


.mv {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.mv video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mv .content {
  width: 110%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}


.mv:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../images/mv_over.png") center center repeat;
    position: absolute;
    top:0;
    left: 0;
    z-index: 100;
}




/* slick Slider */


.slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  
  
.slider li{
    padding: 0 20px;
}
  
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 5px;
  }	
			
.slick-next {
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
            
            
    opacity: 0;
    
    position: absolute;
    top:15px;
    right:8% !important;

    margin-right: -30px;
    z-index: 99;

	text-indent: -9999px;
	width:30px !important;
	/*height:180px script制御;*/
	background: #fff url("../../images/btn_next.png") center center no-repeat;
	background-size: 8px auto;
	cursor:pointer;
    border: solid #dadada 1px;
    -webkit-appearance: none;
}
.slick-prev {
    /**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
            
            
    opacity: 0;
        
    position: absolute;
    top:15px;
    left: 8% !important;

    margin-left: -30px;
    z-index: 100;

	text-indent: -9999px;
	width:30px !important;
	/*height:180px script制御;*/
	background: #fff url("../../images/btn_prev.png") center center no-repeat;
	background-size: 8px auto;
	cursor:pointer;
    border: solid #dadada 1px;
    -webkit-appearance: none;
}



/*基本*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
