@charset "UTF-8";
@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&family=Questrial&display=swap");
/* PC用 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* スマホ用 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.text-center {
  text-align: center;
}

header {
  z-index: 1000;
  position: fixed;
  width: 100%;
}
header #top-menu, header #detail-menu, header #top-menu.color, header .color#detail-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  z-index: 1;
  width: 100%;
}
header #top-menu picture.color, header #detail-menu picture.color {
  display: none;
}
header #top-menu picture.mono, header #detail-menu picture.mono {
  display: block;
}
header #top-menu > div, header #detail-menu > div, header #top-menu.color > div, header .color#detail-menu > div {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 66px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 767px) {
  header #top-menu > div, header #detail-menu > div, header #top-menu.color > div, header .color#detail-menu > div {
    height: 33px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
}
header #top-menu > div > picture, header #detail-menu > div > picture, header #top-menu.color > div > picture, header .color#detail-menu > div > picture {
  margin-left: 20px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  header #top-menu > div > picture, header #detail-menu > div > picture, header #top-menu.color > div > picture, header .color#detail-menu > div > picture {
    margin-left: unset;
    margin-right: 10px;
    height: 16px;
  }
  header #top-menu > div > picture > img, header #detail-menu > div > picture > img, header #top-menu.color > div > picture > img, header .color#detail-menu > div > picture > img {
    height: 16px;
  }
}
header #top-menu > ul, header #detail-menu > ul, header #top-menu.color > ul, header .color#detail-menu > ul {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
@media (max-width: 767px) {
  header #top-menu > ul, header #detail-menu > ul, header #top-menu.color > ul, header .color#detail-menu > ul {
    height: 26px;
  }
}
header #top-menu > ul > li, header #detail-menu > ul > li, header #top-menu.color > ul > li, header .color#detail-menu > ul > li {
  font-family: "Questrial", sans-serif;
  font-size: 24px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  header #top-menu > ul > li, header #detail-menu > ul > li, header #top-menu.color > ul > li, header .color#detail-menu > ul > li {
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
header #top-menu > ul > li > a, header #detail-menu > ul > li > a, header #top-menu.color > ul > li > a, header .color#detail-menu > ul > li > a {
  text-decoration: none;
  color: white;
  line-height: 52px;
}
@media (max-width: 767px) {
  header #top-menu > ul > li > a, header #detail-menu > ul > li > a, header #top-menu.color > ul > li > a, header .color#detail-menu > ul > li > a {
    line-height: 35px;
  }
}
header #detail-menu > div, header #top-menu.color > div, header .color#detail-menu > div {
  color: black;
  background-color: white;
}
header #detail-menu > ul, header #top-menu.color > ul, header .color#detail-menu > ul {
  color: white;
  background-color: black;
}
header #top-menu.color picture.mono, header .color#detail-menu picture.mono {
  display: none;
}
header #top-menu.color picture.color, header .color#detail-menu picture.color {
  display: block;
}

#do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: black;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
}
#do.works {
  padding-top: 118px;
}
@media (max-width: 767px) {
  #do.works {
    padding-top: 59px;
  }
}
#do > * {
  width: 100%;
}
#do ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#do h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#do h2:after {
  content: "";
  width: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid white;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  #do h2:after {
    width: 16px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
#do picture {
  max-width: 100%;
}
#do picture img {
  max-width: 100%;
}
#do #do-fv {
  width: 100%;
  height: auto;
  max-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #do #do-fv {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  #do #do-fv #do-title {
    width: 50%;
  }
}
#do #do-fv > div {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  #do #do-fv > div {
    height: 100vh;
  }
}
#do #do-fv #do-fv-slide {
  width: 100%;
  height: auto;
  max-height: 90vh;
}
#do #do-fv #do-fv-slide li, #do #do-fv #do-fv-slide picture, #do #do-fv #do-fv-slide img {
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  #do #do-fv #do-fv-slide {
    height: 100vh;
    max-height: 100vh;
  }
  #do #do-fv #do-fv-slide li, #do #do-fv #do-fv-slide picture, #do #do-fv #do-fv-slide img {
    height: 100vh;
    max-height: 100vh;
  }
}
#do #do-fv .slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#do #works-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #do #works-designer {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
#do #works-designer > p {
  font-size: 20px;
  line-height: 2.1em;
  color: white;
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #do #works-designer > p {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #do #works-designer h2 > picture {
    width: 65%;
  }
}
#do #do-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  #do #do-concept {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
#do #do-concept > p {
  font-size: 20px;
  line-height: 2.1em;
  color: white;
  text-align: center;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #do #do-concept > p {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #do #do-concept h2 > picture {
    width: 65%;
  }
  #do #do-concept #do-concept-image {
    width: 65%;
  }
}
#do #do-works {
  padding-top: 150px;
}
@media (max-width: 767px) {
  #do #do-works h2 > picture {
    width: 40%;
  }
}
#do #do-works > p {
  font-size: 20px;
  color: white;
  text-align: center;
  margin-bottom: 95px;
  line-height: 2.1em;
}
@media (max-width: 767px) {
  #do #do-works > p {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
#do #do-works ul li {
  position: relative;
  margin-bottom: 100px;
}
#do #do-works ul li:hover picture {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
@media (max-width: 767px) {
  #do #do-works ul li {
    margin-bottom: 40px;
  }
}
#do #do-works ul li picture {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
}
#do #do-works ul li picture img {
  width: 100%;
}
#do #do-works ul li h3 {
  position: absolute;
  bottom: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: auto;
  font-size: 36px;
  line-height: 1.3em;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.4);
}
#do #do-works ul li h3 > span {
  font-size: 25px;
  font-family: "Questrial", sans-serif;
  color: white;
  line-height: 36px;
  margin-top: 0.2em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  #do #do-works ul li h3 > span {
    font-size: 15px;
    line-height: 18px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #do #do-works ul li h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #do #works-fv {
    overflow-x: hidden;
  }
}
#do #works-fv img {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  #do #works-fv img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
#do #works-designer-profile, #do #works-designers-profile {
  max-width: 1160px;
  color: white;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #do #works-designer-profile, #do #works-designers-profile {
    max-width: 86%;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#do #works-designer-profile h1, #do #works-designers-profile h1 {
  text-align: center;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.3em;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #do #works-designer-profile h1, #do #works-designers-profile h1 {
    font-size: 21px;
    margin-bottom: 50px;
  }
}
#do #works-designer-profile h1 > span, #do #works-designers-profile h1 > span {
  font-size: 25px;
  display: block;
  font-family: "Questrial", sans-serif;
}
@media (max-width: 767px) {
  #do #works-designer-profile h1 > span, #do #works-designers-profile h1 > span {
    font-size: 12.5px;
  }
}
#do #works-designer-profile > div, #do #works-designers-profile > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div, #do #works-designers-profile > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#do #works-designer-profile > div.v, #do #works-designers-profile > div.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#do #works-designer-profile > div.v p, #do #works-designers-profile > div.v p {
  margin-right: 0;
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div > .pict > img, #do #works-designers-profile > div > .pict > img {
    max-width: 100px;
  }
}
#do #works-designer-profile > div > .designer, #do #works-designers-profile > div > .designer {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div > .designer, #do #works-designers-profile > div > .designer {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #do #works-designer-profile > div > .designer img, #do #works-designers-profile > div > .designer img {
    width: 33%;
  }
}
#do #works-designer-profile > div > .designer > .name, #do #works-designers-profile > div > .designer > .name {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div > .designer > .name, #do #works-designers-profile > div > .designer > .name {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
  }
}
#do #works-designer-profile > div > .designer > .name > span, #do #works-designers-profile > div > .designer > .name > span {
  font-size: 18px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div > .designer > .name > span, #do #works-designers-profile > div > .designer > .name > span {
    font-size: 14px;
    margin-top: 7px;
  }
}
#do #works-designer-profile > div p, #do #works-designers-profile > div p {
  margin-right: 60px;
  font-size: 18px;
  line-height: 1.8em;
  text-align: justify;
}
@media (max-width: 767px) {
  #do #works-designer-profile > div p, #do #works-designers-profile > div p {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.8em;
    text-align: justify;
  }
}
#do #works-designers-profile h1 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #do #works-designers-profile h1 {
    font-size: 14px;
    line-height: 25px;
  }
}
#do #works-designers-profile > div p {
  margin-top: 60px !important;
  font-size: 18px;
  line-height: 43px;
}
@media (max-width: 767px) {
  #do #works-designers-profile > div p {
    margin-top: 30px !important;
    text-align: justify !important;
    font-size: 12px;
    line-height: 22px;
  }
}
#do #works-photos img {
  display: block;
  max-width: 100%;
  width: 100%;
}
#do #works-data {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #do #works-data {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#do #works-data h3 {
  font-size: 50px;
  margin-bottom: 50px;
  font-family: "Questrial", sans-serif;
  color: white;
  font-weight: normal;
}
@media (max-width: 767px) {
  #do #works-data h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
#do #works-data > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#do #works-data dl {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  font-family: sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50px 1.5em 1.5em 1.5em 1.5em 1.5em 1.5em;
  grid-template-rows: 50px 1.5em 1.5em 1.5em 1.5em 1.5em 1.5em;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  #do #works-data dl {
    font-size: 9px;
    -ms-grid-rows: 2em 2em 2em 2em 2em 2em 2em;
    grid-template-rows: 2em 2em 2em 2em 2em 2em 2em;
  }
}
#do #works-data dl dt {
  text-align: right;
}
#do #works-data dl dd {
  text-align: left;
}
#do #works-data table {
  margin-left: auto;
  margin-right: auto;
}
#do #works-data table tr:first-of-type th, #do #works-data table tr:first-of-type td {
  padding-bottom: 20px;
}
#do #works-data table th, #do #works-data table td {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  #do #works-data table th, #do #works-data table td {
    font-size: 9px;
  }
}
#do #works-data table th {
  font-weight: normal;
  text-align: right;
}
#do #works-data table td {
  font-weight: normal;
  text-align: left;
}
#do #works-data p {
  color: white;
  font-size: 18px;
  line-height: 1.5em;
  font-family: sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: max-content;
  text-align: left;
}
@media (max-width: 767px) {
  #do #works-data p {
    font-size: 9px;
  }
}
#do #works-links {
  background-color: #333333;
  overflow-x: hidden;
  margin-top: 150px;
}
@media (max-width: 767px) {
  #do #works-links {
    margin-top: 75px;
  }
}
#do #works-links .slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#do #works-links .slide-prev, #do #works-links .slide-next {
  cursor: pointer;
}
@media (max-width: 767px) {
  #do #works-links .slide-prev, #do #works-links .slide-next {
    width: 7%;
    height: auto;
  }
}
#do #works-links ul#works-slide {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #do #works-links ul#works-slide {
    width: 70%;
  }
}
#do #works-links ul#works-slide li {
  height: 310px;
}
@media (max-width: 767px) {
  #do #works-links ul#works-slide li {
    height: 120px;
  }
}
#do #works-links ul#works-slide li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: white;
  font-family: "Questrial", sans-serif;
  font-size: 30px;
}
@media (max-width: 767px) {
  #do #works-links ul#works-slide li a {
    font-size: 15px;
  }
}
#do #works-links ul#works-slide li a:hover picture {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
#do #works-links ul#works-slide li picture {
  margin: 30px 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}
@media (max-width: 767px) {
  #do #works-links ul#works-slide li picture {
    margin: 15px 7px;
  }
}
#do #works-links ul#works-slide li picture, #do #works-links ul#works-slide li img {
  width: 420px;
  height: 250px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  #do #works-links ul#works-slide li picture, #do #works-links ul#works-slide li img {
    width: 95%;
    height: 90px;
  }
}
#do #works-designers {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#do #works-designers > div {
  width: 500px;
  background-color: #333;
  padding: 25px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  #do #works-designers > div {
    max-width: 86%;
    width: 80%;
    padding: 3%;
    margin-left: auto;
    margin-right: auto;
  }
}
#do #works-designers > div > div.photo {
  width: 35%;
}
#do #works-designers > div > div.photo > img {
  max-width: 100%;
}
#do #works-designers > div > div.data {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#do #works-designers > div > div.data > p {
  font-size: 24px;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #do #works-designers > div > div.data > p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 376px) {
  #do #works-designers > div > div.data > p {
    font-size: 16px;
    line-height: 25px;
  }
}
#do #works-designers > div > div.data > div {
  font-size: 20px;
  color: #999;
  font-family: "Questrial", sans-serif;
}
#do #works-designers > div > div.data > div > span {
  color: white;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #do #works-designers > div > div.data > div > span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #do #works-designers > div > div.data > div {
    font-size: 11px;
  }
}
#do #do-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #do #do-movie {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#do #do-movie h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 36px;
  color: white;
}
@media (max-width: 767px) {
  #do #do-movie h2 {
    font-size: 18px;
  }
}
#do #do-movie iframe {
  max-width: 100vw;
  max-height: 56.25vw;
}
#do #do-contact, #do #do-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  #do #do-contact, #do #do-designer {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  #do #do-contact h2 > picture, #do #do-designer h2 > picture {
    width: 44%;
  }
}
#do #do-contact a, #do #do-designer a {
  width: 1160px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: white;
  text-align: center;
}
@media (max-width: 767px) {
  #do #do-contact a, #do #do-designer a {
    width: 100%;
    height: auto;
    font-size: 13px;
  }
}
#do #do-contact a > div, #do #do-designer a > div {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#do #do-contact a > picture, #do #do-designer a > picture {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: 0;
  left: 0;
}
#do #do-contact a:hover > picture, #do #do-designer a:hover > picture {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#do #do-designer p {
  line-height: 1.6em;
}

footer {
  padding-top: 70px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
footer #footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  font-family: sans-serif;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer #footer-logo {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
footer #footer-logo picture {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  footer #footer-logo picture {
    margin-bottom: 12px;
    width: 260px;
  }
  footer #footer-logo picture > img {
    width: 260px;
  }
}
footer small {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6em;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer small {
    font-size: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
}
footer #footer-tel {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  footer #footer-tel {
    width: 240px;
    margin-bottom: 50px;
  }
  footer #footer-tel picture {
    width: 240px;
  }
  footer #footer-tel picture img {
    width: 240px;
  }
}
footer ul {
  background-color: #4c4c4c;
  width: 100%;
  height: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer ul {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer ul li {
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 80px;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer ul li {
    font-size: 10px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 40px;
  }
}
footer ul li a {
  color: white;
  text-decoration: none;
}
footer ul li:last-of-type {
  margin-right: 20px;
  margin-left: auto;
  color: white;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer ul li:last-of-type {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10px;
    text-align: center;
  }
}

#float-buttons {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
}
@media (max-width: 767px) {
  #float-buttons {
    bottom: 0;
  }
}
#float-buttons a {
  width: 60px;
  height: 250px;
  background-color: #c9211f;
  font-size: 24px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 767px) {
  #float-buttons a {
    width: 100vw;
    height: 50px;
    border-radius: 0;
    -webkit-writing-mode: lr;
    -ms-writing-mode: lr;
    writing-mode: lr;
    font-size: 20px;
  }
}
#float-buttons a:hover {
  background-color: #da7c7b;
}