@charset "UTF-8";
.mv {
  position: relative;
}

.mv__copy-wrap {
  position: absolute;
  top: 50%;
  left: calc(50% - 9.4vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv__copy-wrap {
    top: 40%;
    left: calc(50% - 25vw);
  }
}

.mv__copy-wrap .mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .mv__copy-wrap .mv__copy {
    display: none;
  }
}

.mv__copy-wrap .mv__copy li {
  text-align: center;
  line-height: 1;
  font-size: 22px;
  letter-spacing: 5px;
  padding: 6px 23px;
  color: #ffffff;
  text-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media screen and (min-width: 1100px) {
  .mv__copy-wrap .mv__copy li {
    font-size: 2vw;
    letter-spacing: 0.533vw;
    padding: 0.533vw 2.133vw 0;
  }
}

.mv__copy-wrap .mv__copy li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: white;
  width: 1px;
  left: 68px;
  top: 0;
  -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1100px) {
  .mv__copy-wrap .mv__copy li:first-child:before {
    width: 1px;
    left: 6.133vw;
  }
}

.mv__copy-wrap .mv__copy li:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background-color: white;
  width: 1px;
  top: 0;
  left: 0;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1100px) {
  .mv__copy-wrap .mv__copy li:after {
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .mv__copy-wrap .mv_copy-img {
    width: 50vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .mv__copy-wrap .mv_copy-img img {
    width: 100%;
  }
}

/* 余裕あれば背景画像で↓*/
/* スライダー部分*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.mv__wrap .swiper-slide-active .slide-img,
.mv__wrap .swiper-slide-duplicate-active .slide-img,
.mv__wrap .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.mv__wrap .slide-img img {
  display: block;
  width: 100%;
}

.mv__wrap .slide-img img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv__wrap .slide-img img.pc {
    display: none;
  }
  .mv__wrap .slide-img img.sp {
    display: block;
  }
}

/* スライダー部品カスタマイズ */
.swiper-pagination {
  display: none;
}

.mv .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 6.66666%;
  right: 14.33333%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv .btn-wrap {
    display: block;
    text-align: center;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5%;
  }
}

.mv .btn-wrap .mv__logo {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .mv .btn-wrap .mv__logo {
    width: 37.198vw;
    margin: 0 auto 2.415vw;
  }
}

@media screen and (max-width: 768px) {
  .mv .btn-wrap .btn01 {
    width: 53.14vw;
    height: 15.7vw;
    font-size: 3.865vw;
  }
  .mv .btn-wrap .btn01:before {
    width: 12.077vw;
    height: 0.242vw;
    right: -8.454vw;
  }
}

.top-lead {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-lead {
    padding: 60px 5% 45px;
  }
}

.top-lead .top-lead__logo {
  margin: 0 0 48px 0;
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__logo {
    margin: 0 0 30px 0;
  }
}

.top-lead .top-lead__logo img {
  height: 191px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__logo img {
    width: 45%;
    height: auto;
  }
}

.top-lead .top-lead__txt-area {
  width: 902px;
  height: 396px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__txt-area {
    width: 100%;
    height: auto;
  }
}

.top-lead .top-lead__txt-area .h2-ttl01 {
  letter-spacing: 0.06em;
  margin: 0 0 0 39px;
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__txt-area .h2-ttl01 {
    margin: 0 0 20px 0;
    font-size: 4.831vw;
  }
}

.top-lead .top-lead__txt-area .h2-ttl01:after {
  display: none;
}

.top-lead .top-lead__txt-area .ttl01 {
  margin-left: 50px;
}

.top-lead .top-lead__txt-area .txt01 p {
  line-height: 2.333;
}

.top-lead .top-lead__txt-area .txt01 p:not(:first-child) {
  margin: 0 46px 0 0;
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__txt-area .txt01 p:not(:first-child) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-lead .top-lead__txt-area .txt01 p:not(:last-child) {
    margin: 0 0 15px 0;
  }
}

.top-insta {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .top-insta {
    padding: 45px 0;
  }
}

.top-insta .top-insta__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-insta .top-insta__col {
    display: block;
    padding: 0;
  }
}

.top-insta .top-insta__col .h2-ttl01 {
  margin: -40px 0 0 72px;
}

@media screen and (max-width: 768px) {
  .top-insta .top-insta__col .h2-ttl01 {
    margin: 0 0 0 0;
  }
}

.top-insta .top-insta__col .top-insta__txt {
  margin: 0 0 0 100px;
}

@media screen and (max-width: 768px) {
  .top-insta .top-insta__col .top-insta__txt {
    margin: 0 0 20px 0;
  }
}

.top-insta .top-insta__col .top-insta__insta-area {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .top-insta .top-insta__col .top-insta__insta-area {
    width: 100%;
  }
}

.top-history {
  margin: 0 auto 0 0;
  padding: 80px 0;
  text-align: left;
  position: relative;
}

.top-history:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  height: 380px;
  background: url(../img/img_overview01.jpg) no-repeat right center/cover;
  width: 47.5vw;
  min-width: 524px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .top-history:after {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 90%;
    min-width: auto;
    margin: 0 0 0 auto;
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .top-history {
    width: auto;
    padding: 45px 0;
  }
}

.top-history .top-history__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 380px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-history .top-history__col {
    display: block;
    height: auto;
  }
}

.top-history .top-history__col .top-history__txt-area {
  min-height: 280px;
  margin: 0 0 0 auto;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-history .top-history__col .top-history__txt-area {
    padding: 0;
  }
}

.top-history .top-history__col .top-history__txt-area .h2-ttl01 {
  margin: -40px 0 0 80px;
}

@media screen and (max-width: 768px) {
  .top-history .top-history__col .top-history__txt-area .h2-ttl01 {
    margin: 0 0 40px 0;
  }
}

.top-history .top-history__col .top-history__txt-area .h3-ttl01 {
  margin: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .top-history .top-history__col .top-history__txt-area .h3-ttl01 {
    margin: 0 0 20px 0;
  }
}

.top-history .top-history__col .top-history__txt-area .ttl01 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .top-history .top-history__col .top-history__txt-area .txt01 {
    margin: 0 0 20px 0;
  }
}

.top-logomark {
  padding: 80px 0 250px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-logomark {
    padding: 45px 0;
  }
}

.top-logomark .inner .top-logomark__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col {
    padding: 0;
    display: block;
  }
}

.top-logomark .inner .top-logomark__col .top-logomark__logo {
  margin: 0 0 0 41px;
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__logo {
    text-align: center;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__logo img {
    width: 100px;
  }
}

.top-logomark .inner .top-logomark__col .top-logomark__img-sp {
  margin: 0 0 20px 0;
  text-align: center;
}

.top-logomark .inner .top-logomark__col .top-logomark__img-sp img {
  width: 80%;
}

.top-logomark .inner .top-logomark__col .top-logomark__txt-area .h2-ttl01 {
  margin: -40px 0 0 79px;
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__txt-area .h2-ttl01 {
    margin: 0 0 40px 0;
  }
}

.top-logomark .inner .top-logomark__col .top-logomark__txt-area .txt01 {
  height: 280px;
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__txt-area .txt01 {
    height: auto;
    margin: 0 0 20px 0;
  }
}

.top-logomark .inner .top-logomark__col .top-logomark__img-area01 {
  width: 47.5vw;
  position: absolute;
  left: -50px;
  text-align: right;
}

@media screen and (max-width: 1099px) {
  .top-logomark .inner .top-logomark__col .top-logomark__img-area01 {
    min-width: 524px;
  }
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__img-area01 {
    margin: 0 auto;
    position: static;
    min-width: auto;
    width: 85%;
  }
}

.top-logomark .inner .top-logomark__col .top-logomark__img-area02 {
  position: absolute;
  left: calc(50% + 144px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 115px;
  min-width: 507px;
}

@media screen and (max-width: 768px) {
  .top-logomark .inner .top-logomark__col .top-logomark__img-area02 {
    display: none;
    min-width: auto;
  }
}

.top-item {
  background: url(../../common/img/bg_item01.png) no-repeat left calc(50% - 160px) top 30px;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .top-item {
    padding: 45px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .top-item {
    background-position: left calc(50% - 50px) top 30px;
    background-size: 180%;
  }
}

.top-item .inner .top-item__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-item .inner .top-item__col {
    display: block;
  }
}

.top-item .inner .h2-ttl01 {
  margin: -40px 0 0 80px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 768px) {
  .top-item .inner .h2-ttl01 {
    margin: 0 0 30px 0;
  }
}

.top-item .inner .top-item__list-01 {
  margin: 0 0 80px 0;
}

@media screen and (max-width: 768px) {
  .top-item .inner .top-item__list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
}

.top-item .inner .top-item__list-01 .item-area__item-01 {
  line-height: 2.333;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .top-item .inner .top-item__list-01 .item-area__item-01 {
    font-size: 14px;
    width: 50%;
  }
}

.top-item .inner .inner700 {
  width: 100%;
}

.top-item .inner .inner700 .h3-ttl02 {
  text-align: center;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
  .top-item .inner .inner700 .h3-ttl02 {
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 18px;
  }
}

.top-item .inner .inner700 .top-item__list-02 {
  margin: 0 0 40px 0;
  width: 666px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-item .inner .inner700 .top-item__list-02 {
    width: 100%;
  }
}

.top-item .inner .inner700 .top-item__list-02 li {
  width: calc(100% / 5);
  margin: 0 0 15px 0;
  word-wrap: normal;
  white-space: normal;
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-item .inner .inner700 .top-item__list-02 li {
    width: calc(100% / 3);
    font-size: 3vw;
  }
}

.top-item .inner .inner700 .top-item__list-02 li .item-area__item-02 {
  font-size: 13px;
  line-height: 1;
  width: calc(100% / 3);
}

.top-item .inner .inner700 .top-item__list-03 {
  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;
}

@media screen and (max-width: 768px) {
  .top-item .inner .inner700 .top-item__list-03 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}

.top-item .inner .inner700 .top-item__list-03 .item-area__item-03 {
  width: calc(100% / 3);
  margin: 0 0 30px 0;
}

@media screen and (max-width: 768px) {
  .top-item .inner .inner700 .top-item__list-03 .item-area__item-03 {
    width: 50%;
    margin: 0 0 30px 0;
  }
}

.top-item .inner .inner700 .top-item__list-03 .item-area__item-03 img {
  vertical-align: -webkit-baseline-middle;
}

.top-shop {
  margin: 0 auto 0 0;
  padding: 80px 0 180px;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-shop {
    width: auto;
    padding: 45px 0;
  }
}

.top-shop .top-shop__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 320px;
  position: relative;
  margin: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
  .top-shop .top-shop__col {
    display: block;
    height: auto;
  }
}

.top-shop .top-shop__col .top-shop__txt-area {
  min-height: 280px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top-shop .top-shop__col .top-shop__txt-area {
    padding: 0;
  }
}

.top-shop .top-shop__col .top-shop__txt-area .h2-ttl01 {
  margin: -40px 0 0 80px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top-shop .top-shop__col .top-shop__txt-area .h2-ttl01 {
    line-height: 1.3;
    margin: 0 0 40px 0;
  }
  .top-shop .top-shop__col .top-shop__txt-area .h2-ttl01:after {
    top: 25.5%;
  }
}

.top-shop .top-shop__col .top-shop__txt-area .txt01 {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top-shop .top-shop__col .top-shop__txt-area .txt01 {
    margin: 0 0 20px 0;
  }
}

.top-shop .top-shop__col .top-shop__txt-area .top-shop__img {
  margin: 0 70px 0 0;
}

@media screen and (max-width: 768px) {
  .top-shop .top-shop__col .top-shop__txt-area .top-shop__img {
    margin: 0;
  }
}

.top-overview {
  padding: 20px 5% 80px;
}

@media screen and (max-width: 768px) {
  .top-overview {
    padding: 45px 0 30px;
    position: relative;
  }
}

.top-overview .inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-overview .inner {
    position: static;
  }
}

.top-overview .inner .h2-ttl01 {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .top-overview .inner .h2-ttl01 {
    position: relative;
  }
}

.top-overview .inner .top-overview__list {
  margin: 0 0 40px 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-overview .inner .top-overview__list {
    margin: 40px 0 50px 0;
  }
}

.top-overview .inner .top-overview__list tr {
  border-bottom: 1px solid #e6e6e6;
}

.top-overview .inner .top-overview__list tr th {
  padding: 20px 0 20px 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .top-overview .inner .top-overview__list tr th {
    width: 60px;
    padding: 10px 0 10px;
    font-size: 14px;
  }
}

.top-overview .inner .top-overview__list tr td {
  line-height: 1.75;
  padding: 14px 0 14px 50px;
}

@media screen and (max-width: 768px) {
  .top-overview .inner .top-overview__list tr td {
    font-size: 14px;
    padding: 5px 0 5px 20px;
  }
}

.top-overview .inner .top-overview__list tr td.p-fix {
  padding: 20px 0 20px calc(50px + 1em);
}

@media screen and (max-width: 768px) {
  .top-overview .inner .top-overview__list tr td.p-fix {
    padding: 5px 0 5px calc(20px + 1em);
  }
}

.top-overview .inner .top-overview__list tr td .dia {
  display: inline-block;
  color: #808080;
  text-indent: -1em;
}

.top-address {
  padding: 80px 0 70px;
}

@media screen and (max-width: 768px) {
  .top-address {
    padding: 45px 0 60px;
  }
}

.top-address .top-address__map-wrap .top-address__map iframe {
  width: 100%;
  height: 460px;
}

@media screen and (max-width: 768px) {
  .top-address .top-address__map-wrap .top-address__map iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=layout.css.map */