/* reset */
html, body, h1, h2, h3, h4, h5, p, ul, ol, li,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* font */
body {
  font-size: 14px;
  line-height: 1.4;
  font-family: sans-serif;
}

.font_italic, h2 {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: italic;
}

.font_serif, h4 {
  font-family: linotype-didot, serif;
}

h1, h2, h3, h4 {
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 2rem;
}

.catchphrase {
  font-family: linotype-didot, serif;
  font-size: 2rem;
  line-height: 0.8;
  text-align: center;
  color: rgb(250, 250, 250);
}

.block_about h2 .font_serif, .block_work h2 .font_serif {
  font-style: normal;
}

.block_work_jc h3 {
  font-family: sans-serif;
}

a {
  color: rgb(0, 0, 0);
}

footer {
  color: rgb(250, 250, 250);
}
footer h2 {
  font-size: 2rem;
}
footer a {
  color: rgb(250, 250, 250);
}

@media screen and (min-width: 640px) {
  .nav .nav_menu {
    font-size: 0.72rem;
  }
  .block_work_jc h3 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3rem;
  }
  .block_work_jc h4 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -0.42rem;
  }
  .block_work_dtp h3 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3rem;
  }
  .block_work_dtp h4 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -0.42rem;
  }
  .block_work_model h3 {
    font-family: linotype-didot, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 3rem;
  }
  .block_work_model h4 {
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -0.42rem;
  }
}
@media screen and (min-width: 900px) {
  .catchphrase {
    font-size: 5rem;
    letter-spacing: -0.4rem;
  }
}
/* html & body */
html {
  background-color: rgb(55, 54, 64);
}

body {
  background-image: url(img/bg_body_noise.gif);
}

/* header */
header {
  position: absolute;
  z-index: 20;
  width: 100%;
}
header h1 {
  padding: 1rem;
  text-align: center;
}
header h1 img {
  height: 5rem;
}

@media screen and (min-width: 640px) {
  header .header_inner {
    overflow: hidden;
    height: 3rem;
    padding: 1rem;
  }
  header .header_inner h1 {
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
  }
  header .header_inner h1 img {
    width: auto;
    height: 3rem;
  }
}
/* nav */
.nav a {
  color: white;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
}
.nav_btn {
  position: absolute;
  z-index: 50;
  display: block;
  top: 44px;
  left: 30px;
  width: 20px;
  height: 20px;
}
.nav_btn span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: rgb(255, 255, 255);
  transition: 0.35s ease-in-out;
}
.nav_btn span:nth-child(1) {
  top: 5px;
}
.nav_btn span:nth-child(2) {
  top: 10px;
}
.nav_btn span:nth-child(3) {
  top: 15px;
}
.nav_btn_on span:nth-child(1) {
  top: 8px;
  background: #fff;
  transform: rotate(45deg);
}
.nav_btn_on span:nth-child(2), .nav_btn_on span:nth-child(3) {
  top: 8px;
  background: #fff;
  transform: rotate(-45deg);
}
.nav_menu {
  display: none;
}
.nav .nav_btn_on + .nav_menu {
  display: block;
  position: absolute;
  top: 0px;
  padding-top: 7.14rem;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.nav .nav_btn_on + .nav_menu li {
  height: 50px;
  padding-top: 10px;
}
.nav .nav_btn_on + .nav_menu li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

@media screen and (min-width: 640px) {
  header .nav {
    display: block;
    position: static;
    float: right;
  }
  header .nav_btn {
    display: none;
  }
  header .nav_menu {
    display: block;
    padding: 1rem 2rem 0;
  }
  header .nav_menu li {
    display: inline-block;
    margin-left: 2rem;
  }
}
/* keyvisual */
.keyvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 1rem;
  overflow: hidden;
}
.keyvisual .keyvisual_filter {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyvisual video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
}

@media screen and (min-width: 640px) {
  .keyvisual {
    width: 100%;
    margin-bottom: 10rem;
  }
}
/* block */
.block {
  margin-bottom: 5.2rem;
  padding: 0 1rem;
}
.block_text {
  margin-bottom: 3.6rem;
}
.block_text h2 {
  margin-bottom: 0.8rem;
}
.block_text p {
  margin-bottom: 1rem;
}
.block_text p:last-child {
  margin-bottom: 0;
}
.block_text_btn {
  text-align: right;
}
.block_text_btn a {
  display: inline-block;
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
  background-color: rgb(166, 143, 147);
  color: rgb(250, 250, 250);
}

@media screen and (min-width: 640px) {
  .block {
    margin-bottom: 10rem;
    padding: 0;
  }
  .block_text p {
    margin-bottom: 1.68rem;
  }
}
/* block_about */
.block_about {
  display: flex;
  flex-direction: column;
  padding: 0 5%;
}
.block_about_flexitem1 {
  order: 1;
}
.block_about_flexitem2 {
  order: 0;
  margin-bottom: 3rem;
}
.block_about_flexitem3 {
  order: 2;
}
.block_about img {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 640px) {
  .block_about {
    flex-direction: row;
    align-items: center;
  }
  .block_about_flexitem1 {
    order: 0;
    width: 44%;
    padding-right: 3%;
  }
  .block_about_flexitem2 {
    display: none;
  }
  .block_about_flexitem3 {
    order: 1;
    position: relative;
    width: 50%;
    padding-left: 2%;
    text-align: center;
  }
  .block_about_flexitem3 img:nth-child(1) {
    width: 80%;
  }
  .block_about_flexitem3 img:nth-child(2) {
    width: 24%;
    position: absolute;
    left: -5%;
    top: -5%;
  }
  .block_about_flexitem3 img:nth-child(3) {
    width: 30%;
    position: absolute;
    right: -4%;
    bottom: -23%;
  }
}
/* block_work */
.block_work_text_right {
  display: none;
}
.block_work_text_left ul {
  list-style: disc inside;
}
.block_work_slideshow_container {
  display: none;
}
.block_work_jc, .block_work_dtp, .block_work_model {
  margin-bottom: 2rem;
}
.block_work_jc h3, .block_work_dtp h3, .block_work_model h3 {
  margin-bottom: 0.5rem;
}
.block_work_jc_item, .block_work_dtp_item, .block_work_model_item {
  margin-bottom: 4rem;
}
.block_work_jc_item h4, .block_work_dtp_item h4, .block_work_model_item h4 {
  margin-bottom: 0.4rem;
}
.block_work_jc_item p img, .block_work_dtp_item p img, .block_work_model_item p img {
  margin-bottom: 0.5rem;
}
.block_work_model_item img {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 640px) {
  .block_work_text {
    padding: 0 5%;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .block_work_text_left {
    order: 2;
    width: 44%;
    padding-left: 3%;
  }
  .block_work_text_right {
    order: 1;
    display: block;
    width: 50%;
    padding-right: 3%;
  }
  .block_work_slideshow_container {
    display: flex;
    height: 12rem;
    margin-bottom: 7rem;
    overflow: hidden;
  }
  .block_work_slideshow_items {
    display: flex;
    align-items: center;
    -webkit-animation: work_slideshow 15s infinite linear 1s both;
            animation: work_slideshow 15s infinite linear 1s both;
  }
  @-webkit-keyframes work_slideshow {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes work_slideshow {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .block_work_slideshow_items li {
    height: 12rem;
  }
  .block_work_slideshow_items li:nth-child(1) {
    width: 18vw;
    margin-right: 2vw;
    background-image: url(img/work_slide/works_slide_takara.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block_work_slideshow_items li:nth-child(2) {
    width: 18vw;
    margin-right: 2vw;
    background-image: url(img/work_slide/works_slide_terme.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block_work_slideshow_items li:nth-child(3) {
    width: 18vw;
    margin-right: 2vw;
    background-image: url(img/work_slide/work_slide_dress.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block_work_slideshow_items li:nth-child(4) {
    width: 18vw;
    margin-right: 2vw;
    background-image: url(img/work_slide/works_slide_zion.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block_work_slideshow_items li:nth-child(5) {
    width: 18vw;
    margin-right: 2vw;
    background-image: url(img/work_slide/works_slide_model_me.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .block_work_jc {
    margin-bottom: 15rem;
  }
  .block_work_jc h3 {
    padding-left: 1%;
  }
  .block_work_jc_ore {
    margin-bottom: 10rem;
  }
  .block_work_jc_ore h4 {
    margin-bottom: 0;
    padding-left: 1%;
  }
  .block_work_jc_ore p {
    margin-top: -0.5rem;
    position: relative;
  }
  .block_work_jc_ore p img:nth-child(1) {
    z-index: 0;
  }
  .block_work_jc_ore p img:nth-child(2) {
    position: absolute;
    z-index: 5;
    width: 22vw;
    right: 24vw;
    bottom: -7rem;
  }
  .block_work_jc_ore p img:nth-child(3) {
    position: absolute;
    z-index: 10;
    width: 22vw;
    right: 6vw;
    bottom: -15rem;
  }
  .block_work_jc_enishi {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 10rem;
  }
  .block_work_jc_enishi h4 {
    order: 1;
    width: 48%;
    padding-top: 15rem;
    text-align: right;
    padding-right: 2%;
  }
  .block_work_jc_enishi p {
    position: relative;
    order: 0;
    width: 50%;
  }
  .block_work_jc_enishi p img:first-child {
    width: 100%;
  }
  .block_work_jc_enishi p img:last-child {
    position: absolute;
    width: 36vw;
    right: -30vw;
    bottom: -5rem;
  }
  .block_work_jc_mizutani {
    padding: 0 3%;
  }
  .block_work_jc_mizutani h4 {
    margin: 0;
    line-height: 3.2rem;
  }
  .block_work_jc_mizutani p {
    margin-top: -0.2rem;
  }
  .block_work_dtp {
    margin-bottom: 15rem;
  }
  .block_work_dtp_mitsuoka {
    display: flex;
    flex-direction: row;
    margin-bottom: 10rem;
  }
  .block_work_dtp_mitsuoka h4 {
    width: 38vw;
    padding-top: 7rem;
    padding-left: 2vw;
    z-index: 10;
    line-height: 4rem;
  }
  .block_work_dtp_mitsuoka p {
    width: 60vw;
    text-align: right;
  }
  .block_work_dtp_terme {
    position: relative;
    margin-bottom: 10rem;
  }
  .block_work_dtp_terme h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 2vw;
  }
  .block_work_dtp_terme p img {
    display: inline-block;
    width: 31vw;
    margin-right: 1vw;
  }
  .block_work_dtp_terme p img:nth-child(2) {
    padding-top: 6rem;
  }
  .block_work_dtp_terme p img:nth-child(3) {
    padding-top: 20rem;
    margin-right: 0;
  }
  .block_work_dtp_zion {
    display: flex;
    flex-direction: row;
  }
  .block_work_dtp_zion h4 {
    width: 48vw;
    padding-top: 7rem;
    padding-left: 2vw;
    z-index: 10;
    line-height: 4rem;
  }
  .block_work_dtp_zion p {
    width: 50vw;
  }
  .block_work_model_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .block_work_model_item img {
    width: 27%;
    margin: 0 auto 1rem;
  }
  .block_work_model_link {
    padding-right: 2vw;
    text-align: right;
    text-decoration: underline;
  }
}
/* footer */
footer {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background-color: rgb(55, 54, 64);
}
footer .footer_block {
  position: relative;
  z-index: 10;
}
footer .footer_text {
  margin-bottom: 4rem;
}
footer .footer_text h2 {
  margin-bottom: 0.8rem;
}
footer .footer_nav {
  margin-bottom: 2rem;
  text-decoration: underline;
}
footer .footer_nav li {
  height: 2rem;
}
footer .footer_nav_sns h3 {
  margin-bottom: 0.4rem;
}
footer .footer_nav_sns_icon_stroke {
  vertical-align: bottom;
  stroke: rgb(255, 255, 255);
}
footer .footer_nav_sns_icon_fill {
  vertical-align: bottom;
  fill: rgb(255, 255, 255);
}
footer .footer_logo_circle {
  position: absolute;
  top: 10%;
  right: -27%;
  width: 80%;
  z-index: 5;
  -webkit-animation: rotateanime 25s infinite linear;
          animation: rotateanime 25s infinite linear;
}
@-webkit-keyframes rotateanime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
@keyframes rotateanime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}

@media screen and (min-width: 640px) {
  footer .footer_logo_circle {
    width: auto;
    height: 80%;
    right: 1.5%;
  }
}/*# sourceMappingURL=style.css.map */