@media screen and (max-width: 959px) {

.sp {
  display:block;
}

nav {
  display: flex;
  flex-direction: column;
}

  nav a {
    line-height: 2rem;
    margin: 3px 0;
    width: 100%;
}

.box {
  padding: 2rem 4rem 6rem;
}

  .boxflex {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .center-box {
    width: 100%;
    height: 800px;

  }

  .center-box-lp {
    background-size: 96%;
}

  .center-box-banner {
  background-size: 98%;
  background-position: bottom;
}

  .center-box-movie {
    background-size: 98%;
    background-position: bottom;
}

.right-box {
  width: 100%;
}

.top-profile-images img{
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

.lp-list {
  flex-direction: column;
}

.banner-flex {
  flex-direction: column;
}

.banner-in-img {
  width: 100%;
  min-height: 94px;
  display: flex;
  align-items: center;
}

.banner-in {
  margin: 1rem;
  padding: 1rem 1rem;
  border-radius: 5px;
}

.video-in {
  text-align: center;
}

.video-iframe {
  width: 80%;
  height: auto;

}


.lp-flex {
  flex-direction: column-reverse;
}

.lp-in-text {
  width: 100%; 
}

.lp-text-box-in {
  font-size: 1.5rem;
  margin: 0 0rem 0 0;
  padding: 0rem 1rem;
}

.lp-second-text {
  width: 100%;
}

.lp-second-box {
  flex-direction: column-reverse;
}

.text-box-a {
  margin: 2rem 0 0 0;
}

.lp-second-tools {
  padding: 0;
}

.lp-second-tools span {
  line-height: 3rem;
}

.profile-box {
  flex-direction: column-reverse;
}

.profile-image {
  margin: 0;
  width: 100%;
  height: 375px;
}

.profile-contents {
  background: #ccc;
  margin: 1rem 0;
  padding: 1rem 2rem 3rem;
  border-radius: 15px;
}

.text-box-name {
  padding: 0rem 1rem;
}

.text-box-in {
  color: #343434;
  font-size: 1.5rem;
  margin: 0 2rem 0 0;
  padding: 0rem 1rem;
}

.profile-skills span {
  font-size: 2rem;
}

.profile-skills {
  line-height: 3rem;
}

.likes-flex {
  flex-direction: column-reverse;
}

.likes-img {
  width: 100%;
}

.likes-text {
  width: 100%;
}

.likes-text-in {
  color: #343434;
  font-size: 1.5rem;
  margin: 1rem 0rem 0 0;
  padding: 0rem 1rem;
}

.mail {
  font-size:2rem;
}

.abs {
  position: static;
}

}

@media screen and (max-width: 480px) {


}