@charset "utf-8";
/* CSS Document */

/*===========================
#cpBox
=============================*/
body{
  margin:0;
  padding:0;
  background:#FFF;
}

/*メインビジュアル　ロゴのリンク設定*/
.cm-mainbox{
  position: relative;
  width: 980px;
  margin:0 auto; 
}

.cm-mainbox div a{
  position: absolute;
  width: 179px;
  height: 61px;
  top: 37px;
  right: 41px;
  opacity: 0;
}

#main .fixBtn{
  bottom: 180px;
}

#main .fixBtn img{ 
  width: 150px;
}

#main .fixBtn a:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

#main .fixBtn a {
    transition-duration: 0.5s;
}

@media screen and (max-width: 897px){ 
  #main .fixBtn {
    margin: 0;
    padding: 0;
    background-color: inherit;
    width: auto;
    transform: translateY(0);
    text-align: right;
    top: auto;
    right: auto;
    right: 5px;
    bottom: 5px;
    box-sizing: border-box;
    z-index: 1500;
  }
  #main .fixBtn img{
    width: 100px;
  }
}

@media screen and (max-width: 560px){
  .cm-mainbox{
    width: auto;
    margin:0 auto; 
  }
  .cm-mainbox div a {
    width: 25vw;
    height: 5vh;
    top: 4%;
    right: 4%;
  }
}




/*ナビゲーション*/
.flex-container-nav{
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.flex-container-nav p{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: #ff2d14;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  z-index: 1000;
}

#main .stepup_selling .comLinkUl {
    margin: 0px auto 0px;
    display: flex;
    justify-content:center;
    max-width: 980px;
}

#main .comLinkUl li {
    margin: 0px 0px 0;
}

#main .comLinkUl a {
    padding-bottom: 0;
    padding-top: 8px;
    min-width: 201px;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    border: none;
    color: #ff2d14;
    padding: 27px 0px 20px;
    border: 2px solid #ff2d14;
    width: 241px;
}

#main .comLinkUl a:hover {
    color: #fff;
    background: #ff2d14;
}


#main .comLinkUl li:nth-child(3) a, #main .comLinkUl li:nth-child(4) a {
    padding-bottom: 28px;
    padding-top: 19px;
}

#main .comLinkUl a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    border-bottom: 2px solid #ff2d14;
    border-right: 2px solid #ff2d14;
    transform: translateX(-50%) rotate(45deg);
}

#main .comLinkUl a:hover::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

#main .comLinkUl li:nth-child(3) a::after, #main .comLinkUl li:nth-child(4) a::after{
  bottom: 6px;
} 

/*タブレット--------------------------------*/
@media (max-width: 896px){
  #main .cm-mainbox {
      width: auto;
  }

  .cm-mainbox div a:hover {
    opacity: 0 !important;
  }

  .flex-container-nav {
      width: 100%;
  }

  #main .comLinkUl li {
      width: calc(25% - 0.5px);
  }
  #main .comLinkUl a {
    padding: 27px 0px 20px;
    width: 100%;
    font-size: 1.3rem;
    min-width: auto;
  }
  #main .comLinkUl li:nth-child(3) a, #main .comLinkUl li:nth-child(4) a {
    padding-bottom: 28px;
    padding-top: 19px;
  }
  .flex-container-nav.scrollNav {
      width: 100%;
  }


}



/*スマホビュー--------------------------------------*/
@media screen and (max-width: 560px){
.flex-container-nav p {
    width: 100%;
}

.flex-container-nav {
    width: 100%;
    margin: 0 auto;
}
#main .stepup_selling .comLinkUl {
    margin: 0px auto 0px;
    display: flex;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
}

#main .comLinkUl li {
    margin: 0px 0px 0;
    width: 50%;
}

#main .comLinkUl a {
    min-width: 49vw;
    display: inline-block;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    padding: 28px 0px 14px 0;
    border: 2px solid #ff2d14;
    width: auto;
}

#main .comLinkUl li:nth-child(1) a, #main .comLinkUl li:nth-child(3) a{
    /*border-right: 0px;*/
}

#main .comLinkUl li:nth-child(3) a, #main .comLinkUl li:nth-child(4) a {
    padding-bottom: 20px;
    padding-top: 14px;
    border-top: 0px;
}

#main .comLinkUl a::after {
    width: 6px;
    height: 6px;
    left: 50%;
    bottom: 6px;
    border-bottom: 1px solid #ff2d14;
    border-right: 1px solid #ff2d14;
    transform: translateX(-50%) rotate(45deg);
}

}

/*追従ナビ*/
.scrollNav {
    position: fixed;
    top: -100px;
    right: 0;
    z-index: 9999;
    width: 980px;
    background-color: #fff;
    display: block;
    transition: .8s;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

@media screen and (max-width: 560px){
  .scrollNav {
      position: fixed;
      top: -300px;
      right: 0;
      z-index: 9999;
      width: 100%;
      background-color: #fff;
      display: block;
      transition: .8s;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%) translateY(0);
  }
}








/*キャンペーン１弾　バイクが当たる！　*/
.cm-entry{
  position: relative;
  background: url(../img/pic_entry_pc.jpg) no-repeat center top;
  height: 610px;
}

.cm-entry{ position: relative; }

.cm-entry span{
  position: absolute;
  top: 161px;
  left: 150px;
}

.cm-entry a{
  display: block;
  width: 679px;
  height: 61px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cm-entry a:hover{
  background: #fff;
  opacity: 0.6;
  border-radius: 25px;
}

/*インタビュー*/
.cm-making{
  text-align: center;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.cm-making .btn{
  position: absolute;
  top: 330px;
  left: 527px;
}

.cm-making .btn a{
  transition-duration: 0.5s;
}

.cm-making .btn a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}


.cm-interview{
  text-align: center;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.cm-interview .btn{
  position: absolute;
  top: 620px;
  left:315px;
}

.cm-interview .btn a{
  transition-duration: 0.5s;
}

.cm-interview .btn a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.cm-interview .sp{
  display: none;  
}

/*タブレット*/
@media (max-width: 896px){
  .cm-making {
     width: 100%;
  }
  .cm-making .pc {
     display: block !important;
  }
  .cm-making .sp {
     display: none !important;
  }
  .cm-making .btn {
    position: absolute;
    top: inherit;
    left: 71%;
    bottom: 15%;
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .cm-making .btn img {
    width: 340px;
  }
}

/*スマホ*/
@media screen and (max-width: 560px){
  .cm-making .pc {
     display: none !important;
  }
  .cm-making .sp {
     display: block !important;
  }

  .cm-interview .pc{
    display: none !important;
  }
  .cm-interview .sp{
    display: block !important;
  }

}


/*新CM公開記念キャンペーン　第２弾 campaign2nd*/
.cm-campaign2nd .sp{
  display: none;  
}

.cm-campaign2nd-entry{
  position: relative;
  width: 980px;
  margin: 0 auto;  
}

.cm-campaign2nd-entry .btn01{
  position: absolute;
  top: 142px;
  left:109px;  
}

.cm-campaign2nd-entry .btn02{
  position: absolute;
  top: 142px;
  left:384px;
}

.cm-campaign2nd-entry .btn03{
  position: absolute;
  top: 245px;
  left:50%;
  width:590px;
  text-align: center;
  margin-left:-295px;
  z-index: 1100;
}


.cm-campaign2nd-entry .btn01 a,
.cm-campaign2nd-entry .btn02 a,
.cm-campaign2nd-entry .btn03{
  transition-duration: 0.5s;
}

.cm-campaign2nd-entry .btn01 a:hover img,
.cm-campaign2nd-entry .btn02 a:hover img,
.cm-campaign2nd-entry .btn03 img:hover{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

/*タブレット*/
@media (max-width: 896px){
  .cm-campaign2nd .pc{
    display: block !important;
  }
  .cm-campaign2nd-entry {
      position: relative;
      width: auto;
      margin: 0 auto;
  }
  .cm-campaign2nd-entry .btn01 {
      position: absolute;
      top: 39%;
      left: 10.4%;
  }
  .cm-campaign2nd-entry .btn02 {
      position: absolute;
      top: 39%;
      left: 50%;
      transform: translate(-50%, 0%);
  }
  .cm-campaign2nd-entry .btn01 img, .cm-campaign2nd-entry .btn02 img {
      width: 24vw;
  }
  .cm-campaign2nd-entry .btn03 {
      position: absolute;
      top: 245px;
      left: 50%;
      width: 590px;
      text-align: center;
      margin-left: -295px;
      z-index: 1100;
  }
  .cm-campaign2nd-entry .btn03 {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 12%;
  }



}

/*スマホ*/
@media screen and (max-width: 560px){
  .cm-campaign2nd .pc{
    display: none !important;
  }
  .cm-campaign2nd .sp{
    display: block;
  }

}

/*新テレビCMの見どころ紹介！*/
.cm-highlights{
  text-align: center;
  padding-top: 75px;
  background: #ff583b;
  width: 980px;
  margin: 0 auto;
}

.cm-diagram .sp{
  display: none;  
}

.cm-diagram{
  position: relative;
  width: 980px;
  margin: 0 auto;  
}

.cm-diagram .btn{
  position: absolute;
  top: 585px;
  left: 314px;
}

.cm-diagram .btn-prof01{
  position: absolute;
  top: 144px;
  left: 623px;
}

.cm-diagram .btn-prof02{
  position: absolute;
  top: 333px;
  left: 157px;
}

.cm-diagram .btn-prof03{
  position: absolute;
  top: 455px;
  left: 730px;
}

.cm-diagram .btn-prof04{
  position: absolute;
  top: 606px;
  left: 158px;
}

.cm-diagram .btn a{
  transition-duration: 0.5s;
}

.cm-diagram .btn a:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}
.cm-movie{
  position: relative;
  background: url(../img/pic_cm_highlights_movie_pc.jpg) no-repeat center top;
  height: 618px;
}

.cmbox01{padding-top: 200px;}
.cmbox02{padding-top: 150px;}

.campaign2mov, .campaign3mov{
    position: relative;
    width: 650px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.campaign2mov {
    height: 366px;
}

.campaign2mov iframe,
.campaign3mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.campaign3mov {
    height: 367px;
}



/*新テレビCMの見どころ紹介！ タブレット*/
@media screen and (max-width: 896px){
  .cm-highlights {
      width: auto;
  }
  .cm-diagram {
      width: auto;
  }  
  .cm-diagram .pc{
    display: block !important;

  }
  .cm-diagram .sp{
    display: none;  
  }
  .cm-movie {
    height: 456px;
    padding-top: 8%;
    background-size: contain;
    padding-bottom: 0%;
    margin-bottom: 30px;
  }
  .cmbox02 {
    padding-top: 61px;
  }
  .campaign3mov {
    height: 334px;
  }

}

/*新テレビCMの見どころ紹介！ スマホビュー*/
@media screen and (max-width: 560px){
  .cm-diagram .pc{
    display: none !important;  
  }
  .cm-diagram .sp{
    display: block;
  }

}

/*スマホ共通*/
@media screen and (max-width: 560px){

.lp-head-inner{
    width: 100%;
    padding: 10px;
    margin: 0 auto;
}

}

.lp-head{ width: 100%; }

.lp-head-inner{
    width: 920px;
    padding: 10px;
    margin: 0 auto;
}

.lp-head-logo{}

#cpBox{
  width: 980px;
  margin: -75px auto 0;
  padding: 0;
  background: #ff583b;
  font-size: 125%;
  line-height: 1.5em;
  z-index: 1000;
  position: relative;
}

#cpBox dl ,
#cpBox dt ,
#cpBox dd ,
#cpBox ul ,
#cpBox li{
  list-style-type:none;
  margin:0;
}

#cpBox .lp-item{
    margin-left: 1rem;
    line-break: anywhere;
}

#cpBox .lp-item::before {
    content: "・";
    position: relative;
    margin-left: -1rem;
}

#quiz a{
  transition: all 0.8s;
}


#quiz a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  /*transform: scale(1.1, 1.1);*/
}

.lp-sec-case-sp, .lp-sec-cm-sp{ display: none; }
.lp-sec-case-pc{}
.lp-sec-mk-pc{
  text-align: center;
  margin: 5px 0;
}

.lp-sec-mk-sp{
  text-align: center;
  margin: 5px 0;
}


#cpBox .lp-sec-case-pc ul{
  width: 870px;
  margin: 0 auto 25px;
}

#cpBox .lp-sec-case-pc ul li{
  display: inline-block;
  padding: 0 0px;
  margin: 0 21px;
}

#cpBox .lp-sec-case-pc ul li a{
  display: block;
}

.lp-sec-titcm-sp{
  text-align: center;
}

.lp-sec-cm-pc{
  background: url(../img/bg_youtube_pc.jpg) no-repeat center top;
  height: 530px;
}

.lp-sec-cm-pc .cmArea{
  position: relative;
  text-align: center;
}

.cpEnd{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.lp-sec-terms{ text-align: center; margin-top: 35px; }

.lp-sec-entry{
  text-align: center;
}

.lp-sec-entry .lp-button-entry a{
    display: block;
    padding: 0;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border: solid 2px #000;
    border-radius: 10px;
    transition: .4s;
    margin: 10px auto 60px;
    min-width: 300px;
    position: relative;
    max-width: 500px;
    padding: 17px 0 17px 0;
    font-size: 18px;
}

.lp-sec-entry .lp-button-entry a:hover {
    background: #d11026;
    color: white;
}


@media screen and (max-width: 896px){/*タブレット*/
  .cm-diagram .btn {
      bottom: 0%;
      left: 50%;
      top: auto;
  }

  .cm-diagram .btn-prof01 {
      top: 24%;
      left: 69.5%;
  }

  .cm-diagram .btn-prof02 {
      top: 53%;
      left: 22.2%;
  }

  .cm-diagram .btn-prof03 {
      top: 72%;
      left: 80.5%;
  }

  .cm-diagram .btn-prof04 {
      top: 95%;
      left: 22%;
  }

  .cm-diagram .btn-prof01 a, .cm-diagram .btn-prof02 a, .cm-diagram .btn-prof03 a, .cm-diagram .btn-prof04 a {
      display: block;
      width: 80px;
  }

  .cm-diagram .btn img {
      width: 200px;
  }

  .cm-diagram .btn-prof01 img, .cm-diagram .btn-prof02 img, .cm-diagram .btn-prof03 img, .cm-diagram .btn-prof04 img {
      width: 80px;
  }

  .cm-diagram .btn, .cm-diagram .btn-prof01, .cm-diagram .btn-prof02, .cm-diagram .btn-prof03, .cm-diagram .btn-prof04 {
      position: absolute;
      transform: translate(-50%, -50%);
  }

  .cm-diagram .btn-prof01 a:hover img, .cm-diagram .btn-prof02 a:hover img, .cm-diagram .btn-prof03 a:hover img, .cm-diagram .btn-prof04 a:hover img{
      transform: scale(1.1);
      transition-duration: 0.5s;
  }




}

@media screen and (max-width: 560px){/*スマホ*/
  .cm-entry{
    position: relative;
    background: url(../img/pic_entry_sp.jpg) no-repeat center top;
    height: auto;
    padding-top: 8%;
    background-size: cover;
    padding-bottom: 18%;
  }
  .cmbox01 {
    padding-top: 0%;
  }
  .campaign2mov {
    padding-bottom: 0%;
    position: relative;
    width: 84%;
    padding-top: 46.25%;
    height: auto;
  }
  /*HORNET 250とは・・・*/
  .cm-making {
    text-align: center;
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .cm-making .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0%;
    top: auto;
    width: 100%;
    margin:0 auto;
    transform: inherit;
  }
  .cm-making .btn img{
    width: 280px;
  }
  img.pc{ display: none; }
  /*インタビュー*/
  .cm-interview {
    text-align: center;
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .cm-interview .btn {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0%;
    top: auto;
  }
  .cm-interview .btn img{
    width: 260px;
  }  

  /*新CM公開記念キャンペーン　第２弾*/
  .cm-campaign2nd-entry {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .cm-campaign2nd-entry .btn01 {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;      
  }
  .cm-campaign2nd-entry .btn02 {
      position: absolute;
      top: auto;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      bottom: -5%;
  }

  .cm-campaign2nd-entry .btn01 img,
  .cm-campaign2nd-entry .btn02 img {
      width: 260px;
      margin: 0 auto;
  }

  .cm-campaign2nd-entry .btn03 {
    position: absolute;
    bottom: 3%;
    left: 50%;
    width: 100%;
    margin-left: 0;
    z-index: 1100;
    transform: translate(-50%, -50%);
    top: auto;
  }

  .cm-campaign2nd-entry .btn03 img {
    width: 260px;
    margin: 0 auto;
  }  

  /*新テレビCMの見どころ紹介　highlights*/
  .cm-highlights{
    text-align: center;
    padding-top: 0px;
    background: #ff583b;
    width: auto;
    margin: 0 auto;
  }
  #cpBox .lp-block > p{
    width: 92%;
    padding-top: 0;
    background: #fff;
    margin: -20px auto 0px;
    font-size: 10px;
    line-height: 1.5rem;
    padding-bottom: 21px;
  }
  .cm-diagram {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  /*btn位置制御*/
  .cm-diagram .btn, .cm-diagram .btn-prof01, .cm-diagram .btn-prof02, .cm-diagram .btn-prof03, .cm-diagram .btn-prof04 {
      position: absolute;
      transform: translate(-50%, -50%);
  }

  .cm-diagram .btn {
      bottom: -4%;
      left: 50%;
      top: auto;
  }

  .cm-diagram .btn-prof01 {
      top: 24%;
      left: 75.2%;
  }

  .cm-diagram .btn-prof02 {
      top: 50.5%;
      left: 19.2%;
  }

  .cm-diagram .btn-prof03 {
      top: 74%;
      left: 84%;
  }

  .cm-diagram .btn-prof04 {
      top: 95%;
      left: 19.0%;
  }

  .cm-diagram .btn-prof01 a, .cm-diagram .btn-prof02 a, .cm-diagram .btn-prof03 a, .cm-diagram .btn-prof04 a {
      display: block;
      width: 80px;
  }

  .cm-diagram .btn img {
      width: 150px;
  }

  .cm-diagram .btn-prof01 img, .cm-diagram .btn-prof02 img, .cm-diagram .btn-prof03 img, .cm-diagram .btn-prof04 img {
      width: 80px;
  }

  .cm-diagram .btn-prof01 a:hover img, .cm-diagram .btn-prof02 a:hover img, .cm-diagram .btn-prof03 a:hover img, .cm-diagram .btn-prof04 a:hover img{
      transform: scale(1.1);
      transition-duration: 0.5s;
  }


  /*CM本編はこちら*/
  .cm-movie {
    position: relative;
    background: url(../img/pic_cm_highlights_movie_sp.jpg) no-repeat center top;
    height: auto;
    padding-top: 17%;
    background-size: cover;
    padding-bottom: 11%;
    margin-bottom: 50px;
  }
  .cmbox02 {
    padding-top: 0px;
  }

}

@media screen and (max-width: 980px){
#cpBox{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  margin:0 auto;
  padding: 0;
  }
}

#cpBox img {
  max-width: 100%;
  height: auto;
  width /***/:auto;　
  border:none;
}

#cpBox .notes{
  display:block;
  margin-top:1em;
  font-size:81%;
  line-height:1.3em;
}

.lp-block{
  padding: 0px 0 10px;
}

.lp-sec-list{ display: none; }

#cpBox dl.detail{
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto -45px;
    vertical-align: middle;
    padding: 0;
    background: #fff;
    font-size: 0.8em;
}

#cpBox dl.detail dt{
  width: 20%;
  box-sizing: border-box;
  padding:1em;
  text-align:center;
  vertical-align:middle;
  background:#EEE;
  font-weight:bold;
  border-bottom: 1px solid #ccc;
}

#cpBox dl.detail dd{
  display:table-cell;
  padding:1em;
  vertical-align:middle;
  width: 80%;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#cpBox dl.detail dd a:link{
  color: #ff583b;
  text-decoration: underline;
}

#cpBox dl.detail dd a:hover{
  text-decoration: none;
}

/*タブレット*/
@media screen and (max-width: 896px){
  #cpBox {
      max-width: 100%;
      height: auto;
      width /***/: auto;
      margin: 0 auto;
      padding: 0;
      margin: -67px auto 0;
      /* width: 91%; */
  }
  .lp-sec-list{
    width: 92%;
    margin: 44px auto 0;
  }
  .lp-sec-list .lp-block > p{
    width: 100% !important;
  }
  #cpBox .lp-sec-list .lp-block .detail{
    width: 100%;
  } 
}

@media screen and (max-width: 640px){

.cm-entry span {
    position: absolute;
    top: calc(145 / 640 * 100vw);/*308px*/
    left: calc(27 / 640 * 100vw)/*220px;*/
}

.cm-entry a{
  width: calc(534 / 585 * 100vw);
  height: calc(74 / 640 * 100vw);
}



.lp-sec-case-sp,.lp-sec-cm-sp{ display: block; }
.lp-sec-case-pc,.lp-sec-cm-pc{ display: none; }

.lp-sec-cm-sp .cmbox01{ padding-top: 17vw; }
.lp-sec-cm-sp .cmbox02{ padding-top: 19vw; }

.lp-sec-entry .lp-button-entry a{
    min-width: 300px;
    max-width: 320px;
}

.lp-sec-cm-sp .cmArea{
  position: relative;
  text-align: center;
}

.lp-sec-cm-sp{
  background: url(../img/bg_youtube_sp.jpg) no-repeat center top;
  background-size: cover;
}

.campaign3mov {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 5%;
    position: relative;
    width: 84%;
    padding-top: 40.25%;
    height: auto;
}

.campaign3mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cpBox .lp-sec-case-sp ul{}

#cpBox .lp-sec-case-sp ul li{
    width: 80%;
    margin: 0 auto;
}

#cpBox .lp-sec-case-sp ul li a{}
#cpBox .lp-sec-case-sp ul li img{}

#cpBox dl.detail{
  display:block;
  width:92%;
  border:none;
  margin: -10px auto 0;
  position: relative;
}
/*
#cpBox dl.detail::after{
  content: '';
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  margin: 0 auto 30px;
  opacity: 0.6;
  top: 0;
}*/

#cpBox dl.detail dt{
  display:block;
  width:100%;
  padding:0.5em 0;
  margin: 5px 0 0;
  border: none;
  border-radius: 6px;
}

#cpBox dl.detail dd{
  display:block;
  width:100%;
  padding:1em;
  border: none;
  }
}

#cpBox h3{
  margin:0;
  padding:0.3em 0;
  background:#E91937;
  color:#FFF;
  text-align:center;
  font-size:113%;
}

#cpBox h5{
  margin:0 0 1em 0;
  padding:0;
  font-size:125%;
}

#cpBox h6{
  margin:0 0 0.3em 0;
  padding:0;
  font-weight:normal;
}

#cpBox ul#btn{
  display:table;
  width:95%;
  margin:2em 0 1em 0;
  padding:0 2.5%;
}

#cpBox ul#btn li{
  display:table-cell;
  width:50%;
  text-align:center;
  vertical-align:middle;
}

@media screen and (max-width: 640px){
#cpBox ul#btn li{
  display:block;
  width:100%;
  }
}

#cpBox .satei ,
#cpBox .buy , #cpBox .tel {
  position : relative ;
  display:block;
  margin:0.2em auto 1em auto;
  padding:0.5em 0 0.6em 0;
  width:95%;
  height:2em;
  color: #FFF;
  text-align:center;
  text-decoration:none;
  font-size:150%;
  font-weight:bold;
  line-height:1em;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px #666;
  -moz-box-shadow: 0px 1px 3px #666;
  box-shadow: 0px 1px 3px #666;
}
#cpBox .tel { max-width: 400px; position: relative; overflow: hidden; }

#cpBox .tel::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: tel 3s ease-in-out infinite;
}

@-webkit-keyframes tel {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (max-width: 640px){
#cpBox ul#btn{
  margin:1em 0;
}

#cpBox .satei ,
#cpBox .buy ,
#cpBox .tel {
  display:block;
  margin:0.2em auto 1em auto;
  padding:0.5em 0 0.6em 0;
  width:90%;
  height:2em;
  font-size:125%;
  line-height:1em;
  }
}

#cpBox .satei {
  background: #FF8800;
  background-image: -webkit-linear-gradient(top, #FF8800, #EE4400);
  background-image: -moz-linear-gradient(top, #FF8800, #EE4400);
  background-image: -ms-linear-gradient(top, #FF8800, #EE4400);
  background-image: -o-linear-gradient(top, #FF8800, #EE4400);
  background-image: linear-gradient(to bottom, #FF8800, #EE4400);
}


#cpBox .buy {
  background: #EE0000;
  background-image:url(../img/arr.png);
  background-image: -webkit-linear-gradient(top, #EE0000, #CC0000);
  background-image: -moz-linear-gradient(top, #EE0000, #CC0000);
  background-image: -ms-linear-gradient(top, #EE0000, #CC0000);
  background-image: -o-linear-gradient(top, #EE0000, #CC0000);
  background-image: linear-gradient(to bottom, #EE0000, #CC0000);
}

#cpBox .tel {
  background: #00bc38;
  background-image:url(../img/arr.png);
  background-image: -webkit-linear-gradient(top, #00bc38 , #008c46 );
  background-image: -moz-linear-gradient(top, #00bc38, #008c46 );
  background-image: -ms-linear-gradient(top, #00bc38, #008c46 );
  background-image: -o-linear-gradient(top, #00bc38, #008c46 );
  background-image: linear-gradient(to bottom, #00bc38, #008c46 );
}

#cpBox .satei:after ,
#cpBox .buy:after,
#cpBox .tel:after{
  content: url(../img/arr.png) ;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

#cpBox .satei:hover ,
#cpBox .buy:hover ,
#cpBox .tel:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  font-weight:bold;
}

#cpBox .satei em ,
#cpBox .buy em ,
#cpBox .tel em {
  font-size:75%;
  font-style:normal;
  text-decoration:none;
}

#cpBox .countdown{
  width:95%;
  background:#FFEEE3;
  margin:1em 0;
  padding:1em 2.5%;
  font-weight:bold;
  font-size:138%;
  text-align:center;
}

/* 191004 終了の記載 */
#cpBox dl.detail dd span{
  color: red;
  font-weight: bold;
}
.TitleImg{
  position: relative;
}
.campaignend{
  width: 100%;
    height: 100%;
    z-index: 1;
  position: absolute;
    top: 0;
    background: rgba(255,255,255, 0.5);
}
.campaignend p{
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
    height: 15%;
    z-index: 1;
    background: #4a4a4a;
    color: #FFF;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 3px;
}
@media screen and (max-width: 640px){
.campaignend p{
  font-size: 14px;
  width: 40%;
    height: 35%;
}
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: 16px;
  padding-right: 0px;
  width: 40px;
  top: 60px;
  font-size: 70px;
  text-align: center;
  height: 37px;
  opacity: 0;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 57%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
     }
  .mfp-arrow:before, .mfp-arrow .mfp-b {}

.mfp-arrow-left { left: 21%; transform: translate(-50%, -50%); }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {}
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    width: 30px;
    height: 30px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
  }

.mfp-arrow-right { right: 10%; transform: translate(-50%, -50%); }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {}
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    width: 30px;
    height: 30px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 600px;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }



@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
    left: 12%;
    transform: translate(-50%, -30%);
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    right: -8%;
    transform: translate(-50%, -30%);
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media screen and (max-width: 560px){
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
      right: 20px;
      top: 42px;
  }

  .mfp-gallery .mfp-image-holder .mfp-figure {
      cursor: pointer;
      width: 88%;
      margin: 0 auto;
  }

  img.mfp-img {
    max-width: 100%;
  }
  .mfp-figure:after {
    box-shadow: none;
    background: none;
  }
  .mfp-bottom-bar {
    left: auto;
    width: 88%;
    margin: -36px auto 0;
  }
  .mfp-arrow-left {
      left: 15%;
      transform: translate(-50%, -30%);
  }

  .mfp-arrow-right {
      right: -28%;
      transform: translate(-50%, -30%);
  }
  .mfp-arrow-left:before, .mfp-arrow-right:before{
      width: 16px;
      height: 16px;
  }


}

/* mfp-bg（overlay） */
.mfp-fade02.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade02.mfp-bg.mfp-ready {
  opacity: 0.6;
}
.mfp-fade02.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade02.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-fade02.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade02.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}