@charset "utf-8";

.log_nav {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.log_btn {
  margin-right: 15px;
}
.log_btn:last-child {
  margin-right: 0;
}

.log_btn a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  color: #b71313;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #b71313;
  border-radius: 15px;
  transition: 0.2s;
}
.log_btn a:hover {
  background-color: #b71313;
  color: #fff;
  border: 2px solid #b71313;
  border-radius: 15px;
  transition: 0.3s;
}

.ta_center {
  text-align: center;
}
.creator_detail_inner {
  padding: 30px 0;
}
.creator_name {
  width: 20%;
  padding-right: 2.5%;
  color: #222;
  font-size: 22px;
  text-shadow: 3px 2px #ddd;
}
.name,
.skill {
  height: 34px;
  margin-bottom: 10px;
}
.creator_skill {
  width: 75%;
  padding-left: 2.5%;
  color: #222;
  font-size: 18px;
  border-left: 2px dotted #ccc;
}
.select_title {
  text-align: center;
}

/* クリエイターボックス内 */
.creator_prof {
  display: flex;
}
.creator_name img {
  display: block;
  width: 100%;
}
.flex_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.flex {
  display: flex;
}
.flex.select {
  justify-content: space-around;
}

/* swiper */
.creator_slider {
  overflow: hidden;
}
.creator_box .creator_slider:hover .swiper-button-next {
  right: 0px;
}
.creator_box .creator_slider:hover .swiper-button-prev {
  left: 0px;
}
.creator_box .creator_slider .swiper-button-next,
.creator_box .creator_slider:hover .swiper-button-next,
.creator_box .creator_slider .swiper-button-prev,
.creator_box .creator_slider:hover .swiper-button-prev {
  transition: .3s;
}
.creator_box .swiper-button-next {
  background-color: #eee;
  opacity: 0.9;
  border-radius: 10px 0 0 10px;
  top: 45%;
  right: 0;
  height: 70px;
}
.creator_box .swiper-button-prev {
  background-color: #eee;
  opacity: 0.9;
  border-radius: 0 10px 10px 0;
  top: 45%;
  left: 0;
  height: 70px;
}
.creator_box .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(-45deg);
}
.creator_box .swiper-button-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(45deg);
}
.creator_box .swiper-button-next,
.creator_box .swiper-button-prev {
  width: calc(var(--swiper-navigation-size)/ 44 * 20);
}
.creator_box .swiper-button-next:hover,
.creator_box .swiper-button-prev:hover {
  opacity: .7;
}
.creator_box .swiper-button-prev:focus,
.creator_box .swiper-button-next:focus {
  outline: none;
}
.creator_box .swiper-pagination {
  display: none;
}
.lightbox .lb-image {
  border: 4px solid #222!important;
}
/*  PC  */
@media screen and (min-width: 960px) {

  .contents_container {
    width: 960px;
    margin: 0 auto;
  }
  .creator_description {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
  }
  .creator_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .creator_description_white,
  .creator_description_white.creator {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
    transition: 0.3s;
  }
  .creator_description_white.creator:hover {
    width: 100%;
    background-color: #E2FDF2;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    transition: 0.3s;
  }
  .creator_box .creator_slider .swiper-button-next {
    right: -30px;
  }
  .creator_box .creator_slider .swiper-button-prev {
    left: -30px;
  }
}

/*  tab  */
@media screen and (max-width: 959px) and (min-width: 751px) {

  .creator_description {
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
  }
  .creator_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .creator_description_white {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .contents_container {
    width: 95%;
    margin: 0 auto;
  }

/* クリエイターボックス内 */
  .creator_prof {
    display: block;
  }
  .creator_name {
    width: 100%;
    height: 45vw;
    max-height: 500px;
    max-width: 870px;
    margin: 0 auto;
    padding-right: 0;
  }
  .creator_name img {
    width: auto;
    max-height: 88%;
    margin: 0 auto;
  }
  .creator_skill {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px dotted #ccc;
  }
  .creator_description_white.creator .creator_box {
    width: 94%;
    margin: 0 auto;
    padding: 3%;
    border: 2px solid #41B883;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #999;
    transition: 0.3s;
  }

  .flex {
    display: flex;
    align-items: center;
  }
}
/*  SP  */
@media screen and (max-width: 750px) {

  .creator_description {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
  }
  .creator_description_gray {
    width: 100%;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
  }
  .creator_description_white {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .contents_container {
      width: 95%;
      margin: 0 auto;
  }
  .link_btn_inner {
    width: 180px;
    padding: 0 10px;
  }
  .link_btn_inner:hover {
    color: #b71313;
  }
  .link_btn_inner:hover:before {
    animation: none;
    -webkit-animation: none;
  }
  .link_btn_inner:hover:after {
    background-color: transparent;
    transform: none;
    -webkit-transform: none;
  }
  .link_btn_inner:before {
    width: 20px;
    height: 1px;
    left: -10px;
  }
  .link_btn_inner .link_btn_text {
    font-size: 14px;
  }
  .log_btn a {
    padding: 10px 10px;
    font-size: 3.5vw;
  }

/* クリエイターボックス内 */
  .creator_prof {
    display: block;
  }
  .creator_name {
    width: 100%;
    height: 45vw;
    max-height: 500px;
    min-height: 220px;
    max-width: 870px;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 5%;
    font-size: 20px;
  }
  .creator_name img {
    width: auto;
    max-height: 88%;
    margin: 0 auto;
  }
  .creator_skill {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px dotted #ccc;
  }
  #creator_app section:last-child {
    margin-bottom: 70px;
  }
  .flex_btn {
    align-items: flex-start;
  }
}

@-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%);
  }
}