@charset "UTF-8";
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/*---------------------------------------
font family
---------------------------------------*/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

index

***************************************/
/* --------------------------------------------------
	body
*/
body, html {
  height: 100%;
  width: 100%;
}

#index {
  width: 100%;
  height: 100%;
}
#index #side_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#index #side_wrap .carousel_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#index #side_wrap .carousel_wrap .text_wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
#index #side_wrap .carousel_wrap .text_wrap ul li {
  font-size: 13px;
}
#index #side_wrap .carousel_wrap .text_wrap ul li:first-child {
  padding: 0 0 15px;
}
#index #side_wrap .carousel_wrap .text_wrap ul li span {
  display: block;
  text-align: right;
  padding: 30px 0 0;
  font-style: normal;
}
#index #side_wrap .carousel_wrap .text_wrap ul.italic li {
  font-family: "UniversLTPro-55Oblique";
}
#index #side_wrap .carousel_wrap .text_wrap p {
  font-size: 12px;
  line-height: 14px;
}
#index #side_wrap .carousel_wrap .text_wrap p span {
  display: block;
  text-align: right;
  padding: 25px 0 0;
}
#index #side_wrap .carousel_wrap .image_wrap {
  width: 100%;
  height: 100%;
}
#index #side_wrap .carousel_wrap .image_wrap.image01 {
  background: url("../../img/index/fv_01.jpg") no-repeat center center;
  background-size: cover;
}
#index #side_wrap .carousel_wrap .image_wrap.image02 {
  background: url("../../img/index/fv_02.jpg") no-repeat center center;
  background-size: cover;
}
#index #side_wrap .carousel_wrap .image_wrap.image03 {
  background: url("../../img/index/fv_03.jpg") no-repeat center center;
  background-size: cover;
}
#index #side_wrap .carousel_wrap .image_wrap.image04 {
  background: url("../../img/index/fv_04.jpg") no-repeat center center;
  background-size: cover;
}
#index #side_wrap .carousel_wrap .image_wrap.image05 {
  background: url("../../img/index/fv_05.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #index #side_wrap .carousel_wrap .text_wrap ul {
    padding: 0 8vw 0 5.3333333333vw;
  }
  #index #side_wrap .carousel_wrap .text_wrap ul li {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  #index #side_wrap .carousel_wrap .text_wrap ul li:first-child {
    padding: 0;
  }
  #index #side_wrap .carousel_wrap .text_wrap ul li span {
    padding: 2.6666666667vw 0 0;
    font-size: 3.7333333333vw;
  }
  #index #side_wrap .carousel_wrap .text_wrap p {
    font-size: 3.6vw;
    line-height: 4.6666666667vw;
    padding: 0 10vw 0 6.6666666667vw;
  }
  #index #side_wrap .carousel_wrap .text_wrap p span {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0 0;
  }
  #index #side_wrap .carousel_wrap .image_wrap.image01 {
    background: url("../../img/index/fv_01_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #index #side_wrap .carousel_wrap .image_wrap.image02 {
    background: url("../../img/index/fv_02_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #index #side_wrap .carousel_wrap .image_wrap.image03 {
    background: url("../../img/index/fv_03_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #index #side_wrap .carousel_wrap .image_wrap.image04 {
    background: url("../../img/index/fv_04_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  #index #side_wrap .carousel_wrap .image_wrap.image05 {
    background: url("../../img/index/fv_05_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
}
/*# sourceMappingURL=index.css.map */
