@charset "UTF-8";

/* Main css */

body {
  font-size: 87.5%;
  line-height: 1.5;
  text-align: left;
}

.k036t_190218_019_mro {
 font-size: 15px;
 color: #000;
}

.only_pc{
  display: block;
}

.only_sp{
  display: none;
}

@media screen and (max-width: 699px){
  .only_pc{
    display: none;
  }
  .only_sp{
    display: block;
  }
}

img{
  max-width: 100%;
  height: auto;
}

.kaukore_more_mainC{
  background: url(../images/k038_i_211100_kaukoretowa_video_bgmax.jpg) repeat-y;
  background-position: center;
  min-height: 230px;
}

@media screen and (max-width: 699px){
  .kaukore_more_mainC{
    background: url(../images/k038_i_211100_kaukoretowa_video_bgsp.jpg) repeat-y;
    background-position: center;
    min-height: 0px;
  }
}

.kaukore_more_mainC .kaukore_erea{
  max-width: 730px;
  padding: 10px;
  margin: 0 auto;
  /*background-color: rgba(255, 255, 255, 0.3);*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.kaukore_more_mainC .kaukore_erea .txt_erea{
  margin-right: 30px;
  width: 60%;
}

.kaukore_more_mainC .kaukore_erea .txt_erea .k_txt{
  margin-top: 10px;
  font-weight: bold;
}

.kaukore_more_mainC .kaukore_erea .movie_erea{
  width: 40%;
}

.kaukore_more_mainC .kaukore_erea .movie_erea .m_ttl{
  text-align: center;
  margin-bottom: 10px;
  font-size: 11px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 2px;
}

@media screen and (max-width: 699px){
  .kaukore_more_mainC .kaukore_erea{
    flex-wrap: wrap;
  }
  .kaukore_more_mainC .kaukore_erea .txt_erea{
    margin-right: 0px;
    width: 100%;
  }
  .kaukore_more_mainC .kaukore_erea .txt_erea .k_txt{
    margin-bottom: 30px;
  }
  .kaukore_more_mainC .kaukore_erea .movie_erea{
    width: 100%;
  }
}

/*====================================================================
 reset styles
====================================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
select, input, button, textarea {
	font-size: 99%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align:left;
}
abbr, acronym {
	border: 0;
}
sub, sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}