@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@-webkit-keyframes colorChange {
  0% {
    color: #fff;
    fill: #fff;
  }
  30% {
    color: #000;
    fill: #000;
  }
  60% {
    color: #000;
    fill: #000;
  }
  100% {
    color: #fff;
    fill: #fff;
  }
}
@keyframes colorChange {
  0% {
    color: #fff;
    fill: #fff;
  }
  30% {
    color: #000;
    fill: #000;
  }
  60% {
    color: #000;
    fill: #000;
  }
  100% {
    color: #fff;
    fill: #fff;
  }
}
@-webkit-keyframes bgColorChange {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes bgColorChange {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*Animate */
/* -----------------------------------------------------------
	スライドショーに関するcss
----------------------------------------------------------- */
.con_slide {
  width: 544px;
  overflow: hidden;
  position: relative;
}

.box_slide {
  position: relative;
  height: 407px;
  overflow: hidden;
}

.box_slide .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.box_slide .slide:first-child {
  z-index: 10;
}

.box_thum {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

.box_thum ul {
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.box_thum ul li {
  display: inline;
  float: left;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 7px;
}

.box_thum ul li:first-child {
  margin: 0;
}

.box_thum ul li.active {
  background: #c65567;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  margin: 95px auto 100px;
  text-align: center;
}

.con_nav {
  margin-bottom: 90px;
}

.con_main {
  text-align: center;
  margin-bottom: 100px;
}
.con_main > p:nth-of-type(n+2) {
  margin-top: 60px;
}

.con_submain {
  text-align: center;
  margin-bottom: 110px;
}

.con_secret {
  text-align: center;
  margin-bottom: 170px;
}

.con_road .tl {
  text-align: center;
  margin-bottom: 75px;
}
.con_road .box_road {
  position: relative;
}
.con_road .box_road:nth-of-type(n+2) {
  margin-top: 70px;
}
.con_road .box_road .con_slide {
  position: absolute;
  top: 0;
  right: 0;
}
.con_road .box_road .con_slide .box_thum {
  text-align: left;
  margin-left: 1em;
}
.con_road .box_road .con_slide .box_thum ul li {
  border: none;
}
.con_road .box_road .box_detail {
  margin-top: 55px;
}

.con_other {
  margin-top: 80px;
}
.con_other .wrp_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con_other .wrp_other:nth-of-type(n+2) {
  margin-top: 75px;
}
.con_other .wrp_other .con_slide {
  overflow: visible;
  width: 457px;
}
.con_other .wrp_other .con_slide .box_slide {
  height: 344px;
}
.con_other .wrp_other .con_slide .box_thum {
  bottom: -25px;
}
.con_other .wrp_other .box_txt {
  width: calc(100% - 440px);
  margin-left: 17px;
}
.con_other .box_partner {
  margin-top: 44px;
}

.con_ohter02 {
  margin-top: 73px;
}
.con_ohter02 .wrp_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.con_ohter02 .wrp_other:nth-of-type(n+2) {
  margin-top: 90px;
}
.con_ohter02 .wrp_other .con_slide {
  overflow: visible;
  width: 480px;
}
.con_ohter02 .wrp_other .con_slide .box_slide {
  height: 307px;
}
.con_ohter02 .wrp_other .con_slide .box_thum {
  bottom: -25px;
}
.con_ohter02 .wrp_other .box_txt {
  width: calc(100% - 437px);
  margin-left: 43px;
}

.con_guide {
  margin-top: 94px;
  margin-bottom: 150px;
}
