.bg_paper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  z-index: 1;
}

.bg_paper i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}

.bg_paper i:before {
  content: '';
  position: relative;
  display: block;
  height: 100%;
  background: url("../img/common/frame05_m.png") repeat-y 50% 0;
  background-size: 100% auto;
}

.bg_paper i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/frame05_t.png") no-repeat 50% 0, url("../img/common/frame05_b.png") no-repeat 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}

/* special
##################################### */
#special #main {
  background: url("../img/special/bg_t.png") no-repeat 0 0/100% auto;
}

.list_movie li
p {
  margin-top: 15px;
}

.box_special {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.keywords {
  letter-spacing: normal;
}

.keywords dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #5bb653;
}

.keywords dt:nth-of-type(1) {
  color: #5bb653;
}

.keywords dt.ico:after {
  content: '';
  display: block;
  background: url("../img/special/ico01.png") no-repeat 0 0/contain;
}

.keywords dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #5bb653;
}

.keywords dd:nth-of-type(1) {
  color: #5bb653;
}

.keywords dd > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.keywords dd > div .ico {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
}

.keywords dd > div .ico img {
  margin-left: 3px;
  vertical-align: top;
}

.interview h3,
.interview02 h3 {
  color: #119506;
}

.interview .hl01,
.interview02 .hl01 {
  color: #119506;
  font-weight: bold;
}

.interview .hl02,
.interview02 .hl02 {
  color: #9a1e23;
  font-weight: bold;
}

.wallpaper h3 {
  padding-bottom: .8em;
  border-bottom: 1px solid #119506;
  color: #119506;
}

.wallpaper ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

.wallpaper ul a {
  display: block;
  padding: .8em 1.5em .72em;
  text-align: center;
}

.wallpaper li {
  display: block;
}
.twi_icon ul{
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* special pc
===================================== */
@media screen and (min-width: 769px) {
  .bg_paper {
    padding: 75px 40px;
  }
  .bg_paper i {
    padding: 75px 0;
  }
  .list_movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 47px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: bold;
  }
  .list_movie li {
    width: 300px;
  }
  .list_movie li:nth-child(n+3) {
    margin-top: 40px;
  }
  .keywords dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .keywords dt {
    width: 200px;
    padding: 18px 0;
    text-align: center;
  }
  .keywords dt.ico {
    position: relative;
    padding: 18px 0 68px;
  }
  .keywords dt.ico:after {
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 21px;
    height: 35px;
  }
  .keywords dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 440px;
    padding: 18px 0;
  }
  .keywords dd > div {
    padding-left: 24px;
    border-left: 1px solid #5bb653;
  }
  .keywords dd > div .ico {
    margin-right: 15px;
  }
  .interview .box:not(:last-child),
  .interview02 .box:not(:last-child) {
    margin-bottom: 80px;
  }
  .interview h3,
  .interview02 h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: normal;
  }
  .interview h3 span,
  .interview02 h3 span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.7;
    font-weight: normal;
  }
  .interview .ttl_sub:not(:first-child),
  .interview02 .ttl_sub:not(:first-child) {
    margin-top: 80px;
  }
  .interview p:not(:last-child), .interview figure:not(:last-child),
  .interview02 p:not(:last-child), .interview02 figure:not(:last-child) {
    margin-bottom: 30px;
  }
  .wallpaper {
    padding-bottom: 120px;
  }
  .wallpaper:not(:last-of-type) {
    margin-bottom: 55px;
  }
  .wallpaper h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    font-weight: normal;
  }
  .wallpaper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .wallpaper ul.third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  .wallpaper li {
    width: 208px;
  }
  .wallpaper .small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
  }
  .twi_icon{
	margin-bottom: 55px;
  }
  .twi_icon ul li img{
    width: 150px;
  }
  #special .list_tab li {
    margin: 0 18px 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  .wallpaper ul a {
    padding: .8em 1.5em .5em;
  }
}

/* special sp
===================================== */
@media screen and (max-width: 768px) {
  .bg_paper {
    padding: 12.3839% 10% 18.57585%;
  }
  .bg_paper i {
    padding: 9.66667% 0;
  }
  .list_movie {
    line-height: 1.7;
    font-weight: bold;
  }
  .list_movie li:nth-child(n+2) {
    margin-top: 30px;
  }
  .keywords dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
  }
  .keywords dt:nth-of-type(1) {
    display: none;
  }
  .keywords dt.ico:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 19px;
    margin: 0 8px 0 14px;
  }
  .keywords dd {
    padding: 10px 0 40px;
  }
  .keywords dd:nth-of-type(1) {
    padding: 0 0 5px;
    text-indent: -3em;
    overflow: hidden;
  }
  .keywords dd:last-child {
    padding-bottom: 0;
    border: none;
  }
  .keywords dd > div .ico {
    margin-right: 8px;
  }
  .keywords dd > div .ico img {
    width: 14px;
  }
  .interview .box:not(:last-child),
  .interview02 .box:not(:last-child) {
    margin-bottom: 60px;
  }
  .interview h3,
  .interview02 h3 {
    margin-bottom: 15px;
  }
  .interview h3 span,
  .interview02 h3 span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: normal;
  }
  .interview .ttl_sub:not(:first-child),
  .interview02 .ttl_sub:not(:first-child) {
    margin-top: 60px;
  }
  .interview p:not(:last-child), .interview figure:not(:last-child),
  .interview02 p:not(:last-child), .interview02 figure:not(:last-child) {
    margin-bottom: 16px;
  }
  .wallpaper:not(:last-of-type) {
    margin-bottom: 10%;
  }
  .wallpaper figure img {
    width: 52%;
  }
  .online_bg figure img {
    width: 100%;
  }
  .wallpaper li:not(:last-child) {
    margin-bottom: 10px;
  }
  .wallpaper .small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: normal;
  }
  .twi_icon{
	margin-bottom: 10%;
  }
  .twi_icon ul li{
    width: 50%;
  }
  .twi_icon ul li img{
    width: 100%;
  }
}
