@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : home.css
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	.main
----------------------------------------------------------- */
.l-section.main {
  padding-top: 45px;
  background: #000;
  position: relative;
  /* Mainv 1動画 */
  /* end. Mainv 1動画 */
}
@media only screen and (min-width: 1024px) {
  .l-section.main {
    padding-top: 90px;
  }
}
.l-section.main .mainvInoue {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-section.main .mainvInoue:before {
    content: "";
    display: block;
    padding: 28.25%;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.main .mainvInoue iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.l-section.main .mainvInoue a source, .l-section.main .mainvInoue a img {
  width: 100%;
}
.l-section.main .main__wrap {
  position: relative;
}
.l-section.main .wrap-slider {
  overflow: hidden;
  z-index: 1;
}
.l-section.main .wrap-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 5px;
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .l-section.main .wrap-slider .slick-dots {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 1000px) {
  .l-section.main .wrap-slider .slick-dots {
    margin-left: 200px;
  }
}
@media (min-width: 1200px) {
  .l-section.main .wrap-slider .slick-dots {
    margin-left: 300px;
  }
}
@media (min-width: 1400px) {
  .l-section.main .wrap-slider .slick-dots {
    margin-left: 345px;
  }
}
.l-section.main .wrap-slider .slick-dots li {
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .l-section.main .wrap-slider .slick-dots li {
    margin-left: 2.5px;
  }
}
.l-section.main .wrap-slider .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  overflow: hidden;
  text-indent: -9999px;
  width: 60px;
  height: 5px;
}
@media (max-width: 1200px) {
  .l-section.main .wrap-slider .slick-dots li button {
    width: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.main .wrap-slider .slick-dots li button {
    width: 20px;
    height: 2.5px;
  }
}
.l-section.main .wrap-slider .slick-dots li.slick-active button {
  background: #b58727;
}
.l-section.main .slider__item img {
  width: 100%;
}
.l-section.main .slider__item.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .l-section.main .slider__item.movie iframe {
    display: none;
  }
}

#btn-scroll {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
#btn-scroll.show {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#btn-scroll a {
  text-decoration: none;
  font-size: 1rem;
  color: #b58727;
  display: block;
  position: relative;
  font-family: "Martel Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  #btn-scroll a {
    font-size: 1.6rem;
  }
}
#btn-scroll a .text {
  display: block;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
#btn-scroll a .line {
  overflow: hidden;
  display: block;
  height: 25px;
  position: relative;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (max-width: 768px) {
  #btn-scroll a .line {
    margin: 15px auto 0 auto;
  }
}
@media only screen and (min-width: 769px) {
  #btn-scroll a .line {
    height: 50px;
    margin: 10px auto 0 auto;
  }
}
#btn-scroll a .line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/home/img_scroll_line.png") no-repeat center top;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scrollBtnAnime;
}
@media only screen and (max-width: 768px) {
  #btn-scroll a .line span {
    background-size: auto 25px;
  }
}
#btn-scroll a:hover .text {
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
#btn-scroll a:hover .line {
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@-webkit-keyframes animation-forward {
  from {
    transform: 0;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes animation-forward {
  from {
    transform: 0;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes copyAnime {
  0% {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes copyAnime {
  0% {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes copyAnime-pc {
  0% {
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes copyAnime-pc {
  0% {
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scrollBtnAnime {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@-webkit-keyframes scrollBtnAnime {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
/* -----------------------------------------------------------
	.pickup
----------------------------------------------------------- */
.pickup-banner {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .pickup-banner {
    margin-top: 70px;
  }
}
.pickup-banner .content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pickup-banner .content {
    padding: 0 12.5px;
  }
}
@media only screen and (min-width: 769px) {
  .pickup-banner a {
    -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
  .pickup-banner a:hover {
    opacity: .7;
  }
}

.l-section.pickup {
  margin: 20px auto 30px;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup {
    margin: 40px auto 80px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.pickup .container {
    width: 100%;
  }
}
.l-section.pickup .content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.pickup .content {
    padding: 0 12.5px;
  }
}
.l-section.pickup h2 {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.2;
  font-size: 2.3rem;
  font-family: "Martel Sans", sans-serif;
  text-align: center;
  letter-spacing: normal;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup h2 {
    margin-bottom: 15px;
    margin-bottom: 20px;
    font-size: 3.9rem;
  }
}
.l-section.pickup .box-pickup:after {
  content: "";
  display: table;
  clear: both;
}
.l-section.pickup .box-pickup__item {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__item {
    float: left;
    width: 48.5%;
    margin-bottom: 0;
  }
  .l-section.pickup .box-pickup__item:last-child {
    margin-left: 3%;
  }
}
.l-section.pickup .box-pickup__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px;
  box-shadow: 0px 1px 2px 0.3px rgba(0, 0, 0, 0.1);
  background: #000;
  box-shadow: 0px 1px 5.4px 0.6px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__item > a {
    padding: 15px;
  }
}
.l-section.pickup .box-pickup__item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-section.pickup .box-pickup__image {
  width: 90px;
  height: 68px;
  background: center center/cover no-repeat;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__image {
    width: 34%;
    height: 130px;
  }
}
.l-section.pickup .box-pickup__content {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 15px;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__content {
    padding-left: 20px;
  }
}
.l-section.pickup .box-pickup__title {
  padding-bottom: 15px;
}
.l-section.pickup .box-pickup__title:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__title {
    padding-bottom: 25px;
  }
}
.l-section.pickup .box-pickup__title .date {
  float: left;
  font-family: "Martel Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .l-section.pickup .box-pickup__title .date {
    font-size: 1.1rem;
  }
}
.l-section.pickup .box-pickup__title .lbl {
  float: right;
  background: #444;
  padding: 0 10px;
  font-size: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-section.pickup .box-pickup__title .lbl {
    font-size: 1rem;
    padding: 0 5px;
  }
}
.l-section.pickup .box-pickup__text {
  position: relative;
  line-height: 1.6;
  font-size: 1.1rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__text {
    font-size: 1.6rem;
  }
}
.l-section.pickup .box-pickup__text:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  border-bottom: 1px solid #888;
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .box-pickup__text:before {
    top: -17px;
    width: 40px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .content--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .content--01 h2 {
    width: 40%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .content--01 .box-pickup {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.pickup .content--01 .box-pickup .box-pickup__item {
    width: 93%;
  }
  .l-section.pickup .content--01 .box-pickup .box-pickup__item:last-child {
    margin-left: 7%;
  }
}

/* -----------------------------------------------------------
	.feature
----------------------------------------------------------- */
.container {
  max-width: 1440px;
  position: relative;
}

.l-section.feature {
  /*background-image: url(https://livito.jp/assets/images/home/lnk_feature_bg.jpg);
  background-size: cover;*/
  padding: 40px 0 25px;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-section.feature {
    padding: 80px 0;
  }
}
.l-section.feature .container .box-title {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-section.feature .container .box-title {
    margin-bottom: 10px;
  }
}
.l-section.feature .container .box-title svg {
  width: 47px;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .container .box-title svg {
    width: 94px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.feature .container .box-title svg {
    padding-top: 5px;
  }
}
.l-section.feature .container .box-title h2 {
  font-size: 3.7rem;
  margin-left: 20px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
}
.l-section.feature .container .box-title h2 .en {
  font-size: 6.5rem;
}
.l-section.feature .container .box-title h2 span {
  color: #b58727;
}
@media only screen and (max-width: 768px) {
  .l-section.feature .container .box-title h2 {
    margin-left: 10px;
    line-height: 1.35;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.feature .container {
    width: 100%;
  }
  .l-section.feature .container > * {
    width: 50%;
  }
}
.l-section.feature .btn.detail a {
  border: 1px solid #999999;
  color: #fff;
  background: none;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .btn.detail a {
    min-width: 415px;
    font-size: 1.7rem;
  }
  .l-section.feature .btn.detail a:after {
    font-size: 3.4rem;
  }
}
.l-section.feature .feature__ttl {
  margin-bottom: 14px;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__ttl {
    margin-bottom: 20px;
    font-size: 3.4rem;
    letter-spacing: 0;
  }
}
.l-section.feature .feature__ttl.is-inview .letter {
  -webkit-animation: letter-glow 0.7s 0s ease both;
  animation: letter-glow 0.7s 0s ease both;
}
.l-section.feature .feature__ttl.is-inview .letter.t1 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.l-section.feature .feature__ttl.is-inview .letter.t2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.l-section.feature .feature__ttl.is-inview .letter.t3 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.l-section.feature .feature__ttl.is-inview .letter.t4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.l-section.feature .feature__ttl.is-inview .letter.t5 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.l-section.feature .feature__ttl.is-inview .letter.t6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.l-section.feature .feature__ttl.is-inview .letter.t7 {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.l-section.feature .feature__ttl.is-inview .letter.t8 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.l-section.feature .feature__ttl.is-inview .letter.t9 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.l-section.feature .feature__ttl.is-inview .letter.t10 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.l-section.feature .feature__ttl.is-inview .letter.t11 {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.l-section.feature .feature__ttl.is-inview .letter.t12 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.l-section.feature .feature__ttl.is-inview .letter.t13 {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.l-section.feature .feature__ttl.is-inview .letter.t14 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.l-section.feature .feature__ttl.is-inview .letter.t15 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.l-section.feature .feature__ttl.is-inview .letter.t16 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.l-section.feature .feature__ttl.is-inview .letter.t17 {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
.l-section.feature .feature__ttl.is-inview .letter.t18 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.l-section.feature .feature__ttl.is-inview .letter.t19 {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
.l-section.feature .feature__ttl.is-inview .letter.t20 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.l-section.feature .feature__ttl.is-inview .letter.t21 {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.l-section.feature .feature__ttl.is-inview .letter.t22 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.l-section.feature .feature__ttl.is-inview .letter.t23 {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.l-section.feature .feature__ttl.is-inview .letter.t24 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.l-section.feature .feature__ttl.is-inview .letter.t25 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.l-section.feature .feature__ttl.is-inview .letter.t26 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.l-section.feature .feature__ttl.is-inview .letter.t27 {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.l-section.feature .feature__ttl.is-inview .letter.t28 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.l-section.feature .feature__ttl.is-inview .letter.t29 {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}
.l-section.feature .feature__ttl.is-inview .letter.t30 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.l-section.feature .feature__ttl.is-inview .letter.t31 {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}
.l-section.feature .feature__ttl.is-inview .letter.t32 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.l-section.feature .feature__content {
  margin-bottom: 25px;
}
.l-section.feature .feature__content .text {
  font-size: 1.1rem;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__content .text {
    margin-bottom: 50px;
    padding-right: 20px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__content {
    padding-right: 20px;
    float: right;
    position: relative;
    z-index: 3;
    padding-top: 67px;
  }
  .l-section.feature .feature__content .inner {
    margin-left: 20px;
    max-width: 560px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-section.feature .feature__content {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section.feature .feature__content {
    padding-right: 0;
  }
  .l-section.feature .feature__content .inner {
    margin-left: 70px;
  }
}
.l-section.feature .feature__img {
  margin-left: -10%;
  margin-right: -10%;
  margin-bottom: 20px;
}
.l-section.feature .feature__img:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__img {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__img .inview-image {
    float: right;
    margin-right: -152px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section.feature .feature__img .inview-image {
    margin-right: -180px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.feature .feature__img .inview-image img {
    width: 100%;
    max-width: 960px;
  }
}
.l-section.feature .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .l-section.feature .btn {
    margin-top: 30px;
    text-align: left;
  }
}

@-webkit-keyframes letter-glow {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes letter-glow {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
	.system
----------------------------------------------------------- */
.l-section.system {
  margin: 70px auto 90px;
}
@media only screen and (min-width: 769px) {
  .l-section.system {
    margin: 160px auto;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.system .container {
    width: 100%;
  }
}
.l-section.system .content {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.system .content {
    padding: 0 12.5px;
  }
}
.l-section.system .system-detail {
  width: 29.3%;
}
.l-section.system .system-detail .inview-image {
  text-align: center;
}
.l-section.system .system-detail .inview-image img {
  height: 175px;
}
@media only screen and (min-width: 769px) {
  .l-section.system .system-detail .inview-image img {
    height: 456px;
  }
}
.l-section.system .system-detail .txt {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 1rem;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .l-section.system .system-detail .txt {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: center;
  }
}
.l-section.system .system-detail .txt .ttl {
  margin-bottom: 5px;
  color: #b58727;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section.system .system-detail .txt .ttl {
    margin-top: 15px;
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.l-section.system .plus, .l-section.system .equal {
  color: #b58727;
  font-size: 2.6rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section.system .plus, .l-section.system .equal {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.system .detail {
    width: 75%;
  }
}
.l-section.system .plus {
  width: 6%;
  padding-top: 55px;
}
@media only screen and (min-width: 769px) {
  .l-section.system .plus {
    padding-top: 165px;
  }
}
.l-section.system .equal {
  position: relative;
  height: 40px;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .l-section.system .equal {
    width: 5%;
    padding-top: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.system .equal span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media only screen and (min-width: 769px) {
  .l-section.system .info {
    display: block;
    width: 20%;
    padding-top: 60px;
  }
}
.l-section.system .info .logo, .l-section.system .info .txt, .l-section.system .info .icon {
  margin: 0 10px;
}
@media only screen and (min-width: 769px) {
  .l-section.system .info .logo, .l-section.system .info .txt, .l-section.system .info .icon {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 370px) {
  .l-section.system .info .logo, .l-section.system .info .txt, .l-section.system .info .icon {
    margin: 0 5px;
  }
}
.l-section.system .info .logo {
  width: 100px;
}
@media only screen and (min-width: 769px) {
  .l-section.system .info .logo {
    width: 100%;
    margin-bottom: 35px;
  }
}
.l-section.system .info .txt {
  font-size: 1rem;
  letter-spacing: normal;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section.system .info .txt {
    margin-bottom: 35px;
    line-height: 1.4;
    font-size: 2rem;
  }
}
.l-section.system .info .txt span {
  color: #b58727;
}
.l-section.system .info .icon {
  text-align: center;
}
.l-section.system .info .icon svg {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 769px) {
  .l-section.system .info .icon svg {
    width: 115px;
    height: 115px;
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	.voice
----------------------------------------------------------- */
.l-section.voice {
  position: relative;
  overflow: hidden;
  margin-bottom: 90px;
}
@media only screen and (min-width: 769px) {
  .l-section.voice {
    margin-bottom: 160px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.voice .container {
    width: 100%;
  }
}
.l-section.voice .content {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .content {
    padding: 0 7.5px;
  }
}
.l-section.voice h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .l-section.voice h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.voice h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.voice h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.voice .sub {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .sub {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice {
  margin: 29px -20px 0;
}
.l-section.voice .box-voice:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice {
    margin: 0;
  }
}
.l-section.voice .box-voice__item {
  color: #000;
  float: left;
  width: 50%;
  padding: 195px 20px 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__item {
    padding: 82px 5px 0;
    margin-bottom: 25px;
  }
}
.l-section.voice .box-voice__item:nth-child(2n+1) {
  clear: both;
}
.l-section.voice .box-voice__inner {
  position: relative;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 40px 60px 30px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner {
    border-radius: 5px;
    padding: 25px 10px 15px;
  }
}
.l-section.voice .box-voice__inner:before, .l-section.voice .box-voice__inner:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/home/bg_quote01.png") no-repeat left top;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner:before, .l-section.voice .box-voice__inner:after {
    left: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-size: 10px auto;
  }
}
.l-section.voice .box-voice__inner:after {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background: url("../images/home/bg_quote02.png") no-repeat left top;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__inner:after {
    right: 0px;
    bottom: 0px;
    background-size: 10px auto;
  }
}
.l-section.voice .box-voice__image {
  position: absolute;
  top: -195px;
  left: 50%;
  margin-left: -111px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__image {
    top: -82px;
    margin-left: -48.5px;
  }
}
.l-section.voice .box-voice__image img {
  width: 222px;
  height: 222px;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__image img {
    width: 97px;
    height: 97px;
  }
}
.l-section.voice .box-voice__birth {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__birth {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice__text {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice__text {
    font-size: 1.1rem;
  }
}
.l-section.voice .box-voice .text-attention {
  padding-right: 5px;
  text-align: right;
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .text-attention {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .btn.detail {
    padding: 0 3.75% !important;
  }
}
.l-section.voice .box-voice .btn.detail a {
  color: #fff;
  font-size: 1.1rem;
  max-width: 225px;
}
@media only screen and (min-width: 769px) {
  .l-section.voice .box-voice .btn.detail a {
    margin: 0 0.5em;
    padding: 0.8em 2rem 1.3rem 1rem;
    font-size: 1.6rem;
    min-width: 300px;
  }
  .l-section.voice .box-voice .btn.detail a:after {
    font-size: 3.4rem;
  }
}
.l-section.voice .box-voice .btn-movie a {
  background: #1b1b1b;
}
@media only screen and (max-width: 768px) {
  .l-section.voice .box-voice .btn-casestudies {
    margin-top: 15px;
  }
}
.l-section.voice .box-voice .btn-casestudies a {
  background: #b58727;
}
.l-section.voice .box-voice .btn-casestudies a:before {
  background: #000;
}
.l-section.voice .box-voice .btn-casestudies a:after {
  color: #fff;
}

/* -----------------------------------------------------------
	.news
----------------------------------------------------------- */
.l-section.news {
  margin-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .l-section.news {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.news .container {
    width: 100%;
  }
}
.l-section.news .content {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.news .content {
    padding: 0 12.5px;
  }
}
.l-section.news h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .l-section.news h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.news h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.news h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.news .box-news {
  margin: 15px auto 50px;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news {
    margin: 20px auto 0;
  }
}
.l-section.news .box-news .article li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.l-section.news .box-news .article li > div, .l-section.news .box-news .article li a {
  display: block;
}
.l-section.news .box-news .article li > div:after, .l-section.news .box-news .article li a:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .l-section.news .box-news .article li > div .text-info, .l-section.news .box-news .article li a .text-info {
    float: left;
    width: 25%;
    margin-right: 2%;
  }
}
.l-section.news .box-news .article li > div .text-info span, .l-section.news .box-news .article li a .text-info span {
  display: inline-block;
  vertical-align: middle;
}
.l-section.news .box-news .article li > div .text-info span.date, .l-section.news .box-news .article li a .text-info span.date {
  color: #555;
  font-family: "Fjalla One", sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .l-section.news .box-news .article li > div .text-info span.date, .l-section.news .box-news .article li a .text-info span.date {
    width: 75px;
    font-size: 1.4rem;
  }
}
.l-section.news .box-news .article li > div .text-info span.category, .l-section.news .box-news .article li a .text-info span.category {
  margin-left: 5px;
  padding: 2px 7px;
  line-height: 1;
  border-radius: 10px;
  background: #1b1b1b;
  font-size: 1rem;
  letter-spacing: normal;
  text-align: center;
}
html.ie .l-section.news .box-news .article li > div .text-info span.category, html.ie .l-section.news .box-news .article li a .text-info span.category {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meifryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .l-section.news .box-news .article li > div .text-info span.category, .l-section.news .box-news .article li a .text-info span.category {
    padding: 3px 7px 1px 7px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-section.news .box-news .article li > div .text-info span.category, .l-section.news .box-news .article li a .text-info span.category {
    max-width: 90px;
    margin-left: 8px;
    padding: 3px 7px;
    font-size: 1.2rem;
  }
}
.l-section.news .box-news .article li > div .title, .l-section.news .box-news .article li a .title {
  padding-top: 3px;
}
@media only screen and (min-width: 1024px) {
  .l-section.news .box-news .article li > div .title, .l-section.news .box-news .article li a .title {
    float: right;
    width: 73%;
    line-height: 1.5;
  }
}
.l-section.news .box-news .article li.thumbnail > div, .l-section.news .box-news .article li.thumbnail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.l-section.news .box-news .article li.thumbnail .img {
  width: 90px;
  height: 68px;
  margin-right: 10px;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .article li.thumbnail .img {
    width: 200px;
    height: 150px;
    margin-right: 20px;
  }
}
.l-section.news .box-news .article li.thumbnail .content {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.l-section.news .box-news .article li.thumbnail .content .text-info, .l-section.news .box-news .article li.thumbnail .content .title {
  float: none;
  width: 100%;
}
.l-section.news .box-news .article li.thumbnail .content .text-info {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .article li.thumbnail .content .text-info {
    margin-bottom: 5px;
  }
}
.l-section.news .box-news .article li a {
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.l-section.news .box-news .article li a:hover {
  color: #b58727;
  text-decoration: none;
}
.l-section.news .box-news .article li a .title:after {
  content: "\e901";
  padding-left: 5px;
  font-family: 'sixpad';
  color: #b58727;
}
.l-section.news .box-news .article li a[target="_blank"] .title:after {
  content: "\e93e";
}
.l-section.news .box-news .article li a[href$="pdf"] .title:after {
  content: "\e93f";
}
.l-section.news .box-news .paging {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .paging {
    margin-top: 50px;
  }
}
.l-section.news .box-news .paging li {
  margin-right: 1px;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .paging li {
    margin-right: 10px;
  }
}
.l-section.news .box-news .paging li:first-child {
  margin-right: 5px;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .paging li:first-child {
    margin-right: 30px;
  }
}
.l-section.news .box-news .paging li:last-child {
  margin-right: 0;
  margin-left: 5px;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .paging li:last-child {
    margin-left: 30px;
  }
}
.l-section.news .box-news .paging li a {
  display: block;
  width: 34px;
  padding: 6px 10px;
  background: #eee;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2rem;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.l-section.news .box-news .paging li a:hover {
  background: #b58727;
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .l-section.news .box-news .paging li a {
    font-size: 1rem;
  }
}
.l-section.news .box-news .paging li.is-active a {
  background: #b58727;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .l-section.news .btn.detail {
    margin-top: 0;
  }
}
.l-section.news .btn.detail.btn-news a {
  background: #1b1b1b;
  color: #fff;
  font-size: 1.1rem;
  max-width: 175px;
}
@media only screen and (min-width: 769px) {
  .l-section.news .btn.detail.btn-news a {
    font-size: 1.8rem;
    min-width: 365px;
  }
  .l-section.news .btn.detail.btn-news a:after {
    font-size: 3.4rem;
  }
}

/* -----------------------------------------------------------
	.news
----------------------------------------------------------- */
.l-section.trialMovie {
  margin-bottom: 100px;
}
@media only screen and (min-width: 769px) {
  .l-section.trialMovie {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .l-section.trialMovie .container {
    width: 100%;
  }
}
.l-section.trialMovie .content {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-section.trialMovie .content {
    padding: 0 12.5px;
  }
}
.l-section.trialMovie h2 {
  text-align: center;
  font-size: 39px;
  padding: 0 0 18px;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: "Martel Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  .l-section.trialMovie h2 {
    font-size: 2.3rem;
    margin: 0 0 25px;
    padding: 0 0 10px;
  }
}
.l-section.trialMovie h2:before {
  content: "";
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #b58727;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-section.trialMovie h2:before {
    width: 25px;
    border-bottom: 2px solid #b58727;
    margin-left: -12.5px;
  }
}
.l-section.trialMovie .box-movie {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .l-section.trialMovie .box-movie {
    margin: 20px auto 0;
  }
}
.l-section.trialMovie .box-movie:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.l-section.trialMovie .box-movie .movie {
  position: absolute;
  top: 0;
  height: 100%;
}
.l-section.trialMovie .btn.detail a {
  background: #1b1b1b;
  color: #fff;
  font-size: 1.1rem;
  max-width: 175px;
}
@media only screen and (min-width: 769px) {
  .l-section.trialMovie .btn.detail a {
    font-size: 1.8rem;
    min-width: 365px;
  }
  .l-section.trialMovie .btn.detail a:after {
    font-size: 3.4rem;
  }
}



.top_mv_text_box {
    position: absolute;
    top: 10%;
    left: 5.3%;
    z-index: 9;
    color: #fff;
    opacity: .9
}

@media screen and (max-width: 768px) {
.top_mv_text_box {
  top: 38%;
}
}

.top_mv_title {
    line-height: 1;
    font-size: 8vw;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top_mv_title {
    font-size: 13vw;
}
}


.top_mv_text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}