@charset "UTF-8";
html {
	text-align: center;
	margin:auto;
}

body {
  margin: 0;
  padding: 0;
}
.light-box{
	display: none;
}

.main {
    background: url(../img/main_bg.png) center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-top: 100px;
    box-sizing: border-box;
    min-width: 1200px;
}
.title{
	background: url("../img/title_bg.png")no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 15px 70px;
	margin-bottom: 20px;
    min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
    
}
.title h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "sans-serif";
	font-size: 3rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title .sub{
	font-size:2.4rem;
}
.wrapper{
	position: absolute;
	top:50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg_img{
	pointer-events: none;
}
.left,.center,.right{
	position: relative;
}

.link_btn{
	position: absolute;
	top: -25px;
	right:-25px;
   	/* animation: pulsate 2s ease-out;
	animation-iteration-count: infinite; */
	}
@keyframes pulsate {
    0%   { opacity: 0.5 }
    50%  { opacity: 1; }
    100% { opacity: 0.5 ;}
}

/*absolute*/
.absolute{
	position: absolute;
}

.video_box {
    position: absolute;
    left: 12px;
    bottom: 144px;
}
.video_box .link_btn {
	top: -10px;
	right: -10px;
    z-index: 2;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}


.img01 {
    left: 30px;
    bottom: 180px;
}
.img01_2 {
    right: 15px;
    bottom: 180px;
}
.img02 {
    top: 100px;
    left: 40px;
}
.img03 {
    top: 100px;
    right: 309px;
}
.img04 {
    top: 100px;
    right: 165px;
}
.img05 {
    top: 276px;
    left: 40px;
}
.img06 {
    top: 276px;
    right: 309px;
}
.img07 {
    top: 276px;
    right: 165px;
}


.companion {
    right: -15px;
    bottom: 155px;
}
.companion img {
    width: 150px;
}
.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
}

/*light-box*/

.featherlight .featherlight-content {
    max-width: 90vw;
}
.lb-title {
    font-size: 160%;
    margin-bottom: 30px;
}
.lb-img {
    text-align: center;
    max-width: 100%;
}
.lb-img img {
    text-align: center;
    max-width: 100%;
    height: 80vh;
    
}
.lb-text {
    margin-top: 20px;
}
.lb-link {
    font-size: 93%;
    margin-top: 1em;
}
.lb-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 60%;
    margin: auto;
    color: #fff;
    padding: 10px 0;
    font-size: 1.8rem;
    font-weight: bold;
}
#lb_01 .lb-btn a{
    background: #00a040;
}
#lb_02 .lb-btn a{
    background: #5877ba;
}
#lb_03 .lb-btn a{
    background: #e95676;
}
#lb_04 .lb-btn a{
    background: #d7c301;
}
#lb_05 .lb-btn a{
    background: #000;
}
#lb_06 .lb-btn a{
    background: #f39938;
}


.video_all {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.all_right{
    margin-left: 30px;
    margin-top: 10px;
}
.all_midashi {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #c8151d;
}
.all_midashi--sub {
    font-size: 2rem;
}
.all_detail{
    margin-top: 10px;
}
.video_title {
    display: flex;
    align-items: center;
    color: #c8151d;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 10px;
    border-left: 5px solid #c8151d;
    line-height: 1.2;
}
.video_part {
    display: flex;
    flex-wrap: wrap;
    max-width: 650px;
    justify-content: space-between;
    margin-top: 20px;
}
.video_card{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.video_part .video_title {
    font-size: 1.3rem;
}
.video_card {
    margin: 10px 0;
}



/*
@media screen and (max-width: 767px) {
	.wrapper{
		top: 10%;
		bottom: auto;
	}
}*/
