@charset "UTF-8";
/*===============================================================

　RESET

===============================================================*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

main {
    display: block;
}

embed, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

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

td, th {
  padding: 0;
  text-align: left;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

img[width="1"] {
  display: none;
}

figcaption {
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: #1d85b9;
}


video {
  width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input, select, input[type=search], button {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

button, input {
  line-height: normal;
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input, button {
  border: 0;
}

input {
  vertical-align: middle;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  padding: initial;
  background-color: initial;
  border: initial;
}

input, input[type="password"], input[type="search"], isindex {
  padding: 1px;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  cursor: pointer;
  /*  -webkit-appearance: none; */
}

input, textarea, keygen, select, button, isindex {
  margin: 0em;
  /*font: -webkit-small-control;*/
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
}

textarea {
  width: 100%;
  -webkit-appearance: textarea;
  background-color: white;
  -webkit-rtl-ordering: logical;
  -webkit-user-select: text;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  resize: auto;
  cursor: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

input, textarea, keygen, select, button, isindex, meter, progress {
  -webkit-writing-mode: horizontal-tb;
}


h1.top-head{
	width:350px;
	height:55px;
}


/* -----------------------------------------------------------------------------
 20180622　iframeセンター寄せ
----------------------------------------------------------------------------- */
.center_iframe{ display: block; margin: auto;}
span.insert{text-align:center; display:block; margin: auto; font-size: 1.2rem;}
span.insert_left{text-align:left; display:block; margin: auto; font-size: 1.2rem;}
span.insert img{text-align:center;display:block;margin:0 auto;width: auto;height: auto;max-width: 100%;max-height: 100%;}

.insert_movie {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.insert_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

p.ins_text{padding:0px 0px 10px 0px;}

span.small_12{display:block; font-size: 1.2rem; width: 100%;}
span.small_10{display:block; font-size: 1.0rem; width: 100%;}

/*--------80パーセント用------*/
span.insert_small{text-align:center; display:block; margin: auto; font-size: 1.2rem; width: 80%;}

span.insert_small img{
width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


/*--------40パーセント用------*/
span.insert_small_height {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 1.2rem;
    width: 40%;
}

span.insert_small_height img{
width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/*--------記事広告用12px------*/

span.insert_small2{
    font-size:14px; 
	margin:0;
	padding: 5px 0px 5px 0px;
	line-height: 18px;
}

/*--------記事広告用リスト------*/
.kiji_list li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 15px;/* リストの左側に余白 */
	text-align: left;
	font-size: 14px;
}
	
.kiji_list li.number {
	list-style-type: decimal;/* リストの左側に数字 */
	margin-left: 15px;/* リストの左側に余白 */
	text-align: left;
}	

.kiji_list li a{
	color:#0080FF;
	text-decoration:underline;
}
/* -----------------------------------------------------------------------------

  btn

----------------------------------------------------------------------------- */
.button-area {
  margin: 20px 0;
  text-align: center;
}

.left-area .button-area {
  margin: 15px 0;
}

.work-info-box .button-area {
  margin: 20px 0 10px;
}

.side-area .button-area {
  margin: 15px auto 10px;
}

.foot-button-area {
  margin: 5px 10px 10px;
  text-align: center;
  background: #fff;
}

.list-area-bg .button-area {
  margin: 20px 0 10px;
}

.button-area i {
  margin-right: 10px;
}

.button-style {
  display: block;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  width: 530px;
  border-radius: 8px;
  font-size: 20px;
  font-size: 2.0rem;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.button-side {
  width: 100%;
}

.button-small {
  width: 240px;
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
}

.button-side-small {
  width: calc(100% - 20px);
  padding: 5px 10px;
  margin: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  box-shadow: none;
  border-radius: 4px;
}

.button-next-small {
  width: 240px;
  padding: 5px 10px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  box-shadow: none;
  border-radius: 4px;
}

.button-left-small {
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  box-shadow: none;
  border-radius: 4px;
}

.left-small-arrow-right {
  position: relative;
  padding-left: 5px;
  font-weight: normal;
}

.left-small-arrow-right::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
}

.button-white {
  border: 2px solid #1d85c1;
}

.button-grey {
  background: #d0d0d0;
}

.button-blue {
  background: #1d85c1;
  color: #fff;
}

.button-green {
  background: #1db7c1;
  color: #fff;
}

.button-pink{
    background-color: #e95377;
    color: #fff;
}

.button-off {
  background: #7e8c8d;
  color: #fff;
}

.button-off-trend{
  background-color: #52353c;
  color: #fff;
}

.button-foot-sns {
  display: block;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  background: #fff;
}

.arrow-bottom {
  position: relative;
  padding-left: 20px;
}

.arrow-bottom::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #1d85c1;
  border-right: solid 2px #1d85c1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.arrow-right,
.arrow-right-big {
  position: relative;
  padding-left: 20px;
}

.arrow-right::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

.arrow-right-right {
  position: relative;
  padding-right: 15px;
}

.arrow-right-right::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.theater-sub-menu-current .arrow-right-right::before,
.theater-sub-menu a:hover .arrow-right-right::before {
  border-top: none;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -7px;
}

.arrow-right-big::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -6px;
}

.arrow-right-black {
  position: relative;
  padding-right: 15px;
}

.arrow-right-black::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 60%;
  right: 0;
  margin-top: -5px;
}

.arrow-right-gray {
  position: relative;
  padding-right: 15px;
}

.arrow-right-gray::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #979795;
  border-right: solid 1px #979795;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 60%;
  right: 0;
  margin-top: -6px;
}

.arrow-page-top {
  position: relative;
  padding-left: 20px;
}

.arrow-page-top::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 7px;
  margin: auto 0;
  right: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border: 7px solid transparent;
  border-bottom: 12px solid #383838;
}

/* -----------------------------------------------------------------------------

  アイコン

----------------------------------------------------------------------------- */
.svg-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 5px;
  fill: #f3ba13;
  vertical-align: middle;
}

.svg-icon-news_genre {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  fill: #f3ba13;
  vertical-align: middle;
}

.icon-photogallery {
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #1d85c1;
}

.svg-icon-photogallery2 {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
  fill: #1d85c1;
  vertical-align: middle;
}

.svg-icon-side-opening_this_week {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  fill: #f3ba13;
  vertical-align: middle;
}
.svg-icon-side-drama {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  fill: #f3ba13;
  vertical-align: middle;
}
.icon-position {
  position: relative;
  margin-left: 20px;
}

.svg-icon-left {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  margin-bottom: 5px;
  fill: #f3ba13;
  vertical-align: middle;
}

.svg-icon-ranking {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  fill: #fff;
  vertical-align: middle;
}

.svg-icon-ranking-gold {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f3ba13;
}

.svg-icon-ranking-silver {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #aaaaaa;
}

.svg-icon-ranking-bronze {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #a6937c;
}


/*------20190204アイコン-----------*/
.svg-icon2 {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: -65px;
  fill: #f3ba13;
  vertical-align: middle;
}

.svg-icon-news_genre2 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  fill: #f3ba13;
  vertical-align: middle;
}



/* -----------------------------------------------------------------------------

  共通

----------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  word-wrap:break-word;
  overflow-wrap: break-word;
}

input, textarea, select, button {
  font-size: 18px;
  font-size: 1.8rem;
}

address {
  font-style: normal;
}

img {
  pointer-events: none;
}

p {
  word-wrap:break-word;
  overflow-wrap: break-word;
}

a,
button {
  transition: all  0.3s ease;
  cursor: pointer;
}

a:hover,
button:hover {
  opacity: .8;
}

button, select, label, textarea {
  cursor: pointer;
}
.comic-border-last-none li:last-child .movie-title {
  border-bottom: none;
}
.special-banner {
  width: 100%;
  text-align: center;
}

.special-banner-side {
  width: 100%;
  height: 250px;
  position: relative;
}

.special-banner-top {
  position: absolute;
  top: 0;
  left: calc(50% - 790px);
  width: 1580px;
  margin: 0 auto;
  z-index: 2000;
}

.special-banner-top a {
  display: block;
  text-align: center;
}

.special-banner a {
  display: block;
}

.special-banner-left {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  right: calc(50% + 540px);
  /* background: linear-gradient(to left, #ffffff 0%, #ccc 250px, #fff 25%); */
  z-index: 1000;
}

.special-banner-right {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: calc(50% + 540px);
  /* background: linear-gradient(to right, #ffffff 0%, #ccc 250px, #fff 25%); */
  z-index: 1000;
}

.special-banner-left a {
  float: right;
}

.special-banner-right a {
  float: left;
}

.special-banner-left a,
.special-banner-right a {
  /* width: 250px; */
  margin-top: 402px;
}

/*
.special-banner-left img,
.special-banner-right img {
  width: 100%;
}
*/

.head-right-menu li.trend {
  margin:3px 0px 0px 12px;
  width: 150px;
}
				
.head-right-menu li.minogashi {
float: left;
width: 204px;
padding-top: 2px;
}


.head-menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 990px;
  height: 80px;
  margin: 0 auto;
}

h1.head-left {
  width: 350px;
  margin: 15px 0 10px 10px;
}

h3.head-left {
  width: 350px;
  margin: 15px 0 10px 10px;
}

.head-left {
  width: 350px;
  margin: 15px 0 10px;
}

.head-left a {
  display: block;
}

.head-right {
  overflow: hidden;
  height: 80px;
}
.head-right-left-box {
  float: left;
  height: 80px;
}
.open-new-comic {
  margin: 10px 0 -10px 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #c61367;
}

.head-right .sns-area {
  float: right;
  overflow: hidden;
  height: 65px;
  margin-top: 15px;
  padding-right:15px;/*-20190108-*/
}

.head-right-menu {
  height: 38px;
  overflow: hidden;
  margin-top: 23px;
  margin-right: 5px;
  margin-left: 25px;
  margin-bottom: 5px;
}

.head-right-menu li {
  float: left;
  width: 90px;
}

.head-right-menu .head-right-menu-cic {
  margin-left: 6px;
  width: 100px;
}

.head-right-menu li.minogashi {
float: left;
width: 252px;
padding-top: 2px;
}

.head-right-menu li a {
  display: block;
  height: 38px;
}

.searchForm {
  float: right;
  width: 280px;
  margin-top: 13px;
  position: relative;
}

.searchForm::before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: 5px;
  width: 25px;
  height: 25px;
  margin-top: -5px;
  background: url(../images/search.svg) top left no-repeat;
  background-size: 25px 25px;
}

.searchForm-input {
  width: 100%;
  border: 1px solid #414141;
  border-radius: 5px;
  padding: 7px 10px 7px 35px;
}

.searchForm-submit {
  position: absolute;
  right: 3px;
  top: calc(50% - 15px);
  width: 60px;
  height: 30px;
  padding: 6px 10px 3px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
  color: #fff;
  background: #454545;
  transition: all 0.3s ease;
}

.searchForm-submit:hover {
  opacity: .8;
}

.head-menu-bottom {
background: #2b2b2b;
    border-bottom: 3px solid #4f504f;
    width: 100%;
    min-width: 1040px;
}

.head-menu-wrap {
  width: 990px;
  background: #2b2b2b;
  margin: 0 auto;
}

.head-menu-wrap nav {
  float: left;
}

.main-menu {
  overflow: hidden;
}

.main-menu li {
  float: left;
}

.main-menu a {
  display: block;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
/*  font-size: 1.8rem;*/
}

.main-menu a:hover {
  background: #414141;
  opacity: 1;
}

.main-menu a span {
  display: block;
/*  padding: 10px 30px;*/
  padding: 10px 25px;
  border-right: .5px solid #4f504f;
  border-left: .5px solid #4f504f;
}

.main-menu li:first-child a span {
  border-left: 1px solid #4f504f;
}

.main-menu li:last-child a span {
  border-right: 1px solid #4f504f;
}

.main-menu-current {
  background: #414141;
}


.breadcrumb {
   list-style: none;
   margin: 0 auto;
   padding: 0;
   font-size: 12px;
   color: #333;
   display: flex;
   width: 980px;    
    }

    .breadcrumb li {
		white-space: nowrap;
		position: relative;
    }

    .breadcrumb li:last-child {
    /* margin-right: 0; */
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: inline-block;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    }

.breadcrumb li:last-child > a {
    text-decoration: none;
    color: #333;
    padding: 0px;
    display: inline-block;
    max-width: calc(100% - 20px);
	/* overflow: hidden; */
    text-overflow: ellipsis;
    position: relative;
}

    .breadcrumb li a {
    text-decoration: none;
    color: #1d85b9;
    padding: 5px 10px;
    display: inline-block;
    max-width: calc(100% - 20px);
    /* overflow: hidden; */
    text-overflow: ellipsis;
    position: relative;
    }

    .breadcrumb li a:hover {
        opacity: 0.7;
    }

    .breadcrumb li:not(:last-child)::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -3px;
    }


.head-banner {
    margin: 8px auto 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 150px;
    justify-content: center;
}

.head-banner a {
  display: inline-block;
}

.head-banner img {
  width: 728px;
}

.ad-area img,
.headline-img img {
  width: 100%;
}

.headline-img img {
  /*height: 508px;*/
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  display:block;
}

.main-body {
/*  margin: 20px;*/
  margin: 15px;
}

.main-category {
  width: calc(100% + 20px);
  margin: 10px -10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #4f504f;
  color: #fff;
}

.main-category-txt {
  padding: 5px 0 5px 15px;
}

.sns-area-wrap {
  float: right;
}

.sns-area {
  padding: 10px 0 10px 20px;
}

.sns-area li {
  width: 38px;
  margin-right: 15px;
  float: left;
}

.sns-area li:last-child {
  margin-right: 0;
}

.sns-area li a {
  display: block;
  height: 38px;
}

.headline {
  margin: 15px 0 10px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
}
.sub-info-wrap {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-sns-area li {
  width: 38px;
  margin-right: 15px;
}
.sub-sns-area li:last-child {
  margin-right: 0;
}
.sub-sns-area a {
  display: block;
}

/*---コメント機能用　SNS----*/
.sub-sns-area_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-sns-area_comment li {
  width: 38px;
  margin-right: 15px;
}
.sub-sns-area_comment li:last-child {
  margin-right: 0;
}
.sub-sns-area_comment a {
  display: block;
}
/*---------------*/




.sub-info {
  margin: 0;
}

.sub-info-category {
  float: left;
  padding: 2px 12px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff2f2;
  font-weight: bold;
}

.sub-info-date {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #838383;
}

.headline-right-area {
  float: right;
  width: 280px;
  margin-left: 20px;
}

.headline-right-area .button-style {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

.headline-right-area .headline-img {
 /* height: 380px;*/
  margin-top: 15px;
}

.headline-right-img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.headline-right-area .headline-img-caption {
  margin-bottom: 10px;
}

.headline-right-area .small-main-img {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.headline-right-area .small-main-img li {
  padding-right: 0;
}

.headline-right-area .button-area {
  margin: 10px 0 20px;
}

.right-img-box .work-info-box,
.right-img-box .video,
.right-img-box .kanren-box{
  width: 100%;
}
.headline-img {
  max-width: 650px;
  margin: 10px auto;
}

.headline-interview-img {
  max-width: 100%;
  margin: 10px auto;
}



.headline-img-caption {
  margin: 5px 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #838383;
}

.small-main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   flex-wrap: wrap;/*-20190128追加-*/
}

.small-main-img li {
  margin: 0px 14px 0px 3px;
  margin-bottom:10px;/*-20190128追加-*/
}

.small-main-img li:last-child {
  margin-right: 0;
}

.small-main-img li a {
  display: inline-block;
}

.small-main-img li a img {
  width: 97px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.main-txt {
  margin: 20px 0px 20px 0px;
}

p.ci_part_detail_area_title{
	margin: 0px 0px 20px 0px;
	}

.catch-txt {
  display: -ms-grid;
  display: grid;
  padding: 10px;
  margin: 20px 0;
  background: #ededed;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}


#interviewThumb li a {
  display: block;
}

/* -----------------------------------------------------------------------------

  広告

----------------------------------------------------------------------------- */
.ad-area {
    margin: 0px auto 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    justify-content: center;
}

.ad-area a {
  display: block;
}

.ad-area-list {
  display: table;
  width: 100%;
	min-height: 250px;
}

.ad-area-list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ad-area-list li a {
  display: inline-block;
}
.ad-list-in {
  margin: 10px -5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.ad-list-m {
  margin: 0 -5px;
}

/* -----------------------------------------------------------------------------

  select

----------------------------------------------------------------------------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

.select {
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.selectWrap {
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.m-t20 {
  margin-top: 20px;
}

.fs-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

/* -----------------------------------------------------------------------------

  項目ごと

----------------------------------------------------------------------------- */
.wrap-area {
  position: relative;
}

.wrap-main-area {
  width: 1040px;
  margin: 20px auto;
}

.center-area {
  float: left;
  width: 710px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #dedede;
}

.side-area {
  float: left;
  width: 320px;
}

.left-area {
  display: none;
  width: 160px;
  margin: 0 0px 0 0px;
}

.left-area .block-area {
  margin: 0 0 20px;
  padding: 10px 5px 0;
}

@media screen and (min-width: 1350px) {
  .left-area {
    position: absolute;
    display: block;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
    left: 0;
    top: 0;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

.next-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px;
}

.next-area .headline-img {
  width: 310px;
  margin: 0 5px 0 0;
}

.next-area-right {
  width: 370px;
  min-height: 100px;
  align-self: flex-start;
  margin: 0 0 0 5px;
}

.headline-img .next-headline-img {
  width: 100%;
  height: auto;
}

.sub-title {
  margin: 20px 0;
  font-size: 24px;
  font-size: 1.9rem;
  border-bottom: 2px solid #333;
}

.bold-link {
  margin: 10px 0;
  font-weight: bold;
}

.under-line:hover {
  text-decoration: underline;
  text-decoration-color: #1d85b9;
}

.list-area {
  padding: 10px;
}

.list-triangle li {
  padding-left: 15px;
  position: relative;
  margin: 10px 0;
  font-size: 15px;
  font-size: 1.59rem;
  font-weight: bold;
}

.list-triangle a {
  padding: 5px 0;
}

.list-triangle a:hover{
  text-decoration: underline;
  text-decoration-color: #1d85b9;
}

.list-triangle a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333;
}

.related-post-icon {
  border: 1px solid #024883;
  border-radius: 2px;
  color: #024883;
  padding: 2px 3px;
  margin-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  transition: all 0.1s ease;
}

.list-triangle a:hover .related-post-icon {
  background: #024883;
  color: #fff;
}

.list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-post li {
  width: 25%;
  padding-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.list-post li:nth-child(4n) {
  padding-right: 0;
}

.list-post li a {
  display: block;
  color: #333;
}

.list-post li a:hover {
  display: block;
  color: #333;
  text-decoration: underline;
  text-decoration-color: #1d85b9;
}

.list-post li a p + p {
  margin-top: 5px;
}

.list-post li img {
  width: 100%;
  height: 123px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.list-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-news li:last-child {
  margin-bottom: 0;
}
.list-news div {
  width: 100%;
}

.list-news li > p a {
  display: block;
  width: 106px;
  margin-right: 10px;
  text-align: center;
}

.list-news li > p a img {
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.list-news-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.list-news-title a {
  display: block;
}

.list-news-category {
  float: left;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff2f2;
}

.list-news-date {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #838383;
}

.block-area {
  margin: 30px 0;
}

.work-info-box {
  padding: 10px 20px;
  margin: 20px 0;
  background: #f8f8f8;
  border: 1px solid #e1e1e1;
}

.work-info-title {
  font-size: 20px;
  font-size: 2.0rem;
}

.foot-sns {
  color: #fff;
  margin-top: 60px;
}

.foot-sns li {
  float: left;
  width: 45%;
  position: relative;
  padding-top: 25px;
  margin-left: 4%;
  margin-bottom: 5px;
  text-align: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.foot-sns li:last-child {
  margin-right: 0;
}

.foot-sns li img {
  width: 50px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}

.foot-news-twitter {
  background: #000000;
  margin-left: 1%;
}


.foot-news-twitter p {
  margin: 18px 0px 10px 0px;
}


.foot-news-twitter a {
  color: #000000;
}

.foot-facebook {
  background: #3e5c97;
}


.foot-facebook p {
  margin: 15px 0 14px;
}

.foot-facebook a {
  color: #3e5c97;
}

.foot-insta {
    background: #CF2E92;
}

.foot-insta p {
  margin: 18px 0px 10px 0px;
}


.foot-insta a{
	color: #CF2E92;
}

.foot-video-twitter {
  background: #00c9ed;
  margin-right: 1%;
}

.foot-video-twitter a {
  color: #00c9ed;
}

.foot-line {
  background: #23b81a;
}

.foot-line p {
  margin: 15px 0 14px;
}

.foot-line a {
  color: #23b81a;
}

.list-vc-item-reco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 18px;
}

.list-vc-item-reco li {
  width: 50%;
}

.list-vc-item-reco li img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

.list-vc-item-reco li:nth-child(4n) {
  margin-right: 0;
}

.list-vc-item-reco li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.list-vc-item-left {
  width: 100px;
}
.icon-table {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 10px 0;
}
.icon-table p {
  width: 20%;
}
/*新作ビデオ*/
.list-vc-item {
    overflow: hidden;
    padding: 0 18px;
    margin-bottom: -10px;
}
.list-vc-item li {
    float: left;
    width: 145px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-vc-item li a {
    display: block;
}
.list-vc-item li img {
    width: 145px;
    height: 205px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}
.list-vc-item li:nth-child(4n) {
    margin-right: 0;
}


.l-2column-vc-txt {
  width: 84%;
  color: #333;
  margin-left: 5px;
  line-height: 1.2;
}
.page-top {
  padding: 20px;
  background: #b6b6ae;
  text-align: center;
}

.page-top a {
  font-weight: bold;
  color: #383838;
}

.footer-area {
    background: #383838;
    color: #fff;
    padding: 30px 0;
    width: 100%;
    min-width: 1040px;
}

footer {
  width: 1040px;
  margin: 0 auto;
}

.footer-main {
  /*width: 720px;*/
  width: 910px;
  margin: 0 auto;
}

.footer-txt {
  text-align: center;
  margin: 0 30px;
}

.footer-logo {
  width: 320px;
  margin: 10px auto;
}

.footer-logo a {
  display: block;
}

.footer-under-area {
  margin: 20px auto 0;
}

.footer-menu {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}

.footer-menu li {
  margin: 0 0 10px;
  padding: 0 15px;
  border-right: 1px solid #fff;
  line-height: 1;
}

.footer-menu li:last-child {
  border-right: none;
}

.footer-menu li a {
  color: #fff;
}

.footer-copy {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 30px 0px 110px 0px;
}

.foot-banner {
  margin: 20px auto;
  text-align: center;
}
/* -----------------------------------------------------------------------------

  トップページ

----------------------------------------------------------------------------- */
.slick-slider {
  opacity: 0;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.top-photo-link-main {
  position: relative;
  /*width: 1040px;*/
  width: 1030px;
  margin: 0 auto;
  background: #f5f5f5;
}

.top-photo-link-img {
  padding: 0;
  margin: 10px 0 5px;
}

.top-photo-link-img img {
  width: 512px;
  height: 288px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     font-family: 'object-fit: cover; object-position: center;';
}

.top-photo-link-img a {
  display: block;
}

.top-slider-title {
  padding: 5px 10px 6px 15px;
  min-height: 52px;
  background: #2e3337;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}

.slick-slider li:nth-child(odd) .top-slider-img,
.slick-slider li:nth-child(odd) .top-slider-title {
  margin-right: 2px;
}

.slick-slider li:nth-child(even) .top-slider-img,
.slick-slider li:nth-child(even) .top-slider-title {
  margin-left: 2px;
}

.slick-arrow {
  opacity: .5;
  display: block;
  width: 40px;
  height: 291px;
}

.slick-prev {
  position: absolute;
  width: 40px;
  padding: 0 10px;
  left: 0;
  top: calc(50% - 25px);
  background: url(../images/big-left-arrow.svg) no-repeat left center;
  z-index: 100;
}

.slick-next {
  position: absolute;
  width: 40px;
  padding: 0 10px;
  right: 0;
  top: calc(50% - 25px);
  background: url(../images/big-right-arrow.svg) no-repeat left center;
  z-index: 100;
}

.slick-dots li {
  width: 35px;
  margin: 0 6px;
}

.slick-dots li button {
  width: 35px;
}

.slick-dots li button:before {
  content: "";
  top: 5px;
  right: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2e3337;
  transition: all  0.3s ease;
}

.slick-dots li button:after {
  content: "";
  top: 5px;
  left: 0;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2e3337;
  transition: all  0.3s ease;
}

.slick-dots li button:hover:before,
.slick-dots li button:hover:after {
  opacity: .7;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:after,
.slick-dots li.slick-active button:hover:before,
.slick-dots li.slick-active button:hover:after {
  background: #1d85c1;
  opacity: 1;
}

.top-list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.top-list-post:first-child {
  margin-top: 0;
}

.top-list-post li {
  width: 30%;
  margin-right: 5%;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.top-list-post li:nth-child(3n) {
  margin-right: 0;
}

.top-list-post a {
  display: block;
  color: #333;
}
.top-ad-box {
  display: flex;
  justify-content: space-between;
}
.top-ad-txt {
  font-size: 10px;
  font-size: 1.0rem;
  color: #838383;
}
.news-list-tag {
  display: inline-block;
  padding: 2px 6px;
  margin: 8px 0 3px;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
}

.news-list-date {
  font-size: 10px;
  font-size: 1.0rem;
  color: #838383;
}

.top-list-post p + p {
  margin-top: 5px;
}

.top-list-post img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}

.mantanance {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #eee;
  padding: 8px;
}

/* -----------------------------------------------------------------------------

  movieid.html

----------------------------------------------------------------------------- */
.title-left-b {
  border-left: 5px solid #f3ba13;
  padding-left: 10px;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 20px 0 10px;
  font-weight: bold;
}

.title-left-b-bg {
  border-left: 4px solid #f3ba13;
  background: #ebebea;
  color: #666;
  padding: 10px;
  margin: 10px 0 20px;
  font-size: 20px;
  font-size: 2.0rem;
}

.movieid-sub-title {
  border-bottom: 1px solid #d6d7d4;
  padding-bottom: 5px;
  font-size: 20px;
  font-size: 2.0rem;
  margin: 30px 0 20px;
}

.tag-movie {
  background: #fb5660;
}

.tag-kininaru {
  background: #f4cc59;
}

.tag-game_animation {
  background: #5bdf83;
}

.tag-entertainment {
  background: #66cbff;
}

.tag-drama {
  background: #af94e8;
}

.tag-celeb_gossip {
  background: #ff81ab;
}

.tag-pr {
  background: #c5c5c5;
}


.video {
  margin:10px 0px 10px 0px;
  text-align: center;
}
.movie-video {
  margin: 10px auto;
  text-align: center;
}

.tag-trend {
  background: #ef839d;
}

/* -----------------------------------------------------------------------------

  side

----------------------------------------------------------------------------- */
.side-tag-menu li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  transition: 50ms all linear;
}

.side-tag-trend {
  width: 100% !important;
}

.side-tag-citrend {
  background: #e95377;
  box-shadow: 2px 2px 0 #a01c3b;
}

.side-tag-movie {
  background: #fb5660;
  box-shadow: 2px 2px 0 #ef2525;
}

.side-tag-kininaru {
  background: #f4cc59;
  box-shadow: 2px 2px 0 #7b5e0a;
}

.side-tag-game_animation {
  background: #5bdf83;
  box-shadow: 2px 2px 0 #287503;
}

.side-tag-entertainment {
  background: #66cbff;
  box-shadow: 2px 2px 0 #25898a;
}

.side-tag-drama {
  background: #af94e8;
  box-shadow: 2px 2px 0 #143e96;
}

.side-tag-celeb_gossip {
  background: #ff81ab;
  box-shadow: 2px 2px 0 #ff449b;
}

  .side-tag-vod {
    background: #2e4974;
    box-shadow: 2px 2px 0 #081830;
}	
	  
  .side-tag-rank {
    background: #e3af15;
    box-shadow: 2px 2px 0 #632511;
}


.side-tag-menu li:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  border-bottom: none;
  box-shadow: none;
}

.side-tag-menu li a {
  display: block;
  padding: 5px 0;
  color: #fff;
}

.side-tag-menu li a:hover {
  opacity: 1;
}

.side-tag-menu li:nth-child(even) {
  margin-right: 0;
}

.side-area .block-area {
  margin: 20px 0;
}

/*-20190204追加--*/
.side-area .block-areaB {
  margin: -45px 0;
}
/*---*/


.side-area .sub-title {
  margin: 10px 0;
}

.side-recommend-list {
  overflow: hidden;
}

.side-recommend-list li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  background: #fff;
  border: thin solid #dedede;	
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.side-recommend-list li:nth-child(1),
.side-recommend-list li:nth-child(2) {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.side-recommend-list li:last-child,
.side-recommend-list li:nth-last-child(2) {
  margin-bottom: 0;
}

.side-recommend-list li:nth-child(even) {
  margin-right: 0;
}

.side-recommend-list li a {
  display: inline-block;
}

.side-recommend-list li:nth-child(1) img,
.side-recommend-list li:nth-child(2) img {
width: 320px;
    height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.side-recommend-list img {
  width: 100%;
  height: 114px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.side-recommend-txt-box {
  overflow: hidden;
}

.side-recommend-txt-box p {
  position: relative;
  margin: 5px 12px;
  color: #656565;
  font-size: 12px;
  font-size: 1.2rem;
  height: 52px;
}

.side-recommend-txt-box p:before {
  content: "...";
  top: 34px;
  right: -5px;
  background: #fff;
  position: absolute;
}

.side-recommend-txt-box p:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
}

.side-recommend-list li:nth-child(1) p,
.side-recommend-list li:nth-child(2) p {
  font-size: 14px;
  font-size: 1.4rem;
  height: 60px;
}

.side-recommend-list li:nth-child(1) p:before,
.side-recommend-list li:nth-child(2) p:before {
  top: 40px;
}

.side-recommend-title {
  margin: 5px 8px;
  font-size: 12.5px;
  font-size: 1.25rem;
}

.side-recommend-list li:nth-child(1) .side-recommend-title,
.side-recommend-list li:nth-child(2) .side-recommend-title {
  margin: 10px 10px 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.side-2column-list {
  background: #fff;
  border: 1px solid #dedede;
  padding-bottom: 5px;
}

.side-2column-list li {
  padding-top: 5px;
}

/*
.side-2column-list li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
*/

.side-2column-list li > a {
  overflow: hidden;
  display: block;
  margin: 5px 10px;
  padding-bottom: 5px;
  color: #333;
  border-bottom: 1px solid #c6c7be;
}

.side-movie-title {
  color: #1d85b9;
  margin-bottom: 5px;
}

.side-drama-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.side-small-title {
  color: #1d85b9;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.side-ranking-title {
  color: #1d85b9;
  font-weight: normal;
  margin-left: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.side-ranking-title::before {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  width: 21px;
  height: 22px;
  border-radius: 2px;
  background: #f45598;
  position: absolute;
  top: 2px;
  left: 0;
}

.side-ranking-one::before {
  content: '1';
}

.side-ranking-two::before {
  content: '2';
}

.side-ranking-three::before {
  content: '3';
}

.side-ranking-four::before {
  content: '4';
}

.side-ranking-five::before {
  content: '5';
}

.side-2column-list-img {
  float: left;
  width: 134px;
  margin-bottom: 5px;
}

.side-2column-list-img img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: scale-down;
  -o-object-position: top;
     object-position: center;
   background-color: #f3f3f3;
}

.side-2column-list-small-img {
  float: left;
  width: 95px;
}

.side-2column-list-small-img img {
  width: 100%;
  height: 71px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: contain; object-position: center;';
}

.side-movie-date {
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #838383;
}

.side-2column-list-box {
  float: left;
  position: relative;
  min-height: 100px;
  width: calc(100% - 134px);
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-2column-list-small-box {
  float: left;
  position: relative;
  min-height: 80px;
  width: calc(100% - 95px);
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-2column-list-ranking-box {
  float: left;
  position: relative;
  min-height: 80px;
  width: calc(100% - 100px);
  padding: 0 0 0 20px;
  margin-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-2column-middle {
  display: block;
  height: 25px;
  margin-bottom: 5px;
}

.side-2column-bottom {
  position: absolute;
  bottom: 7px;
}

.side-2column-list-box p + p {
  margin: 2px 0;
}

.side-2column-list-link {
  font-size: 14px;
  font-size: 1.4rem;
}

/* -----------------------------------------------------------------------------

  left

----------------------------------------------------------------------------- */
.left-title {
  margin-right: -5px;
}

.left-ranking li {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 10px;
}

.left-ranking li a {
  display: block;
}

.left-number {
  position: absolute;
  top: 40px;
  left: 5px;
  font-weight: bold;
}

.left-img {
  text-align: center;
  max-height: 160px;
}

.left-img img {
  width: 112px;
  height: 159px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}

.left-ranking .movie-title {
  margin: 5px 5px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c7be;
}

.left-banner {
  width: 160px;
  margin: 20px auto;
  text-align: center;
}

.left-banner a {
  display: inline-block;
}

.left-banner img {
  width: 100%;
}

/* -----------------------------------------------------------------------------

  個人

----------------------------------------------------------------------------- */
.photo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 650px;
  margin: 15px auto 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.photo-link p {
  font-weight: normal;
}

.arrow-left-link::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #1d85c1;
  border-left: solid 2px #1d85c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}

.arrow-right-link::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #1d85c1;
  border-right: solid 2px #1d85c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.photo-link-main {
  width: 650px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
}

.big-arrow {
  opacity: .5;
  display: block;
  height: 100%;
}

.big-arrow-left {
  position: absolute;
  width: 50%;
  padding: 0;
  left: 10px;
  top: 0;
  background: url(../images/big-left-arrow.svg) no-repeat left center;
  background-size: 80px;
  z-index: 2000;
}

.big-arrow-right {
  position: absolute;
  width: 50%;
  padding: 0;
  right: 10px;
  top: 0;
  background: url(../images/big-right-arrow.svg) no-repeat right center;
  background-size: 80px;
  z-index: 2000;
}
/*ギャラリー画像が１枚の時に非表示にする処理用*/
.big-arrow-none a {
  display: none !important;
}

/*
.photo-link-img {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}
.photo-link-img img {
  max-height: 508px;
}
*/
.photo-link-img {
  position: relative;
  width: 100%;
  padding-top: 75%;
}

/*------------
.photo-link-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
	 
}
---------------*/
 .photo-link-img img {
	    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;

}


.photo-link-sub-title {
  margin: 10px 0;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
}

.photo-caption {
  width: 650px;
  margin: 10px auto 20px;
  color: #838383;
  font-size: 12px;
  font-size: 1.2rem;
}

.arrow-left-txt {
  color: #1d85c1;
  font-weight: bold;
}

.photo-link-num {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.arrow-left-link {
  position: relative;
  display: block;
  padding-left: 20px;
}

.arrow-right-link {
  position: relative;
  display: block;
  padding-right: 20px;
}

.button-area + .sns-area {
  margin-top: 40px;
}

.profile-txt {
  margin-top: 20px;
  margin-bottom: 30px;
}

.profile-txt dt {
  font-weight: bold;
}

.profile-txt dt + dd {
  padding-bottom: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
}

.casting-work-box {
  position: relative;
  min-height: 150px;
}

.casting-work-list li {
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.casting-work-list li:last-child {
  margin-bottom: 0;
}

.casting-work-list li > p a {
  float: left;
  text-align: center;
}

.casting-work-list li > p a img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.casting-work-list li > div {
  float: left;
  width: 460px;
  margin-left: 10px;
}

.casting-work-list-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.casting-work-year {
  font-size: 14px;
  font-size: 1.4rem;
  color: #838383;
}

.casting-work-middle {
  display: block;
  height: 40px;
  margin-bottom: 5px;
}

.casting-work-btn {
  font-weight: bold;
  color: #fff;
  background: #f3ba13;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
}

/* -----------------------------------------------------------------------------

  ジャンル一覧

----------------------------------------------------------------------------- */
.tag-list-title {
  padding: 5px 10px;
  margin: 10px -10px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
}

.tag-list-red {
  background: #fb5660;
  box-shadow: 3px 3px 0 #ef2525;
}

.tag-list-yellow {
  background: #f4cc59;
  box-shadow: 3px 3px 0 #7b5e0a;
}

.tag-list-green {
  background: #5bdf83;
  box-shadow: 3px 3px 0 #287503;
}

.tag-list-blue {
  background: #66cbff;
  box-shadow: 3px 3px 0 #25898a;
}

.tag-list-purple {
  background: #af94e8;
  box-shadow: 3px 3px 0 #143e96;
}

.tag-list-pink {
  background: #ff81ab;
  box-shadow: 3px 3px 0 #ff449b;
}

.tag-list-black {
  background: #4f504f;
  box-shadow: 3px 3px 0 #2a2a2a;
}

.tag-list li {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.tag-list li:last-child {
  margin-bottom: 0;
}

.tag-list-img {
  float: left;
  text-align: center;
  overflow: hidden;
}

.tag-list-img a {
  display: block;
}

.tag-list-img a img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.tag-list li > div {
  float: right;
  position: relative;
  width: 465px;
}

.tag-list-sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.tag-list-sub-title a {
  display: block;
}

.tag-list-category {
  float: left;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff2f2;
}

.tag-list-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #8e8e8e;
}

.photo-special-read {
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
  margin: 20px 0 0;
}
.photo-special-caption {
  font-size: 1.4rem;
}
/* -----------------------------------------------------------------------------

  プレゼント

----------------------------------------------------------------------------- */
.present-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.present-list li:last-child {
  margin-bottom: 0;
}

.present-list li > p a {
  display: block;
  text-align: center;
}

.present-list li > p a img {
  width: 200px;
/*  height: 150px;*/
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.present-list li > div {
  width: 440px;
  margin-left: 10px;
}

.present-list-sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.present-list-sub-title a {
  display: block;
}

.present-list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.present-list-tag {
  padding: 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #7ea4f5;
  text-align: center;
}

.present-list-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #31b8c0;
}

/* -----------------------------------------------------------------------------

  present　情報ページ

----------------------------------------------------------------------------- */
.present-headline {
  margin-top: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

.present-headline-img {
  margin: 10px auto;
  height:380px;
  text-align:center;
}

.present-info-date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #31b8c0;
}

.present-figcaption-txt {
  margin: 5px 0 0px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #838383;
  text-align:center;
}

.present-detail-area {
  margin: 0 10px;
}

.present-detail-area .button-area {
  margin-left: 0;
  margin-right: 0;
}

.present-detail-box {
  margin: 20px 0;
}

.present-detail-box-border {
  padding-top: 15px;
  border-top: 1px solid #868585;
}

.present-detail-caution li {
  text-indent: -1em;
  margin-left: 20px;
}

.present-detail-caution li:before {
  display: inline;
  content: "※";
}

.content-bottom-link {
  margin-top: -10px;
}

.content-bottom-link li {
  float: left;
  line-height: 12px;
}

.content-bottom-link li:first-child {
  padding-right: 20px;
}

.content-bottom-link li a {
  display: block;
  padding: 2px;
}

.content-bottom-link li + li {
  border-left: 1px solid #333;
  padding-left: 20px;
}

.twitter-box {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 5px 10px 10px;
  width: 560px;
  color: #555;
  font-size: 20px;
  font-size: 2.0rem;
  border: solid 3px #1db7c1;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.twitter-box::before {
  /*content: "";*/
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
  -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.3));
}

.twitter-box::after {
  /*content: "";*/
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #1db7c1;
  z-index: 1;
}

.twitter-box a {
  display: block;
  padding: 2px;
  text-decoration: underline;
}

/* -----------------------------------------------------------------------------

  応募フォーム

----------------------------------------------------------------------------- */
.contact-sub-headline {
  border-left: 4px solid #1db7c1;
  background: #ebebea;
  padding: 10px;
  margin: 25px 0 20px;
  font-size: 20px;
  font-size: 2.0rem;
}

.contact-form {
  margin-top: 30px;
  font-size: 20px;
  font-size: 2.0rem;
}

.contact-form dt {
  margin: 20px 0 10px;
}

.input-postal-code {
  width: 15%;
}

.postal-code-ber {
  margin: 0 5px;
}

.input-age {
  width: 10%;
  margin-right: 5px;
}

.contact-asterisk {
  color: #1db7c1;
  padding-left: 3px;
}

.contact-asterisk-txt {
  color: #1db7c1;
  font-weight: bold;
}



input, textarea {
  border: 1px solid #ebebea;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0;
}

.button {
  margin: 30px auto 60px;
  text-align: center;
}

.w100per {
  width: 100%;
}

.select-contact {
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ebebea;
  border-radius: 5px;
}

.selectWrap-contact {
  width: 100%;
  position: relative;
  display: inline-block;
}

.selectWrap-contact::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
}

.radio-btn-wrap input[type="radio"] {
  display: none;
}

.radio-btn-wrap label {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 32.5%;
  padding: 10px;
  border: 1px solid #ebebea;
  border-radius: 5px;
  color: #ebebea;
}

.radio-btn-wrap input[type="radio"]:checked + label {
  border: 1px solid #1db7c1;
  color: #1db7c1;
}

/* -----------------------------------------------------------------------------

  入力内容確認

----------------------------------------------------------------------------- */
.confirm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.confirm-box dt {
  width: 20%;
  color: #1db7c1;
  margin: 20px 0;
}

.confirm-box dd {
  width: 70%;
  margin: 20px 0;
}

.confirm-box-textarea {
  margin-bottom: 40px;
}

.confirm-box-textarea dt {
  margin: 10px 0 5px;
  color: #1db7c1;
}

.confirm-box-textarea dd {
  margin: 5px 0 10px;
}

.confirm-checkbox {
  display: block;
  margin: 30px 0 40px;
  text-align: center;
}

.confirm-checkbox a {
  text-decoration: underline;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -20px;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox-input:checked + .checkbox-parts {
  color: #009a9a;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -13px;
  width: 12px;
  height: 20px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

.return-button {
  margin: -30px 0 20px;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  background: #fff;
  color: #1d85c1;
}

/* -----------------------------------------------------------------------------

  応募完了

----------------------------------------------------------------------------- */
.thanks-title {
  color: #2fb9ba;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 60px 0 40px;
  text-align: center;
}

.thanks-txt {
  margin: 20px 0 50px;
  padding: 20px 0;
  border-top: 1px dotted #009a9a;
  border-bottom: 1px dotted #009a9a;
  font-size: 20px;
  font-size: 2.0rem;
}

/* -----------------------------------------------------------------------------

  f_drama

----------------------------------------------------------------------------- */
.tag-menu {
  margin-bottom: 30px;
}

.tag-menu li {
  float: left;
  margin: 0 3px 15px 0;
  color: #b8b8b8;
  font-size: 18px;
  font-size: 1.8rem;
  box-shadow: 2px 3px 0 #b8b8b8;
  text-align: center;
  transition: all  0.2s ease;
}

.tag-menu li:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: none;
}

.tag-menu li:nth-child(5) {
  margin-right: 0;
}

.tag-menu li a {
  display: block;
  padding: 5px 10px;
  color: #b8b8b8;
  transition: all  0.1s ease;
}

.tag-menu li.tag-menu-current {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  box-shadow: none;
}

.tag-menu li.tag-menu-current a {
  background: #5b5b5b;
  color: #fff;
}

.tag-menu li a:hover {
  background: #333;
  color: #fff;
}

.f_drama-list li {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.f_drama-list li:last-child {
  margin-bottom: 0;
}

.f_drama-list li > p a {
  display: block;
  float: left;
  text-align: center;
}
.f_drama-list li > p a img {
  width: 230px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.f_drama-list li > div {
  float: right;
  width: 435px;
}

.f_drama-list-sub-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.f_drama-list-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #656565;
}

/* -----------------------------------------------------------------------------

  theater

----------------------------------------------------------------------------- */
.theater-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0 40px;
}

.theater-sub-menu li {
  width: auto;
}
.theater-sub-menu li a,
.theater-sub-menu-current {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background: #1d85c1;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all  0.1s ease;
}

.theater-sub-menu .theater-sub-menu-current,
.theater-sub-menu li a:hover {
  background: #f3ba13;
}

.theater-date-title {
  display: block;
  margin: 20px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.theater-search-movietitle {
  margin: 15px 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

/* -----------------------------------------------------------------------------

  劇場公開スケジュール ページャー

----------------------------------------------------------------------------- */
.theater-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 30px;
}

.theater-pager li {
  border-right: 1px solid #333;
  padding: 0 2px;
}

.theater-pager li:last-child {
  border-right: none;
}

.theater-pager li a {
  display: block;
  line-height: 1.4;
  padding: 0 11px;
  color: #1d85c1;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.theater-pager li .theater-pager-current {
  position: relative;
  background: #1d85c1;
  color: #fff;
  border-radius: 2px;
}

.theater-pager li .theater-pager-current::before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 10px solid #1d85c1;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 8px);
}

/* -----------------------------------------------------------------------------

  劇場情報

----------------------------------------------------------------------------- */
.theater-search-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
margin-bottom: 20px;
    padding: 0 10px 0px;
}

.theater-search-area-list dt {
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px;
    background-color: #0a447e;
    color:#FFFFFF;
}

.theater-search-area-list dd {
  padding: 2px 20px;
  margin: 20px 0 0;
  line-height: 1.2;
  border-right: 1px solid #ddd;
}

.theater-search-area-list dd:last-child,
.theater-search-area-list dd:nth-child(8) {
  border-right: none;
}

.theater-search-area-list dd a {
  font-weight: bold;
}

.theater-search-list li {
  border-bottom: 1px solid #ebebea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 5px;
}

.theater-search-list li a {
    margin-left: 20px;
    color: #1a73bf;
    font-weight: bold;
    font-size: 20px;
}

.theater-search-list h4 {
  font-weight: normal;
}

.theater-search-list p {
  margin-right: 10px;
  color: #717171;
}

.theater-search-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 20px;
}

.theater-search-address {
  overflow: hidden;
  margin-bottom: 20px;
}

.theater-search-address-left {
  float: left;
  width: 60%;
  padding-right: 10px;
}

.theater-search-address-left p {
  margin-bottom: 10px;
}

.theater-search-address-right {
  float: left;
  width: 40%;
}

.theater-text-link2{
    background-color: #3c3c3c;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}

.theater-text-link2 a {
    color: #ffffff;
}

.discount {
   /* margin-bottom: 15px; */
   background-color: #e2e2e2;
   color: #333;
   padding: 10px;
}


.google-map-link-txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.theater-search-movie > li {
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.theater-search-list li {
  border-bottom: 1px solid #ebebea;
}

.theater-search-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
 padding: 10px 2px 10px 2px;
 color: #0758cf;
}

.theater-search-list h3 {
  font-weight: normal;
}

.theater-search-movie-top-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  margin: 10px 0 5px;
}

.theater-search-movie-title {
  font-size: 18px;



  font-size: 1.8rem;
  font-weight: normal;
  margin: 10px 0 5px;
}
.theater-search-movie-title a {
  font-weight: bold;
}

.theater-search-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ebebeb;
}

.theater-search-movie-list-left {
  width: 30%;
}

.theater-search-movie-list-right {
  padding-left: 10px;
  width: 70%;
  color: #838383;
}

.theater-search-movie-list-link {
  margin-top: 5px;
  padding: 5px 0;
  color: #979795;
}

.theater-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 0;
  color: #fff;
}

.theater-schedule dl {
  width: 25%;
  line-height: 1.3;
  text-align: center;
}

.theater-schedule dt {
  padding: 10px 10px 9px;
  background: #3e3e3e;
  border-right: 1px solid #fff;
}

.theater-schedule dl:last-child dt {
  border-right: none;
}

.theater-schedule dt span {
  display: block;
}

.theater-schedule .sat dt {
  background: #1254c9;
}

.theater-schedule .sun dt {
  background: #da2c2f;
}

.theater-schedule dd {
  display: block;
  padding: 5px 0 4px;
  background: #fff;
  color: #838383;
  border-right: 1px solid #ebebea;
  border-bottom: 1px solid #ebebea;
}

.theater-schedule dl:last-child dd {
  border-right: none;
}

.theater-schedule .sat dd:nth-child(odd) {
  background: #faeef5;
}

.theater-schedule .sun dd:nth-child(odd) {
  background: #f9e5ea;
}

.theater-schedule dd:nth-child(odd) {
  background: #f8f8f8;
}

/* -----------------------------------------------------------------------------

  海外ドラマ作品

----------------------------------------------------------------------------- */
.trailer-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trailer-bottom-link li {
  width: 25%;
}

.trailer-bottom-link a {
  display: block;
  text-align: center;
  margin-right: 10px;
  color: #333;
  line-height: 1.2;
  padding: 5px 0;
}

.trailer-bottom-link a:first-child {
  text-align: left;
}

.trailer-bottom-link li:last-child a {
  margin-right: 0;
}

.trailer-bottom-link span {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}

.trailer-bottom-link a:hover span {
  text-decoration: none;
}

.trailer-bottom-link-img {
  width: 120px;

  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.trailer-bottom-link time {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #838383;
}

.movieid-detail {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

.movieid-detail dt {
  width: 25%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.movieid-detail dd {
  width: 75%;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.movieid-detail dd a {
  padding-right: 5px;
}

.movieid-detail-copy {
  margin-top: -10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #838383;
}

.title-left-b-time {
  display: block;
  margin-top: -5px;
  color: #838383;
  font-size: 15px;
  font-size: 1.5rem;
}

.anime_movie {
    width: 100%;
    margin: 0 auto;
}

h2.anime_movie_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0px 0px 0px;
    line-height: 1.3;
    font-weight: 800;
}

/* -----------------------------------------------------------------------------

  海外ドラマデータ　ジャンル別一覧

----------------------------------------------------------------------------- */
.select-f_drama {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #666;
  border-radius: 5px;
}

.selectWrap-f_drama {
  width: 100%;
  position: relative;
  display: inline-block;

}

.selectWrap-f_drama::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -20px;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #666 transparent transparent transparent;
}

/* -----------------------------------------------------------------------------

  テレビドラマ　作品ページ

----------------------------------------------------------------------------- */
.tv-h1-title {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  line-height: 1.1;
}

.tvdrama-title {
  padding: 15px 20px;
  background: #f2f2f2;
}

.tvdrama-title-time {
  padding-right: 5px;
  color: #838383;
}

/*月曜日*/
.tvdrama-title-mon {
  border-top: 5px solid #46a128;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-mon {
  padding-right: 5px;
  color: #46a128;
}

/*火曜日*/
.tvdrama-title-tue {
  border-top: 5px solid #fd67b1;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-tue {
  padding-right: 5px;
  color: #fd67b1;
}

/*水曜日*/
.tvdrama-title-wed {
  border-top: 5px solid #5db5d0;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-wed {
  padding-right: 5px;
  color: #5db5d0;
}

/*木曜日*/
.tvdrama-title-thu {
  border-top: 5px solid #f58f47;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-thu {
  padding-right: 5px;
  color: #f58f47;
}

/*金曜日*/
.tvdrama-title-fri {
  border-top: 5px solid #eed534;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-fri {
  padding-right: 5px;
  color: #eed534;
}

/*土曜日*/
.tvdrama-title-sat {
  border-top: 5px solid #6f89d8;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-sat {
  padding-right: 5px;
  color: #6f89d8;
}

/*日曜日*/
.tvdrama-title-sun {
  border-top: 5px solid #e97577;
  /* ラベルの色はここで変更 */
}

.tvdrama-title-txt-sun {
  padding-right: 5px;
  color: #e97577;
}

.tvdrama-title p {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #666;
  text-align: right;
}

h2.tvdrama-sub-title {
    border-bottom: 1px solid #d6d7d4;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
	line-height: 2.0rem;
    font-weight: normal;
    margin: 10px 0 10px;
}

.tvdrama-sub-title {
  border-bottom: 1px solid #d6d7d4;
  padding-bottom: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 20px 0 10px;
}

.tvdrama-broadcast-txt {
  margin: 0;
  font-size: 1.5rem;
}

.tvdrama-broadcast-txt + .main-txt {
  margin-top: 0;
  font-size: 1.5rem;
}

.tvdrama-rating-title {
  padding: 10px 20px;
  margin: 40px 0 0;
  background: #ebebeb;
  font-size: 20px;
  font-size: 2.0rem;
}

.tvdrama-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 50px;
  font-size: 19px;
  font-size: 1.9rem;
}

.tvdrama-rating-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.tvdrama-rating-box h4 {
  width: 40%;
  padding: 5px 0;
  border: 1px solid #ebebeb;
  background: #f8f8f8;
  font-weight: normal;
}

.tvdrama-rating-box p {
  width: 60%;
  padding: 5px 0;
  border: 1px solid #ebebeb;
}

.drama-season-txt {
  font-weight: bold;
}

/* -----------------------------------------------------------------------------

  TVドラマ一覧_今クールドラマ一覧

----------------------------------------------------------------------------- */
.tvdrama-week-title {
  margin: 20px 0 10px;
  font-size: 20px;
  font-size: 2.0rem;
}

.tvdrama-week-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tvdrama-week-list li {
  width: 14.28%;
  margin: 0;
  text-align: center;
  background: #f2f2f2;
  border-right: 1px solid #c6c6c6;
}

.tvdrama-week-list li:last-child {
  border-right: none;
}

.tvdrama-week-list li a {
  display: block;
  padding: 10px 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.week-list-title {
  padding: 10px 20px;
  margin: 20px 0 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #f2f2f2;
}

.tvdrama-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.tvdrama-list li:last-child {
  margin-bottom: 0;
}

.tvdrama-list li > p a {
  display: block;
  text-align: center;
}

.tvdrama-list li > p a img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.tvdrama-list li > div {
  width: 470px;
  margin-left: 10px;
}

.tvdrama-list-sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.tvdrama-list-small-txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.tvdrama-week-list a {
  transition: all 0.1s ease;
}

.tvdrama-week-list .week-list-mon:hover a,
.tvdrama-week-list .week-list-tue:hover a,
.tvdrama-week-list .week-list-wed:hover a,
.tvdrama-week-list .week-list-thu:hover a,
.tvdrama-week-list .week-list-fri:hover a,
.tvdrama-week-list .week-list-sat:hover a,
.tvdrama-week-list .week-list-sun:hover a {
  color: #fff;
}

.week-list-mon a {
  color: #46a128;
}

.tvdrama-week-list .week-list-mon:hover {
  background: #46a128;
}

.week-list-tue a {
  color: #fd67b1;
}

.tvdrama-week-list .week-list-tue:hover {
  background: #fd67b1;
}

.week-list-wed a {
  color: #5db5d0;
}

.tvdrama-week-list .week-list-wed:hover {
  background: #5db5d0;
}

.week-list-thu a {
  color: #f58f47;
}

.tvdrama-week-list .week-list-thu:hover {
  background: #f58f47;
}

.week-list-fri a {
  color: #eed534;
}

.tvdrama-week-list .week-list-fri:hover {
  background: #eed534;
}

.week-list-sat a {
  color: #6f89d8;
}

.tvdrama-week-list .week-list-sat:hover {
  background: #6f89d8;
}

.week-list-sun a {
  color: #e97577;
}

.tvdrama-week-list .week-list-sun:hover {
  background: #e97577;
}

.week-list-mon-bg {
  border-left: 8px solid #46a128;
  color: #46a128;
}

.week-list-tue-bg {
  border-left: 8px solid #fd67b1;
  color: #fd67b1;
}

.week-list-wed-bg {
  border-left: 8px solid #5db5d0;
  color: #5db5d0;
}

.week-list-thu-bg {
  border-left: 8px solid #f58f47;
  color: #f58f47;
}

.week-list-fri-bg {
    border-left: 8px solid #aba60a;
    color: #aba60a;
}

.week-list-sat-bg {
  border-left: 8px solid #6f89d8;
  color: #6f89d8;
}


.week-list-sun-bg {
  border-left: 8px solid #e97577;
  color: #e97577;
}

.back-number-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.back-number-list li {
  width: calc(50% - 7px);
  margin: 0 7px 14px 7px;
}

.back-number-list a {
  display: block;
  text-align: center;
  border: 1px solid #227dbc;
  border-radius: 4px;
  padding: 10px;
  color: #227dbc;
}

.back-number-list a:hover {
  background: #227dbc;
  color: #fff;
}

.back-number-list li:nth-child(even) {
  margin-right: 0;
}

.back-number-list li:nth-child(odd) {
  margin-left: 0;
}

/* -----------------------------------------------------------------------------

  TVドラマ日別記事一覧ページ

----------------------------------------------------------------------------- */
.refine-title {
  margin: 20px 0 5px;
  font-size: 22px;
  font-size: 2.2rem;
}

.date-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.date-list .selectWrap {
  width: 30%;
  margin-right: 10px;
}

.date-list .select {
  height: 45px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: normal;
  border: 1px solid #666;
}

.date-list .select {
  padding: 0 20px 0 calc(50% - 35px);
}

.date-list .date-select {
  padding: 0 20px 0 calc(50% - 20px);
}

.date-list .selectWrap::after {
  content: '';
  width: 12px;
  height: 12px;

  border: 0;
  border-bottom: solid 2px #666;
  border-right: solid 2px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}

.date-submit-wrap {
  width: 45px;
}

/*虫眼鏡アイコン*/
.date-submit {
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background: #b9b9b9;
}

.date-submit::before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
}

.date-submit::after {
  content: '';
  width: 8px;
  height: 6px;
  position: absolute;
  top: calc(50% + 6px);
  left: calc(50% + 2px);
  border-top: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* -----------------------------------------------------------------------------

  トップへ戻るボタン

----------------------------------------------------------------------------- */
#page-top {
  position: fixed;
  /*bottom: 40px;*/
  bottom: 100px;
  right: 5%;
  z-index: 2000;
}

#page-top a {
  display: block;
  padding: 0;
 width:68px; 
}

img.page_top{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

/* -----------------------------------------------------------------------------

  人物データ　アクセスランキング

----------------------------------------------------------------------------- */
.person-searchForm {
  position: relative;
  margin: 30px 0 40px;
}

.person-searchForm-input {
  width: 100%;
  border: 1px solid #b9b9b9;
  margin: 0;
  line-height: 1.8;
}

.person-searchForm-submit {
  position: absolute;
  right: 0;
  top: calc(50% - 27px);
  width: 56px;
  height: 54px;
  border-radius: 0 4px 4px 0;
  background: #b9b9b9;
}

.person-searchForm-submit::before {
  content: '';
  width: 27px;
  height: 27px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.person-searchForm-submit::after {
  content: '';
  width: 15px;
  height: 12px;
  position: absolute;
  top: calc(50% + 10px);
  left: calc(50% + 4px);
  border-top: solid 4px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.person-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 10px;
  align-items: center;
}

.person-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: calc(50%);
      margin-bottom: 10px;
}

.person-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person-list p {
  width: 40%;
}
.person-list img {
  width: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: contain; object-position: center';
}

.person-list-title_img {
  width: 60%;
  margin-left: 25px;
  margin-right: 10px;
  font-size: 28px;
  font-size: 1.8rem;
      line-height: 1.2;
}


.person-list-title {
  width: 60%;
  margin-left: 25px;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
      line-height: 1.2;
}

.person-list-ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20px;
}

.person-list-ranking li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.person-list-ranking a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 20px 0;
}

.person-list-ranking img {
  width: 120px;
}

.person-list-ranking-txt {
  margin-right: 10px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.ranking-gold {
  color: #f3ba13;
}

.ranking-silver {

  color: #aaaaaa;
}

.ranking-bronze {
  color: #a6937c;
}

.ranking-black {
  color: #333;
}

.person-nodata-title {
  text-align: center;
  font-size: 18px;
  font-size: 2.4rem;
  margin: 30px 0;
}

/* -----------------------------------------------------------------------------

  検索一覧

----------------------------------------------------------------------------- */
.search-headline {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}

.search-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.search-list li:last-child {
  margin-bottom: 0;
}

.search-list li > p a {
  display: block;
  text-align: center;
}

.search-list li > p a img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}

.search-list li > div {
  width: 440px;
  margin-left: 10px;
}

.search-list-sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* -----------------------------------------------------------------------------

  テキスト省略...

----------------------------------------------------------------------------- */
.tag-list-long-hide-txt {
  overflow: hidden;
}

.tag-list-long-hide-txt p {
  position: relative;
  height: 47px;
  margin-right: 10px;
}

.tag-list-long-hide-txt p:before {
  content: "...";
  top: 20px;
  right: -10px;
  position: absolute;
}

.tag-list-long-hide-txt p:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
}

.tag-list + .title-left-b-bg {
  margin-top: 20px;
}

.tag-list-title + .title-left-b-bg {
  margin-top: 20px;
}

/* -----------------------------------------------------------------------------

  ページャー

----------------------------------------------------------------------------- */
.pager-txt {
  margin: 20px 0 10px;
  text-align: center;
  color: #999;
}

.pager-txt-num {
  padding-right: 5px;
}

.pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 30px;
}

.pager li a {
  display: block;
  background-color: #1d85c1;
  padding: 12px 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.pager-prev, .pager-next {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.pager-prev {
  position: relative;
}

.pager-prev:last-child a::after {
  display: none;
}

.pager-arrow-right {
  position: relative;
  padding-right: 15px;
}
/*
.pager-arrow-right::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
*/

.pager-arrow-left {
  position: relative;
  padding-left: 15px;
}

/*
.pager-arrow-left::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
*/

.pager-prev a::after {
  content: '';
  width: 2px;
  height: 26px;
  border: 0px;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
/* -----------------------------------------------------------------------------

  youtube

----------------------------------------------------------------------------- */
#playerarea {
  width: 100%;
}
#playerarea iframe {
  width: 640px;
  height: 360px;
}
.chapter iframe {
  width: 100% !important;
  height: 100px;
}
/* -----------------------------------------------------------------------------

CIV 20180719

----------------------------------------------------------------------------- */
#banner
{
    display: none;
}
#bannerin
{
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 998;
    text-align: center;
    padding: 0 auto;
    background-color: rgba(0,0,0,0.5);
    height:90px;
	color: #FFF;
}

#closebanner
{
	position: fixed;
	right: 3px;
	bottom: 3px;
	z-index: 999;
	margin:0 auto;
	color: #FFF;
	background-color: #313131;
	padding:0px 5px 0px 5px;
}

/*----------------
20181018 固定バナー用
-----------------*/

/*body{padding: 0px; width: 100%;}*/

.wrap {
  background-color: #f5f5f5;
  width: 100%;
}

.sticky {
  background-color:#f5f5f5;
  width: 100%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-item: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding:0px 0px 10px 0px;
  z-index:9999;
}

/*----------------
20181018 下部テキスト
-----------------*/

.footer-text {
	margin:0;
	padding:0;
}

.footer-ci{
margin:0px auto 10px auto;
width:100%;
padding:10px;
font-size:10px;
border: solid 1px;
color:#dddddd;
	float: left;
}


.footer-ci p{
  font-size: 10px;
  font-size: 1.0rem;
  color:#333;
}
/*----------------
20181106
-----------------*/
.person-caption {
  width: 650px;
  margin: 10px auto 20px;
  color: #838383;
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------
20181116関連タグ
-----------------*/
.keyword-tag {
    display: inline-block;
    background:#ababab;
    padding: 2px 6px;
    margin: 5px 2px 3px 2px;
    font-size:0.6em;
    -webkit-transform: scale(1.0);
    -webkit-transform-origin:0 0;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color: #fff;
border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/
}

.keyword-tag a{
    color: #fff;
}

/**--20190131関連タグ2--**/
.keyword-tag2 {
    display: inline-block;
    background:#ababab;
    padding: 2px 6px;
    margin: 5px 2px 3px 2px;
    font-size:0.6em;
	font-weight:normal;
    -webkit-transform-origin:0 0;
    /*font-size: 1.0rem;*/
    text-decoration: none;
	/*font-weight: bold;*/
    color: #fff;
border-radius: 10px;
    -webkit-border-radius: 10px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 10px;/* for Firefox 対応*/
}

.keyword-tag2 a {color: #fff;}


.keyword-tag2 a:link {color: #fff !important;}
.keyword-tag2 a:visited {color: #fff !important;}
.keyword-tag2 a:hover{text-decoration:none;}
.keyword-tag2 a:active {color: #fff !important;}




/*-------
20181120スタッフ募集
---------*/


.arrow {
    display:  inline-block;
    color: #fff;
    text-decoration:  none;
	background:#0066CC;
    padding: 8px 1px;
    border-radius: 5px;
	/*font-size: 18px;*/
	font-weight:bold;
	/*line-height: 45px;*/
	width:100%;
	text-align:center;
}

/*---SNS用-*/
.instagram-center {
 margin:0 auto;
 max-width: 350px;
}

/*----関連記事用20190130---*/

.kanren{font-size:12px; font-weight:normal; padding-bottom:3px;}               
.bottom_border{border-bottom: 1px solid #dedede;}                

 /*---20190208 picture print NG---*/

@media print {
     img { display: none !important; }
 }
 
 
/*-----人物関連記事用20190213--------*/

.list-triangle2 li {
  padding-left: 15px;
  position: relative;
  margin: 10px 0;
  font-size: 15px;
  font-size: 1.59rem;
  font-weight: bold;
}

.list-triangle2 a {
  padding: 5px 0;
}

.list-triangle2 a:hover{
  text-decoration: underline;
  text-decoration-color: #1d85b9;
}

/*-----利用規約用--------*/

.ad_cookie {
  display: flex;
  justify-content: space-between;
  padding:10px 30px 10px 30px;
  background-color:#FFF;
  width:700px;
  margin:0 auto;
  border-bottom: solid 1px; color:#000;
}

.cookie_section {
    display: flex;
    align-items: center;
}
 
.siteHeader_item {
    padding: 5px 15px 5px 15px;
    font-size: 12px;
 }
 
.cookie_item-selected {
    color: #FFFFFF;
    background-color:#0F6;
    border-radius: 4px;
	cursor: pointer;
}
    
.cookieMENU {

      color:#333;
	  padding-right:20px;
    }


.afr_btn{
 display: block;
  text-align: center;
  line-height: 40px;
  background:#666;
  text-decoration: none;
  border-radius: 5px;
  bottom: 0;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-right:10px;

}


.afr_btn span{
  color: #FFF;
  position: relative;
  padding-left: 20px;
}
.afr_btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}

.afr_btn a{
  color: #fff;
}


/*---検索用　20190214---*/


.searchForm2 {
  float: right;
  width: 280px;
  margin-top: 20px;
  position: relative;
}

/*--------*/

 
/*------ ボタンの親要素------ */
#ci-search2 .gsc-search-box td.gsc-search-button {
	width: 60px !important;
	height: 29px;
	float: left;
}
 

/*------ 検索ボタンの背景------ */
#ci-search2 .gsc-search-box .gsc-search-button {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-top: 1px solid #2b2b2b;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
	border-bottom: 1px solid #2b2b2b;
	background: #7a7a7a;
	cursor: pointer;
}
 
/*------ 検索ボタンの背景部分にテキスト------*/
#ci-search2 .gsc-search-box .gsc-search-button:before {
	position: absolute;
	top: 10%;
	left: 23%;
	content: '検索' !important;
	color: #FFF;
	font-size: 15px;
}
 
/*------ 検索ボタンを透明化 ------*/
#ci-search2 .gsc-search-box button.gsc-search-button-v2,
#ci-search2 .gsc-search-box button.gsc-search-button {
	width: 100%;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}

/*-見逃し配信insert用-*/
.headline_civ{
  display: flex;
  border: solid 1px #dbdbdb;
    padding: 10px;
	width:96%;
	margin:15px auto 15px auto;
	background-color: #fffcf4;
}
 
.civ_spacer{
  margin: 0px 0px 0px 5px;
}
 
.headline_civ_img{
  overflow: hidden;
  width:20%;
}
 
.headline_civ_img img{
  width: 100%;
  height: auto;
}
 
.civ_discription-area{
  flex-basis: 80%;
  display: flex;

}
 

p.civ_haishin{
	font-size:16px;
	align-items: center;
    display: -webkit-flex;	
	}

/*--------見逃し配信用のスタイル---------*/
#civtitle_block a{display:block;}

a.civtitle_link{
    display: inline-block;
    padding: 2px 8px 0px 8px;
    margin: 5px 0px 0px 0px;
    font-size: 10px;
    font-size: 1.4rem;
    color: #c91368;
    /*border: solid 1px #c91368;*/
}


/*--20190805追加 insert---*/
span.insert_center{
    text-align: center;
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 10px;
}

	
/*-----------insert画像分割用-------*/

ul.insert-photo {
	/*border: 1px solid #f3f3f3;*/
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
    /* margin: 0 0 0 1em; */
	padding: 0;
}

ul.insert-photo li {
    margin: 0.3em;
    width: 48%;
    /* height: 80px; */
    border: 2px solid #fff;
}

ul.insert-photo li img {
    display: inline-block;
    /* height: 80px; */
    /* margin-right: 15px; */
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

span.insert_second {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 12px;
    width: 100%;
    padding-top: 3px;
    line-height: 15px;
    position: relative;
}

.insert_second .zoom_second {
    position: absolute;
    top: 9%;
    right: 3%;
    width: 8%;
}


span.insert_second a{
    display: block;
}
/*-------PR表記--------*/
span.insert_pr{
display: inline-block;
    margin: -1px 0px 0px 5px;
    padding: 4px 5px 4px;
    font-size: 0.8rem;
    color: #ababab;
    border: solid 1px #ababab;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1em;	
}

span.insert_pr2{
display: inline-block;
    margin: -1px 0px 0px 5px;
    padding: 4px 5px 4px;
    font-size: 1.2rem;
    color: #ababab;
    border: solid 1px #ababab;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 1em;	
}

/*-----右カラムトレンドロゴ--*/
.sub-title img {
  margin: 0px 0px 5px 0px;
  width: 145px;
}

.side-recommend-list2 {
  overflow: hidden;
}

.side-recommend-list2 li {
float: left;
    width: 48%;
    background: #fff;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    margin-right: 1px;
    margin-left: 5px;
}


.side-recommend-list2 li a {
  display: inline-block;
}


.side-recommend-list2 img {
  width: 100%;
  height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: center;';
}


/*---------SNSボタン用------------*/
/* ボタン全体 */
.sns_follow_btn{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff!important;
    text-decoration: none;
    transition: .5s;
}
.sns_follow_btn i{
position:relative;
top:3px;
}
/* Twitter */
.sns_tw{
background:#000000;
}

/* Facebook */
.sns_fb{
background:#3b5998;
}

/* LINE@ */
.sns_line{
background:#00c300;
}

/* YouTube */
.sns_youtube{
background:#fc0d1c;
}

/* Instagramグラデ背景 */
.sns_insta{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* podcast */
.sns_podcast{
background:#1ab26b;
}

/* tiktok */
.sns_tiktok{
background:#010101;
}

/* ボタン内のテキスト */
.sns_follow_btn div{
font-size:10px;
font-weight:bold;
position:relative;
top:8px;
color:#333333;
}

/* ulタグの内側余白を0にする */
ul.ci_sns_btn{
padding:0!important;
}

/* ボタン全体の位置 */
.ci_sns_btn{
    display: flex;
    margin: 0px 0px 20px 0px;
}

/* ボタン間のスペース */
.ci_sns_btn li{
flex:0 0 24%;
text-align:center!important;
}
/* ボタンにマウスホバー時 */
.sns_follow_btn:hover{
-webkit-transform:translateY(-3px);
-ms-transform:translateY(-3px);
transform:translateY(-3px);
text-decoration:none;
}

/*----------フォト特集ページ用----------*/

  .small-main-img_special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   flex-wrap: wrap;/*-20190128追加-*/
}

.small-main-img_special li {
  margin: 0px 2px 0px 12px;
  margin-bottom:10px;/*-20190128追加-*/
}

.small-main-img_special li:last-child {
  margin-right: 0;
}

.small-main-img_special li a {
  display: inline-block;
}

.small-main-img_special li a img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top;';
}


/*------------------------------
続きを見るページ　20200221
-----------------------------*/

.headline_part{
  display: flex;
  width:680px;
  display: -webkit-flex;
  display: -moz-flex;
  /*display: -ms-flexbox;*/
  display:flex;
 -webkit-flex-direction: row-reverse;
 flex-direction: row-reverse;
  min-height: 0%;
}
 
.spacer{
  margin: 12px;
}
 
.spacer_part{
  margin: 12px;
  width:50%;
}
 
.headline_img{
  overflow: hidden;
}
 
.headline_img img{
  width: 100%;
  height: auto;
}

.spacer_part img{
  width: 100%;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; /*IE対策*/
}




p.copyright_12{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	}

.discription-area{
  flex-basis: 80%;

}
 
.discription-area p{
	font-size:16px;
	line-height:25px;
	margin:0;
	padding:0;
}

strong.title1{
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: solid;
    border-color: #c91368;
    border-width: 4px;
    line-height: 30px;
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: inline-block;
}

h1.title1{
    font-size: 20px;
    font-size: 2.0rem;
    border-bottom: solid;
    border-color: #c91368;
    border-width: 4px;
    line-height: 30px;
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: inline-block;
}

/*-追加インサート-202107*/
strong.title2 {
font-size: 16px;
    border-left: thick solid #c80f6a;
    padding-left: 10px;
    margin: 15px 0px -15px 0px;
    display: block;
    text-align: left;
}

h2.title2{
    font-size: 16px;
    font-size: 1.6rem;
border-left: thick solid #333;
padding: 0px 0px 0px 10px;
    margin: 0px 0px -15px 0px;
    display: block;
}

/*-追加インサート-202204 SNS用*/
strong.title2_pink {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: thick solid #c80f6a;
    padding:0px 0px 2px 10px;
    display: block;
    margin: 10px 0px 20px 5px;
}
/*-追加インサート-202205*/

strong.title3{
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 900;
}

h3.title3{
    font-size: 16px;
    font-size: 1.6rem;
	font-weight: 900;
}


strong.title4{
    font-size: 18px;
    font-size: 1.8rem;
	font-weight: 900;
}

strong.title_red{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#c91368;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

strong.title_gray{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#ababab;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}



strong.title_blue{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#1d7bcf;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}


strong.title_green{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#2da621;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}

strong.title_orange{
font-size:18px;	
border-bottom:solid;/*下線を点線にする*/
border-color:#ec8639;
border-width:4px;
line-height:30px;
width: 100%;
display: inline-block;
}



/*-----------insert画像分割用-------*/

ul.insert-photo {
	/*border: 1px solid #f3f3f3;*/
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
    /* margin: 0 0 0 1em; */
	padding: 0;
}

ul.insert-photo li {
    margin: 0.3em;
    width: 48%;
    /* height: 80px; */
    border: 2px solid #fff;
}

ul.insert-photo li img {
    display: inline-block;
    /* height: 80px; */
    /* margin-right: 15px; */
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

span.insert_second {
    text-align: center;
    display: block;
    margin: auto;
    font-size: 12px;
    width: 100%;
    padding-top: 3px;
    line-height: 15px;
    position: relative;
}

.insert_second .zoom_second {
    position: absolute;
    top: 2%;
    right: 1%;
    width: 8%;
}


span.insert_second a{
    display: block;
}

/*-----insert用-------*/
.shomei {
    font-size: 12px;
    text-align: right;
    padding-right: 8px;
    color: #999;
}


span.special_pink{
color:#e74191; font-weight:bold;
}


span.special_purple{
color:#ab28b0; font-weight:bold;
}


span.special_yellow{
color:#f0bc28; font-weight:bold;
}


span.special_green{
color:#8cc816; font-weight:bold;
}


span.special_blue{
color:#1562d4; font-weight:bold;
}

span.special_red{
color:#e51515; font-weight:bold;
}

span.special_orange{
color:#f15a0f; font-weight:bold;
}


/*-追加インサート-*/
h2.ci_prof_info-title_small {
    font-size: 16px;
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
}
    

h2.ci_prof_info-title {
    border-bottom: solid #333;
    font-size: 16px;
    border-left: thick solid #333;
    padding-left: 10px;
    margin: 0px 0px 15px 0px;
}

.ci_prof_info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    width: 100%;
    word-break: break-word;
    background-color: #f7f7f7;
    padding-top: 1%;
}

.ci_prof_info-text {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0.5em;
  background: #f7f7f7;
  border-bottom: solid 5px #ffffff;
}
.ci_prof_info-text p + p {
  margin-top: 1em;
}	

.ci_prof_info-image {	
	width: 100%;
		}
		
.ci_prof_info-image img{
	display: block;
margin: 0 auto;
    padding: 0px 0px 0px 0px;
        width: 98%;
    object-position: top;
    object-fit: cover;
    font-family: 'object-fit: cover;';
		}
	
	.ci_prof_info a{
text-decoration: underline;
}



.prf-txt {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prf-txt dt {
  font-weight: bold;
    font-size: 14px;
}

.prf-txt dt + dd {
    font-size: 14px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
/*  border-bottom: 1px solid #dfdfdf;*/
}	
    
 /*--PC用--*/
.prof-info {
    display: flex;
    flex-wrap: initial;
    margin-bottom: 2em;
    width: 100%;
    word-break: break-word;
    margin: 0 auto;
}

.prof-info-image {	
	width: 100%;
		}
        
.prof-info-image2 {	
	width: 122%;
		}        
		
.prof-info-image img{
	display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 90%;
    object-position: top;
    object-fit: cover;
    font-family: 'object-fit: cover;';
		}



/* ---------
改ページ用 20211118
------------ */
    span.next_page {
    display: inline-flex;
    background: #3c3c3c;
    color: #fff;
    margin-left: 0;
    border-radius: 7px 7px 0 0;
    font-size: 12px !important;
    padding: 7px 12px;
    border: none;
    margin: 10px 0px 0px 0px;
}


h3.nextpage {
    border: 2px solid #535353;
    /* border-radius: 0 4px 4px 4px; */
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    position: relative;
    padding: 8px 8px 8px 8px;
    font-weight: 600;
    color: #e80e75;
    margin: 0px 0px 10px 0px;
}



.page_number{
margin: 0px 0px 30px 0px;
    padding: 0;
    text-align: center;
    font-size: 12px;
}



.pager-txt {
    margin: 20px 0 10px;
    text-align: center;
    color: #3c3c3c;
    font-size: 12px;
}

.pager-arrow-right {
    padding: 10px;
    border: solid 1px #3c3c3c;
    line-height: 35px;
}

a.this_page{
    padding: 10px 0px 10px 0px;
    background-color: #535353;
    color: #FFFFFF;   
	}


/*-----sns用-------*/
.instagram-media {
position: static !important;
margin: 0 auto !important;	
}


.twitter-tweet{
	margin: 0 auto !important;
	
}

/*-----afr用-------*/
.afr_area{
  display: flex;
    padding: 10px;
	width:95%;
	margin:15px auto 15px auto;
	    align-items: center;
}
 
.afr_spacer{
  margin: 0px 0px 0px 0px;
}
 
.afr_area_img{
  overflow: hidden;
  width:50%; 
}
 
.afr_area_img img{
  width: 100%;
  height: auto;
}
 
.afr_text_pr{
   margin: 0 auto;
    text-align: center;
    color: #7e7c7c;
    font-size: 10px;
}


	
.afr_discription-area{
  flex-basis: 80%;

}
 

 		
.afr_button-area {
  margin: 0px 0;
  text-align: center;
}

.afr_button-area a{
    text-decoration: none;
    color: #ffffff;
    font-size:14px; font-size: 1.4rem; 
	line-height:19px; line-height: 1.9rem;
    width: 80%;
    margin: 0px auto 10px auto;
	padding: 20px 0px 20px 0px;
}


.afr_button-black {
    display: block;
    background-color:#000000;


}

.afr_button-orange {
    display: block;
    background-color: #de8218;
}

.afr_button-blue {
    display: block;
    background-color: #1899de;
}

/*---------ボタン------*/
.Main_menu {
  display: flex;
  justify-content: space-between;
  padding:5px 0px 5px 0px;
  background-color:#FFF;
  width:100%;
  margin:0 auto;
}

 
.Main_flame{
  padding:1px 0px 1px 0px;
  background-color:#FFF;
  width:100%;
  /* border-top: solid 1px #444444; */
  /* border-bottom: solid 1px #444444; */
}
 
.Menu_section {
    display: flex;

}
		
		/* 親要素(コンテナ) */
.flex-container {
	display: flex;
	width: 120px;
}
/* 子要素(アイテム) */
.flex-item {
	margin: 10px auto;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #373737;

}


		
.pager-arrow-right-video {
  position: relative;
    background-color: #3c3c3c;
    padding: 10px 15px 10px 10px;
	color: #ffffff;
}

.pager-arrow-right-video::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}

.pager-arrow-left-video {
    position: relative;
    background-color: #3c3c3c;
    padding: 10px 10px 10px 15px;
	color: #ffffff;
}

.pager-arrow-left-video::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
    border-bottom: solid 2px #ffffff;
    border-left: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5%;
    margin-top: -4px;
}		

/*--photo recommend--*/
.photo-link-main_recommend {
    width: 610px;
    margin: 10px auto 10px auto;
    display: flex;
}
	
.ci_list_all_discription-area_recommend{
  flex-basis: 80%;
  margin: 0 0px 0 5px;
}	
	
.ci_list_all_spacer_recommend{
  margin: 0px 0px 0px 10px;
}
 	
.ci_list_all_img_recommend{
  overflow: hidden;
  width:33%;
}
 
.ci_list_all_img_recommend img{
width: 100%;
height: 111px;
object-position:center;
object-fit: cover;
font-family: 'object-fit: cover;';
}
 	

img.kanren {
width: 100%;
height: 111px;
object-position:center;
object-fit: cover;
font-family: 'object-fit: cover;';
}
	

h3.list_all_title_recommend{
    color: #333;
    font-size: 20px;
    font-size: 2.0rem;
    align-items: center;
    padding: 10px 0px 3px 0px;
    text-align: center;

}

ul.latest_news_recommend{
margin: 15px auto 15px auto;
    padding: 0;
    width: 90%;
    background-color: #ffffff;
}

ul.latest_news_recommend li{margin: 0; padding: 0;}


.ci_list_all_recommend{
    display: flex;
    border-bottom: solid 2px #dbdbdb;
    padding: 15px 10px 15px 10px;
    /* width: 100%; */
    margin: 0px auto 0px auto;
    justify-content: center;
    align-items: center;
}

.big-arrow_recommend {
  opacity: .5;
  display: block;
  width: 40px;
  height: 100%;
}

.big-arrow-left_recommend {
  position: absolute;
  width: 15%;
  padding: 0;
  left: 0;
  top: 0;
  background: url(/assets2/smp/images/big-left-arrow.png) no-repeat left center;
  background-size: 40px;
  z-index: 2000;
}

.big-arrow-right_recommend {
  position: absolute;
  width: 15%;
  padding: 0;
  right: 0;
  top: 0;
  background: url(/assets2/smp/images/big-right-arrow.png) no-repeat right center;
  background-size: 40px;
  z-index: 2000;
}	
	

p.ci_gallary_title_recommend{
	font-size:16px; font-size: 1.6rem; 
	line-height:24px; line-height: 2.4rem;
    padding: 0px 0px 0px 0px;
	font-weight: 700;
	color: #1d85c1;
	}
	
	
p.ci_gallary_title_recommend a{
	color: #1d85c1;
	font-weight: 700;
	}	

/*---noad--*/
.center-area_special_noad {
    display: flex;
    margin: 0 auto;
    width: 850px;
    background: #fff;
    border: 1px solid #dedede;
}
	

.center-area_special_noad img {
    margin: 5px auto 5px auto;
    display: block;
}

.slide_special_ad_pc {
    position: fixed;
    bottom: 60px;
    right: -100%;
    padding: 30px;
    border: 2px solid #767676;
    background-color: #fff;
    opacity: 0;
    transition: 1s;
}
.slide_special_ad_pc .js_move {
    right: 10px;
    z-index: 9999;
    opacity: 1;
}
		
.slide_special_ad_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: none;
    background: none;
    outline: none;
}
.slide_special_ad_close::before,
.slide_special_ad_close::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 3px;
    background-color: #3388dd;
    content: "";
}
.slide_special_ad_close::before {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slide_special_ad_close::after {
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.slide_special_ad_close:hover {
    cursor: pointer;
}

	
@media screen and (max-width: 767px){
	/*ウィンドウ幅が767px以上の場合に適用　スマホ*/
	
.slide_special_ad_pc {
display: none;
}
	
	}	

/* --YouTubeサイズ調整-- */
.video_insert {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video_insert iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}	
/* --GA4-- */
.article_end {
height: 1px;
}

.article_end_1 {
height: 1px;
}

.article_end_2 {
height: 1px;
}

.article_end_3 {
height: 1px;
}

/*--右カラム youtube 20230222--*/
.osusume_movie {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 10px 0px 0px 0px;
}

.osusume_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--person new 20230529--*/

.prof_title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 20px;
    padding: 0 0 0 10px;
    border-left: 4px solid #E9537D;
}

/*--drama page new 20230803--*/

/*drama page detail youtube用*/


.vod_arrow-right, .vod_arrow-right-big {
    position: relative;
    /* padding-left: 20px; */
}

.vod_arrow-right-big::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 62%;
    right: -35px;
    margin-top: -6px;
}	
	h1.vod{
	font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: bold;
	}
	
	p.timedate{
	font-size: 10px;
    padding: 0px 0px 0px 10px;
    color: #a0a0a0;
   }	
  span.timedate_color{color:#e66f19; font-size: 14px;}

/*--No image--*/

.drama_tokusyu {
  /*  overflow: hidden; */
    width: 160px;
    margin: 0px 40px 0px 0px;
}

  .drama_tokusyu .no_thum:before{
    content: "Coming Soon";
    width: 160px;
    height: 120px;
    line-height: 110px;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #3c3c3c;
    /* border: 1px solid #ebebea; */
    background-color: #f8f8f8;
  }
		
  .drama_tokusyu .no_thum {
    width: 160px;
    height: 120px;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
  }		
		
  .drama_tokusyu .no_thum img{
    width: 160px;
    position: absolute;
    z-index: 2;
  }

/* --アプリダウンロード用-- */
  .dl_title {
  background:#FFFFFF;
  padding: 10px 0 5px 0;
}

.dl_title h2 {
margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
}

.app_dl_area {
    display: flex;
    justify-content: center;
    background-color: #5a5a58;
    border-radius: 15px;
    box-sizing: border-box;
    width: 99%;
    padding: 20px 0;
    margin: 0 auto;
}
	
.app_dl_area .app_dl_area_icon {
    width: 135px;
}	
	
.app_dl_area ul {
    display: table;
}

.app_dl_area ul li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px;
    padding-top: 20px;
}	
	
	
.app_dl_area ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    /* background-color: blue; */
    padding: 0px 10px 0px 0px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    margin: 0 auto;
    /* width: 100px; */
   /*  height: 55px;*/
}	
	
.app_dl_area ul li .appQr {
    height: 90px;
    vertical-align: middle;
}	
	
.app_dl_area ul li a img {
    height: 40px;
}

  /*-- CIV記事用 --*/
.civ_button-area {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.civ_button-area a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.4rem;
    padding: 15px 15px 15px 15px;
    margin: 10px auto 10px auto;
    width: 92%;
    border-radius: 8px;
    background-color: #c71585;
    font-weight: bold;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(180deg, rgb(201 20 82), rgb(255 44 114) 50%, rgba(255, 126, 168, 1));
}


.civ_button-style {
  display: block;
  background-color:#0e65b8;
}


	span.civ_more{
display: block; 
padding: 10px 0px 0px 0px;
    color: #505050;
    font-size: 14px;
    font-size: 1.4rem;
		
	}

/*--20231023 detail rss--*/

.rss_in {
	  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.rss_content {
    margin: 0.5em 0 0.5em 0;
}
	
.rss_content a{
    color: #3a3a3a;
	font-weight: bold;
}	


/*--detail sns area--*/
.sub-sns-area_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-sns-area_comment li {
  width: 38px;
  margin-right: 15px;
}
.sub-sns-area_comment li:last-child {
  margin-right: 0;
}
.sub-sns-area_comment a {
  display: block;
}

/*--detail 更新日--*/

.sub-info-date2 {
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
    color: #838383;
}

/*--▼▼▼y-search▼▼▼--*/

.y-wrapper{
display: flex;
    padding: 5px;
    /* border: 1px solid #999; */
    /* background: #535353; */
    justify-content: flex-start;
    /* border: 1px solid #999; */
    margin: -20px 0px 0px 0px;
}

.y-wrapper>li{
/* border: 1px solid #999; */
    padding: 10px 0px 10px 0px;
    margin: 0;
    list-style: none;
    background: #FFF;
    /* text-align: center; */
    /* vertical-align: middle; */
    display: table;
    vertical-align: middle;
}
	p.y-search{
display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 45px;
    background: url(/assets/pc/images/y-search.svg) no-repeat;
	}
	

   /*--sns video ページ　タイトル--*/
    strong.title2_new {
font-size: 16px;
    border-left: thick solid #c80f6a;
    padding-left: 10px;
    margin: 15px 0px 20px 0px;
    display: block;
    text-align: left;
    }


/*--TOP パネル下の編集部おすすめ--*/	

.headline_edit_recommend{
  display: flex;
  border: solid 1px #dbdbdb;
    padding: 10px;
	width:95%;
	margin:15px auto 15px auto;
}
 
.edit_recommend_spacer{
  margin: 0px 0px 0px 5px;
}
 
.headline_edit_recommend_img{
  overflow: hidden;
  width:25%;
}
 
.headline_edit_recommend_img img{
  width: 100%;
  height: auto;
}
 

	
.edit_recommend_discription-area{
  flex-basis: 80%;

}
 

p.edit_recommend_text{
	font-size:16px;
	padding-top: 5px;
	}

	
h3.edit_recommend_title{
	color: #1c0601;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom:5px;
	}
	
h3.edit_recommend_title:before, h3.edit_recommend_title:after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background:#ddad25;
	display: block;
	}
	
h3.edit_recommend_title:before {
	margin-right: .4em;
	/*background: linear-gradient(-90deg, #F06, transparent);*/
}

h3.edit_recommend_title:after {
	margin-left: .4em;
/*	background: linear-gradient(90deg, #F06, transparent);*/
}



h3.edit_recommend_title span{
/*	border-bottom: 3px solid #dc0b5f;*/
	display: inline-block;
	position: relative;
	left: 0;
	top: 2px;
	font-size: 18px;
	font-weight:400;
}	

p.cast-works{			
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    line-height: 1.9rem;
    padding: 15px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
   }

/*-- ドラマ一覧に戻る --*/
.list_button-area {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.list_button-area a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 15px 30px 15px 30px;
    margin: 10px auto 10px auto;
    width: 80%;
    border-radius: 8px;
    background-color: #0e65b8;
}


.list_button-style {
  display: block;
  background-color:#0e65b8;
}



.list_button-area_large {
  margin: 0px 0;
  text-align: center;
}

.list_button-area_large a{
    text-decoration: none;
    color: #ffffff;
    font-size:14px; font-size: 1.4rem; 
	line-height:19px; line-height: 1.9rem;
    padding: 10px;
    width: 70%;
    margin: 10px auto 10px auto;
}


.list_button-style_large {
  display: block;
  background-color:#505050;
}

.list_button-area_mid {
  padding: 0px 0px 10px 0px;
  text-align: center;
}

.list_button-area_mid a{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px; font-size: 1.6rem;
    line-height: 20px; line-height: 2.0rem;
    padding: 10px 10px 10px 10px;
    margin: 10px auto 10px auto;
    width: 50%;
    border-radius: 8px;
}

.list_button-style_mid {
  display: block;
  background-color: #0e65b8;
}

/*---------
ドラマ情報ページ 
----------*/

.new_tvdrama-list-sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}


.new_tvdrama-list li {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
		
.new_tvdrama-list li > p a img {
    width: 140px;
    height: 90px;
    margin: 0px 20px 0px 0px;	
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top';
}		
	
span.drama_start_date {
    display: inline-block;
    padding: 2px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2c2c2c;
}
		
.tvdrama-list-small-txt a{
	color:#2078bc;
	position: relative;
		} 
		
h3.tvdrama-sub-title{
border-bottom: 1px solid #d6d7d4;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: normal;
    margin: 10px 0 10px;
		}


/*youtube用*/

.drama_headline-img {
    text-align: center;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
	
.drama_headline-img img {
    width: 80%;
    max-height: 450px;	
    margin: 0px 20px 0px 20px;
    -o-object-fit: cover;
    object-fit: scale-down;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top';
}

	
.drama_headline-img_top {
    text-align: center;
    width: 100%;
    margin: 20px 0px 0px 0px;
}
	
.drama_headline-img_top img {
    width: 100%;
    height: 340px;
    margin: 0px 20px 0px 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top';
}	
	
.drama_headline-img > iframe {
  width: 640px;
  height: 360px;
}


.drama_headline-img-caption {
    margin: 0px 3px 0px 3px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    color: #838383;
    /* color: #eaeaea; */
    text-align: left;
}
	
.drama_headline-img_top-caption2 {
    margin: 10px 5px 10px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    color: #2c2c2c;
    /* color: #eaeaea; */
    text-align: left;
}	
	
.headline-img-caption {
    margin: 5px 0 10px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #838383;
    text-align: left;
}	
	
	
.drama_button-style {
    display: block;
    margin: 10px auto 30px auto;
    padding: 10px;
    /* font-weight: bold; */
    width: 80%;
    /* border-radius: 8px; */
    font-size: 20px;
    font-size: 1.2rem;
    /* box-shadow: 2px 2px 2px rgb(0 0 0 / 40%); */
    background-color: #6d6d6d;
    color: #FFFFFF;
}	
/*-----*/
.new_drama_id-detail {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

.new_drama_id-detail dt {
  width: 25%;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.new_drama_id-detail dd {
  width: 75%;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.new_drama_id-detail dd a {
  padding-right: 5px;
}


/*--バックナンバー--*/ 
	h2.d-title{
margin: 5px 0;
    padding: 10px 0px 5px 0px;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 2px solid #333;
	}
	
.link-ichiran {
    /* display: inline-block; */
    padding: 3px 5px 3px 5px;
    margin: 0;
    /* border: solid 1px #333333; */
    font-size: 12px;
    color: #666666;
    /* border-radius: 20px; */
    /* -webkit-border-radius: 20px; */
    /* -moz-border-radius: 20px; */
}

p.link-ichiran {
    /* margin: 10px 0px 0px 0px; */
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.link-ichiran a{
    display: inline-block;
	margin: 4px 0px 4px 0px;
    padding: 10px;	
    text-align: center;
    border: 1px solid #227dbc;
    border-radius: 4px;
    color: #227dbc;
}

.link-ichiran a:hover{
	text-decoration:underline;
	color:#333333;
}


/*--ニュース一覧カード化--*/ 
li.drama_card {
  display:block;
}

li.drama_card + li.drama_card {
  margin-left: 5px;
}

.d-card {
width: 100%;
    margin: 0 auto;
    background: #fff;
    /* padding: 50px; */
    position: relative;
    display: flex;
    align-items: center;
}

.d-card-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
} 
	
.drama_card img {
width: 140px;
    height: 110px;
    margin: 0px 20px 0px 0px;
    -o-object-fit: cover;
    object-fit: scale-down;
    -o-object-position: top;
    object-position: center;
    font-family: 'object-fit: cover; object-position: top';
    background-color: #f4f4f4;
}		

/*--theater list用--*/

span.image-Box {
display: inline-block; 
    position: relative;
    /* overflow: hidden; */
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: #fff;
    float: left;
}


span.image-Box .front-img {
	    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

span.image-Box .back_text {
    width: 200px;
    height: 150px;
    background-color: #f2f2f2;
    color: #717171;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
}

/*--▼theater list用 new 20240419--*/
/*---- NO IMAGE  ----*/
  .theater_thum_list .theater_thum_bg:before{
    content: "No image";
    width: 216px;
    height: 162px;
    line-height: 170px;
    text-align: center;
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #3c3c3c;
    /* border: 1px solid #ebebea; */
    background-color: #f8f8f8;
  }
		
  .theater_thum_list{
     overflow: hidden;
     width: 100%;
		}

		
  .theater_thum_list .theater_thum_bg {
    width: 216px;
    height: 162px;
    position: relative;
    /* top: 0; */
    /* bottom: 0; */
    /* z-index: 2; */
    /* overflow: hidden; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;';
  }		
		
  .theater_thum_list .theater_thum_bg img{
    width: 100%;
    position: absolute;
    z-index: 2;
  }


/*--theater list用 new 20240419▲--*/

.tag-list-img_theater {
  text-align: center;
  overflow: hidden;
}

.tag-list-img_theater a {
  display: block;
}

.tag-list-img_theater a img {
  width: 200px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  font-family: 'object-fit: cover; object-position: top';
}
	
/*-20210624追加-*/
p.tag-list-img_theater a:hover,
button:hover {
    opacity: 100;
}

/*20241216　上映間検索用に追加*/

.title-band {
    background-color: #252525;
    border-left: 6px solid #f20c36;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.release-date {
  font-size: 1.6rem; 
  font-weight: bold; 
  color: #ffffff; 
  margin: 0; 
}


.week-title {
  font-size: 1.2rem; 
  font-weight: normal; 
  color: #ffffff; 
  margin: 5px 0 0; 
}

.eiga_kuwashiku {
    flex: 1;
    padding: 10px 7px;
    margin: 10px 0px 0px 0px;
    color: #ffffff;
    background-color: #105ebe;
    text-align: center;
    border-radius: 0px;
    font-size: 16px;
    font-weight: bold;
    width: 50%;
}


/*-サイド編集部おすすめNEW-*/

ul.latest_news {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

ul.latest_news li {
    margin: 0;
    padding: 0;
}

.ci_list_all {
    display: flex;
    border-bottom: solid 1px #dbdbdb;
    padding: 0px 0px 10px 0px;
    margin: 10px auto 0px auto;
    justify-content: center;
    align-items: center;
}

.ci_list_all figure {
 margin: 0;
 padding: 0;
 display: flex;
 }
	
	
.ci_list_all_spacer {
    margin: 0px 0px 0px 0px;
}

.ci_list_all_img {
    overflow: hidden;
    width: 50%;
}

.ci_list_all_img img {
    width: 120px;
    height: 90px;
    object-position: center;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.ci_list_all_discription-area {
    flex-basis: 80%;
    margin: 0 0px 0 0px;
}

p.ci_list_all_title_hensyuosusume {
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding: 0px 0px 0px 8px;
    font-weight: 700;
}

p.ci_list_all_title_hensyuosusume a {
    color: #212121;
    font-weight: 700;
}

/* 上2件だけ画像を上に配置し、画像のサイズを320px x 240pxに設定 */
ul.latest_news li:nth-child(-n+2) .ci_list_all {
    flex-direction: column;
    align-items: flex-start;
}

ul.latest_news li:nth-child(-n+2) .ci_list_all_img {
    width: 100%; /* 画像の親要素の幅を100%に設定 */
}

ul.latest_news li:nth-child(-n+2) .ci_list_all_img img {
    width: 320px; /* 画像の幅を320pxに設定 */
    height: 240px; /* 画像の高さを240pxに設定 */
    object-fit: cover; /* 画像のアスペクト比を保ちながら表示 */
}

ul.latest_news li:nth-child(-n+2) .ci_list_all_discription-area {
    margin-top: 0px; /* 画像とテキストの間にスペースを追加 */
}


ul.latest_news li:nth-child(-n+2) p.ci_list_all_title_hensyuosusume {
    font-size: 1.5rem;
    margin: 10px 5px 4px;
    line-height: 2.1rem;
    padding: 0;
    font-weight: 700;
}

ul.latest_news li:nth-child(-n+2) p.ci_list_all_title_hensyuosusume a {
    color: #212121;
    font-weight: 700;
}

/* 2025 05/16　インサート用に新規追加 */
  .promo-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: sans-serif;
    max-width: 700px;
    margin: 0px auto;
    text-decoration: none;
  }


  .promo-content {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
  }

  .promo-logo {
height: 110px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
  }

  .promo-text {
font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #ffffff;
    flex: 1;
    text-align: center;
    padding-left: 12px;
  }

  .promo-arrow {
    font-size: 18px;
    color: #ffffff;
    flex-shrink: 0;
  }

/* 2025 05/22　オーバレイ広告対応　臨時 */
.ats-overlay-bottom-wrapper-rendered {
    z-index: 1000 !important;
}