@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-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@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: 700;
  font-style: normal;
}
@font-face {
  font-family: "grandam";
  src: url("../fonts/grandam.woff2") format("woff2"), url("../fonts/grandam.woff") format("woff"), url("../fonts/grandam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/apercu_regular_pro.eot.woff2") format("woff2"), url("../font/apercu/apercu_regular_pro.eot.woff") format("woff"), url("../font/apercu/apercu_regular_pro.eot.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  color: #333;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: "EB Garamond", a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

span.bold {
  font-weight: bold;
}

div#wrap {
  width: 100%;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
div#wrap .content a i {
  padding-right: 5px;
}
div#wrap .button {
  display: block;
  width: 30%;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 15px auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  div#wrap .button {
    background: rgba(255, 255, 255, 0);
    color: #333;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap .button {
    color: #333;
    background: #fff;
    padding: 4px 10PX;
  }
}
div#wrap .button:hover {
  color: #fff;
  background: #333;
}
div#wrap .button_L {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  div#wrap .button_L {
    font-size: 16px;
    padding: 10px 0 8px;
    width: 40%;
    margin: 0 auto 15px;
  }
}
div#wrap .key_bt {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
div#wrap .menu_bt {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
div#wrap .key_bt:hover {
  opacity: 0.5;
}
div#wrap .menu_bt:hover {
  opacity: 0.5;
}
div#wrap div#mainArea {
  width: 100%;
  height: calc( var(--vh) * 100 );
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea {
    background: url("../images/main_pc.jpg") center top;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea {
    background: url("../images/main_sp.jpg") center top;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title {
    width: 80%;
  }
}
div#wrap div#mainArea div.title h1 {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 {
    width: 100%;
    /*text-shadow:0px 0px 12px #ffffff;*/
    font-size: 30px;
    line-height: 1.4em;
  }
}
div#wrap div#mainArea div.title h1 span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 18px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 14px;
    padding: 0;
  }
}
div#wrap .fv {
  min-height: 100vh;
  /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  min-height: calc(var(--vh, 1vh) * 100);
}
div#wrap div#content {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  div#wrap div#content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content {
    margin: 30px auto 0;
  }
}
div#wrap div#content div.lead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead {
    width: 80%;
    margin: 0 auto;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0px 15px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead p.fsize_l {
    line-height: 2;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead p.fsize_l {
    line-height: 1.5em;
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead p.txt_l {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead p.txt_l {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
div#wrap div#content h2 {
  position: relative;
  display: inline-block;
  line-height: 1.2em;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  div#wrap div#content h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
div#wrap div#content h3 {
  position: relative;
  display: inline-block;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  div#wrap div#content h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}
div#wrap div#content ul.menu {
  margin: 100px auto;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  div#wrap div#content ul.menu {
    width: 60%;
    margin: 0 auto;
  }
}
div#wrap div#content ul.menu li {
  width: calc( ( 100% – 10px ) / 3 );
  margin: 0 auto;
  padding: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#content ul.menu li {
    width: calc( ( 100% – 10px ) / 3 );
    margin: 0 auto;
    padding: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
div#wrap div#content div.sBox {
  margin: 100px auto 200px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.sBox {
    width: 100%;
    margin: 100px auto 200px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 {
    width: 100%;
    margin: 30px auto 60px;
    padding: 50px 0 0;
    line-height: 1.6em;
  }
}
div#wrap div#content div.box01 h2 {
  display: block;
  padding: 10% 0;
  color: #fff;
}
div#wrap div#content div.box01 .h2_bg_ruga {
  background: url("../images/ruga_bg.jpg") center top;
  background-size: cover;
}
div#wrap div#content div.box01 .h2_bg_cervo {
  background: url("../images/cervo_bg.jpg") center center;
  background-size: cover;
}
div#wrap div#content div.box01 .h2_bg_alce {
  background: url("../images/alce_bg.jpg") center center;
  background-size: cover;
}
div#wrap div#content div.box01 p.txt1 {
  width: 90%;
  margin: 15% auto;
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 p.txt1 {
    width: 50%;
    margin: 5% auto;
    text-align: left;
  }
}
div#wrap div#content div.box01 p.txt2 {
  text-align: left;
  margin: 15px auto 0;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 p.txt2 {
    width: 50%;
  }
}
div#wrap div#content div.box01 .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox {
    width: 50%;
  }
}
div#wrap div#content div.box01 .txtBox:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
div#wrap div#content div.box01 .txtBox_left {
  width: 45%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox_left {
    width: 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
  }
}
div#wrap div#content div.box01 .txtBox_right {
  width: 55%;
  padding-left: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox_right {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
  }
}
div#wrap div#content div.box01 .txtBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  margin: 0 auto;
}
div#wrap div#content div.box01 .txtBox2_left {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
}
div#wrap div#content div.box01 .txtBox2_right {
  width: 60%;
}
div#wrap div#content div.box01 .txtBox3 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox3 {
    width: 50%;
  }
}
div#wrap div#content div.box01 .txtBox4 {
  width: 90%;
  margin: 0 auto 15%;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox4 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box01 .txtBox4 figure {
    width: 40%;
    float: left;
    padding-right: 5%;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 .txtBox4 figure {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5%;
  }
}
div#wrap div#content div.box01 .txtBox4 p {
  text-align: left;
}
div#wrap div#content div.box01 .float_none {
  clear: both;
}
div#wrap div#content div.box01 div.photo1 {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 div.photo1 {
    width: 50%;
  }
}
div#wrap div#content div.box01 div.photo2 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 div.photo2 {
    width: 50%;
  }
}
div#wrap div#content div.box01 div.photo3 {
  width: 90%;
  margin: 5% auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box01 div.photo3 {
    width: 50%;
  }
}
div#wrap div#content div.box01 ul.slides::after {
  display: block;
  clear: both;
  content: "";
}
div#wrap div#content div.box02 {
  width: 90%;
  margin: 30px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 {
    width: 100%;
    margin: 30px auto 60px;
    padding: 50px 0 0;
  }
}
div#wrap div#content div.box02 .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .item {
    width: 60%;
  }
}
div#wrap div#content div.box02 .item li.c2 {
  width: calc( ( 100% – 10px ) / 2 );
  margin: 0 auto;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .item li.c2 {
    width: calc( ( 100% – 10px ) / 2 );
    margin: 0 auto;
    padding: 0px;
  }
}
div#wrap div#content div.box02 .item li.c3 {
  width: calc( ( 100% – 10px ) / 2 );
  margin: 0 auto;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .item li.c3 {
    width: calc( ( 100% – 10px ) / 3 );
    margin: 0 auto;
    padding: 0px;
  }
}
div#wrap div#content div.box02 .item li.c4 {
  width: calc( ( 100% – 10px ) / 2 );
  margin: 0 auto;
  padding: 0px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .item li.c4 {
    width: calc( ( 100% – 10px ) / 4 );
    margin: 0 auto;
    padding: 0px;
  }
}
div#wrap div#content div.box02 .item li.item_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.box02 .item li.item_li {
    padding: 0 20px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.box02 .item li.item_li {
    width: 50%;
    margin: 0 auto;
    padding: 0 5% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
div#wrap div#content div.box02 .item li.item_li .test {
  margin-top: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  div#wrap div#content .box03 {
    margin: 60px 0 100px;
  }
}

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

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

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

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

div#footer {
  width: 100%;
  padding: 0 0 10px;
  height: 150px;
  position: relative;
}
div#footer a {
  display: block;
}
@media screen and (min-width: 769px) {
  div#footer a {
    width: 200px;
    height: auto;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#footer a {
    width: 35%;
    height: auto;
    margin: 0 auto 50px;
  }
}
div#footer div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
div#footer p.sentence {
  text-align: center;
  color: #b89b49;
}
@media screen and (min-width: 769px) {
  div#footer p.sentence {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.sentence {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#footer p.logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.logo {
    width: 135px;
    margin: 20px auto 0;
  }
}
div#footer p.logo a {
  display: block;
  width: 100%;
}
div#footer p.copy {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  width: 100%;
  text-align: center;
}

#page-top {
  background: #333333;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}
#page-top a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 20px;
}

.arrow_o {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-top: 12px;
  color: #fff;
  text-decoration: none;
}

.arrow_o:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

.fuwatAnime2nd {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.fuwatAnime3rd {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fuwatAnime4th {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999;
}
#loader-bg #loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  #loader-bg #loading {
    width: 40%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading {
    width: 100%;
    margin: auto;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #loader-bg #loading div {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #loader-bg #loading div {
    width: 40%;
    margin: auto;
  }
}