html {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #e0e0e0;
  color: #000;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background: #fff;
}

::selection {
  background: #fff;
}

.wrapper {
  padding: 20px 20px 105px;
}

.index {
  position: relative;
}

.mainVisual {
  position: relative;
}

.logo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3%;
  background: no-repeat url("../images/logo.svg") center center/auto 100%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}

.visual {
  position: relative;
  width: 100%;
  padding-bottom: 177.44%;
  background-color: #000;
  z-index: 1;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-animation: fadeOut 2s ease 0s 1 forwards;
          animation: fadeOut 2s ease 0s 1 forwards;
  z-index: 2;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.movie video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.profile {
  position: relative;
  margin: 30px 0 60px;
  font-size: 15px;
  line-height: 1.5;
}

.profile > a {
  display: block;
  color: #0000ff;
}

.profile > span {
  display: block;
  margin-top: 15px;
}

.bold {
  font-weight: bold;
}

.profile > .bold {
  display: block;
}

.sns {
  margin-top: 34px;
}

.sns > li {
  float: left;
  margin-left: 15px;
}

.sns > li:first-child {
  margin-left: 0;
}

.sns > li a {
  display: block;
  font-size: 20px;
}

.sns::after {
  content: '';
  display: block;
  clear: both;
}

.slider {
  position: relative;
}

.swiper-container {
  overflow: hidden;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100% !important;
  height: 0;
  padding-bottom: 123.5%;
  background-color: #000;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  position: absolute;
  width: 30px;
  height: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -3px;
  border-left: 5px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.swiper-button-prev {
  left: -20px;
  right: auto;
}

.swiper-button-prev:after {
  left: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next {
  right: -20px;
  left: auto;
}

.swiper-button-next:after {
  right: 8px;
}

.swiper-pagination {
  position: absolute;
  bottom: -28px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet {
  position: relative;
  top: -1px;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-right: 6px;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.item {
  margin-top: 80px;
}

.archives .item:first-child {
  margin-top: 0;
}

.item img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.movie_youtube {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.soundcloud {
  width: 82%;
  height: 100%;
  padding-top: 56.25%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  margin-top: 30px;
  line-height: 1.4;
  font-size: 15px;
}

footer {
  padding: 0 20px 10px;
}

footer small {
  font-size: 15px;
}

/* lazyload */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
}

@media screen and (min-width: 559px) {
  .wrapper {
    width: 480px;
    margin: 0 auto;
    padding: 20px 0 100px;
  }
  .movie video {
    width: 100%;
  }
  .swiper-button-prev:after {
    left: 5px;
  }
  .swiper-button-next:after {
    right: 5px;
  }
}

@media screen and (min-width: 959px) {
  .wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 40px 45px;
  }
  .index {
    width: 28%;
  }
  .visual {
    width: 100%;
    height: 0;
    padding-bottom: 177.3%;
  }
  .archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .archives .item {
    width: calc(50% - 20px);
    height: auto;
    margin: 0 40px 80px 0;
  }
  .archives .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
    cursor: pointer;
  }
  footer {
    padding: 0 40px 20px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    width: 1920px;
  }
}
/*# sourceMappingURL=style.css.map */