@charset "utf-8";

.project {
  height: 346px;
  min-width: 750px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project__list {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 26px;
  color: white;
  margin: 20px -10px 0px 0px;
  font-family: serif;
}
.project__link {
  will-change: opacity;
  display: block;
  margin: 22px 0;
}
.project__bg-list {
  position: absolute;
  top: 0;
  left: 0;
}
.project__bg-item {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 750px;
  height: 346px;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.project__bg-item--active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.project__bg-item:nth-child(1) {
  background: url("http://alaska.pya.jp/domain1/mochizuki/images/launch.jpg") center/cover;
}
.project__bg-item:nth-child(2) {
  background: url("http://alaska.pya.jp/domain1/mochizuki/images/dinner.jpg") center/cover;
}
.project__bg-item:nth-child(3) {
  background: url("http://alaska.pya.jp/domain1/mochizuki/images/celebration.jpg") center/cover;
}
.project__bg-item:nth-child(4) {
  background: url("http://alaska.pya.jp/domain1/mochizuki/images/contact.jpg") center/cover;
}

.project__list a {
text-decoration: none;
color: inherit;
background-color: transparent;
}

.project__list a:hover {
text-decoration: none;
color: inherit;
}