@charset "UTF-8";
/*--------------------------------
    関数など
-------------------------------- */
/* color
-------------------------------- */
#top {
  background: #000;
  color: #fff;
  /* progress bar */
  /* Dots */
}

#top .hero_bg {
  position: relative;
  margin-bottom: -150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 769px) {
  #top .hero_bg {
    margin-bottom: -40vw;
    padding-bottom: 40vw;
    background-position: bottom left;
  }
}

#top .hero_inner {
  position: relative;
}

#top .hero_ttl {
  z-index: 9999;
  position: absolute;
  bottom: 10vw;
  left: 5.35714vw;
  color: #fff;
  font-size: 2.8em;
  font-weight: bolder;
}

@media screen and (max-width: 769px) {
  #top .hero_ttl {
    position: static;
    font-size: 2.4rem;
    margin-top: 20px;
    margin-left: 30px;
  }
}

#top .hero_ttl .cate {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  #top .hero_ttl .cate {
    font-size: 1.3rem;
  }
}

#top .hero_slider {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 769px) {
  #top .hero_slider {
    width: 100vw;
    margin: 0 0 0 auto;
  }
}

#top .hero_slider img {
  margin: 0 0 0 auto;
  opacity: 0.7;
}

#top .hero_slider-item {
  outline: none;
}

#top .hero .arrow {
  position: relative;
  width: 1px;
  height: 100px;
  margin: 30px auto 0;
  overflow: hidden;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  background-color: #c8c9c9;
}

#top::before {
  -webkit-animation: arrow 3s infinite;
  position: absolute;
  left: 0;
  width: 1px;
  height: 33.33333px;
  background-color: #000;
  content: "";
  animation: arrow 3s infinite;
}

#top .price th:first-child {
  width: 130px;
}

@media screen and (max-width: 769px) {
  #top .price th:first-child {
    width: 100px;
  }
}

#top .price td {
  text-align: center;
}

#top .price th,
#top .price td {
  padding: 0.75em 0 !important;
}

@media screen and (max-width: 769px) {
  #top .price th,
  #top .price td {
    font-size: 1.4rem;
  }
}

#top .price td + td {
  position: relative;
}

#top .price td + td::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

#top .faq {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

#top .faq h3 {
  font-size: 1.8rem;
}

@media screen and (max-width: 769px) {
  #top .faq h3 {
    font-size: 1.4rem !important;
  }
}

#top .faq .accordion-area {
  list-style: none;
  margin: 0 auto;
}

#top .faq .accordion-area li {
  margin: 10px 0;
}

#top .faq .accordion-area section {
  border: 1px solid #ccc;
}

#top .faq .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#top .faq .title::before,
#top .faq .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
}

#top .faq .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#top .faq .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#top .faq .title.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#top .faq .title.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#top .faq .box {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

@media screen and (max-width: 769px) {
  #top .faq .box {
    font-size: 1.4rem;
  }
}

#top .slider-progress {
  width: 100%;
  height: 3px;
  background: #464646;
}

#top .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #fff;
}

#top .slider-progress {
  width: 15vw;
  position: absolute;
  bottom: 6vw;
  left: 5%;
}

@media screen and (max-width: 769px) {
  #top .slider-progress {
    position: static;
    width: 50%;
    margin: 20px auto 0;
  }
}

#top .service a {
  text-decoration: none;
  color: #fff;
}

#top .service h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  #top .service h3 {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1024px) {
  #top .quality .overbox {
    overflow: hidden;
    width: 100%;
    max-height: 370px;
    display: block;
  }
  #top .quality .overbox img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #top .quality .overbox img:hover {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0.6;
  }
}

#top .footer {
  padding: 8rem 0;
  background: #fff;
}

@media screen and (max-width: 769px) {
  #top .footer {
    padding: 3rem 0 10rem;
  }
}

#top .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

#top .slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#top .slick-dots li {
  display: inline-block;
  position: relative;
  height: 3px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #464646;
  width: 15%;
}

#top .slick-dots .slick-active {
  background: #fff;
}

#top .slick-dots li button {
  display: none;
}

#top .slick-dots li button:hover,
#top .slick-dots li button:focus {
  outline: none;
}

#top .slick-dots li button:hover:before,
#top .slick-dots li button:focus:before {
  opacity: 1;
}

#top .slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "●";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 0.25;
}

#top .slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

footer.footer {
  padding: 8rem 0;
  background: #fff;
}

@media screen and (max-width: 769px) {
  footer.footer {
    padding: 3rem 0 3rem;
  }
}

footer.footer a {
  color: #000;
}

footer.footer .profile {
  line-height: 2;
}

@media screen and (max-width: 769px) {
  footer.footer .profile {
    margin-bottom: 20px;
  }
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #192B33;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .8;
}

.one {
  border-top: 1px solid #8FB259;
  -webkit-animation: rotate-left 1s linear infinite;
          animation: rotate-left 1s linear infinite;
}

.two {
  border-right: 1px solid #CCCC52;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.three {
  border-bottom: 1px solid #FFD933;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

.four {
  border-left: 1px solid #FF7F00;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#privacy {
  color: #fff;
  margin-bottom: 8rem;
}

#privacy .cnt-box {
  margin-top: 4rem;
}

#privacy .cnt-box h3 {
  margin-bottom: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  #privacy {
    margin-bottom: 4rem;
  }
  #privacy .cnt-box {
    margin-top: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */