@charset "UTF-8";
/* ============================================
	RESET
============================================= */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td,
address, caption, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

hr {
  display: none;
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

/*  clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0px;
}

.clearfix {
  zoom: 1;
}

/* ============================================
	FONT
============================================= */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* ============================================
	COMMON
============================================= */
a {
  text-decoration: none;
}

#hidden_box {
  display: none;
}

.smt_br {
  display: none;
}

.section5 .movie_box .right_box {
  background: #000 url(/bravia/4k/assets/images/kitagawa/movie01.png) center center no-repeat !important;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .detail #movie_layer #video_container {
    width: 640px;
    height: 360px;
    margin: -180px 0 0 -320px;
  }
  .detail #movie_layer #video_container iframe {
    width: 640px;
    height: 360px;
  }
}

@media screen and (max-width: 699px) {
  .detail #movie_layer #video_container {
    width: 300px;
    height: 200px;
    margin: -100px 0 0 -150px;
  }
  .detail #movie_layer #video_container iframe {
    width: 300px;
    height: 200px;
  }
}
