@charset "Shift_JIS";

/* MEADER
---------------------------------------------------*/
#header_cm {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
#header_cm img {
  width: 100%;
}
#header_cm .logo {
  margin: 0 auto;
  width: 11.484%;
}
#header_cm .btn_close {
  width: 6.64%;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  #header_cm {
    height: 46px;
  }
  #header_cm img {
    width: 100%;
  }
  #header_cm .logo {
    margin: 0;
    width: 75px;
  }
  #header_cm .btn_close {
    width: 46px;
  }
}

/* CM
---------------------------------------------------*/
#contents_cm {
  margin: 0 auto;
  width: 100%;
}
#contain_cm {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  text-align: center;
}
#contain_cm img {
  width: 100%;
}
#contain_cm .main_ttl {
  margin: 0 auto 2%;
  max-width: 254px;
}
#contain_cm .category_ttl {
  margin: 0 auto 3.5%;
  width: 18.046%;
}
#contain_cm .sec01 {
  background-image: url(../../images/cm/bg_cm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
}
#contain_cm .sec01 .modal-left p img,
#contain_cm .sec01 .modal-center p img,
#contain_cm .sec01 .modal-right p img {
  width: auto;
}
#contain_cm .sec01 .modal-left div img,
#contain_cm .sec01 .modal-center div img,
#contain_cm .sec01 .modal-right div img {
    width:80%;
    cursor:pointer;
}
#contain_cm .sec01 .movie {
  margin: 0 auto 3%;
}
#contain_cm .sec01 .movie iframe {
  width: 84%;
}
#contain_cm .sec01 .movie_title {
  font-size: 24px;
  color: #541d21;
  text-align: center;
  margin-bottom: 80px;
}
.cast_box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
.cast {
  display: inline-block;
  margin: 0 1.6% 4.2%;
  min-height: 244px;
}
.cm_pc {
  display: inline-block;
}
.cm_sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .cm_pc {
    display: none;
  }
  .cm_sp {
    display: inline-block;
    text-align: left;
    font-size: 3.2vw;
    font-size: 16px;
    color: #541d21;
  }
  .cm_sp.tcenter {
    text-align: center;
    letter-spacing: -0.05em;
  }
  .cm_sp span {
    display: block;
    font-weight: bold;
  }
  .cast_box {
    display: inline-block;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    width: 85.6%;
  }
  .cast {
    display: inline-block;
    margin: 0 1.6% 4.2%;
    min-height: 0;
    float: left;
    width: 30%;
  }
  .cast_box .cast:nth-child(4) {
    margin-left: 18%;
  }
  #contain_cm .sec01 .movie iframe {
    /* width: 84%; */
    width: 82vw;
    height: 48vw;
  }
}
/* FOOTER
---------------------------------------------------*/
#footer_cm {
  margin: 0 auto;
  padding: 3.3% 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  position: relative;
  clear: both;
}
#footer_cm img {
  width: 100%;
}
#footer_cm .btn_close {
  margin: 0 auto;
  width: 3.75%;
}
#footer_cm .btn_left {
  width: 11.406%;
  position: absolute;
  left: 0;
  top: 0;
}
#footer_cm .btn_right {
  width: 11.406%;
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (max-width: 767px) {
  #footer_cm {
    padding: 0;
    width: 100%;
  }
  #footer_cm img {
    width: 100%;
  }
  #footer_cm .btn_close {
    margin: 0 auto;
    width: 22px;
    padding-top: 8px;
  }
  #footer_cm .btn_left {
    width: 44px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #footer_cm .btn_right {
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
  }
}


@media all and (min-width: 751px) {
    a.mv_btn_35 {
        background:transparent url(/countrymaam/cm/images/btn_mv.png) center top no-repeat;
        width:661px;
        height:131px;
        background-size:661px 262px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:80px;
        display:block;
        line-height:0;
        font-size:0;

    }
    a.mv_btn_35:hover {
        background:transparent url(/countrymaam/cm/images/btn_mv.png) center bottom no-repeat;
        background-size:661px 262px;
    }
    .mb20 {
        margin-bottom:20px !important;
    }
}
@media all and (max-width: 750px) {
    a.mv_btn_35 {
        background:transparent url(/countrymaam/cm/images/btn_mv.png) center top no-repeat;
        width:80vw;
        height:15.8547655vw;
        background-size:80vw 31.709531vw;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:80px;
        display:block;
        line-height:0;
        font-size:0;

    }
    a.mv_btn_35:hover {
        background:transparent url(/countrymaam/cm/images/btn_mv.png) center bottom no-repeat;
        background-size:80vw 31.709531vw;
    }
    .mb02sp {
        margin-bottom:2vw !important;
    }
}
