@charset "UTF-8";
/*!-----------------------------------------------------------------------

sassを使用しています！注意して下さい

-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
	テレビ静岡 - layout scss
	URL: http://www.sut-tv.com
	Date: 2017-11-22
	Copyright © 2010 SHIZUOKA TELECASTING Co.,Ltd. All Rights Reserved.
------------------------------------------------------------------------------*/
.innerWrap {
  width: 980px;
  margin: auto;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.toTop {
  display: none;
}

#toTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999 !important;
  bottom: 30px;
}
#toTop img {
  border: none;
}
#toTop.is-fixed {
  bottom: 165px;
}
#toTop.is-footer {
  bottom: 30px !important;
}
#toTop:hover {
  animation-duration: 0.8s;
  animation-name: bounce;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: bounce;
}

@media screen and (max-width: 1250px) {
  #toTop {
    display: none;
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
#main .effect {
  transition: all 0.6s;
  position: relative;
  top: 100px;
  opacity: 0;
}

#main .effect.is-scroll-active {
  top: 0;
  opacity: 1;
}

/*==============================================================
	下階層の制御
===============================================================*/
body#linIndex #header-common #globalNav > ul > li a::after,
body#linIndex #header-common #hd-other-outside,
body#linIndex #header-common #weatherWrap,
body#linIndex #header-common #hd-other,
body#linIndex #header-common #globalNav .subNav {
  display: none;
}

body#linIndex #header-common.hd-sub > .innerWrap {
  padding-top: 0;
}

body#linIndex #header-common.hd-sub .btn-tv {
  margin-left: 435px;
}

body#linIndex #header-common.hd-sub .btn-tv,
body#linIndex #header-common.hd-sub .btn-faq {
  margin-top: 35px;
}

body#linIndex #header-common.hd-sub #siteTitle {
  margin-top: 7px;
}

body#linIndex #header-common #siteTitle {
  position: static;
  float: left;
  margin-top: 0;
  margin-left: 0;
}

/*==============================================================
	header : ヘッダー
===============================================================*/
#header-common {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  position: relative;
  background: #fff600;
  z-index: 9;
}
#header-common .innerWrap {
  position: relative;
  height: 95px;
}
#header-common #siteTitle {
  display: inline-block;
  margin-top: 7px;
  margin-left: -200px;
  float: left;
}
#header-common #siteTitle img {
  border: none;
}
#header-common .btn-tv,
#header-common .btn-faq,
#header-common #weatherWrap {
  position: absolute;
  bottom: 5px;
}
#header-common .btn-tv {
  transition: all 0.3s;
  display: block;
  left: 0;
  width: 150px;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #1b1b1b;
  border-radius: 5px;
  line-height: 1;
}
#header-common .btn-tv:hover {
  background: #3f3f3f;
}
#header-common .btn-faq {
  transition: all 0.3s;
  display: block;
  right: 0;
  width: 195px;
  padding: 8px 0 8px 40px;
  box-sizing: border-box;
  color: #222222;
  font-size: 15px;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
}
#header-common .btn-faq::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -20px;
  background: url(../img/fig_impression.png) no-repeat center;
  width: 43px;
  height: 66px;
  z-index: 99;
}
#header-common .btn-faq:hover {
  color: #009cde;
}
#header-common .btn-faq:hover::after {
  animation: jump 0.7s;
  animation-iteration-count: 1;
}
#header-common #weatherWrap {
  width: calc(100% - 367px);
  left: 160px;
  background: #fff;
  border-radius: 5px;
}
#header-common #weatherWrap #sut_weather_contents {
  overflow: hidden;
  width: 340px;
  float: left;
  margin: 0;
  padding: 6px 0 0 0;
  line-height: 1;
}
#header-common #globalNav {
  border-top: solid 4px #1b1b1b;
  background: #35b3d1;
}
#header-common #globalNav ul {
  width: 980px;
  margin: auto;
  padding: 0;
}
#header-common #globalNav li {
  list-style-type: none;
}
#header-common #globalNav .newsList {
  width: 100%;
}
#header-common #globalNav > ul > li {
  float: left;
  text-align: center;
}
#header-common #globalNav > ul > li > a {
  font-weight: bold;
}
#header-common #globalNav > ul > li:hover > a {
  position: relative;
  color: #fff600;
}
#header-common #globalNav > ul > li:hover > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.85);
}
#header-common #globalNav > ul > li:hover .subNav {
  display: block;
  opacity: 1;
  animation-duration: 0.8s;
  animation-name: navshow;
  animation-fill-mode: forwards;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: navshow;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: navshow;
}
#header-common #globalNav > ul > li:nth-child(2) > a::after {
  display: none !important;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox {
  overflow: hidden;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox .photo {
  width: 298px;
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox .photo img {
  width: 100%;
  height: auto;
}
#header-common
  #globalNav
  > ul
  > li:nth-child(3)
  .subNav
  .inBox
  > ul
  > li:last-child {
  width: 670px;
  float: right;
  text-align: left;
  padding: 0 30px;
  border-left: solid 1px #868982;
  box-sizing: border-box;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox #anchorNav {
  color: #fff;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox dt {
  font-size: 16px;
  margin-bottom: 15px;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox dd a {
  transition: all 0.3s;
  font-size: 14px;
  padding: 8px 0;
}
#header-common #globalNav > ul > li:nth-child(3) .subNav .inBox dd a:hover {
  color: #f3f805;
}
#header-common #globalNav > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
}
#header-common #globalNav .count-4 {
  width: 11%;
}
#header-common #globalNav .count-5 {
  width: 11%;
}
#header-common #globalNav .count-6 {
  width: 14%;
}
#header-common #globalNav .count-7 {
  width: 16%;
}
#header-common #globalNav .subNav {
  position: absolute;
  top: 90%;
  z-index: 9999;
  min-height: 370px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  display: none;
  width: 980px;
  left: 0;
  right: 0;
  margin: auto;
}
#header-common #globalNav .subNav .inBox {
  position: relative;
  width: 980px;
  margin: auto;
  padding: 30px 0;
}
#header-common #globalNav .subNav .subNav-list {
  width: 670px;
  margin-left: 310px;
  padding: 0 30px;
  overflow: hidden;
  border-left: solid 1px #868982;
  box-sizing: border-box;
}
#header-common #globalNav .subNav .subNav-list li {
  text-align: left;
  width: 48.5%;
  margin-right: 3%;
  float: left;
}
#header-common #globalNav .subNav .subNav-list li:nth-child(2n) {
  margin-right: 0;
}
#header-common #globalNav .subNav .subNav-list li > a:hover + .thumes {
  opacity: 1;
}
#header-common #globalNav .subNav .subNav-list li:first-child .thumes {
  opacity: 1;
}
#header-common #globalNav .subNav .subNav-list li.is-hide .thumes {
  opacity: 0;
}
#header-common #globalNav .subNav .subNav-list a {
  transition: all 0.3s;
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.5;
}
#header-common #globalNav .subNav .subNav-list a:hover {
  color: #f3f805;
}
#header-common #globalNav .subNav .subNav-list .thumes {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 298px;
  padding: 0 40px;
  box-sizing: border-box;
}
#header-common #globalNav .subNav .subNav-list .thumes img {
  display: block;
  width: 100%;
  height: auto;
}
#header-common #globalNav .subNav .subNav-list .dummy {
  padding: 0 40px;
  text-align: center;
}
#header-common #globalNav .subNav .subNav-list .dummy span {
  color: #000;
  display: block;
  height: 200px;
  background: #fff;
  line-height: 200px;
}
#header-common #hd-other {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 415px;
  background: #fff;
}
#header-common #hd-other #login {
  float: left;
  width: 166px;
  margin: 0;
  line-height: 1;
  border-bottom: solid 1px #35b3d1;
  box-sizing: border-box;
}
#header-common #hd-other #login dt {
  font-size: 12px;
  padding: 6px;
  width: 240px;
  box-sizing: border-box;
}
#header-common #hd-other #login dd {
  margin: 0;
}
#header-common #hd-other #login ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#header-common #hd-other #login li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  list-style-type: none;
}
#header-common #hd-other #login li a {
  transition: all 0.3s;
  display: block;
  font-size: 13px;
  padding-top: 48px;
  box-sizing: border-box;
  color: #fff;
  background: #35b3d1;
  height: 71px;
  text-decoration: none;
}
#header-common #hd-other #login li:hover a {
  opacity: 0.7;
}
#header-common #hd-other #login li::after {
  content: "";
  position: absolute;
  bottom: 31px;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#header-common #hd-other #login li:first-child a {
  border-right: solid 1px #fff;
}
#header-common #hd-other #login li:first-child::after {
  background-image: url(../img/ico/ico_login.png);
  width: 22px;
  height: 28px;
}
#header-common #hd-other #login li:last-child::after {
  background-image: url(../img/ico/ico_registration.png);
  width: 33px;
  height: 22px;
}
#header-common #hd-other #head_sns {
  float: right;
  width: 249px;
  border-bottom: solid 1px #d5d5d5;
  box-sizing: border-box;
}
#header-common #hd-other .btn-sns {
  transition: all 0.3s;
  display: block;
  width: 33.3%;
  width: calc(100% / 3);
  float: left;
  text-align: center;
  height: 71px;
  border-right: solid 1px #d5d5d5;
  box-sizing: border-box;
}
#header-common #hd-other .btn-sns img {
  margin-top: 15px;
  border: none;
}
#header-common #hd-other .btn-bousai img {
  margin-top: 12px;
}
#header-common #hd-other .btn-twitter:hover {
  background: #f4f8fb;
}
#header-common #hd-other .btn-youtube:hover {
  background: #fff3f3;
}
#header-common #hd-other .btn-bousai:hover {
  background: #f4f8fb;
}
#header-common.hd-sub #siteTitle {
  position: static;
  float: left;
}
#header-common.hd-sub .fl-right {
  float: right;
  width: 360px;
  overflow: hidden;
  margin-top: 35px;
}
#header-common.hd-sub > .innerWrap {
  padding-top: 15px;
  overflow: hidden;
}
#header-common.hd-sub .btn-tv,
#header-common.hd-sub .btn-faq {
  position: static;
}
#header-common.hd-sub .btn-tv {
  float: left;
}
#header-common.hd-sub .btn-faq {
  float: right;
  padding: 15px 0 16px 25px;
}
#header-common.hd-sub .btn-faq::after {
  top: 22px;
  right: 5px;
}
#header-common.hd-sub .btn-faq:hover::after {
  animation: inherit;
}
#header-common.hd-sub #globalNav > ul > li a:hover::after {
  display: none;
}

@keyframes jump {
  0% {
    top: -32px;
  }
  25% {
    top: -41px;
  }
  50% {
    top: -32px;
  }
  75% {
    top: -37px;
  }
  100% {
    top: -32px;
  }
}
@keyframes navshow {
  from {
    opacity: 0;
    top: 97%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@media screen and (max-width: 1736px) {
  #header-common > .innerWrap {
    padding-top: 56px;
  }
  #header-common #siteTitle {
    position: absolute;
    top: 8px;
    margin-top: 0;
    margin-left: 0;
  }
  #header-common #hd-other-outside {
    position: relative;
    width: 980px;
    margin: auto;
    z-index: 9 !important;
  }
}
.mypage #header-common #hd-other {
  width: 168px;
}
.mypage #header-common #hd-other #login {
  width: 100%;
}
.mypage #header-common #hd-other #login dt {
  width: 100%;
}
.mypage #header-common #siteTitle {
  margin-left: 0;
  margin-top: 0;
}
.mypage #header-common .btn-faq::after {
  right: 190px;
}
.mypage .fl-right {
  margin-right: 185px;
}
.mypage #hd-other-outside {
  position: relative;
  width: 980px !important;
  margin: auto !important;
  z-index: 99;
}
.mypage #hd-other-outside #hd-other {
  top: 0 !important;
  right: 0 !important;
}

/*==============================================================
	footer : フッター
===============================================================*/
#ftBnrArea {
  padding: 25px 0;
  background: #f3fbff;
}
#ftBnrArea [class^="abs-fig"] {
  position: absolute;
  bottom: -64px;
}
#ftBnrArea .abs-fig01 {
  top: -144px;
  left: -110px;
}
#ftBnrArea .abs-fig02 {
  top: -155px;
  right: -115px;
}
#ftBnrArea #ftBnrSlider {
  position: relative;
  width: 1000px;
  margin: auto;
  padding-left: 40px;
}
#ftBnrArea .slides li {
  transition: all 0.3s;
}
#ftBnrArea .slides li:hover {
  opacity: 0.7;
}
#ftBnrArea .flex-direction-nav {
  width: 100%;
}
#ftBnrArea .flex-direction-nav li:first-child,
#ftBnrArea .flex-direction-nav li:last-child {
  position: absolute;
  top: 17px;
}
#ftBnrArea .flex-direction-nav li:first-child a,
#ftBnrArea .flex-direction-nav li:last-child a {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}
#ftBnrArea .flex-direction-nav li:first-child {
  left: -15px;
}
#ftBnrArea .flex-direction-nav li:first-child a {
  background: url(../img/ico/ico_arrow_prev.png) no-repeat center;
}
#ftBnrArea .flex-direction-nav li:last-child {
  right: -15px;
}
#ftBnrArea .flex-direction-nav li:last-child a {
  background: url(../img/ico/ico_arrow_next.png) no-repeat center;
}

#broadcast {
  width: 100%;
}

#todayLineupArea {
  width: 100%;
  height: 142px;
  position: relative;
  border-bottom: solid 4px #1b1b1b;
  background: #fff;
}
#todayLineupArea #todayLineup-inner {
  width: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}
#todayLineupArea #todayLineup-inner.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#todayLineupArea #todayLineup-inner.is-fixed #open-close_btn {
  display: block;
}
#todayLineupArea #todayLineup-inner.is-hide {
  display: block;
}
#todayLineupArea #open-close_btn {
  transition: all 0.3s;
  position: absolute;
  bottom: 100%;
  left: 15px;
  cursor: pointer;
  color: #fff;
  padding: 7px 11px 5px 28px;
  background: #35b3d1;
  border: solid 1px #fff;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
#todayLineupArea #open-close_btn.open::before,
#todayLineupArea #open-close_btn.close::before {
  content: "";
  position: absolute;
  left: 10px;
  margin: auto;
  height: 0;
  width: 0;
  border: 5px solid transparent;
}
#todayLineupArea #open-close_btn.open::before {
  top: 1em;
  border-top: 7px solid #fff;
}
#todayLineupArea #open-close_btn.close::before {
  bottom: 1em;
  border-bottom: 7px solid #fff;
}
#todayLineupArea #open-close_btn:hover {
  background: #19859f;
}
#todayLineupArea h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
  background: #1b1b1b;
}
#todayLineupArea .btn-tv {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 15px;
  padding: 7px 0;
  text-align: center;
  text-decoration: none;
  width: 120px;
  color: #fff;
  background: #f62d2d;
}
#todayLineupArea .btn-tv:hover {
  background: #dc0000;
}
#todayLineupArea .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 145px;
  width: 55px;
}
#todayLineupArea .flex-direction-nav li:first-child,
#todayLineupArea .flex-direction-nav li:last-child {
  position: absolute;
  top: 4px;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
#todayLineupArea .flex-direction-nav li:first-child a,
#todayLineupArea .flex-direction-nav li:last-child a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#todayLineupArea .flex-direction-nav li:first-child {
  left: 0;
  background-image: url(../img/ico/ico_arrow_tv_prev.png);
}
#todayLineupArea .flex-direction-nav li:first-child:hover {
  background-image: url(../img/ico/ico_arrow_tv_prev_on.png);
}
#todayLineupArea .flex-direction-nav li:last-child {
  right: 0;
  background-image: url(../img/ico/ico_arrow_tv_next.png);
}
#todayLineupArea .flex-direction-nav li:last-child:hover {
  background-image: url(../img/ico/ico_arrow_tv_next_on.png);
}
#todayLineupArea #timetableSlider {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#todayLineupArea #timetableSlider dl {
  position: relative;
  clear: none;
  width: 220px !important;
  height: 114px !important;
  background: #fff !important;
}
#todayLineupArea #timetableSlider dl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 150px;
  background: #1b1b1b;
}
#todayLineupArea #timetableSlider dt,
#todayLineupArea #timetableSlider dd {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: none !important;
}
#todayLineupArea #timetableSlider dt {
  font-size: 14px;
  font-weight: bold;
  color: #1b1b1b;
  background: #cceeff;
  text-align: left;
  padding: 7px 10px 5px;
}
#todayLineupArea #timetableSlider dd {
  font-size: 17px;
  background: #fff;
  clear: both;
  padding: 10px;
}
#todayLineupArea #timetableSlider dd a {
  color: #000 !important;
  text-decoration: none;
}
#todayLineupArea #timetableSlider dd a:hover {
  text-decoration: underline;
}
#todayLineupArea #timetableSlider #now_onair dt {
  color: #35b3d1 !important;
  background: #fff600 !important;
}
#todayLineupArea #timetableSlider #now_onair dd {
  color: #000 !important;
  font-weight: normal;
  background: #fff !important;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#footer-common {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  position: relative;
  background: #35b3d1;
  margin-top: 0;
  z-index: 1 !important;
}
#footer-common > div {
  position: relative;
  padding: 35px 0;
}
#footer-common [class^="abs-fig"] {
  display: none;
}
#footer-common .ftNav-box {
  float: left;
}
#footer-common .ftNav-box:first-of-type {
  width: 200px;
}
#footer-common .ftNav-box:first-of-type li {
  width: 200px;
}
#footer-common .ftNav-box:nth-of-type(2) {
  width: 245px;
}
#footer-common .ftNav-box:nth-of-type(2) li {
  width: 245px;
}
#footer-common .ftNav-box:nth-of-type(3) {
  width: 270px;
}
#footer-common .ftNav-box:nth-of-type(3) li {
  width: 270px;
}
#footer-common .ftNav-box:nth-of-type(4) {
  width: 265px;
}
#footer-common .ftNav-box:nth-of-type(4) li {
  width: 265px;
}
#footer-common .ftNav-box li {
  margin-bottom: 12px;
  list-style-type: none;
}
#footer-common .ftNav-box li:last-child {
  margin-bottom: 0;
}
#footer-common .ftNav-box a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
#footer-common .ftNav-box a:hover {
  text-decoration: underline;
}
#footer-common .ftNav-box .ftNav {
  padding-left: 0 !important;
}
#footer-common form {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 280px;
}
#footer-common form select {
  border-radius: 5px;
}
#footer-common form select:hover {
  cursor: pointer;
}
#footer-common form input,
#footer-common form select {
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 5px;
  line-height: 1;
}
#footer-common #copyright {
  padding: 13px 0;
  text-align: center;
  background: #1b1b1b;
}
#footer-common #copyright small {
  display: block;
  font-size: 11px;
  color: #fff;
}

/*==============================================================
	#home : トップページ
===============================================================*/
#emergency {
  text-align: center;
  margin-bottom: 0;
}
#emergency a {
  text-decoration: none;
  color: #000;
}
#emergency a:hover {
  text-decoration: underline;
}
#emergency dl {
  width: 980px;
  margin: auto;
  background: #fff;
  border: solid 2px #fff;
  box-sizing: border-box;
}
#emergency dt,
#emergency dd {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  box-sizing: border-box;
}
#emergency dt {
  position: relative;
  font-size: 18px;
  width: 130px;
  padding-left: 30px;
  color: #fff;
  background: #f62d2d;
}
#emergency dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  margin: auto;
  height: 0;
  width: 0;
  border: 38px solid transparent;
  border-left: 32px solid #f62d2d;
}
#emergency dd {
  font-size: 16px;
  width: 841px;
  padding-left: 60px;
}

div#wrapper {
  background-image: none;
}

body .bx-wrapper {
  margin: 0;
}
body .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
}

#floatingBnr {
  position: fixed;
}
#floatingBnr #closeBtn {
  position: absolute;
  top: -20px;
  right: -20px;
}

body#home {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-image: none;
}
body#home div#wrapper {
  width: 100%;
  background: transparent;
  overflow: hidden;
}
body#home #wrapInner {
  width: 980px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
body#home .center-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 15px 0 0;
  background: #297788;
  font-weight: bold;
}
body#home .center-title .txt-en {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  background: #0795a9;
}
body#home .border-title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #3b3b3b;
  text-align: center;
  font-weight: bold;
}
body#home .border-title .border {
  position: relative;
}
body#home .border-title .border::before,
body#home .border-title .border::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 100px;
  height: 1px;
  background: #3b3b3b;
}
body#home .border-title .border::before {
  left: -120px;
}
body#home .border-title .border::after {
  right: -120px;
}
body#home .border-title .txt-en {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #34b2cf;
  text-transform: uppercase;
}
body#home div#main {
  float: none;
  width: 100%;
  padding: 0;
}
body#home div#main #mainVisual,
body#home div#main #mvArea,
body#home div#main #contentsInner {
  width: 980px;
  margin: auto;
}
body#home div#main #mainVisual .leftBox #clock2 {
  display: none;
  height: auto !important;
  text-align: center;
}
body#home div#main #mainVisual .leftBox #clock2 .year,
body#home div#main #mainVisual .leftBox #clock2 span {
  vertical-align: text-bottom;
}
body#home div#main #mainVisual .leftBox #clock2 .year {
  float: none;
  display: inline-block;
  margin-right: 0;
  width: auto;
}
body#home div#main #mainVisual .leftBox #clock2 span {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  text-indent: 0;
  color: #fff;
  background: none;
  float: none;
  display: inline-block;
}
body#home div#main #mainVisual .leftBox #clock2 span[class^="w"] {
  width: auto;
  margin-left: 3px;
}
body#home div#main #mainVisual #ticker {
  position: relative;
  margin-bottom: 0;
  padding: 15px;
  height: auto;
  overflow: hidden;
  background: #297788;
  box-sizing: border-box;
}
body#home div#main #mainVisual #ticker .leftBox {
  width: 232px;
  float: left;
}
body#home div#main #mainVisual #ticker h2 {
  position: static;
  margin-top: 12px;
  margin-bottom: 5px;
}
body#home div#main #mainVisual #ticker #clock2 {
  height: 20px;
  margin-bottom: 0;
  padding: 5px 0;
  background: #1b1b1b;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
body#home div#main #mainVisual #ticker .contents {
  position: static;
  overflow: hidden;
  float: right;
  width: calc(100% - 245px);
  height: 40px;
  background: #fff;
  border: none;
}
body#home div#main #mainVisual #ticker .contents ul {
  overflow: hidden;
  position: static;
  margin: 0;
  width: auto;
}
body#home div#main #mainVisual #ticker .contents li {
  width: 100%;
  display: none;
  float: none;
}
body#home div#main #mainVisual #ticker .contents a {
  transition: all 0.3s;
  display: block;
  font-size: 19px;
  padding: 10px 20px;
  color: #4f87b3;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}
body#home div#main #mainVisual #ticker .contents a:hover {
  text-decoration: underline;
}
body#home div#main #mvArea {
  background: #2a2a2a;
}
body#home div#main #mvArea #slider {
  margin-bottom: 0;
  height: 495px;
  overflow: hidden;
}
body#home div#main #mvArea #slider .flex-direction-nav {
  display: none;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide,
body#home div#main #mvArea #slider li {
  background: #2a2a2a;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide li > a,
body#home div#main #mvArea #slider li > a {
  width: 745px;
  height: 495px;
  float: left;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide li > a img,
body#home div#main #mvArea #slider li > a img {
  width: 100%;
  height: auto;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .caption,
body#home div#main #mvArea #slider .caption {
  width: 235px;
  float: right;
  padding: 55px 20px 20px 30px;
  box-sizing: border-box;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .caption a,
body#home div#main #mvArea #slider .caption a {
  transition: all 0.3s;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  float: right;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .caption a:hover,
body#home div#main #mvArea #slider .caption a:hover {
  color: #ffe900;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .txt-caption,
body#home div#main #mvArea #slider .txt-caption {
  color: #fff;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .txt-caption strong,
body#home div#main #mvArea #slider .txt-caption strong {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  color: #00b3ff;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .txt-caption span,
body#home div#main #mvArea #slider .txt-caption span {
  display: block;
  color: #fff;
  font-size: 14px;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .txt-caption .week,
body#home div#main #mvArea #slider .txt-caption .week {
  margin-bottom: 10px;
  padding: 7px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  color: #fff600;
}
body#home div#main #mvArea .mySwiper2 .swiper-slide .txt-caption .txt,
body#home div#main #mvArea #slider .txt-caption .txt {
  padding-bottom: 10px;
  line-height: 1.7;
  border-bottom: solid 1px #fff;
}
body#home div#main #mvArea #carousel {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background: #297788;
}

body#home div#main #mvArea #carousel #carouselSlider {
  position: relative;
  /*width: 952px;*/
  width: 918px;
  margin: auto;
}
body#home div#main #mvArea #carousel .mySwiper {
  position: relative;
  margin: auto;
  padding: 0 17px;
}
body#home div#main #mvArea .swiper-button-next,
body#home div#main #mvArea .swiper-button-prev {
  top: 0;
  display: block;
  width: 17px;
  height: 93px;
  margin-top: 0;
  background: #2a2a2a;
  z-index: 9999;
}
body#home div#main #mvArea .swiper-button-next::before,
body#home div#main #mvArea .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
body#home div#main #mvArea .swiper-button-next {
  right: 0;
  left: inherit;
}
body#home div#main #mvArea .swiper-button-next::before {
  right: -4px;
  border-left: 10px solid #fff;
}
body#home div#main #mvArea .swiper-button-prev {
  left: 0;
  right: inherit;
}
body#home div#main #mvArea .swiper-button-prev::before {
  left: -4px;
  border-right: 10px solid #fff;
}
body#home div#main #mvArea .swiper-button-next::after,
body#home div#main #mvArea .swiper-button-prev::after {
  display: none;
}
body#home div#main #mvArea #carousel .mySwiper .swiper-slide {
}
body#home div#main #mvArea #carousel .mySwiper .swiper-slide-thumb-active,
body#home div#main #mvArea #carousel .mySwiper .swiper-slide:hover {
  padding: 3.5px;
  box-sizing: border-box;
  background: #fff600;
}
body#home div#main #mvArea #carousel .mySwiper .swiper-slide-thumb-active img,
body#home div#main #mvArea #carousel .mySwiper .swiper-slide:hover img {
  display: block;
  width: 142px;
  margin: auto;
}

body#home div#main #mvArea #carousel #carouselSlider > .flex-viewport {
  margin: auto;
}
body#home div#main #mvArea #carousel #carouselSlider > .flex-viewport li {
  width: 153px !important;
  background: #fff600;
}
body#home div#main #mvArea #carousel #carouselSlider > .flex-viewport li img {
  width: 100%;
  height: auto;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  > .flex-viewport
  li.flex-active-slide,
body#home div#main #mvArea #carousel #carouselSlider > .flex-viewport li:hover {
  padding: 3.5px 5px;
  box-sizing: border-box;
}
body#home div#main #mvArea #carousel #carouselSlider li {
  position: relative;
  cursor: pointer;
}
body#home div#main #mvArea #carousel #carouselSlider li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #297788;
}
body#home div#main #mvArea #carousel #carouselSlider .thumes {
  height: 93px;
  overflow: hidden;
}
body#home div#main #mvArea #carousel #carouselSlider .flex-direction-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:first-child,
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:last-child {
  position: absolute;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:first-child
  a,
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:last-child
  a {
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 93px;
  background: #2a2a2a;
  z-index: 9999;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:first-child
  a::before,
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:last-child
  a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:first-child {
  top: 0;
  /*left: 0;*/
  left: -17px;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:first-child
  a::before {
  left: -4px;
  border-right: 10px solid #fff;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:last-child {
  /*right: 0;*/
  right: -17px;
}
body#home
  div#main
  #mvArea
  #carousel
  #carouselSlider
  .flex-direction-nav
  li:last-child
  a:before {
  right: -4px;
  border-left: 10px solid #fff;
}
body#home div#main #contentsInner {
  position: relative;
  clear: both;
  padding: 15px 15px 70px 15px;
  box-sizing: border-box;
}
body#home div#main #contentsInner [class^="abs-fig"] {
  position: absolute;
  bottom: -64px;
}
body#home div#main #contentsInner .abs-fig01 {
  left: 0;
}
body#home div#main #contentsInner .abs-fig02 {
  right: 0;
}
body#home div#main #bnrArea {
  overflow: hidden;
  margin-bottom: 30px;
}
body#home div#main #bnrArea #eventBnrs {
  width: 629px;
  float: left;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .flex-control-nav {
  margin-top: 20px;
  text-align: center;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .flex-control-nav li {
  list-style-type: none;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 7px;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .flex-control-nav a {
  display: block;
  width: 15px;
  height: 15px;
  background: #297788;
  border-radius: 50%;
}
body#home
  div#main
  #bnrArea
  #eventBnrs
  #eventBnrSlider
  .flex-control-nav
  a.flex-active {
  background: #fff;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .slides li {
  background: #fff;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .slides li img {
  transition: all 0.3s;
  height: 250px;
}
body#home div#main #bnrArea #eventBnrs #eventBnrSlider .slides li img:hover {
  cursor: pointer;
  opacity: 0.7;
}
body#home div#main #bnrArea #rectangleBnrs {
  width: 300px;
  float: right;
}
body#home div#main #bnrArea #rectangleBnrs img {
  transition: all 0.3s;
}
body#home div#main #bnrArea #rectangleBnrs img:hover {
  cursor: pointer;
}
body#home div#main #bnrArea #rectangleBnrs .flex-control-nav {
  margin-top: 20px;
  margin-left: 0;
  text-align: center;
}
body#home div#main #bnrArea #rectangleBnrs .flex-control-nav li {
  list-style-type: none;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
}
body#home div#main #bnrArea #rectangleBnrs .flex-control-nav a {
  display: block;
  width: 15px;
  height: 15px;
  background: #297788;
  border-radius: 50%;
}
body#home div#main #bnrArea #rectangleBnrs .flex-control-nav a.flex-active {
  background: #fff;
}
body#home div#main #infoArea {
  margin-bottom: 50px;
}
body#home div#main #infoArea ul {
  background: #fff;
}
body#home div#main #infoArea li {
  border-bottom: solid 1px #c4c4c4;
}
body#home div#main #infoArea li span {
  display: inline-block;
  color: #6f6f6f;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1;
}
body#home div#main #infoArea a {
  display: block;
  padding: 20px;
}
body#home div#main #infoArea a:hover {
  text-decoration: none;
}
body#home div#main #infoArea .date {
  margin-right: 20px;
}
body#home div#main #infoArea .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  color: #4f87b3;
  text-decoration: underline;
}
body#home div#main #infoArea .more_btn {
  transition: all 0.3s;
  position: relative;
  width: 150px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #0795a9;
  border-radius: 5px;
}
body#home div#main #infoArea .more_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
body#home div#main #infoArea .more_btn:hover {
  background: #297788;
}
body#home div#main #rankingArea ul {
  background: #fff;
}
body#home div#main #rankingArea li {
  transition: all 0.3s;
  position: relative;
  width: 20%;
  float: left;
  min-height: 250px;
}
body#home div#main #rankingArea li:nth-child(even) {
  background: #ebf7f9;
}
body#home div#main #rankingArea li::after {
  content: "";
  position: absolute;
  top: -23px;
  left: 5px;
  width: 55px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
}
body#home div#main #rankingArea li:first-child::after {
  background-image: url(../img/ico/ico_selection_01.png);
}
body#home div#main #rankingArea li:nth-child(2)::after {
  background-image: url(../img/ico/ico_selection_02.png);
}
body#home div#main #rankingArea li:nth-child(3)::after {
  background-image: url(../img/ico/ico_selection_03.png);
}
body#home div#main #rankingArea li:nth-child(4)::after {
  background-image: url(../img/ico/ico_selection_04.png);
}
body#home div#main #rankingArea li:nth-child(5)::after {
  background-image: url(../img/ico/ico_selection_05.png);
}
body#home div#main #rankingArea li span {
  display: inline-block;
  color: #6f6f6f;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1;
}
body#home div#main #rankingArea a {
  transition: all 0.3s;
  display: block;
  padding: 40px 15px 30px 15px;
  text-decoration: none;
}
body#home div#main #rankingArea a:hover {
  opacity: 0.7;
}
body#home div#main #rankingArea img {
  width: 100%;
  height: auto;
}
body#home div#main #rankingArea .cat {
  font-weight: bold;
}
body#home div#main #rankingArea .photo {
  margin-bottom: 15px;
}
body#home div#main #rankingArea .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
  color: #4f87b3;
  text-decoration: underline;
}
body#home div#main #wideArea {
  padding: 60px 0 0;
  border-top: solid 4px #1b1b1b;
  border-bottom: solid 4px #1b1b1b;
  background: url(../img/bg_wideArea.png) repeat top center #fff600;
}
body#home div#main #wideArea > [id$="Area"] {
  margin-bottom: 60px;
}
body#home div#main #wideArea .border-title {
  margin-bottom: 20px;
}
body#home div#main #wideArea #tokutokuSlider {
  width: 990px;
}
body#home div#main #wideArea #newsSlider,
body#home div#main #wideArea #eventSlider {
  width: 1650px;
}
body#home div#main #wideArea #eventSlider.col-3 {
  width: 990px;
}
@media screen and (max-width: 1650px) {
  body#home div#main #wideArea #newsSlider,
  body#home div#main #wideArea #eventSlider {
    width: 1320px;
  }
}
@media screen and (max-width: 1320px) {
  body#home div#main #wideArea #newsSlider,
  body#home div#main #wideArea #eventSlider {
    width: 990px;
  }
}
@media screen and (min-width: 1650px) {
  body#home div#main #wideArea #newsSlider .is-hide,
  body#home div#main #wideArea #eventSlider .is-hide {
    display: none !important;
  }
}
body#home div#main #wideArea #eventSlider.col-3 .is-hide {
  display: none;
}
body#home div#main #wideArea [id$="Slider"] {
  position: relative;
  margin: auto;
  padding-top: 5px;
}
body#home div#main #wideArea [id$="Slider"] .flex-direction-nav li:first-child,
body#home div#main #wideArea [id$="Slider"] .flex-direction-nav li:last-child {
  position: absolute;
  top: 194px;
}
body#home
  div#main
  #wideArea
  [id$="Slider"]
  .flex-direction-nav
  li:first-child
  a,
body#home
  div#main
  #wideArea
  [id$="Slider"]
  .flex-direction-nav
  li:last-child
  a {
  display: block;
  width: 34px;
  height: 34px;
  text-indent: -9999px;
}
body#home div#main #wideArea [id$="Slider"] .flex-direction-nav li:first-child {
  left: -6px;
}
body#home
  div#main
  #wideArea
  [id$="Slider"]
  .flex-direction-nav
  li:first-child
  a {
  background: url(../img/ico/ico_arrow_prev.png) no-repeat center;
}
body#home div#main #wideArea [id$="Slider"] .flex-direction-nav li:last-child {
  right: -6px;
}
body#home
  div#main
  #wideArea
  [id$="Slider"]
  .flex-direction-nav
  li:last-child
  a {
  background: url(../img/ico/ico_arrow_next.png) no-repeat center;
}
body#home div#main #wideArea .news-list {
  overflow: hidden;
  padding-top: 15px;
}
@media screen and (max-width: 1650px) {
  body#home div#main #wideArea .news-list {
    width: 1320px;
  }
}
@media screen and (max-width: 1320px) {
  body#home div#main #wideArea .news-list {
    width: 990px;
  }
}
body#home div#main #wideArea .news-list li {
  margin: 0 0 30px 0;
}
body#home div#main #wideArea .news-list li:hover {
  animation: buruburu 0.7s;
  animation-iteration-count: 1;
}
body#home div#main #wideArea .news-list img {
  width: 100%;
  height: auto;
}
body#home div#main #wideArea .news-list a {
  display: block;
  width: 306px;
  height: 100%;
  margin: 5px 12px 0;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(140, 135, 5, 0.8);
  text-decoration: none;
}
body#home div#main #wideArea .news-list span {
  display: inline-block;
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 5px;
}
body#home div#main #wideArea .news-list .photo {
  height: 188px;
  overflow: hidden;
}
body#home div#main #wideArea .news-list .date {
  margin-right: 15px;
}
body#home div#main #wideArea .news-list .txtBox {
  padding: 15px;
}
body#home div#main #wideArea .news-list .title {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #4f87b3;
  text-decoration: underline;
}
body#home div#main #wideArea .news-list .txt {
  margin-bottom: 0;
  color: #000000;
}
body#home div#main #wideArea #tokutokuArea .news-list.col-1 {
  transform: translate3d(16.5%, 0px, 0px) !important;
}
body#home div#main #wideArea #tokutokuArea .news-list.col-2 {
  transform: translate3d(4.2%, 0px, 0px) !important;
}
body#home div#main #wideArea #tokutokuArea .news-list.col-3 {
  transform: translate3d(0, 0px, 0px) !important;
}

body:not(#home) #todayLineupArea {
  display: none;
}
body:not(#home) #ftBnrArea {
  display: none;
}
body:not(#home) #footer-common [class^="abs-fig"] {
  position: absolute;
  display: block;
}
body:not(#home) #footer-common .abs-fig01 {
  top: -114px;
  left: -120px;
}
body:not(#home) #footer-common .abs-fig02 {
  top: -125px;
  right: -125px;
}

body#mypIndex #header-common.hd-sub #globalNav > ul > li a::after,
body.forms #header-common.hd-sub #globalNav > ul > li a::after {
  display: none;
}
body#mypIndex #header-common.hd-sub #siteTitle,
body.forms #header-common.hd-sub #siteTitle {
  margin-left: 0;
}

@keyframes buruburu {
  0% {
    transform: translate(0px, 0px);
  }
  28% {
    transform: translate(0px, -13px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0px, -2px);
  }
  80% {
    transform: translate(0px, 0px);
  }
  90% {
    transform: translate(0px, -2px);
  }
  100% {
    transform: translate(0px, 0);
  }
}
body#home #main #mainVisual #ticker .contents ul:not(:target) {
  margin-top: 0¥9 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body#home #main #mainVisual #ticker .contents ul {
    margin-top: 0 !important;
  }
}
#header-common #globalNav .subNav:not(:target) {
  top: 100% \9;
}
