@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: #fff;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
body.is-loaded {
  opacity: 1;
}

#wrapper {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}
img.pc-show {
  display: inline;
}
img.sp-show {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
.header h1 {
  width: 73px;
  margin: 38px 40px;
}

.section {
  text-align: center;
}

.btn {
  display: block;
  margin: 20px auto;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.btn:hover {
  opacity: 0.6;
}
.btn img {
  vertical-align: top;
}
.btn-movie {
  width: 260px;
}
.btn-imagawa {
  width: 200px;
}
.btn-fukasawa {
  width: 260px;
}
.btn + .btn {
  margin: 10px auto;
}

.mv {
  margin: 20px 0;
  position: relative;
}
.mv-visual {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.mv-visual.is-loaded {
  opacity: 1;
}
.mv-visual iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_movie_mask.png) repeat;
  z-index: 0;
}
.mv-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
.mv-scroll {
  width: 27px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mv-scroll:after {
  content: "";
  display: block;
  width: 2px;
  height: 150px;
  margin-left: -1px;
  background: #000;
  position: absolute;
  top: 22px;
  left: 50%;
}
.mv .sns {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mv .sns .twitter-share-button {
  vertical-align: top;
}

.mark-block {
  width: 150px;
  margin: 100px auto 60px;
}
.mark-img {
  padding: 0 16.66667%;
}
.mark-img #site_mark {
  width: 100%;
}
.mark-heading {
  padding-top: 15%;
}

.section-contents {
  position: relative;
  background: url(../images/bg_contents.jpg) repeat;
}
.section-contents .inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}

.copy {
  position: relative;
  z-index: 10;
}
.copy-heading {
  width: 28px;
  margin: 0 auto;
  padding: 153px 0 84px;
}
.copy-text {
  width: 270px;
  margin: 0 auto;
}
.copy-text:nth-of-type(1) {
  padding-bottom: 52px;
}
.copy-text:nth-of-type(2) {
  padding-bottom: 145px;
}
.copy-text:nth-of-type(3) {
  padding-bottom: 210px;
}
.copy-text:nth-of-type(4) {
  padding-bottom: 248px;
}

.project-img {
  width: 79.47826%;
  max-width: 914px;
  margin: 0 auto 50px;
}
.project-head {
  width: 527px;
  margin: 0 auto 30px;
}
.project-text {
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.project-logo {
  width: 226px;
  margin: 0 auto;
  padding: 210px 0 240px;
}

.room {
  position: absolute;
}
.room img {
  opacity: 0;
  -moz-transition: -moz-transform 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: -o-transform 1s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}
.room-type01 {
  width: 31.73913%;
  padding-bottom: 28.69565%;
  background: url(../images/bg_room_01.png) no-repeat;
  background-size: cover;
  top: 2%;
  left: -20px;
}
.room-type02 {
  width: 40%;
  max-width: 460px;
  background: url(../images/bg_room_02.png) no-repeat;
  background-size: cover;
  top: 10%;
  right: -20px;
}
.room-type03 {
  width: 43.21739%;
  max-width: 497px;
  background: url(../images/bg_room_03.png) no-repeat;
  background-size: cover;
  top: 19%;
  left: -20px;
}
.room-type04 {
  width: 42.43478%;
  max-width: 488px;
  background: url(../images/bg_room_04.png) no-repeat;
  background-size: cover;
  top: 30.6%;
  right: 26px;
}
.room-type05 {
  width: 30.86957%;
  max-width: 355px;
  background: url(../images/bg_room_05.png) no-repeat;
  background-size: cover;
  top: 40%;
  left: 112px;
}
.room-type01 img, .room-type03 img, .room-type05 img {
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.room-type02 img, .room-type04 img {
  -moz-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
.room.is-show img {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.footer {
  padding: 16px 0;
  text-align: center;
  overflow: hidden;
}
.footer-menu {
  font-size: 0;
  float: left;
}
.footer-menu li {
  border-right: 1px solid #000;
  display: inline-block;
}
.footer-menu li:first-child a {
  width: 73px;
  padding-right: 13px;
}
.footer-menu li:last-child {
  border: none;
}
.footer-menu li:last-child a {
  width: 139px;
  padding-left: 13px;
}
.footer-menu a {
  display: block;
  box-sizing: border-box;
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.footer-menu a:hover {
  opacity: 0.5;
}
.footer small {
  display: block;
  width: 298px;
  margin: 0 auto;
  float: right;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_modal.jpg) repeat;
  z-index: 0;
}
.modal-contents {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
.modal-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.modal-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-close {
  width: 33px;
  margin-bottom: 20px;
  float: right;
  cursor: pointer;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.modal-close:hover {
  opacity: 0.6;
}
.modal.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 640px) {
  #wrapper {
    min-width: 320px;
    max-width: 100%;
    padding: 0 10px;
  }

  img.pc-show {
    display: none;
  }
  img.sp-show {
    display: inline;
  }

  .header h1 {
    width: 50px;
    margin: 20px;
  }

  .btn {
    margin: 5.21127% auto;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .btn-movie {
    width: 57.74648%;
  }
  .btn-imagawa {
    width: 44.50704%;
  }
  .btn-fukasawa {
    width: 58.59155%;
  }
  .btn + .btn {
    margin: 2.53521% auto;
  }

  .mv {
    min-height: 100%;
    margin: 10px 0;
  }
  .mv-inner {
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .mv-scroll {
    width: 6.19718%;
    bottom: 36px;
  }
  .mv-scroll:after {
    width: 1px;
    height: 120px;
    top: 26px;
  }
  .mv .sns {
    top: 10px;
    right: 10px;
  }

  .mark-block {
    width: 32%;
    margin: 11.46667% auto 17.06667%;
  }
  .mark-img {
    padding: 0 16.51376%;
  }
  .mark-heading {
    padding-top: 15.59633%;
  }

  .section-contents {
    background: url(../images/bg_contents_sp.jpg) repeat;
  }

  .copy-heading {
    width: 5.6338%;
    padding: 37.74648% 0 16.90141%;
  }
  .copy-text {
    width: 54.64789%;
  }
  .copy-text:nth-of-type(1) {
    padding-bottom: 10.56338%;
  }
  .copy-text:nth-of-type(2) {
    padding-bottom: 66.47887%;
  }
  .copy-text:nth-of-type(3) {
    padding-bottom: 54.08451%;
  }
  .copy-text:nth-of-type(4) {
    padding-bottom: 72.67606%;
  }

  .room-type01 {
    width: 43.66197%;
    padding-bottom: 50.28169%;
    background: url(../images/bg_room_01_sp.png) no-repeat;
    background-size: cover;
    top: 2%;
    left: -10px;
  }
  .room-type02 {
    width: 43.66197%;
    max-width: 310px;
    background: url(../images/bg_room_02_sp.png) no-repeat;
    background-size: cover;
    top: 12.25%;
    right: -10px;
  }
  .room-type03 {
    width: 70.14085%;
    max-width: 498px;
    background: url(../images/bg_room_03_sp.png) no-repeat;
    background-size: cover;
    top: 25%;
    left: -10px;
  }
  .room-type04 {
    width: 54.3662%;
    max-width: 386px;
    background: url(../images/bg_room_04_sp.png) no-repeat;
    background-size: cover;
    top: 39.5%;
    right: -10px;
  }
  .room-type05 {
    width: 50%;
    max-width: 355px;
    background: url(../images/bg_room_05_sp.png) no-repeat;
    background-size: cover;
    top: 52.5%;
    left: -10px;
  }

  .project-img {
    width: 100%;
    max-width: 710px;
    margin: 0 auto 5.6338%;
    position: relative;
    left: 10px;
  }
  .project-head {
    width: 93.80282%;
    margin: 0 auto 5.6338%;
  }
  .project-text {
    margin: 0 3.38028% 7.04225%;
    font-size: 11px;
    line-height: 1.8;
  }
  .project-logo {
    width: 31.83099%;
    padding: 40.14085% 0 36.33803%;
  }

  .footer {
    padding: 14px 0;
  }
  .footer-menu {
    margin-bottom: 8px;
    float: none;
  }
  .footer-menu li:first-child a {
    width: 57px;
    padding-right: 10px;
  }
  .footer-menu li:last-child a {
    width: 109px;
    padding-left: 10px;
  }
  .footer small {
    width: 265px;
    float: none;
  }

  .modal-bg {
    background: url(../images/bg_modal_sp.jpg) repeat;
  }
  .modal-contents {
    width: 96%;
    padding: 0;
  }
  .modal-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .modal-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modal-close {
    width: 4.78873%;
    margin-bottom: 5px;
  }
}
