/*--------------------------------------------
 Reset
--------------------------------------------*/
#special h1,
#special h2,
#special h3,
#special h4,
#special p {
  margin: 0;
}
#special h1,
#special h2,
#special h3,
#special h4 {
  line-height: 1.5;
}
#special ul,
#special ol,
#special dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#special img,
#special table img {
  width: 100%;
}

/*--------------------------------------------
 Base
--------------------------------------------*/
#special {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #special a:hover img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*--------------------------------------------
 Project
--------------------------------------------*/
/* Gallery
----------------------------------------*/
#special .spGallery {
  padding: 20px;
  margin: 40px -20px 0;
  background-color: #000;
}
#special .spGallery__heading {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#special .spGallery__photo {
  margin-top: 25px;
}
#special .spGallery__slider {
  display: none;
}
#special .spGallery__slider.slick-initialized {
  display: block;
}
#special .spGallery__item--height > img {
  width: 80%;
  margin: 0 auto;
}
#special .spGallery__cmt {
  margin-top: 10px;
}
#special .spGallery__cmt-info {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
#special .spGallery__nav {
  overflow: hidden;
  margin-top: 10px;
}
#special .spGallery__tmb {
  display: none;
  font-size: 0;
  margin-left: -10px;
}
#special .spGallery__tmb.slick-initialized {
  display: block;
}
#special .spGallery__tmb .slick-prev,
#special .spGallery__tmb .slick-next {
  width: 30px;
  height: 100%;
  z-index: 1;
}
#special .spGallery__tmb .slick-prev {
  left: 15px;
}
#special .spGallery__tmb .slick-next {
  right: 5px;
}
#special .spGallery__tmb .slick-prev:before {
  background: url(../img/arrow-slider-prev.png) left center no-repeat;
}
#special .spGallery__tmb .slick-next:before {
  background: url(../img/arrow-slider-next.png) right center no-repeat;
}
#special .spGallery__tmb .slick-prev:before,
#special .spGallery__tmb .slick-next:before {
  content: "";
  display: block;
  opacity: 1;
  width: 30px;
  height: 100%;
  background-size: 14px 23px;
}
#special .spGallery__tmb-item {
  position: relative;
  width: 25%;
  height: 50px;
  vertical-align: top;
  margin-left: 10px;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}
#special .spGallery__tmb-item.slick-current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid #fff;
}
#special .spGallery__tmb-item > img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #special .spGallery__tmb-item > img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  #special .spGallery {
    padding: 2%;
    margin: 40px 0 0;
  }
  #special .spGallery__photo {
    max-width: 800px;
    margin: 20px auto 0;
  }
  #special .spGallery__item--height > img {
    width: auto;
    max-height: 599px;
  }
  #special .spGallery__tmb .slick-prev {
    left: 20px;
  }
  #special .spGallery__tmb .slick-next {
    right: 10px;
  }
  #special .spGallery__tmb-item {
    width: 16.6666%;
    height: 100px;
  }
  #special .spGallery__tmb-item.slick-current::after {
    border: 4px solid #fff;
  }
}

/* Profile
----------------------------------------*/
#special .spProfile {
  padding: 20px;
  margin: 20px -20px 0;
  background-color: #eee;
  overflow: hidden;
}
#special .spProfile__image {
  float: left;
  width: 50%;
  padding: 0 3% 10px 0;
}
#special .spProfile__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#special .spProfile__name-title {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.8;
}
#special .spProfile__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
#special .spProfile__text > sup {
  top: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #special .spProfile {
    padding: 3.75%;
    margin: 20px auto 0;
  }
  #special .spProfile__image {
    width: 31.082%;
    padding: 0;
  }
  #special .spProfile__name, #special .spProfile__text {
    padding-left: 3%;
    margin-left: 31.082%;
  }
  #special .spProfile__name {
    font-size: 24px;
  }
  #special .spProfile__name-title {
    font-size: 14px;
  }
}

/* Interview
----------------------------------------*/
#special .spInterview {
  margin-top: 30px;
}
#special .spInterview__read {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
#special .spInterview__title {
  color: #3377ee;
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
#special .spInterview__title:first-child {
  margin-top: 30px;
}
#special .spInterview__image, #special .spInterview__cmt, #special .spInterview__function {
  margin-top: 20px;
}
#special .spInterview__image-inner {
  background-color: #f5f5f5;
}
#special .spInterview__image-info {
  font-size: 12px;
  margin-top: 5px;
}
#special .spInterview__image--height img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#special .spInterview__image--width img {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
#special .spInterview__cmt-text {
  font-size: 16px;
  margin-top: 1em;
}
#special .spInterview__cmt-text:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #special .spInterview {
    margin-top: 60px;
  }
  #special .spInterview__title {
    font-size: 24px;
    margin-top: 55px;
  }
  #special .spInterview__title:first-child {
    margin-top: 40px;
  }
  #special .spInterview__image, #special .spInterview__function {
    margin-top: 30px;
  }
  #special .spInterview__image--height img {
    width: auto;
    max-height: 450px;
  }
}

/* Function
----------------------------------------*/
#special .spInterview__function {
  padding: 15px;
  background-color: #f5f5f5;
}
#special .spInterview__picture {
  width: 70%;
  margin: 0 auto;
}
#special .spInterview__desc {
  margin-top: 10px;
}
#special .spInterview__desc-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
#special .spInterview__desc-text {
  font-size: 14px;
}
#special .spInterview__desc-text > sup {
  top: -0.3em;
  font-size: 14px;
}
#special .spInterview__desc-text > a {
  color: #00a8b5;
  word-break: break-all;
  text-decoration: underline;
}
#special .spInterview__desc-notes {
  font-size: 13px;
}
#special .spInterview__desc-note--number {
  text-indent: -2.5em;
  margin-left: 2.5em;
}
#special .spInterview__desc-note--dot {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #special .spInterview__function {
    padding: 3.75%;
  }
  #special .spInterview__function--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #special .spInterview__function--flex .spInterview__picture {
    width: 35.812%;
  }
  #special .spInterview__function--flex .spInterview__desc {
    width: 64.188%;
    padding-left: 3%;
  }
  #special .spInterview__desc-text > a:hover,
  #special .spInterview__desc-text > a:focus {
    color: #006169;
  }
  #special .spInterview__desc {
    margin-top: 0;
  }
  #special .spInterview__desc-notes {
    font-size: 12px;
  }
  #special .spInterview__desc-note--number {
    text-indent: -2.7em;
    margin-left: 2.7em;
  }
}

/* Point
----------------------------------------*/
#special .spPoint {
  padding: 15px;
  margin-top: 30px;
  background-color: #f5f5f5;
}
#special .spPoint__heading {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#special .spPoint__heading-inner {
  display: inline-block;
  position: relative;
  padding: 0 28px;
}
#special .spPoint__heading-inner::before, #special .spPoint__heading-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #333;
}
#special .spPoint__heading-inner::before {
  left: 0;
}
#special .spPoint__heading-inner::after {
  right: 0;
}
#special .spPoint__content {
  margin-top: 30px;
}
#special .spPoint__content > * + * {
  margin-top: 35px;
}
#special .spPoint__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#special .spPoint__title > img {
  width: 46px;
  margin-right: 15px;
}
#special .spPoint__title-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#special .spPoint__image {
  position: relative;
  margin-top: 20px;
  background-color: #fff;
}
#special .spPoint__image--height img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#special .spPoint__image-note {
  position: absolute;
  top: 86%;
  right: 3.5%;
  font-size: 11px;
}
#special .spPoint__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #special .spPoint {
    padding: 30px;
    margin-top: 60px;
  }
  #special .spPoint__heading {
    font-size: 24px;
  }
  #special .spPoint__content {
    margin-top: 35px;
  }
  #special .spPoint__content > * + * {
    margin-top: 40px;
  }
  #special .spPoint__title-text {
    font-size: 22px;
  }
  #special .spPoint__image--height img {
    width: auto;
    max-height: 416px;
  }
}

/* Banner
----------------------------------------*/
#special .spFollowBnr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 420px;
  margin: auto;
  border: 1px solid #ccc;
  z-index: 1000;
}
#special .spFollowBnr__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#special .spBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #special .spFollowBnr {
    display: none !important;
  }
  #special .spBanner {
    max-width: 640px;
    margin: 20px auto 0;
  }
  #special .spBanner > a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}

/*--------------------------------------------
 Utility
--------------------------------------------*/
@media screen and (max-width: 767px) {
  #special .u-dn-md-max {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #special .u-dn-md-min {
    display: none;
  }
}
#special .u-cf::after {
  content: "";
  display: block;
  height: 0rem;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}