@charset "Shift_JIS";

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 400;
  src: url(/fmv/special/oyabakamovie/assets/font/SourceHanSans-Regular.ttf) format('truetype');
  src: url(/fmv/special/oyabakamovie/assets/font/SourceHanSans-Regular.woff) format('woff');
}

@font-face {
  font-family: 'SourceHanSans';
  font-style: normal;
  font-weight: 700;
  src: url(/fmv/special/oyabakamovie/assets/font/SourceHanSans-Medium.ttf) format('truetype');
  src: url(/fmv/special/oyabakamovie/assets/font/SourceHanSans-Medium.woff) format('woff');
}


/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/

/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
del,
ins,
em,
img,
hr,
q,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシック', 'MS PGothic', sans-serif;
  font-weight: lighter !important;
  letter-spacing: 1px;
}
.SourceHanSans {
  font-family: 'SourceHanSans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
table,
th,
td {
  border: 0 none;
}
th {
  font-weight: normal;
  text-align: left;
}
caption {
  text-align: left;
}
strong {
  font-weight: normal;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: top;
}
dt {
  font-weight: normal;
}
fieldset {
  border: 0 none;
}
legend {
  display: none;
}
textarea {
  font-size: 1em;
}
.borderBtmNone {
  border-bottom: none!important;
}
.borderBtm01 {
  border-bottom: 1px solid #bfb4b4!important;
}
.mb00 {
  margin-bottom: 0!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.pt40 {
  padding-top: 40px!important;
}
.pl00 {
  padding-left: 0!important;
}
.pb00 {
  padding-bottom: 0!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pt30 {
  padding-top: 30px!important;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
body {
  background: #fff;
  color: #5e4839;
  font-size: 14px;
  margin-bottom: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: italic;
}
strong {
  color: #444;
  font-weight: bold !important;
}
a,
a:link {
  color: #444;
  text-decoration: none;
}
a:visited {
  color: #444;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}

sup {
  vertical-align: top;
}
sub {
  vertical-align: baseline;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  line-height: 1.68;
}



.fade {
  -ms-filter: 'alpha(opacity=0)';
      filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}

.inner a:hover img,
.footer-banner a:hover img {
  opacity: .7;
}

.inner .box:hover p,
.inner .box:hover h3 {
  opacity: .7;
}

iframe[name="google_conversion_frame"]{
  display: none;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.usersGuideBtn{
  text-align: center;
}

.usersGuideBtn a{
  display: block;
}


@media screen and (max-width:768px) {
  body {
    word-break: break-all;
    min-width: 320px;
    font-size: 15px;
    position: relative;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .usersGuideBtn{
    margin: 30px 0 20px;
    padding: 0 30px;
  }
}
/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div,
ul,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  zoom: 1;
}

.inner {
  margin: 0px auto;
  max-width: 1000px;
}

.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}


/*--------------------------------------------------
	header
--------------------------------------------------*/

#header {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  /*	background-image: url(/fmv/special/oyabakamovie/assets/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 230px auto;
*/
     -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
          box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  height: 55px;
  position: relative;
  width: 100%;
}

#header .headerInner {
  overflow: hidden;
  zoom: 1;
}

#header:after {
  clear: both;
  content: '.';
  display: block;
  font-size: .1em;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.header-left {
  float: left;
}
.header-left .brand-logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.header a {
  color: #5e4839;
  display: block;
}

#header .header-center {
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  z-index: 100;
}

.header-right {
  display: block;
  float: right;
  height: 35px;
  padding: 20px 20px 0px 0px;
  width: auto;
}
.header-right .sub-nav {
  display: block;
  float: left;
  height: 100%;
  vertical-align: middle;
}
.header-right .sub-nav > li {
  display: block;
  font-weight: 700;
  height: 100%;
  margin-left: 9px;
}

.header-right .sub-nav > li > span {
  display: block;
  height: 100%;
  padding-left: 169px;
}

.header-right .sub-nav > li span span {
  background-image: url(/fmv/special/oyabakamovie/assets/images/arrow_menu_down.png);
  background-position: left 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 10px 0 20px;
}

.header-right .sub-nav > li span span:hover {
  border-bottom: 3px solid #e60012;
  cursor: pointer;
}

.header-right .sub-nav > li span span.active {
  background-image: url(/fmv/special/oyabakamovie/assets/images/arrow_menu_up.png);
  border-bottom: 3px solid #e60012;
}

.header-right .sns-header {
  border-left: solid 1px #000;
  display: inline-block;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.header-right .sns-header div {
  display: inline-block;
}

#menuContents {
  background: #fff;
  border-top: 1px solid #d5d5d5;
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 10000;
}


#menuContents .inner {
  max-width: 950px;
  width: 100%;
}

#menuContents .menuContentsTop {
  border-bottom: 1px solid #bfb4b4;
  padding: 20px 0 6px 0;
}

#menuContents .menuContentsTop ul li a {
  background-image: url(/fmv/special/oyabakamovie/assets/images/icon_arrow_04.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  display: inline-block;
  font-size: 114.2%;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 30px;
}

#menuContents .menuContentsTop ul li a:hover {
  opacity: .5;
}

#menuContents .menuContentsBtm {
  display: table;
  padding: 0 0 50px;
  width: 100%;
}

#menuContents .menuContentsBtm .txt {
  display: table-cell;
  font-size: 114.2%;
  vertical-align: middle;
  width: 31%;
}

#menuContents .menuContentsBtm .btnBox {
  display: table-cell;
}

#menuContents .menuContentsBtm .btnBox ul {
  zoom: 0;
}

#menuContents .menuContentsBtm .btnBox ul li {
  float: left;
  padding: 40px 0 30px;
  position: relative;
  width: 33.333%;
  height: 146px;
  border-bottom: 1px solid #b4b4b4;
}
#menuContents .menuContentsBtm .btnBox ul li.no-bottom {
  border-bottom: none;
}
#menuContents .menuContentsBtm .btnBox ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #BFB4B4;
}
#menuContents .menuContentsBtm .btnBox ul li:nth-child(3n):after,
#menuContents .menuContentsBtm .btnBox ul li:last-child:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #BFB4B4;
}

#menuContents .menuContentsBtm .btnBox ul li:nth-child(3n+1) {
  clear: both;
}

#menuContents .menuContentsBtm .btnBox ul li:hover {
  opacity: .7;
}

#menuContents .menuContentsBtm .btnBox ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

#menuContents .menuContentsBtm .btnBox ul li .table {
  text-align: center;
  width: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img {
  margin-bottom: 10px;
  position: relative;
}

#menuContents .menuContentsBtm .btnBox ul li .table .img img {
  height: auto;
  width: 192px;
}


#menuContents .menuContentsBtm .btnBox ul li .table .txt {
  font-size: 100%;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt p {
  font-weight: normal;
}

#menuContents .menuContentsBtm .btnBox ul li .table .txt p:before {
  background: url(/fmv/special/oyabakamovie/assets/images/icon_arrow_04.png);
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

#menuContents .menuContentsBtm .btnBox ul li.new .table .img:before {
  background: url(/fmv/special/oyabakamovie/assets/images/new.png);
  background-size: 100%;
  content: "";
  display: inline-block;
  width: 50px;
  height: 28px;
  position: absolute;
  top: -10px;
  left: 12%;
}

@media screen and (max-width:768px) {
  #headerSp {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
    /*
	overflow: hidden;
	zoom: 1;
	background-image: url(/fmv/special/oyabakamovie/assets/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 154px auto;
*/
       -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
            box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 100%;
  }

  #headerSp .header-center img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 154px;
    /*margin-top: 10px;*/
  }

  #headerSp .header-left img {
    height: auto;
    width: 73px;
  }

  #headerSp .header-right {
    padding: 0;
    width: auto;
  }

  #menuContentsSp {
    background: #fff;
    display: none;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 10000;
  }

  #menuContentsSp .topList {
    border-bottom: 1px solid #bfb4b4;
    width: 100%;
  }

  #menuContentsSp .topList ul li {
    background-image: url(/fmv/special/oyabakamovie/assets/images/icon_arrow_03.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-top: 1px solid #bfb4b4;
    box-sizing: border-box;
  }

  #menuContentsSp .topList ul li:first-child {
    border-top: none;
  }

  #menuContentsSp .topList ul li a {
    display: block;
    font-size: 92.8%;
    padding: 15px 20px;
  }

  #menuContentsSp .ttl {
    background: #faf8f4;
    border: 1px solid #bfb4b4;
    border-left: none;
    border-right: none;
    font-size: 71.4%;
    padding: 10px;
  }





  #menuContentsSp .btmList {
    width: 100%;
  }

  #menuContentsSp .btmList ul li {
    background-image: url(/fmv/special/oyabakamovie/assets/images/icon_arrow_03.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    border-bottom: 1px solid #bfb4b4;
    box-sizing: border-box;
    display: table;
    padding: 10px 20px;
    position: relative;
    width: 100%;
  }

  #menuContentsSp .btmList ul li a {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10;
  }

  #menuContentsSp .btmList ul li .img {
    display: table-cell;
    position: relative;
    width: 28.9%;
  }

  #menuContentsSp .btmList ul li .img img {
    width: 100%;
  }

  #menuContentsSp .btmList ul li .txt {
    display: table-cell;
    font-size: 78.5%;
    padding-left: 9px;
    vertical-align: middle;
  }
  
  #menuContentsSp .btmList ul li.new .img:before {
    background: url(/fmv/special/oyabakamovie/assets/images/new.png);
    background-size: 100%;
    content: "";
    display: inline-block;
    width: 25px;
    height: 14px;
    position: absolute;
    top: -5px;
    left: -6%;
  }


  #menuContentsSp .sns-header {
    border-left: none;
    display: block;
    float: none;
    margin: 0;
    padding: 33px 0;
    text-align: center;
  }

  #menuContentsSp .sns-header .twitter-btn,
  #menuContentsSp .sns-header .facebook-btn {
    display: inline-block;
  }

  .menuBtn {
    text-align: center;
  }

  .menuBtn p {
    display: none;
    font-size: 71.4%;
  }

  .menuBtn .nameMenu.on {
    display: block;
    padding: 24px 10px 0 0;
  }

  .menuBtn .nameClose.on {
    display: block;
    padding: 24px 12px 0 0;
  }

  .menu_icon {
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 auto;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 7px;
    -webkit-transition: all .2s ease-in;
       -moz-transition: all .2s ease-in;
         -o-transition: all .2s ease-in;
            transition: all .2s ease-in;
    width: 25px;
  }

  .menu_icon span {
    background: #333;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-out;
       -moz-transition: all .4s ease-out;
         -o-transition: all .4s ease-out;
            transition: all .4s ease-out;
    width: 25px;
  }

  .menu_icon.active {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu_icon.active .bar1 {
    -webkit-transform: rotate(0deg) translateY(6px);
       -moz-transform: rotate(0deg) translateY(6px);
        -ms-transform: rotate(0deg) translateY(6px);
         -o-transform: rotate(0deg) translateY(6px);
            transform: rotate(0deg) translateY(6px);
  }

  .menu_icon.active .bar2 {
    opacity: 0;
  }

  .menu_icon.active .bar3 {
    -webkit-transform: rotate(-90deg) translateX(6px);
       -moz-transform: rotate(-90deg) translateX(6px);
        -ms-transform: rotate(-90deg) translateX(6px);
         -o-transform: rotate(-90deg) translateX(6px);
            transform: rotate(-90deg) translateX(6px);
  }
}

/*--------------------------------------------------
	.mainVisual
--------------------------------------------------*/

.mainVisual {
  position: relative;
  overflow: hidden;
}
.mainVisual .mainVisualMessage {
  width: 100%;
  background-color: #ffdc19;
  text-align: center;
  padding: 25px 0 20px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.mainVisual img.mainVisualMessageTxt {
  width: 70%;
  max-width: 680px;
}

.mainVisual img.mainVisualMessageBtn {
  width: 18%;
  height: auto;
  vertical-align: bottom;
  margin-left: 10px;
  max-width: 175px;
}

.mainVisual .mainVisualImg{
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.mainVisual > .mainVisualImg{
  padding: 0 0 8%;
  position: relative;
}

.mainVisual > .mainVisualImg:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_pc.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 72%;
  left: 0;
  z-index: 10;
  padding: 0 0 5%;
}

.mainVisual .bx-viewport{
  padding: 0 0 5%;
}

.mainVisual .bx-viewport:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_pc.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 76%;
  left: 0;
  z-index: 10;
}

.mainVisual .bx-wrapper .bx-controls-direction a{
  width: 76px;
  height: 88px;
  margin-top: 0;
  top: 33%;
}

.mainVisual .bx-wrapper .bx-prev{
  left: 0;
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mv_left.png) no-repeat;
  background-size: 100%;
}

.mainVisual .bx-wrapper .bx-next{
  right: 0;
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mv_right.png) no-repeat;
  background-size: 100%;
}

.mainVisual .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0;
  opacity: 0.7;
}

.mainVisual .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: 0;
  opacity: 0.7;
}

.mainVisual .bx-wrapper{
  box-shadow: none;
  border: none;
}

.mainVisual > .mainVisualImg > li:nth-child(n+2){
  display: none;
}

.mainVisual .mainVisualImg img {
  width: 100%;
}

.mainVisual .mainVisualImg a:hover{
  opacity: 0.7;
  display: block;
}

.mainVisual .mainVisualTextArea{
  position: relative;
  margin: -17.5% auto 0;
  max-width: 1366px;
}

.mainVisual .mainVisualTextArea h1 {
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  width: 65%;
  z-index: 10;
}

.mainVisual .mainVisualTextArea h1 img{
  width: 100%;
  max-width: 952px;
}

.mainVisual .mainVisualTextArea:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_02_pc.png) no-repeat;
  background-size: 100%;
  width: 36%;
  height: 525px;
  left: -60px;
  top: 32%;
  max-width: 406px;
}

.mainVisual .mainVisualTextArea:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_01_pc.png) no-repeat;
  background-size: 100%;
  width: 31%;
  height: 562px;
  right: -60px;
  top: 26%;
  max-width: 326px;
}

.mainVisual .mainVisualTextArea .mainVisualText{
  width: 40%;
  max-width: 530px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width:980px) {
  .mainVisual img.mainVisualMessageBtn {
    width: 20%;
    max-width: auto;
  }
}

@media screen and (max-width:768px) {
  .mainVisual{
    margin: 0;
  }
  .mainVisual .mainVisualMessage {
    position: static;
    padding: 15px 0;
  }
  .mainVisual img.mainVisualMessageTxt {
    width: 80%;
  }
  .mainVisual img.mainVisualMessageBtn {
    width: 40%;
    display: block;
    margin: 12px auto 0;
  }

  .mainVisual > .mainVisualImg{
    padding: 0 0 57%;
  }

  .mainVisual > .mainVisualImg:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_sp.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 52%;
    left: 0;
    z-index: 10;
  }

  .mainVisual .bx-viewport{
    padding: 0 0 45%;
  }

  .mainVisual .bx-viewport:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_sp.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 46%;
    left: 0;
    z-index: 10;
  }

  .mainVisual .bx-wrapper .bx-controls-direction a{
    width: 38px;
    height: 44px;
    top: 23%;
  }


  .mainVisual .mainVisualTextArea h1{
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  .mainVisual .mainVisualTextArea h1 img{
    width: 94%;
    max-width: 869px;
  }

  .mainVisual .mainVisualTextArea .mainVisualText{
    width: 72%;
    font-size: 15px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .mainVisual .mainVisualTextArea{
    margin: -50% 0 10px;
  }

  .mainVisual .mainVisualTextArea:before{
    display: none;
  }

  .mainVisual .mainVisualTextArea:after{
    display: none;
  }

  .mainVisual .mainVisualIcon{
    margin: 20px 0 15%;
  }

  .mainVisual .mainVisualIcon img{
    width: 100%;
  }

}

/*--------------------------------------------------
  .index_block01
--------------------------------------------------*/
.index_block01 {
  background: #eef6f9;
  padding: 0 0 80px;
}

.index_block01 .title_text {
  margin: 0 0 30px;
}

.index_block01 .main_img {
  margin: 0 0 50px;
}

.index_block01 .index_block01_box .left {
  float: left;
  width: 53%;
}

.index_block01 .index_block01_box .right {
  float: right;
  width: 44%;
}

@media screen and (max-width:768px) {
  .index_block01 {
    padding: 0 18px 35px;
  }
  
  .index_block01 .title_text {
    margin: 0 0 20px;
    text-align: center;
  }
  
  .index_block01 .index_block01_box .left,
  .index_block01 .index_block01_box .right {
    float: none;
    width: 100%;
  }
  
  .index_block01 .index_block01_box .left .text {
    box-sizing: border-box;
    line-height: 1.4;
    padding: 20px 10px;
  }
  
  .index_block01 .index_block01_box .right a img {
    width: 100%;
    margin-top: 20px;
  }
  
  .index_block01 .main_img {
    margin: 0;
  }
}

/*--------------------------------------------------
  .index_block02
--------------------------------------------------*/
.index_block02 {
  padding: 90px 0 10px;
}

.index_block02 .index_block02_box .in-box {
  box-sizing: border-box;
  padding: 0 25px 60px;
  margin-bottom: 20px;
  width: 49%;
}

.index_block02 .index_block02_box .in-box .ttl {
  margin-bottom: 35px;
}

.index_block02 .index_block02_box .in-box .text {
  padding: 35px 15px 25px;
}

.index_block02 .index_block02_box .in-box .text .text-link, .index_block01_box .text .text-link {
  color: #5e4839;
  float: right;
  text-decoration: underline;
}

@media screen and (min-width:769px) {
  .index_block02 .index_block02_box .in-box .text .text-link:hover, .index_block01_box .text .text-link:hover {
    color: #000;
  }
  
  .index_block02 .index_block02_box .in-box {
    float: left;
  }
  
  .index_block02 .index_block02_box .in-box:nth-child(2n) {
    float: right;
  }
}

.index_block02 .index_block02_box .movie04 {
  background: #eef3e3;
}

.index_block02 .index_block02_box .movie03 {
  background: #f2f2fa;
}

.index_block02 .index_block02_box .movie02 {
  background: #fff1ed;
}

.index_block02 .index_block02_box .movie01 {
  background: #fff8de;
}

@media screen and (max-width:768px) {
  .index_block02 {
    padding: 15px 0 0;
  }
  
  .index_block02 .index_block02_box .in-box {
    padding: 0 18px 35px;
    width: 100%;
  }
  
  .index_block02 .index_block02_box .in-box + .in-box {
    margin-top: 15px;
  }
  
  .index_block02 .index_block02_box .in-box .ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  
  .index_block02 .index_block02_box .in-box .text {
    padding: 20px 10px;
  }
  
  .index_block02 .index_block02_box .in-box .btn a img {
    width: 100%;
  }
  
}

/*--------------------------------------------------
  .section01
--------------------------------------------------*/

.section01{
  padding: 0 0 60px;
  overflow: hidden;
}

.section01 .section01__text{
  margin: 0 0 20px;
}

.section01 .section01__text.imgshort img {
  max-width: 88%;
}

.section01 .section01_movie{
  margin: 0 0 40px;
}

.section01 .section01_movie iframe{
  max-width: 100%;
}

.section01 .section01_text{
  position: relative;
}

.section01 .section01_text:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_movie_pc_01.png) no-repeat;
  width: 201px;
  height: 154px;
  left: -267px;
  top: -15px;
}

.section01.type02 .section01_text:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_movie_pc_03.png) no-repeat;
  width: 223px;
  height: 152px;
  left: -267px;
  top: -15px;
}

.section01.type03 .section01_text:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page03/page03_icon1_pc.png) no-repeat;
  width: 205px;
  height: 167px;
  left: -238px;
  top: -42px;
}
.section01.type04 .section01_text:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page04/page04_icon1_pc.png) no-repeat;
  width: 205px;
  height: 167px;
  left: -238px;
  top: -32px;
}

.section01.type05 .section01_text:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page05/page05_icon1_pc.png) no-repeat;
  width: 205px;
  height: 167px;
  left: -238px;
  top: -32px;
}

.section01 .section01_text:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_movie_pc_02.png) no-repeat;
  width: 136px;
  height: 141px;
  right: -191px;
  top: 0;
}

.section01.type02 .section01_text:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_movie_pc_04.png) no-repeat;
  width: 169px;
  height: 118px;
  right: -191px;
  top: 0;
}

.section01.type03 .section01_text:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page03/page03_icon2_pc.png) no-repeat;
  width: 165px;
  height: 167px;
  right: -191px;
  top: -41px;
}
.section01.type04 .section01_text:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page04/page04_icon2_pc.png) no-repeat;
  width: 165px;
  height: 167px;
  right: -191px;
  top: -31px;
}

.section01.type05 .section01_text:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/page05/page05_icon2_pc.png) no-repeat;
  width: 165px;
  height: 167px;
  right: -191px;
  top: -31px;
}

.section01 .section01_textArea{
  padding: 0 115px 90px;
  margin: 0 0 50px;
  background: url(/fmv/special/oyabakamovie/assets/images/bg_line.png) center bottom no-repeat;
}
.section01.type04 .section01_textArea{
  padding: 0 115px 110px;
}
.section01.type05 .section01_textArea{
  padding: 0 115px 110px;
}

.section01 .section01_info .section01_left{
  float: left;
  width: 36%;
}

.section01 .section01_info .section01_right{
  float: right;
  width: 60%;
}

.section01 .section01_infoTitle{
  margin: 10px 0 30px;
}

@media screen and (max-width:768px) {
  .section01{
    padding: 0 0 40px;
    margin-top: -30%;
    position: relative;
    z-index: 50;
  }

  .section01 .section01_textArea{
    padding: 0 30px;
    margin: 0 0 20px;
    background: none;
  }
  .section01.type04 .section01_textArea{
    padding: 0 30px;
  }
  .section01.type05 .section01_textArea{
    padding: 0 30px;
  }

  .section01 .section01__text{
    text-align: center;
    margin: 0 0 20px;
    padding: 0 1% 0 0;
  }

  .section01.type02 .section01__text{
    padding: 0;
  }

  .section01 .section01__text img{
    width: 80%;
  }

  .section01.type02 .section01__text img{
    width: 75%;
  }

  .section01 .section01_info .section01_left{
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
    margin: 0 0 25px;
  }

  .section01 .section01_info .section01_right{
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .section01 .section01_infoTitle{
    text-align: center;
    margin: 10px 0 20px;
  }

  .section01 .section01_infoTitle img{
    width: 70%;
  }

  .section01 .section01_movie {
    margin: 0 0 25px;
  }

  .section01 .section01_movie img{
    width: 100%;
  }

  .section01 .section01_movie iframe{
    width: 100%;
    height: 211px;
  }

  .section01 .section01_text:before{
    display: none;
  }

  .section01 .section01_text:after{
    display: none;
  }

  .section01 .section01_textArea .section01_bottomIcon {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
  .section01.type04 .section01_textArea .section01_bottomIcon {
    width: 100%;
  }
  .section01.type05 .section01_textArea .section01_bottomIcon {
    width: 100%;
  }
}

/*--------------------------------------------------
  .section02
--------------------------------------------------*/

.section02{
  padding: 70px 0 40px;
  background: #fff8de;
  overflow: hidden;
}

.section02 .section02_movie_text {
  width: 80%;
  margin: 0 auto 30px;
}

.section02 .section02_title{
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  max-width: 1366px;
  width: 100%;
}

.section02 .section02_title:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_flag.png) no-repeat;
  background-size: 100%;
  width: 45%;
  height: 107px;
  left: -9%;
  top: -60px;
}

.section02 .section02_title:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_flag.png) no-repeat;
  background-size: 100%;
  width: 45%;
  height: 107px;
  right: -9%;
  top: -60px;
}

.section02 .section02_movie{
  width: 84%;
  max-width: 832px;
  height: auto;
  background: url(/fmv/special/oyabakamovie/assets/images/bg_movie_frame.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 30px;
}

.section02 .section02_movie iframe{
  max-width: 100%;
}

.section02 .section02_textArea{
  width: 769px;
  margin: 0 auto 50px;
}

.section02 .section02_textArea .section02_textTitle{
  text-align: center;
  margin: 0 0 20px;
}

.section02 .section02_commentary .section02_commentaryTitle{
  text-align: center;
  margin: 0 0 40px;
}

.section02 .section02_commentaryList li{
  float: left;
  width: 48%;
  background: #fff;
  position: relative;
  margin: 0 4% 40px 0;
  box-sizing: border-box;
  padding: 40px 40px 30px;
  border-radius: 3px;
}

.section02 .section02_commentaryList li.point03,
.section02 .section02_commentaryList li.point04{
  min-height: 478px;
}

.section02 .section02_commentaryList li:nth-child(even){
  margin: 0 0 40px;
}

.section02 .section02_commentaryList li.point01:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_01_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section02 .section02_commentaryList li.point02:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_02_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section02 .section02_commentaryList li.point03:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_03_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section02 .section02_commentaryList li.point04:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_04_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section02 .section02_commentaryList li .img{
  margin: 0 0 15px;
}

.section02 .section02_commentaryList li .title{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

.section02 .section02_textArea .section02_text{
  margin: 0 0 20px;
}

@media screen and (max-width:768px) {
  .section02{
    padding: 60px 0 10px;
  }
  .section02 .section02_movie{
    width: 100%;
    height: auto;
    background: none;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 0;
  }

  .section02 .section02_movie img{
    width: 100%;
  }

  .section02 .section02_textArea{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 0 30px;
  }

  .section02 .section02_commentaryList{
    box-sizing: border-box;
    padding: 0 30px;
  }
  .section02 .section02_commentaryList li{
    width: 100%;
    float: none;
    padding: 25px 25px 20px;
    margin: 0 0 20px;
  }

  .section02 .section02_commentaryList li.point03,
  .section02 .section02_commentaryList li.point04{
    min-height: 0;
  }

  .section02 .section02_commentaryList li:nth-child(even){
    margin: 0 0 20px;
  }

  .section02 .section02_title{
    text-align: center;
  }

  .section02 .section02_title img{
    width: 70%;
  }

  .section02 .section02_title:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_flag_left_sp.png) no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
    left: 0;
    top: -40px;
  }

  .section02 .section02_title:after{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_flag_right_sp.png) no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
    right:0;
    top: -40px;
  }

  .section02 .section02_textArea .section02_textTitle img{
    width: 68%;
  }

  .section02 .section02_commentary .section02_commentaryTitle{
    margin: 0 0 20px;
  }

  .section02 .section02_commentary .section02_commentaryTitle img {
    width: 35%;
  }

  .section02 .section02_movie iframe{
    width: 100%;
    height: 211px;
  }

  .section02 .section02_commentaryList li .title{
    font-size: 13px;
  }

  .section02 .section02_commentaryList li.point01:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_01_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section02 .section02_commentaryList li.point02:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_02_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
  }

  .section02 .section02_commentaryList li.point03:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_03_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section02 .section02_commentaryList li.point04:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_04_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section02 .section02_commentaryList .text{
    font-size: 12px;
    line-height: 1.4;
  }

  .section02 .section02_commentaryList li .img img{
    width: 100%;
  }
}


/*--------------------------------------------------
  .section03
--------------------------------------------------*/

.section03{
  padding: 80px 0 100px;
}

.section03 .section03_title{
  text-align: center;
  margin: 0 0 30px;
}

.section03 .section03_list{
  margin: 0;
  text-align: center;
}

.section03 .section03_list li{
  display: inline-block;
  width: 28%;
  margin: 0 2% 60px;
  text-align: center;
}

.section03 .section03_list li.center {
  float: none;
  margin-left: 0!important;
  margin-right: 0!important;
}

.section03 .section03_list .name{
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #5e4839;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
}

.section03 .section03_list li .name{
  padding: 20px 0 10px;
}

.section03 .section03_list .info{
  margin: 0 0 10px;
  min-height: 69px;
}

.section03 .section03_btn{
  text-align: center;
  box-sizing: border-box;
}

.section03 .section03_btn a{
  display: block;
}

.section03 .section03_list .pc_none{
  display: none;
}

.section03 .section03_list .sp_none{
  display: inline-block;
}

@media screen and (max-width:768px) {

  .section03{
    padding: 40px 0 50px;
  }

  .section03 .section03_list{
    box-sizing: border-box;
    padding: 0 30px;
    margin: 0;
  }
  .section03 .section03_list li{
    float: left;
    width: 47%;
    margin: 0 0 50px;
  }

  .section03 .section03_list li:nth-child(odd){
    margin: 0 6% 50px 0;
    clear: both;
  }

  .section03 .section03_list .img{
    min-height: 0;
    margin: 0 0 10px;
  }

  .section03 .section03_title img{
    width: 80%;
  }

  .section03 .section03_list .info{
    font-size: 10px;
    min-height: 0;
  }

  .section03 .section03_btn{
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
  }

  .section03 .section03_list .name{
    font-size: 13px;
    line-height: 1.4;
  }

  .section03 .section03_list li:nth-child(1) .name{
    padding: 0 0 10px;
  }
  .section03 .section03_list li:nth-child(2) .name{
    padding: 0 0 10px;
  }
  .section03 .section03_list li:nth-child(3) .name{
    padding: 0 0 10px;
  }
  .section03 .section03_list li:nth-child(4) .name{
    padding: 0 0 10px;
  }
	
  .section03 .section03_list .pc_none{
    display: inline-block;
  }

  .section03 .section03_list .sp_none{
    display: none;
  }
}

/*--------------------------------------------------
  .section04
--------------------------------------------------*/

.section04 {
  padding: 80px 0 0;
}

.section04 .inner {
  max-width: 910px;
}

.section04 .section04_bnr {
  margin-bottom: 20px;
}

.section04 h2 {
  font-size: 250%;
  padding-bottom: 30px;
  text-align: center;
}

.section04 ul {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
  zoom: 1;
}

.section04 ul li {
  margin-bottom: 20px;
  position: relative;
  width: 48.8%;
}

.section04 ul li:hover {
  opacity: .7!important;
}

.section04 ul li:nth-child(odd) {
  float: left;
}

.section04 ul li:nth-child(even) {
  float: right;
}

.section04 ul li .img img {
  width: 100%;
}

.section04 ul li a {
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.section04 .section04_title img{
  width: 100%;
}

.section04 .intro_button{
  margin: 0 0 80px;
  text-align: center;
}

.section04 .intro_button a{
  display: block;
}

@media screen and (max-width:768px) {
  .section04 {
    padding: 10px;
  }

  .section04 h2 {
    font-size: 135.7%;
    padding-bottom: 15px;
  }

  .section04 ul li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .section04 .intro_button{
    margin: 20px 0 30px;
    padding: 0 30px;
  }
  .section04 .section04_bnr {
    margin-bottom: 10px;
  }
  .section04 .section04_bnr img {
    width: 100%;
  }
}

.modale-overlay {
  background: rgba(0,0,0,.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.modale-overlay .modale-wrapper {
  display: table;
  margin: auto;
  max-width: 980px;
  position: absolute;
  top: 0;
  width: 100%;
}

.modale-overlay .modale-wrapper .modale-inner {
  display: table-cell;
}
.modale-close-btn {
  position: absolute;
  right: 0;
  top: -65px;
}

.youtube-holder {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.youtube-holder iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*--------------------------------------------------
	.section05
--------------------------------------------------*/

.section05 {
  padding: 40px 0px 80px;
  text-align: center;
}

.section05 .snsBlock {
  padding-top: 40px;
}

.section05 .snsBlock div {
  display: inline-block;
}

.section05 .intel {
  padding-top: 40px;
}

.section05 .intel .ttl {
  font-size: 142.8%;
}

.section05 .intel .img {
  padding-top: 20px;
}

.section05 .intel .img img {
  max-width: 894px;
  
}

.section05 .intel .txt {
  font-size: 92.8%;
  padding-top: 10px;
}

@media screen and (max-width:768px) {
  .section05 {
    padding: 10px 10px 60px;
  }

  .section05 .snsBlock {
    padding-top: 20px;
  }

  .section05 .snsBlock span {
    vertical-align: bottom !important;
  }

  .section05 .intel {
    padding-top: 20px;
  }

  .section05 .intel .ttl {
    font-size: 92.8%;
  }

  .section05 .intel .img {
    padding-top: 15px;
  }

  .section05 .intel .img img {
    max-width: 100%;
    width: 86%;
  }

  .section05 .intel .txt {
    font-size: 71.5%;
    padding-top: 10px;
  }
}

/*--------------------------------------------------
  .section06
--------------------------------------------------*/

.section06{
  background: #eef6f9;
  padding: 80px 0 60px;
}

.section06 .section06_title{
  text-align: center;
  margin: 0 0 40px;
}

.section06 .section06_block{
  background: #fff;
  padding: 60px 90px 40px;
  margin: 0 0 25px;
}

.section06 .section06_block.type01{
  margin: 0;
  padding: 60px 100px 10px;
}

.section06 .section06_textImg{
  text-align: center;
  margin: 0 0 15px;
}

.section06 .section06_textImg.type01{
  margin: 0 0 50px;
}

.section06 .section06_textImg.type02{
  margin: 0 0 30px;
}

.section06 .section06_img{
  text-align: center;
  margin: 0 0 20px;
}

.section06 .section06_img.type01{
  margin: 0 0 60px;
}

.section06 .section06_text{
  margin: 0 0 20px;
}

.section06 .section06_text.type01{
  text-align: center;
}

.section06 .section06_recommend{
  background: #ffebe6;
  padding: 40px 90px;
  margin: 0 0 25px;
}

.section06 .section06_recommendTitle{
  text-align: center;
  margin: 0 0 20px;
}

.section06 .section06_subTextTable{
  font-size: 12px;
  margin: 0 0 30px;
}

.section06 .section06_subTextTable th{
  width: 40px;
  vertical-align: top;
}

.section06 .section06_twoBlock .left{
  width: 39%;
  float: left;
}

.section06 .section06_twoBlock .right{
  width: 61%;
  float: right;
  box-sizing: border-box;
  padding: 25px 0 0 2px;
}

.section06 .section06_twoBlock .right .section06_textImg{
  text-align: left;
  padding: 0 0 0 30px;
  margin: 0 0 5px
}

.section06 .section06_twoBlock .right .text{
  padding: 0 0 0 30px;
  margin: 0 0 15px;
}

.section06 .section06_twoBlock .right .text.type01{
  padding: 0;
}

.section06 .section06_twoBlock .img{
  margin: 0 0 5px;
}

.section06 .section06_button{
  margin: 30px 0 0;
  text-align: center;
}

.section06 .section06_button a{
  display: block;
}

@media screen and (max-width:768px) {

  .section06{
    padding: 40px 10px 10px;
    box-sizing: border-box;
  }

  .section06 .section06_title{
    margin: 0 0 20px;
  }

  .section06 .section06_title img{
    width: 68%;
  }

  .section06 .section06_block{
    padding: 30px 20px 20px;
    margin: 0 0 15px;
  }

  .section06 .section06_block.type01{
    padding: 30px 20px 20px;
  }

  .section06 .section06_recommend{
    padding: 30px 30px 10px;
    margin: 0 0 10px;
  }

  .section06 .section06_twoBlock .left{
    width: 100%;
    float: none;
  }

  .section06 .section06_twoBlock .right{
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
  }

  .section06 .section06_twoBlock .text{
    margin: 0 0 20px;
    font-size: 12px;
  }

  .section06 .section06_text{
    margin:0 0 10px;
    font-size: 12px;
    line-height: 1.4;
  }
  .section06 .section06_text.type01{
    text-align: left;
  }

  .section06 .section06_textImg.type01{
    margin: 0 0 30px;
  }

  .section06 .section06_img.type01{
    margin: 0 0 40px;
  }

  .section06 .section06_textImg.textImg01 img{
    width: 85%;
  }

  .section06 .section06_textImg.textImg02 img{
    width: 78%;
  }

  .section06 .section06_textImg.textImg03 img{
    width: 98%;
  }

  .section06 .section06_textImg.textImg04 img{
    width: 98%;
  }

  .section06 .section06_textImg.textImg05 img{
    width: 99%;
  }

  .section06 .section06_textImg.textImg06 img{
    width: 38%;
  }

  .section06 .section06_recommendTitle img{
    width: 28%;
  }

  .section06 .section06_subTextTable{
    font-size: 10px;
  }

  .section06 .section06_subTextTable th{
    width: 28px;
  }

  .section06 .section06_button{
    margin: 10px 0;
  }

  .section06 .section06_twoBlock .img{
    text-align: center;
  }
}

/*--------------------------------------------------
  .section07
--------------------------------------------------*/

.section07 {
  padding: 30px 0 10px;
  background: #fff8de;
  margin:  0 0 60px;
}

.section07 .section07_title{
  position: relative;
  text-align: center;
}

.section07 .section07_title span{
  display: inline-block;
  padding: 30px 80px 0;
  background: #fff8de;
  position: absolute;
  left: 50%;
  top: -68px;
  margin: 0 0 0 -226px;
  border-radius: 20px 20px 0 0;
}

.section07 .section07_list {
  text-align: center;
}

.section07 .section07_list li{
  display: inline-block;
  margin: 0 15px 20px;
}

@media screen and (max-width:768px) {
  .section07 {
    padding: 10px 20px 30px;
    margin: 0 0 40px;
  }

  .section07 .section07_title{
    height: 0;
  }

  .section07 .section07_title span{
    display: inline-block;
    padding: 5% 0 2%;
    background: #fff8de;
    position: relative;
    left: 0;
    top: 0;
    margin: -10% 0 0;
    border-radius: 15px 15px 0 0;
    width: 80%;
  }

  .section07 .section07_title span img{
    width: 80%;
  }

  .section07 .section07_list li{
    display: inline-block;
    margin: 5% 0 0;
  }
}

/*--------------------------------------------------
  .section08
--------------------------------------------------*/

.section08{
  padding: 70px 0 40px;
  background: #fff1ed;
  overflow: hidden;
}

.section08.type03 {
  background: #f2f2fa;
}
.section08.type04 {
  background: #eef3e3;
}
.section08.type05 {
  background: #eef6f9;
}

.section08 .section08_movie_text {
  width: 80%;
  margin: 0 auto 30px;
}

.section08 .section08_title{
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  max-width: 1366px;
  width: 100%;
}

.section08 .section08_title:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_flag.png) no-repeat;
  background-size: 100%;
  width: 45%;
  height: 107px;
  left: -9%;
  top: -60px;
}

.section08 .section08_title:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_flag.png) no-repeat;
  background-size: 100%;
  width: 45%;
  height: 107px;
  right: -9%;
  top: -60px;
}

.section08 .section08_movie{
  width: 84%;
  max-width: 832px;
  height: auto;
  background: url(/fmv/special/oyabakamovie/assets/images/bg_movie_frame.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 30px;
}
.section08 .section08_movie.section08_noframe {
  width: 100%;
  background: none;
  padding: 0;
}

.section08 .section08_movie iframe{
  max-width: 100%;
}

.section08 .section08_textArea{
  width: 769px;
  margin: 0 auto 50px;
}

.section08 .section08_textArea .section08_textTitle{
  text-align: center;
  margin: 0 0 20px;
}

.section08 .section08_commentary .section08_commentaryTitle{
  text-align: center;
  margin: 0 0 40px;
}

.section08 .section08_commentaryList li{
  float: left;
  width: 48%;
  background: #fff;
  position: relative;
  margin: 0 4% 40px 0;
  box-sizing: border-box;
  padding: 40px 40px 30px;
  border-radius: 3px;
  min-height: 455px;
}

.section08 .section08_commentaryList.type02 li.point03,
.section08 .section08_commentaryList.type02 li.point04{
  min-height: 455px;
}

.section08 .section08_commentaryList li.point03,
.section08 .section08_commentaryList li.point04{
  min-height: 501px;
}

.section08 .section08_commentaryList li:nth-child(even){
  margin: 0 0 40px;
}

.section08 .section08_commentaryList li.point01:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_01_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section08 .section08_commentaryList li.point02:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_02_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section08 .section08_commentaryList li.point03:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_03_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section08 .section08_commentaryList li.point04:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_point_04_pc.png) no-repeat;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}

.section08 .section08_commentaryList li .img{
  margin: 0 0 15px;
}

.section08 .section08_commentaryList li .title{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}

.section08 .section08_textArea .section08_text{
  margin: 0 0 20px;
}
.section08 .section08_commentaryList li .text a {
  text-decoration: underline;
}
.section08 .section08_arrow {
  width: 320px;
  margin: 40px auto 20px;
}

@media screen and (max-width:768px) {
  .section08{
    padding: 60px 0 10px;
  }
  .section08 .section08_movie, .section08 .section08_movie.section08_noframe{
    width: 100%;
    height: auto;
    background: none;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding: 0;
  }
.section08 .section08_movie.section08_noframe {
  margin-bottom: 40px;
}

  .section08 .section08_movie img{
    width: 100%;
  }

  .section08 .section08_textArea{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 0 30px;
  }

  .section08 .section08_commentaryList{
    box-sizing: border-box;
    padding: 0 30px;
  }
  .section08 .section08_commentaryList li{
    width: 100%;
    float: none;
    padding: 25px 25px 20px;
    margin: 0 0 20px;
    min-height: 0;
  }

  .section08 .section08_commentaryList li.point03,
  .section08 .section08_commentaryList li.point04{
    min-height: 0;
  }

  .section08 .section08_commentaryList.type02 li.point03,
  .section08 .section08_commentaryList.type02 li.point04{
    min-height: 0;
  }


  .section08 .section08_commentaryList li:nth-child(even){
    margin: 0 0 20px;
  }

  .section08 .section08_title{
    text-align: center;
  }

  .section08 .section08_title img{
    width: 70%;
  }

  .section08 .section08_title:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_flag_left_sp.png) no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
    left: 0;
    top: -40px;
  }

  .section08 .section08_title:after{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_flag_right_sp.png) no-repeat;
    background-size: 100%;
    width: 42%;
    height: 100%;
    right:0;
    top: -40px;
  }

  .section08 .section08_textArea .section08_textTitle img{
    width: 50%;
  }
  
  .section08.type03 .section08_textArea .section08_textTitle img{
    width: 55%;
  }

  .section08 .section08_commentary .section08_commentaryTitle{
    margin: 0 0 20px;
  }

  .section08 .section08_commentary .section08_commentaryTitle img {
    width: 35%;
  }

  .section08 .section08_movie iframe{
    width: 100%;
    height: 211px;
  }

  .section08 .section08_commentaryList li .title{
    font-size: 13px;
  }

  .section08 .section08_commentaryList li.point01:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_01_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section08 .section08_commentaryList li.point02:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_02_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
  }

  .section08 .section08_commentaryList li.point03:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_03_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section08 .section08_commentaryList li.point04:before{
    background: url(/fmv/special/oyabakamovie/assets/images/icon_point_04_sp.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
  }

  .section08 .section08_commentaryList .text{
    font-size: 12px;
    line-height: 1.4;
  }

  .section08 .section08_commentaryList li .img img{
    width: 100%;
  }
  .section08 .section08_arrow {
    margin-top: 30px;
    width: 60%;
  }
}


/*--------------------------------------------------
  .section09
--------------------------------------------------*/

.section09{
  margin: 40px 0 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #e3e3e3;
}

.section09 .section09_btnBlock{
  text-align: center;
}

.section09 .section09_btnBlock .section09_btn{
  display: inline-block;
}


@media screen and (max-width:768px) {
  .section09{
    margin: 30px 0 40px;
  }

  .section09 .section09_btnBlock{
    padding: 0 30px;
  }
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/

.copy {
  background: url(/fmv/special/oyabakamovie/assets/images/bg_footer.png) repeat-x;
  height: 89px;
  width: 100%;
}

.copy p {
  color: #fff;
  padding-top: 33px;
  text-align: center;
}

.page-top {
  bottom: 90px;
  opacity: 0;
  position: fixed;
  right: 20px;
  z-index: 100;
}

.page-top:hover img {
  opacity: .7;
}

@media screen and (max-width:768px) {
  .copy {
    background: url(/fmv/special/oyabakamovie/assets/images/bg_footer.png) repeat-x;
    background-size: 42px 45px;
    height: 45px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .copy p {
    font-size: 50%;
    line-height: 20px;
    padding-top: 13px;
  }

  .page-top {
    bottom: 30px;
    display: block;
    opacity: 0;
    position: fixed;
    right: 10px;
    width: 25px;
  }
}


/*--------------------------------------------------
	.mainVisualSecond
--------------------------------------------------*/

.breadcrumbs ul {
  overflow: hidden;
  padding: 10px 20px;
  zoom: 1;
}

.breadcrumbs ul li {
  color: #a1a1a1;
  float: left;
}

.breadcrumbs ul li:after {
  content: '>';
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs ul li:last-child:after {
  content: '';
}

.breadcrumbs ul li a {
  color: #c3c3c3;
  text-decoration: underline;
}

.breadcrumbs ul li a:hover {
  text-decoration: none;
}


@media screen and (max-width:768px) {
  .breadcrumbs {
    overflow: scroll;
  }

  .breadcrumbs ul {
    display: table;
    height: 30px;
    padding: 0;
    width: 100%;
  }

  .breadcrumbs ul li {
    box-sizing: border-box;
    display: table-cell;
    float: none;
    font-size: 71.4%;
    height: 30px;
    line-height: 30px;
    position: relative;
    white-space: nowrap;
  }

  .breadcrumbs ul li:first-child {
    background-image: url(/fmv/special/oyabakamovie/assets/images/bg_breadcrumbs_01_sp.gif);
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0 27px 0 15px;
    text-align: center;
    width: 22%;
  }

  .breadcrumbs ul li:first-child:after {
    background-image: url(/fmv/special/oyabakamovie/assets/images/img_breadcrumbs_01_sp.gif);
    background-repeat: no-repeat;
    background-size: auto 30px;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }

  .breadcrumbs ul li a {
    display: block;
  }





  .breadcrumbs ul li:last-child {
    background-image: url(/fmv/special/oyabakamovie/assets/images/bg_breadcrumbs_02_sp.gif);
    background-repeat: repeat-x;
    background-size: contain;
    padding: 0 27px 0 15px;
    width: 78%;
  }



  .breadcrumbs ul li:last-child:after {
    background-image: url(/fmv/special/oyabakamovie/assets/images/img_breadcrumbs_02_sp.gif);
    background-repeat: no-repeat;
    background-size: auto 30px;
    content: '';
    height: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
  }
}

/*--------------------------------------------------
	.mainVisualSecondPage
--------------------------------------------------*/

.mainVisualSecondPage img {
  width: 100%;
}



/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
.mainVisual.bottom {
  background:#e7f6fe;
  margin: 0 0 20px;
}

.mainVisual.bottom:before {
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_bottom_pc.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.mainVisual.bottom .mainVisualTextArea {
  background: #fff;
  margin: 14% auto 0;
  max-width: inherit;
  z-index: 11;
}

.mainVisual.bottom .mainVisualTextArea .inn {
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
}

.mainVisual.bottom .mainVisualTextArea h1 {
  margin: 0 auto;
  width: 50%;
}

.mainVisual.bottom .mainVisualTextArea h1 img {
  margin-top: -31%;
}

.mainVisual.bottom .mainVisualTextArea:before,
.mainVisual.bottom .mainVisualTextArea:after {
  content: none;
}

.mainVisual.bottom .mainVisualTextArea .inn:before{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_bottom_01_pc.png) no-repeat;
  background-size: 100%;
  width: 29%;
  height: 262px;
  left: 0;
  top: 0;
  max-width: 370px;
}

.mainVisual.bottom .mainVisualTextArea .inn:after{
  position: absolute;
  content: "";
  background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_bottom_02_pc.png) no-repeat;
  background-size: 100%;
  width: 29%;
  height: 262px;
  right: 0;
  top: 0;
  max-width: 390px;
}

.mainVisual.bottom .btn {
  text-align: center;
}

.mainVisual.bottom .btn a {
  display: inline-block;
}

@media screen and (max-width:768px) {
  .mainVisual.bottom:before {
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/bg_mv_bottom_sp.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  
  .mainVisual.bottom .mainVisualTextArea .inn:before{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_bottom_01_sp.png) no-repeat;
    background-size: 100%;
    width: 46%;
    height: 338px;
    left: -14.5%;
    top: 76%;
    max-width: 368px;
  }

  .mainVisual.bottom .mainVisualTextArea .inn:after{
    position: absolute;
    content: "";
    background: url(/fmv/special/oyabakamovie/assets/images/icon_mainvisual_bottom_02_sp.png) no-repeat;
    background-size: 100%;
    width: 47%;
    height: 338px;
    right: -11%;
    top: 66%;
    max-width: 374px;
  }
  
  .mainVisual.bottom .mainVisualTextArea {
    margin: 29% auto 0;
    padding-bottom: 37%;
  }
  
  .mainVisual.bottom .mainVisualTextArea h1 {
    width: 100%;
  }
  
  .mainVisual.bottom .mainVisualTextArea h1 img {
    position: relative;
    width: 100%;
    z-index: 15;
  }
  
  .mainVisual.bottom .mainVisualIcon {
    margin: 20px 0 0;
  }
  
  .mainVisual.bottom .btn {
    position: relative;
    z-index: 60;
  }
  
  .mainVisual.bottom .btn a {
    width: 55%;
  }
}

.other-block {
  background: #fff8de;
  padding: 40px 0 75px;
}

.other-block.type02 {
  background: #fff1ed;
}

.other-block.type03 {
  background: #f2f2fa;
}
.other-block.type04 {
  background-color: #EEF3E3;
}
.other-block.type05 {
  background-color: #eef6f9;
}


.other-block .back a {
  display: block;
  width: 300px;
}

.other-block .ttl {
  background: url(/fmv/special/oyabakamovie/assets/images/bg_line02.png) center top no-repeat;
  margin-top: 25px;
  padding: 30px 0 5px;
  text-align: center;
}

.other-block .ttl img {
  width: 340px;
}

.other-block .other-box {
  margin: 0 auto;
  width: 67.8%;
}

.other-block .other-box .box {
  float: left;
  width: 47%;
  margin-top: 30px;
}

.other-block .other-box .box:nth-child(2n) {
  float: right;
}


@media screen and (max-width:768px) {
  .other-block {
    padding: 30px 0 50px;
  }
  
  .other-block .back a {
    margin: 0 auto;
    width: 60%;
  }
  
  .other-block .back a img {
    width: 100%;
  }
  
  .other-block .ttl {
    background-size: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .other-block .ttl img {
    width: 70%;
  }
  
  .other-block .other-box {
    width: 100%;
  }
  
  .other-block .other-box .box,
  .other-block .other-box .box:nth-child(2n) {
    float: none;
    width: 65%;
    margin: 30px auto 0;
  }
  
  .other-block .other-box .box a img {
    width: 100%;
  }
  
}


/*--------------------------------------------------
  clearfix
--------------------------------------------------*/

.section01 .section01_info:after,
.section03 .section03_list:after,
.section02 .section02_commentaryList:after,
.section06 .section06_twoBlock:after,
.section08_commentaryList:after,
.index_block01 .index_block01_box:after, 
.index_block02 .index_block02_box:after,
.other-block .other-box:after,
.index_block02 .index_block02_box .in-box .text:after {
  clear: both;
  content: '';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
