.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
body {
  background-color: #f4f4ef;
}

#gallery-page {
  padding-top: 79px;
  background: none;
  border-right: none;
  border-left: none;
}

.headline {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.headline__inner {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.headline__main {
  text-align: center;
  line-height: 1.0em;
}

.localnav {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.localnav__inner {
  position: relative;
  width: 100%;
}

.localnav__inner ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.localnav__inner li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  border-left: #000000 solid 1px;
  border-radius: 22px 22px 0px 0px / 22px 22px 0px 0px;
  -webkit-border-top-left-radius: 22px 22px;
  -webkit-border-top-right-radius: 22px 22px;
  -webkit-border-bottom-right-radius: 0px 0px;
  -webkit-border-bottom-left-radius: 0px 0px;
  -moz-border-radius-topleft: 22px 22px;
  -moz-border-radius-topright: 22px 22px;
  -moz-border-radius-bottomright: 0px 0px;
  -moz-border-radius-bottomleft: 0px 0px;
  overflow: hidden;
}

.localnav__inner li:first-of-type {
  border-left: none;
}

.localnav__inner li.is--current {
  border-bottom: none;
}

.localnav__inner li.is--current a {
  pointer-events: none;
}

.localnav__inner a {
  display: block;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-family: sculpin, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  letter-spacing: .035em;
  line-height: 100px;
  transition: all .2s;
}

.localnav__inner a:hover {
  color: #f4f4ef;
  background-color: #000000;
}

.detail {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  box-sizing: border-box;
}

.detail__inner {
  position: relative;
  width: 100%;
}

.detail__section {
  width: calc(100% - 100px);
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.detail__section:after {
  content: '';
  display: block;
  width: calc(100% + 100px);
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.detail__section:last-of-type:after {
  display: none;
}

.detail__section h3 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.86em;
  margin-bottom: 15px;
}

.detail.type--visual .visual--image {
  pointer-events: none;
}

.detail.type--visual .visual--image.vertical {
  text-align: center;
}

.detail.type--visual .visual--image.vertical img {
  width: 50%;
}

.detail.type--movie .movie--thumb {
  width: 100%;
}

.detail.type--movie .movie--thumb a {
  display: block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.detail.type--movie .movie--thumb a:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.detail.type--movie .movie--thumb a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all .2s;
}

.detail.type--movie .movie--thumb a:hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.detail.type--movie .movie--thumb a:hover span {
  background-color: #db2852;
}

.detail.type--movie .movie--thumb span {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  border: #f4f4ef solid 1px;
  box-sizing: border-box;
  border-radius: 100px;
  transition: all .2s;
}

.detail.type--movie .movie--thumb svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.detail.type--movie .movie--thumb path {
  fill: #f4f4ef;
}

.paging {
  position: relative;
  width: 100%;
  background-color: #f4f4ef;
  border-left: #000000 solid 1px;
  border-right: #000000 solid 1px;
  border-top: #000000 solid 1px;
  box-sizing: border-box;
}

.paging__inner {
  position: relative;
  width: 100%;
}

.paging__back {
  padding: 90px 0;
  text-align: center;
}

.paging__back a {
  display: inline-block;
  line-height: 1.0em;
  transition: all .2s;
}

.paging__back a:hover {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  body {
    background-color: #f4f4ef;
  }
  #gallery-page {
    padding-top: 39px;
    padding-top: 10.4vw;
    background: none;
    background-color: #f4f4ef;
    border-right: none;
    border-left: none;
  }
  .headline {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
  }
  .headline__inner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .headline__main {
    text-align: center;
    line-height: 1.0em;
  }
  .headline__main img {
    height: 28px;
    height: 7.46667vw;
    width: auto;
  }
  .localnav {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }
  .localnav__inner {
    position: relative;
    width: 100%;
  }
  .localnav__inner ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .localnav__inner li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
    border-radius: 12px 12px 0px 0px / 12px 12px 0px 0px;
    -webkit-border-top-left-radius: 12px 12px;
    -webkit-border-top-right-radius: 12px 12px;
    -webkit-border-bottom-right-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -moz-border-radius-topleft: 12px 12px;
    -moz-border-radius-topright: 12px 12px;
    -moz-border-radius-bottomright: 0px 0px;
    -moz-border-radius-bottomleft: 0px 0px;
    overflow: hidden;
  }
  .localnav__inner li:first-of-type {
    border-left: none;
  }
  .localnav__inner li.is--current {
    border-bottom: none;
  }
  .localnav__inner li.is--current a {
    pointer-events: none;
  }
  .localnav__inner a {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: none;
    font-family: sculpin, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13px;
    font-size: 3.46667vw;
    letter-spacing: .035em;
    line-height: 50px;
    line-height: 13.33333vw;
    transition: none;
  }
  .localnav__inner a:hover {
    color: #000000;
    background: none;
  }
  .detail {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
  }
  .detail__inner {
    position: relative;
    width: 100%;
  }
  .detail__section {
    width: calc(100% - 40px);
    width: calc(100% - 10.66667vw);
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
    position: relative;
  }
  .detail__section:after {
    content: '';
    display: block;
    width: calc(100% + 40px);
    width: calc(100% + 10.66667vw);
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .detail__section:last-of-type:after {
    display: none;
  }
  .detail__section h3 {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .025em;
    line-height: 1.86em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .detail.type--visual .visual--image {
    pointer-events: none;
  }
  .detail.type--visual .visual--image.vertical img {
    width: 100%;
  }
  .detail.type--movie .movie--thumb {
    width: 100%;
  }
  .detail.type--movie .movie--thumb a {
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .detail.type--movie .movie--thumb a:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .detail.type--movie .movie--thumb a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: none;
  }
  .detail.type--movie .movie--thumb a:hover:after {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail.type--movie .movie--thumb a:hover span {
    background: none;
  }
  .detail.type--movie .movie--thumb span {
    width: 50px;
    width: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    border: #f4f4ef solid 1px;
    border: #f4f4ef solid 0.26667vw;
    box-sizing: border-box;
    border-radius: 100px;
    transition: none;
  }
  .detail.type--movie .movie--thumb svg {
    width: 10px;
    width: 2.66667vw;
    height: auto;
    line-height: 1.0em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .detail.type--movie .movie--thumb path {
    fill: #f4f4ef;
  }
  .paging {
    position: relative;
    width: 100%;
    background-color: #f4f4ef;
    border-left: none;
    border-right: none;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    box-sizing: border-box;
  }
  .paging__inner {
    position: relative;
    width: 100%;
  }
  .paging__back {
    padding: 50px 0;
    padding: 13.33333vw 0;
    text-align: center;
  }
  .paging__back a {
    display: inline-block;
    line-height: 1.0em;
    transition: none;
  }
  .paging__back a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .paging__back img {
    height: 25px;
    height: 6.66667vw;
    width: auto;
  }
}
