/*---------- common ----------*/
.inner_1220 {
  width: 1220px;
  margin: auto;
}
.inner_1200 {
  width: 1200px;
  margin: auto;
}
.inner_960 {
  width: 960px;
  margin: auto;
}
.inner_720 {
  width: 720px;
  margin: auto;
}
.inner_750 {
  width: 750px;
  margin: auto;
}
.inner_600 {
  width: 600px;
  margin: auto;
}

/*---------- top ----------*/
.special-top .article-kanban {
  height: 630px;
  max-height: 630px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-top .article-kanban__image {
  object-fit: cover;
}
.special-top .article-kanban h1 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-top .article-kanban h1 img {
  width: auto;
  z-index: 1;
}
.special-top main { 
  padding-bottom: 60px;
}
.special-top .top_lead {
  font-size: 16px;
  line-height: 1.8;
  background: url(/common/images/bunshun/v1/into-the-polar-night/bg_story.png);
  background-size: cover;
  text-align: center;
  padding: 92px 0;
  margin-top: -69px;
  margin-bottom: 80px;
  color: #fff
}

/*----- The Latest Story -----*/
.special-top-section h2 {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.special-latest {
  margin-bottom: 60px;
}
.special-latest .item {
  height:460px;
  width:100%;
  a {
    position: relative;
    display: block;
    height: 100%;
    color: #FFF !important;
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .date {
    margin-bottom: 10px;
    display: block;
  }
  .title {
    font-size: 30px
  }
  .inner {
    position: absolute;
    padding: 30px;
    bottom: 0
  }
  .inner.new:before {
    content: 'NEW';
    display: block;
    width: 70px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 30px;
    background: #f83f3f;
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 500;
    z-index: 10;
    text-align: center;
    line-height: 1.6;
    padding: 3px 10px;
  }
}

/*----- Back Number -----*/
.special-backnumber {
  margin-bottom:140px;
}
.special-backnumber ul {
  margin-bottom:20px;
}
.special-backnumber ul li {
  width: calc(100%/3);
  margin-bottom: 60px;
  padding: 0 1.25%;
  img {
    display: block;
  }
  .date {
    margin: 10px 0;
    font-size: 14px;
    display: block;
  }
  h3 {
    font-size: 16px
  }
}

/*----- top info -----*/
.top_info {
  display: flex;
  h3 {
    border-bottom: 1px solid #ababab;
    padding: 40px 0 20px 54px
  }
  p {
    padding: 20px 0 0 54px;
    font-size: 14px;
    line-height: 2.286;
    span {
      font-weight: bold;
    }
  }
}

/*----- map -----*/
.top_map {
  margin-bottom: 80px;
  .img {
    width: 720px;
  }
  .txt {
    width: 480px;
  }
}

/*----- profile -----*/
.top_profile {
  margin-bottom:100px;
  .img {
    width: 360px;
  }
  .txt {
    width: 600px;
  }
}

/*----- bookinfo -----*/
.bookinfo img {
  border: 1px solid #DDDDDD;
}
.bookinfo p {
  font-size: 16px;
}
.bookinfo a {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: .05em;
  border-bottom: 1px dotted #2379ca;
}

/*---------- article ----------*/
.special-article .special-article-kanban {
  height: 540px;
  max-height: 540px;
  width: 100%;
  position: relative;
}
.special-article .special-article-kanban__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.special-article .special-article-kanban .inner {
  position: absolute;
  inset: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
  z-index: 1;
  text-align: center;
  img {
    width: 380px;
    z-index: 1;
  }
  h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin: 70px 0 0;
  }
  h1 span {
    text-shadow: 0px 0px 25px #000;
    padding: 0 40px;
  }
}

.article-lead {
  text-align: left;
  padding: 60px 0;
  margin-bottom: 80px;
  color: #fff;
  background: url(/common/images/bunshun/v1/into-the-polar-night/bg_story.png);
  background-size: cover;
  .img,
  .txt {
    width: 480px;
  }
  h2 {
    border-bottom: 1px solid #fff;
    padding: 40px 0 20px 54px;
    font-size: 1.17em;
    font-weight: bold;
  }
  p {
    padding: 20px 0 0 54px;
    font-size: 14px;
    line-height: 2.286;
  }
}

.special #contents {
  min-width: initial;
  width: 100%;
  margin-top: 80px;
}
.special-article .article-header {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.special-article .article-body {
  display: block;
  padding: 0;
  max-width: 960px;
  margin: auto;
  p,
  h2 {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.special-article .article-body figure {
  max-width: 100% !important;
  &.figure-none {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    box-sizing: border-box;
    max-width: initial !important;
  }
}
.special-article .pagination {
  margin: 70px 0 60px
}
.special a.btn-top {
  margin-top: 15px;
  padding: 24px 24px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}
