@charset "UTF-8";

html,body,main {
  padding: 0;
  margin: 0;
  height: auto;
}

iframe {
  border: none;
}

.ft-inner {
  position: absolute;
top: 150px;
left: 0;
right: 0;
margin: auto;
}

.ft-inner a {
  text-decoration: none;
}

.ft-bnrbox {
  width: 1240px;
}

#inline-frame {
  overflow: scroll;
}
.mask {
  display: none;
}
@media screen and (min-width: 1280px) {
	body{
        overflow: hidden;
    overflow: scroll;
    height: auto;
	}
	.main{
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
        overflow: hidden;
	}
}
html {
	text-align: center;
	margin:auto;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: scroll;
}
header {
  position: absolute;
  top: -60px;
  left:0;
  right: 0;
  margin: auto;
}
.light-box{
	display: none;
}

.main {
   min-height: calc(100vh - 235px);
    position: relative;
    box-sizing: border-box;
    min-width: 1200px;
	overflow-x: hidden;
}
@media all and (-ms-high-contrast: none) {
  /* ieのみ */
  .main {
	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;
}
.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:1.5rem;
}
.wrapper{
	position: absolute;
	top:0;
	width: 100%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.content{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg_img{
	width: 100%;
	height: auto;
}
.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;
}


.panel01 {
    top: 98px;
    left: 30px;
}
.item01 {
    bottom: 105px;
    left: -15px;
    z-index: 5;
}

.video_box{
    position: absolute;
    top: 85px;
    left: 18px;
}
.video_box .link_btn {
	top: -10px;
	right: -10px;
}
.video_cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}

.item02 {
    bottom: 100px;
    left: 50px;
}
.item02 .link_btn {
    top: 30px;
}
.item03 {
    bottom: 85px;
    left: 25px;
    z-index: 5;
}
.item04 {
    bottom: -100px;
    left: 20px;
}
.item04_01 {
    right: auto;
    left: 260px;
    top: 155px;
}
.item04_02 {
    right: 260px;
    top: 155px;
}
.item04_02 {
    right: 230px;
    top: 60px;
}
.cata01 {
    top: 137px;
    left: 33px;
}
.cata02 {
    top: 190px;
    left: 34px;
}
.cata03 {
    top: 357px;
    left: 33px;
}
.cata01 .link_btn,.cata02 .link_btn,.cata03 .link_btn{
	top: 0px;
}



.img02 {
    top: 100px;
    left: 136px;
}
.img03 {
    top: 100px;
    right: 303px;
}
.img04 {
    top: 100px;
    right: 159px;
}
.item05 {
    bottom: 129px;
    left: 238px;
}
.item06 {
    bottom: 131px;
    left: 346px;
}
.item07 {
    bottom: 135px;
    right: 174px;
}

.companion {
    right: -10px;
    bottom: 155px;
}
.companion img {
    width: 150px;
}
.pc {
    right: 45px;
    bottom: 148px;
}
.contact {
    right: 19px;
    bottom: 34px;
	z-index: 5;
}

/*light-box*/

.featherlight .featherlight-content {
    width: 540px;
}
.lb-title {
    font-size: 160%;
    margin-bottom: 30px;
}
.lb-img {
    text-align: center;
}
.lb-text {
    margin-top: 20px;
}
.lb-link {
    font-size: 93%;
    margin-top: 1em;
}

@media screen and (min-width: 767px) {
  .mask {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0,0,0,.75);
    top: 0;
    left: 0;
    color: #fff;
    font-size: 2.4rem;
    transition: .3s;
  }
  .mask.hide {
    opacity: 0;
    pointer-events: none;
  }
  .mask_tips {
    margin-top: 40px;
  }
  .mask_img {
    animation: 2s ease-in-out 1s infinite reverse both running roll;
    transition: .5s;
  }
  .hide .mask_img {
    animation: none;
    transform: rotate(90deg);
  }
  @keyframes roll {
    0%{
      transform: rotate(0);
    }
    20%{
      transform: rotate(10deg);
    }
    40%{
      transform: rotate(-10deg);
    }
    60%{
      transform: rotate(10deg);
    }
    80%{
      transform: rotate(0);
    }
  }
}

@media print{
  main {
    display: none;
  }
  body {
    background: url("../img/print.png") no-repeat;
    background-size: cover;
    width: 100%;
  }
}
