@charset "UTF-8";
/*-------------mainVisual--------------*/
.mainVisual {
  position: relative;
  overflow: hidden;
}
.mainVisual .slideShow {
  /*position: relative;*/
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.mainVisual .slideShow li {
  width: 100%;
}
.mainVisual .slideShow li img {
  width: 100%;
  height: auto;
}
.mainVisual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainVisual .leadtext {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-size: 3.75em; /*3.125em;50px*/
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  transform: rotate(-90deg);
  right: -300px;
  top: 40%;
}

/*
.mainVisual{
  position: relative;

  .slideShow {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin:0 auto;
    padding-top:61%;
  }
  .slideShow li {
    position: absolute;
    width:100%;
    left: 0;
    top: 0;
    z-index:90;
  }
  .slideShow li img{
    width:100%;
    height: auto;
  }
  h1{
    position:absolute;
    z-index: 92;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .leadtext{
    position:absolute;
    z-index:99;
    color:#fff;
    font-size: 3.125em;
    font-weight:bold;
    line-height:1.8em;
    text-align:center;
    transform:rotate(-90deg);
    top:10px;
  }
}*/
/*--------contents共通--------*/
h2, .staffinterview dd {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.07em;
}

section p {
  line-height: 1.75;
  font-size: 1em; /*16px*/
}

h2 {
  font-size: 5em; /*80px*/
}

h3 {
  font-weight: 500;
  font-size: 1.25em; /*20px*/
  letter-spacing: 0.07em;
}

/*-----------ABOUT------------*/
.about {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 200px;
  padding: 0 40px;
}
.about ul {
  padding-bottom: 40px;
  flex: 1;
}
.about .text {
  flex: 1;
  margin-left: 70px;
  margin-right: 40px;
}
.about .text h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 0.2em;
}
.about .text p {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-top: 80px;
  z-index: 85;
}
.about .text .more {
  font-size: 1.25em; /*20px*/
  position: relative;
  width: 150px;
  z-index: 90;
  padding-bottom: 3px;
}
.about .text .more a {
  display: block;
}
.about .text .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2px;
  bottom: 0.3em;
  width: 130px;
  height: 5px;
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(45deg);
  transition: 0.2s;
}
.about .text a:hover {
  color: #fff;
  transition: 0.3s;
}
.about .text .more:hover::after {
  width: 150px;
  border-color: #fff;
  transition: 0.3s;
}
.about .colorBox {
  left: 0;
}

.colorBox {
  position: absolute;
  max-width: 1110px;
  width: 100%;
  height: 180px;
  background-color: #012D83;
  opacity: 0.7;
  bottom: 50px;
  z-index: 80;
}

/*-------STAFF-------*/
.staffShop {
  margin-top: 200px;
  background-image: url(../images/staff_background.jpg);
  background-repeat: no-repeat;
  background-position: -100px 50px;
  background-size: cover;
}

.staffShop::before {
  content: "STAFF INTERVIEW";
  display: block;
  color: #000;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 5em; /*80px*/
  letter-spacing: 0.07em;
  margin-bottom: -30px;
}

.staffinterview {
  overflow: hidden;
  position: relative;
}
.staffinterview h2 {
  text-align: center;
  margin-top: -50px;
  color: #fff;
}
.staffinterview h3 {
  color: #fff;
  text-align: center;
}
.staffinterview .staff {
  display: flex;
  justify-content: center;
  margin: 100px auto 100px;
}
.staffinterview .staff a {
  display: block;
}
.staffinterview .staff a:hover img {
  opacity: 0.75;
  transition: 0.3s;
}
.staffinterview .staff dl {
  position: relative;
}
.staffinterview .staff dl dt {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
}
.staffinterview .staff dl dd {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2.5em; /*40px*/
  text-align: center;
  bottom: 50px;
}

/*---------shop info----------*/
.shopinfo {
  padding-bottom: 150px;
}
.shopinfo h2, .shopinfo h3 {
  color: #fff;
  text-align: center;
}
.shopinfo h2 {
  position: relative;
  margin-top: -170px;
  z-index: 80;
  text-shadow: 3px 4px 3px rgb(0, 0, 0);
}
.shopinfo h3 {
  margin-top: -5px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 80;
}
.shopinfo .swiper {
  height: auto;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0 5%;
  padding-top: 30px;
  padding-bottom: 150px;
}
.shopinfo .swiper div {
  text-align: center;
  /*height: auto;
  max-width: 100%;*/
}
.shopinfo .swiper div img {
  height: auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.shopinfo .swiper div img:hover {
  transition: 0.3s;
  box-shadow: 0px 0px 15px 6px rgba(225, 225, 225, 0.5);
  transition: 0.3s;
}
.shopinfo .swiper div img:hover p {
  text-decoration: underline;
  transition: 0.3s;
}
.shopinfo .swiper div p {
  color: #fff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.075em;
  font-size: 1.875em;
}
.shopinfo .swiper .swiper-button-next,
.shopinfo .swiper .swiper-button-prev {
  top: 92%;
}
.shopinfo .swiper .swiper-button-next {
  right: 50px !important;
}
.shopinfo .swiper .swiper-button-prev {
  left: 50px !important;
}
.shopinfo .swiper .swiper-button-next:hover::after,
.shopinfo .swiper .swiper-button-prev:hover::after {
  background: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.shopinfo .swiper .swiper-button-prev,
.shopinfo .swiper .swiper-button-next {
  color: #fff;
}
.shopinfo .swiper .swiper-button-next::after,
.shopinfo .swiper .swiper-button-prev::after {
  content: "→";
  font-size: 1.3em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 5px 15px;
}
.shopinfo .swiper .swiper-button-prev::after {
  content: "←";
}
.shopinfo .swiper .swiper-pagination {
  margin-bottom: 30px;
}
.shopinfo .swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  width: 5px;
  height: 5px;
}
.shopinfo .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: 0px 0px 8px 3px rgba(225, 225, 225, 0.5);
}

/*-----------RECRUIT----------*/
.recruit a {
  position: relative;
  display: block;
  max-width: 800px;
  width: 100%;
  height: 600px;
  margin: 100px auto 100px;
  text-align: center;
  background-image: url(../images/recruit_full.jpg);
  background-size: contain;
}
.recruit a .recruit-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit a .recruit-title h2, .recruit a .recruit-title h3 {
  text-shadow: 1px 1px 2px #fff;
}
.recruit a .recruitText {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px #fff;
}
.recruit a .recruitText p:nth-child(1) {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
}
.recruit a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.runningText {
  margin-bottom: -15px;
}

/*--------------代表メッセージ----------------*/
.message {
  overflow: hidden;
  padding: 100px 40px;
  padding-left: 100px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  background: #000;
  position: relative;
}
.message div:nth-child(1) {
  flex: 1;
  max-width: 380px;
  padding-right: 30px;
}
.message div:nth-child(1) h2, .message div:nth-child(1) h3, .message div:nth-child(1) p {
  width: 100%;
  color: #fff;
  text-align: right;
}
.message div:nth-child(1) h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.2em;
}
.message div:nth-child(1) h3 {
  margin-bottom: 60px;
}
.message div:nth-child(1) p {
  position: relative;
  z-index: 85;
}
.message div:nth-child(1) p:nth-child(5) {
  font-size: 1em;
  font-weight: 50;
}
.message div:nth-child(1) p:nth-child(6) {
  margin-top: 70px;
}
.message div:nth-child(1) .more {
  color: #fff;
  font-size: 1.25em; /*20px*/
  position: relative;
  width: 150px;
  z-index: 90;
  padding-bottom: 3px;
}
.message div:nth-child(1) .more a {
  display: block;
}
.message div:nth-child(1) .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0.3em;
  width: 130px;
  height: 5px;
  border: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: skew(-45deg);
  transition: 0.2s;
}
.message div:nth-child(1) a:hover {
  color: #fff;
  transition: 0.3s;
}
.message div:nth-child(1) .more:hover::after {
  width: 150px;
  opacity: 0.8;
  transition: 0.3s;
}
.message ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.message ul li:nth-child(1) {
  flex: 1.5;
  margin-right: 30px;
  position: relative;
  z-index: 72;
}
.message ul li:nth-child(2) {
  flex: 1;
  position: relative;
  z-index: 71;
}
.message ul .name {
  font-size: 1.875em;
}
.message .colorBox2 {
  position: absolute;
  max-width: 1180px;
  width: 90%;
  min-height: 180px;
  background-color: #012D83;
  opacity: 0.7;
  z-index: 70;
  display: block;
  right: 0;
}

/*------レスポンシブ設定------*/
@media (max-width: 900px) {
  .about .text p {
    line-height: 2;
    margin-top: 50px;
  }
  .staffShop {
    background-position: 0px 40px;
  }
  .staffShop .staffinterview {
    margin-top: 10px;
  }
  .staffShop .staffinterview h2 {
    text-align: center;
    margin-top: -40px;
    color: #fff;
  }
  .staffShop::before {
    margin-bottom: -40px;
  }
  .mainVisual .leadtext {
    right: -280px;
  }
}
@media (max-width: 768px) {
  .mainVisual .leadtext {
    top: 44%;
  }
  .about {
    display: block;
    position: relative;
    padding-bottom: 50px;
  }
  .about h2 {
    font-size: 3.6em;
  }
  .about .text {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 100px;
    padding: 30px;
  }
  .about .colorBox {
    height: 150px;
  }
  .recruit a {
    background-repeat: no-repeat;
    background-position: center;
  }
  .recruit .recruitText {
    width: 90%;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .message {
    flex-direction: column-reverse;
    padding-left: 40px;
  }
  .message div:nth-child(1) {
    padding-right: 0px;
    margin: 80px auto 0;
    max-width: 80%;
  }
  .message div:nth-child(1) p:nth-child(5) {
    line-height: 2;
    margin-top: 40px;
    text-align: left;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
@media (max-width: 435px) {
  .mainVisual::after {
    content: "scroll";
    height: 100px;
    color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/arrow_down.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 15px 20px;
  }
  .about {
    margin-top: 100px;
    padding: 0 20px 100px;
    padding-bottom: 100px;
  }
  .about .text {
    margin-left: 40px;
    padding: 30px;
    z-index: 90;
  }
  .about .text p {
    margin-top: 40px !important;
    line-height: 2;
  }
  .about .colorBox {
    bottom: 2% !important;
  }
  .staffShop {
    margin-top: 100px;
    background-position: -250px 40px;
  }
  .staffShop .staffinterview {
    margin-top: 10px;
  }
  .staffShop .staffinterview h2 {
    text-align: center;
    margin-top: -40px;
    color: #fff;
  }
  .staffShop .staffinterview h3 {
    letter-spacing: 0.2em;
  }
  .staffShop .staffinterview .staff {
    display: block;
  }
  .staffShop .staffinterview .staff dl {
    margin-right: 40px;
    margin-left: 40px;
  }
  .staffShop .staffinterview .staff dd {
    bottom: 80px;
  }
  .staffShop .staffinterview .staff a:nth-child(2) {
    margin-top: 40px;
  }
  .staffShop .shopinfo {
    padding-bottom: 100px;
  }
  .staffShop::before {
    content: "STAFF";
    margin-bottom: -40px;
  }
  .recruit a {
    background-repeat: no-repeat;
    height: 300px;
  }
  .recruit a h2 {
    font-size: 3.6em;
  }
  .recruit a .recruitText {
    bottom: -50px;
  }
  .recruit a .recruitText p:nth-child(1) {
    letter-spacing: 0.1em;
  }
  .message {
    margin-bottom: 0;
  }
  .message div:nth-child(1) {
    max-width: 100%;
  }
}/*# sourceMappingURL=home.css.map */