body {
  background: #fffdf1;
}

@media screen and (min-width: 751px) {
  header .headArea {
    height: 70px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background: #fff;
  }
}

.both_space {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .both_space {
    padding: 0 27px;
  }
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .container {
    padding: 0;
  }
}

.cm_content p {
  line-height: 2;
  letter-spacing: 0.05em;
}
.cm_content a:hover {
  opacity: 0.7;
}
.cm_content hr {
  display: block;
  height: 1px;
  margin-top: 120px;
  margin-bottom: 100px;
  background: #f8f2cd;
  border: none;
}
@media screen and (max-width: 750px) {
  .cm_content hr {
    margin: 0 -12px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.cm_kv {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .cm_kv {
    margin-bottom: 40px;
  }
}
.cm_kv_img {
  width: 100%;
}

.cm_kv_btm_txt {
  margin-bottom: 90px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cm_kv_btm_txt {
    margin-bottom: 50px;
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.cm_mov_list {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .cm_mov_list {
    margin-bottom: 40px;
  }
}
.cm_mov_list:before, .cm_mov_list:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.cm_mov_list:last-child {
  margin-bottom: 0;
}
.cm_mov_list_ttl {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cm_mov_list_ttl {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  .cm_mov_list_ttl_img01 {
    width: 140px;
  }
}
@media screen and (max-width: 750px) {
  .cm_mov_list_ttl_img02 {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  .cm_mov_list_ttl_img03 {
    width: 315px;
  }
}
.cm_mov_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -25px -20px;
}
@media screen and (max-width: 750px) {
  .cm_mov_list_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.cm_mov_list_item {
  width: 50%;
  padding: 25px 20px;
}
@media screen and (max-width: 750px) {
  .cm_mov_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .cm_mov_list_item:last-child {
    margin-bottom: 0;
  }
}
.cm_mov_list_item_ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .cm_mov_list_item_ttl {
    margin-bottom: 15px;
  }
}
.cm_mov_list_item_mov_block {
  padding: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(233, 137, 57)), to(rgb(239, 169, 73)));
  background: linear-gradient(0deg, rgb(233, 137, 57) 0%, rgb(239, 169, 73) 100%);
}
.cm_mov_list:nth-child(2) .cm_mov_list_item_mov_block {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(233, 137, 57)), to(rgb(239, 169, 73)));
  background: linear-gradient(0deg, rgb(233, 137, 57) 0%, rgb(239, 169, 73) 100%);
}
.cm_mov_list:nth-child(4) .cm_mov_list_item_mov_block {
  background: -webkit-gradient(linear, left bottom, left top, from(#0865c8), to(#73bee5));
  background: linear-gradient(0deg, #0865c8 0%, #73bee5 100%);
}
.cm_mov_list:nth-child(6) .cm_mov_list_item_mov_block {
  background: -webkit-gradient(linear, left bottom, left top, from(#86bd66), to(#88c673));
  background: linear-gradient(0deg, #86bd66 0%, #88c673 100%);
}
.cm_mov_lists_2 .cm_mov_list .cm_mov_list_item_mov_block {
  background: -webkit-gradient(linear, left bottom, left top, from(#0865c8), to(#73bee5));
  background: linear-gradient(0deg, #0865c8 0%, #73bee5 100%);
}
.cm_mov_lists_3 .cm_mov_list .cm_mov_list_item_mov_block {
  background: -webkit-gradient(linear, left bottom, left top, from(#86bd66), to(#88c673));
  background: linear-gradient(0deg, #86bd66 0%, #88c673 100%);
}
.cm_mov_list_item_mov_block {
  display: block;
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cm_content .cm_mov_list_item_mov_block{
    pointer-events: none;
  }
}
@media screen and (max-width: 750px) {
  .cm_content .cm_mov_list_item_mov_block:hover {
    opacity: 1;
  }
}
.cm_mov_list_item_mov_wrap {
  position: relative;
  z-index: 1;
}
.cm_mov_list_item_mov_wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cm_mov_list_item01 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb01.jpg) 50%/cover;
}
.cm_mov_list_item02 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb02.jpg) 50%/cover;
}
.cm_mov_list_item03 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb03.jpg) 50%/cover;
}
.cm_mov_list_item04 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb04.jpg) 50%/cover;
}
.cm_mov_list_item05 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb05.jpg) 50%/cover;
}
.cm_mov_list_item06 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb06.jpg) 50%/cover;
}
.cm_mov_list_item07 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb07.jpg) 50%/cover;
}
.cm_mov_list_item_202412_1 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_1.jpg) 50%/cover;
}
.cm_mov_list_item_202412_2 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_2.jpg) 50%/cover;
}
.cm_mov_list_item_202412_3 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_3.jpg) 50%/cover;
}
.cm_mov_list_item_202412_4 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_4.jpg) 50%/cover;
}
.cm_mov_list_item_202412_5 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_5.jpg) 50%/cover;
}
.cm_mov_list_item_202412_6 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_6.jpg) 50%/cover;
}
.cm_mov_list_item_202412_7 .cm_mov_list_item_mov_wrap:before {
  background: url(../img/cm_mov_thumb_202412_7.jpg) 50%/cover;
}
.cm_mov_list_item.playing .cm_mov_list_item_mov_wrap:before {
  background: transparent;
}
.cm_mov_list_item_mov_wrap iframe {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .cm_mov_list_item_mov_wrap iframe {
    pointer-events: auto;
  }
}

.cm_cp_bnr_block {
  text-align: center;
}

.cm_cp_bnr_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .cm_cp_bnr_ttl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .cm_cp_bnr_ttl_img {
    width: 235px;
  }
}

.cm_mov_lists_subttl{
  margin-bottom: 30px
}

.cm_actor {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .cm_actor {
    margin-bottom: 60px;
  }
}
.cm_actor_ttl {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cm_actor_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .cm_actor_ttl_img {
    width: 90px;
  }
}

.cm_actor_list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -60px;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.cm_actor_list_item {
  width: 50%;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .cm_actor_list_item:last-child {
    margin-bottom: 0;
  }
}
.cm_actor_list_item_img_block {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_img_block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_img {
    width: 220px;
  }
}
.cm_actor_list_item_ttl {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ffa258;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_ttl {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_ttl_img {
    height: 46px;
  }
}
.cm_actor_list_item_txt {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_txt {
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.cm_actor_list_item_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_btns {
    margin-top: 20px;
  }
}
.cm_actor_list_item_btn {
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_btn {
    width: 150px;
    margin-right: 15px;
  }
}
.cm_actor_list_item_btn:last-child {
  margin-right: 0;
}
.cm_actor_list_item_btn_img {
  -webkit-filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 750px) {
  .cm_actor_list_item_btn_img {
    -webkit-filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.1));
            filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.1));
  }
}

