@charset "UTF-8";

#mainContents #contents{
  display: block;
  background: none;
}
#mainContents .container {
  width: 100%;
  padding-top: 70px;
}
#mainContents .container > .contentsWrapper {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

#mainContents .container > .contentsWrapper > .wrapper {
  padding-bottom: 70px;
}
#mainContents h1{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  color: #1a881a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#mainContents p{
  font-size: 14px;
}
#mainContents .mb50 {
    margin-bottom: 50px !important;
}
#mainContents .ta-c {
    text-align: center !important;
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/common/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
html {
  overflow: auto;
  height: 100%; }

body.modal-open {
  overflow: hidden;
  height: 100%; }

.wrap {
  position: relative;
  min-width: 320px; }

.bx-wrapper {
  position: relative;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  z-index: 10; }

.bx-wrapper .bxslider li a {
  display: block; }

.bx-wrapper .bxslider li a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.lightbox {
  display: none; }

.ticketSocialwrap {
  padding-bottom: 10px; }

.ticketSocialwrap ul {
  list-style-type: none;
  margin: 0;
  padding: 16px 0 0;
  text-align: center; }

.ticketSocialwrap ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top; }

.ticketSocialwrap ul li.first {
  margin-right: 10px; }

.ticketSocialwrap ul li.second > .fb-like {
  display: block;
  border: none;
  overflow: hidden; }

#bxElement .bxslider {
  height: 600px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.btn_pagetop {
  position: relative;
  display: block; }

.mb20{
  margin-bottom: 20px;
}

@media print, screen and (min-width: 951px){
  .bxslider li{
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .bxslider li:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6,
  div, p, dl, dt, dd, table{
    box-sizing: border-box; }
  img.grow{
    cursor: pointer;
    -webkit-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out; }
  img.grow:hover{
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .spOnly{
    display: none; }
  .wrap{
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .wrap a{
    color: #000;
    text-decoration: none; }
  .wrap a:hover{
    color: #495a9a; }
  .wrap .container{
    max-width: 910px;
    margin: 0 auto;
    position: relative; }
  #contents{
    padding: 0;
    position: relative;
    background-color: #e8f4fa;
    padding-top: 20px;
    margin-bottom: 0; }
  #contents button{
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  #contents .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 26px;
    line-height: 1; }
  #contents .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 14px; }
  #contents .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 46px; }
  /* TOP
****************************/
  body.home #contents{
    padding: 0;
    position: relative; }
  body.home #contents > .bg{
    width: 100%;
    max-width: 100%;
    padding: 40px 0 32px; }
  body.home #contents .cont-news{
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff; }
  body.home #contents .cont-news > table th, body.home #contents .cont-news > table td{
    padding: 10px 0; }
  body.home #contents .cont-news > table td{
    width: 100%; }
  body.home #contents .cont-news > table .ttl{
    float: left;
    text-align: center;
    width: 110px;
    font-weight: bold; }
  body.home #contents .cont-news > table .info{
    border-left: 1px solid #e0ecf4;
    padding: 10px 20px; }
  body.home #contents .cont-news > table .info a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999; }
  body.home #contents .cont-news > table .info a:hover{
    text-decoration: underline !important; }
  body.home #contents .cont-news > table .info a.last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  body.home #contents .cont-news > table .info a.nolink{
    color: #000 !important; }
  body.home #contents .cont-news > table .info a.nolink:hover{
    text-decoration: none !important; }
  body.home #contents .cont-tips{
    position: relative; }
  body.home #contents .cont-tips > ul{
    float: left;
    width: 612px;
    margin: 0; }
  body.home #contents .cont-tips > ul li{
    float: left;
    margin: 0 8px 8px 0;
    width: 296px;
    height: 296px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #fff; }
  body.home #contents .cont-tips > ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-tips > ul li a:visited, body.home #contents .cont-tips > ul li a:link{
    text-decoration: none !important; }
  body.home #contents .cont-tips > ul li a > .tip-ttl{
    width: 94%;
    margin-left: 10px;
    position: absolute;
    bottom: 4px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: .1em; }
  body.home #contents .cont-tips > ul li a > .tip-ttl:after{
    content: url(../img/common/icon_menu_arrow.png);
    position: absolute;
    right: 0;
    bottom: 0; }
  body.home #contents .cont-tips .fb-a,
  body.home #contents .cont-tips .fb-b{
    display: none; }
  body.home #contents .cont-tips .fb-page{
    display: block; }
  body.home #contents .cont-tips .fb-page.fb_iframe_widget{
    position: static !important; }
  body.home #contents .cont-other{
    background-color: #d5e6f1; }
  body.home #contents .cont-other .other-btn{
    width: 100%;
    height: 42px;
    background-color: #9ec5dd;
    position: relative;
    z-index: 999; }
  body.home #contents .cont-other .other-btn .cont-top{
    max-width: 910px;
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
  body.home #contents .cont-other .other-btn .cont-top > .cont-ttl{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    color: #fff; }
  body.home #contents .cont-other .other-btn .cont-top > .btn{
    display: block;
    outline: none;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 24%;
    background: transparent url(../img/common/btn_other.png) center 0 no-repeat; }
  body.home #contents .cont-other .other-btn .cont-top > .btn > span{
    display: none; }
  body.home #contents .cont-other .other-btn .cont-top > .btn.close{
    background-position: center -24px; }
  body.home #contents .cont-other .other-nav{
    display: none;
    width: 910px;
    background: transparent url(../img/common/arrow_down.png) center 0 no-repeat;
    height: auto;
    margin: 0 auto; }
  body.home #contents .cont-other .other-nav > ul{
    margin-right: -7px;
    padding: 40px 0 24px; }
  body.home #contents .cont-other .other-nav > ul li{
    float: left;
    margin: 0 7px 7px 0;
    width: 222px;
    height: 222px;
    overflow: hidden;
    position: relative;
    background-color: #fff; }
  body.home #contents .cont-other .other-nav > ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-other .other-nav > ul li a img{
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-other .other-nav > ul li a > .tip-ttl{
    width: 92%;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.2; }
  body.home #contents .cont-other .other-nav > ul li a > .tip-ttl:after{
    content: url(../img/common/icon_menu_arrow.png);
    position: absolute;
    right: 0;
    bottom: 0; }
  /* ポスター
****************************/
  body.poster #contents > .bg{
    padding-bottom: 80px; }
  body.poster #mainItems{
    margin-bottom: 25px; }
  body.poster #mainItems > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 10px; }
  body.poster #mainItems > ul{
    margin: 0 0 20px 0; }
  body.poster #mainItems > ul li{
    float: left;
    box-sizing: border-box; }
  body.poster #mainItems > ul li.mItem1{
    width: 50%; }
  body.poster #mainItems > ul li.min{
    width: 33%;
    padding-right: 1.0989%; }
  body.poster #mainItems > ul li.n3{
    width: 33.8%;
    padding-right: 0; }
  body.poster #mainItems > ul li.w435{
    width: 435px;}
  body.poster #mainItems > ul li.w442{
    width: 442px;
    margin-left: 22px}
  body.poster #mainItems > ul li.w446{
    width: 446px;}
  body.poster #mainItems > ul li.w212{
    width: 212px;
    margin-left: 20px; }
  body.poster #mainItems > ul li.w218{
    width: 218px;
    margin-left: 19px; }
  body.poster #mainItems > ul li.w298{
    width: 290px;
    margin-left: 20px; }
  body.poster #mainItems > ul li.las{
    padding: 0;
    margin-top: 0; }
  body.poster #mainItems > ul li a{
    display: block;
    margin-bottom: 3px;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster #mainItems > ul li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster #mainItems > ul li a img{
    display: block;
    width: 100%; }
  body.poster #mainItems > ul li .itemTtl{
    background: url(../img/common/ico_zoom.png) right 1px no-repeat; }
  body.poster #mainItems > ul li .itemTtl span{
    display: block;}
  body.poster #mainItems > ul li:first-child{
    margin-left: 0; }
  body.poster #mainItems .bnr-area .bnr_ep,
  body.poster #mainItems .bnr-area .bnr_profile{
    margin-bottom: 30px; }
  body.poster #mainItems .bnr-area .bnr_ep a,
  body.poster #mainItems .bnr-area .bnr_profile a{
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster #mainItems .bnr-area .bnr_ep a:hover,
  body.poster #mainItems .bnr-area .bnr_profile a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster #archive .sortMenu{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 10; }
  body.poster #archive .sortMenu li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative; }
  body.poster #archive .sortMenu li:first-child{
    padding-left: 0; }
  body.poster #archive .sortMenu li button{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1; }
  body.poster #archive .sortMenu li .pull{
    position: absolute;
    display: none;
    width: 100%; }
  body.poster #archive .sortMenu li .pull.show{
    display: block; }
  body.poster #archive .sortMenu li .pull a{
    font-size: 18px;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1;
    display: block;
    border-top: #FFF solid 2px;
    text-align: center;
    background-color: #c2d9e5; }
  body.poster #archive .items .item{
    display: block;
    width: 298px;
    margin-bottom: 8px;
    box-sizing: border-box;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"; }
  body.poster #archive .items .item .pic{
    width: 100%; }
  body.poster #archive .items .item .pic img{
    display: block;
    width: 100%; }
  body.poster #archive .items .item .pic.portrait{
    height: 410px; }
  body.poster #archive .items .item .pic.landscape{
    height: 198px; }
  body.poster #archive .items .item .info{
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box; }
  body.poster #archive .items .item .info .shoulder{
    color: #4aaeea;
    padding: 10px 0 0; }
  body.poster #archive .items .item .info .ttl{
    font-size: 14px;
    padding: 0 0 10px; }
  body.poster #archive .items .item .info .tags{
    border-top: 1px dotted #d5e6f1;
    padding: 10px 0;
    color: #787878;
    font-style: italic; }
  body.poster #archive .items #arc-64 .portrait{
    height: 390px; }
  /* CMギャラリー
****************************/
  body.cm #contents > .bg{
    padding-bottom: 80px; }
  body.cm #mainItems{
    margin-bottom: 25px; }
  body.cm #mainItems > .cmNav{
    width: 910px;
    height: 49px;
    background-color: #fff; }
  body.cm #mainItems > .cmNav li{
    float: left;
    width: 114px;
    text-align: center; }
  body.cm #mainItems > .cmNav li a{
    display: inline-block;
    line-height: 49px; }
  body.cm #mainItems .anchor-nav{
    display: block;
    background: #fff; }
  body.cm #mainItems .anchor-nav .anchor{
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    border-right: solid 1px #e8f4fa; }
  body.cm #mainItems .anchor-nav .anchor span{
    font-size: 14px;
    padding-left: 4px;
    font-weight: bold; }
  body.cm #mainItems .archive{
    margin-top: 30px;
    display: block;
    background: #9ec5dd;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff; }
  body.cm #mainItems > .cmBox{
    padding: 30px 0;
    color: #009fa8; }
  body.cm #mainItems > .cmBox > h3{
    font-size: 24px;
    margin-bottom: 30px; }
  body.cm #mainItems > .cmBox > p{
    line-height: 2em;
    padding: 8px 0 20px; }
  body.cm #mainItems > .cmBox:first-child{
    border-top: none; }
  body.cm #mainItems > .cmBox .movieArea{
    padding: 0 0 16px;
    margin-right: -10px; }
  body.cm #mainItems > .cmBox .movieArea .col{
    float: left;
    width: 450px;
    margin-right: 10px;
    margin-bottom: 20px; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage{
    margin-bottom: 10px; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage img{
    width: 100%; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo{
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: alpha(opacity=30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo span{
    display: none; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo:hover{
    filter: alpha(opacity=65);
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
  body.cm #mainItems > .cmBox .movieArea .col > .t-note{
    color: #000;
    line-height: 1em; }
  body.cm #mainItems > .cmBox .movieArea .col a{
    display: block;
    cursor: pointer; }
  body.cm #mainItems .bnr-area .bnr_ep a,
  body.cm #mainItems .bnr-area .bnr_profile a{
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.cm #mainItems .bnr-area .bnr_ep a:hover,
  body.cm #mainItems .bnr-area .bnr_profile a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  /* 撮影エピソード インデックス
****************************/
  body.episode #contents > .bg{
    padding-bottom: 80px; }
  body.episode .episodeBlock .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.episode .episodeBlock .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.episode .episodeBlock .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.episode .episodeBlock .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.episode .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.episode .episodeBlock .episodeList > li a img{
    width: 100%; }
  /** 960以上**/
  body.poster_201607 .cm-ep-title{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201607 .cm-contbox{
    line-height: 2;
    text-align: center; }
  body.poster_201607 .episodeBlock2{
    background: #fff;
    margin-bottom: 60px;
    padding-bottom: 20px;
    /*
		.bottom-read{
			background: #cfe4ef;
			width: 790/910*100%;
			margin: 0 auto;
			padding: 30px 100px;
			font-size: 14px;
			h3{
				text-align: center;
				font-weight: bold;
				margin-bottom: 30px;
			}
			.read{
				line-height: 2;
				margin-bottom: 15px;
			}
		}*/ }
  body.poster_201607 .episodeBlock2 .cm-contbox.top{
    background: #9ec5dd;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic{
    max-width: 43.95604%;
    margin-bottom: 0;
    float: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read{
    max-width: 56.04396%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    text-align: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text{
    margin-bottom: 15px;
    font-size: 15px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text span{
    font-size: 13px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle{
    text-align: center;
    line-height: 2;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .read{
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic{
    margin: 0 auto;
    width: 86.81319%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom{
    text-align: left;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 86.81319%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .pic{
    float: right;
    width: 41.75824%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .t-read{
    box-sizing: border-box;
    float: left;
    padding-top: 70px;
    padding-left: 20px;
    width: 49.45055%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .t-read.text2{
    padding-top: 15px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox .pic{
    float: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox .t-read{
    padding-top: 30px;
    padding-right: 20px;
    float: right; }
  body.poster_201607 .episodeBlock2 .bottom-text{
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 30px; }
  body.poster_201609 #contents .bg-white,
  body.poster_201611 #contents .bg-white{
    background: #fff; }
  body.poster_201609 .contbox .wide-pic,
  body.poster_201611 .contbox .wide-pic{
    width: 790px;
    margin: 20px auto; }
  body.poster_201609 .contbox .pic img,
  body.poster_201611 .contbox .pic img{
    width: 100%; }
  body.poster_201609 .contbox .read,
  body.poster_201611 .contbox .read{
    margin: 0 auto;
    width: 790px; }
  body.poster_201609 .contbox.bottom,
  body.poster_201611 .contbox.bottom{
    padding-bottom: 40px; }
  body.poster_201609 .contbox.bottom .read,
  body.poster_201611 .contbox.bottom .read{
    text-align: center; }
  body.poster_201611 .episodeBlock .row-layout,
  body.poster_201612 .episodeBlock .row-layout,
  body.poster_201701 .episodeBlock .row-layout{
    background: #fff;
    padding-bottom: 60px;
    margin-bottom: 60px; }
  body.poster_201611 .episodeBlock .row-layout .topbox,
  body.poster_201612 .episodeBlock .row-layout .topbox,
  body.poster_201701 .episodeBlock .row-layout .topbox{
    background: #9ec5dd;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px; }
  body.poster_201611 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201612 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201701 .episodeBlock .row-layout .topbox .t-read{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold; }
  body.poster_201611 .episodeBlock .row-layout .topbox .read,
  body.poster_201612 .episodeBlock .row-layout .topbox .read,
  body.poster_201701 .episodeBlock .row-layout .topbox .read{
    font-size: 14px;
    line-height: 2;
    color: #fff; }
  body.poster_201611 .episodeBlock .row-layout .rowbox,
  body.poster_201612 .episodeBlock .row-layout .rowbox,
  body.poster_201701 .episodeBlock .row-layout .rowbox{
    width: 79.12088%;
    margin: 0 auto; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .read,
  body.poster_201612 .episodeBlock .row-layout .rowbox .read,
  body.poster_201701 .episodeBlock .row-layout .rowbox .read{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic{
    width: 100%;
    margin-bottom: 40px; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic img{
    width: 100%; }
  body.poster_201611 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201612 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201701 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text{
    font-size: 14px;
    line-height: 2;
    text-align: center; }

  /* 2017.06 */
  .episodeBlock .row-layout .topbox .t-read-201706{
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .episodeBlock .row-layout .topbox .read-201706{
    font-size: 14px;
    line-height: 2;
    color: #fff;
  }
  .episodeBlock .row-layout .topbox .t-read-201707{
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
  }
  .episodeBlock .row-layout .rowbox .heading{
    font-size: 16px;
    line-height: 2;
    color: #009fa8;
    margin-bottom: 20px;
  }
  .episodeBlock .row-layout .rowbox .read-201706{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .episodeBlock .row-layout .rowbox .pic-201706{
    width: 100%;
    margin-bottom: 20px;
  }
  .episodeBlock .row-layout .rowbox .pic-201706 img{
    width: 100%;
  }
  .episodeBlock .row-layout .rowbox.r-bottom .bottom-text-201706{
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  /* 2018.03 */
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox{
    background: #9ec5dd;
    padding:0;
    text-align: left;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .img{
    float: left;
    width: 400px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .inner{
    float: left;
    width: 510px;
    padding:30px 25px 0;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .t-read{
    font-size: 20px;
    line-height: 1.5;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .read{
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox{
    width: auto;
    padding:0 40px 40px;
    font-size: 14px;
    line-height: 2;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-left{
    float: left;
    width: 400px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-right{
    float: right;
    width: 380px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-right{
    float: right;
    width: 400px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-left{
    float: left;
    width: 380px;
  }


  /* 撮影エピソード CM_201604
****************************/
  body.poster_201604 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201604 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201604 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201604 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201604 .contbox.top .read{
    text-align: center; }
  body.poster_201604 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201604 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201604 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201604 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201604 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201604 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201604 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201604 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201604 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201604 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201604 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201604 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201604 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201604 .episodeList > li a img{
    width: 100%; }
  body.poster_201606 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201606 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201606 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201606 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201606 .contbox.top .read{
    text-align: center; }
  body.poster_201606 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201606 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201606 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201606 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201606 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201606 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201606 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201606 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201606 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201606 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201606 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201606 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201606 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201606 .episodeList > li a img{
    width: 100%; }
  body.poster_201607 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201607 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201607 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201607 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201607 .contbox.top .read{
    text-align: center; }
  body.poster_201607 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201607 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201607 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201607 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201607 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201607 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201607 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201607 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201607 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201607 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201607 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201607 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201607 .episodeList > li a img{
    width: 100%; }
  body.poster_201609 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201609 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201609 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201609 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201609 .contbox.top .read{
    text-align: center; }
  body.poster_201609 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201609 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201609 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201609 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201609 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201609 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201609 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201609 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201609 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201609 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201609 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201609 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201609 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201609 .episodeList > li a img{
    width: 100%; }
  body.poster_201611 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201611 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201611 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201611 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201611 .contbox.top .read{
    text-align: center; }
  body.poster_201611 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201611 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201611 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201611 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201611 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201611 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201611 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201611 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201611 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201611 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201611 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201611 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201611 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201611 .episodeList > li a img{
    width: 100%; }
  body.poster_201612 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201612 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201612 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201612 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201612 .contbox.top .read{
    text-align: center; }
  body.poster_201612 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201612 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201612 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201612 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201612 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201612 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201612 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201612 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201612 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201612 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201612 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201612 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201612 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201612 .episodeList > li a img{
    width: 100%; }
  body.poster_201701 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201701 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201701 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201701 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201701 .contbox.top .read{
    text-align: center; }
  body.poster_201701 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201701 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201701 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201701 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201701 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201701 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201701 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201701 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201701 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201701 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201701 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201701 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201701 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201701 .episodeList > li a img{
    width: 100%; }
  /* 関連リリース
****************************/
  body.release #contents{
    position: relative; }
  body.release #contents .container{
    width: 910px;
    margin: 0 auto; }
  body.release #contents > .bg{
    padding-bottom: 80px; }
  body.release #contents #releaseList ul .col{
    display: block;
    width: 100%;
    min-height: 99px;
    margin-bottom: 8px;
    background-color: #fff; }
  body.release #contents #releaseList ul .col.last-child{
    margin-bottom: 0; }
  body.release #contents #releaseList ul .col > a{
    display: block;
    position: relative;
    padding: 30px 80px 30px 100px;
    background: url(../img/common/ico_pdf.png) 20px center no-repeat; }
  body.release #contents #releaseList ul .col > a:hover .col-txt{
    text-decoration: underline; }
  body.release #contents #releaseList ul .col > a:after{
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -8px;
    content: url(../img/common/ico_release_arrow.png); }
  body.release #contents #releaseList ul .col .col-data{
    color: #4aaeea; }
  body.release #contents #releaseList ul .col .col-txt{
    font-size: 18px; }
  body.release #contents #releaseList ul .col .col-txt > span{
    font-style: oblique;
    font-size: 12px;
    color: #787878; }
  body.release #contents #releaseList ul .pdf-bnr{
    border: 2px solid #fff;
    padding: 10px; }
  body.release #contents #releaseList ul .pdf-bnr > .image{
    float: left;
    margin-right: 10px; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a{
    display: block;
    color: #0000EB;
    text-decoration: underline; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a:hover{
    text-decoration: none; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a.ico_win:before{
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/common-ico-win.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px; }
  #bnr{
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 28px 0 0;
    background: #f9fafb; }
  #bnr ul{
    width: 910px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  #bnr ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 9px;
    width: 160px;
    height: 50px; }
  .featherlight.modal{
    margin: 0 auto; }
  .featherlight.modal .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 7%;
    margin-left: 7%;
    min-height: 60%; }
  .featherlight.modal .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: -40px;
    top: 0; }
  .featherlight.modal .featherlight-content .modalContent{
    width: 680px;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.modal .featherlight-content .modalContent .info{
    font-size: 12px;
    padding: 20px;
    box-sizing: border-box; }
  .featherlight.modal .featherlight-content .modalContent .info .ttl{
    color: #009fa8;
    margin-bottom: 10px;
    font-size: 18px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc{
    margin-bottom: 5px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .spec a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .tags{
    color: #787878;
    font-style: italic;
    margin: 5px 0 10px; }
  .featherlight.modal .featherlight-content .modalContent .info .btn-episode{
    display: block;
    margin-bottom: 10px; }
  .featherlight.modal .featherlight-content .modalContent .info .btn-travel{
    display: block;
    margin-bottom: 100px; }
  .featherlight.modal .featherlight-content .modalContent .info .btn-episode img
  .featherlight.modal .featherlight-content .modalContent .info .btn-travel img{
    width: auto;
    max-width: 100%;
    display: block; }

  /*2017夏はボタンが２つで余白調整*/
  .featherlight.modal .featherlight-content .modalContent.layout_69 .info .btn-episode,
  .featherlight.modal .featherlight-content .modalContent.layout_68 .info .btn-episode{
    margin-bottom: 10px;
  }
  .featherlight.modal .featherlight-content .modalContent .info .ico_fig{
    display: block;
    width: 175px; }
  .featherlight.modal .featherlight-content .modalContent .info .ico_fig img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait{
    position: relative;
    display: table;
    overflow: auto; }
  .featherlight.modal .featherlight-content .modalContent.portrait .pic img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait .info{
    display: table-cell;
    width: 34.55882%;
    vertical-align: middle;
    border-left: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.portrait .info .ttl{
    margin-top: 0; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 152px;
    width: 71px; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll{
    overflow: auto;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .inner-info{
    position: relative;
    display: block;
    padding-bottom: 0; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .pic{
    float: left;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .pic img{
    display: block;
    width: 100%; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .info{
    float: left;
    display: block;
    border-left: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .info .ttl{
    margin-top: 0 !important; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .info .ico_fig{
    width: 175px; }
  .featherlight.modal .featherlight-content .modalContent.portrait.scroll .map{
    position: relative;
    float: right; }
  .featherlight.modal .featherlight-content .modalContent.landscape.scroll{
    overflow: auto;
    width: 100%;
    max-width: 700px;
    min-height: 100%;
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent.landscape .inner-info{
    float: left;
    max-width: 510px; }
  .featherlight.modal .featherlight-content .modalContent.landscape .pic{
    padding: 0;
    border-bottom: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.landscape .pic img{
    display: block;
    width: 100%; }
  .featherlight.modal .featherlight-content .modalContent.landscape .info{
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map{
    float: right;
    padding: 20px;
    vertical-align: bottom;
    position: relative; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map img{
    display: block;
    width: 71px;
    height: 152px; }
  .featherlight.castInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 7%;
    margin-left: 7%; }
  .featherlight.castInfo .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: -40px;
    top: 0; }
  .featherlight.castInfo .featherlight-content .castContent{
    max-width: 680px;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.castInfo .featherlight-content .castContent.scroll{
    overflow: auto; }
  .featherlight.castInfo .featherlight-content .castContent .pic{
    float: left;
    width: 49.85294%;
    box-sizing: border-box; }
  .featherlight.castInfo .featherlight-content .castContent .pic img{
    width: 100%;
    display: block; }
  .featherlight.castInfo .featherlight-content .castContent .info{
    width: 49.26471%;
    float: right;
    text-align: left;
    padding: 2.94118% 2.94118% 4.41176%;
    font-size: 12px;
    box-sizing: border-box; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name{
    color: #009fa8;
    margin-bottom: 20px;
    font-size: 24px; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > .green{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc{
    line-height: 1.6; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc a{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc > span{
    display: block;
    font-size: 14px; }
  .featherlight.movieInfo{
    font-size: 0; }
  .featherlight.movieInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 40px;
    margin-left: 40px; }
  .featherlight.movieInfo .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: -40px;
    top: 0; }
  #page2top{
    display: none;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999; }
  #page2top a{
    height: 40px;
    width: 40px;
    text-decoration: none;
    background: url(../img/common/btn_pagetop.png) no-repeat center center;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: alpha(opacity=30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  #page2top a span{
    display: none; }
  #page2top a:hover{
    filter: alpha(opacity=65);
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }



  /* 行こうぜ、東北 */
  body.travel .travelList-lead{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .travelList{
    padding-bottom: 100px;
  }
  .travelList li{
    padding-bottom: 20px;
  }
  .travelList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .travelList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
  }

  .travelWapper{
    padding-bottom: 100px;
  }
  .travelDetail{
    background-color: #ffffff;
  }
  .travelDetail .title{
    width: 100%;
    height: 301px;
    /*padding:30px 30px 0 330px;*/
    margin-bottom: 100px;
    box-sizing: border-box;
    color: #ffffff;
  }
  .travelDetail .visual{
    float: left;
    width: 303px;
  }
  .travelDetail .title h4{
    padding:24px 0 0 32px;
    font-size: 22px;
    line-height: 1.2;
  }
  .travelDetail .title h3{
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .travelDetail .title p{
    padding:0 19px 0 32px;
    font-size: 16px;
    line-height: 1.5;
  }
  .travelDetail .box{
    height: 100%;
    margin-left: 303px;
    background: url(../img/travel/2017_summer/title_bg.jpg) no-repeat 0 0;
  }

  .flowWapper{
    position: relative;
    padding:0 20px;
    overflow: hidden;
  }
  .flowWapper .arrow{
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 59px;
    width: 2px;
    height: 100%;
    background: url(../img/travel/line.jpg) repeat-y 0 0;
  }
  .flowWapper .station{
    position: relative;
    width: 100%;
    height: 233px;
    padding:30px 0 0 61px;
    margin-bottom: 95px;
    box-sizing: border-box;
    background: url(../img/travel/2017_summer/station_bg.jpg) no-repeat 0 0;
  }

  .flowWapper .station h3{
    position: relative;
    margin-bottom: 20px;
    color: #009fa8;
    font-size: 24px;
  }
  .flowWapper .station h3:after{
    content:'';
    position: absolute;
    z-index: 110;
    top: 0;
    left: -37px;
    width: 34px;
    height: 34px;
    background: url(../img/travel/ic_circle_active.png) no-repeat 0 0;
  }
  .flowWapper .station .text{
    width: 380px;
    margin-left: 20px;
    font-size: 14px;
  }
  .flowWapper .station .address{
    position: absolute;
    z-index: 110;
    right: 10px;
    bottom: 20px;
    font-size: 12px;
  }
  .flowWapper .station .address a{
    text-decoration: underline;
  }
  .flowWapper .station .address a:hover{
    color: #000;
    text-decoration: none;
  }
  .flowWapper .station .map_sichinohe{
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 427px;
    height: 212px;
    background: url(../img/travel/2017_summer/station_map.png) no-repeat 0 0;
  }
  .flowWapper .station .map_hirosaki{
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 427px;
    height: 212px;
    background: url(../img/travel/2017_summer/station_2_map.png) no-repeat 0 0;
  }
  .flowWapper .titleArea{
    position: relative;
    margin-bottom: 20px;
    margin-left: 60px; /* 左のスペース */
    color: #009fa8;
    font-size: 20px;
  }
  .flowWapper .titleArea:after{
    content:'';
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../img/travel/ic_circle.png) no-repeat 0 0;
  }

  .flowWapper .boxArea{
    width: 738px;
    margin-left: 95px;
  }
  .flowWapper .boxArea .posterTitle{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .flowWapper .boxArea .cap{
    margin-bottom: 8px;
    color: #878787;
    font-size: 12px;
  }
  .flowWapper .boxArea .text{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flowWapper .radius{
    width: 715px;
    padding:10px;
    margin:0 0 20px 90px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
  }
  .flowWapper .radius img{
    float: left;
    width: 425px;
  }
  .flowWapper .radius p{
    float: left;
    width: 260px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .spot_001_img{
    float: left;
    width: 486px;
    margin-right: 20px;
  }
  .flowWapper .spot_001_img img{
    display: block;
    width: 100%;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  .flowWapper .spot_002_img{
    float: left;
    width: 230px;
  }
  .flowWapper .spot_002_img img{
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .flowWapper .spot_004_img{
    display: block;
    margin-bottom: 12px;
  }
  .flowWapper .spot_005_img{
    float: left;
    width: 231px;
    margin-right: 16px;
  }
  .flowWapper .spot_text_005{
    width: 410px;
    padding-bottom:20px;
    margin-left: 247px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .info.museum{
    margin-left: 247px;
  }
  .flowWapper .info .mini_map{
    float: left;
    width: 82px;
  }
  .flowWapper .info .mini_map img{
    width: 100%;
    height: auto;
  }
  .flowWapper .info dl{
    float: left;
    padding-left: 20px;
    /*width: 260px;*/
    line-height: 1.8;
  }
  .flowWapper .info dl a{
    color: #009fa8;
    text-decoration:underline;
  }
  .flowWapper .info dl a:hover{
    text-decoration:none;
  }
  .flowWapper .inner{
    margin-bottom: 40px;
  }
  .flowWapper .imgBox_right{
    margin-bottom: 20px;
  }
  .flowWapper .imgBox_right p{
    float: left;
    width: 350px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .flowWapper .imgBox_right .spot_006_img{
    float: left;
    width: 278px;
    margin-top: -48px;
  }
  .flowWapper .fs14{
    font-size: 14px;
    line-height: 1.8;
  }

  .flowWapper .spot_007_img{
    float: left;
    width: 230px;
    margin-right: 20px;
  }
  .flowWapper .spot_007_img img{
    width: 100%;
    margin-bottom: 4px;
  }
  .flowWapper .spot_007_img__box{
    float: left;
    width: 488px;
  }
  .flowWapper .spot_007_img__text{
    width: 280px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .flowWapper .spot_007_img__radius{
    width: 488px;
    padding:10px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
    box-sizing: border-box; 
  }
  .flowWapper .spot_007_img__radius img{
    width: 175px;
    margin-right: 20px;
    float: left;
  }
  .flowWapper .poster__2{
    position: relative;
    /*padding-bottom: 20px;*/
  }
  .flowWapper .space-md{
    padding: 20px 0 80px;
  }
  .flowWapper .spot_009_img{
    float: left;
    width: 382px;
    margin-right: 20px;
  }
  .flowWapper .spot_text_009{
    float: left;
    width: 300px;
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_009 p{
    margin-bottom: 16px;
  }
  .flowWapper .spot_010_img{
    float: left;
    width: 182px;
    margin-right: 20px;
  }
  .flowWapper .spot_text_010{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_010 p{
    margin-bottom: 16px;
  }
  /* カトリック弘前教会 */
  .flowWapper .spot_011_img{
    float: left;
    width: 440px;
    margin-right: 20px;
  }
  .flowWapper .spot_text_011{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_011 p{
    margin-bottom: 8px;
  }
  /* 弘前フレンチ */
  .flowWapper .spot_012_img{
    float: left;
    width: 278px;
    margin-right: 20px;
  }
  .flowWapper .spot_text_012{
    float: left;
    width: 278px;
    font-size: 14px;
    line-height: 1.6;
  }
  /* アップルパイ */
  .flowWapper .spot_013_img{
    float: right;
    width: 278px;
    margin-right: 169px;
  }
  .flowWapper .spot_text_013{
    float: left;
    width: 278px;
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .memorial_hall,
  .flowWapper .library,
  .flowWapper .church,
  .flowWapper .french,
  .flowWapper .Applepie{
    position: relative;
    padding-bottom: 50px;
  }

  .flowWapper .lead{
    text-align: center;
    font-size: 16px;
    padding-bottom: 40px;
  }
  .flowWapper .map{
    position: relative;
    z-index: 110;
  }
  .btnArea{
    padding:40px 0;
  }
  .btnArea li{
    width: 370px;
    margin:0 auto;
    padding-bottom: 20px;
  }
  .btnArea li img{
    width: 100%;
  }
  .btnArea > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btnArea > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
  }

  /* 左：ナビアイコン */
  .flowWapper .station .ic_time_20min{
    position: absolute;
    z-index: 110;
    bottom: -30px;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    background: url(../img/travel/ic_time_20min.png) no-repeat 0 0;
  }
  .flowWapper .poster__2 .ic_time_1h{
    position: absolute;
    z-index: 110;
    top: 50px;
    left: 20px;
    display: block;
    width: 40px;
    height: 266px;
    background: url(../img/travel/2017_summer/ic_time_1h.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .station .ic_time_10min{
    position: absolute;
    z-index: 110;
    bottom: -30px;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    background: url(../img/travel/2017_summer/ic_time_10min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .memorial_hall .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .library .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 142px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .church .ic_time_10min_walk{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 142px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_10min_walk.png) no-repeat 0 0;
    background-size: 40px;

  }



  }

@media print, screen and (min-width: 951px) and (min-width: 641px) and (max-width: 950px){
  body.poster_201604 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201604 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201604 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201604 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201604 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201604 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201604 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201604 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201604 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201604 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201604 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201604 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201606 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201606 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201606 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201606 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201606 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201606 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201606 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201606 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201606 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201606 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201606 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201607 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201607 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201607 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201607 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201607 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201607 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201607 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201607 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201607 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201607 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201607 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201609 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201609 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201609 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201609 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201609 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201609 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201609 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201609 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201609 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201609 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201609 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201611 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201611 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201611 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201611 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201611 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201611 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201611 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201611 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201611 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201611 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201611 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201612 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201612 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201612 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201612 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201612 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201612 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201612 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201612 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201612 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201612 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201612 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201701 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201701 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201701 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201701 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201701 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201701 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201701 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201701 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201701 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201701 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201701 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; } }

@media print, screen and (min-width: 641px) and (max-width: 950px){
  header, footer, nav, section, article, aside, h1, h2, h3, h4, h5, h6,
  div, p, dl, dt, dd, table{
    box-sizing: border-box; }
  img.grow{
    cursor: pointer;
    -webkit-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out; }
  img.grow:hover{
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .spOnly{
    display: none; }
  .wrap{
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .wrap a{
    color: #000;
    text-decoration: none; }
  .wrap a:hover{
    color: #495a9a; }
  .wrap .container{
    max-width: 910px;
    margin: 0 auto;
    position: relative; }
  #contents{
    padding: 0;
    position: relative;
    background-color: #e8f4fa;
    padding-top: 20px;
    margin-bottom: 0; }
  #contents button{
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  #contents .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 26px;
    line-height: 1; }
  #contents .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 14px; }
  #contents .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 46px; }
  /* TOP
****************************/
  body.home #contents{
    padding: 0;
    position: relative; }
  body.home #contents > .bg{
    width: 100%;
    max-width: 100%;
    padding: 40px 0 32px; }
  body.home #contents .cont-news{
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff; }
  body.home #contents .cont-news > table th, body.home #contents .cont-news > table td{
    padding: 10px 0; }
  body.home #contents .cont-news > table td{
    width: 100%; }
  body.home #contents .cont-news > table .ttl{
    float: left;
    text-align: center;
    width: 110px;
    font-weight: bold; }
  body.home #contents .cont-news > table .info{
    border-left: 1px solid #e0ecf4;
    padding: 10px 20px; }
  body.home #contents .cont-news > table .info a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999; }
  body.home #contents .cont-news > table .info a:hover{
    text-decoration: underline !important; }
  body.home #contents .cont-news > table .info a.last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  body.home #contents .cont-news > table .info a.nolink{
    color: #000 !important; }
  body.home #contents .cont-news > table .info a.nolink:hover{
    text-decoration: none !important; }
  body.home #contents .cont-tips{
    position: relative; }
  body.home #contents .cont-tips > ul{
    float: left;
    width: 612px;
    margin: 0; }
  body.home #contents .cont-tips > ul li{
    float: left;
    margin: 0 8px 8px 0;
    width: 296px;
    height: 296px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #fff; }
  body.home #contents .cont-tips > ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-tips > ul li a:visited, body.home #contents .cont-tips > ul li a:link{
    text-decoration: none !important; }
  body.home #contents .cont-tips > ul li a > .tip-ttl{
    width: 94%;
    margin-left: 10px;
    position: absolute;
    bottom: 4px;
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
    letter-spacing: .1em; }
  body.home #contents .cont-tips > ul li a > .tip-ttl:after{
    content: url(../img/common/icon_menu_arrow.png);
    position: absolute;
    right: 0;
    bottom: 0; }
  body.home #contents .cont-tips .fb-a,
  body.home #contents .cont-tips .fb-b{
    display: none; }
  body.home #contents .cont-tips .fb-page{
    display: block; }
  body.home #contents .cont-tips .fb-page.fb_iframe_widget{
    position: static !important; }
  body.home #contents .cont-other{
    background-color: #d5e6f1; }
  body.home #contents .cont-other .other-btn{
    width: 100%;
    height: 42px;
    background-color: #9ec5dd;
    position: relative;
    z-index: 999; }
  body.home #contents .cont-other .other-btn .cont-top{
    max-width: 910px;
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
  body.home #contents .cont-other .other-btn .cont-top > .cont-ttl{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    color: #fff; }
  body.home #contents .cont-other .other-btn .cont-top > .btn{
    display: block;
    outline: none;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 24%;
    background: transparent url(../img/common/btn_other.png) center 0 no-repeat; }
  body.home #contents .cont-other .other-btn .cont-top > .btn > span{
    display: none; }
  body.home #contents .cont-other .other-btn .cont-top > .btn.close{
    background-position: center -24px; }
  body.home #contents .cont-other .other-nav{
    display: none;
    width: 910px;
    background: transparent url(../img/common/arrow_down.png) center 0 no-repeat;
    height: auto;
    margin: 0 auto; }
  body.home #contents .cont-other .other-nav > ul{
    margin-right: -7px;
    padding: 40px 0 24px; }
  body.home #contents .cont-other .other-nav > ul li{
    float: left;
    margin: 0 7px 7px 0;
    width: 222px;
    height: 222px;
    overflow: hidden;
    position: relative;
    background-color: #fff; }
  body.home #contents .cont-other .other-nav > ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-other .other-nav > ul li a img{
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-other .other-nav > ul li a > .tip-ttl{
    width: 92%;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.2; }
  body.home #contents .cont-other .other-nav > ul li a > .tip-ttl:after{
    content: url(../img/common/icon_menu_arrow.png);
    position: absolute;
    right: 0;
    bottom: 0; }
  /* ポスター
****************************/
  body.poster #contents > .bg{
    padding-bottom: 80px; }
  body.poster #mainItems{
    margin-bottom: 25px; }
  body.poster #mainItems > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 10px; }
  body.poster #mainItems > ul{
    margin: 0 0 20px 0; }
  body.poster #mainItems > ul li{
    float: left;
    box-sizing: border-box; }
  body.poster #mainItems > ul li.mItem1{
    width: 50%; }
  body.poster #mainItems > ul li.min{
    width: 33%;
    padding-right: 1.0989%; }
  body.poster #mainItems > ul li.n3{
    width: 33.8%;
    padding-right: 0; }
  body.poster #mainItems > ul li.las{
    padding: 0;
    margin-top: 10px; }
  body.poster #mainItems > ul li a{
    display: block;
    margin-bottom: 3px;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster #mainItems > ul li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster #mainItems > ul li a img{
    display: block;
    width: 100%; }
  body.poster #mainItems > ul li .itemTtl{
    background: url(../img/common/ico_zoom.png) right 1px no-repeat;
    padding-right: 10px;}
  body.poster #mainItems > ul li:first-child{
    margin-left: 0; }
  body.poster #mainItems .bnr-area .bnr_ep,
  body.poster #mainItems .bnr-area .bnr_profile{
    margin-bottom: 30px; }
  body.poster #mainItems .bnr-area .bnr_ep a,
  body.poster #mainItems .bnr-area .bnr_profile a{
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster #mainItems .bnr-area .bnr_ep a:hover,
  body.poster #mainItems .bnr-area .bnr_profile a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster #archive .sortMenu{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 10; }
  body.poster #archive .sortMenu li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative; }
  body.poster #archive .sortMenu li:first-child{
    padding-left: 0; }
  body.poster #archive .sortMenu li button{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1; }
  body.poster #archive .sortMenu li .pull{
    position: absolute;
    display: none;
    width: 100%; }
  body.poster #archive .sortMenu li .pull.show{
    display: block; }
  body.poster #archive .sortMenu li .pull a{
    font-size: 18px;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1;
    display: block;
    border-top: #FFF solid 2px;
    text-align: center;
    background-color: #c2d9e5; }
  body.poster #archive .items .item{
    display: block;
    width: 298px;
    margin-bottom: 8px;
    box-sizing: border-box;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"; }
  body.poster #archive .items .item .pic{
    width: 100%; }
  body.poster #archive .items .item .pic img{
    display: block;
    width: 100%; }
  body.poster #archive .items .item .pic.portrait{
    height: 410px; }
  body.poster #archive .items .item .pic.landscape{
    height: 198px; }
  body.poster #archive .items .item .info{
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box; }
  body.poster #archive .items .item .info .shoulder{
    color: #4aaeea;
    padding: 10px 0 0; }
  body.poster #archive .items .item .info .ttl{
    font-size: 14px;
    padding: 0 0 10px; }
  body.poster #archive .items .item .info .tags{
    border-top: 1px dotted #d5e6f1;
    padding: 10px 0;
    color: #787878;
    font-style: italic; }
  body.poster #archive .items #arc-64 .portrait{
    height: 390px; }
  /* CMギャラリー
****************************/
  body.cm #contents > .bg{
    padding-bottom: 80px; }
  body.cm #mainItems{
    margin-bottom: 25px; }
  body.cm #mainItems > .cmNav{
    width: 910px;
    height: 49px;
    background-color: #fff; }
  body.cm #mainItems > .cmNav li{
    float: left;
    width: 114px;
    text-align: center; }
  body.cm #mainItems > .cmNav li a{
    display: inline-block;
    line-height: 49px; }
  body.cm #mainItems .anchor-nav{
    display: block;
    background: #fff; }
  body.cm #mainItems .anchor-nav .anchor{
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 20px;
    border-right: solid 1px #e8f4fa; }
  body.cm #mainItems .anchor-nav .anchor span{
    font-size: 14px;
    padding-left: 4px;
    font-weight: bold; }
  body.cm #mainItems .archive{
    margin-top: 30px;
    display: block;
    background: #9ec5dd;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff; }
  body.cm #mainItems > .cmBox{
    padding: 30px 0;
    color: #009fa8; }
  body.cm #mainItems > .cmBox > h3{
    font-size: 24px;
    margin-bottom: 30px; }
  body.cm #mainItems > .cmBox > p{
    line-height: 2em;
    padding: 8px 0 20px; }
  body.cm #mainItems > .cmBox:first-child{
    border-top: none; }
  body.cm #mainItems > .cmBox .movieArea{
    padding: 0 0 16px;
    margin-right: -10px; }
  body.cm #mainItems > .cmBox .movieArea .col{
    float: left;
    width: 450px;
    margin-right: 10px;
    margin-bottom: 20px; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage{
    margin-bottom: 10px; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage img{
    width: 100%; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo{
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: alpha(opacity=30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo span{
    display: none; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo:hover{
    filter: alpha(opacity=65);
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
  body.cm #mainItems > .cmBox .movieArea .col > .t-note{
    color: #000;
    line-height: 1em; }
  body.cm #mainItems > .cmBox .movieArea .col a{
    display: block;
    cursor: pointer; }
  body.cm #mainItems .bnr-area .bnr_ep a,
  body.cm #mainItems .bnr-area .bnr_profile a{
    display: block;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.cm #mainItems .bnr-area .bnr_ep a:hover,
  body.cm #mainItems .bnr-area .bnr_profile a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  /* 撮影エピソード インデックス
****************************/
  body.episode #contents > .bg{
    padding-bottom: 80px; }
  body.episode .episodeBlock .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.episode .episodeBlock .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.episode .episodeBlock .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.episode .episodeBlock .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.episode .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.episode .episodeBlock .episodeList > li a img{
    width: 100%; }
  /** 960以上**/
  body.poster_201607 .cm-ep-title{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201607 .cm-contbox{
    line-height: 2;
    text-align: center; }
  body.poster_201607 .episodeBlock2{
    background: #fff;
    margin-bottom: 60px;
    padding-bottom: 20px;
    /*
		.bottom-read{
			background: #cfe4ef;
			width: 790/910*100%;
			margin: 0 auto;
			padding: 30px 100px;
			font-size: 14px;
			h3{
				text-align: center;
				font-weight: bold;
				margin-bottom: 30px;
			}
			.read{
				line-height: 2;
				margin-bottom: 15px;
			}
		}*/ }
  body.poster_201607 .episodeBlock2 .cm-contbox.top{
    background: #9ec5dd;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic{
    max-width: 43.95604%;
    margin-bottom: 0;
    float: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read{
    max-width: 56.04396%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    text-align: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text{
    margin-bottom: 15px;
    font-size: 15px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text span{
    font-size: 13px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle{
    text-align: center;
    line-height: 2;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .read{
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic{
    margin: 0 auto;
    width: 86.81319%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom{
    text-align: left;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 86.81319%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .pic{
    float: right;
    width: 41.75824%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .t-read{
    box-sizing: border-box;
    float: left;
    padding-top: 70px;
    padding-left: 20px;
    width: 49.45055%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .t-read.text2{
    padding-top: 15px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox .pic{
    float: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox .t-read{
    padding-top: 30px;
    padding-right: 20px;
    float: right; }
  body.poster_201607 .episodeBlock2 .bottom-text{
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 30px; }
  body.poster_201609 #contents .bg-white,
  body.poster_201611 #contents .bg-white{
    background: #fff; }
  body.poster_201609 .contbox .wide-pic,
  body.poster_201611 .contbox .wide-pic{
    width: 790px;
    margin: 20px auto; }
  body.poster_201609 .contbox .pic img,
  body.poster_201611 .contbox .pic img{
    width: 100%; }
  body.poster_201609 .contbox .read,
  body.poster_201611 .contbox .read{
    margin: 0 auto;
    width: 790px; }
  body.poster_201609 .contbox.bottom,
  body.poster_201611 .contbox.bottom{
    padding-bottom: 40px; }
  body.poster_201609 .contbox.bottom .read,
  body.poster_201611 .contbox.bottom .read{
    text-align: center; }
  body.poster_201611 .episodeBlock .row-layout,
  body.poster_201612 .episodeBlock .row-layout,
  body.poster_201701 .episodeBlock .row-layout{
    background: #fff;
    padding-bottom: 60px;
    margin-bottom: 60px; }
  body.poster_201611 .episodeBlock .row-layout .topbox,
  body.poster_201612 .episodeBlock .row-layout .topbox,
  body.poster_201701 .episodeBlock .row-layout .topbox{
    background: #9ec5dd;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px; }
  body.poster_201611 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201612 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201701 .episodeBlock .row-layout .topbox .t-read{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold; }
  body.poster_201611 .episodeBlock .row-layout .topbox .read,
  body.poster_201612 .episodeBlock .row-layout .topbox .read,
  body.poster_201701 .episodeBlock .row-layout .topbox .read{
    font-size: 14px;
    line-height: 2;
    color: #fff; }
  body.poster_201611 .episodeBlock .row-layout .rowbox,
  body.poster_201612 .episodeBlock .row-layout .rowbox,
  body.poster_201701 .episodeBlock .row-layout .rowbox{
    width: 79.12088%;
    margin: 0 auto; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .read,
  body.poster_201612 .episodeBlock .row-layout .rowbox .read,
  body.poster_201701 .episodeBlock .row-layout .rowbox .read{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic{
    width: 100%;
    margin-bottom: 40px; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic img{
    width: 100%; }
  body.poster_201611 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201612 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201701 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text{
    font-size: 14px;
    line-height: 2;
    text-align: center; }
  /* 撮影エピソード CM_201604
****************************/
  body.poster_201604 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201604 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201604 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201604 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201604 .contbox.top .read{
    text-align: center; }
  body.poster_201604 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201604 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201604 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201604 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201604 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201604 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201604 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201604 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201604 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201604 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201604 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201604 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201604 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201604 .episodeList > li a img{
    width: 100%; }
  body.poster_201606 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201606 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201606 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201606 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201606 .contbox.top .read{
    text-align: center; }
  body.poster_201606 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201606 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201606 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201606 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201606 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201606 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201606 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201606 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201606 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201606 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201606 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201606 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201606 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201606 .episodeList > li a img{
    width: 100%; }
  body.poster_201607 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201607 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201607 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201607 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201607 .contbox.top .read{
    text-align: center; }
  body.poster_201607 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201607 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201607 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201607 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201607 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201607 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201607 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201607 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201607 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201607 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201607 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201607 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201607 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201607 .episodeList > li a img{
    width: 100%; }
  body.poster_201609 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201609 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201609 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201609 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201609 .contbox.top .read{
    text-align: center; }
  body.poster_201609 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201609 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201609 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201609 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201609 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201609 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201609 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201609 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201609 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201609 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201609 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201609 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201609 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201609 .episodeList > li a img{
    width: 100%; }
  body.poster_201611 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201611 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201611 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201611 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201611 .contbox.top .read{
    text-align: center; }
  body.poster_201611 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201611 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201611 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201611 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201611 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201611 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201611 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201611 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201611 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201611 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201611 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201611 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201611 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201611 .episodeList > li a img{
    width: 100%; }
  body.poster_201612 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201612 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201612 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201612 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201612 .contbox.top .read{
    text-align: center; }
  body.poster_201612 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201612 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201612 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201612 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201612 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201612 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201612 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201612 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201612 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201612 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201612 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201612 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201612 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201612 .episodeList > li a img{
    width: 100%; }
  body.poster_201701 #contents > .bg{
    padding-bottom: 80px; }
  body.poster_201701 .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201701 .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201701 .contbox.top > .t-read{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
    line-height: 2.3;
    font-size: 1.1em; }
  body.poster_201701 .contbox.top .read{
    text-align: center; }
  body.poster_201701 .contbox.middle > .pic{
    float: left;
    width: 454px; }
  body.poster_201701 .contbox.middle > .t-read{
    float: right;
    width: 430px; }
  body.poster_201701 .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201701 .contbox.bottom > .pic{
    float: right;
    width: 300px; }
  body.poster_201701 .contbox.bottom > .t-read{
    float: left;
    width: 580px; }
  body.poster_201701 .episodeBlock > h2{
    color: #009fa8;
    font-size: 24px;
    margin-bottom: 30px; }
  body.poster_201701 .episodeBlock > h2 > span{
    display: block;
    font-size: 14px; }
  body.poster_201701 .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201701 .episodeList{
    margin-right: -8px;
    overflow: hidden; }
  body.poster_201701 .episodeList > li{
    float: left;
    width: 298px;
    background-color: #fff;
    margin: 8px  8px 8px 0; }
  body.poster_201701 .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.poster_201701 .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.poster_201701 .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201701 .episodeList > li a img{
    width: 100%; }

    /* 2017.06 */
  .episodeBlock .row-layout .topbox .t-read-201706{
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .episodeBlock .row-layout .topbox .read-201706{
    font-size: 14px;
    line-height: 2;
    color: #fff;
  }
  .episodeBlock .row-layout .topbox .t-read-201707{
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
  }
  .episodeBlock .row-layout .rowbox .heading{
    font-size: 14px;
    line-height: 1.6;
    color: #009fa8;
    margin-bottom: 20px;
  }
  .episodeBlock .row-layout .rowbox .read-201706{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .episodeBlock .row-layout .rowbox .pic-201706{
    width: 100%;
    margin-bottom: 20px;
  }
  .episodeBlock .row-layout .rowbox .pic-201706 img{
    width: 100%;
  }
  .episodeBlock .row-layout .rowbox.r-bottom .bottom-text-201706{
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }

  /* 2018.03 */
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox{
    padding:0;
    text-align: left;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .img{
    float: left;
    position: relative;
    width: 40%;
    overflow: hidden;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .inner{
    float: left;
    width: 60%;
    padding:12px 16px 0;
    box-sizing: border-box;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .t-read{
    margin-bottom: 8px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox{
    width: 80%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-left{
    float: left;
    width: 48%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-right{
    float: right;
    width: 48%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-right{
    float: right;
    width: 48%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-left{
    float: left;
    width: 48%;
  }

  /* 関連リリース
****************************/
  body.release #contents{
    position: relative; }
  body.release #contents .container{
    width: 910px;
    margin: 0 auto; }
  body.release #contents > .bg{
    padding-bottom: 80px; }
  body.release #contents #releaseList ul .col{
    display: block;
    width: 100%;
    min-height: 99px;
    margin-bottom: 8px;
    background-color: #fff; }
  body.release #contents #releaseList ul .col.last-child{
    margin-bottom: 0; }
  body.release #contents #releaseList ul .col > a{
    display: block;
    position: relative;
    padding: 30px 80px 30px 100px;
    background: url(../img/common/ico_pdf.png) 20px center no-repeat; }
  body.release #contents #releaseList ul .col > a:hover .col-txt{
    text-decoration: underline; }
  body.release #contents #releaseList ul .col > a:after{
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -8px;
    content: url(../img/common/ico_release_arrow.png); }
  body.release #contents #releaseList ul .col .col-data{
    color: #4aaeea; }
  body.release #contents #releaseList ul .col .col-txt{
    font-size: 18px; }
  body.release #contents #releaseList ul .col .col-txt > span{
    font-style: oblique;
    font-size: 12px;
    color: #787878; }
  body.release #contents #releaseList ul .pdf-bnr{
    border: 2px solid #fff;
    padding: 10px; }
  body.release #contents #releaseList ul .pdf-bnr > .image{
    float: left;
    margin-right: 10px; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a{
    display: block;
    color: #0000EB;
    text-decoration: underline; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a:hover{
    text-decoration: none; }
  body.release #contents #releaseList ul .pdf-bnr > .detail p > a.ico_win:before{
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/common-ico-win.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px; }
  .featherlight.modal img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content{
    padding: 0;
    border-bottom: none;
    position: relative;
    background-color: transparent; }
  .featherlight.modal .featherlight-content .featherlight-close{
    background: transparent url(/ikuze/assets/img/common/btn_close.png) right bottom no-repeat;
    width: 100%;
    height: 40px;
    text-indent: -99999px;
    right: 0;
    top: 0; }
  .featherlight.modal .featherlight-content .modalContent{
    width: 100%;
    padding: 0;
    margin-top: 40px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.modal .featherlight-content .modalContent .pic{
    box-sizing: border-box;
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent .info{
    font-size: 12px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    zoom: 1;
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent .info:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent .info .ttl{
    color: #009fa8;
    margin-bottom: 10px;
    font-size: 18px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc{
    margin-bottom: 5px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .spec a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .tags{
    color: #787878;
    font-style: italic;
    margin: 5px 0; }
  .featherlight.modal .featherlight-content .modalContent .info a.btn-episode,
  .featherlight.modal .featherlight-content .modalContent .info a.btn-travel{
    display: block;
    width: 184px;
    margin-top: 2%; }
  .featherlight.modal .featherlight-content .modalContent .info a.btn-episode img,
  .featherlight.modal .featherlight-content .modalContent .info a.btn-travel img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent .info a.ico_fig{
    display: block;
    width: 175px;
    margin: 4% 0; }
  .featherlight.modal .featherlight-content .modalContent .info a.ico_fig img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent .info .map{
    text-align: right;
    width: 20%;
    z-index: 0;
    float: right;
    display: inline-block;
    background-color: #fff;
    margin-left: 10px;
    padding: 0;
    vertical-align: bottom; }
  .featherlight.modal .featherlight-content .modalContent .info .map img{
    display: inline-block; }
  .featherlight.modal .featherlight-content .modalContent.portrait{
    position: relative;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait .pic{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait .info{
    display: block;
    z-index: 999;
    vertical-align: middle;
    border-top: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map{
    width: 100%;
    display: block;
    background-color: #fff;
    zoom: 1; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map img{
    float: right;
    margin: 4%;
    width: 71px;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.landscape .pic{
    padding: 0; }
  .featherlight.modal .featherlight-content .modalContent.landscape .info{
    border-top: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map{
    width: 100%;
    display: block;
    background-color: #fff;
    zoom: 1; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map img{
    float: right;
    margin: 4%;
    width: 71px;
    display: block; }
  .featherlight.castInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 7%;
    margin-left: 7%; }
  .featherlight.castInfo .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: -40px;
    top: 0; }
  .featherlight.castInfo .featherlight-content .castContent{
    max-width: 680px;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.castInfo .featherlight-content .castContent.scroll{
    overflow: auto; }
  .featherlight.castInfo .featherlight-content .castContent .pic{
    float: left;
    width: 49.85294%;
    box-sizing: border-box; }
  .featherlight.castInfo .featherlight-content .castContent .pic img{
    width: 100%;
    display: block; }
  .featherlight.castInfo .featherlight-content .castContent .info{
    width: 49.26471%;
    float: right;
    text-align: left;
    padding: 2.94118% 2.94118% 4.41176%;
    font-size: 12px;
    box-sizing: border-box; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name{
    margin-bottom: 20px;
    font-size: 24px; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > .green{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc{
    line-height: 1.6; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc a{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc > span{
    display: block;
    font-size: 14px; }
  .featherlight.movieInfo{
    font-size: 0; }
  .featherlight.movieInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 40px;
    margin-left: 40px; }
  .featherlight.movieInfo .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: -40px;
    top: 0; }
  .wrap{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .wrap a{
    color: #000;
    text-decoration: none; }
  .wrap a:hover{
    color: #495a9a; }
  .wrap .container{
    margin: 0 auto;
    position: relative; }
  .wrap #contents{
    padding: 2% 4%; }
  /* TOP
	****************************/
  body.home #contents > .bg{
    background: none;
    background-color: #e8f4fa; }
  body.home #contents > .bg .container{
    width: 100%;
    padding: 0 2%;
    margin: 0 auto; }
  body.home #contents .cont-news{
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff; }
  body.home #contents .cont-news > table{
    display: block; }
  body.home #contents .cont-news > table tbody{
    display: block; }
  body.home #contents .cont-news > table th, body.home #contents .cont-news > table td{
    padding: 10px 0; }
  body.home #contents .cont-news > table td{
    width: 100%; }
  body.home #contents .cont-news > table .ttl{
    float: left;
    text-align: center;
    width: 110px;
    font-weight: bold; }
  body.home #contents .cont-news > table .info{
    width: 300px;
    border-left: 1px solid #e0ecf4;
    padding: 10px 20px; }
  body.home #contents .cont-news > table .info a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999; }
  body.home #contents .cont-news > table .info a:hover{
    text-decoration: underline !important; }
  body.home #contents .cont-news > table .info a.last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  body.home #contents .cont-tips > ul{
    width: 67%;
    float: left; }
  body.home #contents .cont-tips > ul li{
    float: left;
    margin: 0;
    width: 49%;
    height: 49%;
    margin: 0 1% 1% 0;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box; }
  body.home #contents .cont-tips > ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  body.home #contents .cont-tips > ul li a > .tip-ttl{
    width: 94%;
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .1em; }
  body.home #contents .cont-tips > ul li a > .tip-ttl:after{
    content: url(../img/common/icon_menu_arrow.png);
    position: absolute;
    right: 0;
    bottom: 0; }
  body.home #contents .cont-tips > ul li a img{
    display: block;
    width: 100%; }
  body.home #contents .cont-tips .fb-a{
    float: right;
    width: 32.65%;
    margin: 0 0 1% 0;
    display: block; }
  body.home #contents .cont-tips .fb-a a{
    display: block; }
  body.home #contents .cont-tips .fb-a a img{
    display: block;
    width: 100%; }
  body.home #contents .cont-tips .fb-b{
    display: none; }
  body.home #contents .cont-tips .fb-page{
    display: none; }
  body.home #contents .cont-tips .fb-page.fb_iframe_widget{
    position: static !important; }
  body.home #contents .cont-other .other-btn{
    width: 100%;
    height: 42px;
    background-color: #9ec5dd;
    position: relative;
    z-index: 999;
    padding: 0 2%; }
  body.home #contents .cont-other .other-btn .cont-top{
    width: 100%;
    margin: 0 auto;
    position: relative; }
  body.home #contents .cont-other .other-btn .cont-top > .cont-ttl{
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    color: #fff; }
  body.home #contents .cont-other .other-btn .cont-top > .btn{
    display: block;
    outline: none;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 24%;
    background: transparent url(../img/common/btn_other.png) center 0 no-repeat; }
  body.home #contents .cont-other .other-btn .cont-top > .btn > span{
    display: none; }
  body.home #contents .cont-other .other-btn .cont-top > .btn.close{
    background-position: center -24px; }
  body.home #contents .cont-other .other-nav{
    max-width: 604px;
    display: none;
    background: transparent url(../img/common/arrow_down.png) center 0 no-repeat;
    height: auto;
    margin: 0 auto; }
  body.home #contents .cont-other .other-nav > ul{
    margin-right: -1.15894%;
    padding: 6.62252% 0 3.1457%; }
  body.home #contents .cont-other .other-nav > ul li{
    float: left;
    margin: 0 1.15894% 1.15894% 0;
    width: 32.11921%;
    height: 32.11921%;
    overflow: hidden;
    position: relative;
    background-color: #fff; }
  /* ポスター
	****************************/
  body.poster #contents > .bg{
    padding-bottom: 80px; }
  body.poster #mainItems{
    margin: 0; }
  body.poster #mainItems ul li{
    float: left;
    padding-right: 1.0%;
    /*
					&.mItem1 { width: 212/910*100%; }
					&.mItem1.portrate { width: 446/910*100%; }
					*/ }
  body.poster #mainItems ul li.mItem1{
    width: 50%; }
  body.poster #mainItems ul li.min{
    width: 33%; }
  body.poster #mainItems > ul li.w435{
    width: 50%;
   padding-right: 0;}
  body.poster #mainItems ul li.w442{
    width: 48.6%;}
  body.poster #mainItems ul li.w446{
    width: 50%; }
  body.poster #mainItems ul li.w212{
    width: 24.4%; }
  body.poster #mainItems > ul li.w218{
    width: 24.4%;
    margin-left: 1.0%;
    padding-right: 0;}
  body.poster #mainItems > ul li.w298{
    width: 32.3%;
    margin-left: 1.0%;
    padding-right: 0;}
  body.poster #mainItems ul li.n3{
    width: 33.8%;
    padding-right: 0; }
  body.poster #mainItems ul li.las{
    padding: 0;
    margin-top: 0; }
  body.poster #mainItems ul li a{
    display: block;
    margin-bottom: 0; }
  body.poster #mainItems ul li a img{
    display: block;
    width: 100%; }
  body.poster #mainItems ul li:first-child{
    margin-left: 0; }
  body.poster #mainItems .bnr-area .bnr_ep,
  body.poster #mainItems .bnr-area .bnr_profile{
    margin-bottom: 30px; }
  body.poster #mainItems .bnr-area .bnr_ep a,
  body.poster #mainItems .bnr-area .bnr_profile a{
    display: block; }
  body.poster #mainItems .bnr-area .bnr_ep a img,
  body.poster #mainItems .bnr-area .bnr_profile a img{
    display: block;
    width: 100%; }
  body.poster #archive .sortMenu{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 10; }
  body.poster #archive .sortMenu li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative; }
  body.poster #archive .sortMenu li:first-child{
    padding-left: 0; }
  body.poster #archive .sortMenu li button{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1; }
  body.poster #archive .sortMenu li .pull{
    position: absolute;
    display: none;
    width: 100%; }
  body.poster #archive .sortMenu li .pull.show{
    display: block; }
  body.poster #archive .sortMenu li .pull a{
    font-size: 18px;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1;
    display: block;
    border-top: #FFF solid 2px;
    text-align: center;
    background-color: #c2d9e5; }
  body.poster #archive .items .item{
    display: block;
    width: 32.333333%;
    padding: 0;
    box-sizing: border-box; }
  body.poster #archive .items .item .pic img{
    display: block;
    width: 100%; }
  body.poster #archive .items .item .pic.portrait{
    height: auto; }
  body.poster #archive .items .item .pic.landscape{
    height: auto; }
  body.poster #archive .items .item .info{
    background-color: #fff;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box; }
  body.poster #archive .items .item .info .shoulder{
    color: #4aaeea;
    padding: 10px 0 0; }
  body.poster #archive .items .item .info .ttl{
    font-size: 14px;
    padding: 0 0 10px; }
  body.poster #archive .items .item .info .tags{
    border-top: 1px dotted #d5e6f1;
    padding: 10px 0;
    color: #787878;
    font-style: italic; }
  body.poster #archive .items #arc-64 .portrait{
    height: auto; }
  /* CMギャラリー
	****************************/
  body.cm .bg .container{
    padding: 2.5% 2.5% 1.25%; }
  body.cm .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.cm .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.cm .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.cm #mainItems{
    margin-bottom: 25px; }
  body.cm #mainItems > .cmNav{
    width: 100%;
    height: 49px;
    background-color: #fff; }
  body.cm #mainItems > .cmNav li{
    float: left;
    width: 114px;
    text-align: center; }
  body.cm #mainItems > .cmNav li a{
    display: inline-block;
    line-height: 49px;
    color: #000;
    text-decoration: none; }
  body.cm #mainItems > .cmBox{
    padding: 4% 0;
    color: #009fa8; }
  body.cm #mainItems > .cmBox > h3{
    font-size: 18px;
    margin-bottom: 15px; }
  body.cm #mainItems > .cmBox > p{
    line-height: 2em;
    padding: 2% 0; }
  body.cm #mainItems > .cmBox:first-child{
    border-top: none; }
  body.cm #mainItems > .cmBox .movieArea{
    padding: 0 0 2%;
    margin-right: -2%; }
  body.cm #mainItems > .cmBox .movieArea .col{
    float: left;
    margin-right: 2%;
    width: 48%; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage{
    margin-bottom: 10px; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage img{
    display: block;
    width: 100%; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo{
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: alpha(opacity=30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo span{
    display: none; }
  body.cm #mainItems > .cmBox .movieArea .col .movieInfo:hover{
    filter: alpha(opacity=65);
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
  body.cm #mainItems > .cmBox .movieArea .col > .t-note{
    color: #000;
    line-height: 1em; }
  body.cm #mainItems > .cmBox .movieArea .col:last-child{
    margin-bottom: 0; }
  body.cm #mainItems .bnr-area .bnr_ep a,
  body.cm #mainItems .bnr-area .bnr_profile a{
    display: block; }
  body.cm #mainItems .bnr-area .bnr_ep a img,
  body.cm #mainItems .bnr-area .bnr_profile a img{
    display: block;
    width: 100%; }
  /* 撮影エピソード インデックス
	****************************/
  body.episode #contents > .bg .container{
    width: 100%; }
  body.episode .episodeBlock .episodeList{
    margin-right: -1%; }
  body.episode .episodeBlock .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.episode .episodeBlock .episodeList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body.episode .episodeBlock .episodeList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)"; }
  body.episode .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.episode .episodeBlock .episodeList > li a img{
    display: block;
    width: 100%; }
  /** 960以下**/
  body.poster_201607 .episodeBlock2{
    background: #fff; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top{
    background: #9ec5dd; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic{
    max-width: 43.40659%;
    margin-bottom: 0 !important;
    float: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read{
    max-width: 56.59341%;
    float: left;
    color: #fff;
    box-sizing: border-box;
    padding: 2%;
    text-align: left; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text{
    font-size: 12px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text2{
    font-size: 11px; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle{
    text-align: center;
    line-height: 2; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic{
    margin: 0 auto;
    width: 86.81319%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom{
    font-size: 12px;
    text-align: left;
    line-height: 1.6; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .t-read{
    padding-top: 30px;
    width: 50%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox .t-read{
    padding-right: 10px;
    padding-top: 8px; }
  body.poster_201609 #contents .bg-white,
  body.poster_201611 #contents .bg-white{
    background: #fff; }
  body.poster_201609 #contents .bg .contbox .wide-pic,
  body.poster_201611 #contents .bg .contbox .wide-pic{
    width: 93.75%;
    margin: 20px auto; }
  body.poster_201609 #contents .bg .contbox .wide-pic img,
  body.poster_201611 #contents .bg .contbox .wide-pic img{
    width: 100%; }
  body.poster_201609 #contents .bg .contbox .read,
  body.poster_201611 #contents .bg .contbox .read{
    width: 93.75%; }
  body.poster_201609 .contbox.bottom,
  body.poster_201611 .contbox.bottom{
    padding-bottom: 40px; }
  body.poster_201609 .contbox.bottom .read,
  body.poster_201611 .contbox.bottom .read{
    text-align: center; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle,
  body.poster_201611 #contents .bg .contbox.bottom,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle,
  body.poster_201612 #contents .bg .contbox.bottom,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle,
  body.poster_201701 #contents .bg .contbox.bottom{
    width: 86.81319%;
    margin: auto; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle .read,
  body.poster_201611 #contents .bg .contbox.bottom .read,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle .read,
  body.poster_201612 #contents .bg .contbox.bottom .read,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle .read,
  body.poster_201701 #contents .bg .contbox.bottom .read{
    margin-bottom: 30px; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle .pic,
  body.poster_201611 #contents .bg .contbox.bottom .pic,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle .pic,
  body.poster_201612 #contents .bg .contbox.bottom .pic,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle .pic,
  body.poster_201701 #contents .bg .contbox.bottom .pic{
    display: table-cell;
    float: none;
    margin: 0;
    width: 64.08451%; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle .t-read,
  body.poster_201611 #contents .bg .contbox.bottom .t-read,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle .t-read,
  body.poster_201612 #contents .bg .contbox.bottom .t-read,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle .t-read,
  body.poster_201701 #contents .bg .contbox.bottom .t-read{
    display: table-cell;
    width: 35.21127%;
    padding-left: 2%;
    float: none; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle .spOnly,
  body.poster_201611 #contents .bg .contbox.bottom .spOnly,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle .spOnly,
  body.poster_201612 #contents .bg .contbox.bottom .spOnly,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle .spOnly,
  body.poster_201701 #contents .bg .contbox.bottom .spOnly{
    display: none; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle2,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle2,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle2{
    margin: 30px auto; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle2 .pic,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle2 .pic,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle2 .pic{
    float: none;
    margin: 0; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.middle2 .t-read,
  body.poster_201612 #contents .bg .episodeBlock .contbox.middle2 .t-read,
  body.poster_201701 #contents .bg .episodeBlock .contbox.middle2 .t-read{
    float: none;
    padding-left: 0;
    padding-right: 2%; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.bottom,
  body.poster_201612 #contents .bg .episodeBlock .contbox.bottom,
  body.poster_201701 #contents .bg .episodeBlock .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.bottom .t-read,
  body.poster_201612 #contents .bg .episodeBlock .contbox.bottom .t-read,
  body.poster_201701 #contents .bg .episodeBlock .contbox.bottom .t-read{
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px; }
  body.poster_201611 #contents .bg .episodeBlock .contbox.bottom .read,
  body.poster_201612 #contents .bg .episodeBlock .contbox.bottom .read,
  body.poster_201701 #contents .bg .episodeBlock .contbox.bottom .read{
    width: 100%;
    margin-bottom: 0; }
  /* 関連リリース
	****************************/
  body.release #contents .container{
    width: 100%; }
  #page2top{
    display: none;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999; }
  #page2top a{
    height: 40px;
    width: 40px;
    text-decoration: none;
    background: url(../img/common/btn_pagetop.png) no-repeat center center;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter: alpha(opacity=30);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  #page2top a span{
    display: none; }
  #page2top a:hover{
    filter: alpha(opacity=65);
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
  #bnr{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 2.5%;
    background: #f9fafb; }
  #bnr ul{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
  #bnr ul li{
    float: left;
    margin-right: 10px;
    margin-bottom: 9px;
    width: 160px;
    height: 50px; }



  /* 行こうぜ、東北 */

  body.travel .travelList-lead{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .travelList{
    padding-bottom: 80px;
  }
  .travelList li{
    padding-bottom: 20px;
  }
  .travelList li img{
    width: 100%;
  }
  .travelList > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .travelList > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
  }

  .travelWapper{
    padding-bottom: 100px;
  }
  .travelDetail{
    background-color: #ffffff;
  }
  .travelDetail .title{
    width: 100%;
    height: 301px;
    margin-bottom: 100px;
    box-sizing: border-box;
    color: #ffffff;
  }
  .travelDetail .visual{
    float: left;
    width: 303px;
  }
  .travelDetail .title h4{
    padding:24px 0 0 32px;
    font-size: 18px;
    line-height: 1.2;
  }
  .travelDetail .title h3{
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .travelDetail .title p{
    padding:0 19px 0 32px;
    font-size: 14px;
    line-height: 1.5;
  }
  .travelDetail .box{
    height: 100%;
    margin-left: 303px;
    background: url(../img/travel/2017_summer/title_bg.jpg) no-repeat 0 0;
  }

  .flowWapper{
    position: relative;
    padding:0 20px;
    overflow: hidden;
  }
  .flowWapper .arrow{
    position: absolute;
    z-index: 100;
    top: 60px;
    left: 59px;
    width: 2px;
    height: 100%;
    background: url(../img/travel/line.jpg) repeat-y 0 0;
  }
  .flowWapper .station{
    position: relative;
    width: 100%;
    height: 233px;
    padding:30px 0 0 61px;
    margin-bottom: 95px;
    box-sizing: border-box;
    background: url(../img/travel/2017_summer/station_bg.jpg) no-repeat 0 0;
    border-radius: 8px;
  }

  .flowWapper .station h3{
    position: relative;
    margin-bottom: 20px;
    color: #009fa8;
    font-size: 24px;
  }
  .flowWapper .station h3:after{
    content:'';
    position: absolute;
    z-index: 110;
    top: 0;
    left: -37px;
    width: 34px;
    height: 34px;
    background: url(../img/travel/ic_circle_active.png) no-repeat 0 0;
  }
  .flowWapper .station .text{
    width: 380px;
    margin-left: 20px;
    font-size: 14px;
  }
  .flowWapper .station .address{
    position: absolute;
    z-index: 110;
    right: 10px;
    bottom: 20px;
    font-size: 12px;
  }
  .flowWapper .station .address a{
    text-decoration: underline;
  }
  .flowWapper .station .address a:hover{
    color: #000;
    text-decoration: none;
  }
  .flowWapper .station .map_sichinohe{
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 427px;
    height: 212px;
    background: url(../img/travel/2017_summer/station_map.png) no-repeat 0 0;
  }
  .flowWapper .station .map_hirosaki{
    position: absolute;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 427px;
    height: 212px;
    background: url(../img/travel/2017_summer/station_2_map.png) no-repeat 0 0;
  }
  .flowWapper .titleArea{
    position: relative;
    margin-bottom: 20px;
    margin-left: 60px; /* 左のスペース */
    color: #009fa8;
    font-size: 20px;
  }
  .flowWapper .titleArea:after{
    content:'';
    position: absolute;
    top: 50%;
    left: -27px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../img/travel/ic_circle.png) no-repeat 0 0;
  }

  .flowWapper .boxArea{
    margin-left: 80px;
  }
  .flowWapper .boxArea .posterTitle{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .flowWapper .boxArea .cap{
    margin-bottom: 8px;
    color: #878787;
    font-size: 12px;
  }
  .flowWapper .boxArea .text{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flowWapper .radius{
    padding:10px;
    margin:0 0 20px 80px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
  }
  .flowWapper .radius img{
    float: left;
    width: 50%;
  }
  .flowWapper .radius p{
    float: left;
    width: 46%;
    padding-left: 4%;
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .spot_001_img{
    float: left;
    width: 70%;
    margin-right: 2%;
  }
  .flowWapper .spot_001_img img{
    display: block;
    width: 100%;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  .flowWapper .spot_002_img{
    float: left;
    width: 28%;
  }
  .flowWapper .spot_002_img img{
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .flowWapper .spot_004_img{
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .flowWapper .spot_005_img{
    float: left;
    width: 30%;
    margin-right: 4%;
  }
  .flowWapper .spot_text_005{
    padding-bottom:20px;
    margin-left: 34%;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .info.museum{
  }
  .flowWapper .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flowWapper .info .mini_map{
  }
  .flowWapper .info .mini_map img{
    width: 82px;
    height: 100%;
  }
  .flowWapper .info dl{
    padding-left: 20px;
    line-height: 1.8;
  }
  .flowWapper .info dl a{
    color: #009fa8;
    text-decoration:underline;
  }
  .flowWapper .info dl a:hover{
    text-decoration:none;
  }
  .flowWapper .inner{
    margin-bottom: 40px;
  }
  .flowWapper .imgBox_right{
    margin-bottom: 20px;
  }
  .flowWapper .imgBox_right p{
    float: left;
    width: 48%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 1.8;
  }
  .flowWapper .imgBox_right .spot_006_img{
    float: left;
    width: 40%;
    margin-top: -48px;
  }
  .flowWapper .fs14{
    font-size: 14px;
    line-height: 1.8;
  }

  .flowWapper .spot_007_img{
    float: left;
    width: 40%;
    margin-right: 4%;
  }
  .flowWapper .spot_007_img img{
    width: 100%;
    margin-bottom: 4px;
  }
  .flowWapper .spot_007_img__box{
    float: left;
    width: 56%;
  }
  .flowWapper .spot_007_img__text{
    width: 70%;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
  .flowWapper .spot_007_img__radius{
    padding:10px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
    box-sizing: border-box; 
  }
  .flowWapper .spot_007_img__radius img{
    width: 40%;
    margin-right: 20px;
    float: left;
  }
  .flowWapper .poster__2{
    position: relative;
    /*padding-bottom: 20px;*/
  }
  .flowWapper .space-md{
    padding: 20px 0 80px;
  }
  .flowWapper .spot_009_img{
    float: left;
    width: 50%;
    margin-right: 4%;
  }
  .flowWapper .spot_text_009{
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_009 p{
    margin-bottom: 16px;
  }
  .flowWapper .spot_010_img{
    float: left;
    width: 30%;
    margin-right: 4%;
  }
  .flowWapper .spot_text_010{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_010 p{
    margin-bottom: 16px;
  }
  /* カトリック弘前教会 */
  .flowWapper .spot_011_img{
    float: left;
    width: 56%;
    margin-right: 4%;
  }
  .flowWapper .spot_text_011{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_011 p{
    margin-bottom: 8px;
  }
  /* 弘前フレンチ */
  .flowWapper .spot_012_img{
    float: left;
    width: 40%;
    margin-right: 20px;
  }
  .flowWapper .spot_text_012{
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 1.6;
  }
  /* アップルパイ */
  .flowWapper .spot_013_img{
    float: right;
    width: 40%;
    margin-right: 16%;
  }
  .flowWapper .spot_text_013{
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .memorial_hall,
  .flowWapper .library,
  .flowWapper .church,
  .flowWapper .french,
  .flowWapper .Applepie{
    position: relative;
    padding-bottom: 50px;
  }

  .flowWapper .lead{
    text-align: center;
    font-size: 16px;
    padding-bottom: 40px;
    margin-left: 80px;
  }
  .flowWapper .map{
    position: relative;
    z-index: 110;
  }
  .flowWapper .map img{
    width: 100%;
    height: 100%;
  }
  .btnArea{
    padding:40px 0;
  }
  .btnArea li{
    width: 370px;
    margin:0 auto;
    padding-bottom: 20px;
  }
  .btnArea li img{
    width: 100%;
  }
  .btnArea > li a{
    display: block;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btnArea > li a:hover{
    opacity: 0.5;
    -ms-filter: "alpha(opacity=50)";
  }

  /* 左：ナビアイコン */
  .flowWapper .station  .ic_time_20min{
    position: absolute;
    z-index: 110;
    bottom: -30px;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    background: url(../img/travel/ic_time_20min.png) no-repeat 0 0;
  }
  .flowWapper .poster__2 .ic_time_1h{
    position: absolute;
    z-index: 110;
    top: 50px;
    left: 20px;
    display: block;
    width: 40px;
    height: 266px;
    background: url(../img/travel/2017_summer/ic_time_1h.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .station .ic_time_10min{
    position: absolute;
    z-index: 110;
    bottom: -30px;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    background: url(../img/travel/2017_summer/ic_time_10min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .memorial_hall .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 136px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .library .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 142px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 40px;
  }
  .flowWapper .church .ic_time_10min_walk{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 20px;
    display: block;
    width: 40px;
    height: 142px;
    margin-top: -68px;
    background: url(../img/travel/2017_summer/ic_time_10min_walk.png) no-repeat 0 0;
    background-size: 40px;

  }




  }

@media print, screen and (min-width: 641px) and (max-width: 950px) and (min-width: 641px) and (max-width: 950px){
  body.poster_201604 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201604 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201604 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201604 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201604 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201604 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201604 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201604 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201604 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201604 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201604 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201604 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201604 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201606 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201606 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201606 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201606 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201606 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201606 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201606 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201606 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201606 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201606 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201606 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201606 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201607 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201607 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201607 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201607 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201607 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201607 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201607 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201607 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201607 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201607 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201607 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201607 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201609 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201609 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201609 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201609 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201609 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201609 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201609 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201609 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201609 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201609 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201609 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201609 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201611 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201611 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201611 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201611 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201611 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201611 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201611 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201611 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201611 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201611 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201611 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201611 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201612 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201612 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201612 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201612 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201612 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201612 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201612 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201612 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201612 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201612 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201612 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201612 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .container{
    width: 90%;
    margin: 0 auto; }
  body.poster_201701 #contents > .bg .contbox{
    line-height: 2;
    margin-bottom: 20px; }
  body.poster_201701 #contents > .bg .contbox .pic{
    margin-bottom: 10px; }
  body.poster_201701 #contents > .bg .contbox.top > .pic{
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.top > .pic img{
    width: 100%;
    display: block; }
  body.poster_201701 #contents > .bg .contbox.middle .pic{
    float: left;
    width: 50%;
    margin-right: 3%; }
  body.poster_201701 #contents > .bg .contbox.middle .pic img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.middle > .t-read{
    float: none;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.bottom{
    margin-bottom: 60px; }
  body.poster_201701 #contents > .bg .contbox.bottom > .pic{
    float: right;
    width: 30%; }
  body.poster_201701 #contents > .bg .contbox.bottom > .pic img{
    display: block;
    width: 100%; }
  body.poster_201701 #contents > .bg .contbox.bottom > .t-read{
    float: left;
    width: 70%;
    padding-right: 2%; }
  body.poster_201701 #contents > .bg .episodeList{
    margin-right: -1%; }
  body.poster_201701 #contents > .bg .episodeList > li{
    width: 32.3%;
    padding: 0;
    margin-right: 1%;
    box-sizing: border-box; }
  body.poster_201701 #contents > .bg .episodeList > li a{
    display: block; }
  body.poster_201701 #contents > .bg .episodeList > li a img{
    display: block;
    width: 100%; } }

@media screen and (max-width: 640px){
/*  #mainContents #contents{
    display: block;
    background: none;
  }*/
  #mainContents .container {
    padding-top: 15%;
  }
  #mainContents .container > .contentsWrapper {
    max-width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }



  #contents{
    background-color: #e8f4fa; }
  .pcOnly{
    display: none; }
  .spOnly{
    display: block; }
  /* TOP
****************************/
  body.home .bg .container{
    padding: 2.5%;
    position: relative; }
  body.home .bg .cont-news{
    max-width: 608px;
    background-color: #fff;
    margin-bottom: 1.97368%; }
  body.home .bg .cont-news > table{
    width: 100%; }
  body.home .bg .cont-news > table th, body.home .bg .cont-news > table td{
    padding: 10px;
    text-align: left;
    display: block;
    box-sizing: border-box; }
  body.home .bg .cont-news > table th{
    font-size: 16px;
    letter-spacing: .3em;
    border-bottom: 1px solid #e0ecf4; }
  body.home .bg .cont-news > table td > a{
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  body.home .bg .cont-tips{
    position: relative;
    max-width: 608px; }
  body.home .bg .cont-tips > ul{
    zoom: 1; }
  body.home .bg .cont-tips > ul:after{
    content: "";
    display: block;
    clear: both; }
  body.home .bg .cont-tips > ul li{
    float: left;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    margin: 0 1.97368% 1.97368% 0;
    width: 49.01316%;
    height: 49.01316%; }
  body.home .bg .cont-tips > ul li:nth-child(even){
    margin-right: 0; }
  body.home .bg .cont-tips > ul li a{
    display: block;
    text-decoration: none;
    position: relative; }
  body.home .bg .cont-tips > ul li a img{
    width: 100%;
    display: block; }
  body.home .bg .cont-tips > ul li a > .tip-ttl{
    width: 98%;
    position: absolute;
    left: 2%;
    bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.3; }
  body.home .bg .cont-tips > ul li a > .tip-ttl:after{
    content: url(/ikuze/assets/img/common/icon_menu_arrow.png);
    position: absolute;
    right: 5px;
    bottom: 0; }
  body.home .bg .cont-tips .cont-bnr{
    width: 100%; }
  body.home .bg .cont-tips .cont-bnr a{
    display: block; }
  body.home .bg .cont-tips .cont-bnr a img{
    width: 100%;
    display: block;
    margin: 0 auto; }
  body.home .bg .cont-tips .fb-b{
    display: block; }
  body.home .bg .cont-tips .fb-a,
  body.home .bg .cont-tips .fb-page{
    display: none; }
  body.home .cont-other .other-btn{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #9ec5dd;
    z-index: 999; }
  body.home .cont-other .other-btn .cont-top{
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
  body.home .cont-other .other-btn .cont-top > .cont-ttl{
    font-size: 1.2em;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    color: #fff; }
  body.home .cont-other .other-btn .cont-top > .btn{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 24%;
    right: 2.5%;
    outline: none;
    border: none;
    padding: 0;
    margin: 0 auto;
    background: transparent url(../img/common/btn_other.png) 0 0 no-repeat; }
  body.home .cont-other .other-btn .cont-top > .btn > span{
    display: none; }
  body.home .cont-other .other-btn .cont-top > .btn.close{
    background-position: center -24px; }
  body.home .cont-other .other-nav{
    display: none;
    margin: 0 auto;
    background: #d5e6f1 url(/ikuze/assets/img/common/ico_close_arrow.png) center 0 no-repeat;
    background-size: contain;
    padding: 5% 2.5% 2.5%;
    height: auto; }
  body.home .cont-other .other-nav > ul{
    zoom: 1; }
  body.home .cont-other .other-nav > ul:after{
    content: "";
    display: block;
    clear: both; }
  body.home .cont-other .other-nav > ul li{
    float: left;
    box-sizing: border-box;
    margin: 0 1.97368% 1.97368% 0;
    width: 49.01316%;
    height: 49.01316%; }
  body.home .cont-other .other-nav > ul li:nth-child(even){
    margin-right: 0; }
  body.home .cont-other .other-nav > ul li a{
    display: block;
    position: relative; }
  body.home .cont-other .other-nav > ul li a img{
    width: 100%;
    display: block; }
  body.home .cont-other .other-nav > ul li a > .tip-ttl{
    width: 98%;
    position: absolute;
    bottom: 4px;
    left: 2%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.3; }
  body.home .cont-other .other-nav > ul li a > .tip-ttl:after{
    content: url(/ikuze/assets/img/common/icon_menu_arrow.png);
    position: absolute;
    right: 5px;
    bottom: 0; }
  /* 関連リリース
****************************/
  body.release .bg .container{
    padding: 2.5%; }
  body.release .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.release .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.release .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.release .bg #releaseList ul .col{
    display: block;
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff; }
  body.release .bg #releaseList ul .col:last-child{
    margin-bottom: 0; }
  body.release .bg #releaseList ul .col > a{
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    line-height: 1.3;
    padding: 20px 40px 20px 75px;
    background: url(/ikuze/assets/img/common/ico_pdf.png) 10px 20px no-repeat;
    background-size: 51px auto; }
  body.release .bg #releaseList ul .col > a:after{
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    background: url(/ikuze/assets/img/common/ico_release_arrow.png) 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle; }
  body.release .bg #releaseList ul .col .col-data{
    color: #4aaeea;
    padding-bottom: 8px; }
  body.release .bg #releaseList ul .col .col-txt{
    font-size: 18px;
    line-height: 1.4; }
  body.release .bg #releaseList ul .col .col-txt > span{
    font-style: oblique;
    font-size: 16px;
    color: #787878; }
  body.release .bg #releaseList ul .pdf-bnr{
    border: 2px solid #fff;
    padding: 10px; }
  body.release .bg #releaseList ul .pdf-bnr > .image{
    margin-bottom: 10px; }
  body.release .bg #releaseList ul .pdf-bnr > .detail p > a{
    color: #0000EB;
    text-decoration: underline;
    display: block; }
  body.release .bg #releaseList ul .pdf-bnr > .detail p > a.ico_win:before{
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/common/common-ico-win.png) no-repeat;
    margin-right: 5px;
    position: relative;
    top: -1px; }
  /* ポスター
****************************/
  body.poster .bg .container{
    padding: 2.5% 2.5% 1.25%; }
  body.poster .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster #mainItems{
    margin-bottom: 4.93421%; }
  body.poster #mainItems > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 1.64474%; }
  body.poster #mainItems ul{
    zoom: 1;
    width: 100%;
    margin-bottom: 4.11184%; }
  body.poster #mainItems ul:after{
    content: "";
    display: block;
    clear: both; }
  body.poster #mainItems ul li a{
    display: block; }
  body.poster #mainItems ul li a img{
    width: 100%;
    display: block; }
  body.poster #mainItems ul li a + p{
    padding: 8px 0 16px; }
  body.poster #mainItems ul li a + p.itemTtl{
    background: url(../img/common/ico_zoom.png) right 10px no-repeat; }
  body.poster #mainItems ul li:first-child{
    margin-left: 0; }
  body.poster #mainItems .bnr-area .bnr_ep,
  body.poster #mainItems .bnr-area .bnr_profile{
    margin-bottom: 4.93421%; }
  body.poster #mainItems .bnr-area .bnr_ep a,
  body.poster #mainItems .bnr-area .bnr_profile a{
    display: block; }
  body.poster #mainItems .bnr-area .bnr_ep a img,
  body.poster #mainItems .bnr-area .bnr_profile a img{
    display: block;
    width: 100%; }
  body.poster #archive{
    width: 100%; }
  body.poster #archive .sortMenu{
    width: 100%;
    margin-bottom: 3.28947%;
    position: relative;
    z-index: 10;
    zoom: 1; }
  body.poster #archive .sortMenu:after{
    content: "";
    display: block;
    clear: both; }
  body.poster #archive .sortMenu li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative; }
  body.poster #archive .sortMenu li:first-child{
    padding-left: 0; }
  body.poster #archive .sortMenu li button{
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1;
    border: none;
    outline: none; }
  body.poster #archive .sortMenu li .pull{
    position: absolute;
    display: none;
    width: 100%; }
  body.poster #archive .sortMenu li .pull.show{
    display: block; }
  body.poster #archive .sortMenu li .pull a{
    font-size: 18px;
    padding: 1em 0;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    display: block;
    border-top: #fff solid 2px;
    text-align: center;
    background-color: #c2d9e5; }
  body.poster #archive .items{
    box-sizing: border-box; }
  body.poster #archive .items .item{
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    width: 49.01316%;
    margin-bottom: 7px; }
  body.poster #archive .items .item .pic{
    width: 100%; }
  body.poster #archive .items .item .pic img{
    display: block;
    width: 100%; }
  body.poster #archive .items .item .info{
    width: 100%;
    background-color: #fff;
    font-size: 12px; }
  body.poster #archive .items .item .info .shoulder{
    color: #4aaeea;
    padding: 6.57895% 3.28947% 0; }
  body.poster #archive .items .item .info .ttl{
    color: #000;
    font-size: 14px;
    padding: 6.57895% 3.28947%; }
  body.poster #archive .items .item .info .tags{
    border-top: 1px dotted #d5e6f1;
    padding: 3.28947%;
    color: #787878;
    font-style: italic;
    line-height: 1.6; }
  /* CMギャラリー
****************************/
  body.cm .bg .container{
    padding: 2.5% 2.5% 1.25%; }
  body.cm .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.cm .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.cm .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.cm #mainItems{
    margin-bottom: 25px; }
  body.cm #mainItems > .cmNav{
    height: 49px;
    background-color: #fff; }
  body.cm #mainItems > .cmNav li{
    float: left;
    width: 114px;
    text-align: center; }
  body.cm #mainItems > .cmNav li a{
    display: inline-block;
    line-height: 49px;
    color: #000;
    text-decoration: none; }
  body.cm #mainItems .anchor-nav{
    display: block;
    background: #fff; }
  body.cm #mainItems .anchor-nav .anchor{
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    padding: 2% 4%;
    border-right: solid 1px #e8f4fa;
    color: #000000;
    text-decoration: none; }
  body.cm #mainItems .anchor-nav .anchor span{
    font-size: 14px;
    padding-left: 4px;
    font-weight: bold; }
  body.cm #mainItems .archive{
    margin-top: 6%;
    display: block;
    background: #9ec5dd;
    padding: 4% 0;
    text-align: center;
    font-size: 16px;
    color: #fff; }
  body.cm #mainItems > .cmBox{
    padding: 5% 0;
    color: #009fa8; }
  body.cm #mainItems > .cmBox > h3{
    font-size: 18px;
    margin-bottom: 3%; }
  body.cm #mainItems > .cmBox > p{
    line-height: 2em;
    padding: 2% 0; }
  body.cm #mainItems > .cmBox:first-child{
    border-top: none; }
  body.cm #mainItems > .cmBox .movieArea{
    padding: 0 0 16px; }
  body.cm #mainItems > .cmBox .movieArea .col{
    width: 100%;
    margin-bottom: 4%; }
  body.cm #mainItems > .cmBox .movieArea .col img{
    width: 100%;
    display: block; }
  body.cm #mainItems > .cmBox .movieArea .col > .capImage{
    margin-bottom: 10px; }
  body.cm #mainItems > .cmBox .movieArea .col > .t-note{
    color: #000;
    line-height: 1em; }
  body.cm #mainItems > .cmBox .movieArea .col:last-child{
    margin-bottom: 0; }
  body.cm #mainItems .bnr-area .bnr_ep a,
  body.cm #mainItems .bnr-area .bnr_profile a{
    display: block; }
  body.cm #mainItems .bnr-area .bnr_ep a img,
  body.cm #mainItems .bnr-area .bnr_profile a img{
    display: block;
    width: 100%; }
  /* 撮影エピソードインデックス
****************************/
  body.episode .bg .container{
    padding: 2.5%; }
  body.episode .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.episode .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.episode .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.episode .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.episode .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.episode .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.episode .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.episode .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.episode .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  /* SP */
  body.poster_201607 .cm-ep-title{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201607 .episodeBlock2{
    font-size: 14px;
    margin-bottom: 8%;
    /*
		.bottom-read{
			background: #cfe4ef;
			margin: 0 auto;
			padding: 5% 4%;
			font-size: 14px;
			h3{
				text-align: center;
				font-weight: bold;
				margin-bottom: 5%;
			}
			.read{
				line-height: 1.8;
				margin-bottom: 3%;
			}
		}
		*****************/ }
  body.poster_201607 .episodeBlock2 img{
    width: 100%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top{
    background: #9ec5dd; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .pic{
    margin-bottom: 4%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read{
    color: #fff;
    font-size: 16px;
    padding: 3%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.top .right-read .pic-text{
    font-weight: bold;
    margin-bottom: 3%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .read{
    margin: 5% 0; }
  body.poster_201607 .episodeBlock2 .cm-contbox.middle .pic{
    margin-bottom: 8%; }
  body.poster_201607 .episodeBlock2 .bottom-text{
    margin-bottom: 4%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom{
    margin-bottom: 4%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.bottom .pic{
    margin-bottom: 2%; }
  body.poster_201607 .episodeBlock2 .cm-contbox.leftbox{
    margin-bottom: 4%; }
  body.poster_201609 .contbox.top .t-read{
    font-weight: bold;
    font-size: 14px; }
  body.poster_201609 .contbox .wide-pic{
    margin: 20px auto; }
  body.poster_201609 .contbox.bottom{
    padding-bottom: 4%; }
  body.poster_201611 .bg .container,
  body.poster_201612 .bg .container,
  body.poster_201701 .bg .container{
    padding: 0;
    width: 95%;
    margin: 0 auto; }
  body.poster_201611 .episodeBlock .row-layout,
  body.poster_201612 .episodeBlock .row-layout,
  body.poster_201701 .episodeBlock .row-layout{
    margin-bottom: 4%; }
  body.poster_201611 .episodeBlock .row-layout .topbox,
  body.poster_201612 .episodeBlock .row-layout .topbox,
  body.poster_201701 .episodeBlock .row-layout .topbox{
    background: #9ec5dd;
    padding: 4% 2%;
    margin-bottom: 4%; }
  body.poster_201611 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201612 .episodeBlock .row-layout .topbox .t-read,
  body.poster_201701 .episodeBlock .row-layout .topbox .t-read{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 2%;
    font-weight: bold; }
  body.poster_201611 .episodeBlock .row-layout .topbox .read,
  body.poster_201612 .episodeBlock .row-layout .topbox .read,
  body.poster_201701 .episodeBlock .row-layout .topbox .read{
    font-size: 14px;
    line-height: 2;
    color: #fff; }
  body.poster_201611 .episodeBlock .row-layout .rowbox,
  body.poster_201612 .episodeBlock .row-layout .rowbox,
  body.poster_201701 .episodeBlock .row-layout .rowbox{
    margin: 0 auto; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .read,
  body.poster_201612 .episodeBlock .row-layout .rowbox .read,
  body.poster_201701 .episodeBlock .row-layout .rowbox .read{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3%; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic{
    width: 100%;
    margin-bottom: 4%; }
  body.poster_201611 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201612 .episodeBlock .row-layout .rowbox .pic img,
  body.poster_201701 .episodeBlock .row-layout .rowbox .pic img{
    width: 100%; }
  body.poster_201611 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201612 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text,
  body.poster_201701 .episodeBlock .row-layout .rowbox.r-bottom .bottom-text{
    font-size: 14px;
    line-height: 2; }
  body.poster_201612 .episodeBlock .row-layout .rowbox .read{
    margin-bottom: 4%; }

  /* 2017.06 */
  .episodeBlock .row-layout .topbox .t-read-201706{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 2%;
    font-weight: bold;
  }
  .episodeBlock .row-layout .topbox .read-201706{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }
  .episodeBlock .row-layout .topbox .t-read-201707{
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
  }
  .episodeBlock .row-layout .rowbox .heading{
    font-size: 14px;
    line-height: 1.4;
    color: #009fa8;
    margin-bottom: 10px;
  }
  .episodeBlock .row-layout .rowbox .read-201706{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3%;
  }
  .episodeBlock .row-layout .rowbox .pic-201706{
    width: 100%;
    margin-bottom: 4%;
  }
  .episodeBlock .row-layout .rowbox .pic-201706 img{
    width: 100%;
  }
  .episodeBlock .row-layout .rowbox.r-bottom .bottom-text-201706{
    font-size: 14px;
    line-height: 1.5;
  }

  /* 2018.03 */
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox{
    background: #9ec5dd;
    padding: 0 0 4%;
    margin-bottom: 4%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .img{
    float: none;
    width: 100%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .img img{
    width: 100%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .topbox .inner{
    float: none;
    width: auto;
    padding:2%;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox{
    width: auto;
    font-size: 14px;
    line-height: 1.5;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox p{
    margin-bottom: 10px;
  }
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-left,
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-right,
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-text-right,
  body.poster_201701.poster_201803 .episodeBlock .row-layout .rowbox-img-left{
    float: none;
    width: auto;
  }


  /* 撮影エピソード 一覧
****************************/
  /* 撮影エピソード CM_201604
****************************/
  body.poster_201604 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201604 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201604 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201604 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201604 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201604 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201604 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201604 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201604 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201604 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201604 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201604 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201604 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201604 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201604 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201604 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201606 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201606 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201606 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201606 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201606 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201606 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201606 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201606 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201606 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201606 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201606 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201606 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201606 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201606 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201606 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201606 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201607 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201607 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201607 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201607 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201607 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201607 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201607 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201607 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201607 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201607 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201607 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201607 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201607 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201607 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201607 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201607 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201609 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201609 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201609 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201609 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201609 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201609 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201609 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201609 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201609 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201609 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201609 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201609 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201609 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201609 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201609 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201609 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201611 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201611 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201611 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201611 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201611 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201611 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201611 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201611 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201611 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201611 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201611 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201611 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201611 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201611 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201611 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201611 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201612 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201612 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201612 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201612 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201612 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201612 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201612 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201612 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201612 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201612 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201612 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201612 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201612 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201612 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201612 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201612 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  body.poster_201701 .bg .container{
    padding: 2.5% 2.5% 0; }
  body.poster_201701 .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.poster_201701 .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.poster_201701 .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }
  body.poster_201701 .bg .episodeBlock{
    padding-bottom: 10px; }
  body.poster_201701 .bg .episodeBlock > h2{
    color: #009fa8;
    font-size: 18px;
    margin-bottom: 4.93421%; }
  body.poster_201701 .bg .episodeBlock > h2 > span{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal; }
  body.poster_201701 .bg .episodeBlock .contbox img{
    display: block;
    width: 100%; }
  body.poster_201701 .bg .episodeBlock .contbox .t-read{
    padding: 4% 0;
    line-height: 1.5; }
  body.poster_201701 .bg .episodeBlock .episodeListTtl{
    background-color: #9ec5dd;
    line-height: 42px;
    text-align: center;
    color: #fff; }
  body.poster_201701 .bg .episodeBlock .episodeList{
    overflow: hidden; }
  body.poster_201701 .bg .episodeBlock .episodeList > li{
    float: left;
    box-sizing: border-box;
    width: 49.34211%;
    background-color: #fff;
    margin: 1.31579% 1.31579% 1.31579% 0; }
  body.poster_201701 .bg .episodeBlock .episodeList > li:nth-child(even){
    margin-right: 0; }
  body.poster_201701 .bg .episodeBlock .episodeList > li a{
    color: #000;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
  body.poster_201701 .bg .episodeBlock .episodeList > li a > .pic img{
    width: 100%;
    display: block; }
  body.poster_201701 .bg .episodeBlock .episodeList > li a > .t-read{
    padding: 10px; }
  .featherlight.modal .featherlight-content{
    width: 86%;
    padding: 0;
    border-bottom: none;
    position: relative;
    background-color: transparent; }
  .featherlight.modal .featherlight-content .featherlight-close{
    background: transparent url(/ikuze/assets/img/common/btn_close.png) right bottom no-repeat;
    width: 100%;
    height: 40px;
    text-indent: -99999px;
    right: 0;
    top: 0; }
  .featherlight.modal .featherlight-content .modalContent{
    width: 100%;
    padding: 0;
    margin-top: 40px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.modal .featherlight-content .modalContent .pic{
    box-sizing: border-box;
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent .pic img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent .info{
    font-size: 12px;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    zoom: 1;
    background-color: #fff; }
  .featherlight.modal .featherlight-content .modalContent .info:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent .info .ttl{
    color: #009fa8;
    margin-bottom: 10px;
    font-size: 18px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc{
    margin-bottom: 5px; }
  .featherlight.modal .featherlight-content .modalContent .info .disc a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .spec a{
    color: #009fa8; }
  .featherlight.modal .featherlight-content .modalContent .info .tags{
    color: #787878;
    font-style: italic;
    margin: 5px 0; }
  .featherlight.modal .featherlight-content .modalContent .info a.btn-episode,
  .featherlight.modal .featherlight-content .modalContent .info a.btn-travel{
    display: block;
    width: 60%;
    margin-top: 4%; }
  .featherlight.modal .featherlight-content .modalContent .info a.btn-episode img,
  .featherlight.modal .featherlight-content .modalContent .info a.btn-travel img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent .info a.ico_fig{
    display: block;
    width: 175px;
    margin: 4% 0; }
  .featherlight.modal .featherlight-content .modalContent .info a.ico_fig img{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent .info .map{
    text-align: right;
    width: 20%;
    z-index: 0;
    float: right;
    display: inline-block;
    background-color: #fff;
    margin-left: 10px;
    padding: 0;
    vertical-align: bottom; }
  .featherlight.modal .featherlight-content .modalContent .info .map img{
    display: inline-block; }
  .featherlight.modal .featherlight-content .modalContent.portrait{
    position: relative;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait .pic{
    width: 100%;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.portrait .info{
    height: auto;
    display: block;
    z-index: 999;
    vertical-align: middle;
    border-top: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map{
    width: 100%;
    display: block;
    background-color: #fff;
    zoom: 1; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent.portrait .map img{
    float: right;
    margin: 4%;
    width: 71px;
    display: block; }
  .featherlight.modal .featherlight-content .modalContent.landscape .pic{
    padding: 0; }
  .featherlight.modal .featherlight-content .modalContent.landscape .info{
    border-top: 1px solid #000; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map{
    width: 100%;
    display: block;
    background-color: #fff;
    zoom: 1; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.modal .featherlight-content .modalContent.landscape .map img{
    float: right;
    margin: 4%;
    width: 71px;
    display: block; }
  .featherlight.castInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    position: relative;
    background-color: transparent;
    min-height: 60%; }
  .featherlight.castInfo .featherlight-content .featherlight-close{
    background: transparent url(/ikuze/assets/img/common/btn_close.png) right bottom no-repeat;
    width: 100%;
    height: 40px;
    text-indent: -99999px;
    right: 0;
    top: 0; }
  .featherlight.castInfo .featherlight-content .castContent{
    padding: 0;
    margin-top: 40px;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }
  .featherlight.castInfo .featherlight-content .castContent .pic{
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #000; }
  .featherlight.castInfo .featherlight-content .castContent .pic img{
    width: 100%;
    display: block; }
  .featherlight.castInfo .featherlight-content .castContent .info{
    font-size: 12px;
    padding: 20px;
    box-sizing: border-box;
    zoom: 1;
    background-color: #fff; }
  .featherlight.castInfo .featherlight-content .castContent .info:after{
    content: "";
    display: block;
    clear: both; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name{
    color: #009fa8;
    margin-bottom: 20px;
    font-size: 24px; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > span{
    display: block;
    font-size: 14px;
    padding-bottom: 8px;
    font-weight: normal;
    color: #000; }
  .featherlight.castInfo .featherlight-content .castContent .info > .name > .green{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .profile{
    line-height: 2;
    margin-bottom: 20px; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc{
    line-height: 1.6; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc a{
    color: #009fa8; }
  .featherlight.castInfo .featherlight-content .castContent .info > .disc > span{
    display: block;
    font-size: 14px;
    padding-bottom: 6px; }
  #bnr{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 2.5% 1.25% 0;
    background: #f9fafb; }
  #bnr ul{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center; }
  #bnr ul li{
    display: inline-block;
    box-sizing: border-box;
    margin: 0.98684%;
    width: 160px;
    height: 15.29605%; }
  #bnr ul li:nth-child(even){
    margin-right: 0; }
  #bnr ul li a{
    display: block;
    position: relative; }
  #bnr ul li a img{
    width: 100%;
    display: block; }
  #sp2top{
    display: block;
    position: relative;
    text-align: right;
    padding: 4% 2.5% 4% 0; }
  #sp2top a{
    display: inline-block;
    color: #87b5d0;
    text-decoration: none;
    font-size: 16px;
    position: relative; }
  #sp2top a:before{
    display: block;
    content: ' ';
    position: absolute;
    left: -30px;
    width: 24px;
    height: 23px;
    background: url(../img/common/ico_pagetop.png) 0 0 no-repeat;
    background-size: 24px 23px; }
  .featherlight.movieInfo{
    font-size: 0; }
  .featherlight.movieInfo .featherlight-content{
    padding: 0;
    border-bottom: none;
    overflow: visible;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
    padding-top: 40px; }
  .featherlight.movieInfo .featherlight-content .featherlight-close{
    background: #FFF url("../img/common/btn_close.png") left bottom no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    right: 0;
    top: 0; }

  /* 行こうぜ、東北 */
  body.travel .bg .container{
    padding: 2.5% 2.5% 1.25%;
   }
  body.travel .bg .container.travelWapperDetail{
    padding: 2.5% 2.5% 1.25%;
    background: #ffffff;
   }
  body.travel .bg .ttl-page{
    position: relative;
    padding-left: 20px;
    margin: 20px 0;
    font-size: 20px;
    line-height: 1; }
  body.travel .bg .ttl-page .eng{
    padding-top: 6px;
    display: block;
    font-size: 12px; }
  body.travel .bg .ttl-page:before{
    position: absolute;
    left: 0;
    content: "";
    background-color: #009fa8;
    width: 6px;
    height: 38px; }

  body.travel .travelList-lead{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .travelList{
    padding-bottom: 40px;
  }
  .travelList li{
    padding-bottom: 10px;
  }
  .travelList > li img{
    width: 100%;
  }

  .travelDetail .title{
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .travelDetail .visual{
    width: 100%;
  }
  .travelDetail .visual img{
    width: 100%;
  }
  .travelDetail .title h4{
    font-size: 14px;
    line-height: 1.2;
  }
  .travelDetail .title h3{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .travelDetail .title p{
    font-size: 14px;
    line-height: 1.5;
  }
  .travelDetail .box{
    padding:12px 8px 8px;
    background: url(../img/travel/2017_summer/title_bg.jpg) no-repeat 0 0;
    background-size: cover;
  }


  .flowWapper{
    position: relative;
  }
  .flowWapper .arrow{
    position: absolute;
    z-index: 100;
    top: 12px;
    left: 17px;
    width: 1px;
    height: 100%;
    background: url(../img/travel/line.jpg) repeat-y 0 0;
    background-size: 1px auto;
  }
  .flowWapper .station{
    position: relative;
    width: 100%;
    padding:10px 8px 0 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    background: url(../img/sp/travel/2017_summer/station_bg.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 8px;
  }

  .flowWapper .station h3{
    position: relative;
    z-index: 110;
    margin-bottom: 20px;
    color: #009fa8;
    font-size: 16px;
  }
  .flowWapper .station h3:after{
    content:'';
    position: absolute;
    top: 0;
    left: -24px;
    width: 20px;
    height: 20px;
    background: url(../img/travel/ic_circle_active.png) no-repeat 0 0;
    background-size: 20px auto;
  }
  .flowWapper .station .text{
    padding-left: 10px;
    font-size: 14px;
  }
  .flowWapper .station .address{
    position: absolute;
    z-index: 110;
    left: 50px;
    bottom: 40px;
    font-size: 12px;
  }
  .flowWapper .station .address a{
    color: #000;
    text-decoration: underline;
  }
  .flowWapper .station .address a:hover{
    color: #000;
    text-decoration: none;
  }
  .flowWapper .station .map_sichinohe{
    display: block;
    position: relative;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 240px;
    height: 163px;
    margin-left: auto;
    background: url(../img/sp/travel/2017_summer/station_map.png) no-repeat 0 0;
    background-size: 240px auto;
  }
  .flowWapper .station .map_hirosaki{
    display: block;
    position: relative;
    z-index: 100;
    right: 10px;
    bottom: 0;
    width: 240px;
    height: 163px;
    margin-left: auto;
    background: url(../img/sp/travel/2017_summer/station_2_map.png) no-repeat 0 0;
    background-size: 240px auto;
  }
  .flowWapper .titleArea{
    position: relative;
    margin-bottom: 16px;
    margin-left: 32px; /* 左のスペース */
    color: #009fa8;
    font-size: 14px;
  }
  .flowWapper .titleArea:after{
    content:'';
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../img/travel/ic_circle.png) no-repeat 0 0;
  }

  .flowWapper .boxArea{
    padding:0 0 0 42px
  }
  .flowWapper .boxArea .posterTitle{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .flowWapper .boxArea .cap{
    margin-bottom: 6px;
    color: #878787;
    font-size: 10px;
  }
  .flowWapper .boxArea .text{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .flowWapper .radius{
    padding:10px;
    margin:0 0 20px 40px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
  }
  .flowWapper .radius img{
    width: 100%;
    margin-bottom: 4px;
  }
  .flowWapper .radius p{
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .spot_001_img{
    margin-bottom: 4px;
  }
  .flowWapper .spot_001_img img{
    display: block;
    width: 100%;
    margin-bottom: 4px;
  }
  .flowWapper .spot_002_img{
    margin-bottom: 4px;
  }
  .flowWapper .spot_002_img img{
    display: block;
    width: 120px;
    margin-bottom: 4px;
  }
  .flowWapper .spot_004_img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .flowWapper .spot_005_img{
    width:  115px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_005{
    padding-bottom:20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
  }
  .flowWapper .info .mini_map{
    width: 68px;
  }
  .flowWapper .info img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
  }
  .flowWapper .info dl{
    padding-left: 20px;
    line-height: 1.5;
    font-size: 12px;
  }
  .flowWapper .info dl a{
    color: #009fa8;
    text-decoration:underline;
  }
  
  .flowWapper .info dd span{
    display: block;
  }
  .flowWapper .inner{
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .imgBox_right{
    margin-bottom: 10px;
  }
  .flowWapper .imgBox_right p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .imgBox_right .spot_006_img{
    display: block;
    width: 208px;
    margin-bottom: 10px;
  }

  /* ポスター紹介（2） */
  .flowWapper .spot_007_img{
  }
  .flowWapper .spot_007_img img{
    width: 120px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_007_img__box{
  }
  .flowWapper .spot_007_img__text{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  .flowWapper .spot_007_img__radius{
    padding:8px;
    margin-bottom: 10px;
    border:solid 1px #b5dad9;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .flowWapper .spot_007_img__radius img{
    display: block;
    width: 158px;
    margin:0 auto 10px;
  }
  .flowWapper .poster__2{
    position: relative;
  }
  .flowWapper .space-md{
    margin-bottom: 40px;
  }
  .flowWapper .spot_009_img{
    display: block;
    width: 224px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_009{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_009 p{
    margin-bottom: 10px;
  }
  .flowWapper .spot_010_img{
    width: 120px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_010{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_010 p{
    margin-bottom: 10px;
  }
  /* カトリック弘前教会 */
  .flowWapper .spot_011_img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_011{
    font-size: 14px;
    line-height: 1.6;
  }
  .flowWapper .spot_text_011 p{
    margin-bottom: 10px;
  }
  /* 弘前フレンチ */
  .flowWapper .spot_012_img{
    display: block;
    width: 208px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_012{
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
  }
  /* アップルパイ */
  .flowWapper .spot_013_img{
    display: block;
    width: 208px;
    margin-bottom: 10px;
  }
  .flowWapper .spot_text_013{
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
  }

  .flowWapper .memorial_hall,
  .flowWapper .library,
  .flowWapper .church,
  .flowWapper .french,
  .flowWapper .Applepie{
    position: relative;
    padding-bottom: 20px;
  }

  .flowWapper .lead{
    font-size: 14px;
    padding:0 0 40px 40px;
  }
  .flowWapper .lead span{
    display: block;
  }

  .flowWapper .map{
    position: relative;
    margin-bottom: 40px;
    bottom: -12px;
    z-index: 110;
  }
  .flowWapper .map img{
    width: 100%;
  }
  .btnArea{
    padding:20px 0 10px;
  }
  .btnArea li{
    padding-bottom: 10px;
  }
  .btnArea li img{
    width: 100%;
  }



  /* 左：ナビアイコン */
  .flowWapper .station .ic_time_20min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 4px;
    display: block;
    width: 30px;
    height: 103px;
    margin-top: -51px;
    background: url(../img/travel/ic_time_20min.png) no-repeat 0 0;
    background-size: 30px auto;
  }
  .flowWapper .poster__2 .ic_time_1h{
    position: absolute;
    z-index: 110;
    bottom: 100px;
    left: 4px;
    display: block;
    width: 30px;
    height: 200px;
    background: url(../img/travel/2017_summer/ic_time_1h.png) no-repeat 0 0;
    background-size: 30px auto;
  }
  .flowWapper .station .ic_time_10min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 4px;
    display: block;
    width: 30px;
    height: 102px;
    margin-top: -51px;
    background: url(../img/travel/2017_summer/ic_time_10min.png) no-repeat 0 0;
    background-size: 30px auto;
  }
  .flowWapper .memorial_hall .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 4px;
    display: block;
    width: 30px;
    height: 102px;
    margin-top: -51px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 30px auto;
  }
  .flowWapper .library .ic_time_1min{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 4px;
    display: block;
    width: 30px;
    height: 102px;
    margin-top: -51px;
    background: url(../img/travel/2017_summer/ic_time_1min.png) no-repeat 0 0;
    background-size: 30px auto;
  }
  .flowWapper .church .ic_time_10min_walk{
    position: absolute;
    z-index: 110;
    top: 50%;
    left: 4px;
    display: block;
    width: 30px;
    height: 108px;
    margin-top: -54px;
    background: url(../img/travel/2017_summer/ic_time_10min_walk.png) no-repeat 0 0;
    background-size: 30px auto;
  }


  }


@media print{
  body{
    overflow: visible !important; }
  .items{
    page-break-before: always;
    page-break-after: always;
    overflow: visible !important; }
  .items .item{
    float: left !important;
    overflow: visible !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    box-sizing: border-box;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  @-moz-document url-prefix(){
    .item{
      position: static !important; } } }
