@charset "UTF-8";
.hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#colorbox {
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
  overflow: visible;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  display: none;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #3e4957;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: transparent;
  overflow: visible;
}

.cboxIframe {
  background: transparent;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(../img/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../img/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

#cboxClose {
  background: url("../img/btn-close.png") no-repeat center;
  width: 61px;
  height: 0;
  padding: 61px 0 0;
  top: -70px;
  right: -70px;
  bottom: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#cboxClose:hover {
  opacity: 0.8;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/* ====================================================================== */
/* 独自設定 */
/* ====================================================================== */
body {
  min-width: 1200px;
}

#contents {
  position: relative;
}
#contents.matomeTop {
  background: #464848;
}
#contents.articles {
  background: url("../img/articles_bg.jpg") no-repeat right bottom #000000;
  background-attachment: fixed;
}
#contents.articles #mainContents {
  padding-top: 28px;
}

body.twoCol #mainContents, .singleImgBody #mainContents,
#mainContents {
  display: block;
  padding-bottom: 600px;
  overflow: hidden;
  width: 1040px;
  font-size: 16px;
  padding-top: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
body.twoCol #mainContents:before, body.twoCol #mainContents:after, .singleImgBody #mainContents:before, .singleImgBody #mainContents:after,
#mainContents:before,
#mainContents:after {
  content: "";
  display: table;
  border-spacing: 0;
}
body.twoCol #mainContents:after, .singleImgBody #mainContents:after,
#mainContents:after {
  clear: both;
}

body.twoCol #leftColumn {
  width: 280px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

body.twoCol #centerColumn {
  float: right;
  width: 700px;
}
body.twoCol #centerColumn.singleImgbox02 {
  width: 100%;
}

.newList.column3 {
  display: none;
}

/*---------------------------
ヘッダー
----------------------------- */
.freeArea {
  width: auto;
  margin: 0;
}

.sp_header {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}
.sp_header .bg {
  display: block;
  width: 100%;
  height: auto;
}
.sp_header .sp_header__logo {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.sp_header .sp_header__logo img {
  display: block;
  margin: 0 auto;
}

#contents.articles .sp_header {
  overflow: hidden;
}
#contents.articles .sp_header .sp_header__logo {
  display: inline-block;
  position: absolute;
  top: 8%;
  left: 47.1%;
  bottom: 0;
  width: 49.78038%;
}
#contents.articles .sp_header .sp_header__logo img {
  width: 100%;
  height: auto;
  margin: 0;
}

.sp_header_bar {
  position: relative;
  height: 120px;
  background: url("../img/header_bar_bg.png") no-repeat center, url("../img/header_bar_bgpat.png") repeat-x;
  padding-top: 40px;
  border-bottom: 1px solid #333;
}
.sp_header_bar .sp_header_bar__txt {
  display: block;
  margin: 0 auto;
}

.sp_movie {
  background: #000;
  padding: 80px 0 95px;
}
.sp_movie .sp_movie__title {
  width: 1040px;
  margin: 0 auto;
}
.sp_movie .sp_movie__title img {
  display: block;
  margin: 0 0 10px auto;
}
.sp_movie .sp_movie_box {
  background: url("../img/sp_movie_box.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 1040px;
  height: 622px;
  margin: 0 auto;
  text-align: center;
  padding-top: 41px;
}
.sp_movie .sp_movie_box iframe {
  width: 960px;
  height: 540px;
}

.movie {
  display: inline-block;
  width: 450px;
  height: 255px;
  margin-bottom: 20px;
}

.sp_headline {
  position: relative;
  background: #141414;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 25px;
  min-height: 120px;
}
.sp_headline img {
  display: block;
  margin: 0 auto;
}
.sp_headline:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 30px;
  left: 0;
}

.sp_container {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}

.sp_feature {
  background: url("../img/feature_bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0 170px;
}
.sp_feature .layout_3col {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sp_feature .layout_3col > a {
  -webkit-transition: filter 0.6s;
  -moz-transition: filter 0.6s;
  -ms-transition: filter 0.6s;
  -o-transition: filter 0.6s;
  transition: filter 0.6s;
  display: block;
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
}
.sp_feature .layout_3col > a:hover {
  filter: brightness(160%);
}

/* POPUP */
.sp_popup_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
.sp_popup_box .headline {
  margin: 0 0 15px;
}
.sp_popup_box .headline span {
  display: none;
}
.sp_popup_box .sp_slide_controle {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 40px;
}
.sp_popup_box .sp_slide_controle a {
  display: inline-block;
  padding: 0.2em 0.4em;
}
.sp_popup_box .sp_slide_controle a, .sp_popup_box .sp_slide_controle a:hover, .sp_popup_box .sp_slide_controle a:visited {
  color: #000;
}
.sp_popup_box .sp_slide_controle a:hover {
  text-decoration: none;
  background-color: #fff;
}
.sp_popup_box .box-body {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.sp_popup_box.open .box-body {
  opacity: 1;
}

.slick-arrow {
  z-index: 100;
  text-decoration: none;
  display: block;
  width: 38px;
  height: 70px;
  margin: -35px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  border: none;
  text-indent: 200%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:hover {
  background-color: #333;
}
.slick-arrow span {
  display: none;
}

.slick-arrow.slick-prev {
  left: -50px;
  background-image: url("../img/arrow_left.png");
}

.slick-arrow.slick-next {
  right: -50px;
  background-image: url("../img/arrow_right.png");
}

#sp_story {
  background: url("../img/story_bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#sp_story .headline {
  background: url("../img/headline_story.png");
  width: 100%;
  height: 0;
  padding: 41px 0 0;
}
#sp_story .box-body {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
#sp_story .box-body p {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
#sp_story .box-body p + p {
  margin-top: 4em;
}

#sp_cha {
  background: #e8e8e8;
}
#sp_cha .headline {
  background: url("../img/headline_cha.png");
  width: 348px;
  height: 0;
  padding: 33px 0 0;
}
#sp_cha .cha-box {
  position: relative;
}
#sp_cha .cha-box .bg {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
#sp_cha .cha-box .text {
  position: absolute;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.05em;
}
#sp_cha .cha01 .text {
  width: 290px;
  top: 205px;
  left: 710px;
}
#sp_cha .cha02 .text {
  width: 451px;
  top: 865px;
  left: 30px;
}
#sp_cha .cha03 .text {
  width: 310px;
  top: 858px;
  left: 688px;
}
#sp_cha .cha04 .text {
  width: 322px;
  top: 775px;
  left: 72px;
}
#sp_cha .cha05 .text {
  width: 310px;
  top: 808px;
  left: 685px;
}

#sp_battle {
  background: #e8e8e8;
}
#sp_battle .headline {
  background: url("../img/headline_battle0.png");
  width: 220px;
  height: 0;
  padding: 33px 0 0;
}
#sp_battle .box-body {
  width: 960px;
  margin: 0 auto;
}
#sp_battle .box-body .slick-next.slick-arrow {
  right: -90px;
}
#sp_battle .box-body .slick-prev.slick-arrow {
  left: -90px;
}
#sp_battle .battle-box {
  position: relative;
}
#sp_battle .battle-box .battle-box__headline {
  background-color: #0e0e0e;
  padding: 8px 0 10px;
  margin: 0 0 1px;
}
#sp_battle .battle-box .battle-box__headline img {
  display: block;
  margin: 0 auto;
}
#sp_battle .battle-box .image {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
#sp_battle .battle-box .text {
  padding: 20px 0 0;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.6;
}

/*-------------------------------------------------
センターカラム ボックス
-------------------------------------------------*/
#contents .textBox01 {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 40px;
  margin: 0 0 40px;
  line-height: 1.8;
  font-size: 87.5%;
  color: #000;
  text-align: justify;
}
#contents .textBox01 p {
  margin-bottom: 1.4em;
  text-align: justify;
}

.contentsMatome_foot + #topicPath {
  margin-bottom: 5px;
}

/*---------テキストボックス、画像など---------*/
/*---------テーブル---------*/
/*-------------------------------------------------
センターカラム 　見出し
-------------------------------------------------*/
/*---------見出し　テキストを隠す場合---------*/
/*---------見出し四角---------*/
.centerHeader01 {
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

/*---------見出し角丸---------*/
/*-------------------------------------------------
右カラム
-------------------------------------------------*/
.right-box {
  margin: 0 0 40px;
}
.right-box .box-heading {
  padding: 0;
  text-align: center;
}

.ytWindow {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 0;
}

/*-------------------------------------------------
シングルページ　見出し
-------------------------------------------------*/
#contentsMatome .articleTopHeader {
  color: #fff;
  zoom: 1;
}
#contentsMatome .articleTopHeader:before, #contentsMatome .articleTopHeader:after {
  content: "";
  display: table;
  border-spacing: 0;
}
#contentsMatome .articleTopHeader:after {
  clear: both;
}
#contentsMatome .articleTopHeader .pageHeader01 {
  background: transparent;
  font-weight: normal;
  font-size: 28px;
  margin: 0;
  padding: 20px 0;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: justify;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#contentsMatome .articleTopHeader .pageLead {
  padding: 20px 10px;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  border: none;
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#contentsMatome .articleTopHeader .articleAuther {
  padding: 10px 0;
  font-size: 13px;
  margin: 0;
  color: #999;
  text-align: right;
}
#contentsMatome .articleTopHeader .date {
  height: 42px;
  line-height: 42px;
  text-align: left;
  float: left;
  padding: 0 0 0 10px;
  margin: 0;
  box-sizing: border-box;
}
#contentsMatome .articleTopHeader .snsArticle {
  margin: 0;
  float: right;
  height: 42px;
  box-sizing: border-box;
}
#contentsMatome .articleTopHeader .snsArticle .snsTop {
  height: 20px;
}

#contents .textBox01 > .articleHeader2 {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  border: 0;
  position: relative;
  -webkit-border-radius: none;
  border-radius: none;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2em 0 14px -5px;
  padding: 5px 0 0 28px;
  text-indent: -28px;
}
#contents .textBox01 > .articleHeader2:before {
  content: "";
  display: inline-block;
  background: url("../img/header2_mark.png");
  width: 18px;
  height: 0;
  padding: 33px 0 0;
  margin-right: 10px;
  margin-top: -4px;
  text-indent: 0;
  vertical-align: middle;
}
#contents .textBox01 > .articleHeader2 a {
  color: #3a4e93;
}
#contents .textBox01 > .articleHeader2 a:visited {
  color: #contentsVisited;
}
#contents .textBox01 > .articleHeader2 a:hover {
  color: #3a7d93;
}

#centerColumn > .articleHeader2 {
  background: rgba(30, 30, 30, 0.6);
  color: #fff;
  font-weight: normal;
  padding: 0.6em 0.5em 0.5em 0.8em;
  border: none;
  margin-bottom: 0;
  font-size: 100%;
}
#centerColumn > .articleHeader2:before, #centerColumn > .articleHeader2:after {
  content: none;
}
#centerColumn > .articleHeader2 a {
  color: #000;
}

.textBox01 .clearfix:first-child + h2.articleHeader2 {
  margin-top: 0;
}

.pageLead {
  background: transparent;
  margin-bottom: 5px;
  padding: 16px 0;
  font-size: 75%;
  line-height: 1.6;
  border-bottom: 1px solid #333;
  color: #000;
  -ms-word-break: break-all;
  word-break: break-all;
  text-align: justify;
  -ms-text-justify: auto;
  text-justify: auto;
}

#centerColumn .list01 li {
  margin: 0px 0;
  padding: 5px 0 5px 10px;
  background: transparent;
}

/*ダガー*/
/*---------ソーシャルブックマーク---------*/
.snsArticle {
  margin: 20px 0;
}
.snsArticle .twitterBtn {
  min-width: 116px;
}

/*ソーシャルボタン 左寄せ用 */
.articleSupple {
  background-color: transparent;
  padding: 0;
  text-align: left;
}

.socialBtn li {
  margin-left: 0;
  margin-right: 0.7em;
}

.snsArticle .snsTop {
  margin-top: 0;
  margin-bottom: 0;
}

#contentsMatome {
  background-color: transparent;
}
#contentsMatome .date {
  font-size: 75%;
  color: #999;
  float: right;
  text-align: right;
  width: inherit;
  padding: 0 2px;
  line-height: 22px;
  margin: 10px 20px 0 0;
}
#contentsMatome .snsArticle {
  margin: 0 0 0 20px;
}
#contentsMatome .snsArticle .snsTop {
  margin: 10px 0;
}

/*---------個別URL---------*/
/*---------更新情報リスト---------*/
.newlist01 {
  padding: 0;
  color: #000;
  border-bottom: none;
}
.newlist01 .date {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 68.75%;
  color: #999;
}
.newlist01 li {
  padding: 9px;
  border-bottom: 1px solid #48443e;
}
.newlist01 li.update, .newlist01 li.new {
  background: transparent;
}
.newlist01 li:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.3);
}

/*-------------------------------------------------
左カラム 
-------------------------------------------------*/
.htmlFreeB {
  display: block;
  height: auto;
}

/*---------デフォルト---------*/
#leftColumn .leftHeader01.round {
  display: none;
}

.leftBox01 {
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0 1px;
}
.leftBox01 a {
  padding: 0 0 5px 0;
  background: transparent;
  display: inline-block;
  color: #FFF;
}
.leftBox01 a:visited {
  color: #91839b;
}
.leftBox01 a:hover {
  color: #A0B2F2;
}
.leftBox01 .inner {
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1.3;
}
.leftBox01 .pagelist_head {
  display: block;
  display: none;
}
.leftBox01 .list03 li {
  margin: 3px 0 3px 5px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px dotted #ccc;
}
.leftBox01 .list03 li ul.detail li {
  margin: -1px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  border: none;
}

.btn_sp_page_box {
  display: none;
}

#leftColumn .htmlFreeB .inner {
  padding: 0;
}
#leftColumn .list02 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
}
#leftColumn .list02:last-child {
  border: none;
}
#leftColumn .list02 li {
  margin: 0 0 7px;
}
#leftColumn .list02 li span.matome_category {
  width: 100%;
  display: block;
  color: #fff;
  background: url("../img/btn_sp_page.png") no-repeat bottom left rgba(40, 40, 40, 0.15);
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.4em;
  vertical-align: middle;
  margin: 0;
  padding: 18px 5px 18px 40px;
  min-height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#leftColumn .list02 li span.matome_category:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 6px;
  background: url("../img/btn_sp_page_arrow.png") no-repeat 0 0;
  width: 10px;
  height: 0;
  padding: 6px 0 0;
  -webkit-background-size: 10px 6px;
  -o-background-size: 10px 6px;
  background-size: 10px 6px;
}
#leftColumn .list02 li span.matome_category:hover {
  background-color: rgba(0, 0, 0, 0.2);
  filter: brightness(160%);
}
#leftColumn .list02 li span.matome_categoryNot {
  padding: 8px 0px 8px 25px;
  text-indent: -17px;
}
#leftColumn .list02 li span.matome_categoryNot:before {
  text-indent: 0;
  content: "";
  display: inline-block;
  background: url("../img/left-arrow.png") no-repeat center;
  width: 9px;
  height: 0;
  padding: 17px 0 0;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
}
#leftColumn .list02 li ul.detail {
  margin-left: 0;
  font-size: 14px;
  background-color: transparent;
  padding-top: 6px;
  padding-bottom: 6px;
}
#leftColumn .list02 li ul.detail li {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 8px 0px 8px 25px;
  text-indent: -17px;
}
#leftColumn .list02 li ul.detail li + li {
  border-top: none;
}
#leftColumn .list02 li ul.detail li:before {
  text-indent: 0;
  content: "";
  display: inline-block;
  background: url("../img/left-arrow.png") no-repeat center;
  width: 9px;
  height: 0;
  padding: 17px 0 0;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
}
#leftColumn .list02 > li {
  border: none;
}
#leftColumn .list02 + .list02 {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#container_matome #contents #leftColumn a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#container_matome #contents #leftColumn li a {
  padding: 0;
  display: inline;
  text-indent: 0;
  color: #fff;
}
#container_matome #contents #leftColumn li a:visited {
  color: #91839b;
}
#container_matome #contents #leftColumn li a:hover {
  color: #A0B2F2;
  text-decoration: none;
}
#container_matome #contents #leftColumn .btn_sp_page,
#container_matome #contents #leftColumn a.btn_sp_page {
  width: 100%;
  display: block;
  color: #fff;
  background: url("../img/btn_sp_page.png") no-repeat bottom left rgba(40, 40, 40, 0.15);
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.4em;
  vertical-align: middle;
  margin: 0 0 7px;
  padding: 18px 5px 18px 40px;
  min-height: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#container_matome #contents #leftColumn .btn_sp_page:hover,
#container_matome #contents #leftColumn a.btn_sp_page:hover {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
  text-decoration: none;
}
#container_matome #contents #leftColumn .btn_sp_page:visited,
#container_matome #contents #leftColumn a.btn_sp_page:visited {
  color: #fff;
}
#container_matome #contents #relatedList .itemBox {
  padding: 20px;
  border-color: #515656;
}
#container_matome #contents #topicPath {
  font-size: 14px;
  line-height: 1.2;
  color: #ccc;
  padding: 0 5px;
  margin: 0 0 10px;
}
#container_matome #contents #topicPath a {
  color: #ffffff;
}
#container_matome #contents #topicPath a:visited {
  color: #ffffff;
}

/*-------------------------------------------------

フッター

-------------------------------------------------*/
/*************** 公式フッター ***************/
.articleUrl input {
  background-color: #fff;
  border: 1px solid #EEEEEE;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 追加 */
/*---------------------------

タイトル部分

----------------------------- */
#contents-heading {
  background-color: #000;
  max-width: 1040px;
  margin: 15px auto 20px;
  position: relative;
}
#contents-heading #title {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 14, 53, 0.4);
  box-shadow: 0px 1px 10px rgba(0, 14, 53, 0.4);
}
#contents-heading img.titleimg {
  display: block;
}
#contents-heading .snsArticle .snsTop {
  margin: 0;
  padding: 0;
}
#contents-heading .snsFront {
  position: absolute;
  top: 520px;
  left: 270px;
  margin: 0;
  padding: 0;
}
#contents-heading #leftfootinfo {
  display: none;
}
#contents-heading .head-data {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 570px;
  padding: 10px 0 10px 10px;
}

.head-data {
  font-size: 68.75%;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.head-data li {
  display: inline-block;
  font-weight: normal;
  line-height: 1.3;
}
.head-data i {
  font-style: normal;
  color: #3a4e93;
  font-weight: bold;
}
.head-data i:after {
  content: ":";
  display: inline-block;
  color: #fff;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
.head-data li {
  margin-right: 0.8em;
}

.centerHeader {
  background: transparent;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-align: center;
  height: inherit;
}

.related_entry-title {
  display: block;
  height: auto;
  font-size: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #FFF;
  text-align: left;
  padding: 15px 0 0 20px;
  margin-bottom: 20px;
  border: none;
}
.related_entry-title span {
  display: none;
}
.related_entry-title:before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 3px;
}

.recent_entry-title {
  display: none;
}

.related_entry-title:after {
  content: "";
  display: block;
  background: url("../img/relatednews.png") no-repeat;
  width: 508px;
  height: 0;
  padding: 27px 0 0;
}

.newList .textWrap .bottomMeta li.articleCategory {
  display: none;
}
.itemBox a.imgBox {
  background-color: rgba(234, 234, 234 , 0.3);
}
.itemBox .newsTitle {
  line-height: 1.45;
  font-size: 16px;
}
.itemBox .newsHead {
  font-size: 13px;
}
.itemBox .news-time {
  font-size: 12px;
}

#contents .centerBox01 {
  padding: 0;
  margin: 0 0 30px;
  background: #464848;
  color: #9ba491;
}

#contents .recent_entry-title + .centerBox01 {
  margin: 0;
  padding: 0;
}

#container_matome #contents a, #container_matome #contents .centerBox01 a {
  color: #FFF;
}
#container_matome #contents a:visited, #container_matome #contents .centerBox01 a:visited {
  color: #91839b;
}
#container_matome #contents a:hover, #container_matome #contents .centerBox01 a:hover {
  color: #A0B2F2;
}
#container_matome #contents .textBox01 a {
  color: #3a4e93;
  text-decoration: underline;
}
#container_matome #contents .textBox01 a:visited {
  color: #7c6889;
}
#container_matome #contents .textBox01 a:hover {
  color: #3a7d93;
}

#container_matome #contents #contentsMatome .relatedLink a {
  display: block;
  padding: 10px;
  color: #FFF;
  background-color: #3a4e93;
  font-size: 16px;
  border-radius: 3px;
  text-decoration: none;
}
#container_matome #contents #contentsMatome .relatedLink a:hover {
  background-color: #4158a5;
}

.sp_footer_bnr--official {
  display: block;
  background: url("../img/bn_official.jpg") no-repeat center;
  width: 580px;
  height: 0;
  padding: 120px 0 0;
  margin: 0 auto 70px;
}
.sp_footer_bnr--official span {
  display: none;
}
.sp_footer_bnr--official:hover {
  filter: brightness(130%);
}

.footerArea.full {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0e0e0e;
  color: #FFF;
  height: 520px;
  border: none;
  display: block;
  padding: 90px 0 25px;
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.4em;
}
.footerArea.full .spec {
  font-weight: normal;
  margin-bottom: 60px;
}
.footerArea.full .footerHeader {
  display: none;
}
.footerArea.full .copyright {
  font-size: 12px;
  text-align: center;
  color: #464848;
  letter-spacing: 0.3em;
}
.footerArea.full > .inner {
  padding: 0;
  background-color: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 2;
}

/* ----------------------------

記事

---------------------------- */
.btn_contents {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_contents > li {
  display: table-cell;
  text-align: center;
}

#contents .textBox01 > table {
  margin: 5px auto 10px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-weight: normal;
}
#contents .textBox01 > table th, #contents .textBox01 > table td {
  border: 1px solid #cccccc;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3em;
}
#contents .textBox01 > table th {
  font-weight: bold;
}
#contents .textBox01 > table thead {
  font-weight: bold;
}
#contents .textBox01 > table thead th, #contents .textBox01 > table thead td {
  background-color: white;
}
#contents .textBox01 > table thead td {
  text-align: center;
  vertical-align: middle;
}
#contents .textBox01 > table thead th {
  text-align: left;
}
#contents .textBox01 > table tr.red, #contents .textBox01 > table td.red, #contents .textBox01 > table th.red {
  background-color: #2a0606;
}
#contents .textBox01 > table tr.blue, #contents .textBox01 > table td.blue, #contents .textBox01 > table th.blue {
  background-color: #060d2a;
}
#contents .textBox01 > table tr.gray, #contents .textBox01 > table td.gray, #contents .textBox01 > table th.gray {
  background-color: white;
}
#contents .textBox01 > table tr.black, #contents .textBox01 > table td.black, #contents .textBox01 > table th.black {
  color: #fff;
  background-color: #000;
}
#contents .textBox01 > table tr.black td, #contents .textBox01 > table tr.black th {
  color: #000;
}
#contents .textBox01 > table tr.white {
  color: #111;
  background-color: #000;
}
#contents .textBox01 > table td.white, #contents .textBox01 > table th.white {
  color: #111;
  background-color: #000;
}
#contents .textBox01 table.tableImg {
  background: none;
  border-collapse: separate;
  margin: 0 auto 16px;
  padding: 0;
  border-spacing: 10px;
  table-layout: fixed;
}
#contents .textBox01 table.tableImg th, #contents .textBox01 table.tableImg td {
  border: none;
  padding: 0;
}
#contents .textBox01 table.tableImg td {
  text-align: center;
}
#contents .textBox01 table.tableImg .image_cap,
#contents .textBox01 table.tableImg p.image_cap {
  color: #415660;
  margin: 0;
  text-align: justify;
  font-size: 92.85714%;
}
#contents .textBox01 table.tableImg img {
  max-width: 100%;
  height: auto;
}
#contents .textBox01 > table.tableMovle {
  background-color: #000;
}
#contents .textBox01 > table.tableMovle td {
  border: none;
}
#contents .textBox01 .tableImg.rightFloat {
  float: right;
}
#contents .textBox01 .tableImg.leftFloat {
  float: left;
}

/*
  画像ページ
*/
.singleImgbox {
  padding: 40px 0;
}

/*
  色
*/
.txt-red {
  color: #A92F4A;
}

.txt-blue {
  color: #20447D;
}

.txt-green {
  color: #2E7943;
}

#mainContents .snsFront {
  display: none;
}

.alt {
  display: none;
}

.dummymovie {
  width: 100%;
  height: auto;
}
.dager01 {
  display: none;
}