video {
  width: 100%; }

.mv {
  position: relative; }
  .mv::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 58px;
    bottom: 50px;
    left: calc(50% - 20px);
    background: url("/img/mouse.png") no-repeat top/cover; }
  .mv::after {
    position: absolute;
    content: "SCROLL DOWN";
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    bottom: 30px;
    left: calc(50% - 50px); }

.only_sp {
  display: none; }

.nav_wrap {
  transform: translateY(-100%);
  transition: .2s; }

.is-show {
  transform: translateY(0);
  transition: .2s; }

.fade_area {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s; }

.fade_on {
  opacity: 1;
  transform: translate(0, 0); }

#sec01 {
  text-align: center; }

.desc_ttl {
  font-size: 24px;
  margin: 0 0 40px; }

.desc {
  line-height: 2rem;
  margin: 0 0 40px; }

.ppl_wrap {
  display: flex;
  margin: 100px auto 60px;
  justify-content: space-between; }

.ppl_box {
  width: 50%;
  padding: 0 60px 30px; }
  .ppl_box + .ppl_box {
    border-left: #989898 solid 2px; }

.ppl_name {
  margin: 30px;
  font-size: 22px;
  color: #000; }

.ppl_posi {
  margin: 0 0 30px; }

.ppl_desc {
  text-align: left;
  line-height: 2rem; }
  .ppl_desc span {
    display: block;
    text-align: center;
    margin: 10px 0; }

#sec02 {
  background: linear-gradient(135deg, rgba(225, 225, 225, 0.3) 25%, rgba(225, 225, 225, 0.5) 25%, rgba(225, 225, 225, 0.5) 50%, rgba(225, 225, 225, 0.3) 50%, rgba(225, 225, 225, 0.3) 75%, rgba(225, 225, 225, 0.5) 75%, rgba(225, 225, 225, 0.5)) top/18px 18px, linear-gradient(90deg, #f3b8c1, #d4d0e4); }
  #sec02 .sec_wrap {
    width: 1255px; }

.cre_wrap {
  display: flex;
  padding: 0 0 100px;
  justify-content: center;
  flex-wrap: wrap; }

.cre_box {
  overflow: hidden;
  position: relative;
  margin: 5px;
  text-align: center; }
  .cre_box img {
    width: 240px;
    height: 240px; }

.hover_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(242, 205, 66, 0.93);
  top: 0;
  transform: translateY(-100%);
  transition: .2s; }

.cre_name {
  position: absolute;
  display: flex;
  width: 90%;
  height: 40px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  padding: 15px 0;
  border-top: #000 solid 4px;
  border-bottom: #000 solid 4px;
  justify-content: center;
  align-items: center;
  top: 20px;
  left: calc(50% - 108px); }

.fan_number {
  position: absolute;
  width: 240px;
  margin: 55px 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  left: calc(50% - 120px);
  bottom: 55px; }
  .fan_number::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url("/img/fan.png") no-repeat center/cover;
    top: -40px;
    left: calc(50% - 22px); }

.check {
  position: absolute;
  display: inline-block;
  padding: 7px 42px;
  background: #fff;
  color: #000;
  letter-spacing: .3rem;
  bottom: 15px;
  left: calc(50% - 90px); }

#sec03 {
  text-align: center; }
  #sec03 .pnk_btn {
    margin: 0 0 80px; }
    #sec03 .pnk_btn::before {
      position: absolute;
      content: "";
      right: 30px;
      top: 25px;
      width: 7px;
      height: 7px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: rotate(45deg); }

#sec04 {
  text-align: center;
  background: linear-gradient(135deg, rgba(225, 225, 225, 0.3) 25%, rgba(225, 225, 225, 0.5) 25%, rgba(225, 225, 225, 0.5) 50%, rgba(225, 225, 225, 0.3) 50%, rgba(225, 225, 225, 0.3) 75%, rgba(225, 225, 225, 0.5) 75%, rgba(225, 225, 225, 0.5)) top/18px 18px, linear-gradient(90deg, #f3b8c1, #d4d0e4);
  padding: 0 0 120px; }

.white_box {
  padding: 30px;
  background: #fff;
  border-radius: 150px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4); }

.contact_wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  .contact_wrap li {
    padding: 40px 60px; }
    .contact_wrap li + li {
      border-left: #989898 solid 2px; }
  .contact_wrap .pnk_btn {
    padding: 30px 95px 30px 125px; }
    .contact_wrap .pnk_btn::before {
      position: absolute;
      content: "";
      top: calc(50% - 14px);
      width: 35px;
      height: 28px;
      left: 75px;
      background: url(/img/mail.png) no-repeat top/cover; }

@media screen and (max-width: 1255px) {
  .sec_wrap {
    width: 90%; }

  #sec01 img {
    width: 100%; }

  #sec02 .sec_wrap {
    width: 100%; }

  .contact_wrap {
    flex-wrap: wrap; }
    .contact_wrap li {
      width: 100%;
      padding: 20px 20px 30px; }
      .contact_wrap li img {
        width: 100%;
        max-width: 370px; }
      .contact_wrap li + li {
        border-left: none;
        border-top: #666 solid 1px;
        padding: 30px 0 20px; } }
@media screen and (min-width: 769px) {
  .cre_box:hover .hover_box {
    transform: translateY(0);
    transition: .2s; }

  .check:hover {
    background: #000;
    color: #fff; } }
@media screen and (max-width: 768px) {
  .mv::before {
    display: none; }
  .mv::after {
    display: none; }

  .desc_ttl {
    font-size: 15px;
    line-height: 1.5rem;
    margin: 0 0 20px; }

  .desc {
    width: 90%;
    font-size: 14px;
    text-align: left;
    margin: 0 auto 20px;
    line-height: 1.5rem; }

  #sec01 img {
    width: 90%; }

  .ppl_wrap {
    margin: 50px auto 0;
    flex-wrap: wrap; }

  .ppl_box {
    width: 100%;
    padding: 0; }
    .ppl_box + .ppl_box {
      border-left: none;
      border-top: #808080 1px solid;
      padding: 50px 0 0; }

  .ppl_name {
    margin: 10px 0 5px;
    font-size: 15px; }

  .ppl_posi {
    margin: 0 0 10px;
    font-size: 12px; }

  .ppl_desc {
    width: 80%;
    margin: 0 auto 50px;
    font-size: 14px;
    line-height: 1.5rem; }
    .ppl_desc span {
      margin: 5px 0; }

  #sec02 .sec_wrap {
    width: 100%; }

  .cre_wrap {
    padding: 0 0 30px; }

  .cre_box {
    margin: 5px;
    text-align: center; }
    .cre_box img {
      width: 167px;
      height: 167px; }

  .hover_box {
    display: none; }

  #sec03 .desc {
    text-align: center; }
  #sec03 .pnk_btn {
    margin: 0 auto 50px; }

  #sec04 {
    padding: 0 0 20px; }
    #sec04 .pnk_btn {
      padding: 30px 0 30px 50px;
      width: auto; }
      #sec04 .pnk_btn::before {
        left: calc(50% - 80px); }

  .white_box {
    padding: 20px;
    border-radius: 30px; } }
@media screen and (max-width: 500px) {
  video {
    display: none; }

  .only_sp {
    display: block; } }
