@charset "UTF-8";

img {
  vertical-align: bottom;
}

/*----------
section_anc
----------*/
.section_anc {
  width: 100%;
  background: #D11E1C;
  padding-bottom: 8%;
}
.section_anc .tit {
  margin-bottom: 5%;
}
.section_anc ul {
  width: 90%;
  margin: 0 5% 8%;
}
.section_anc li {
  width: 100%;
  margin-bottom: 5%;
}
.section_anc li:last-child {
  margin-bottom: 0;
}
.section_anc .ph {
  width: 90%;
  margin: 0 5% 8%;
}
.section_anc .ph:last-child {
  margin: 0 5%;
}

/*----------
why
----------*/
.section_why {
  position: relative;
}
.section_why .bnr {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
}
.section_why .bnr img {
  width: 80%;
  height:auto
}

/*----------
reason
----------*/
.section_reason {
  background: url(../img/bg.jpg) repeat-y center top;
  background-size: 100% auto;
  padding-bottom: 7%;
}
.section_reason dl {
  width: 90%;
  margin: 0 5% 3%;
}
.section_reason dt {
  position: relative;
}
.section_reason dt::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  display: block;
  width: 15px;
  height: 15px;
  content: " ";
  transform: rotate(-135deg);
}
.section_reason dt.thor::after {
  border-top: 2px #0089bf solid;
  border-left: 2px #0089bf solid;
}
.section_reason dt.cast::after {
  border-top: 2px #d56265 solid;
  border-left: 2px #d56265 solid;
}
.section_reason dt.move::after {
  border-top: 2px #9d776f solid;
  border-left: 2px #9d776f solid;
}
.section_reason dt.es::after {
  border-top: 2px #0089bf solid;
  border-left: 2px #0089bf solid;
}
.section_reason dt.active::after {
  margin-top: -5px;
  transform: rotate(45deg);
}
.section_reason dd {
  background: #fff;
  display: none;
  padding: 8% 0;
}
.section_reason dd li {
  margin-bottom: 10%;
}
.section_reason dd li:last-child {
  margin-bottom: 0%;
}

.section_message {
  padding: 10% 5%;
}

.section_main {
  padding-bottom: 0;
  position: relative;
}

.count_box {
  text-align: center;
  width: 100%;
  padding: 5% 2%;
}

.count_box .inner {
  width: 315px;
  margin: 0 auto;
  overflow-x: hidden;
}

.count_box .phrase,
  .count_box .remaining {
  display: inline-block;
  vertical-align: middle;
}

.count_box .phrase{
  color: #FFF;
  font-size: 16px;
}

.count_box .remaining {
  width: 630px;
  margin: -8% 0 -7% -157.5px;
  transform: scale(.5);
  -weblit-transform: scale(.5);
}

/*----------
カウントダウン終了後
----------*/

.count_box .txt_over{
  display: none;
  color: #fff;
  text-align: center;
  font-size: 7vw;
  line-height: 80px;
  height: 80px;
  width: 100%;
}

.count_box .txt_over.open{
  display: inline-block;
}

.count_box .phrase.close,
.count_box .remaining.close {
	display: none;
}

/*----------
btn_cv
----------*/

.btn_cv {
  width: 100%;
  padding-left: 7%;
  padding-right: 2%;
  position: relative;
  margin-top: 0;
}

.btn_cv a {
  display: block;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn_cv .arrow {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 9999;
  width: 22%;
}

.btn_cv a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 5em;
  display: block;
  position: absolute;
  top: 0;
  left: -10em;
  -webkit-transition: none;
  transition: none;
  animation: sheen 3s linear 0s infinite;
  -webkit-animation: sheen 3s linear 0s infinite;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
    transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
    transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
    transform: skewX(-45deg) translateX(700px);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
    transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
    transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
    transform: skewX(-45deg) translateX(700px);
  }
}

.cv_txt {
  font-weight: bold;
  margin-top: 5px;
  font-size: 2vw;
  line-height: 1.2;
}

.section_tel {
  /* padding: 5% 7%; */
  background: #e6e6e6;
}

.section_cv {
  background: #080808;
  padding: 5% 0;
}

.section_cv .tit {
  margin-bottom: 3%;
}

.section_cv .btn_cv {
  width: 92%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 2%;
  position: relative;
}

.count_box .btn_cv {
  padding-right: 7%;
}

.footer {
  background: #1c1c1c;
}

.footer .copyright {
  font-size: .9em;
  padding: 12px 0;
  /* margin-top: 15%; */
  text-align: center;
  color: #fff;
}

.pagetop {
  position: fixed;
  width: 30%;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
}

.animated.swing {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.section_links {
  text-align: center;
  padding-left: 5%;
  padding-bottom: 3%;
  font-size: .8em;
}
.section_links a {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}
