.contents_solo_header_image {
  width: 100%;
  /*	background-image: url(../images/main_movie_pic001.jpg);
*/
  background-repeat: no-repeat;
  height: 700px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 64em) {
  .contents_solo_header_image {
    height: 500px;
  }
}

@media screen and (max-width: 48em) {
  .contents_solo_header_image {
    height: 350px;
  }
}

.contents_solo_header {
  width: 660px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_header {
    width: 100%;
  }
}

.contents_solo_header .title {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  padding: 30px 0;
}

.contents_solo_header .title b {
  font-size: 30px;
}

.contents_solo_header .button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_header .button {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents_solo_header .button img {
    margin-bottom: 10px;
  }
}

.contents_solo_header .lead {
  padding: 30px 0;
  font-size: 14px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_header .lead {
    width: 95%;
    margin: 0 auto;
  }
}

.contents_solo_header .line {
  margin-bottom: 40px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_header .line img {
    width: 100%;
  }
}

.contents_solo_page {
  width: 100%;
  background: #E5E5E5;
  padding: 44px 0 60px;
}

@media screen and (max-width: 64em) {
  .contents_solo_page {
    padding-bottom: 50px;
  }
}

.contents_solo_page .dc_banner {
  width: 800px;
  height: 180px;
  margin: 60px auto 0;
}

@media screen and (max-width: 48em) {
  .contents_solo_page .dc_banner {
    width: 100%;
    height: auto;
  }
}

.contents_solo_page .dc_banner img {
  width: 100%;
  height: auto;
}

.contents_solo_page.dc .contents_solo_container {
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container {
    width: 100%;
  }
}

.contents_solo_page.dc .contents_solo_container .item {
  height: 430px;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 30px;
  background-color: #FFF;
  line-height: 1.5em;
  float: left;
  position: relative;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item {
    width: 49.5%;
    height: 450px;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}

.contents_solo_page.dc .contents_solo_container .item.third_end {
  margin-right: 0;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.third_end {
    margin-right: 1%;
  }
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.second_end {
    margin-right: 0;
  }
}

.contents_solo_page.dc .contents_solo_container .item .finish_item {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-image: url("/images/item_finish_bg.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  padding-left: 5px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 99;
}

.contents_solo_page.dc .contents_solo_container .item .event_no {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #98C238;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.contents_solo_page.dc .contents_solo_container .item .event_no .event {
  font-size: 10px;
  margin-top: 8px;
}

.contents_solo_page.dc .contents_solo_container .item .event_no .no {
  font-weight: bold;
  font-size: 20px;
}

.contents_solo_page.dc .contents_solo_container .item .photo {
  height: 168px;
  width: 300px;
  margin: 20px 20px 30px 20px;
  position: relative;
}

.contents_solo_page.dc .contents_solo_container .item .photo .event_no {
  left: -20px;
  bottom: -20px;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .photo .event_no {
    left: -1%;
    bottom: -20px;
  }
}

.contents_solo_page.dc .contents_solo_container .item .photo .virtical_title {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  right: 10px;
  top: 10px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .photo .virtical_title {
    font-size: 35px;
  }
}

.contents_solo_page.dc .contents_solo_container .item .photo img {
  height: 168px;
  width: 300px;
  object-fit: cover;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .photo img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .photo {
    width: 96%;
    height: auto;
    margin-top: 10px;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.contents_solo_page.dc .contents_solo_container .item .title {
  font-size: 20px;
  font-weight: bold;
  width: 300px;
  height: 42px;
  margin-bottom: 18px;
  margin-left: 20px;
  line-height: 1.2em;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .title {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

.contents_solo_page.dc .contents_solo_container .item .lead {
  font-size: 12px;
  width: 300px;
  height: 92px;
  margin-left: 20px;
  margin-bottom: 18px;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .lead {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item .lead {
    margin-bottom: 53px;
    height: auto;
  }
}

.contents_solo_page.dc .contents_solo_container .item .date {
  float: left;
  line-height: 43px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  width: 235px;
  border-top: 1px solid #9E9E9E;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item .date {
    width: 95%;
  }
}

.contents_solo_page.dc .contents_solo_container .item .more {
  width: 90px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  text-align: center;
}

.contents_solo_page.dc .contents_solo_container .item .more a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 44px;
  color: #fff;
  background: #9E9E9E;
}

.contents_solo_page.dc .contents_solo_container .item .more a:hover {
  background: #BEBEBE;
}

.contents_solo_page.dc .contents_solo_container .item.big {
  width: 100%;
  height: 430px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big {
    height: auto;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .event_pickup {
  position: relative;
}

.contents_solo_page.dc .contents_solo_container .item.big .event_pickup img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .event_pickup img {
    width: 30%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .event_pickup {
    display: none;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .event_pickup .event_no {
  display: block;
  left: 20px;
  bottom: 10px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .event_pickup .event_no {
    display: none;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .title {
  height: 120px;
  font-size: 38px;
  line-height: 1.1em;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .title {
    height: auto;
    margin-bottom: 18px;
    margin-left: 2%;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .title {
    height: auto;
    font-size: 20px;
  }
  .contents_solo_page.dc .contents_solo_container .item.big .title br {
    display: none;
  }
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .lead {
    height: auto;
    width: 31%;
    margin-bottom: 53px;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .lead {
    width: 96%;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .photo {
  float: right;
  height: 430px;
  width: 720px;
  margin: 0;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .photo {
    width: 66%;
    height: 100%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .photo {
    width: 96%;
    height: auto;
    margin: 20px 2%;
    float: none;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .photo .event_no {
  display: none;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .photo .event_no {
    display: block;
    left: -1%;
    bottom: -20px;
    top: auto;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .photo .virtical_title {
  font-size: 48px;
  right: 10px;
  top: 10px;
  line-height: 48px;
}

.contents_solo_page.dc .contents_solo_container .item.big .photo img {
  height: 430px;
  width: 720px;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .photo img {
    width: 100%;
    height: 100%;
  }
}

.contents_solo_page.dc .contents_solo_container .item.big .more {
  right: 720px;
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .more {
    right: 66%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .more {
    right: 0;
  }
}

@media screen and (max-width: 64em) {
  .contents_solo_page.dc .contents_solo_container .item.big .date {
    width: 30%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_page.dc .contents_solo_container .item.big .date {
    width: 95%;
  }
}

.contents_solo_link {
  background: #fff;
  overflow: hidden;
}

.contents_solo_link .container {
  width: 940px;
  margin: 40px auto;
}

@media screen and (max-width: 64em) {
  .contents_solo_link .container {
    width: 98%;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_link .container {
    width: 90%;
  }
}

.contents_solo_link .container h2 {
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #4DADC2;
  margin-bottom: 50px;
}

.contents_solo_link .container .item {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 60px;
  float: left;
}

@media screen and (max-width: 64em) {
  .contents_solo_link .container .item {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 41.25em) {
  .contents_solo_link .container .item {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 40px;
  }
}

.contents_solo_link .container .item.third_end {
  margin-right: 0;
}

@media screen and (max-width: 64em) {
  .contents_solo_link .container .item.third_end {
    margin-right: 1%;
  }
}

@media screen and (max-width: 64em) {
  .contents_solo_link .container .item.second_end {
    margin-right: 0;
  }
}

.contents_solo_link .container .item .photo {
  width: 100%;
  margin-bottom: 10px;
}

.contents_solo_link .container .item .photo img {
  width: 100%;
}

.contents_solo_link .container .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}

.contents_solo_link .container .item .title.red {
  color: #B57C8B;
}

.contents_solo_link .container .item .title.blue {
  color: #4DADC2;
}

.contents_solo_link .container .item .title.brown {
  color: #865F51;
}

.contents_solo_link .container .item .text {
  font-size: 12px;
  line-height: 18px;
  height: 90px;
  margin-bottom: 20px;
}

@media screen and (max-width: 41.25em) {
  .contents_solo_link .container .item .text {
    height: auto;
    margin-bottom: 10px;
  }
}

.contents_solo_link .container .item .link {
  width: 218px;
  height: 42px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #717171;
  position: relative;
}

.contents_solo_link .container .item .link a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #717171;
}

.contents_solo_link .container .item .link a:hover {
  color: #fff;
  background: #aaa;
}
