/* line 11, ../scss/base.scss */
body {
  font-family: HelveticaNeue, Arial;
  -webkit-text-size-adjust: 100%; }

/* line 18, ../scss/base.scss */
.fs58 {
  font-size: 58px !important; }
  @media screen and (max-width: 736px) {
    /* line 18, ../scss/base.scss */
    .fs58 {
      font-size: 18px !important; } }

/* float
----------------------------------------------------------------------------------------------------*/
/* line 29, ../scss/base.scss */
.flL {
  float: left; }

/* line 30, ../scss/base.scss */
.flR {
  float: right; }

/* clearfix
----------------------------------------------------------------------------------------------------*/
/* line 36, ../scss/base.scss */
.clear {
  clear: both; }

/* line 39, ../scss/base.scss */
.clearfix {
  zoom: 1;
  _height: 1%; }

/* line 42, ../scss/base.scss */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* header
----------------------------------------------------------------------------------------------------*/
/* line 53, ../scss/base.scss */
#top_header {
  width: 100%;
  height: 430px;
  position: relative;
  background: #000;
  z-index: 0;
  overflow: hidden; }
  @media screen and (max-width: 736px) {
    /* line 53, ../scss/base.scss */
    #top_header {
      height: 200px; } }
  /* line 64, ../scss/base.scss */
  #top_header video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 736px) {
      /* line 64, ../scss/base.scss */
      #top_header video {
        display: none; } }
  /* line 77, ../scss/base.scss */
  #top_header .movie_thumb img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
    @media screen and (max-width: 736px) {
      /* line 77, ../scss/base.scss */
      #top_header .movie_thumb img {
        width: 120%; } }
  /* line 90, ../scss/base.scss */
  #top_header .dot_overlay {
    width: 100%;
    height: 430px;
    background: url(../img/top_dot.png) repeat;
    background-size: 5px;
    position: absolute;
    z-index: -1; }
    @media screen and (max-width: 736px) {
      /* line 90, ../scss/base.scss */
      #top_header .dot_overlay {
        height: 200px;
        background-size: 1%; } }
  /* line 103, ../scss/base.scss */
  #top_header .s_logo {
    width: 325px;
    height: 382px;
    background: url(../img/top_S_logo.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 736px) {
      /* line 103, ../scss/base.scss */
      #top_header .s_logo {
        width: 115px;
        height: 173px;
        background: url(../img/top_S_logo_sp.png) no-repeat;
        background-size: 100%; } }
  /* line 118, ../scss/base.scss */
  #top_header .sfc_logo {
    position: absolute;
    bottom: 103px;
    left: 345px; }
    @media screen and (max-width: 736px) {
      /* line 118, ../scss/base.scss */
      #top_header .sfc_logo {
        left: 120px;
        bottom: 80px; } }
    /* line 129, ../scss/base.scss */
    #top_header .sfc_logo img {
      width: 45%;
      height: auto; }
      @media screen and (max-width: 736px) {
        /* line 129, ../scss/base.scss */
        #top_header .sfc_logo img {
          width: 120px;
          height: auto; } }
  /* line 139, ../scss/base.scss */
  #top_header .top_text {
    width: 550px;
    position: absolute;
    bottom: 10px;
    left: 350px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    line-height: 18px; }
    @media screen and (max-width: 736px) {
      /* line 139, ../scss/base.scss */
      #top_header .top_text {
        width: 200px;
        left: 120px;
        bottom: 5px;
        font-size: 7px;
        line-height: 10px; } }
  /* line 157, ../scss/base.scss */
  #top_header .search_form {
    margin: 25px 40px 0 0;
    float: right; }
    @media screen and (max-width: 736px) {
      /* line 157, ../scss/base.scss */
      #top_header .search_form {
        margin: 20px 20px 0 0; } }
    /* line 166, ../scss/base.scss */
    #top_header .search_form form input[type="text"] {
      width: 150px;
      height: 30px;
      padding: 0 5px;
      background: #424242;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      display: block;
      float: left;
      color: #fff;
      font-size: 16px;
      outline: none; }
      @media screen and (max-width: 736px) {
        /* line 166, ../scss/base.scss */
        #top_header .search_form form input[type="text"] {
          width: 130px;
          height: 25px; } }
      /* line 183, ../scss/base.scss */
      #top_header .search_form form input[type="text"]:focus {
        background-image: none; }
    /* line 188, ../scss/base.scss */
    #top_header .search_form form #searchsubmit {
      width: 36px;
      height: 30px;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      background: url(../img/header_search_icon.gif) no-repeat;
      background-size: 36px 30px;
      float: left;
      text-indent: -999px;
      overflow: hidden;
      cursor: pointer;
      outline: none; }
      @media screen and (max-width: 736px) {
        /* line 188, ../scss/base.scss */
        #top_header .search_form form #searchsubmit {
          width: 30px;
          height: 25px;
          background-size: 30px 25px; } }

/* line 211, ../scss/base.scss */
#def_header {
  width: 100%;
  max-width: 960px;
  height: 80px;
  margin: 0 auto; }
  @media screen and (max-width: 736px) {
    /* line 211, ../scss/base.scss */
    #def_header {
      height: 60px; } }
  /* line 220, ../scss/base.scss */
  #def_header .h_logo {
    margin: 22px 0 0;
    float: left; }
    @media screen and (max-width: 736px) {
      /* line 220, ../scss/base.scss */
      #def_header .h_logo {
        margin: 20px 0 0 20px; } }
    @media screen and (max-width: 736px) {
      /* line 227, ../scss/base.scss */
      #def_header .h_logo img {
        width: 72px;
        height: auto; } }
  /* line 235, ../scss/base.scss */
  #def_header .search_form {
    margin: 25px 0 0;
    float: right; }
    @media screen and (max-width: 736px) {
      /* line 235, ../scss/base.scss */
      #def_header .search_form {
        margin: 20px 20px 0 0; } }
    /* line 244, ../scss/base.scss */
    #def_header .search_form form input[type="text"] {
      width: 150px;
      height: 30px;
      padding: 0 5px;
      background: #eaeaea;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      display: block;
      float: left;
      font-size: 16px;
      outline: none; }
      @media screen and (max-width: 736px) {
        /* line 244, ../scss/base.scss */
        #def_header .search_form form input[type="text"] {
          width: 130px;
          height: 25px; } }
      /* line 261, ../scss/base.scss */
      #def_header .search_form form input[type="text"]:focus {
        background-image: none; }
    /* line 266, ../scss/base.scss */
    #def_header .search_form form #searchsubmit {
      width: 36px;
      height: 30px;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      background: url(../img/header_search_icon.gif) no-repeat;
      background-size: 36px 30px;
      float: left;
      text-indent: -999px;
      overflow: hidden;
      cursor: pointer;
      outline: none; }
      @media screen and (max-width: 736px) {
        /* line 266, ../scss/base.scss */
        #def_header .search_form form #searchsubmit {
          width: 30px;
          height: 25px;
          background-size: 30px 25px; } }

/* main_area
----------------------------------------------------------------------------------------------------*/
/* line 294, ../scss/base.scss */
#main_area {
  width: 100%;
  overflow: hidden; }
  /* line 298, ../scss/base.scss */
  #main_area .inner_wrap {
    width: 960px;
    height: 360px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-weight: bold; }
    @media screen and (max-width: 736px) {
      /* line 298, ../scss/base.scss */
      #main_area .inner_wrap {
        width: 100%;
        height: 130px; } }
    /* line 310, ../scss/base.scss */
    #main_area .inner_wrap .number {
      width: 83px;
      height: 65px;
      padding: 20px 0 0 12px;
      background: #636363;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 30px; }
      @media screen and (max-width: 736px) {
        /* line 310, ../scss/base.scss */
        #main_area .inner_wrap .number {
          width: 30px;
          height: 25px;
          padding: 5px 0 0 4px;
          font-size: 12px; } }
      /* line 326, ../scss/base.scss */
      #main_area .inner_wrap .number span {
        font-size: 20px;
        font-weight: normal;
        vertical-align: top; }
        @media screen and (max-width: 736px) {
          /* line 326, ../scss/base.scss */
          #main_area .inner_wrap .number span {
            font-size: 10px; } }
    /* line 336, ../scss/base.scss */
    #main_area .inner_wrap h1 {
      position: absolute;
      top: 15px;
      left: 120px;
      font-size: 47px; }
      @media screen and (max-width: 736px) {
        /* line 336, ../scss/base.scss */
        #main_area .inner_wrap h1 {
          top: 10px;
          left: 40px;
          font-size: 18px; } }
    /* line 348, ../scss/base.scss */
    #main_area .inner_wrap .name {
      position: absolute;
      top: 272px;
      left: 454px;
      font-size: 33px; }
      @media screen and (max-width: 736px) {
        /* line 348, ../scss/base.scss */
        #main_area .inner_wrap .name {
          top: 90px;
          right: 100px;
          left: initial;
          font-size: 14px; } }
    /* line 361, ../scss/base.scss */
    #main_area .inner_wrap .jp_color {
      position: absolute;
      top: 337px;
      left: 15px;
      font-size: 14px;
      font-weight: normal; }
      @media screen and (max-width: 736px) {
        /* line 361, ../scss/base.scss */
        #main_area .inner_wrap .jp_color {
          top: 111px;
          left: 10px;
          font-size: 12px; } }
    /* line 374, ../scss/base.scss */
    #main_area .inner_wrap .photo {
      width: 360px;
      height: 360px;
      position: absolute;
      top: 0;
      left: 680px; }
      @media screen and (max-width: 736px) {
        /* line 374, ../scss/base.scss */
        #main_area .inner_wrap .photo {
          width: 130px;
          height: 130px;
          right: -30px;
          left: initial; } }

/* pair */
/* line 393, ../scss/base.scss */
#main_area .inner_wrap .name {
  text-align: center;
  top: 252px;
  line-height: 24px; }

/* movie_area
----------------------------------------------------------------------------------------------------*/
/* line 404, ../scss/base.scss */
#movie_area {
  width: 100%; }
  /* line 407, ../scss/base.scss */
  #movie_area .inner_wrap {
    width: 960px;
    height: 80px;
    margin: 0 auto;
    text-align: right; }
    @media screen and (max-width: 736px) {
      /* line 407, ../scss/base.scss */
      #movie_area .inner_wrap {
        width: 100%;
        height: 40px; } }
    /* line 417, ../scss/base.scss */
    #movie_area .inner_wrap p {
      padding: 30px 15px 0 0;
      display: inline-block;
      color: #636363;
      font-size: 24px;
      font-weight: bold;
      vertical-align: top; }
      @media screen and (max-width: 736px) {
        /* line 417, ../scss/base.scss */
        #movie_area .inner_wrap p {
          padding: 15px 5px 0 0;
          font-size: 12px; } }
    /* line 430, ../scss/base.scss */
    #movie_area .inner_wrap div {
      display: inline-block;
      cursor: pointer; }
      @media screen and (max-width: 736px) {
        /* line 434, ../scss/base.scss */
        #movie_area .inner_wrap div img {
          width: 110px;
          height: 40px; } }

/* contents
----------------------------------------------------------------------------------------------------*/
/* line 448, ../scss/base.scss */
#contents {
  width: 100%;
  background: #f5f5f5;
  color: #424242;
  font-size: 14px;
  line-height: 22px; }
  /* line 455, ../scss/base.scss */
  #contents .inner_wrap {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 736px) {
      /* line 455, ../scss/base.scss */
      #contents .inner_wrap {
        width: 100%;
        height: auto; } }
    /* line 463, ../scss/base.scss */
    #contents .inner_wrap h2 {
      padding: 60px 0 30px 30px;
      font-size: 24px;
      font-weight: bold;
      line-height: 32px;
      position: relative; }
      @media screen and (max-width: 736px) {
        /* line 463, ../scss/base.scss */
        #contents .inner_wrap h2 {
          padding: 20px 0 20px 30px;
          font-size: 18px;
          line-height: 22px; } }
      /* line 475, ../scss/base.scss */
      #contents .inner_wrap h2 span {
        width: 20px;
        height: 14px;
        border-top: 6px solid #636363;
        position: absolute;
        top: 65px;
        left: 0; }
        @media screen and (max-width: 736px) {
          /* line 475, ../scss/base.scss */
          #contents .inner_wrap h2 span {
            top: 24px; } }
    /* line 488, ../scss/base.scss */
    #contents .inner_wrap h3 {
      padding: 60px 0 0;
      margin-bottom: -30px;
      font-size: 21px;
      font-weight: bold;
      line-height: 32px; }
      @media screen and (max-width: 736px) {
        /* line 488, ../scss/base.scss */
        #contents .inner_wrap h3 {
          padding: 20px 0 0;
          font-size: 15px;
          line-height: 22px; } }
    /* line 503, ../scss/base.scss */
    #contents .inner_wrap .box {
      width: 870px;
      margin: 0 45px;
      padding: 0 0 30px;
      border-bottom: 2px solid #adadad; }
      @media screen and (max-width: 736px) {
        /* line 503, ../scss/base.scss */
        #contents .inner_wrap .box {
          width: auto;
          margin: 0 20px;
          padding: 0 0 20px; } }
      /* line 514, ../scss/base.scss */
      #contents .inner_wrap .box.last {
        border: none; }
      /* line 518, ../scss/base.scss */
      #contents .inner_wrap .box .tag {
        padding: 30px 0;
        text-align: right; }
        @media screen and (max-width: 736px) {
          /* line 518, ../scss/base.scss */
          #contents .inner_wrap .box .tag {
            margin: 0 0 0 -10px;
            padding: 10px 0 20px;
            text-align: left; } }
        /* line 527, ../scss/base.scss */
        #contents .inner_wrap .box .tag p {
          margin: 0 8px 0 0;
          padding: 0 10px;
          background: #656565;
          display: inline-block;
          color: #fff;
          font-size: 12px;
          font-weight: bold; }
          @media screen and (max-width: 736px) {
            /* line 527, ../scss/base.scss */
            #contents .inner_wrap .box .tag p {
              margin-bottom: 10px;
              font-weight: normal; } }
          /* line 540, ../scss/base.scss */
          #contents .inner_wrap .box .tag p.last {
            margin: 0; }
      /* line 552, ../scss/base.scss */
      #contents .inner_wrap .box p + img {
        width: 580px;
        height: auto;
        margin: 50px auto 0;
        display: block; }
        @media screen and (max-width: 736px) {
          /* line 552, ../scss/base.scss */
          #contents .inner_wrap .box p + img {
            width: 100%;
            height: auto;
            margin: 20px 0 0; } }
      /* line 564, ../scss/base.scss */
      #contents .inner_wrap .box ul {
        margin-top: 50px; }
        @media screen and (max-width: 736px) {
          /* line 564, ../scss/base.scss */
          #contents .inner_wrap .box ul {
            margin-top: 25px; } }
        /* line 570, ../scss/base.scss */
        #contents .inner_wrap .box ul li {
          width: 260px;
          margin: 0 40px 0 0;
          display: inline-block;
          vertical-align: top; }
          @media screen and (max-width: 736px) {
            /* line 570, ../scss/base.scss */
            #contents .inner_wrap .box ul li {
              width: 100%;
              margin: 0; } }
          /* line 580, ../scss/base.scss */
          #contents .inner_wrap .box ul li.last {
            margin: 0; }
            @media screen and (max-width: 736px) {
              /* line 580, ../scss/base.scss */
              #contents .inner_wrap .box ul li.last {
                margin: 0 0 -10px 0; } }
          /* line 587, ../scss/base.scss */
          #contents .inner_wrap .box ul li img {
            width: 100%;
            height: auto; }
            @media screen and (max-width: 736px) {
              /* line 587, ../scss/base.scss */
              #contents .inner_wrap .box ul li img {
                margin-bottom: 10px; } }
          /* line 595, ../scss/base.scss */
          #contents .inner_wrap .box ul li p {
            margin-top: 15px; }
            @media screen and (max-width: 736px) {
              /* line 595, ../scss/base.scss */
              #contents .inner_wrap .box ul li p {
                margin: 0 0 20px;
                line-height: 20px; } }
          /* line 603, ../scss/base.scss */
          #contents .inner_wrap .box ul li h4 {
            font-size: 16px;
            font-weight: bold;
            line-height: 14px; }
            /* line 608, ../scss/base.scss */
            #contents .inner_wrap .box ul li h4 span.credit {
              margin-top: 5px;
              display: block;
              font-size: 10px;
              font-weight: normal;
              line-height: 12px; }
            /* line 616, ../scss/base.scss */
            #contents .inner_wrap .box ul li h4 + p {
              margin-top: 5px; }
          /* line 621, ../scss/base.scss */
          #contents .inner_wrap .box ul li.block3of2 {
            width: 566px; }
            @media screen and (max-width: 736px) {
              /* line 621, ../scss/base.scss */
              #contents .inner_wrap .box ul li.block3of2 {
                width: 100%; } }
      /* line 630, ../scss/base.scss */
      #contents .inner_wrap .box .block_long {
        width: 565px; }
        @media screen and (max-width: 736px) {
          /* line 630, ../scss/base.scss */
          #contents .inner_wrap .box .block_long {
            width: 100%;
            float: none;
            margin-bottom: 10px; } }
      /* line 639, ../scss/base.scss */
      #contents .inner_wrap .box .block_short {
        width: 260px; }
        @media screen and (max-width: 736px) {
          /* line 639, ../scss/base.scss */
          #contents .inner_wrap .box .block_short {
            width: 100%;
            float: none; } }
        /* line 646, ../scss/base.scss */
        #contents .inner_wrap .box .block_short img {
          width: 100%;
          height: auto; }

/* line 660, ../scss/base.scss */
#profile {
  width: 100%;
  background: #424242;
  color: #a4a4a4;
  font-size: 14px; }
  /* line 666, ../scss/base.scss */
  #profile .inner_wrap {
    width: 870px;
    min-height: 540px;
    margin: 0 auto;
    padding: 0 45px;
    position: relative; }
    @media screen and (max-width: 736px) {
      /* line 666, ../scss/base.scss */
      #profile .inner_wrap {
        width: 100%;
        padding: 0; } }
    /* line 677, ../scss/base.scss */
    #profile .inner_wrap h2 {
      padding: 55px 0 35px;
      color: #fff;
      font-size: 22px; }
      @media screen and (max-width: 736px) {
        /* line 677, ../scss/base.scss */
        #profile .inner_wrap h2 {
          padding: 20px 0;
          text-align: center;
          font-size: 16px; } }
    /* line 688, ../scss/base.scss */
    #profile .inner_wrap .left_area {
      width: 260px;
      float: left; }
      @media screen and (max-width: 736px) {
        /* line 688, ../scss/base.scss */
        #profile .inner_wrap .left_area {
          width: 100%;
          float: none; } }
      /* line 696, ../scss/base.scss */
      #profile .inner_wrap .left_area .photo {
        padding-bottom: 75px;
        text-align: center; }
        @media screen and (max-width: 736px) {
          /* line 696, ../scss/base.scss */
          #profile .inner_wrap .left_area .photo {
            padding-bottom: 30px; } }
        /* line 703, ../scss/base.scss */
        #profile .inner_wrap .left_area .photo p {
          padding: 25px 0 0;
          color: #fff;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 736px) {
            /* line 703, ../scss/base.scss */
            #profile .inner_wrap .left_area .photo p {
              padding: 10px 0 0;
              font-size: 14px; } }
    /* line 717, ../scss/base.scss */
    #profile .inner_wrap .movie {
      margin: 0 20px;
      position: absolute;
      top: 390px; }
      @media screen and (max-width: 736px) {
        /* line 717, ../scss/base.scss */
        #profile .inner_wrap .movie {
          position: initial; } }
      /* line 725, ../scss/base.scss */
      #profile .inner_wrap .movie h3 {
        padding-bottom: 15px;
        color: #fff;
        font-size: 18px; }
      /* line 731, ../scss/base.scss */
      #profile .inner_wrap .movie img {
        cursor: pointer; }
        @media screen and (max-width: 736px) {
          /* line 731, ../scss/base.scss */
          #profile .inner_wrap .movie img {
            width: 165px;
            height: auto; } }
    /* line 740, ../scss/base.scss */
    #profile .inner_wrap .right_area {
      width: 610px;
      float: left; }
      @media screen and (max-width: 736px) {
        /* line 740, ../scss/base.scss */
        #profile .inner_wrap .right_area {
          width: 100%;
          float: none; } }
      /* line 748, ../scss/base.scss */
      #profile .inner_wrap .right_area div {
        padding: 0 25px 30px;
        line-height: 22px; }
        @media screen and (max-width: 736px) {
          /* line 748, ../scss/base.scss */
          #profile .inner_wrap .right_area div {
            padding: 0 20px 25px;
            font-size: 12px;
            line-height: 18px; } }
        /* line 757, ../scss/base.scss */
        #profile .inner_wrap .right_area div h3 {
          color: #fff;
          font-size: 18px;
          padding-bottom: 5px; }
        /* line 763, ../scss/base.scss */
        #profile .inner_wrap .right_area div ul {
          margin-left: 18px;
          list-style: disc; }
          /* line 767, ../scss/base.scss */
          #profile .inner_wrap .right_area div ul li {
            padding-bottom: 8px; }
        /* line 772, ../scss/base.scss */
        #profile .inner_wrap .right_area div a {
          color: #a4a4a4;
          word-break: break-all; }
          /* line 776, ../scss/base.scss */
          #profile .inner_wrap .right_area div a:hover {
            text-decoration: none; }
    /* line 784, ../scss/base.scss */
    #profile .inner_wrap .date {
      padding: 55px 0 35px;
      text-align: right; }
      @media screen and (max-width: 736px) {
        /* line 784, ../scss/base.scss */
        #profile .inner_wrap .date {
          padding: 30px 10px 30px 0; } }
    /* line 793, ../scss/base.scss */
    #profile .inner_wrap .keyword {
      padding-bottom: 35px; }
      /* line 796, ../scss/base.scss */
      #profile .inner_wrap .keyword a {
        margin: 0 16px 0 0;
        padding: 2px 20px 3px;
        border: 1px solid #656565;
        display: inline-block;
        color: #fff;
        text-decoration: none; }
        /* line 804, ../scss/base.scss */
        #profile .inner_wrap .keyword a.last {
          margin: 0; }

/* line 816, ../scss/base.scss */
#sns_share {
  width: 100%;
  background: #d4d4d4;
  text-align: center; }
  /* line 821, ../scss/base.scss */
  #sns_share p {
    padding: 35px 0 20px;
    color: #231815;
    font-size: 20px;
    font-weight: bold; }
  /* line 828, ../scss/base.scss */
  #sns_share .sns_icon {
    padding: 0 0 30px; }
    /* line 831, ../scss/base.scss */
    #sns_share .sns_icon li {
      margin-right: 50px;
      display: inline-block; }
      /* line 835, ../scss/base.scss */
      #sns_share .sns_icon li.last {
        margin-right: 0; }

/* line 844, ../scss/base.scss */
#pagenation {
  width: 100%;
  padding: 35px 0;
  background: #4f4f4f; }
  /* line 849, ../scss/base.scss */
  #pagenation .wrap {
    width: 280px;
    margin: 0 auto;
    overflow: hidden; }
  /* line 855, ../scss/base.scss */
  #pagenation .prev {
    float: left; }
    /* line 858, ../scss/base.scss */
    #pagenation .prev a {
      padding: 1px 0 1px 24px;
      background: url(../img/pagenation_arrow_left.gif) no-repeat; }
  /* line 863, ../scss/base.scss */
  #pagenation .next {
    float: right; }
    /* line 866, ../scss/base.scss */
    #pagenation .next a {
      padding: 1px 25px 1px 0;
      background: url(../img/pagenation_arrow_right.gif) 44px no-repeat; }
  /* line 872, ../scss/base.scss */
  #pagenation a {
    color: #fff;
    font-size: 15px;
    text-decoration: none; }

/* line 881, ../scss/base.scss */
#footer {
  width: 100%; }
  /* line 884, ../scss/base.scss */
  #footer .inner_wrap {
    width: 870px;
    margin: 0 auto;
    padding: 0 45px; }
    @media screen and (max-width: 736px) {
      /* line 884, ../scss/base.scss */
      #footer .inner_wrap {
        width: auto;
        padding: 0 20px; } }
    /* line 893, ../scss/base.scss */
    #footer .inner_wrap .reTop {
      text-align: right; }
      /* line 896, ../scss/base.scss */
      #footer .inner_wrap .reTop a {
        width: 128px;
        height: 44px;
        float: right;
        text-decoration: none; }
        @media screen and (max-width: 736px) {
          /* line 896, ../scss/base.scss */
          #footer .inner_wrap .reTop a {
            width: auto;
            height: auto; } }
      /* line 907, ../scss/base.scss */
      #footer .inner_wrap .reTop p {
        padding: 15px 5px 0 0;
        display: inline-block;
        color: #424242;
        font-size: 12px;
        font-weight: bold;
        vertical-align: top; }
        @media screen and (max-width: 736px) {
          /* line 907, ../scss/base.scss */
          #footer .inner_wrap .reTop p {
            padding: 5px 0 0 0;
            font-size: 14px; } }
      /* line 920, ../scss/base.scss */
      #footer .inner_wrap .reTop div {
        display: inline-block; }
        @media screen and (max-width: 736px) {
          /* line 923, ../scss/base.scss */
          #footer .inner_wrap .reTop div img {
            width: 25px;
            height: auto; } }
    /* line 933, ../scss/base.scss */
    #footer .inner_wrap .s-face_logo {
      padding: 25px 150px 0 0;
      float: left; }
      @media screen and (max-width: 736px) {
        /* line 933, ../scss/base.scss */
        #footer .inner_wrap .s-face_logo {
          padding: 5px 0 0 0;
          float: none; } }
      /* line 941, ../scss/base.scss */
      #footer .inner_wrap .s-face_logo a img {
        -webkit-opacity: 1.0;
        opacity: 1.0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 736px) {
          /* line 941, ../scss/base.scss */
          #footer .inner_wrap .s-face_logo a img {
            width: 82px;
            height: 30px; } }
        /* line 951, ../scss/base.scss */
        #footer .inner_wrap .s-face_logo a img:hover {
          -webkit-opacity: 0.7;
          opacity: 0.7;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (max-width: 736px) {
            /* line 951, ../scss/base.scss */
            #footer .inner_wrap .s-face_logo a img:hover {
              -webkit-opacity: 1.0;
              opacity: 1.0; } }
    /* line 964, ../scss/base.scss */
    #footer .inner_wrap .sfc_logo {
      padding: 25px 20px 0 0;
      float: left; }
      @media screen and (max-width: 736px) {
        /* line 964, ../scss/base.scss */
        #footer .inner_wrap .sfc_logo {
          float: none; } }
      /* line 971, ../scss/base.scss */
      #footer .inner_wrap .sfc_logo a img {
        -webkit-opacity: 1.0;
        opacity: 1.0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 736px) {
          /* line 971, ../scss/base.scss */
          #footer .inner_wrap .sfc_logo a img {
            width: 80px;
            height: auto; } }
        /* line 981, ../scss/base.scss */
        #footer .inner_wrap .sfc_logo a img:hover {
          -webkit-opacity: 0.7;
          opacity: 0.7;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (max-width: 736px) {
            /* line 981, ../scss/base.scss */
            #footer .inner_wrap .sfc_logo a img:hover {
              -webkit-opacity: 1.0;
              opacity: 1.0; } }
    /* line 1009, ../scss/base.scss */
    #footer .inner_wrap .anniversary {
      margin: 24px 20px 0 0;
      float: left; }
      @media screen and (max-width: 736px) {
        /* line 1009, ../scss/base.scss */
        #footer .inner_wrap .anniversary {
          margin: 20px 0 0;
          float: none; } }
      /* line 1018, ../scss/base.scss */
      #footer .inner_wrap .anniversary a img {
        width: 105px;
        height: auto;
        -webkit-opacity: 1.0;
        opacity: 1.0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media screen and (max-width: 736px) {
          /* line 1018, ../scss/base.scss */
          #footer .inner_wrap .anniversary a img {
            width: 82px; } }
        /* line 1029, ../scss/base.scss */
        #footer .inner_wrap .anniversary a img:hover {
          -webkit-opacity: 0.7;
          opacity: 0.7;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (max-width: 736px) {
            /* line 1029, ../scss/base.scss */
            #footer .inner_wrap .anniversary a img:hover {
              -webkit-opacity: 1.0;
              opacity: 1.0; } }
    /* line 1043, ../scss/base.scss */
    #footer .inner_wrap .info {
      max-width: 320px;
      padding: 20px 0 0 0;
      float: left;
      color: #424242;
      font-size: 12px;
      line-height: 19px; }
      @media screen and (max-width: 736px) {
        /* line 1043, ../scss/base.scss */
        #footer .inner_wrap .info {
          font-size: 10px;
          line-height: 16px; } }
    /* line 1057, ../scss/base.scss */
    #footer .inner_wrap .credit {
      padding: 25px 0 15px;
      color: #424242;
      font-size: 12px;
      text-align: center; }
      @media screen and (max-width: 736px) {
        /* line 1057, ../scss/base.scss */
        #footer .inner_wrap .credit {
          font-size: 10px; } }

/* photo */
/* line 1074, ../scss/base.scss */
.ph001 {
  background: url(../img/photo/photo001.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1074, ../scss/base.scss */
    .ph001 {
      background-size: 130px; } }

/* line 1080, ../scss/base.scss */
.ph002 {
  background: url(../img/photo/photo002.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1080, ../scss/base.scss */
    .ph002 {
      background-size: 130px; } }

/* line 1086, ../scss/base.scss */
.ph003 {
  background: url(../img/photo/photo003.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1086, ../scss/base.scss */
    .ph003 {
      background-size: 130px; } }

/* line 1092, ../scss/base.scss */
.ph004 {
  background: url(../img/photo/photo004.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1092, ../scss/base.scss */
    .ph004 {
      background-size: 130px; } }

/* line 1098, ../scss/base.scss */
.ph005 {
  background: url(../img/photo/photo005.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1098, ../scss/base.scss */
    .ph005 {
      background-size: 130px; } }

/* line 1104, ../scss/base.scss */
.ph006 {
  background: url(../img/photo/photo006.jpg) no-repeat;
  padding-right: 40px;
  margin-right: -40px; }
  @media screen and (max-width: 736px) {
    /* line 1104, ../scss/base.scss */
    .ph006 {
      background-size: 145px;
      padding-right: 30px;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    /* line 1114, ../scss/base.scss */
    .ph006 + h1 {
      width: 210px; } }

/* line 1120, ../scss/base.scss */
.ph007 {
  background: url(../img/photo/photo007.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1120, ../scss/base.scss */
    .ph007 {
      background-size: 130px; } }

/* line 1126, ../scss/base.scss */
.ph008 {
  background: url(../img/photo/photo008.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1126, ../scss/base.scss */
    .ph008 {
      background-size: 130px; } }

/* line 1132, ../scss/base.scss */
.ph009 {
  background: url(../img/photo/photo009.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1132, ../scss/base.scss */
    .ph009 {
      background-size: 130px; } }

/* line 1138, ../scss/base.scss */
.ph010 {
  background: url(../img/photo/photo010.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1138, ../scss/base.scss */
    .ph010 {
      background-size: 130px; } }

/* line 1144, ../scss/base.scss */
.ph011 {
  background: url(../img/photo/photo011.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1144, ../scss/base.scss */
    .ph011 {
      background-size: 130px; } }
	  
/* line 1150, ../scss/base.scss */
.ph012 {
  background: url(../img/photo/photo012.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1150, ../scss/base.scss */
    .ph012 {
      background-size: 130px; } }
	  
/* line 1156, ../scss/base.scss */
.ph013 {
  background: url(../img/photo/photo013.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1156, ../scss/base.scss */
    .ph013 {
      background-size: 130px; } }

/* line 1162, ../scss/base.scss */
.ph014 {
  background: url(../img/photo/photo014.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1162, ../scss/base.scss */
    .ph014 {
      background-size: 130px; } }

/* line 1168, ../scss/base.scss */
.ph015 {
  background: url(../img/photo/photo015.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1168, ../scss/base.scss */
    .ph015 {
      background-size: 130px; } }

/* line 1184, ../scss/base.scss */
.ph016 {
  background: url(../img/photo/photo016.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1184, ../scss/base.scss */
    .ph016 {
      background-size: 130px; } }
	  
.phORF {
  background: url(../img/photo/photoORF.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .phORF {
      background-size: 130px; } }

/* line 1190, ../scss/base.scss */
.ph017 {
  background: url(../img/photo/photo017.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph017 {
      background-size: 130px; } }
	  
/* line 1196, ../scss/base.scss */
.ph018 {
  background: url(../img/photo/photo018.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph018 {
      background-size: 130px; } }
	  
/* line 1202, ../scss/base.scss */
.ph019 {
  background: url(../img/photo/photo019.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph019 {
      background-size: 130px; } }

/* line 1208, ../scss/base.scss */
.ph020 {
  background: url(../img/photo/photo020.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph019 {
      background-size: 130px; } }

/* line 1214, ../scss/base.scss */
.ph000 {
  background: url(../img/photo/photo000.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph000 {
      background-size: 130px; } }

/* line 1220, ../scss/base.scss */
.ph021 {
  background: url(../img/photo/photo021.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph021 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph022 {
  background: url(../img/photo/photo022.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph022 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph023 {
  background: url(../img/photo/photo023.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph023 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph024 {
  background: url(../img/photo/photo024.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph024 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph025 {
  background: url(../img/photo/photo025.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph025 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph026 {
  background: url(../img/photo/photo026.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph026 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph027 {
  background: url(../img/photo/photo027.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph027 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph028 {
  background: url(../img/photo/photo028.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph028 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph029 {
  background: url(../img/photo/photo029.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph029 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph030 {
  background: url(../img/photo/photo030.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph030 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph031 {
  background: url(../img/photo/photo031.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph031 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph032 {
  background: url(../img/photo/photo032.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph032 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph033 {
  background: url(../img/photo/photo033.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph033 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph034 {
  background: url(../img/photo/photo034.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph034 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph035 {
  background: url(../img/photo/photo035.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph035 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph036 {
  background: url(../img/photo/photo036.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph036 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph037 {
  background: url(../img/photo/photo037.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph037 {
      background-size: 130px; } }

/* line 1226, ../scss/base.scss */
.ph038 {
  background: url(../img/photo/photo038.jpg) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1190, ../scss/base.scss */
    .ph038 {
      background-size: 130px; } }


/* color */
/* line 1140, ../scss/base.scss */
.wakanae {
  background: #c5cc2a; }

/* line 1141, ../scss/base.scss */
.pale_wakanae {
  background: #d5da64; }

/* line 1143, ../scss/base.scss */
.usuake {
  background: #f17e7a; }

/* line 1144, ../scss/base.scss */
.pale_usuake {
  background: #ff9f9c; }

/* line 1146, ../scss/base.scss */
.kazou {
  background: #f5a000; }

/* line 1147, ../scss/base.scss */
.pale_kazou {
  background: #f9c96e; }

/* line 1149, ../scss/base.scss */
.hanaasagi {
  background: #4394BF; }

/* line 1150, ../scss/base.scss */
.pale_hanaasagi {
  background: #76AEC4; }

/* line 1152, ../scss/base.scss */
.tokiwamidori {
  background: #509643; }

/* line 1153, ../scss/base.scss */
.pale_tokiwamidori {
  background: #87B67E; }

/* line 1155, ../scss/base.scss */
.hamanasu {
  background: #d24a80; }

/* line 1156, ../scss/base.scss */
.pale_hamanasu {
  background: #e185a9; }

/* line 1158, ../scss/base.scss */
.usugunjou {
  background: #779dce; }

/* line 1159, ../scss/base.scss */
.pale_usugunjou {
  background: #a3bbdd; }

/* line 1161, ../scss/base.scss */
.mikancha {
  background: #c66719; }

/* line 1162, ../scss/base.scss */
.pale_mikancha {
  background: #DFA97D; }

/* line 1164, ../scss/base.scss */
.mustard {
  background: #BCA352; }

/* line 1165, ../scss/base.scss */
.pale_mustard {
  background: #cfbc83; }
  
/* line 1167, ../scss/base.scss */
.shinbashi {
  background: #5ac2d9; }

/* line 1168, ../scss/base.scss */
.pale_shinbashi {
  background: #baeef9; }
  
/* line 1170, ../scss/base.scss */
.sohi {
  background: #ea8b4b; }

/* line 1171, ../scss/base.scss */
.pale_sohi {
  background: #e9a759; }
  
/* line 1173, ../scss/base.scss */
.green {
  background: #51ac36; }

/* line 1174, ../scss/base.scss */
.pale_green {
  background: #79a86b; }
  
/* line 1176, ../scss/base.scss */
.sora {
  background: #9bccec; }
  
/* line 1177, ../scss/base.scss */
.pale_sora {
  background: #b4d4e9; }

/* line 1173, ../scss/base.scss */
.sango {
  background: #f08468; }
  
/* line 1176, ../scss/base.scss */
.pale_sango {
  background: #eda28e; }
  
/* line 1182, ../scss/base.scss */
.citron {
  background: #8c9322; }
  
/* line 1183, ../scss/base.scss */
.pale_citron {
  background: #acb162; }
  
/* line 1185, ../scss/base.scss */
.kikyou {
  background: #9381bf; }
  
/* line 1186, ../scss/base.scss */
.pale_kikyou {
  background: #bba3f6; }

/* line 1187, ../scss/base.scss */
.hanaasagi {
  background: #76828c; }

/* line 1188, ../scss/base.scss */
.pale_hanaasagi {
  background: #798998; }

/* line 1189, ../scss/base.scss */
.ukon {
  background: #feb900; }

/* line 1190, ../scss/base.scss */
.pale_ukon {
  background: #f9c332; }

/* line 1191, ../scss/base.scss */
.koubai {
  background: #ef898c; }

/* line 1191, ../scss/base.scss */
.pale_koubai {
  background: #ecb3b4; }
  
/* line 1192, ../scss/base.scss */
.byakugun {
  background: #82c0ea; }

/* line 1192, ../scss/base.scss */
.pale_byakugun {
  background: #b2d2e7; }

/* line 1192, ../scss/base.scss */
.nakakurenai {
  background: #e9aab6; }
  
/* line 1193, ../scss/base.scss */
.pale_nakakurenai {
  background: #eac3cb; }

/* line 1194, ../scss/base.scss */
.wakatake {
  background: #7cc28e; }
  
/* line 1195, ../scss/base.scss */
.pale_wakatake {
  background: #4eb468; }

/* line 1196, ../scss/base.scss */
.kakitsubata {
  background: #a66198; }
  
/* line 1197, ../scss/base.scss */
.pale_kakitsubata {
  background: #a37f9c; }

/* line 1196, ../scss/base.scss */
.kokihanada {
  background: #0a6e98; }
  
/* line 1197, ../scss/base.scss */
.pale_kokihanada {
  background: #47849e; }

/* line 1196, ../scss/base.scss */
.senzaimidori {
  background: #7b855e; }
  
/* line 1197, ../scss/base.scss */
.pale_senzaimidori {
  background: #9ea784; }

/* line 1196, ../scss/base.scss */
.bengara {
  background: #b27d5e; }
  
/* line 1197, ../scss/base.scss */
.pale_bengara {
  background: #ce9574; }

/* line 1196, ../scss/base.scss */
.hiwamoegi {
  background: #c9cf64; }
  
/* line 1197, ../scss/base.scss */
.pale_hiwamoegi {
  background: #c9cd82; }

/* line 1197, ../scss/base.scss */
.benihi {
  background: #ef8f74; }

/* line 1197, ../scss/base.scss */
.pale_benihi {
  background: #eeac9a; }

/* line 1197, ../scss/base.scss */
.asahanada {
  background: #8db2c4; }

/* line 1197, ../scss/base.scss */
.pale_asahanada {
  background: #b5c1c7; }
  
/* line 1197, ../scss/base.scss */
.kikuchiba {
  background: #cdac67; }

/* line 1197, ../scss/base.scss */
.pale_kikuchiba {
  background: #e2c994; }

/* line 1197, ../scss/base.scss */
.tealgreen {
  background: #54a7ad; }

/* line 1197, ../scss/base.scss */
.pale_tealgreen {
  background: #78ced4; }

/* line 1197, ../scss/base.scss */
.karakurenai {
  background: #ea6f6b; }

/* line 1197, ../scss/base.scss */
.pale_karakurenai {
  background: #e9a2a0; }

/* line 1197, ../scss/base.scss */
.violet {
  background: #9f8bbf; }

/* line 1197, ../scss/base.scss */
.pale_violet {
  background: #b0a6c0; }

/* line 1197, ../scss/base.scss */
.white {
  background: #ffffff; }

/* line 1197, ../scss/base.scss */
.pale_white {
  background: #ffffff; }

/* line 1197, ../scss/base.scss */
.aotake {
  background: #7ebeab; }

/* line 1197, ../scss/base.scss */
.pale_aotake {
  background: #a0bfb6; }

/* line 1197, ../scss/base.scss */
.ouni {
  background: #ee7948; }

/* line 1197, ../scss/base.scss */
.pale_ouni {
  background: #eb9875; }

/* line 1197, ../scss/base.scss */
.konjo {
  background: #b0b4d1; }

/* line 1197, ../scss/base.scss */
.pale_konjo {
  background: #bdbfd1; }

/* line 1197, ../scss/base.scss */
.tobi {
  background: #d5c5b6; }

/* line 1197, ../scss/base.scss */
.pale_tobi {
  background: #d8d2cc; }

/* line 1197, ../scss/base.scss */
.tsutsuji {
  background: #ef8a9b; }

/* line 1197, ../scss/base.scss */
.pale_tsutsuji {
  background: #eeb6bf; }


/* line 1197, ../scss/base.scss */
.sabiseiji {
  background: #bfd4c5; }

/* line 1197, ../scss/base.scss */
.pale_sabiseiji {
  background: #d3dcd6; }


/*orf2015
----------------------------------------------------------------------------------------------------*/
/*photo*/
/* line 1173, ../scss/base.scss */
.ph-orf2015 {
  background: url(../img/orf2015/photo-orf2015.png) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1173, ../scss/base.scss */
    .ph-orf2015 {
      background-size: 130px; } }

/*color*/
/* line 1181, ../scss/base.scss */
.enji {
  background: #b94047; }

/* line 1182, ../scss/base.scss */
.pale_enji {
  background: #d9989c; }

@media screen and (max-width: 736px) {
  /* line 1186, ../scss/base.scss */
  .orf2015 #main_area .inner_wrap p.number {
    padding: 5px 5px 0 2px; } }
/* line 1191, ../scss/base.scss */
.orf2015 #main_area .inner_wrap h1 span {
  font-size: 42px;
  margin-top: 15px;
  display: block; }
  @media screen and (max-width: 736px) {
    /* line 1191, ../scss/base.scss */
    .orf2015 #main_area .inner_wrap h1 span {
      font-size: 14px;
      margin-top: 5px; } }
/* line 1201, ../scss/base.scss */
.orf2015 #main_area .inner_wrap p.photo {
  width: 380px;
  height: 380px;
  top: 20px;
  left: 645px; }
  @media screen and (max-width: 736px) {
    /* line 1201, ../scss/base.scss */
    .orf2015 #main_area .inner_wrap p.photo {
      width: 130px;
      height: 130px;
      top: 10px;
      right: -30px;
      left: initial; } }
/* line 1215, ../scss/base.scss */
.orf2015 #main_area .inner_wrap p.names {
  background: url(../img/orf2015/mark.png) no-repeat center;
  text-indent: -99999px;
  width: 137px;
  height: 137px;
  top: 200px;
  right: 260px;
  position: absolute; }
  @media screen and (max-width: 736px) {
    /* line 1215, ../scss/base.scss */
    .orf2015 #main_area .inner_wrap p.names {
      background-size: 100% auto;
      width: 50px;
      height: 50px;
      top: 75px;
      right: 80px; } }
/* line 1232, ../scss/base.scss */
.orf2015 .box .firstSen {
  padding-top: 35px; }
/* line 1236, ../scss/base.scss */
.orf2015 #contents .inner_wrap .box .add {
  width: 870px; }
  @media screen and (max-width: 736px) {
    /* line 1236, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box .add {
      width: auto;
      margin: 0;
      padding: 0 0 20px; } }
  /* line 1243, ../scss/base.scss */
  .orf2015 #contents .inner_wrap .box .add ul li {
    float: left;
    width: 192px;
    margin: 0; }
    @media screen and (max-width: 736px) {
      /* line 1243, ../scss/base.scss */
      .orf2015 #contents .inner_wrap .box .add ul li {
        width: 47%; } }
    /* line 1250, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box .add ul li img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 736px) {
        /* line 1250, ../scss/base.scss */
        .orf2015 #contents .inner_wrap .box .add ul li img {
          margin-bottom: 0; } }
  /* line 1258, ../scss/base.scss */
  .orf2015 #contents .inner_wrap .box .add ul li:nth-child(-n+3) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1258, ../scss/base.scss */
      .orf2015 #contents .inner_wrap .box .add ul li:nth-child(-n+3) {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1265, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box .add ul li:nth-child(-n+2) {
      margin-bottom: 6%; }
    /* line 1268, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box .add ul li:nth-child(odd) {
      margin-right: 6%; } }
/* line 1274, ../scss/base.scss */
.orf2015 .box .subbox01 {
  width: 570px;
  float: right;
  margin-bottom: 55px; }
  @media screen and (max-width: 736px) {
    /* line 1274, ../scss/base.scss */
    .orf2015 .box .subbox01 {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }
/* line 1285, ../scss/base.scss */
.orf2015 .box p.img01 {
  float: left;
  width: 210px;
  margin: 65px 0 0 25px; }
  @media screen and (max-width: 736px) {
    /* line 1285, ../scss/base.scss */
    .orf2015 .box p.img01 {
      float: none;
      margin: 20px auto; } }
/* line 1295, ../scss/base.scss */
.orf2015 .box dl {
  clear: both;
  max-width: 870px;
  background: #424242;
  padding: 30px; }
  /* line 1300, ../scss/base.scss */
  .orf2015 .box dl dt {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px; }
  /* line 1305, ../scss/base.scss */
  .orf2015 .box dl dd {
    font-size: 14px;
    color: #a4a4a4; }
/* line 1310, ../scss/base.scss */
.orf2015 .box .subbox02 {
  width: 570px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1310, ../scss/base.scss */
    .orf2015 .box .subbox02 {
      width: 100%;
      float: none; } }
/* line 1319, ../scss/base.scss */
.orf2015 #contents .inner_wrap .box ul.addcontents {
  float: right;
  margin-top: 120px; }
  @media screen and (max-width: 736px) {
    /* line 1319, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box ul.addcontents {
      float: none;
      margin-top: 30px; } }
  /* line 1326, ../scss/base.scss */
  .orf2015 #contents .inner_wrap .box ul.addcontents li {
    width: 260px;
    margin: 0 0 20px;
    display: block; }
    @media screen and (max-width: 736px) {
      /* line 1326, ../scss/base.scss */
      .orf2015 #contents .inner_wrap .box ul.addcontents li {
        margin: 20px auto; } }
    /* line 1333, ../scss/base.scss */
    .orf2015 #contents .inner_wrap .box ul.addcontents li img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 736px) {
        /* line 1333, ../scss/base.scss */
        .orf2015 #contents .inner_wrap .box ul.addcontents li img {
          margin-bottom: 0; } }
/* line 1343, ../scss/base.scss */
.orf2015 p.imgflt {
  float: right;
  margin-top: 120px;
  width: 260px; }
  /* line 1347, ../scss/base.scss */
  .orf2015 p.imgflt img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 736px) {
    /* line 1343, ../scss/base.scss */
    .orf2015 p.imgflt {
      margin: 30px auto;
      float: none; } }
/* line 1356, ../scss/base.scss */
.orf2015 p.imgflt2 {
  float: right;
  margin-top: 20px;
  width: 260px; }
  /* line 1360, ../scss/base.scss */
  .orf2015 p.imgflt2 img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 736px) {
    /* line 1356, ../scss/base.scss */
    .orf2015 p.imgflt2 {
      margin: 30px auto;
      float: none; } }
/* line 1370, ../scss/base.scss */
.orf2015 .introduction p:first-child {
  margin-top: 120px; }
  @media screen and (max-width: 736px) {
    /* line 1370, ../scss/base.scss */
    .orf2015 .introduction p:first-child {
      margin-top: 0; } }
/* line 1377, ../scss/base.scss */
.orf2015 .introduction p:nth-child(2) {
  margin-top: 30px; }
@media screen and (max-width: 736px) {
  /* line 1382, ../scss/base.scss */
  .orf2015 .introduction p {
    margin: 10px 0; }
    /* line 1384, ../scss/base.scss */
    .orf2015 .introduction p img {
      width: 100%;
      height: auto; } }
/* line 1391, ../scss/base.scss */
.orf2015 .introduction02 p:first-child {
  margin-top: 80px; }
  @media screen and (max-width: 736px) {
    /* line 1391, ../scss/base.scss */
    .orf2015 .introduction02 p:first-child {
      margin-top: 0; } }
/* line 1398, ../scss/base.scss */
.orf2015 .introduction02 p:nth-child(2) {
  margin-top: 30px; }
@media screen and (max-width: 736px) {
  /* line 1403, ../scss/base.scss */
  .orf2015 .introduction02 p {
    margin: 10px 0; }
    /* line 1405, ../scss/base.scss */
    .orf2015 .introduction02 p img {
      width: 100%;
      height: auto; } }
/* line 1412, ../scss/base.scss */
.orf2015 p.imgalone {
  margin: 50px 0 0 100px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1412, ../scss/base.scss */
    .orf2015 p.imgalone {
      margin: 10px 0; }
      /* line 1417, ../scss/base.scss */
      .orf2015 p.imgalone img {
        width: 100%;
        height: auto; } }
/* line 1424, ../scss/base.scss */
.orf2015 p.imgalone2 {
  margin: 50px 0 0 75px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1424, ../scss/base.scss */
    .orf2015 p.imgalone2 {
      margin: 10px 0; }
      /* line 1429, ../scss/base.scss */
      .orf2015 p.imgalone2 img {
        width: 100%;
        height: auto; } }
/* line 1436, ../scss/base.scss */
.orf2015 p.imgalone3 {
  margin: 100px 0 0 85px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1436, ../scss/base.scss */
    .orf2015 p.imgalone3 {
      margin: 10px 0; }
      /* line 1441, ../scss/base.scss */
      .orf2015 p.imgalone3 img {
        width: 100%;
        height: auto; } }
/* line 1448, ../scss/base.scss */
.orf2015 .box02 {
  width: 870px;
  margin: 0 45px;
  padding: 65px 0;
  border-bottom: 2px solid #adadad; }
  @media screen and (max-width: 736px) {
    /* line 1448, ../scss/base.scss */
    .orf2015 .box02 {
      width: auto;
      margin: 0 20px;
      padding: 0 0 20px; } }
  /* line 1459, ../scss/base.scss */
  .orf2015 .box02 .fourimg ul {
    width: 192px;
    float: left; }
    @media screen and (max-width: 736px) {
      /* line 1459, ../scss/base.scss */
      .orf2015 .box02 .fourimg ul {
        width: 47%;
        margin: 20px 0 0; }
        /* line 1465, ../scss/base.scss */
        .orf2015 .box02 .fourimg ul img {
          width: 100%;
          height: auto; } }
  /* line 1472, ../scss/base.scss */
  .orf2015 .box02 .fourimg ul.available {
    margin-right: 33px; }
    @media screen and (max-width: 736px) {
      /* line 1472, ../scss/base.scss */
      .orf2015 .box02 .fourimg ul.available {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1480, ../scss/base.scss */
    .orf2015 .box02 .fourimg ul.responce {
      margin-right: 6%; } }
/* line 1486, ../scss/base.scss */
.orf2015 .popup {
  width: 870px;
  margin: 0 45px; }
  @media screen and (max-width: 736px) {
    /* line 1486, ../scss/base.scss */
    .orf2015 .popup {
      width: auto;
      margin: 0 20px;
      padding: 0 0 20px; } }
  /* line 1495, ../scss/base.scss */
  .orf2015 .popup h2 {
    padding: 60px 0 20px 30px; }
  /* line 1499, ../scss/base.scss */
  .orf2015 .popup .popupdetail p {
    font-size: 18px;
    margin: 10px 0 20px; }
  /* line 1504, ../scss/base.scss */
  .orf2015 .popup .popupdetail h4 {
    font-size: 18px;
    margin: 20px 0; }
  /* line 1509, ../scss/base.scss */
  .orf2015 .popup .popupdetail ul {
    background: url(../img/orf2015/border.gif) repeat-x bottom;
    overflow: hidden; }
    /* line 1513, ../scss/base.scss */
    .orf2015 .popup .popupdetail ul.last {
      background: none;
      padding-bottom: 50px; }
      @media screen and (max-width: 736px) {
        /* line 1513, ../scss/base.scss */
        .orf2015 .popup .popupdetail ul.last {
          padding-bottom: 25px; } }
    /* line 1521, ../scss/base.scss */
    .orf2015 .popup .popupdetail ul li {
      float: left;
      padding-bottom: 20px; }
      @media screen and (max-width: 736px) {
        /* line 1521, ../scss/base.scss */
        .orf2015 .popup .popupdetail ul li {
          width: 47%; }
          /* line 1526, ../scss/base.scss */
          .orf2015 .popup .popupdetail ul li img {
            width: 100%;
            height: auto; } }
  /* line 1534, ../scss/base.scss */
  .orf2015 .popup .popupdetail ul li:nth-child(-n+3) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1534, ../scss/base.scss */
      .orf2015 .popup .popupdetail ul li:nth-child(-n+3) {
        margin-right: 0; } }
  /* line 1541, ../scss/base.scss */
  .orf2015 .popup .popupdetail ul li:nth-child(5) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1541, ../scss/base.scss */
      .orf2015 .popup .popupdetail ul li:nth-child(5) {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1549, ../scss/base.scss */
    .orf2015 .popup .popupdetail ul li:nth-child(odd) {
      margin-right: 6%; } }

/*
Lightbox
*/
/* line 1560, ../scss/base.scss */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

/* line 1560, ../scss/base.scss */
body:after {
  content: url(../img/orf2015/lightbox/close.png) url(../img/orf2015/lightbox/loading.gif) url(../img/orf2015/lightbox/prev.png) url(../img/orf2015/lightbox/next.png);
  display: none; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

/* line 1560, ../scss/base.scss */
body.lb-disable-scrolling {
  overflow: hidden; }

/* line 1560, ../scss/base.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

/* line 1560, ../scss/base.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

/* line 1560, ../scss/base.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

/* line 1560, ../scss/base.scss */
.lightbox a img {
  border: none; }

/* line 1560, ../scss/base.scss */
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

/* line 1560, ../scss/base.scss */
.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

/* line 1560, ../scss/base.scss */
.lb-outerContainer:after {
  display: table; }

/* line 1560, ../scss/base.scss */
.lb-container {
  padding: 4px; }

/* line 1560, ../scss/base.scss */
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

/* line 1560, ../scss/base.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/orf2015/lightbox/loading.gif) no-repeat; }

/* line 1560, ../scss/base.scss */
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 1560, ../scss/base.scss */
.lb-container > .nav {
  left: 0; }

/* line 1560, ../scss/base.scss */
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

/* line 1560, ../scss/base.scss */
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/orf2015/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/orf2015/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer:after {
  display: table; }

/* line 1560, ../scss/base.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-caption {
  font-size: 15px;
  font-weight: 700;
  line-height: 1em; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-caption span {
  font-size: 20px;
  display: block;
  margin: 5px 0 0; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/orf2015/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }
  
  p.imageA {
   max-width: 560px; /* 最大幅 */
   min-width: 398px; /* 最小幅 */
  }
  p.imageA img { width: 100%; }
  
  
  /*orf2016
----------------------------------------------------------------------------------------------------*/
/*photo*/
/* line 1173, ../scss/base.scss */
.ph-orf2016 {
  background: url(../img/orf2016/photo-orf2016.png) no-repeat; }
  @media screen and (max-width: 736px) {
    /* line 1173, ../scss/base.scss */
    .ph-orf2016 {
      background-size: 130px; } }

/*color*/
/* line 1181, ../scss/base.scss */
.konjou {
  background: #2b5d8f; }

/* line 1182, ../scss/base.scss */
.pale_konjou {
  background: #719cc6; }

@media screen and (max-width: 736px) {
  /* line 1186, ../scss/base.scss */
  .orf2016 #main_area .inner_wrap p.number {
    padding: 5px 5px 0 2px; } }
/* line 1191, ../scss/base.scss */
.orf2016 #main_area .inner_wrap h1 span {
  font-size: 42px;
  margin-top: 15px;
  display: block; }
  @media screen and (max-width: 736px) {
    /* line 1191, ../scss/base.scss */
    .orf2016 #main_area .inner_wrap h1 span {
      font-size: 14px;
      margin-top: 5px; } }
/* line 1201, ../scss/base.scss */
.orf2016 #main_area .inner_wrap p.photo {
  width: 380px;
  height: 380px;
  top: 20px;
  left: 645px; }
  @media screen and (max-width: 736px) {
    /* line 1201, ../scss/base.scss */
    .orf2016 #main_area .inner_wrap p.photo {
      width: 130px;
      height: 130px;
      top: 10px;
      right: -30px;
      left: initial; } }
/* line 1215, ../scss/base.scss */
.orf2016 #main_area .inner_wrap p.names {
  background: url(../img/orf2016/mark2.png) no-repeat center;
  text-indent: -99999px;
  width: 137px;
  height: 137px;
  top: 200px;
  right: 260px;
  position: absolute; }
  @media screen and (max-width: 736px) {
    /* line 1215, ../scss/base.scss */
    .orf2016 #main_area .inner_wrap p.names {
      background-size: 100% auto;
      width: 50px;
      height: 50px;
      top: 75px;
      right: 80px; } }
/* line 1232, ../scss/base.scss */
.orf2016 .box .firstSen {
  padding-top: 35px; }
/* line 1236, ../scss/base.scss */
.orf2016 #contents .inner_wrap .box .add {
  width: 870px; }
  @media screen and (max-width: 736px) {
    /* line 1236, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box .add {
      width: auto;
      margin: 0;
      padding: 0 0 20px; } }
  /* line 1243, ../scss/base.scss */
  .orf2016 #contents .inner_wrap .box .add ul li {
    float: left;
    width: 192px;
    margin: 0; }
    @media screen and (max-width: 736px) {
      /* line 1243, ../scss/base.scss */
      .orf2016 #contents .inner_wrap .box .add ul li {
        width: 47%; } }
    /* line 1250, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box .add ul li img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 736px) {
        /* line 1250, ../scss/base.scss */
        .orf2016 #contents .inner_wrap .box .add ul li img {
          margin-bottom: 0; } }
  /* line 1258, ../scss/base.scss */
  .orf2016 #contents .inner_wrap .box .add ul li:nth-child(-n+3) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1258, ../scss/base.scss */
      .orf2016 #contents .inner_wrap .box .add ul li:nth-child(-n+3) {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1265, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box .add ul li:nth-child(-n+2) {
      margin-bottom: 6%; }
    /* line 1268, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box .add ul li:nth-child(odd) {
      margin-right: 6%; } }
/* line 1274, ../scss/base.scss */
.orf2016 .box .subbox01 {
  width: 570px;
  float: right;
  margin-bottom: 55px; }
  @media screen and (max-width: 736px) {
    /* line 1274, ../scss/base.scss */
    .orf2016 .box .subbox01 {
      float: none;
      width: 100%;
      margin-bottom: 20px; } }
/* line 1285, ../scss/base.scss */
.orf2016 .box p.img01 {
  float: right;
  width: 275px;
  margin: 110px 0 0 25px; }
  @media screen and (max-width: 736px) {
    /* line 1285, ../scss/base.scss */
    .orf2016 .box p.img01 {
      float: none;
      margin: 20px auto; } }
/* line 1295, ../scss/base.scss */
.orf2016 .box dl {
  clear: both;
  max-width: 870px;
  background: #424242;
  padding: 30px; }
  /* line 1300, ../scss/base.scss */
  .orf2016 .box dl dt {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px; }
  /* line 1305, ../scss/base.scss */
  .orf2016 .box dl dd {
    font-size: 14px;
    color: #a4a4a4; }
/* line 1310, ../scss/base.scss */
.orf2016 .box .subbox02 {
  width: 570px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1310, ../scss/base.scss */
    .orf2016 .box .subbox02 {
      width: 100%;
      float: none; } }
/* line 1319, ../scss/base.scss */
.orf2016 #contents .inner_wrap .box ul.addcontents {
  float: right;
  margin-top: 120px; }
  @media screen and (max-width: 736px) {
    /* line 1319, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box ul.addcontents {
      float: none;
      margin-top: 30px; } }
  /* line 1326, ../scss/base.scss */
  .orf2016 #contents .inner_wrap .box ul.addcontents li {
    width: 260px;
    margin: 0 0 20px;
    display: block; }
    @media screen and (max-width: 736px) {
      /* line 1326, ../scss/base.scss */
      .orf2016 #contents .inner_wrap .box ul.addcontents li {
        margin: 20px auto; } }
    /* line 1333, ../scss/base.scss */
    .orf2016 #contents .inner_wrap .box ul.addcontents li img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 736px) {
        /* line 1333, ../scss/base.scss */
        .orf2016 #contents .inner_wrap .box ul.addcontents li img {
          margin-bottom: 0; } }
/* line 1343, ../scss/base.scss */
.orf2016 p.imgflt {
  float: right;
  margin-top: 120px;
  width: 260px; }
  /* line 1347, ../scss/base.scss */
  .orf2016 p.imgflt img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 736px) {
    /* line 1343, ../scss/base.scss */
    .orf2016 p.imgflt {
      margin: 30px auto;
      float: none; } }
/* line 1356, ../scss/base.scss */
.orf2016 p.imgflt2 {
  float: right;
  margin-top: 20px;
  width: 260px; }
  /* line 1360, ../scss/base.scss */
  .orf2016 p.imgflt2 img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 736px) {
    /* line 1356, ../scss/base.scss */
    .orf2016 p.imgflt2 {
      margin: 30px auto;
      float: none; } }
/* line 1370, ../scss/base.scss */
.orf2016 .introduction p:first-child {
  margin-top: 120px; }
  @media screen and (max-width: 736px) {
    /* line 1370, ../scss/base.scss */
    .orf2016 .introduction p:first-child {
      margin-top: 0; } }
/* line 1377, ../scss/base.scss */
.orf2016 .introduction p:nth-child(2) {
  margin-top: 30px; }
@media screen and (max-width: 736px) {
  /* line 1382, ../scss/base.scss */
  .orf2016 .introduction p {
    margin: 10px 0; }
    /* line 1384, ../scss/base.scss */
    .orf2016 .introduction p img {
      width: 100%;
      height: auto; } }
/* line 1391, ../scss/base.scss */
.orf2016 .introduction02 p:first-child {
  margin-top: 80px; }
  @media screen and (max-width: 736px) {
    /* line 1391, ../scss/base.scss */
    .orf2016 .introduction02 p:first-child {
      margin-top: 0; } }
/* line 1398, ../scss/base.scss */
.orf2016 .introduction02 p:nth-child(2) {
  margin-top: 30px; }
@media screen and (max-width: 736px) {
  /* line 1403, ../scss/base.scss */
  .orf2016 .introduction02 p {
    margin: 10px 0; }
    /* line 1405, ../scss/base.scss */
    .orf2016 .introduction02 p img {
      width: 100%;
      height: auto; } }
/* line 1412, ../scss/base.scss */
.orf2016 p.imgalone {
  margin: 25px 0 0 15px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1412, ../scss/base.scss */
    .orf2016 p.imgalone {
      margin: 10px 0; }
      /* line 1417, ../scss/base.scss */
      .orf2016 p.imgalone img {
        width: 100%;
        height: auto; } }
/* line 1424, ../scss/base.scss */
.orf2016 p.imgalone2 {
  margin: 50px 0 0 75px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1424, ../scss/base.scss */
    .orf2016 p.imgalone2 {
      margin: 10px 0; }
      /* line 1429, ../scss/base.scss */
      .orf2016 p.imgalone2 img {
        width: 100%;
        height: auto; } }
/* line 1436, ../scss/base.scss */
.orf2016 p.imgalone3 {
  margin: 100px 0 0 85px;
  float: left; }
  @media screen and (max-width: 736px) {
    /* line 1436, ../scss/base.scss */
    .orf2016 p.imgalone3 {
      margin: 10px 0; }
      /* line 1441, ../scss/base.scss */
      .orf2016 p.imgalone3 img {
        width: 100%;
        height: auto; } }
/* line 1448, ../scss/base.scss */
.orf2016 .box02 {
  width: 870px;
  margin: 0 45px;
  padding: 65px 0;
  border-bottom: 2px solid #adadad; }
  @media screen and (max-width: 736px) {
    /* line 1448, ../scss/base.scss */
    .orf2016 .box02 {
      width: auto;
      margin: 0 20px;
      padding: 0 0 20px; } }
  /* line 1459, ../scss/base.scss */
  .orf2016 .box02 .fourimg ul {
    width: 192px;
    float: left; }
    @media screen and (max-width: 736px) {
      /* line 1459, ../scss/base.scss */
      .orf2016 .box02 .fourimg ul {
        width: 47%;
        margin: 20px 0 0; }
        /* line 1465, ../scss/base.scss */
        .orf2016 .box02 .fourimg ul img {
          width: 100%;
          height: auto; } }
  /* line 1472, ../scss/base.scss */
  .orf2016 .box02 .fourimg ul.available {
    margin-right: 33px; }
    @media screen and (max-width: 736px) {
      /* line 1472, ../scss/base.scss */
      .orf2016 .box02 .fourimg ul.available {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1480, ../scss/base.scss */
    .orf2016 .box02 .fourimg ul.responce {
      margin-right: 6%; } }
/* line 1486, ../scss/base.scss */
.orf2016 .popup {
  width: 870px;
  margin: 0 45px; }
  @media screen and (max-width: 736px) {
    /* line 1486, ../scss/base.scss */
    .orf2016 .popup {
      width: auto;
      margin: 0 20px;
      padding: 0 0 20px; } }
  /* line 1495, ../scss/base.scss */
  .orf2016 .popup h2 {
    padding: 60px 0 20px 30px; }
  /* line 1499, ../scss/base.scss */
  .orf2016 .popup .popupdetail p {
    font-size: 18px;
    margin: 10px 0 20px; }
  /* line 1504, ../scss/base.scss */
  .orf2016 .popup .popupdetail h4 {
    font-size: 18px;
    margin: 20px 0; }
  /* line 1509, ../scss/base.scss */
  .orf2016 .popup .popupdetail ul {
    overflow: hidden; }
    /* line 1513, ../scss/base.scss */
    .orf2016 .popup .popupdetail ul.last {
      background: none;
      padding-bottom: 50px; }
      @media screen and (max-width: 736px) {
        /* line 1513, ../scss/base.scss */
        .orf2016 .popup .popupdetail ul.last {
          padding-bottom: 25px; } }
    /* line 1521, ../scss/base.scss */
    .orf2016 .popup .popupdetail ul li {
      float: left;
      padding-bottom: 20px; }
      @media screen and (max-width: 736px) {
        /* line 1521, ../scss/base.scss */
        .orf2016 .popup .popupdetail ul li {
          width: 47%; }
          /* line 1526, ../scss/base.scss */
          .orf2016 .popup .popupdetail ul li img {
            width: 100%;
            height: auto; } }
  /* line 1534, ../scss/base.scss */
  .orf2016 .popup .popupdetail ul li:nth-child(-n+3) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1534, ../scss/base.scss */
      .orf2016 .popup .popupdetail ul li:nth-child(-n+3) {
        margin-right: 0; } }
  /* line 1541, ../scss/base.scss */
  .orf2016 .popup .popupdetail ul li:nth-child(5) {
    margin-right: 34px; }
    @media screen and (max-width: 736px) {
      /* line 1541, ../scss/base.scss */
      .orf2016 .popup .popupdetail ul li:nth-child(5) {
        margin-right: 0; } }
  @media screen and (max-width: 736px) {
    /* line 1549, ../scss/base.scss */
    .orf2016 .popup .popupdetail ul li:nth-child(odd) {
      margin-right: 6%; } }

/*
Lightbox
*/
/* line 1560, ../scss/base.scss */
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

/* line 1560, ../scss/base.scss */
body:after {
  content: url(../img/orf2016/lightbox/close.png) url(../img/orf2016/lightbox/loading.gif) url(../img/orf2016/lightbox/prev.png) url(../img/orf2016/lightbox/next.png);
  display: none; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

/* line 1560, ../scss/base.scss */
body.lb-disable-scrolling {
  overflow: hidden; }

/* line 1560, ../scss/base.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

/* line 1560, ../scss/base.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400; }

/* line 1560, ../scss/base.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

/* line 1560, ../scss/base.scss */
.lightbox a img {
  border: none; }

/* line 1560, ../scss/base.scss */
.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

/* line 1560, ../scss/base.scss */
.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

/* line 1560, ../scss/base.scss */
.lb-outerContainer:after {
  display: table; }

/* line 1560, ../scss/base.scss */
.lb-container {
  padding: 4px; }

/* line 1560, ../scss/base.scss */
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

/* line 1560, ../scss/base.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/orf2016/lightbox/loading.gif) no-repeat; }

/* line 1560, ../scss/base.scss */
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 1560, ../scss/base.scss */
.lb-container > .nav {
  left: 0; }

/* line 1560, ../scss/base.scss */
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

/* line 1560, ../scss/base.scss */
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/orf2016/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/orf2016/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

/* line 1560, ../scss/base.scss */
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* line 1560, ../scss/base.scss */
.lb-dataContainer:after {
  display: table; }

/* line 1560, ../scss/base.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-caption {
  font-size: 15px;
  font-weight: 700;
  line-height: 1em; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-caption span {
  font-size: 20px;
  display: block;
  margin: 5px 0 0; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/orf2016/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

/* line 1560, ../scss/base.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }
  
  p.imageA {
   max-width: 560px; /* 最大幅 */
   min-width: 398px; /* 最小幅 */
  }
  p.imageA img { width: 100%; }
  

  .btn-filePdf {
    padding: 15px 10px 15px 50px;
    display: block;
    text-decoration: none !important;
    background: url(/img/cnt_img/icon_pdf.jpg) no-repeat 15px center;
    border: 1px #e8e8e8 solid;
    position: relative;
    transition: all 0.3s ease-out;
}



.btn-filePdf {
    padding: 15px 10px 15px 50px;
    text-decoration: none !important;
    background: url(/img/cnt_img/icon_pdf.jpg) no-repeat 15px center;
    transition: all 0.3s ease-out;
}