@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html, body, #wrapper {
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  letter-spacing: 1px;
  line-height: 1em;
  font-style: normal;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  html, body, #wrapper {
    min-width: 1280px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

div#wrapper {
  width: 100%;
  display: block;
}
div#wrapper div.header {
  position: relative;
  display: block;
}
@media screen and (min-width: 769px) {
  div#wrapper div.header {
    background: url(../images/top.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  div#wrapper div.header {
    background: url(../images/top_sp.jpg);
    background-size: cover;
    position: center right;
    position: relative;
  }
  div#wrapper div.header::before {
    content: "";
    display: block;
    padding-top: 120%;
  }
}
div#wrapper div.header div.title {
  width: 30%;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  div#wrapper div.header div.title {
    width: 50%;
    bottom: 23%;
  }
}
div#wrapper div.lead {
  padding: 150px 0;
}
div#wrapper div.lead p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div#wrapper div.lead p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  div#wrapper div.lead p {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
}
div#wrapper div.lead p span {
  font-weight: bold;
}
div#wrapper div.block01 {
  position: relative;
}
div#wrapper div.block01::before {
  content: "";
  display: block;
  padding-top: 120%;
}
div#wrapper div.block01 div.img01 {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
}
div#wrapper div.block01 div.img02 {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
}
div#wrapper div.block01 div.img03 {
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 10%;
}
div#wrapper div.block01 div.index {
  width: 6%;
  position: absolute;
  top: 57%;
  left: 55%;
}
div#wrapper div.block01 div.look {
  width: 14%;
  position: absolute;
  top: 90%;
  left: 61%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block01 div.look {
    width: 110px;
  }
}
div#wrapper div.block01 div.look::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  left: -40%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block01 div.look::before {
    left: -25%;
    width: 140px;
  }
}
div#wrapper div.block02 {
  position: relative;
}
div#wrapper div.block02::before {
  content: "";
  display: block;
  padding-top: 120%;
}
div#wrapper div.block02 div.img01 {
  width: 48%;
  position: absolute;
  top: 0;
  right: 0;
}
div#wrapper div.block02 div.img02 {
  width: 48%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
div#wrapper div.block02 div.img03 {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 0%;
}
div#wrapper div.block02 div.index {
  width: 7%;
  position: absolute;
  top: 4%;
  left: 46%;
}
div#wrapper div.block02 div.look {
  width: 14%;
  position: absolute;
  top: 20%;
  left: 35%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block02 div.look {
    width: 110px;
    top: 17%;
    left: 29%;
  }
}
div#wrapper div.block02 div.look::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  left: -10%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block02 div.look::before {
    left: -6%;
    width: 140px;
  }
}
div#wrapper div.block03 {
  position: relative;
}
div#wrapper div.block03::before {
  content: "";
  display: block;
  padding-top: 104%;
}
div#wrapper div.block03 div.img01 {
  width: 63%;
  position: absolute;
  top: 0;
  left: 0;
}
div#wrapper div.block03 div.img02 {
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
}
div#wrapper div.block03 div.img03 {
  width: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
}
div#wrapper div.block03 div.img04 {
  width: 63%;
  position: absolute;
  top: 0;
  left: 11.2%;
}
div#wrapper div.block03 div.index {
  width: 7%;
  position: absolute;
  top: 10%;
  left: 60%;
}
div#wrapper div.block03 div.index2 {
  width: 7%;
  position: absolute;
  top: 8%;
  right: 20%;
}
div#wrapper div.block03 div.look {
  width: 14%;
  position: absolute;
  top: 36%;
  left: 66%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block03 div.look {
    width: 110px;
    top: 30%;
  }
}
div#wrapper div.block03 div.look::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  left: -40%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block03 div.look::before {
    width: 140px;
    left: -25%;
  }
}
div#wrapper div.block04 {
  position: relative;
}
div#wrapper div.block04::before {
  content: "";
  display: block;
  padding-top: 119.5%;
}
div#wrapper div.block04 div.img01 {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
}
div#wrapper div.block04 div.img02 {
  width: 48%;
  position: absolute;
  top: 25%;
  right: 0;
}
div#wrapper div.block04 div.img03 {
  width: 48%;
  position: absolute;
  bottom: 0;
  left: 0;
}
div#wrapper div.block04 div.index {
  width: 7%;
  position: absolute;
  top: 22%;
  right: 10%;
}
div#wrapper div.block04 div.look {
  width: 14%;
  position: absolute;
  top: 6%;
  left: 51%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block04 div.look {
    width: 110px;
  }
}
div#wrapper div.block04 div.look::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  left: -40%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block04 div.look::before {
    width: 140px;
    left: -25%;
  }
}
div#wrapper div.block05 {
  position: relative;
}
div#wrapper div.block05::before {
  content: "";
  display: block;
  padding-top: 124.8%;
}
div#wrapper div.block05 div.img01 {
  width: 48%;
  position: absolute;
  top: 0;
  left: 0;
}
div#wrapper div.block05 div.img02 {
  width: 48%;
  position: absolute;
  top: 29%;
  right: 0;
}
div#wrapper div.block05 div.img03 {
  width: 48%;
  position: absolute;
  top: 50.8%;
  left: 11%;
}
div#wrapper div.block05 div.index {
  width: 7%;
  position: absolute;
  top: 3%;
  right: 47%;
}
div#wrapper div.block05 div.look {
  width: 14%;
  position: absolute;
  top: 12%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block05 div.look {
    width: 110px;
    top: 19%;
  }
}
div#wrapper div.block05 div.look::before {
  content: "";
  display: block;
  width: 210px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 25px;
  left: -40%;
}
@media screen and (max-width: 768px) {
  div#wrapper div.block05 div.look::before {
    width: 140px;
    left: -23%;
  }
}

div.ec {
  text-align: center;
  line-height: 30px;
  border: 1px solid #000;
  width: 250px;
  height: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.ec {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.ec {
    font-size: 12px;
  }
}
div.ec a {
  text-decoration: none;
  color: #000;
  display: block;
}

div.logo {
  margin: 200px auto 100px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  div.logo {
    width: 150px;
    margin-bottom: 100px;
  }
}

div.block {
  margin-bottom: 150px;
}
@media screen and (min-width: 769px) {
  div.block {
    max-width: 1000px;
    margin: 0 auto 150px;
  }
}

/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */