a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.special_wrapper{
  width: 100%;
  height: 100%;
  display: none;/*jsで出し入れ*/
  opacity: 0;/*jsで出し入れ*/
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
/*---------------------
main
---------------------*/
.slides--special{
  width: 100%;
  height: 100%;
  position: absolute;
  /*leftはjsで指定*/
  background-color: #000;
}
.box--special{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  /*leftはjsで指定*/
}
.box--special_02{
  left: 100%;
}
.box--special_03{
  left: 200%;
}
/*.box--special_03{
  left: 100%;
}*/
.box--special__inner{
  width: 160%;
  position: relative;
  text-align: center;
}
.box--special_02 .box--special__inner{
  width: 135%;
}
.box--special_03 .box--special__inner{
  width: 160%;
}
.img-target{
  width: 100%;
}
.txt--explain{
  font-size: 1.2em;
  text-align: left;
}
/*---------------------
bnr_analyze
---------------------*/
.bnr_analyze{
  width: 146px;
  height: 83px;
  position: absolute;
  top: 13.5%;
  right: 0;
  /*border: 1px solid #fff;*/
  cursor:pointer;
  display: none;
}
.bnr_analyze_inner{
  position: relative;
}
.bnr_circle{
  position:absolute;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  -webkit-border-radius:200px;
  border:1px solid #fff;
  background-image: url(../../images/special/bnr_special.png);
  background-size: 100% auto;
}
.bnr_circle .ring{
  position:absolute;
  width: 106px;
  height: 106px;
  border-radius: 200px;
  -webkit-border-radius:200px;
  border:1px solid #fff;
  top: -4px;
  left: -4px;
}
.bnr_stick{
    position: absolute;
    left: 100px;
    top: 50px;
    width: 35px;
    height: 1px;
    background-color: #fff;
}
.bnr_handle{
    position: absolute;
    left: 120px;
    top: 48px;
    width: 26px;
    height: 5px;
    background-color: #fff;
}
/*---------------------
explain panel
---------------------*/
.box--explain__inner{
  width: 100%;
  height: 0;
  background-color: rgba(10,10,10,1);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: #ccc;
}
.box--explain__content{
  position: relative;
  display: block;
}
.box--explain__inner .btn_close{
    width: 90px;
    height: 90px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 40px;
    right: 20px;
    background: url(../../images/index/close.png) no-repeat left top;
    cursor: pointer;
}
.box--explain__inner .btn_close:hover{
  background:url(../../images/index/close.png) no-repeat left top;
}
.ttl--explain-work{
    padding: 45px 140px 11px 50px;
}
.ttl--explain-work img{
    width: 400px;
}
.txt--explain{
    /*padding: 3% 10% 0 5%;*/
    padding: 40px 140px 0 50px;
}

.box--explain__inner p{
  /*padding: 0.7% 10% 0 5%;*/
  padding: 15px 140px 0 50px;
  text-align: left;
  margin:0;
}
.box--explain__inner .txt--copyright{
  color: #666;
  display: block;
  border-top:1px dotted #666;
  margin:0;
  margin-top: 10px; 
  padding-top: 10px; 

}
/*---------------------
nav
---------------------*/
.special-nav{
}
.special-nav a {
    position: absolute;
    display: table;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 5;
    overflow: hidden;
    background-size: cover;
    cursor: pointer;
}
.special-nav .prev--special {
    left: 0;
}
.special-nav .next--special {
    right: 0;
}
.special-nav .disabled {
    display: none;
}
.arrow_prev,
.arrow_next{
  position: absolute;
  top: 50%;
  margin-top: -38px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 12;
  border-radius: 100px;
  background-color: rgba(255,255,255,0.2);
  border: 2px solid #fff;
  box-sizing: border-box;
}
.arrow_prev:hover,
.arrow_next:hover{
  background-color: rgba(255,255,255,0.6);
}
.arrow_prev{
  padding: 23px 23px 27px 27px ;
  left: 3px;
}
.arrow_next{
  padding: 27px 27px 23px 23px;
  right: 3px;
}
.arrow_prev_inner,
.arrow_next_inner{
  width: 20px;
  height: 20px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.arrow_prev_inner{
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.arrow_next_inner{
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
.special-nav .bg_sp{
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 11;
  position: absolute;
  top:0;
  left: 0;
}
.special-nav .btn_sp_01{
  background:url(../../images/special/btn_sp_01.jpg);
}
.special-nav .btn_sp_02{
  background:url(../../images/special/btn_sp_02.jpg);
}
.special-nav .btn_sp_03{
  background:url(../../images/special/btn_sp_03.jpg);
}
/*---------------------
pointer
---------------------*/
.thumb_explain{
  position: fixed;
  left: -180px;
  bottom: 50px;
  /*left: 50%;/*jsで制御*/
  /*bottom: -330px;/*jsで制御*/
  /*margin-left: -90px;/*jsで制御*/
  z-index: 4;
  width: 180px;
  opacity: 1;
  display: block;
  background-color: #efd222;
  cursor: pointer;
}
.thumb_explain:hover{
  background-color: #fff;
}
.thumb_explain img{
  width: 100%;
}
/*Common-------------*/
.pointer{
  position: absolute;
  z-index:  3;
  cursor: pointer;
  display: block;
  padding: 2%;
}
.pointer:hover .ring{
  background-color: rgba(255, 255, 255, 0.2);
}
.point{
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  border:3px solid #fff;
  border-radius: 100px;
}
.pointer .ring {
  border:1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index:-1;
  border-radius: 100px;
  height: 30px;
  width: 30px;
  top: -7px;  /*A.中心*/
  left: -7px;  /*A.中心*/
}
/*Original-------------*/
.point_1{ top: 25%; left: 50%;}
.point_2{ top: 40%; left: 30%;}
.point_3{ top: 35%; left: 75%;}
.point_4{ top: 56%; left: 50%;}
.point_5{ top: 62%; left: 20%;}
.point_6{ top: 20%; left: 55%;}
.point_7{ top: 29%; left: 72%;}
.point_8{ top: 24%; left: 28%;}
.point_9{ top: 59%; left: 42%;}
.point_10{ top: 37%; left: 36%;}
.point_11{ top: 52%; left: 8%;}
.point_12{ top: 29.5%; left: 78%;}
.point_13{ top: 53%; left: 54.5%;}
.point_14{ top: 44%; left: 69.5%;}
.point_15{ top: 47%; left: 89.5%;}
.content--frontpage .point_1{ top: 13%; left: 52%;}
.content--frontpage .point_2{ top: 32%; left: 35%;}
.content--frontpage .point_3{ top: 24%; left: 83%;}
.content--frontpage .point_4{ top: 50%; left: 53%;}
.content--frontpage .point_5{ top: 58%; left: 20%;}
/*.pointer{
  position: absolute;
  z-index:  3;
  cursor: pointer;
  display: block;
  padding: 3%;
}*/
/*.pointer:hover .ring{
  background-color: rgba(255, 255, 255, 0.2);
}
.point{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border:5px solid #fff;
  border-radius: 100px;
  }
.pointer .ring {
  border:1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index:-1;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  top: -14px;  
  left: -14px;  
}*/

/*.content--frontpage .pointer{ padding: 2%; }
.content--frontpage .point{
  width: 20px;
  height: 20px;
  border:3px solid #fff;
  }
.content--frontpage .pointer .ring {
  height: 30px;
  width: 30px;
  top: -7px;  
  left: -7px;  
}*/
/*-------------------------------------
animation
-------------------------------------*/
.bnr_analyze{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.bnr_analyze:hover{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bnr_analyze .ring {  
  -webkit-animation: pulsate-bnr 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate-bnr 3s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate-bnr 3s ease-out;
  -ms-animation-iteration-count: infinite;
}
.pointer .ring{  
  -webkit-animation: pulsate-ready 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate-ready 3s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate-ready 3s ease-out;
  -ms-animation-iteration-count: infinite;
}
.pointer:hover .ring {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate 2s ease-out;
  -ms-animation-iteration-count: infinite;
  }
/*hover*/
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); }
    50% {opacity: 1;}
  /* リングの大きさ */
    100% {-webkit-transform: scale(7,7); opacity: 0.0;}
}
@-moz-keyframes pulsate {
    0% {-moz-transform: scale(1, 1); }
    50% {opacity: 1;}
  /* リングの大きさ */
    100% {-moz-transform: scale(7,7); opacity: 0.0;}
}
@-ms-keyframes pulsate {
    0% {-moz-transform: scale(1, 1); }
    50% {opacity: 1;}
  /* リングの大きさ */
    100% {-moz-transform: scale(7,7); opacity: 0.0;}
}
/*ready*/
@-webkit-keyframes pulsate-ready {
      0% {-webkit-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-webkit-transform: scale(3, 3); opacity: 0.0;}
}
@-moz-keyframes pulsate-ready {
      0% {-moz-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-moz-transform: scale(3, 3); opacity: 0.0;}
}
@-ms-keyframes pulsate-ready {
      0% {-ms-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-ms-transform:scale(3, 3); opacity: 0.0;}
}
/*ready*/
@-webkit-keyframes pulsate-bnr {
      0% {-webkit-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-webkit-transform: scale(1.4,1.4); opacity: 0.0;}
}
@-moz-keyframes pulsate-bnr {
      0% {-moz-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-moz-transform: scale(1.4,1.4); opacity: 0.0;}
}
@-ms-keyframes pulsate-bnr {
      0% {-ms-transform: scale(1, 1); }
     50% {opacity: 1.0; }
    100% {-ms-transform:scale(1.4,1.4); opacity: 0.0;}
}
/*-------------------------------------
btnback to top
-------------------------------------*/
.btn_close--zoom{
  cursor: pointer;
  position: fixed;    
  top: 50px;
  left: 100px;
  z-index: 10;
  text-indent: 60px;
  line-height: 28px;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #fff;
}
.btn_close--zoom span{
  position: absolute;
  top: 0;
  /*left: 50%;*/
  width: 30px;
  height: 30px;
  margin-left: -10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.btn_close--zoom span:nth-of-type(1){
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: 40px;
}
.btn_close--zoom span:nth-of-type(2){
  left: 20px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.btn_close--zoom span:nth-of-type(3){
  left: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
/*------------------------------------------------------------------------------------
Touch Device
------------------------------------------------------------------------------------*/
/*-------------------------------------
btnback to top
-------------------------------------*/
.special_wrapper-touch .btn_close--zoom-touch {
    cursor: pointer;
    position: fixed;
    top: 15px;
    left: 50%;
    margin-left: -77px;
    z-index: 10;
    text-indent: 33px;
    line-height: 14px;
    font-size: 1.1em;
    letter-spacing: 0.5em;
    color: #fff;
}
.btn_close--zoom-touch span {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    margin-left: -10px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.btn_close--zoom-touch span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  left: 20px;
}
.btn_close--zoom-touch span:nth-of-type(2) {
  left: 10px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.btn_close--zoom-touch span:nth-of-type(3) {
  left: 0;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes sdb {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
/*-------------------------------------
btnback to top
-------------------------------------*/
.indicator{
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #333;
}
.indicator a{
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  background-color: #121212;
  border-right: 1px solid #333;
}
.indicator a:last-child{
  border-right: none;
}
.indicator a.active{
  cursor: default;
  background-color: #FFCA02;
}
.indicator a:before{
  margin-left: -110px;
}
.indicator a.active:after{
  margin-left: -130px;
}
.indicator a img{
  height: 15px;
}
/*-------------------------------------
bnr_analyze
-------------------------------------*/
.bnr_analyze-sp{
  width: 100%;
  padding: 3px 0;
  text-align: center;
  background-color: #110f0d;
  display: none;
}
.bnr_analyze-sp:hover{
  opacity: 0.5;
}
.bnr_analyze-sp .bnr_analyze_inner{
  display: none;
}

/*-------------------------------------
special_wrapper
-------------------------------------*/
.special_wrapper-touch{
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  background-color: #121212;
}
.slideGroup{
  width: 300%;
  background-color: #000;
}
.box--special-touch{
  margin-bottom: 60px;
  float: left;
}
.special_wrapper-touch *{
  margin: 0;
  padding:0;
}
.box--special-touch02{
  
}
.box--special-touch03{
  
}
/*-------------------------------------
ttl txt
-------------------------------------*/
.special_wrapper-touch .ttl--special-touch{
  margin: 20px 0;
}
.special_wrapper-touch .txt--special-touch{
  padding: 30px 30px 80px 30px;
}
.special_wrapper-touch .box--explain{
    margin: 20px 0;
    padding: 35px 0 5px;
    border-top: 1px dotted #333;
}
.special_wrapper-touch .thumb_explain-touch{
  margin-bottom: 20px;

}
.special_wrapper-touch .txt_explain-touch{

}

.special_wrapper-touch .txt--strong{
  margin-bottom: 10px;
  font-size: 1.3em;
}

/*-------------------------------------
queries
-------------------------------------*/
@media screen and (min-width: 992px) {
  .bnr_analyze-sp{
    width: 146px;
    height: 83px;
    position: absolute;
    top: 13.5%;
    right: 0;
    cursor:pointer;
    background-color: transparent;
    text-align: left;
    padding: 0;

  }
  .bnr_analyze-sp .bnr_analyze_inner{
    display: block;
  }
  .bnr_analyze-sp img{
    display: none;
  }
  .indicator{
    height: 50px;
  }
  .fixed-bottom {
    width: 66.66666667%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .fixed-top {
    width: 66.66666667%;
    position: fixed;
    top: 0;
  }
  .special_wrapper-touch .thumb_explain-touch{
    padding-right: 0;
  }
  .special_wrapper-touch .btn_close--zoom-touch {
    top: 30px;
    left: 30px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .special_wrapper-touch .thumb_explain-touch {
    padding-right: 20px;
  }
}

/*-------------------------------------
headline
-------------------------------------*/
.headline{
    background-color: #FFCA02;
    color: #333;
    padding: 5px 5px 9px;
    text-align: center;
}
.headline_inner{
  padding-top: 3px;
  text-align: center;
  display: inline-block;
}
.headline a{
  color: inherit;
}
.date--headline{
  padding-right: 15px;
}
.content--headline:after{
  content: ">>";
  padding-left: 10px;
}
.share__item{
  padding-left: 20px;
  display: inline-block;
}
.share__item li:first-child{
  width: 79px;
}
.share__item li{
  display: inline-block;
  padding-left: 2px;
  text-align: center;
}
.btn__sns{
  width: 100%;
  display: block;
  position: absolute;
  bottom: 20px;
  padding-top: 15px;
  padding-left: 55px;
  border-top:1px solid #666;
}
.btn__sns .share__item ul li{
  text-align: left;
}
.btn__sns .share__item ul li a{
  padding:0;
}
.fb-like{
    /*margin-bottom: 14px;*/
}
@media screen and (max-width: 991px) {
  .headline{
    font-size: 0.9em;
    letter-spacing: 0;
  }
  .date--headline{
    padding-right: 3px;
  }
  .content--headline:after{
    content: ">>";
    padding-left: 0;
}
}
