@charset "UTF-8";
@media only screen and (min-width: 751px) {
  .main_contents {
    background: url("../img/pc/common/bg_logo.png") fixed no-repeat -180px center, url("../img/pc/common/bg_logo.png") fixed no-repeat right -180px center;
  }
}
@media only screen and (max-width: 750px) {
  .main_contents {
    position: relative;
  }
  .main_contents::before {
    background: url("../img/sp/common/bg_logo.png") no-repeat center center;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
.main_contents h2 {
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.main_contents h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url("../img/pc/common/line.png") repeat-x center;
  position: absolute;
  bottom: -1px;
}
@media only screen and (min-width: 751px) {
  .main_contents h2 {
    background-image: url("../img/pc/common/bg_title.jpg");
    padding: 110px 0 47px;
  }
  .main_contents h2 img {
    width: auto;
    height: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .main_contents h2 {
    background-image: url("../img/sp/common/bg_title.jpg");
    padding: 155px 0 47px;
  }
  .main_contents h2 img {
    width: 100%;
  }
}

.main_contents h2 {
  margin-bottom: 80px;
}

.list_movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.list_movie li {
  margin-bottom: 30px;
}
.list_movie li .title {
  background: url("../img/common/item_mark_blue.png") no-repeat left 5px;
  background-size: 11px;
  color: #002b76;
  padding: 5px 0 5px 20px;
}
.list_movie li .thumb, .list_movie li .links {
  background: no-repeat center;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 8px;
  position: relative;
}
.list_movie li .thumb:after, .list_movie li .links:after {
  background-size: 72px, cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.list_movie li a {
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .list_movie {
    margin: auto;
    padding-bottom: 170px;
    width: 960px;
  }
  .list_movie li {
    flex-basis: 460px;
  }
  .list_movie li .title {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
  }
  .list_movie li .thumb {
    height: 260px;
  }
  .list_movie li .thumb:after {
    background: url("../img/common/play.png") no-repeat center, url("../img/pc/in_gallery/frame_movie.png") no-repeat center;
  }
  .list_movie li .links {
    height: 260px;
    width: 460px;
  }
  .list_movie li .links:after {
    background: url("../img/pc/in_gallery/frame_movie.png") no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 750px) {
  .list_movie {
    margin: 0 20px;
    padding-bottom: 170px;
  }
  .list_movie li {
    flex-basis: 50%;
  }
  .list_movie li .title {
    background-size: 15px;
    font-size: 20px;
    line-height: 1.4;
    margin-left: 15px;
  }
  .list_movie li .thumb {
    height: 186px;
    margin: 0 auto 10px;
    width: 335px;
  }
  .list_movie li .thumb:after {
    background: url("../img/common/play.png") no-repeat center, url("../img/pc/in_gallery/frame_movie.png") no-repeat center;
    background-size: 50px,100% 100%;
  }
  .list_movie li .links {
    height: 186px;
    margin: 0 auto 10px;
    width: 335px;
  }
  .list_movie li .links img {
    width: 100%;
  }
  .list_movie li .links:after {
    background: url("../img/sp/in_gallery/frame_movie.png") no-repeat center;
    background-size: cover;
  }
}

.floatContents {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacity: 0;
}
.floatContents .close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 34px;
  right: 15px;
  cursor: pointer;
  z-index: 50;
}
.floatContents .close:after, .floatContents .close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
.floatContents .close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floatContents .close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.floatContents .player {
  position: absolute;
  top: 50%;
  left: 50%;
}
.floatContents .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 751px) {
  .floatContents .close {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .floatContents .close:hover {
    opacity: 0.6;
  }
  .floatContents .player {
    width: 960px;
    height: 540px;
    margin-top: -270px;
    margin-left: -480px;
  }
}
@media only screen and (max-width: 750px) {
  .floatContents .player {
    width: 750px;
    height: 422px;
    left: 0;
    margin-top: -211px;
  }
}

/****************************/
.song_sakamoto {
  width: 690px;
  margin: auto;
  position: relative;
  background: url("../img/pc/in_news/frame_repeat.png");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 80px;
}
.song_sakamoto img {
  max-width: 100%;
}
.song_sakamoto:before {
  content: url("../img/pc/in_news/frame_head.png");
  position: absolute;
  top: -20px;
  left: 0;
}
.song_sakamoto:after {
  content: url("../img/pc/in_news/frame_bottom.png");
  position: absolute;
  left: 0;
  bottom: -20px;
}
.song_sakamoto h3 {
  text-align: center;
  margin-bottom: 40px;
}
.song_sakamoto dl dt {
  color: #225799;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}
.song_sakamoto dl dt:before {
  content: "■";
}
.song_sakamoto dl dd {
  line-height: 1.75;
  border-bottom: 1px solid #e8e4be;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.song_sakamoto dl dd:last-child {
  border-bottom: none;
}
.song_sakamoto .btn_link a {
  color: #225799;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.song_sakamoto .btn_link a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #225799;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media only screen and (min-width: 751px) {
  .song_sakamoto .lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .song_sakamoto .comment p {
    text-align: center;
    margin-bottom: 30px;
  }
  .song_sakamoto .btn_link {
    font-size: 18px;
  }
  .song_sakamoto .btn_link a:after {
    width: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .song_sakamoto .btn_link a:hover:after {
    width: 100%;
  }
}

.btn_backindex {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (min-width: 751px) {
  .btn_backindex img {
    height: 34px;
  }
  .btn_backindex a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .btn_backindex a:hover {
    opacity: 0.6;
  }
}
