@charset "utf-8";
* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
  font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  line-height: 1.5em;
}
ul,ol {
  list-style-type:none;
}
a:hover {
  opacity:1.0;
}
a:focus {
  outline: none;
}
.content_wrap {
  max-width: 750px;
  margin:0 auto;
  overflow: hidden;
}
.content_wrap2 {
  max-width: 750px;
  margin:0 auto;
  overflow: hidden;
  padding-bottom:230px;
}
.content_wrap img {
  height:auto;
  display: block;
  height: auto;
  vertical-align:top;
  border: 0;
  max-width: 100%;
  margin:0;
}
.content_wrap video {
  width: 100%;
  display: block;
  height: auto;
  vertical-align:top;
  border: 0;
  outline: none;
}
.content_wrap a {
  display: block;
}
.content_wrap .rl {
  position: relative;
}
.content_wrap .sld {
  opacity: 0;
  transition: opacity .3s linear;
}
.content_wrap .sld.slick-initialized {
  opacity: 1;
}
.content_wrap .video01 {
  position: absolute;
  width: 46.66%;
  right:-2.3%;
  top:0%;
  z-index: -1;
}
.content_wrap .video02 {
  position: absolute;
  z-index: -1;
  width: 100%;
  left:0;
  bottom:0;
}
.content_wrap .slide01 {
  width: 100%;
  position: absolute;
  left:0;
  top:27.5%;
}
.content_wrap .slide01 img {
  width: 95%;
}
.content_wrap .btn01 {
  position: absolute;
  width: 90.93%;
  top:74.35%;
  left:5.73%;
}
.content_wrap .lnk01 {
  position: absolute;
  width: 23.73%;
  top:80.6%;
  left:6.53%;
}
.content_wrap .pt01 {
  position: absolute;
  width: 24.26%;
  top:-4%;
  left:11.6%;
  z-index: 2;
}
.content_wrap .btm {
  width: 750px;
  position: fixed;
  bottom:0;
  left:50%;
  margin-left:-375px;
  z-index:3;
  display: none;
}
.content_wrap .btm .btm-btn {
  position: absolute;
  width: 41.2%;
  top:6.95%;
  right:1%;
}
.content_wrap .video06 {
  position: absolute;
  z-index: -1;
  width: 100%;
  left:0;
  bottom:0;
}
.content_wrap .video07 {
  position: absolute;
  z-index: -1;
  width: 100%;
  left:0;
  top:0;
}
.content_wrap .fnavi {
  padding:90px 0 40px 0;
  background: #f5f0ee;
  display: flex;
  justify-content: center;
}
.content_wrap .fnavi li {
  padding:0 15px;
  line-height: 1.1em;
}
.content_wrap .fnavi li:not(:nth-of-type(1)) {
  border-left:1px solid #000;
}
.content_wrap .fnavi li a {
  color:#000;
  display: block;
  opacity: 1;
  text-decoration: none;
  font-size:20px;
}
.content_wrap .fnavi li a:hover {
  text-decoration: underline;
}
@media(max-width:749px) {
  .content_wrap2 {
    padding-bottom:30.66vw;
  }
  .content_wrap .btm {
    width: 100%;
    bottom:0;
    left:0;
    margin-left:0;
  }
  .content_wrap img {
    width: 100%;
  }
  .content_wrap .fnavi {
    padding:12vw 0 5.33vw 0;
  }
  .content_wrap .fnavi li {
    padding:0 2vw;
  }
  .content_wrap .fnavi li a {
    font-size:2.8vw;
  }
  .content_wrap .fnavi li a:hover {
    text-decoration: none;
  }
}
