@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600);
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
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;
}

#sec_container .sec.section1 .ttl2, #sec_container .sec.section2 .inner .ttl2, #sec_container .sec.section3 .inner .ttl2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
}

html {
  font-size: 62.5%;
}

body {
  background: #a8a8a8;
}

html, body {
  height: 100%;
}

#wrap {
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0s;
  -moz-transition: opacity 0.7s ease 0s;
  -o-transition: opacity 0.7s ease 0s;
  transition: opacity 0.7s ease 0s;
}
#wrap.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#sec_container {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#sec_container .sec {
  width: 100%;
  min-height: 700px;
  text-align: center;
}
#sec_container .sec .inner {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_container .sec .space {
  height: 100%;
}
#sec_container .sec.section1 {
  color: #252525;
  margin-top: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-property: opacity, margin-top;
  -o-transition-property: opacity, margin-top;
  -webkit-transition-property: opacity, margin-top;
  transition-property: opacity, margin-top;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#sec_container .sec.section1.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  margin-top: 0;
}
#sec_container .sec.section1 .ttl {
  max-width: 769px;
  margin: 0 auto;
}
#sec_container .sec.section1 .ttl img {
  padding-top: 15.47%;
}
#sec_container .sec.section1 .ttl2 {
    /*
font-family: $font2;
@include rem_font(30);
text-transform: uppercase; */
  padding-top: 35px;
}
#sec_container .sec.section1 .txt_container {
  max-width: 840px;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0;
}
#sec_container .sec.section1 .txt1 {
  font-family: "EB Garamond", serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#sec_container .sec.section1 .txt2 {
  padding-top: 20px;
  font-family: "HGS明朝B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
#sec_container .sec.section2 .inner {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 35px;
  padding-bottom: 35px;
}
#sec_container .sec.section2 .inner .ttl2 {
  color: #fff;
}
#sec_container .sec.section2 .inner .video_container {
  max-width: 590px;
  margin: 2.5% auto 3.38%;
  position: relative;
  cursor: pointer;
}
#sec_container .sec.section2 .inner .video_container #video {
  width: 100%;
  height: auto;
  border: 1px solid #7f7f7f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_container .sec.section2 .inner .video_container #play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#sec_container .sec.section2 .inner .video_container #play.on {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#sec_container .sec.section2 .inner .txt_container {
  max-width: 590px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
#sec_container .sec.section2 .inner .txt_container .txt1 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
#sec_container .sec.section2 .inner .txt_container .txt2 {
  font-family: "HGS明朝B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-top: 15px;
}
#sec_container .sec.section3 {
  height: 100%;
  min-height: 800px;
}
#sec_container .sec.section3 .inner {
  background: rgba(0, 0, 0, 0.7);
  padding-top: 40px;
  padding-bottom: 60px;
}
#sec_container .sec.section3 .inner .ttl2 {
  color: #fff;
}
#sec_container .sec.section3 .inner .txt_container {
  max-width: 1090px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  color: #fff;
  padding: 55px 10px 0;
}
#sec_container .sec.section3 .inner .txt_container .txt1 {
  width: 61%;
  float: left;
  padding-left: 3.66%;
  line-height: 1.3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sec_container .sec.section3 .inner .txt_container .txt1 .txt {
  font-family: "HGS明朝B", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
#sec_container .sec.section3 .inner .txt_container .txt1 .list {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  padding-top: 5.44%;
}
#sec_container .sec.section3 .inner .txt_container .txt1 .sel {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #FFF;
}
#sec_container .sec.section3 .inner .txt_container img.left {
  max-width: 404px;
  width: 39%;
  height: auto;
  border: 7px solid #2b2b2b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.left {
  float: left;
}

.right {
  float: right;
}

#back {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
#back .backImage {
  width: 100%;
  height: auto;
}
#back .inner .back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
  background-color: #a8a8a8;
}
#back .inner.b1 .back {
  background-image: url(../images/back01.jpg);
}
#back .inner.b1:before {
  content: '';
  display: block;
  height: 126px;
  background: #a8a8a8;
}
#back .inner.b2 .back {
  background-image: url(../images/back03.jpg);
}
#back .inner.b3 .back {
  background-image: url(../images/back02.jpg);
}

#footer {
  background: #fff;
  color: #343434;
  padding: 40px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
#footer a {
  color: #343434;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 43.8%;
  }

  #sec_container .sec.section1 .ttl {
    width: 90%;
  }
  #sec_container .sec.section1 .ttl img {
    width: 100%;
    height: auto;
  }
  #sec_container .sec.section1 .ttl2 {
    padding-top: 4.55%;
  }
  #sec_container .sec.section1 .txt_container {
    padding: 5.2% 0;
  }
  #sec_container .sec.section1 .txt_container .txt1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #sec_container .sec.section1 .txt_container .txt2 {
    padding-top: 2.6%;
  }
  #sec_container .sec.section2 .inner {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
  }
  #sec_container .sec.section3 .inner {
    padding-top: 5.2%;
    padding-bottom: 7.8%;
  }
  #sec_container .sec.section3 .inner .txt_container {
    padding-top: 7.16%;
  }
  #sec_container .sec.section3 .inner .txt_container .txt1 {
    width: 100%;
    float: none;
  }
  #sec_container .sec.section3 .inner .txt_container img.left {
    float: none;
    display: block;
    margin: 0 auto 2.6%;
    width: 80%;
    height: auto;
  }

  #back .inner.b1:before {
    height: 16.4%;
  }

  #footer {
    padding: 5% 0;
  }
}

/*# sourceMappingURL=style.css.map */
