@charset "utf-8";

/*eyeCatcher
 * --------------------------------------------------------*/
.swiper-wrapper .swiper-slide.slide1,
.swiper-wrapper .swiper-slide.slide2,
.swiper-wrapper .swiper-slide.slide3,
.swiper-wrapper .swiper-slide.slide4, 
.swiper-wrapper .swiper-slide.slide5 {
  height: 100vh;
}
.swiper-wrapper .swiper-slide.slide1:before {
  background: url(../img/index/eyecatching01.jpg);
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
.swiper-wrapper .swiper-slide.slide2:before {
  background: url(../img/index/eyecatching02.jpg);
  z-index: -2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
.swiper-wrapper .swiper-slide.slide3:before {
  background: url(../img/index/eyecatching03.jpg);
  z-index: -3;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
.swiper-wrapper .swiper-slide.slide4:before {
  background: url(../img/index/eyecatching04.jpg);
  z-index: -4;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
.swiper-wrapper .swiper-slide.slide5:before {
  background: url(../img/index/eyecatching05.jpg);
  z-index: -4;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}
.project__image-container {
  position: relative;
}
.project__image-container .project__image-inner {
  display: table;
}
.project__txt-inner {
  display: table-cell;
  vertical-align: middle;
  padding-left: 130px;
}
.project__txt-inner p {
  color: #FFF;
}
.categoryType {
  display: inline-block;
  border-bottom: 1px solid;
  margin: 0;
  padding-bottom: 15px;
  font-size: 1.1875rem;
  font-family: 'Hiragino Mincho W3 JIS2004', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.categoryDetails {
  font-size: 1.5rem;
  line-height : 1.4;
  margin: 18px 0 25px;
  color: #FFF;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.categoryDetails span {
  display: block;
}
.categoryLink {
  margin: 0;
  display: inline-block;
  background-color:rgba(0,0,0,0.5);
  border-radius: 5px 5px;
}
.categoryLink a {
  color: #FFF;
  font-size: 0.875rem;
  display: block;
  padding: 10px 0;
  width: 187px;
  margin: 0;
  border-radius: 5px 5px;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic W0 JIS2004', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.categoryLink a:hover {
  background-color: #FFF;
  color: #000;
  transition: 1.0s;
}

/*interview
 * --------------------------------------------------------*/
.interview-container {
  display: flex;
  width: 100%;
}
.interview-img {
  width: 100%;
}
.interview-img img {
  vertical-align: bottom;
}
.interview-wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interview-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Hiragino Mincho W3 JIS2004', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.interview-txt p {
  text-align: center;
  font-size: 1.125rem;
  color: #808080;
}
.interview-txt p:first-child {
  margin-bottom: 25px;
}
.interview-txt p:last-child {
  margin: 0 0 50px;
  font-size: 1.5rem;
}
.interview-txt p span {
  display: block;
  text-align: left;
}
.interview-btn {
  width: 180px;
  background: #666;
  border-radius: 5px 5px;
  text-align: center;
  padding: 10px 0;
}
.interview-btn a {
  font-size: 1.125rem;
  text-align: center;
  color: #FFF;
  display: block;
  font-family: 'Hiragino Kaku Gothic W0 JIS2004', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interview-btn:hover {
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 5px 5px;
  transition: 1.0s;
  color: #666;
}
.interview-btn a:hover {
  color: #666;
  transition: 1.0s;
}

/*index-yodogawa
 * --------------------------------------------------------*/
.project__yodogawa-container {
  width: 100%;
  background-color: #FFF;
}
.project__yodogawa-container p {
  margin: 0 20%;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: bolder;
  font-family: 'Hiragino Kaku Gothic W0 JIS2004', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*news
 * --------------------------------------------------------*/
.news {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}
.news-container {
  display: flex;
}
.title {
  width: 300px;
  font-weight: bolder;
  font-family: 'Hiragino Kaku Gothic W0 JIS2004', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news_area {
  padding: 20px 0;
}
.news_area li {
  line-height: 1.8;
  font-weight: bolder;
  font-family: 'Hiragino Kaku Gothic W0 JIS2004', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*index-line up
 * --------------------------------------------------------*/
.project__eyecatching-container {
  background: url(../img/index/lineup.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 32.5em;
  display: table;
  text-align: center;
}
.project__txt-inner.bag {
  padding-left: 0;
}
/*index-item
 * --------------------------------------------------------*/
.item-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.item-wrap .soldout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #4D4D4D;
  color: #FFF;
  width: 120px;
  padding: 10px 0;
  display: inline-block;
  margin: 0;
  text-align: center;
  letter-spacing: 0.8pt;
}
.img-box {
  position: relative;
  width: 33.3%;
}
.img-box figcaption h4,
.img-box .item-box-details,
.img-box .item-box-price {
  /*color: #808080;*/
  color: #666;
  line-height: 1.8;
  font-family: 'Hiragino Mincho W3 JIS2004', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.img-box figcaption h4 {
  font-size: 1.125rem;
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.8s;
}
.img-box:hover .active {
  opacity: 1;
}
.img-box .item-box-details {
  padding: 0 10px 50px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
}
.img-box .item-box-details span {
  font-size: .8725rem;
  display: block;
}
.item-box-price {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
.type1,
.type2,
.type4 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.type3 {
  border-bottom: 1px solid #ccc;
}
.type5,
.type6,
.type8,
.type9 {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.type7 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*hoverしたときのふるまい*/
.snip1392 {
/*  font-family: 'Raleway', Arial, sans-serif;*/
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  color : #808080;
  text-align: left;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-transform: uppercase;
  box-shadow: none !important;
}
.snip1392:first-of-type {
  margin-left: 0;
}
.snip1392 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1392 .image {
  padding: 0;
  margin-bottom: 15px;
}
.snip1392 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
}
.snip1392 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:rgba(255,255,255,0.8);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.snip1392 h4 {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  line-height: 1.1em;
  font-size: 0.875rem;
  text-align: center;
  font-weight: normal;
}
.snip1392 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1392:hover img,
.snip1392.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.snip1392:hover figcaption,
.snip1392.hover figcaption {
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}

/*index-sec-heading
 * --------------------------------------------------------*/
.sec-heading {
  width: 100%;
  padding: 35px 0;
  text-align: center;
}
.sec-heading h2 {
  font-size: 1.625rem;
  color: #666;
}
/*index-yokoku
 * --------------------------------------------------------*/
.yokoku-container {
  width: 100%;
  background: #B3B3B3;
  padding: 45px 0;
}
.yokoku-container h2 {
  text-align: center;
  margin: 0 0 45px;
}
.yokoku-container h2,
.yokoku-container p {
  color: #FFF;
  font-family: 'Hiragino Mincho W3 JIS2004', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.yokoku-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
}
.yokoku-wrap li {
  width: 30%;
}
.yokoku-wrap li:hover {
  opacity: 0.8;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .swiper-wrapper .swiper-slide.slide1:before {
    background: url(../img/index/eyecatching01-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide2:before {
    background: url(../img/index/eyecatching02-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide3:before {
    background: url(../img/index/eyecatching03-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide4:before {
    background: url(../img/index/eyecatching04-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .swiper-wrapper .swiper-slide.slide5:before {
    background: url(../img/index/eyecatching05-sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  /*eyeCatcher
 * --------------------------------------------------------*/
  .project__txt-inner {
    display: block;
    position: absolute;
    top: 35%;
    left: -5%;
  }
  .project__txt-inner.bag {
    display: table-cell;
    vertical-align: middle;
    position: static;
  }
  .categoryType {
    font-size: 18px;
  }
  .categoryDetails {
    font-size: 21px;
  }
  .categoryDetails span {
    font-size: 22px;
  }
  .img-box {
    width: 50%;
  }
  .img-box .active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.8s;
  }
  .img-box .item-box-details,
  .img-box .item-box-price {
    font-size: 14px;
    padding: 0 5px;
  }
  .img-box .item-box-price {
    margin-bottom: 10px;
  }
  .img-box .item-box-details {
    padding-bottom: 60px;
  }
  .img-box .item-box-details span {
    font-size: 12px;
    margin-top: 10px;
  }
  .bsRB {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .sec-heading h2 {
    font-size: 22px;
  }
  /*hoverしたときのふるまい*/
  .snip1392 {}
  .type1,
  .type3 {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .type2,
  .type4 {
    border-bottom: 1px solid #ccc;
  }
  .type6 {
    border-top: 1px solid #ccc;
  }
  .type5,
  .type7 {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .type8 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .type9 {
    border-right: 1px solid #ccc;
    border-top: none;
  }
/*index-item
 * --------------------------------------------------------*/
  .item-wrap .soldout {
    padding: 8px 0;
    font-size: 14px;
  }
/*news
 * --------------------------------------------------------*/
.news-container {
  display: block;
}
.title {
  width: 100%;
  text-align: center;
}
.news_area {
  padding: 20px 30px;
}

/*index-yodogawa
 * --------------------------------------------------------*/
  .project__yodogawa-container p {
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
    font-size: 16px;
  }

/*Pop-up
 * -----------------*/
  .popup-button {
    width: 100%;
    padding: 0;
  }
  .popup-button:before {
    vertical-align: middle;
  }
  .popup-wrap img {
    max-width: 90%;
  }
/*index-yokoku
 * --------------------------------------------------------*/
  .yokoku-wrap {
    padding: 20px;
  }
  .yokoku-wrap li {
    width: 60%;
  }
/*interview
 * --------------------------------------------------------*/
  .interview-container {
    display: block;
  }
  .interview-img {
    width: 100%;
  }
  .interview-wrap {
    width: 100%;
    padding: 20px 0 40px;
  }
  .interview-txt p:first-child {
    font-size: 16px;
  }
  .interview-txt p:last-child {
    margin: 0 0 20px;
  }
  .interview-txt span {
    font-size: 20px;
  }
  .interview-btn a {
    font-size: 16px;
  }
/*footer
 * --------------------------------------------------------*/
  .footer-wrap {
    display: block;
  }
  .footer-listWrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .footer-container .copyright {
    width: 100%;
    padding: 0;
  }
  .footer-container .copyright p {
    font-size: 0.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .project__txt-inner {
    display: block;
    position: absolute;
    top: 35%;
    left: -10%;
  }
}
@media screen and (max-width: 320px) {
  .img-box .item-box-details {
    padding-bottom: 60px;
  }
  .img-box .item-box-price {
    font-size: 13px;
  }
  .project__txt-inner {
    left: -20%;
  }
}
