@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Font';
  src: url("../fonts/American Typewriter Bold.eot"), url("../fonts/American Typewriter Bold.ttf");
  -ms-font-feature-settings: "normal";
}

@font-face {
  font-family: 'Font02';
  src: url("../fonts/American Typewriter Regular.eot"), url("../fonts/American Typewriter Regular.ttf");
  font-weight: 600;
}

body {
  margin: 0;
  font-family: 'Noto Sans', 'Noto Sans JP', "Segoe UI Symbol", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.050em;
  line-height: 1.5;
}

body.open {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
}

header .head {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 110px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: multiply;
}

header .head .logo {
  width: 166px;
  z-index: 1000;
  margin-left: 7.57143%;
}

#nav-toggle .box {
  margin-top: -14px;
  margin-left: 34px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#nav-toggle .box > div {
  position: relative;
  width: 34px;
  height: 24px;
}

#nav-toggle .box span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle .box span:nth-child(1) {
  top: 0;
}

#nav-toggle .box span:nth-child(2) {
  top: 10px;
}

#nav-toggle .box span:nth-child(3) {
  top: 20px;
}

#nav-toggle .box:hover span {
  opacity: 0.4;
}

.open header .head {
  mix-blend-mode: initial;
}

.open #nav-toggle span {
  background: #E1007F;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open .copyright {
  margin-top: 280px;
  text-align: center;
}

.open #global-nav {
  background: #fff;
  z-index: 990;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#global-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#global-nav nav {
  padding-top: 260px;
  position: relative;
}

#global-nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#global-nav nav ul li {
  padding-bottom: 60px;
  position: relative;
  line-height: 1.4;
}

#global-nav nav::after {
  position: absolute;
  content: '';
  display: table;
  width: 100%;
  height: 1px;
  background-color: #E1007F;
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  margin-top: 80px;
}

#global-nav a {
  display: block;
}

#global-nav a .hover-menu {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 60px;
}

#global-nav a .hover-menu .menu-svg {
  fill: none;
  stroke: #E1007F;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
}

#global-nav a:hover {
  opacity: initial;
}

#global-nav a:hover .hover-menu .menu-svg {
  fill: #E1007F;
  stroke: #E1007F;
}

#global-nav ul {
  list-style: none;
}

#global-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.top {
  width: 104px;
}

.about {
  width: 193px;
}

.works {
  width: 198px;
}

@-webkit-keyframes flex {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes flex {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* open */
.open #global-nav {
  visibility: visible;
  opacity: 1;
}

.open #global-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

.open #flex {
  display: block !important;
  z-index: 10000;
  -webkit-animation: flex 1s linear 0s;
          animation: flex 1s linear 0s;
}

.header-logo {
  margin-top: 14px;
  margin-right: 30px;
  width: 186px;
}

.top-arrow .to-top {
  background-image: url("../images/common/arrow.svg");
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
  z-index: 200;
  cursor: pointer;
}

.top-arrow .to-top:hover {
  opacity: 0.6;
}

.animated:hover {
  -webkit-animation: pulse 1.5s;
          animation: pulse 1.5s;
}

main {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-wrap {
  padding-left: 6.72727%;
  padding-right: 6.72727%;
  margin-bottom: 170px;
  height: auto;
}

.works-wrap {
  font-family: 'Font';
}

.works-wrap .title {
  font-size: 32px;
  color: #E1007F;
}

.works-wrap .title a {
  color: #E1007F;
}

.works-wrap ul li {
  font-size: 24px;
}

.works-wrap ul li a {
  color: #9FA0A0;
}

.works-wrap ul li a:hover {
  color: #E1007F;
}

.section-img {
  padding-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-img .works-img {
  width: 53.57143%;
  z-index: 100;
  margin: 0 10px;
  overflow: hidden;
  -webkit-transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, -webkit-transform 1.5s;
  transition: opacity 2s, transform 1.5s;
  transition: opacity 2s, transform 1.5s, -webkit-transform 1.5s;
  opacity: 0;
}

.section-img .works-img a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-img .works-img a > div:first-of-type {
  width: 100%;
}

.section-img .works-img a img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 100%;
}

.section-img .works-img a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.section-img .works-img a:hover .title-wrap {
  color: #E1007F !important;
}

.section-img .works-img a .title-wrap {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 88%;
  right: 0;
  left: 0;
  margin: auto;
}

.section-img .works-img a .title-wrap .title,
.section-img .works-img a .title-wrap .index {
  font-family: 'Helvetica', 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.section-img .works-img a .title-wrap .title {
  font-size: 30px;
}

.section-img .works-img a .title-wrap .index {
  font-size: 20px;
}

.section-img .works-img a .title-wrap .index span:not(:first-of-type) {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.section-img .works-img a .title-wrap .index span:not(:first-of-type):before {
  position: absolute;
  content: " / ";
  left: 10px;
  top: 0;
}

footer .copyright {
  margin-top: 67px;
  margin-bottom: 107px;
  text-align: center;
}

footer .copyright p {
  font-size: 12px;
}

.found404 {
  text-align: center;
  color: #E1007F;
  font-family: 'Font';
}

.found404 .error {
  display: block;
  font-size: 40px;
  margin: 200px 0;
}

.found404 .gotop {
  display: block;
  font-size: 22px;
  margin-bottom: 50px;
}

.found404 .gotop:visited {
  color: #E1007F;
}

.coming {
  text-align: center;
  color: #E1007F;
  font-family: 'Font';
  font-size: 25px;
  margin: 200px 0;
}

@media (max-width: 768px) {
  .section-img .works-img a .title-wrap .title {
    font-size: 24px;
  }
  .section-img .works-img a .title-wrap .index {
    font-size: 16px;
  }
  .section-img .works-img a .title-wrap .index span:not(:first-of-type) {
    display: block;
    padding-left: 0;
  }
  .section-img .works-img a .title-wrap .index span:not(:first-of-type):before {
    display: none;
  }
}

@media (max-width: 450px) {
  header .head {
    height: 80px;
  }
  .header-logo {
    margin-top: 0;
    width: 120px;
  }
  #nav-toggle .box {
    margin-top: initial;
  }
  #global-nav nav {
    padding-top: 160px;
  }
  #global-nav nav ul li {
    padding-bottom: 40px;
  }
  .open .copyright {
    margin-top: 140px;
  }
  .open .copyright p {
    font-size: 12px;
  }
  .top .hover-menu {
    width: 62px;
  }
  .about .hover-menu {
    width: 116px;
  }
  .works .hover-menu {
    width: 119px;
  }
  .section-img .works-img {
    width: 100%;
  }
  .section-img .works-img a .title-wrap .title {
    font-size: 26px;
  }
  .coming {
    text-align: center;
    color: #E1007F;
    font-family: 'Font';
    font-size: 20px;
    margin: 50px 0;
  }
}
