@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;
  overflow: hidden;
}
.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: 4rem;
	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;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  box-sizing: border-box;
}
.bg_img{
	pointer-events: none;
}
.left,.center,.right{
	position: relative;
}

.link_btn{
	position: absolute;
    top: -30px;
    right: -20px;
   	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;
}

.img01 {
    top: 97px;
    left:147px;
}
.img_04 {
   top: 99px;
    left: 26px;
}
.item01 {
    bottom: 137px;
    left: 45px;
}
.item01 .link_btn{
  top: -18px;
}
video{
    max-width: 100%;
    height: 157px;
}
.video_box{
    position: absolute;
    top: 84px;
    left: 16px;
}
.video_box.video_02 {
    position: absolute;
    top: 98px;
    left: 148px;
    width: 228px;
    height: 150px;
}
.video_box.video_03 {
    position: absolute;
    top: 99px;
    left: 408px;
    width: 228px;
    height: 150px;
}
.video_box .link_btn {
    top: -25px;
    right: -24px;
    z-index: 9;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}


.item02 {
    bottom: 120px;
    left: 60px;
}
.item03 {
    bottom: 120px;
    left: 175px;
}
.item02 .link_btn {
    top: -25px;
    right: -9px;
}
.item04 {
    bottom: 135px;
        left: 140px;
    min-height: 104px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.item04 .link_btn {
    top: -25px;
    right: -9px;
}
.cata01 {
    top: 137px;
    left: 33px;
}
.cata02 {
    top: 247px;
    left: 33px;
}
.cata03 {
    top: 357px;
    left: 33px;
}
.cata01 .link_btn,.cata02 .link_btn,.cata03 .link_btn{
	top: 0px;
}



.img02 {
    top: 30px;
    left: 10px;
}

.img03 {
    top: 100px;
    right:179px;
}
.img04 {
    top: 100px;
    right: 185px;

}
.item04 .link_btn{
  top: -17px;
}
.item05 {
bottom: 136px;
    left: 243px;
min-height: 104px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.item05 .link_btn{
  top: -15px;
}

.item06 {
    bottom: 131px;
    left: 346px;
min-height: 104px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.item06 .link_btn{
  top: -20px;
}


.item07 {
    bottom: 135px;
    right: 299px;
min-height: 104px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.item07 .link_btn{
  top: -15px;
}
.item08 {
bottom: 135px;
    right: 205px;
min-height:79px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.item08 .link_btn{
  top: -20px;
}
.item09 {
    top: 103px;
    left: 378px;
}
.item10 {
    top: 103px;
    left: 638px;
}
.companion {
    right: 0px;
    bottom: 155px;
}
.companion img {
    width: 150px;
}
.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
}
.panel_01 {
    bottom: 70px;
    left: 26px;
}
.panel_02 {
    bottom: 48px;
    left: 34px;
}
.panel_03 {
    bottom: 49px;
    left: 157px;
}
.panel_04 {
    bottom: 64px;
    left: 144px;
}
.panel_05 {
bottom: 64px;
    left: 242px;
}
.panel_06 {
    bottom: 64px;
    left: 341px;
}
.panel_07 {
    bottom: 64px;
    left: 440px;
}
.panel_08 {
    bottom: 64px;
    left: 537px;
}
/*light-box*/
.light-box.small{
  width: 540px;
}
.light-box {
    /*width: 540px;*/
  width: 980px;
}
.light-box.large {
    width: 980px;
}
.lb-title {
    font-size: 160%;
    margin-bottom: 30px;
}
.lb-img {
    text-align: center;
    margin-top: 30px;
}
.lb-img img{
  max-width: 100%;
  height: auto;
}

.lb-img.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list video {
    width: 49%;
    margin-top: 10px;
    height: fit-content;
}
iframe {
    width: 100%;
    height: 303px;
}
iframe.video {
    height: 157px;
}
.video_02 iframe.video,
.video_03 iframe.video {
    height: 150px;
}
.video_over{
    position: relative;
    z-index: 3;
    opacity: 0;
}
.list iframe {
    width: 49%;
    margin-top: 10px;
    height: 256px;
}
.lb-text {
    margin-top: 20px;
}
.lb-link {
    font-size: 93%;
    margin-top: 1em;
}


.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    font-size: 4rem;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255,255,255,.3);
    color: #000;
    border: 0;
    padding: 0;
}

@media screen and ( max-width: 1200px ){
  body{
    min-width: 1280px;
  -webkit-text-size-adjust: 100%;
  }
  .main {
    min-height:inherit;
    background-size: cover;
    height: 800px;
  }
  .modaal-inner-wrapper{
    min-width: 1000px;
  }
  .light-box,.light-box.small{
    width: 100%;
  }
}
@media print{
  body{
    height: 1622px;
    transform:scale(0.80);
  }

}