@charset "UTF-8";
.content-container{
  background: #f5efd8 url(../img/common/bg_paper.jpg) 0 0;
  width: 100%;
  overflow: hidden;
}
/* ==========================================================================
   localheader
   ======================================================================= */
@media all and (min-width: 768px){
  .local-header__title{
    background: url(../img/cm/local_header.png) 50% 0 no-repeat;
    background-size: cover;
  }
}
@media all and (max-width: 767px){
  .local-header__title{
    background: url(../img/cm/local_header_sp.png) 50% 0 no-repeat;
    background-size: 320px 64px;
  }
}
/* ==========================================================================
   hero
   ======================================================================= */

.hero{
  width: 100%;
  position: relative;
}
.hero__wrapper{
  position: relative;
}
@media all and (min-width: 768px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 60px 40px 35px 40px;
    max-width: 960px;
  }
  .hero__lead{
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}
@media all and (max-width: 767px){
  .hero__wrapper{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding: 18px 20px 35px 20px;
  }
  .hero__lead{
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
}



.cm__body::after{
  content: "";
  display: block;
  clear: both;
}
.cm__item{
  box-sizing: border-box;
}
.cm__name{
  text-align: center;
  font-weight: bold;
  color: #6a3906;
}
.cm__item img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px){
  .cm__body{
    width: 758px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .cm__item{
    float: left;
    width: calc( ( 100% - 50px ) / 2);
    margin-right: 50px;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
  }
  .cm__item:nth-child(2n){
    margin-right: 0;
  }
  .cm__item:nth-child(2n + 1){
    clear: left;
  }
  .cm__name{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .cm__thumb{
    width: 354px;
    height: 247px;
    background: url(../img/cm/tv_bg.png) 50% 0 no-repeat;
    position: relative;
  }
  .cm__thumb::after{
    content: "";
    display: block;
    width: 68px;
    height: 68px;
    background: url(../img/cm/btn_play.png) 50% 50% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    margin: 0 auto;
  }
  .cm__img{
    position: absolute;
    left: 14px;
    top: 14px;
    width: 326px;
  }
}
@media all and (max-width: 767px){
  .cm__body{
    padding-bottom: 120px;
  }
  .cm__item{
    max-width: 380px;
    margin: 40px auto 0 auto;
  }
  .cm__item:first-child{
    margin-top: 0;
  }
  .cm__thumb{
    width: 100%;
    padding-top: 69.9%;
    background: url(../img/cm/tv_bg.png) 50% 0 no-repeat;
    background-size: cover;
    position: relative;
  }
  .cm__thumb::after{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/cm/btn_play_sp.png) 50% 50% no-repeat;;
    background-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 33.5%;
    margin: 0 auto;
  }
  .cm__name{
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .cm__img{
    position: absolute;
    width: 92.09%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5.6%;
  }
}

@media all and (max-width: 767px){
  .cm__item{
    position: relative;
  }
}

.char__01{
  display: inline-block;
  position: absolute;
  -webkit-animation: rotate3 1.2s linear 0s infinite normal;
          animation: rotate3 1.2s linear 0s infinite normal;
}
@media all and (min-width: 768px){
  .char__01{
    background: url(../img/cm/char_01.png) 0 0 no-repeat;
    background-size: cover;
    width: 9%;
    left: 50%;
    margin-left: 41.7%;
    top: -96px;
  }
  .char__01::before{
    content: "";
    display: block;
    padding-top: 177.6%;
  }
}

@media all and (min-width: 1280px){
  .char__01{
    width: 13.022%;
    left: 50%;
    margin-left: 50%;
    top: -60px;
  }
  .char__01::before{
    padding-top: 177.6%;
  }
}

@media all and (max-width: 767px){
  .char__01{
    display: none;
  }
}

.char__01__sp{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__01__sp{
    display: none;
}

}
@media all and (max-width: 767px){
  .char__01__sp{
    background: url(../img/cm/char_01_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 46px;
    height: 81px;
    left: 50%;
    margin-left: 42%;
    top: 66%;
  }
}

.char__02{
  display: inline-block;
  position: absolute;
  -webkit-animation: rotate3 1.2s linear .8s infinite normal;
          animation: rotate3 1.2s linear .8s infinite normal;
}
@media all and (min-width: 768px){
  .char__02{
    background: url(../img/cm/char_02.png) 0 0 no-repeat;
    background-size: cover;
    width: 12%;
    left: 50%;
    margin-left: -51%;
    top: 175px;
}
  .char__02::before{
    content: "";
    display: block;
    padding-top: 142.65%;
  }
}

@media all and (min-width: 1280px){
  .char__02{
    width: 17.6%;
    left: 50%;
    margin-left: -65%;
    top: 126px;
}
  .char__02::before{
    padding-top: 142.65%;
  }
}

@media all and (max-width: 767px){
  .char__02{
    display: none;
  }
}

.char__02__sp{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__02__sp{
    display: none;
}

}
@media all and (max-width: 767px){
  .char__02__sp{
    background: url(../img/cm/char_02_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 61px;
    height: 86px;
    left: 50%;
    margin-left: -54%;
    top: 67%;
  }
}

.char__03{
  display: inline-block;
  position: absolute;
  -webkit-animation: rotate3 1.2s linear 0s infinite normal;
          animation: rotate3 1.2s linear 0s infinite normal;
}
@media all and (min-width: 768px){
  .char__03{
    background: url(../img/cm/char_03.png) 0 0 no-repeat;
    background-size: cover;
    width: 12%;
    left: 44%;
    margin-left: 44%;
    top: 479px;
}
  .char__03::before{
    content: "";
    display: block;
    padding-top: 140.5%;
  }
}

@media all and (min-width: 1280px){
  .char__03{
    width: 18.022%;
    left: 50%;
    margin-left: 45%;
    top: 405px;
}
  .char__03::before{
    padding-top: 140.5%;
  }
}

@media all and (max-width: 767px){
  .char__03{
    display: none;
  }
}


.char__03__sp{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__03__sp{
    display: none;
}

}
@media all and (max-width: 767px){
  .char__03__sp{
    background: url(../img/cm/char_03_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 69px;
    height: 96px;
    left: 50%;
    margin-left: 32%;
    bottom: 92%;


  }
}

.char__04{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__04{
    background: url(../img/cm/char_04.png) 0 0 no-repeat;
    background-size: cover;
    width: 20%;
    left: 50%;
    margin-left: -48%;
    top: 854px;
}
  .char__04::before{
    content: "";
    display: block;
    padding-top: 84.75%;
  }
}

@media all and (min-width: 1280px){
  .char__04{
    width: 25.94%;
    left: 50%;
    margin-left: -59%;
    top: 820px;
}
  .char__04::before{
    padding-top: 84.75%;
  }
}

@media all and (max-width: 767px){
  .char__04{
    display: none;
  }
}


.char__04__sp{
  display: inline-block;
  position: absolute;
}
@media all and (min-width: 768px){
  .char__04__sp{
    display: none;
}

}
@media all and (max-width: 767px){
  .char__04__sp{
    background: url(../img/cm/char_04_sp.png) 0 0 no-repeat;
    background-size: cover;
    width: 97px;
    height: 84px;
    left: 50%;
    margin-left: -56%;
    bottom: -10%;
  }
}


/* ==========================================================================
   MODAL
   ======================================================================= */
