body {
  font-family: "Times New Roman", "A1 Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #545454;
  background-image: url(../images/background-image.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

.pchidden{
  display: none;
}

.top-bg {
  background-image: url(../images/background-image-top.jpg);
}

/* --- menu --- */
.menu {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto;
}

.menu .top {
  font-size: 100px;
  color: #000000;
}

.menu .top span {
  color: #ffffff;
}

.menu .home {
  font-size: 45px;
  color: #000000;
}

.menu ul {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 20px 0 0;
  font-size: 18px;
  color: #060606;
}

.menu li {
  position: relative;
}

.menu .menu-active:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #060606;
  border-radius: 3px;
  top: 30px;
  left: 45%;
}

/* --- first-view --- */
.first-view {
  position: relative;
  top: -170px;
  height: 440px;
  background-color: #333333;
  z-index: -1;
}

.first-view img {
  position: absolute;
  opacity: 0;
	transition: all 1s ease-in-out;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 440px;
}

/* --- top-news --- */
.top-news {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 60px;
  position: relative;
  top: -200px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,.05);
}

.top-news .top-news-header {
  font-size: 28px;
  margin-bottom: 20px;
}

.top-news .top-news-list {
  display: flex;
  justify-content: space-between;
}

.top-news .top-news-item {
  width: 230px;
}

.top-news .top-news-link {
  display: block;
}

.top-news .top-news-img {
  width: 100%;
  margin-bottom: 10px;
}

.top-news .top-news-date {
  font-size: 14px;
}

.top-news .top-news-text {
  font-size: 14px;
  margin-top: 10px;
}

.top-news .top-news-next {
  position: relative;
  display: flex;
  justify-content: right;
  margin-top: 20px;
  text-align: center;
}

.top-news .top-news-next a {
  display: block;
  width: 140px;
  margin: 0 5px 20px 0;
  padding-bottom: 10px;
  font-size: 14px;
  color: #EB6161;
  border-bottom: 1px solid #EB6161;
}

.top-news .top-news-next a::before {
  content: "";
  display: block;
  background-image: url(../images/brand-icon.png);
  background-size: cover;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 130px;
}

.top-news .top-news-next a::after {
  content: "";
  position: absolute;
  width: 17.5px;
  height: 17px;
  border-top: 1px solid #EB6161;
  border-right: 1px solid #EB6161;
  transform: rotate(45deg);
  top: 18px;
  right: 0;
}

/* --- top-works --- */
.top-works {
  width: 1200px;
  height: 3000px;
  margin: 0 auto;
  position: relative;
}

.top-works .top-works-item {
  display: flex;
  position: absolute;
}

.top-works .top-works-item:nth-of-type(1) {
  top: 0;
  left: 30px;
}

.top-works .top-works-item:nth-of-type(2) {
  top: 150px;
  right: 10px;
}

.top-works .top-works-item:nth-of-type(3) {
  top: 600px;
  left: 100px;
}

.top-works .top-works-item:nth-of-type(4) {
  top: 1000px;
  left: 30px;
}

.top-works .top-works-item:nth-of-type(5) {
  top: 1350px;
  right: 10px;
}

.top-works .top-works-item:nth-of-type(6) {
  top: 1800px;
  left: 100px;
}

.top-works .top-works-item:nth-of-type(7) {
  top: 2350px;
  left: 60px;
}

.top-works .top-works-title {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  font-size: 20px;
  color: #000000;
  margin-right: 20px;
}

.top-works .top-works-title span {
  font-size: 14px;
  color: #7D7D7D;
}

.top-works .top-works-link {
  display: block;
  transition: box-shadow 0.5s;
}

.top-works .top-works-link:hover {
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,1);
  transition: box-shadow 0.5s;
}

.top-works .top-works-item:nth-of-type(1) .top-works-link {
  width: 460px;
}

.top-works .top-works-item:nth-of-type(2) .top-works-link {
  width: 500px;
}

.top-works .top-works-item:nth-of-type(3) .top-works-link {
  width: 890px;
}

.top-works .top-works-item:nth-of-type(4) .top-works-link {
  width: 460px;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.top-works .top-works-item:nth-of-type(5) .top-works-link {
  width: 500px;
}

.top-works .top-works-item:nth-of-type(6) .top-works-link {
  width: 890px;
}

.top-works .top-works-item:nth-of-type(7) .top-works-link{
  width: 780px;
}

.top-works .top-works-img {
  width: 100%;
}

/* --- header --- */
.header1 {
  margin: 50px auto;
  text-align: center;
}

.header1 h1 {
  font-size: 55px;
  color: #000000;
  line-height: 1;
}

.header1 h1 span {
  font-size: 36px;
}

.header2 {
  font-size: 32px;
  margin: 100px auto 30px;
  color: #000000;
}

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

/* --- works --- */
.works {
  width: 1000px;
  margin: 50px auto;
  line-height: 1.5;
}

.works-image {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works-image.solo {
  justify-content: center;
}

.works-image .main {
  width: 100%;
}

.works-image .sub {
  width: 578px;
  margin: 0 0 43px;
}

.works-image .solosub {
  width: 578px;
}

.works-image .sub:nth-child(odd) {
  margin-right: 43px;
}

.works-image-smp {
  display: none;
}

.works-movie {
  width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.works-movie p {
  margin-top: 30px;
}

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

/* --- workflex --- */
.workflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}

.workflex p {
  width: 500px;
  padding: 10px 22px 10px;
}

/* --- profile --- */
.profile {
  width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}

.profile-hero {
  position: relative;
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.profile-hero .heroimage {
  position: absolute;
  right: 100px;
  width: 440px;
}

.profile-hero .heroname {
  position: absolute;
  left: 70px;
  top: 80px;
  width: 650px;
}

.profile-hero .herotitle {
  position: absolute;
  left: 100px;
  bottom: 120px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.profile-hero .herotitle span {
  font-size: 50px;
}

.profile-overview p {
  margin-bottom: 30px;
}

.profile-history-item {
  display: flex;
  margin-bottom: 30px;
}

.profile-history-item p:first-of-type {
  width: 200px;
}

/* --- contact --- */
.contact {
  position: relative;
  margin: 200px 0;
  border-top: 1px solid #EB6161;
  border-bottom: 1px solid #EB6161;
}

.contact:before {
  content: "";
  display: block;
  background-image: url(../images/brand-icon.png);
  background-size: cover;
  width: 78px;
  height: 78px;
  position: relative;
  top: -39px;
  margin: 0 auto;
}

.contact .header2 {
  text-align: center;
  margin-top: 30px;
}

.contact p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.contact a {
  display: block;
  width: 310px;
  margin: 50px auto 80px;
  padding: 30px 0;
  border: 1px solid #545454;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
}

.contact a:before {
  content: "";
  display: inline-block;
  background-image: url(../images/paper-plane.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  vertical-align: sub;
  margin-right: 20px;
}

/* --- news --- */
.news {
  width: 850px;
  margin: 0 auto;
  line-height: 1.5;
}

.news ul {
  position: relative;
}

.news-allow {
  position: relative;
  content: "";
  display: block;
  height: 50px;
  width: 2px;
  background: #EB6161;
  left: 90px;
}

.news-allow::before {
  content: "";
  position: absolute;
  width: 17.5px;
  height: 17px;
  border-top: 2px solid #EB6161;
  border-right: 2px solid #EB6161;
  transform: rotate(-45deg);
  left: -8px;
  top: -12px;
}

.news-item {
  position: relative;
  border-left: 2px solid #EB6161;
  margin-left: 90px;
  padding: 0 50px 90px;
}

.news-date {
  font-family: lato;
  position: absolute;
  left: -50px;
  top: -7px;
  text-align: right;
}

.news-date::before {
  position: absolute;
  content: "";
  display: block;
  height: 60px;
  width: 1px;
  background: #545454;
  transform: rotate(45deg);
}

.news-date::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/brand-icon.png);
  background-size: cover;
  width: 21px;
  height: 21px;
  left: 39px;
  top: 10px;
}

.news-date-sp {
  display: none;
}

.news-dateMonth {
  display: block;
  width: 30px;
  position: absolute;
  left: -32px;
  top: 4px;
  letter-spacing: .15em;
  text-align: center;
}

.news-dateDay {
  display: block;
  width: 30px;
  position: absolute;
  left: 5px;
  top: 35px;
  letter-spacing: .15em;
  text-align: center;
}

.news-title {
  font-size: 18px;
  margin-bottom: 40px;
}

.news-txt {
  margin: 16px 0;
}

.news-txt a {
  color: #EB6161;
}

.news-image {
  width: 300px;
}

.news-yearTitle {
  font-size: 90px;
  color: #EB6161;
  margin-bottom: 30px;
  opacity: .5;
}
/* --- footer --- */
.footer {
  margin-top: 100px;
  background-color: #464646;
  color: #ffffff;
  height: 300px;
}

.footer .side-left {
  position: fixed;
  top: 50%;
  left: -60px;
  transform: rotate(90deg);
  color: #000000;
}

.footer .side-right {
  position: fixed;
  top: 50%;
  right: -10px;
  transform: rotate(90deg);
  color: #000000;
}

.footer .sns {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 1200px;
  height: 90px;
  margin: 0 auto; 
}

.footer .sns .instagram {
  content: "";
  background-image: url("../images/instagram.png");
  background-size: cover;
  width: 30px;
  height: 30px;
  position: relative;
  right: 0;
}

.footer .link_wrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0 0;
}

.footer .link_wrapper a {
margin-left: auto;
}

.footer .link_wrapper img {
  margin-left: auto;
  width: 50px;
  height: 50px;
  height: 50px;
}

.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
}

.footer .home {
  font-size: 45px;
}

.footer ul {
  display: flex;
  justify-content: space-between;
  width: 500px;
  font-size: 18px;
}

.bold {
  font-weight: bold;
}

/* tablet */
@media screen and (min-width: 520px) and (max-width: 1200px) {

  .tabhidden {
    display: none;
  }

  .pchidden.tab {
    display: block;
    margin: 0 auto;
  }

  body {
    font-size: 14px;
  }

  .menu {
    width: 100%;
    margin: 0;
    padding: 40px;
  }

  .menu .top {
    font-size: 80px;
    position: absolute;
  }

  .menu .home {
    font-size: 33px;
  }

  .menu ul {
    width: 100%;
    margin: 0;
    justify-content: flex-end;
  }

  .menu li {
    margin-left: 20px;
  }

  .first-view {
    top: 30px;
  }

  .top-news {
    width: auto;
    margin-left: 50px;
    top: -150px;
  }

  .top-news .top-news-item {
    width: 20%;
  }

  .top-works {
    width: 760px;
    height: 1800px;
  }

  .top-works .top-works-title {
    font-size: 16px;
    margin-right: 12px;
  }

  .top-works .top-works-item:nth-of-type(1) {
    left: 60px;
  }

  .top-works .top-works-item:nth-of-type(1) .top-works-link {
    width: 300px;
  }

  .top-works .top-works-item:nth-of-type(2) {
    right: 60px;
  }

  .top-works .top-works-item:nth-of-type(2) .top-works-link {
    width: 250px;
  }

  .top-works .top-works-item:nth-of-type(3) {
    top: 400px;
  }

  .top-works .top-works-item:nth-of-type(3) .top-works-link {
    width: 500px;
  }

  .top-works .top-works-item:nth-of-type(4) {
    top: 450px;
    left: 50px;
  }

  .top-works .top-works-item:nth-of-type(4) .top-works-link {
    width: 250px;
  }

  .top-works .top-works-item:nth-of-type(5) {
    top: 800px;
    right: 50px;
  }

  .top-works .top-works-item:nth-of-type(5) .top-works-link {
    width: 300px;
  }

  .top-works .top-works-item:nth-of-type(6) {
    top: 1050px;
  }

  .top-works .top-works-item:nth-of-type(6) .top-works-link {
    width: 500px;
  }

  .top-works .top-works-item:nth-of-type(7) {
    top: 1350px;
  }

  .top-works .top-works-item:nth-of-type(7) .top-works-link {
    width: 400px;
  }

  .header1 h1 {
    font-size: 40px;
  }

  .header1 h1 span {
    font-size: 32px;
  }

  .header2 {
    font-size: 24px;
    margin: 50px auto 10px;
    padding: 0 50px;
  }

  .works {
    width: 100%;
    margin: 20px 0;
  }

  .works p {
    padding: 0 50px;
  }

  .works-image {
    width: 100%;
    padding: 0 50px;
  }

  .works-image .sub {
    width: 50%;
    margin: 0;
    padding: 10px 0;
  }

  .works-image .sub:nth-child(odd) {
    margin: 0;
    padding-right: 10px;
  }

  .works-image .sub:nth-child(even) {
    margin: 0;
    padding-left: 10px;
  }

  .works-image .solosub {
    width: 50%;
  }

  .works-movie {
    width: 100%;
  }

  .workflex {
    width: 100%;
    padding: 0 40px;
  }

  .workflex p {
    width: 50%;
    padding: 0 10px;
  }

  .profile {
    width: auto;
  }

  .profile-hero {
    width: auto;
    height: 400px;
  }

  .profile-hero .heroname {
    left: 50px;
    width: 50%;
  }

  .profile-hero .herotitle {
    left: 50px;
    top: 200px;
    font-size: 24px;
  }

  .profile-hero .herotitle span {
    font-size: 30px;
  }

  .profile-hero .heroimage {
    right: 20px;
    width: 40%;
  }

  .profile-overview {
    margin-top: 50px;
  }

  .profile-overview p {
    padding: 0 50px;
  }

  .profile-history {
    padding: 50px 50px 0;
  }

  .profile-history-item p:first-of-type {
    width: 25%;
  }

  .news {
    width: auto;
    margin: 0 20px;
  }

  .footer {
    height: auto;
  }

  .footer .home {
    font-size: 36px;
    margin-left: 20px;
  }

  .footer .link_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 20px 20px 0;
  }

  .footer .link_wrapper a {
    margin-left: auto;
  }

  .footer .link_wrapper img {
    margin-left: auto;
    width: 50px;
    height: 50px;
  }

  .footer .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0 20px 40px;
  }

  .footer .side-left,
  .footer .side-right {
    display: none;
  }

  .footer ul {
    width: 100%;
    justify-content: flex-end;
  }

  .footer li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 520px) and (max-width: 800px) {
  .header1 h1 {
    font-size: 36px;
  }

  .header1 h1 span {
    font-size: 28px;
  }

  .header2 {
    font-size: 22px;
  }
  
  .works p {
    font-size: 12px;
  }
}

/* SP */
@media screen and (max-width: 520px) {
  .pchidden {
    display: block;
  }

  .pchidden.tab {
    display: none;
  }

  .smphidden {
    display: none;
  }

  .menu {
    width: auto;
    margin: 35px auto 50px;
    padding: 0;
  }

  .menu.active {
    display: none;
  }

  .menu .top {
    font-size: 35px;
    margin-left: 10px;
    position: relative;
  }

  .menu .menu-icon {
    width: 25px;
    height: 19px;
    background-size: contain;
    background-image: url("../images/menu-icon.png");
    position: absolute;
    top: 30px;
    right: 20px;
  }

  .menu .home {
    margin-left: 20px;
    font-size: 25px;
  }

  .menu ul {
    display: none;
  }

  .menu-smp {
    display: none;
  }

  .menu-smp.active {
    display: block;
  }

  .menu-smp .menu-title {
    z-index: 20;
    position: fixed;
    top: 20px;
    left: 20px;
    font-size: 38px;
    color: #000;
  }

  .menu-smp .menu-close {
    width: 25px;
    height: 25px;
    background-size: contain;
    background-image: url("../images/top-close.png");
    z-index: 30px;
    position: fixed;
    top: 30px;
    right: 20px;
  }

  .menu-smp {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 20px;
    background-color: #ffffff;
    background-image: url("../images/top_nav.png");
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }

  .menu-smp .menu-list {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .menu-smp .menu-list li {
    font-size: 36px;
    margin: 20px 0;
  }

  .first-view {
    top: -90px;
    height: 440px;
  }

  .header1 h1 {
    font-size: 28px;
  }

  .header1 h1 span {
    font-size: 21px;
  }

  .header2 {
    margin: 40px auto 20px 20px;
    padding: 0;
    font-size: 22px;
  }

  .header2.center {
    margin-left: 20px;
    text-align: left;
  }

  /* --- top-news --- */
  .top-news {
    width: auto;
    margin: 0 10px;
    padding: 0 20px 30px;
    position: relative;
    top: -200px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,.05);
  }

  .top-news:before {
    content: "";
    display: block;
    background-image: url(../images/brand-icon.png);
    background-size: cover;
    width: 45px;
    height: 45px;
    position: relative;
    top: -20px;
    margin: 0 auto;
  }

  .top-news .top-news-list {
    flex-wrap: wrap;
  }

  .top-news .top-news-item {
    width: 46%;
    margin-bottom: 30px;
  }
  /* --- top-works --- */
  .top-works {
    width: auto;
    height: auto;
  }

  .top-works .top-works-item {
    position: static;
    flex-direction: column;
    margin-bottom: 100px;
  }

  .top-works .top-works-title {
    order: 2;
    writing-mode: initial;
    text-orientation: initial;
    transform: rotate(0deg);
    font-size: 20px;
    color: #000000;
    margin: 10px 5px 0;
  }

  .top-works .top-works-item:nth-of-type(1) .top-works-link {
    width: 100%;
  }
  
  .top-works .top-works-item:nth-of-type(2) .top-works-link {
    width: 100%;
  }
  
  .top-works .top-works-item:nth-of-type(3) .top-works-link {
    width: 100%;
  }
  
  .top-works .top-works-item:nth-of-type(4) .top-works-link {
    width: 100%;
    position: static;
  }
  
  .top-works .top-works-item:nth-of-type(5) .top-works-link {
    width: 100%;
  }
  
  .top-works .top-works-item:nth-of-type(6) .top-works-link {
    width: 100%;
  }
  
  .top-works .top-works-item:nth-of-type(7) .top-works-link{
    width: 100%;
  }

  /* news */
  .news {
    width: auto;
    margin: 0 auto;
  }

  .news-allow {
    left: 20px;
  }

  .news-item {
    margin-left: 20px;
    padding: 0 20px 90px;
  }

  .news-date::before,
  .news-dateMonth,
  .news-dateDay {
    display: none;
  }

  .news-date-sp {
    display: block;
    color: #999;
    padding-bottom: 10px;
  }

  .news-image {
    width: 100%;
  }

  /* profile */

  .profile {
    width: auto;
  }

  .profile-hero {
    width: auto;
    height: auto;
    padding-bottom: 50px;
  }

  .profile-hero .heroimage {
    position: relative;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }

  .profile-hero .heroname {
    position: relative;
    width: 85%;
    left: 0;
    top: 0;
    display: block;
    margin: 20px auto;
  }

  .profile-hero .herotitle {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 21px;
    font-feature-settings: "palt";
  }

  .profile-hero .herotitle span {
    font-size: 34px;
  }

  .profile-overview {
    margin: 0;
    padding: 0 20px;
  }

  .profile-overview p {
    padding: 0;
  }

  .profile-history {
    padding: 0 20px;
  }

  .profile-history-item {
    display: block;
  }

  .profile-history-item:first-of-type {
    margin-bottom: 30px;
  }

  .contact p {
    padding: 0 20px;
  }

  /* work */
  .works {
    width: auto;
    margin: auto;
    line-height: 1.8;
  }

  .works p {
    padding: 10px 20px 10px;
  }

  .works-image {
    width: 100%;
    padding: 0;
  }
  
  .works-image-smp {
    display: block;
    padding: 10px 20px;
    width: 100%;
  }

  .works-movie {
    width: auto;
  }

  .works-movie iframe {
    margin: 0 auto;
  }

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

  .workflex {
    width: auto;
    padding: 0;
  }

  .workflex p {
    width: auto;
    padding: 10px 20px 10px;
  }

  .footer {
    weight: 100%;
    height: auto;
    position: initial;
  }

  .footer .home {
    font-size: 35px;
    margin-left: 20px;
  }

  .footer .link_wrapper {
    position: absolute;
    right: 10px;
    margin-top: 30px;
    height: auto;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .footer .link_wrapper a {
    margin-left: auto;
  }

  .footer .link_wrapper img {
    margin-left: auto;
    width: 50px;
    height: 50px;
  }

  .footer .wrapper {
    height: auto;
    margin-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .wrapper,
  .footer .sns,
  .footer .link_wrapper {
    width: auto;
  }

  .footer .wrapper .home {
    order: 1;
    margin-bottom: 20px;
  }

  .footer .side-right,
  .footer .side-left {
    display: none;
  }
  
  .footer ul {
    margin: 50px 0 50px 20px;
    flex-direction: column;
    width: auto;
  }

  .footer ul li {
    margin: 10px 0;
  }

  .footer .sns .instagram {
    right: 20px;
  }
}