@charset "UTF-8";
/*sassを使用して制作*/
/****************************************************

コンパス及びディスプレイ設定

*****************************************************/
/*compass読み込み*/
/*ベースファイル読み込み*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*    vertical-align:baseline;*/
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* common
-------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
}

body {
  line-height: 160%;
  line-height: 1.6;
}

a img {
  border: 0px;
  vertical-align: bottom;
}

a, area {
  outline: none;
}

option {
  padding: 0 5px 0 0;
}

/* title
-------------------------------------*/
/* character setting
-------------------------------------*/
strong {
  font-weight: 800;
}

em {
  font-style: normal;
  font-weight: normal;
}

address {
  font-style: normal;
}

/* list
-------------------------------------*/
ul {
  list-style-type: none;
}

ol {
  padding: 0 10px 8px 20px;
}

ol li {
  padding: 0 0 8px 0px;
}

ul.disc {
  list-style-type: disc;
  padding: 5px 0 5px 20px;
}

/* table
-------------------------------------*/
table,
th,
td {
  padding: 3px;
}

caption {
  text-align: left;
}

/* align
-------------------------------------*/
.alnleft {
  text-align: left !important;
}

.alncenter {
  text-align: center !important;
}

.alnright {
  text-align: right !important;
}

.fltleft {
  float: left;
  margin: 0;
  padding: 0;
}

.fltright {
  float: right;
  margin: 0;
  padding: 0;
}

/* font-size
-------------------------------------*/
.txtxxsmall {
  font-size: xx-small;
}

.txtxsmall {
  font-size: x-small;
}

.txtsmall {
  font-size: 80%;
}

.txtsmaller {
  font-size: 70%;
}

.txtxxlarge {
  font-size: xx-large;
}

.txtxlarge {
  font-size: x-large;
}

.txtlarge {
  font-size: 120%;
}

.txtlarger {
  font-size: 130%;
}

.txtmed {
  font-size: medium;
}

.txt09 {
  font-size: 9px;
}

.txt10 {
  font-size: 10px;
}

.txt11 {
  font-size: 11px;
}

.txt12 {
  font-size: 12px;
}

.txt13 {
  font-size: 13px;
}

.txt14 {
  font-size: 14px;
}

.txt15 {
  font-size: 15px;
}

.txt16 {
  font-size: 16px;
}

.txt17 {
  font-size: 17px;
}

.txt18 {
  font-size: 18px;
}

.txt19 {
  font-size: 19px;
}

.txt20 {
  font-size: 20px;
}

.txt21 {
  font-size: 21px;
}

.txt22 {
  font-size: 22px;
}

.txt23 {
  font-size: 23px;
}

.txt24 {
  font-size: 24px;
}

.txt25 {
  font-size: 25px;
}

.txt26 {
  font-size: 26px;
}

.txt80 {
  font-size: 80%;
}

.txt90 {
  font-size: 90%;
}

.txt110 {
  font-size: 110%;
}

.txt120 {
  font-size: 120%;
}

.txt130 {
  font-size: 130%;
}

.txt140 {
  font-size: 140%;
}

.txt150 {
  font-size: 150%;
}

/* color
-------------------------------------*/
.clrred {
  color: #e22231;
}

.clrblue {
  color: #12B5B2;
}

.clryellow {
  color: #ddb410;
}

.clrorange {
  color: #fe501a;
}

.clrorange2 {
  color: #F39219;
}

.clrgreen {
  color: #0C3;
}

.clrpink {
  color: #FF999C;
}

.clrbrown {
  color: #a87c1c;
}

.clrwhite {
  color: #FFF;
}

.clr333 {
  color: #333;
}

.clr666 {
  color: #666;
}

.clr999 {
  color: #999;
}

.clrCCC {
  color: #CCC;
}

.clrpurple {
  color: #896795;
}

.clrkeiei {
  color: #103c70;
}

.clrjinbun {
  color: #9e0a0f;
}

.clrshinri {
  color: #9e0a0f;
}

.clrkyouiku {
  color: #6a3f76;
}

.clrsports {
  color: #109359;
}

.clrkanri {
  color: #de702d;
}

/* background
-------------------------------------*/
.bg01 {
  background: #F8FBFD;
}

.bg02 {
  background: #ADDBFA;
}

.bg03 {
  background: #DEF0FB;
}

.bg04 {
  background: #FEF9E9;
}

.bg05 {
  background: #D3F1A0;
}

.bg06 {
  background: #f8d9d8;
}

.bg07 {
  background: #A0A9F1;
}

.bg08 {
  background: #e50112;
  color: #fff;
}

.bg09 {
  background: #FDE297;
}

.bg10 {
  background: #EFEFEF;
}

.bg11 {
  background: #F4F4F4;
}

.bg12 {
  background: #EEEEDC;
}

.bg13 {
  background: #F6F6EE;
}

.bg14 {
  background: #776655;
}

.bg15 {
  background: #EDF3FE;
}

.bg16 {
  background: #F9F9F9;
}

.bg17 {
  background: #7161C4;
}

.bg18 {
  background: #2ABE0F;
  color: #fff;
}

.bg19 {
  background: #FF0B0B;
}

.bg20 {
  background: #FFB82B;
}

.bg21 {
  background: #7CA20A;
}

.bgfff {
  background: #FFF;
}

.bgccc {
  background: #ccc;
}

.bgkeiei {
  background: #103c70;
}

.bgjinbun {
  background: #9e0a0f;
}

.bgshinri {
  background: #9e0a0f;
}

.bgkyouiku {
  background: #6a3f76;
}

.bgsports {
  background: #109359;
}

.bgkanri {
  background: #de702d;
}

/* float
-------------------------------------*/
/*clear*/
.clear {
  clear: both;
  font-size: 1px;
}

/*margin,padding
------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearbox,
.clearfix {
  min-height: 1px;
}

.clearbox:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearbox,
.clearfix {
  display: inline-table;
}

/* Mac IE には適用させない \*/
* html .clearbox,
* html .clearfix {
  height: 1px;
}

.clearbox,
.clearfix {
  display: block;
}

/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/
/*----上へ戻る----*/
/*.gotop{
	padding:10px 0 20px 0;

}
.contents .gotop p{
	clear:both;
	text-align:right;
	background:url(../img/bg_gotop.gif) no-repeat right 5px;
	padding:0 15px 0 0px;
}
.gotop p a:hover{

}*/
.marginauto {
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.valntop {
  vertical-align: top;
}

.valnmiddle {
  vertical-align: middle;
}

.valnbottom {
  vertical-align: bottom;
}

.indent {
  text-indent: -10000px;
}

.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}

.fontmincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/*----ディスプレイ----*/
.none {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.cap,
.contents .cap {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
  margin: 0 0 0 10px;
}

.cap2,
.contents .cap2 {
  padding-left: 2em;
  text-indent: -2em;
}

.contents .cap,
.contents .cap2 {
  margin: 0 0 0 10px;
  padding-bottom: 2px;
}

.weight400 {
  font-weight: 400;
}

.weight800 {
  font-weight: 800;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*	transition-property: all;
  	-webkit-transition: 0.3s linear;
  	-moz-transition: 0.3s linear;
  	-ms-transition: 0.3s linear;
  	-o-transition: 0.3s linear;
  	transition: 0.3s linear;
  */
}

/*端末のサイズ設定*/
/*color*/
/* 付与するベンダープレフィックス*/
/* background-size*/
@media (max-width: 567px) {
  .img_half {
    height: 127px;
    width: 127px;
  }

  .img_half img {
    -ms-interpolation-mode: bicubic;
    max-width: 127px;
    max-height: 127px;
  }

  * html body .img_half img {
    width: expression(this.width >= this.height ? "127px" : "auto");
    height: expression(this.width <= this.height ? "127px" : "auto");
  }
}
.clrpink {
  color: #e9556e;
}

.clrblue {
  color: #1f60a9;
}

.switch {
  visibility: hidden;
}

@media (min-width: 568px) {
  .sponly {
    display: none;
  }
}
@media (max-width: 567px) {
  .sponly {
    display: block;
  }
}

@media (min-width: 568px) {
  .pconly {
    display: block;
  }
}
@media (max-width: 567px) {
  .pconly {
    display: none;
  }
}

.w300 {
  width: 300px;
}
@media (max-width: 567px) {
  .w300 {
    width: 100%;
  }
}

@media (min-width: 568px) {
  .txt200 {
    display: inline-block;
    font-size: 250%;
  }
}
@media (max-width: 567px) {
  .txt200 {
    font-size: 150%;
  }
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 567px) {
  .mtb30 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

body {
  color: #333333;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 90%;
  background: url(../img/bg.jpg) #fff9fc;
}

a {
  color: #555;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  outline: none;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #a2a2a2;
}
a:hover {
  transition-property: all;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
}

input,
select,
textarea {
  padding: 5px;
}

input,
textarea {
  border: 1px solid #ccc;
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px 0 0;
}

img {
  max-width: 100%;
  height: auto;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 568px) {
  .leftbox {
    display: inline-block;
    float: left;
    padding: 0 0px 0 0;
  }
}
@media (max-width: 567px) {
  .leftbox {
    display: block;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
  }
}

@media (min-width: 568px) {
  .rightbox {
    display: inline-block;
    float: right;
    padding: 0px 0 0px 0px;
  }
}
@media (max-width: 567px) {
  .rightbox {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 10px 0;
    text-align: center;
  }
}

.lbox {
  float: left;
}

.rbox {
  float: right;
}

.module {
  margin: 0 0 40px 0;
}
@media (max-width: 567px) {
  .module {
    margin: 0 0 30px 0;
  }
}

.module20 {
  width: 860px;
  margin: 0 auto 40px auto;
}
@media (max-width: 567px) {
  .module20 {
    width: auto;
    margin: 0 auto 30px auto;
  }
}

.line01 {
  border-top: 1px dotted #1f60a9;
  width: auto;
  margin: 40px auto;
}
@media (max-width: 567px) {
  .line01 {
    margin: 10px auto;
  }
}

.box01 {
  background: #e1f6fa;
  padding: 30px;
  font-size: 90%;
}
@media (max-width: 567px) {
  .box01 {
    padding: 10px;
  }
}

.box02 {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px dotted #1f60a9;
  padding: 44px;
}
@media (max-width: 567px) {
  .box02 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
  }
}
.box02 .left {
  float: left;
}
@media (max-width: 567px) {
  .box02 .left {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
}
.box02 .right .data {
  margin-top: 10px;
}
@media (min-width: 568px) {
  .box02 .right {
    float: right;
    width: 490px;
  }
}
.box02 .right dt {
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 567px) {
  .box02 .right dt {
    font-size: 140%;
    text-align: center;
  }
}
.box02 .right dd {
  font-size: 90%;
  line-height: 1.8;
}
.box02 .right dd .data {
  font-size: 110%;
}
@media (max-width: 567px) {
  .box02 {
    padding: 10px;
  }
}

/*ヘッダ
------------------------------------------------*/
@media (min-width: 568px) {
  #main {
    min-width: 1238px;
  }
}

@media (min-width: 568px) {
  #header {
    width: 960px;
    margin: 0 auto;
    padding: 22px 0 10px;
  }
}
@media (max-width: 567px) {
  #header {
    height: 30px;
    width: 50%;
    padding: 15px 0 5px;
    margin: 0 auto;
  }
}

.ttl_main {
  position: relative;
  text-align: center;
}
@media (min-width: 568px) {
  .ttl_main {
    width: 1238px;
    margin: 0 auto;
  }
}
@media (max-width: 567px) {
  .ttl_main {
    margin: 0 5px;
  }
}

/*---------------------------------------
	footer
---------------------------------------*/
#footer {
  background: #fff;
  position: relative;
  z-index: 0;
}
@media (min-width: 568px) {
  #footer {
    min-width: 1238px;
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
  }
}
#footer .logobox {
  width: 960px;
  margin: 26px auto;
  margin-bottom: 28px;
}
@media (max-width: 567px) {
  #footer .logobox {
    margin: 20px auto;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#footer .lbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  border-right: 1px dotted #ccc;
  text-align: right;
  padding: 2px 20px 6px 0;
}
@media (max-width: 567px) {
  #footer .lbox {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }
}
#footer .lbox a {
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 567px) {
  #footer .lbox a {
    margin: 0 2px;
  }
}
#footer .lbox a img {
  vertical-align: top;
}
@media (max-width: 567px) {
  #footer .lbox a img {
    vertical-align: baseline;
  }
}
#footer .lbox a:first-child {
  margin-right: 12px;
}
#footer .lbox a:first-child img {
  margin-top: -6px;
}
@media (max-width: 567px) {
  #footer .lbox a:first-child {
    margin-right: 0;
    margin-bottom: 8px;
    display: block;
  }
  #footer .lbox a:first-child img {
    margin-top: 0px;
    width: 60%;
  }
}
#footer .rbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  text-align: left;
  padding: 2px 0 6px 20px;
}
@media (max-width: 567px) {
  #footer .rbox {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }
}
#footer .rbox a {
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 567px) {
  #footer .rbox a {
    margin: 0 2px;
  }
}
#footer .rbox a img {
  vertical-align: top;
}
@media (max-width: 567px) {
  #footer .rbox a img {
    vertical-align: baseline;
  }
}
#footer .rbox a:first-child {
  margin-right: 12px;
}
@media (max-width: 567px) {
  #footer .rbox a:first-child {
    margin-top: 5px;
    margin-bottom: 4px;
    margin-right: 0;
    display: block;
  }
  #footer .rbox a:first-child img {
    width: 100%;
  }
}
#footer .copyright {
  text-align: center;
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 25px 0;
}
@media (max-width: 567px) {
  #footer .copyright {
    padding: 15px 10px 15px 0;
    font-size: 70%;
  }
}

@media (min-width: 568px) {
  #footerbnr {
    width: 960px;
    margin: 30px auto 50px;
    text-align: center;
  }
}
@media (max-width: 567px) {
  #footerbnr {
    margin: 15px 15px 0;
  }
}

/*レイアウト
------------------------------------------------*/
@media (min-width: 568px) {
  #mainbody {
    width: 960px;
    margin: 0 auto;
    min-width: 1238px;
  }
}

@media (min-width: 568px) {
  #lead {
    font-size: 110%;
    line-height: 1.6;
    width: 960px;
    margin: 10px auto 50px;
    text-align: center;
    min-width: 1238px;
  }
}
@media (max-width: 567px) {
  #lead {
    padding: 10px;
    width: auto;
    margin: 0 10px;
    font-size: 80%;
    line-height: 1.6;
  }
}

#photo {
  text-align: center;
}
@media (min-width: 568px) {
  #photo {
    min-width: 1238px;
  }
}
#photo .photo_inn {
  margin: 0 15px;
}
@media (min-width: 568px) {
  #photo .photo_inn {
    width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 568px) {
  #movie {
    min-width: 1238px;
  }
}
@media (min-width: 568px) {
  #movie .movie_inn {
    width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 568px) {
  .heading {
    margin: 40px auto;
    width: 960px;
    text-align: center;
  }
}
@media (max-width: 567px) {
  .heading {
    width: 65%;
    margin: 10px auto 10px;
  }
}

.grid_list .grid_item {
  float: left;
  background: #fff;
  width: 452px;
  margin: 0 35px 40px 0;
  padding: 0 0 20px 0;
  border: 3px solid #000;
}
@media (min-width: 568px) {
  .grid_list .grid_item:nth-child(2n) {
    margin: 0;
  }
}
@media (max-width: 567px) {
  .grid_list .grid_item {
    float: none;
    width: auto;
    margin: 0 15px 15px;
    padding: 0 0 10px 0;
  }
}
@media (min-width: 568px) {
  .grid_list .grid_img {
    background: url(../img/bg_movieborder.png) no-repeat -30px bottom;
    height: 265px;
  }
}
@media (max-width: 567px) {
  .grid_list .grid_img {
    background: url(../img/bg_movieborder.png) no-repeat -15px bottom;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}
.grid_list .grid_body {
  padding: 20px 20px 0px;
  margin: 0 0 10px 0;
}
@media (max-width: 567px) {
  .grid_list .grid_body {
    font-size: 80%;
  }
}
.grid_list .grid_body .grid_ttl {
  color: #fc3795;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0 10px 0;
}
@media (max-width: 567px) {
  .grid_list .grid_body .grid_ttl {
    font-size: 150% !important;
    margin: 5px 0 5px 0;
  }
}
.grid_list .grid_body .reporter span {
  background: #fc97c8;
  color: #fff;
  font-weight: bold;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 0 0;
}
@media (max-width: 567px) {
  .grid_list .grid_body .reporter span {
    font-size: 90%;
    padding: 5px;
    margin: 3px 5px 0 0;
  }
}
.grid_list .grid_body .reporter ul, .grid_list .grid_body .reporter ul li {
  display: inline-block;
}
@media (max-width: 567px) {
  .grid_list .grid_body .reporter ul li {
    width: 32px;
  }
}
@media (max-width: 567px) {
  .grid_list .grid_body {
    padding: 15px 10px 0 10px;
    margin: 0 0 0px 0;
  }
  .grid_list .grid_body .grid_ttl {
    font-weight: bold;
    font-size: 90%;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.grid_list a {
  text-decoration: none;
}

@media (min-width: 568px) {
  iframe {
    width: 100%;
    height: 255px;
  }
}
@media (max-width: 567px) {
  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
