.common_contents{
  padding:0;
}
.all_small_title{
  padding: 0.3em 0 0.2em 0.5em;
  border-left: 8px solid #002063;
  border-bottom: 1px solid #8f8f8f;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  color: #4a4a4a;
}
.bg_color_gray{
  background: rgb(216,216,216);
  background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(236,236,236,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(236,236,236,1) 100%);
  background: linear-gradient(to bottom,  rgba(216,216,216,1) 0%,rgba(236,236,236,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ececec',GradientType=0 );
}

.contents_in{
  max-width:1024px;
  padding:1rem 1rem 3rem 3rem;
}

.kamban_main{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-sizing:border-box;
  max-width:810px;
  height:570px;
  padding-bottom:16px;
  background-image:url("./../images/tvcm/kamban_pakkun.jpg");
  background-size:cover;
  background-repeat:no-repeat;
}
.kamban_main_standout,
.kamban_main_common{
  padding-left:1rem;
}
.kamban_main_standout > dl{
  display:flex;
  flex-direction:row;
  align-items:center;
  margin-top:16px;
}
.kamban_main_standout > dl:first-child{
  margin-top:0;
}
.kamban_main_standout > dl > dt{
  display:flex;
  flex-direction:row;
  justify-content:stretch;
  align-items:center;
}
.kamban_main_standout > dl > dt > i{
  font-size:20px;
}
.kamban_main_standout > dl > dt > span{
  margin-left:0.5em;
  font-size:18px;
  font-weight:bold;
}
.kamban_main_standout > dl > dd{
  margin-left:8px;
  font-size:14px;
}

.kamban_main_common{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  max-width:450px;
  margin-top:16px;
  margin-left:-16px;
  font-size:16px;
}
.kamban_main_common > dl{
  display:flex;
  flex-direction:row;
  margin-top:8px;
  margin-left:16px;
}
.kamban_main_common > dl > dt > span{
  margin-left:0.5em;
  font-weight:bold;
}
.kamban_main_common > dl > dd{
  margin-left:8px;
  font-size:14px;
}

.movie_list_in,
.movie_overview_in{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
#movie_overview_movie iframe{
  max-width:100%;
}
.movie_list_in > *,
.movie_overview_in > *{
  margin-top:24px;
}
.movie_list_in > *:first-child,
.movie_overview_in > *:first-child{
  margin-top:0;
}
.movie_list_in > h2,
.movie_overview_in > h2{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  position:relative;
  margin-bottom:16px;
  font-size:20px;
  line-height:1.5;
}
.movie_list_in > h2:after,
.movie_overview_in > h2:after{
  content:"";
  display: inline-block;
  position:absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: #002063;
  border-radius: 2px;
}
.movie_list_in > h2 > span,
.movie_overview_in > h2 > span{
  margin-left:0.5em;
  line-height:1;
}
.movie_list_main,
.movie_overview_main{
  width:100%;
  min-height:0%;
}
.movie_list_main > *,
.movie_overview_main > *{
  display:block;
  margin-top:16px;
}
.movie_list_main > *:first-child,
.movie_overview_main > *:first-child{
  margin-top:0;
}
.movie_list_main p,
.movie_overview_main p{
  line-height:1.5;
}
.movie_list_main > ul,
.movie_overview_main > ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:0;
  margin-left:-1rem;
}
.movie_list_main > ul > li,
.movie_overview_main > ul > li{
  width:calc(50% - 1rem);
  margin-top:16px;
  margin-left:1rem;
}
.movie_list_main > ul > li > a,
.movie_overview_main > ul > li > a{
  display:block;
  padding-bottom:8px;
}
.movie_list_main > ul > li > a > *,
.movie_over_main > ul > li > a > *{
  margin-top:8px;
}
.movie_list_main > ul > li > a > *:first-child,
.movie_overview_main > ul > li > a > *:first-child{
  margin-top:0;
}
.movie_list_main > ul > li > a > h3,
.movie_overview_main > ul > li > a > h3{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
}
.movie_list_main > ul > li > a > h3 > i,
.movie_overview_main > ul > li > a > h3 > i{
  font-size:18px;
}
.movie_list_main > ul > li > a > h3 > span,
.movie_overview_main > ul > li > a > h3 > span{
  line-height:1.5;
  margin-left:0.5em;
}

#osusume_movie_list{
  border:1px solid #acacac;
}
.osusume_movie_list_in{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.osusume_movie_list_in > *{
  margin-top:8px;
}
.osusume_movie_list_in > *:first-child{
  margin-top:0;
}
.osusume_movie_list_in > h2{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
  position:relative;
  margin-bottom:16px;
  font-size:20px;
  line-height:1.5;
}
.osusume_movie_list_in > h2:after{
  content:"";
  display: inline-block;
  position:absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background-color: #002063;
  border-radius: 2px;
}
.osusume_movie_list_in > h2 > span{
  margin-left:0.5em;
  line-height:1;
}
.osusume_movie_list_main{
  box-sizing:border-box;
  width:100%;
  padding:0 1rem;
}
.osusume_movie_list_main > *{
  display:block;
  margin-top:16px;
}
.osusume_movie_list_main > *:first-child{
  margin-top:0;
}
.osusume_movie_list_main p{
  line-height:1.5;
}
.osusume_movie_list_main > ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:0;
  margin-left:-1rem;
}
.osusume_movie_list_main > ul > li{
  width:calc(25% - 1rem);
  margin-top:16px;
  margin-left:1rem;
}
.osusume_movie_list_main > ul > li > a{
  display:flex;
  flex-direction:column;
  height:100%;
}
.osusume_movie_list_main > ul > li > a > *{
  min-height:0%;
  margin-top:8px;
}
.osusume_movie_list_main > ul > li > a > *:first-child{
  margin-top:0;
}
.osusume_movie_list_main > ul > li > a > h3{
  padding:0 1rem 8px;
  text-align:center;
}
.osusume_movie_list_main > ul > li > a > h3 > i{
  font-size:18px;
}
.osusume_movie_list_main > ul > li > a > h3 > span{
  line-height:1.5;
  font-size:12px;
}
.cityblog_overview_table > dl{
  display:flex;
  flex-direction:row;
}
.cityblog_overview_table > dl:first-child > *{
  border-top:1px solid #666666;
}
.cityblog_overview_table > dl > *{
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
}
.cityblog_overview_table > dl > *:first-child{
  border-left:1px solid #666666;
}
.cityblog_overview_table > dl > dt{
  box-sizing:border-box;
  width:98px;
  padding:9px 8px 7px;
  background-color:#fafafa;
  line-height:1.4;
  text-align:center;
  font-weight:bold;
}
.cityblog_overview_table > dl > dd{
  flex:1 0 0%;
  padding:9px 8px 7px;
  line-height:1.4;
}
.cityblog_overview_table > dl > dd a:hover{
  text-decoration:underline;
}
.tv_title {
  font-size: 14px;
  color: #1480d3;
}
.tv_title a{
  font-size: 15.5px;
  color: #1480d3;
  font-weight: bold;
}
.line_height{
  line-height: 1.75rem;
}

@media screen and (min-width: 1024px){
  .movie_list_main a:hover,
  .osusume_movie_list_main a:hover{
    text-decoration:none;
  }
  .movie_list_main a:hover img,
  .osusume_movie_list_main a:hover img{
    opacity:1;
  }

  .movie_list_main a:hover > img,
  .osusume_movie_list_main a:hover > img{
    opacity:0.75;
  }
  .movie_list_main > ul > li > a:hover,
  .osusume_movie_list_main > ul > li > a:hover{
    box-shadow:0 0 5px #a8a8a8;
  }
  .movie_list_main > ul > li > a img,
  .osusume_movie_list_main > ul > li > a img{
    transition:0.5s all;
  }
  .movie_list_main > ul > li > a:hover img,
  .osusume_movie_list_main > ul > li > a:hover img{
    transform:scale(1.1,1.1);
  }
  .movie_list_main > ul > li > a > p,
  .osusume_movie_list_main > ul > li > a > p{
    overflow:hidden;
  }
}

.tvcm_buttons_in{
  display:flex;
  justify-content:center;
  align-items:center;
}
.tvcm_buttons_in > a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.25em;
  background-color: #002063;
  font-size: 20px;
  color: #ffffff;
}
.tvcm_buttons_in > .tvcm_buttons_back{
  background-color: transparent;
  border: 1px solid #002063;
  color: #002063;
}
.tvcm_buttons_in > a > *{
  margin-left:0.5em;
}
.tvcm_buttons_in > a > *:first-child{
  margin-left:0;
}

@media screen and (min-width: 1024px){
  .tvcm_buttons_in > a:hover{
    text-decoration: none;
    background-color: #40598A;
  }
  .tvcm_buttons_in > .tvcm_buttons_back:hover{
    border:1px solid transparent;
    color:#ffffff;
  }
}

@media screen and (min-width: 1652px){
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1024px){
  .kamban_main{
    height:calc((100vw - 5rem - 200px) * 0.735);
    padding-bottom:1vw;
    background-size:cover;
  }
  .kamban_main_standout,
  .kamban_main_common{
    padding-left:0;
  }
  .kamban_main_standout > dl > dt > i{
    font-size:1.75vw;
  }
  .kamban_main_standout > dl > dt > span{
    font-size:1.75vw;
  }
  .kamban_main_standout > dl > dd{
    font-size:1.25vw;
  }
  .kamban_main_standout > dl{
    margin-top:1.5vw;
  }
  .kamban_main_common{
    max-width:45vw;
    margin-top:1.5vw;
    font-size:1.5vw;
  }
  .kamban_main_common > dl{
    margin-top:0.75vw;
  }
  .kamban_main_common > dl > dd{
    font-size:1.25vw;
  }
  .movie_list_main > ul > li > a,
  .movie_overview_main > ul > li > a{
    padding-bottom:0;
  }
  .osusume_movie_list_main > ul > li > a > h3{
    padding:0;
  }
  .osusume_movie_list_main > ul > li > a > h3 > span{
    overflow:hidden;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
}

@media screen and (max-width: 900px){
}

@media screen and (max-width: 767px){
  .contents_in{
    padding:1rem 0.5rem 0;
  }

  .big_title h1{
    font-size:16px;
  }

  .kamban_main{
    height:calc((100vw - 1rem) * 0.735);
    padding-bottom:3.5vw;
  }
  .kamban_main_standout > dl > dt > i{
    font-size:2.25vw;
  }
  .kamban_main_standout > dl > dt > span{
    font-size:2.25vw;
  }
  .kamban_main_standout > dl > dd{
    margin-top:0.25vw;
    font-size:1.75vw;
  }
  .kamban_main_standout > dl{
    margin-top:1.5vw;
  }
  .kamban_main_common{
    max-width:60vw;
    margin-top:1.5vw;
    font-size:2.25vw;
  }
  .kamban_main_common > dl{
    margin-top:1vw;
  }
  .kamban_main_common > dl > dd{
    font-size:1.75vw;
  }

  #movie_overview_movie iframe{
    max-width:100%;
    height:calc((100vw - 1rem) * 0.555);
  }

  .movie_list_main > ul > li > a > h3 > i{
    display:none;
  }
  .movie_list_main > ul > li > a > h3 > span{
    font-size:12px;
    text-align:center;
  }
}

@media screen and (min-width: 601px){
}

@media screen and (min-width: 601px) and (max-width: 767px){
}

@media screen and (max-width: 600px){
  .link_to_product:before{
    content: "製品情報はこちら";
  }
  .link_to_product > span{
    display:none;
  }

  .kamban_main{
    padding-bottom:0;
  }
  .kamban_main_standout > dl{
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
  }
  .kamban_main_standout > dl > dd{
    margin-left:4vw;
  }
  .kamban_main_common{
    margin-top:0;
  }
  .osusume_movie_list_main > ul > li{
    width:calc(50% - 1rem);
  }
  .osusume_movie_list_main > ul > li > a > *:first-child img{
    width:100%;
  }
}

@media screen and (max-width: 413px){
.tv_title {
  font-size: 11px;
  color: #1480d3;
}
.tv_title a{
  font-size: 13px;
  color: #1480d3;
  font-weight: bold;
}
.line_height{
  line-height: 1rem;
}
}

@media screen and (max-width: 374px){
  .osusume_movie_list_in > h2 > i{
    display:none;
  }
}
