@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
.sub-creator
------------------------------------------------------------------- */
.sub-creator {}





/* mv */
.mv {
  position: static;
}
.mv h1 {
  position: static;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 35px;
}
.mv h1 img {
  width: 244px;
  margin-bottom: 25px;
}





/* content */
.content {
  padding-bottom: 40px;
}
.content-1 {
  padding-top: 0;
}
.content-2 {
  padding-top: 40px;
}
.content h2 {
  margin-bottom: 35px;
  font-size: 2rem;
  line-height: 1.6;
}
.content .flex {
  display: block;
}
.content .flex + .flex {
  margin-top: 40px;
}
.content .flex img {
  margin-bottom: 30px;
}
.content-1 .flex:first-of-type img {
  width: calc(100% + 12vw);
  margin-right: 0;
  margin-left: -6vw;
}
.content-1 .flex:nth-of-type(2) img,
.content-2 .flex:first-of-type img {
  width: 100%;
  margin-left: 0;
}
.content-2 .flex:nth-of-type(2) img {
  width: 100%;
  margin-right: 0;
}
.content-2 .container > img {
  width: calc(100% + 12vw);
  margin-bottom: 25px;
  margin-left: -6vw;
}





/* works */
.works {
  padding-top: 40px;
  padding-bottom: 56px;
}
.works h2 {
  margin-bottom: 30px;
}
.works h2 span:first-of-type {
  font-size: 3.6rem;
}
.works h2 span:last-of-type {
  font-size: 1.6rem;
}
.works .flex {
  display: block;
  margin-bottom: 10px;
}
.works .flex img {
  width: 100%;
}
.works .flex img + img {
  margin-top: 20px;
}
.works .container > span {
  right: 0;
  width: 175px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1.4rem;
}





/* profile */
.profile {
  padding-top: 40px;
  padding-bottom: 100px;
}
.profile .flex {
  display: block;
  margin-bottom: 30px;
}
.profile .flex div {
  margin-bottom: 30px;
}
.profile .flex div h2 {
  margin-bottom: 10px;
}
.profile .flex div h2 > span:first-of-type {
  margin-bottom: 10px;
  font-size: 3.6rem;
}
.profile .flex img {
  width: 100%;
  margin-left: 0;
}
.profile ul {
  margin-bottom: 40px;
}
.profile ul li {
  display: block;
  padding-top: 35px;
}
.profile ul li + li {
  margin-top: 30px;
}
.profile ul li span {
  display: block;
  margin-right: 0;
  margin-bottom: 16px;
  margin-left: 0;
  text-align: center;
}
.profile ul li p {
  padding-right: 20px;
  padding-left: 30px;
}





}