<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : top.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* ローディング */
/* -------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 100;
}

.loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1001;
  -webkit-animation: 2s flash infinite;
          animation: 2s flash infinite;
}

@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.mv {
  background: #f2f2f2;
  height: 847px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 5px -3px #e8e8e8 inset, 0 -11px 5px -3px #e8e8e8 inset;
          box-shadow: 0 11px 5px -3px #e8e8e8 inset, 0 -11px 5px -3px #e8e8e8 inset;
}

.mv .h1_sub {
  height: 18px;
  margin-left: 44px;
  margin-bottom: 10px;
}

.mv .h1_logo {
  height: 137px;
  width: 448px;
}

.site_name {
  position: relative;
  z-index: 10;
}

.h1_sub02 {
  font-size: 20px;
  letter-spacing: 2.6px;
  line-height: 1.8;
  margin: 10px 0 30px;
}

.h1_sub03 {
  width: 448px;
  font-size: 48px;
  font-weight: bold;
  color: #1b0c0c;
  text-align: justify;
  text-align-last: justify;
  line-height: 1.7;
  opacity: 0;
}

.h1_sub03 p {
  width: calc(448px + 0.5em);
  line-height: 1.2;
}

.h1_sub03 span {
  color: #1d4168;
  font-size: 62px;
  line-height: 1.4;
}

.h1_sub03 span.text {
  font-size: 46px;
}

.h1_sub03 img {
  margin: 0 10px;
  vertical-align: middle;
}

.h1_sub03.view {
  -webkit-animation: SlideIn 1.6s;
          animation: SlideIn 1.6s;
  opacity: 1;
}

.mv_img_wrap {
  position: absolute;
  top: 0;
  left: 48%;
  z-index: 5;
  width: 750px;
}

.mv_img01 {
  margin-top: -10%;
}

.mv_img01_2 {
  position: absolute;
  top: 0;
  left: 0%;
}

.mv_img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 20%;
  z-index: 5;
}

.mv_img03 {
  position: absolute;
  top: 0;
  right: 0%;
}

.mv_img03.sp {
  display: none;
}

.download {
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  margin-right: 70px;
  position: relative;
}

.download a {
  text-decoration: none;
  color: #845455;
  position: relative;
}

.download a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #845455;
  border-right: solid 1px #845455;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
  position: absolute;
  left: 45%;
  bottom: -10px;
}

.download:after {
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  content: '';
  border-bottom: solid 1px #1b0c0c;
  width: 60px;
  height: 1px;
  position: absolute;
  right: -70px;
  top: calc(50% - 1px);
}

@-webkit-keyframes pathmove {
  0% {
    width: 0;
    left: 100px;
    opacity: 0;
  }
  30% {
    width: 60px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 160px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    width: 0;
    left: 100px;
    opacity: 0;
  }
  30% {
    width: 60px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: 160px;
    opacity: 0;
  }
}

@-webkit-keyframes pathmove2 {
  0% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90px;
    opacity: 0;
  }
}

@keyframes pathmove2 {
  0% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 90px;
    opacity: 0;
  }
}

.scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #845455;
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  height: 90px;
}

.scroll:after {
  content: '';
  border-left: solid 1px #1b0c0c;
  height: 30px;
  width: 1px;
  position: absolute;
  right: calc(50% - 1px);
  bottom: 0;
  -webkit-animation: pathmove2 1.4s ease-in-out infinite;
          animation: pathmove2 1.4s ease-in-out infinite;
  opacity: 0;
}

.fade_mv01,
.fade_mv01_2,
.fade_mv02,
.fade_mv03 {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.fade_mv01.view,
.fade_mv01_2.view,
.fade_mv02.view,
.fade_mv03.view {
  opacity: 1;
}

.fade_mv02 {
  -webkit-transform: translate3d(0, 10rem, 0);
          transform: translate3d(0, 10rem, 0);
}

.fade_mv02.view {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.75s 0.05s, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1) 0.05s;
  transition: opacity 0.75s 0.05s, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1) 0.05s;
  transition: transform 1s cubic-bezier(0, 0.6, 0.2, 1) 0.05s, opacity 0.75s 0.05s;
  transition: transform 1s cubic-bezier(0, 0.6, 0.2, 1) 0.05s, opacity 0.75s 0.05s, -webkit-transform 1s cubic-bezier(0, 0.6, 0.2, 1) 0.05s;
}

#news {
  padding: 80px 0 70px;
}

.h2.left span {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

.h2.left span:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #350d0e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.h2_sub.left {
  padding-left: 53px;
}

.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.news_box_l {
  width: 55%;
  position: relative;
}

.news_box_l li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.news_box_l li:last-child {
  margin-bottom: 0;
}

.news_box_l li a {
  letter-spacing: 1.5px;
  color: #272727;
}

.news_date {
  width: 100px;
}

.news_title {
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detail_link {
  position: absolute;
  top: -70px;
  right: 0;
  display: inline-block;
}

.detail_link a {
  padding: 10px 25px 10px 10px;
  color: #845455;
  text-decoration: none;
  letter-spacing: 2px;
}

.detail_link a:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #845455;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.news_box_r {
  width: 38%;
  margin: 0 auto;
  margin-right: 20px;
}

.about {
  background: #e8e8e5;
  padding: 70px 0 135px;
}

.about .inner {
  z-index: 5;
  position: relative;
}

.about .h2 {
  text-align: right;
}

.about .h2_sub {
  text-align: right;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax_text {
  font-size: 22.5vw;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  position: absolute;
  top: -23px;
  left: 20%;
}

.about_tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.text01 {
  font-size: 14px;
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.mb01 {
  margin-bottom: 40px;
}

.about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_box_l {
  width: 37.75%;
}

.about_box_r {
  width: 50%;
  position: relative;
}

.square {
  width: 100%;
  height: 100%;
  background: #3b2526;
  position: absolute;
  left: -85px;
  top: 80px;
}

.square.fadein_in {
  -webkit-animation: SlideIn 2s;
          animation: SlideIn 2s;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.about_img {
  position: relative;
  z-index: 20;
}

.feature {
  padding: 90px 0;
  background: #f2f2f2;
}

.slider_feature {
  z-index: 5;
  position: relative;
}

.parallax_text02 {
  font-size: 22.5vw;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  position: absolute;
  top: 0px;
  left: -7%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
}

.feature_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feature_box_img {
  width: 46.25%;
  height: 100%;
  position: relative;
}

.feature_box_text {
  width: 46.25%;
}

.feature_text_wrap {
  max-width: 585px;
  position: relative;
}

.feature_text_wrap .btn01 {
  margin-top: 45px;
}

.feature_box_wrap {
  max-width: 725px;
}

.feature_txt {
  font-size: 48px;
  font-weight: bold;
  color: #3c2526;
  letter-spacing: 6px;
  padding: 5px 0 20px;
  line-height: 1.2;
}

.feature_txt span {
  font-size: 20px;
  letter-spacing: 3px;
  display: block;
  margin-top: 10px;
}

.feature_txt02 {
  font-size: 22px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.8;
}

.feature_lineheight {
  line-height: 2.4;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.square02_sp,
.square03_sp,
.square04_sp {
  display: none;
}

.feature01 {
  margin-top: 95px;
}

.feature01 .feature_txt {
  letter-spacing: 10px;
}

.feature01 .feature_txt span {
  letter-spacing: 5px;
}

.feature01 .feature_text_wrap {
  padding: 0 20px 0 0;
}

.feature01 .feature_box_wrap {
  margin: 0 auto;
  margin-right: 0;
}

.square02 {
  background: #3b2526;
  position: absolute;
  left: 0;
  width: 55%;
  height: 82.6%;
  top: -20px;
}

.square02.fadein_in {
  -webkit-animation: SlideIn02 2s;
          animation: SlideIn02 2s;
}

@-webkit-keyframes SlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20%, -20%);
            transform: translate(-20%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes SlideIn02 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20%, -20%);
            transform: translate(-20%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.feature_image {
  position: relative;
  width: 88.5%;
  margin: 8% auto 0;
  margin-right: 0;
}

.feature_image02 {
  position: absolute;
  top: 0;
  right: -3%;
  left: 79%;
}

.feature02 {
  margin-top: 80px;
}

.feature02 .feature_text_wrap {
  width: 88.5%;
  margin: 0 auto 0;
  margin-right: 0;
}

.square03 {
  width: 73%;
  height: 60%;
  position: absolute;
  bottom: -35px;
  right: 0;
  background: #3b2526;
}

.square03.fadein_in {
  -webkit-animation: SlideIn 2s;
          animation: SlideIn 2s;
}

.feature_image03 {
  position: relative;
}

.feature_image04 {
  position: absolute;
  bottom: -19%;
  left: -5%;
  right: 58%;
}

.feature_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}

.feature_btn .btn01,
.feature_btn .btn03 {
  margin-top: 0;
  margin-right: 20px;
}

.feature_btn .btn01 a,
.feature_btn .btn03 a {
  width: 250px;
}

.feature03 {
  margin-top: 220px;
}

.feature03 .feature_box_wrap {
  margin: 0 auto;
  margin-right: 0;
}

.feature03 .feature_text_wrap {
  padding: 0 20px 0 0;
}

.square04 {
  background: #3b2526;
  position: absolute;
  left: 0;
  width: 55%;
  height: 60%;
  bottom: 0;
}

.square04.fadein_in {
  -webkit-animation: SlideIn02 2s;
          animation: SlideIn02 2s;
}

.feature_image05 {
  position: relative;
  width: 88.5%;
  margin: 8% auto 11%;
  margin-right: 0;
}

.feature_image06 {
  position: absolute;
  right: 48px;
  bottom: -4%;
  left: 69%;
}

.br01 {
  display: none;
}

.service {
  padding: 100px 0 0;
  background: #ededea;
}

.service .btn01 {
  margin-top: 45px;
}

.parallax_text03 {
  font-size: 22.5vw;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #dddcda;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 0px;
  right: -1%;
  z-index: 1;
}

.service_wrap {
  margin-top: 140px;
}

.service_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}

.service_box:nth-of-type(2n-1) .service_box_wrap {
  padding: 0 40px 0 20px;
}

.service_box:nth-of-type(2n-1) .service_box_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_box:nth-of-type(2n) .service_box_text {
  border-radius: 10px 0px 0px 10px;
}

.service_box:nth-of-type(2n) .service_box_wrap {
  width: 88.5%;
  margin: 0% auto 0%;
}

.service_box:nth-of-type(2n) .service_text_wrap {
  max-width: 530px;
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: 0;
}

.service_box.last {
  background: #e7e7e3;
  margin-bottom: 0;
}

.service_box_text {
  padding: 50px 55px;
  background: rgba(231, 231, 227, 0.7);
  width: 50%;
  border-radius: 0 10px 10px 0;
}

.service_text_wrap {
  width: 81.8625%;
  margin: 0 auto;
  margin-right: 0;
}

.service_box_wrap {
  max-width: 725px;
}

.service_box_img {
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_wrap02 {
  max-width: 1240px;
  padding: 60px 20px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_box_text02 {
  width: 33%;
  margin-top: 45px;
}

.service_box_img02 {
  width: 64%;
  margin-top: 20px;
}

.premium {
  position: relative;
  background: #797373;
  padding: 100px 0 170px;
}

.premium .h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}

.premium .h2::after {
  background: #fff;
}

.premium .h2_sub {
  color: #fff;
  position: relative;
  z-index: 2;
}

.premium .feature_lineheight {
  font-size: 14px;
  text-align: center;
  text-shadow: 4px 3px 7px #000;
}

.parallax_text04 {
  font-size: 22.5vw;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  color: #736d6d;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

.premium_bg {
  max-width: 1800px;
  background: url(../../img/premium_bg.jpg) no-repeat center left/cover;
  color: #fff;
  padding-top: 70px;
  margin-top: 50px;
  z-index: 5;
  position: relative;
  height: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-5%, 0);
          transform: translate(-5%, 0);
}

.premium_bg .feature_txt {
  text-align: center;
  color: #fff;
  background: url(../../img/premium_icon.png) no-repeat center center/19%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 20px;
  text-align: center;
}

.premium_bg .feature_txt02 {
  color: #fff;
  text-align: center;
  margin-top: -10px;
}

.premium_bg .btn02 {
  margin-top: 75px;
}

.premium_bg .btn02 a {
  margin: 0 auto;
}

.premium_txt {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.premium_txt02 {
  max-width: 500px;
  margin: 0 auto;
  margin-right: 0;
}

.square05 {
  max-width: 800px;
  background: #3b2526;
  position: absolute;
  right: 0;
  width: 40%;
  height: 61%;
  bottom: 10%;
  z-index: 1;
}

.square05.fadein_in {
  -webkit-animation: SlideIn 2s;
          animation: SlideIn 2s;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/* ---------------PC MAXサイズ--------------------- */
@media screen and (min-width: 2000px) {
  .h1_sub02 {
    font-size: 20px;
  }
  .h1_sub03 {
    font-size: 58px;
  }
  .h1_sub03 span {
    font-size: 76px;
  }
  .h1_sub03 span.text {
    font-size: 50px;
  }
  .parallax_text,
  .parallax_text02,
  .parallax_text03,
  .parallax_text04 {
    font-size: 450px;
  }
  /* -------------------------------------------------- */
}

/* ---------------PC 微調整--------------------- */
@media screen and (max-width: 1700px) {
  .br01 {
    display: block;
  }
  /* -------------------------------------------------- */
}

/* ---------------PC 微調整--------------------- */
@media screen and (max-width: 1330px) {
  .mv_img02 {
    right: 7%;
  }
  /* -------------------------------------------------- */
}

/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  .download:hover {
    opacity: 0.7;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .download:hover a:after {
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
    bottom: -15px;
  }
  .download:hover:after {
    -webkit-animation: none;
            animation: none;
  }
  .detail_link a:hover {
    color: #1b0c0c;
  }
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  #wrap {
    display: none;
  }
  .site_name {
    display: none;
  }
  .h1_sub02 {
    display: none;
  }
  .h1_sub03 {
    width: 65%;
    margin: -55% auto 0;
    font-size: 7vw;
    letter-spacing: 2px;
  }
  .h1_sub03 p {
    width: calc(100% + 0.5em);
  }
  .h1_sub03 span {
    font-size: 8vw;
  }
  .h1_sub03 span.text {
    font-size: 7vw;
  }
  .h1_sub03 img {
    width: 15%;
    margin: 0 6px;
  }
  .mv {
    height: 600px;
  }
  .mv_img_wrap {
    right: 0;
    width: 25%;
    height: 30%;
    left: inherit;
  }
  .mv_img01 {
    position: absolute;
    right: -20px;
    top: -10%;
  }
  .mv_img01_2 {
    width: 50%;
  }
  .mv_img02 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mv_img03 {
    position: absolute;
    display: block;
    width: 17.6%;
    bottom: 15%;
    left: 0;
  }
  .mv_img03.pc {
    display: none;
  }
  .mv_img03.sp {
    display: block;
  }
  .mv_img03 .fade_mv03 {
    position: absolute;
    bottom: 0;
  }
  .download {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 10px;
    margin: 0 auto 20px;
    background: #f2f2f2;
  }
  .download:after {
    width: 1px;
    height: 12px;
    border-left: solid 1px;
    -webkit-animation: pathmove2 1.4s ease-in-out infinite;
            animation: pathmove2 1.4s ease-in-out infinite;
    top: inherit;
    left: 50%;
    right: inherit;
    bottom: -30px;
    z-index: -2;
  }
  .download a {
    padding-bottom: 10px;
  }
  .download a:after {
    left: calc(50% - 4px);
    bottom: 0;
  }
  .scroll {
    display: none;
  }
  .h2.left {
    text-align: center;
  }
  .h2.left span {
    padding-left: 0;
  }
  .h2.left span:before {
    top: -10px;
    margin-top: 0;
    left: calc(50% - 15px);
  }
  .h2_sub.left {
    padding-left: 0;
    text-align: center;
  }
  #news {
    padding: 60px 0 35px;
  }
  .news_box {
    margin-top: 30px;
  }
  .news_box_l {
    width: 100%;
    margin-bottom: 70px;
  }
  .news_box_r {
    width: 100%;
    margin-right: 0;
  }
  .detail_link {
    bottom: -30px;
    top: inherit;
  }
  .about {
    padding: 60px 0 70px;
  }
  .about .h2 {
    text-align: center;
  }
  .about .parallax_text {
    bottom: 0;
    top: inherit;
  }
  .about_img {
    width: 90%;
    margin: 30px auto;
    margin-right: 0;
  }
  .about_tit {
    display: none;
  }
  .about_tit_sp {
    font-weight: bold;
    line-height: 1.6;
    margin: 20px 0 10px;
    font-size: 24px;
    letter-spacing: 3px;
  }
  .square {
    display: none;
  }
  .square_sp {
    display: block;
    background: #3b2526;
    position: absolute;
    left: 0;
    width: 90%;
    height: 85%;
    bottom: -10px;
  }
  .square_sp.fadein_in {
    -webkit-animation: SlideIn03 2s;
            animation: SlideIn03 2s;
  }
  @-webkit-keyframes SlideIn03 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  @keyframes SlideIn03 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  }
  .about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about_box_l {
    width: 100%;
  }
  .about_box_r {
    width: 100%;
  }
  .mb01 {
    margin-bottom: 20px;
  }
  .feature {
    padding: 60px 0 70px;
  }
  .feature .feature_lineheight {
    display: none;
  }
  .feature .sp_inner {
    padding: 0;
  }
  .slider_feature {
    margin-top: 25px;
  }
  .slick-initialized .slick-slide {
    width: 77%;
    min-width: 200px !important;
  }
  .feature_box {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 4px 5px 5px #dedede;
            box-shadow: 4px 5px 5px #dedede;
    border-radius: 8px;
    position: relative;
  }
  .feature_box .feature_txt {
    min-height: 65px;
  }
  .feature_box .feature_txt02 {
    height: 108px;
  }
  .feature_box.feature02 {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature_box.feature02 .feature_text_wrap {
    width: 100%;
  }
  .feature_box .btn01 {
    bottom: 0;
    width: 100%;
    margin-top: 0;
  }
  .feature_box .btn01 a {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0 0px 10px 10px;
    color: #fff;
    background: #3b2526;
  }
  .feature_box .btn01 a:after {
    background: #fff;
  }
  .feature_box_img {
    width: 100%;
  }
  .feature_box_text {
    width: 100%;
  }
  .feature_txt {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 5px 0 10px;
    line-height: 1;
  }
  .feature_txt span {
    font-size: 16px;
  }
  .feature_text_wrap {
    position: inherit;
  }
  .feature_text_wrap p img {
    margin-left: 0;
    margin-top: 10px;
    height: 36px;
  }
  .feature_image {
    margin: 12px auto 7px;
  }
  .feature_txt02 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .feature_image02 {
    width: 27%;
    position: absolute;
    bottom: -26%;
    right: 5%;
    left: inherit;
    top: inherit;
  }
  .feature_image03 {
    width: 90%;
    margin-bottom: 17px;
  }
  .feature_image04 {
    width: 55%;
    left: inherit;
    right: 15px;
  }
  .feature_image05 {
    margin: 8% auto 0;
  }
  .feature_image05.fadelate {
    opacity: 1;
  }
  .feature_image06 {
    width: 27%;
    left: inherit;
  }
  .feature_btn {
    margin-top: 0px;
    position: relative;
  }
  .feature_btn .btn01,
  .feature_btn .btn03 {
    margin-right: 0;
  }
  .feature_btn .btn01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .feature_btn .btn03 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    position: absolute;
    top: -65px;
    left: 12px;
  }
  .feature_btn .btn03 a {
    width: 100%;
  }
  .feature01 {
    margin-top: 0;
  }
  .feature01 .feature_txt {
    letter-spacing: 3px;
  }
  .feature01 .feature_txt span {
    letter-spacing: 3px;
  }
  .feature01 .feature_text_wrap {
    padding: 0;
  }
  .feature01 .feature_box_wrap {
    margin: 0 auto;
  }
  .feature03 {
    margin-top: 0;
  }
  .feature03 .feature_text_wrap {
    padding: 0;
  }
  .feature03 .feature_box_wrap {
    margin: 0 auto;
  }
  .square02,
  .square03,
  .square04 {
    display: none;
  }
  .square02_sp,
  .square03_sp,
  .square04_sp {
    display: block;
    background: #3b2526;
    position: absolute;
    left: 0;
    width: 90%;
    height: 85%;
    top: 0;
  }
  .square03_sp {
    display: block;
    background: #3b2526;
    position: absolute;
    top: inherit;
    bottom: -5px;
    right: 0;
    left: inherit;
    width: 80%;
    height: 91%;
  }
  .service {
    padding: 60px 0 0px;
  }
  .service .btn01 {
    margin-top: 25px;
  }
  .service_wrap {
    width: calc(100% - 40px);
    margin: 10px auto 0;
  }
  .service_box {
    margin-bottom: 25px;
  }
  .service_box.last {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .service_box .service_box_wrap {
    padding: 20px;
  }
  .service_box:nth-of-type(2n) .service_box_text {
    border-radius: 10px;
  }
  .service_box:nth-of-type(2n-1) .service_box_wrap {
    padding: 20px;
  }
  .service_box:nth-of-type(2n-1) .service_box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service_box:nth-of-type(2n-1) .service_box_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service_box .feature_txt {
    text-align: center;
  }
  .service_box_text {
    width: 100%;
    padding: 20px 22px;
    border-radius: 10px;
  }
  .service_box_img {
    width: 100%;
  }
  .service_text_wrap {
    width: 100%;
  }
  .service_box_text02 {
    width: 100%;
    margin-top: 18px;
  }
  .service_box_img02 {
    width: 100%;
  }
  .premium {
    padding: 60px 0 140px;
  }
  .premium_bg {
    background: #000 url(../../img/premium_bg_sp.jpg) no-repeat bottom left/100% auto;
    padding-top: 0px;
    margin-top: 30px;
    width: calc(100% - 20px);
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .premium_bg .feature_txt {
    background-size: contain;
    height: 50px;
    padding: 11px 0;
  }
  .premium_bg .feature_txt02 {
    margin-bottom: 10px;
  }
  .premium_bg .btn02 {
    margin-top: 0;
    position: absolute;
    width: calc(100% - 50px);
    bottom: -80px;
    left: 35px;
  }
  .premium_bg .btn02 a {
    max-width: inherit;
  }
  .premium_txt {
    padding: 0;
  }
  .premium_txt02 {
    width: calc(100% - 20px);
    padding: 40px 10px 40px 20px;
    margin-left: 0;
  }
  .parallax_text04 {
    top: 0;
  }
  .square05 {
    bottom: 18%;
    width: 80%;
  }
  /* ---------------------SP END----------------------------- */
}
</pre></body></html>