.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

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

.specialnav {
  width: calc(100% - 100px);
  margin: auto;
  padding: 3em 0;
  background-color: #f4f4ef;
  box-sizing: border-box;
}

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

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

.specialnav__inner li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-left: #000000 solid 1px;
  overflow: hidden;
}

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

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

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

.specialnav__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: 50px;
  transition: all .2s;
}

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

#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--special{
  font-size: 16px;
}

.special--date{
  font-size: 14px;
}

.detail.type--special .detail__inner .detail__section h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.detail.type--special .detail__inner.bordertop{
  border-top: 1px solid #000000;
}

.detail.type--special .special--headline{
  margin-top: 2em;
  font-weight: bold;
}

.detail.type--special .special--link {
  font-size: 18px;
  line-height: 70px;
  letter-spacing: .025em;
  border: #000000 solid 1px;
  box-sizing: border-box;
  display: block;
  color: #000000;
  text-decoration: none;
  transition: all .3s;
  text-align: center;
  width: 50%;
  margin: auto auto 1em auto;
}

.detail.type--special .special--link:hover {
  background-color: #000000;
  color: #f4f4ef;
}

.detail.type--special .special--link:hover span:after {
  background: url("../img/common/icon_blank_w.png") center center no-repeat;
  background-size: cover;
}

.detail.type--special .special--link span:after {
  content: '';
  display: inline-block;
  background: url("../img/common/icon_blank.png") center center no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  transition: all .3s;
}

.detail.type--special .special--image {
  pointer-events: none;
  margin-bottom: 1.4em;
}

.detail.type--special .special--txt {
  margin-bottom: 1em;
}

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

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

.detail.type--special .detail__inner .detail__section h3.diagnosis--title {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.detail.type--special .detail__inner .detail__section h4.diagnosis--title {
  font-size: 25px;
  margin-bottom: 1em;
  text-align: center;
}

.detail.type--special .diagnosis--txt{
  display: flex;
  justify-content:space-between;
  margin-bottom: 1em;
}

.detail.type--special .diagnosis--txt a{
  width:46%;
}

.interview--question{
  font-weight: bold;
  border-left: 4px solid #db2852;
  margin: 2em auto 1em auto;
  padding-left: 1em;
}

.interview--quote{
  font-style: italic;
}

.interview--answer{
  margin-bottom: 1em;
}

.interview--image{
  margin-bottom: 15px;
  height: 100%;
}

.interview--image p{
  font-size: 14px;
  line-height: 1.4;
  padding-top: 0.5em;
}

.articlebox--comment.summary{
  margin-top: 2em;
  padding: 2em;
}

.articlebox--comment{
  border: 1px solid #000000;
  padding: 15px 15px 0 15px;
}

.articlebox--image{
  margin-bottom: 15px;
  height: 100%;
}

.articlebox--image .movie--thumb {
  margin-bottom: 10px;
}

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

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

.articlebox--image .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;
}

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

.articlebox--image .movie--thumb a:hover span {
  background-color: #db2852;
}

.articlebox--image .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;
}

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

.articlebox--image .movie--thumb path {
  fill: #f4f4ef;
}

.articlebox--txt{
  background: #f0e5e5;
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 15px;
}

.articlebox--txt p{
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.articlebox--comment.noindent .articlebox--txt p{
  padding-left:0;
  text-indent:0;
}

.articlebox--txt p:last-of-type{
  margin-bottom: 0;
}

.articlebox--txt::before{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f0e5e5;
  transform: rotate(45deg);
  top:20px;
  left:-5px;
}



.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)";
}

.detail__desc {
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.detail__desc__share {
  height: 100%;
  border-left: #000000 solid 1px;
}

.detail__desc__share ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.detail__desc__share li {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  width: 80px;
  height: 100%;
  border-right: #000000 solid 1px;
}

.detail__desc__share li:last-of-type {
  border-right: none;
}

.detail__desc__share a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all .2s;
}

.detail__desc__share a:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

@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;
  }
  .specialnav {
    width: 100%;
    padding: 2em 0;
  }
  .specialnav__inner a {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .035em;
    line-height: 50px;
    line-height: 6.666665vw;
  }
  #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: 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: 10px;
    font-size: 2.66667vw;
    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--special .detail__inner .detail__section h3 {
    font-size: 6vw;
  }
  .detail.type--special{
    font-size: 3.73333vw;
  }
  .special--date{
    font-size: 3.46667vw;
  }
  .detail.type--special .special--link {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 50px;
    line-height: 13.33333vw;
    letter-spacing: .025em;
    box-sizing: border-box;
    width: 100%;
  }
  .detail.type--special .special--link span {
    display: inline-block;
    position: relative;
  }
  .detail.type--special .special--link span:after {
    content: '';
    display: inline-block;
    background: url("../img/common/icon_blank.png") center center no-repeat;
    background-size: cover;
    width: 8px;
    width: 2.13333vw;
    height: 8px;
    height: 2.13333vw;
    margin-left: 10px;
    margin-left: 2.66667vw;
    transition: none;
  }
  .detail.type--special .detail__inner .detail__section h3.diagnosis--title {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .detail.type--special .detail__inner .detail__section h4.diagnosis--title {
    font-size: 5vw;
  }
  .detail.type--special .diagnosis--txt{
    display: block;
  }
  .detail.type--special .diagnosis--txt a{
    width:100%;
  }
  .interview--image p{
    font-size: 3.46667vw;
  }
  .articlebox--txt{
    font-size: 3.73333vw;
  }
  .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,.articlebox--image .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,.articlebox--image .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,.articlebox--image .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;
    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;
  }
  .detail__desc {
    width: 100%;
    height: 50px;
    height: 13.33333vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .detail__desc__share {
    height: 100%;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .detail__desc__share ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .detail__desc__share li {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -ms-flex-preferred-size: 13.33333vw;
        flex-basis: 13.33333vw;
    width: 50px;
    width: 13.33333vw;
    height: 100%;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .detail__desc__share li:last-of-type {
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .detail__desc__share li.list--tw img {
    width: 21px;
    width: 5.6vw;
    height: auto;
  }
  .detail__desc__share li.list--fb img {
    width: 9.5px;
    width: 2.53333vw;
    height: auto;
  }
  .detail__desc__share li.list--ln img {
    width: 19.5px;
    width: 5.2vw;
    height: auto;
  }
  .detail__desc__share a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: none;
    line-height: 1.0em;
  }
  .detail__desc__share a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .container{
    height: auto;
    min-height: auto;
  }
}
