@charset "utf-8";
.describe {
  padding-bottom: 30px;
}
.describe.client h2 {
  color: #6DA0E2;
  text-align: center;
}
.describe.creator h2 {
  color: #41B883;
  text-align: center;
}
.describe .describe_inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.describe .describe_inner h1 {
  width: 960px;
  margin: 20px auto 0;
  padding: 20px 0 0 40px;
  animation: fadeIn 2s cubic-bezier(0.65, -0.34, 0.6, 0.82);
  animation-fill-mode: both;
}
.describe_box {
  width: 30%;
  padding: 15px 10px;
  background-color: #fff;
  border: 2px solid #ccc;
}
.describe_box h3 {
  font-size: 18px;
  text-align: center;
}
.describe_box img {
  display: block;
  max-width: 200px;
  max-height: 120px;
  margin: 0 auto 15px;
}
.describe_box p {
  margin: 0;
}
.link_btn {
  margin: 20px auto;
  width: 280px;
  animation-fill-mode: both;
}
.link_btn .link_btn_inner {
  position: relative;
  display: table;
  width: 280px;
  margin: 0 auto;
  padding: 5px 30px;
  height: 45px;
  border: 2px solid #b71313;
  color: #b71313;
  background-color: transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.link_btn .link_btn_inner:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1.5px;
  top: 50%;
  left: -100px;
  background: linear-gradient(90deg, #b71313 0%, #b71313 100%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.link_btn .link_btn_inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b71313;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  z-index: -1;
  transform: rotateY(90deg);
  transform-origin: right;
  -webkit-transform: rotateY(90deg);
  -webkit-transform-origin: right;
}
.link_btn .link_btn_inner:hover {
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.link_btn .link_btn_inner:hover:before {
  width: 40px;
  left: -20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  animation: BtnColor 0.6s ease;
  -webkit-animation: BtnColor 0.6s ease;
  animation-fill-mode: both;
}
.link_btn .link_btn_inner:hover:after {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transform: rotateY(0deg);
  transform-origin: left;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: left;
}
.link_btn .link_btn_inner .link_btn_text {
  display: table-cell;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
.link_btn.creator .link_btn_inner {
  border: 2px solid #41B883;
  color: #41B883;
}
.link_btn.creator .link_btn_inner:before {
  background: linear-gradient(90deg, #41B883 0%, #41B883 100%);
}
.link_btn.creator .link_btn_inner:after {
  background-color: #41B883;
}
.link_btn.creator .link_btn_inner:hover {
  color: #fff;
}
.link_btn.creator .link_btn_inner:hover:before {
  animation: BtnColorCreator 0.6s ease;
  -webkit-animation: BtnColorCreator 0.6s ease;
  animation-fill-mode: both;
}
.link_btn.dreator .link_btn_inner:hover:after {
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transform: rotateY(0deg);
  transform-origin: left;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: left;
}

/*--- point ---*/
.point {
  margin: 50px 0;
  overflow: hidden;
}
.point_features {
  text-align: center;
  color: #b71313;
}
.point_img {
  width: 263px;
  margin: 0 auto;
}
.point_img img {
  width: 100%;
}
.point_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.point_box {
  display: flex;
  width: 48%;
  padding: 0 5%;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #bbb;
  transition: .2s;
}
.point_box.client {
  border: 2px solid #6DA0E2;
}
.point_box.creator {
  border: 2px solid #41B883;
}
.point_box li {
  margin-bottom: 15px;
}
.point_inner a:hover .point_box {
  box-shadow: 0px 5px 10px 0px #bbb;
}
.point_card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.point_text {
  position: relative;
  top: 0;
  font-size: 16px;
  flex-grow: 1;
  transition: .2s;
}
.point_inner a:hover .point_text {
  top: 3px;
}
.point_title {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 135px;
  height: 135px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  transition: .2s;
}
.point_inner a:hover .point_title {
  width: 140px;
  height: 140px;
}
.client .point_title {
  background-color: #6DA0E2;
}
.creator .point_title {
  background-color: #41B883;
}
.arrow {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  margin: 0 auto 20px;
  border-bottom: 4px solid;
  border-left: 4px solid;
  transform: rotateZ(-45deg);
  transition: .2s;
}
.client .arrow {
  border-color: #6DA0E2;
}
.creator .arrow {
  border-color: #41B883;
}
.point_inner a:hover .arrow {
  top: 3px;
}
.comparison_area {
  margin: 30px auto;
}
.comparison_area h3 {
  text-align: center;
}
.comparison_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.comparison_box {
  width: 33.3%;
  padding: 20px 10px;
  border-top: 2px solid #777;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
}
.comparison_box:first-child {
  border-left: 2px solid #777;
}
.comparison_box h4 {
  font-size: 18px;
  text-align: center;
}
.comparison_box.client h4 {
  color: #6DA0E2;
}
.comparison_box.creator h4 {
  color: #41B883;
}
.comparison_box.common h4 {
  color: #B71313;
}
.comparison_box img {
  display: block;
  margin: 10px auto 20px;
}
.comparison_box li {
  margin-bottom: 15px;
}

/*---  PC  ---*/
@media screen and (min-width: 960px) {
  .main_visual_area {
    background: url("/img/arrowssign_coolrunnings.jpg") no-repeat 50% 50%;
    background-size: 100%, cover;
    position: relative;
    top: 0;
    left: 0;
    animation: fadeIn 2s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .main_visual_area:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
  .main_visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .catch_msg {
    width: 250px;
    height: 70px;
    background-color: #fff;
    margin: 10%;
    animation: fadeIn 3.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .catch_msg p {
    font-size: 32px;
    padding-top: 3%;
    padding-left: 5%;
    animation: fadeIn 4.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
}

/*---  tab  ---*/
@media screen and (max-width: 959px) and (min-width: 751px) {
  .main_visual_area {
    background: url("/img/arrowssign_coolrunnings.jpg") no-repeat 50% 50%;
    background-size: 100%, cover;
    position: relative;
    top: 0;
    left: 0;
    animation: fadeIn 2s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .main_visual_area:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
  .main_visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .catch_msg {
    width: 200px;
    height: 70px;
    background-color: #fff;
    margin: 10%;
    animation: fadeIn 3.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .catch_msg p {
    font-size: 36px;
    padding-top: 3%;
    padding-left: 5%;
    animation: fadeIn 4.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .point_box {
    box-shadow: 0px 5px 10px 0px #bbb;
  }
  .point_img {
    width: 206px;
  }
  .describe .describe_inner {
    width: 100%;
  }
  .describe_box h3 {
    font-size: 16px;
  }
  .describe_box {
    width: 32%;
  }
  .link_btn .link_btn_inner:hover {
    color: #b71313;
  }
  .link_btn .link_btn_inner:hover:before {
    animation: none;
    -webkit-animation: none;
  }
  .link_btn .link_btn_inner:hover:after {
    transform: none;
    -webkit-transform: none;
  }
}

/*---  SP  ---*/
@media screen and (max-width: 750px) {
  .main_visual_area {
    background: url("/img/arrowssign_coolrunnings.jpg") no-repeat 50% 50%;
    background-size: 100%, cover;
    position: relative;
    top: 0;
    left: 0;
    animation: fadeIn 2s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .main_visual_area:before {
    content: "";
    display: block;
    padding-top: 62%;
    margin-top: 60px;
  }
  .main_visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .catch_msg {
    width: 250px;
    max-width: 28%;
    height: 70px;
    max-height: 17%;
    background-color: #fff;
    margin: 10%;
    animation: fadeIn 3.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .catch_msg p {
    font-size: 5vw;
    padding-top: 5%;
    padding-left: 5%;
    animation: fadeIn 4.5s cubic-bezier(0.65, -0.34, 0.6, 0.82);
    animation-fill-mode: both;
  }
  .describe .describe_inner {
    width: 100%;
    flex-direction: column;
  }
  .describe_box {
    width: 100%;
    margin-top: 20px;
  }
  .describe_box:first-child {
    margin-top: 0;
  }
  .describe_box h3 {
    font-size: 4.5vw;
  }
  .describe_box img {
    max-width: 150px;
    max-height: 100px;
  }
  .link_btn .link_btn_inner {
    width: 180px;
    padding: 0 10px;
  }
  .link_btn .link_btn_inner:hover {
    color: #b71313;
  }
  .link_btn .link_btn_inner:hover:before {
    animation: none;
    -webkit-animation: none;
  }
  .link_btn .link_btn_inner:hover:after {
    background-color: transparent;
    transform: none;
    -webkit-transform: none;
  }
  .link_btn .link_btn_inner:before {
    width: 20px;
    height: 1px;
    left: -10px;
  }
  .link_btn .link_btn_inner .link_btn_text {
    font-size: 14px;
  }

  /*--- point ---*/
  .point {
    margin-top: 20px;
  }
  .point_img {
    width: 100%;
    max-width: 160px;
  }
  .point_inner {
    display: block;
    padding: 25px 0;
  }
  .point_inner a {
    width: 100%;
  }
  .point_box {
    width: 100%;
    margin: 90px auto 0;
    box-shadow: 0px 5px 10px 0px #bbb;
  }
  .point_box.creator {
    margin: 110px auto 0;
  }
  .point_card {
    margin-top: 0;
    height: inherit;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes scaleW {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes scaleW {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes scaleW {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes scaleW {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes BtnColor {
  0% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 100%);
  }
  100% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 50%, #fff 50%, #fff 100%);
  }
}
@-webkit-keyframes BtnColor {
  0% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 100%);
  }
  100% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 50%, #fff 50%, #fff 100%);
  }
}
@-o-keyframes BtnColor {
  0% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 100%);
  }
  100% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 50%, #fff 50%, #fff 100%);
  }
}
@keyframes BtnColor {
  0% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 100%);
  }
  100% {
    background: linear-gradient(90deg, #b71313 0%, #b71313 50%, #fff 50%, #fff 100%);
  }
}
@-moz-keyframes BtnColorCreator {
  0% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 100%);
  }
  100% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 50%, #fff 50%, #fff 100%);
  }
}
@-webkit-keyframes BtnColorCreator {
  0% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 100%);
  }
  100% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 50%, #fff 50%, #fff 100%);
  }
}
@-o-keyframes BtnColorCreator {
  0% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 100%);
  }
  100% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 50%, #fff 50%, #fff 100%);
  }
}
@keyframes BtnColorCreator {
  0% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 100%);
  }
  100% {
    background: linear-gradient(90deg, #41B883 0%, #41B883 50%, #fff 50%, #fff 100%);
  }
}
@-moz-keyframes BgShadow {
  0% {
    box-shadow: 0;
  }
  100% {
    box-shadow: 10px 10px 10px -5px #999;
  }
}
@-webkit-keyframes BgShadow {
  0% {
    box-shadow: 0;
  }
  100% {
    box-shadow: 10px 10px 10px -5px #999;
  }
}
@-o-keyframes BgShadow {
  0% {
    box-shadow: 0;
  }
  100% {
    box-shadow: 10px 10px 10px -5px #999;
  }
}
@keyframes BgShadow {
  0% {
    box-shadow: 0;
  }
  100% {
    box-shadow: 10px 10px 10px -5px #999;
  }
}
