@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_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;
}
.btm-fix2 {
  position: fixed;
  left:50%;
  margin-left:-375px;
  bottom:0;
  width: 750px;
  height:200px;
  z-index: 10;
  display: none;
}
.btm-fix2 a {
  display: block;
}
.btm-fix2 .btm_btn2 {
  position: absolute;
  width: 40.66%;
  top:8.5%;
  right:0.93%;
}
.content_wrap .btn01 {
  position: absolute;
  width: 91.6%;
  top:87.33%;
  left:4%;
}
.content_wrap .hk_btn {
  position: absolute;
  width: 66.13%;
  top:38.63%;
  left:16.66%;
}
.content_wrap .video01 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top:24%;
  left:0;
}
.content_wrap .video02 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top:28.1%;
  left:0;
}
.content_wrap .video03 {
  position: absolute;
  width: 92%;
  height:416px;
  top:28.4%;
  left:4%;
}
.content_wrap .video03 video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content_wrap .pt01 {
  position: absolute;
  z-index: 2;
  width: 18.93%;
  right:0;
  top:6.2%;
}
.content_wrap .video04 {
  position: absolute;
  width: 84%;
  top:37.32%;
  left:0;
}
.content_wrap .pt02 {
  position: absolute;
  z-index: 2;
  width: 34.4%;
  top:28.34%;
  left:65.3%;
}
.content_wrap .video05 {
  position: absolute;
  width: 84%;
  right:0;
  top:7.44%;
}
.content_wrap .pt03 {
  position: absolute;
  z-index: 2;
  width: 34.4%;
  top:1.14%;
  left:1.6%;
}
.content_wrap .slide01 {
  position: absolute;
  left:0;
  top:32.9%;
  width: 100%;
  padding-left:6.6%;
}
.content_wrap .slide01 .slick-slide {
  margin: 0 26px;
}
.content_wrap .slide01 .slick-list {
  padding:0 21% 0 0!important;
}
.content_wrap .slide01 .slick-dots {
 left:50%;
 display: flex;
 position: absolute;
 bottom: -13%;
 transform: translateX(-50%);
 width: auto!important;
}
.content_wrap .slide01 .slick-dots button {
 width: 11px;
 height: 11px;
 border-radius: 50%;
 border: none;
 outline: none;
 background: #f9dcd9;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 text-indent: -9999px;
 cursor: pointer;
}
.content_wrap .slide01 .slick-dots button:focus {
 border: none;
 outline: none;
}
.content_wrap .slide01 .slick-dots li {
 margin: 0 6px;
 width: auto!important;
}
.content_wrap .slide01 .slick-dots .slick-active button {
 background: #ec8980;
}
.content_wrap .accordionlist {
  padding:50px 0 70px 0;
}
.content_wrap .accordionlist dt {
  position: relative;
  cursor: pointer;
  padding:0 4%;
}
.content_wrap .accordionlist dt:before {
  position: absolute;
  content: "";
  top: 0;
  width: 20px;
  background: #e60115;
  height: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 50%;
  right: 9.6%;
  transition: .3s all;
}
.content_wrap .accordionlist dt:after {
  position: absolute;
  content: "";
  top: 0;
  width: 20px;
  background: #e60115;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  top: 50%;
  right: 9.6%;
  transition: .3s all;
}
.content_wrap .accordionlist dt.active:before {
  display: none;
}
.content_wrap .accordionlist dt.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.content_wrap .accordionlist dd {
  display: none;
}
@media(max-width:749px) {
  .content_wrap img {
    width: 100%;
  }
  .btm-fix2 {
    left:auto;
    margin-left:0;
    width: 100%;
    height:26.66vw;
  }

  .content_wrap .video03 {
    height:55.6vw;
  }
  .content_wrap .slide01 .slick-slide {
    margin: 0 3.46vw;
  }
  .content_wrap .slide01 .slick-dots button {
   width: 7px;
   height: 7px;
  }
  .content_wrap .slide01 .slick-dots li {
   margin: 0 4px;
  }
  .content_wrap .slide01 .slick-dots {
    bottom:-20%;
  }
  .content_wrap .accordionlist {
    padding:6.66vw 0 9.33vw 0;
  }
  .content_wrap .accordionlist dt:before {
    width: 2.66vw;
  }
  .content_wrap .accordionlist dt:after {
    width: 2.66vw;
  }
}@charset "UTF-8";
/* CSS Document */

