
*{
  padding: 0;
  margin: 0;
}
a:{color:#fff250;}
a:link {color:#fff250;} /*未訪問のリンクの色*/
a:visited {color:#fff250;} /*訪問済みのリンクの色*/
a:hover {color:#fff250;} /*カーソルが乗っているリンクの色*/
a:active {color:#fff250;} /*クリック中のリンクの色*/


/* common
======================================*/
body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

ul {
  list-style: none;
}
/* loading
======================================*/
.loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 5;
}

.load_icon {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  z-index: 2;
}
.load_success {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1280px;
  height: 1024px;
  margin: -512px 0 0 -640px;
  z-index: 2;
}

/* ============================== */
/* ふわふわマテリアル ============= */
.move_boxs {
  width: 100%;
  min-width: 1280px;
  position: fixed;
}

.box01 {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -100px 0 0 -50px;
}
.box02 {
  position: absolute;
  right: -150px;
  margin-top: 100px;
}
.box03 {
  position: absolute;
  right: -60px;
  margin-top: 600px;
}
.box04 {
  position: absolute;
  left: 0;
  margin: 400px 0 0 -650px;
}
.box05 {
  position: absolute;
  left: -70px;
  margin-top: 350px;
}

/* =============================== */
/* container */
.container {
  width: 100%;
}

/* header */
.header {
  position: relative;
  width: 100%;
  min-width: 1280px;
  height: 92px;
  padding-top: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  z-index: 4;
}

.nav {
  width: 1280px;
  margin: 0 auto;
}

.nav > li {
  width: auto;
  float: left;
  margin-right: 40px;
}

.nav > li:not(:first-child){
  line-height: 72px;
}

.nav > li:last-child {
  margin-right: 0px;
}

.nav li a {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,242,80,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
}

.nav li ul {
  position: absolute;
  margin-top: -20px;
}

.products_sub {
  margin-left: -16px;
}

.event_sub {
  margin-left: -30px;
}

.nav li ul li {
  display: none;
  float: none;
  margin-bottom: 10px ;
}

/* contents*/
.contents {
  width: 1280px;
  height: auto;
  min-height: 790px;
  padding-top: 23px;
  padding-bottom: 80px;
  margin: 0 auto;
}

/* aside
======================================*/
aside {
  position: absolute;
  width: 340px;
  height: auto;
}

aside #title {
  margin-left: 45px;
}

/* main
======================================*/
.main {
  position: relative;
  width: 940px;
  min-height: 706px;
  padding-top: 32px;
  margin-left: 343px;
  box-sizing: border-box;
  z-index: 1;
}

/*
======================================*/
/* footer
======================================*/
.footer {
  width: 100%;
  min-width: 1280px;
  height: 50px;
  position: relative;
  background-color: #fff250;
}
.company {
  text-align: center;
  line-height: 50px;
  font-size: 12px;
}
.pagetop {
  position: absolute;
  bottom: 45px;
  right: 5%;
  cursor: pointer;
}
.footer_icon {
  position: absolute;
  bottom: 70px;
  right: 30px;
}
/* ============================== */
/* media queries */

@media screen and (max-width: 375px) {
.nav li {
    float: left;
}
}



/* ============================== */
/* ここからNEWS トップ用 */
#news .aside .category-list {
  width: 270px;
  height: 662px;
  padding-top: 78px;
  margin: -20px auto 0;
  box-sizing: border-box;
  background: url(../../news/img/bg_category_list.png) no-repeat;
}

#news .category-list li {
  width: 90px;
  height: 21px;
  margin: 0 auto 29px;
}

#news .category-list li:nth-child(1) {width: 36px;}
#news .category-list li:nth-child(2) {width: 62px;}
#news .category-list li:nth-child(3) {width: 67px;}
#news .category-list li:nth-child(4) {width: 72px;}
#news .category-list li:nth-child(5) {width: 89px;}
#news .category-list li:nth-child(6) {width: 28px;}
#news .category-list li:nth-child(7) {width: 70px;}
#news .category-list li:nth-child(8) {width: 65px;}
#news .category-list li:nth-child(9) {width: 85px;}
#news .category-list li:nth-child(10) {width: 63px;}

#news .main {
  width: 820px;
  min-height: 900px;
  padding-top: 32px;
  color: #FFF;
}

#news .main p img {
  vertical-align: bottom;
}

#news .main .posts {
  width: 822px;
  padding: 0 100px 30px;
  box-sizing: border-box;
  background: url("../img/bg_topic_lsit_middle.png") repeat-y;
}

#news .main .posts .content {
  width: 622px;
  box-sizing: border-box;
}

#news .main .posts .content:nth-child(1n+2) {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px #fff solid;
}

#news .main .posts .content li {
  box-sizing: border-box;
}

#news #date {
  padding: 1px 0 0;
  font-weight: bold;
  font-size: 16px;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1;
}
#news #iconCat {
  width: 56px;
  margin: 0 0 0 15px;
  line-height: 0;
}

#news .main .posts .content li.heading {
  max-width: 458px;
  margin: 0 0 0 15px;
  padding: 1px 0 0;
  word-wrap: break-all;
  font-size: 16px;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1;
}

#news .main .posts .content a {
  display: flex;
  align-items: center;
  color: #fff;
}
#news .main .posts .content a:hover {
  color: #fff250;
}

/* ページャー
==================================*/
.pager{
  margin-top: 50px;
	text-align:center;
}
.pager img {
  vertical-align: middle;
}

a.page-numbers,
.pager .current{
  height: 24px;
	padding: 5px 8px;
	margin: 10px 2px;
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
a.page-numbers:hover,.pager .current{
	background: rgba(0,255,160,1);
}
.pager .prev,.pager .next {
	background-color: transparent;
  color: rgba(0,0,0,1);
}
.pager .prev:hover,.pager .next:hover {
	background-color: transparent;
  color: rgba(0,255,160,1);
}

/* ============================== */
/* ここからNEWS 単一ページ用 */
#news.single header {
  position: relative;
  width: 822px;
  height: 146px;
  box-sizing: border-box;
  background: url("../img/bg_single_post_top.png") no-repeat;
}

#news.single header .date {
  width: 113px;
  height: 1em;
  transform-origin: 130px 15px;
  transform: rotate(-27deg);
  color: #000;
  font-size: 1.6rem;
}

#news.single header h3 {
  position: absolute;
  top: 80px;
  left: 100px;
  width: 622px;
  height: auto;
  padding-bottom: .6em;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-bottom: 1px solid #fff250;
  line-height: 1.4em;
}

#news.single header .date {
  width: 130px;
  height: 1em;
  transform-origin: 130px 15px;
  transform: rotate(-27deg);
  color: #000;
  font: normal bold 21px/1 Helvetica , "游ゴシック" , "Yu Gothic" , 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

#news.single .main-text {
  width: 822px;
  padding: 40px 100px 0;
  line-height: 2em;
  box-sizing: border-box;
  background: url("../img/bg_topic_lsit_middle.png") repeat-y;
}

/* 投稿用装飾
=======================================*/
#news.single .main-text p {
    padding-bottom: 2em;
}

/* 文字の太さ */
#news.single .main-text .lighter {font-weight: 100;}
#news.single .main-text .bolder {font-weight: bold;}
#news.single .main-text strong {font-weight: bold;}

/* 画像の配置 */
#news.single .alignleft{float: left;}
#news.single .alignright{float: right;}
#news.single .aligncenter{
    display: block;
    margin: 0 auto;
}

/* 文字色 */
#news.single .main-text .cl-cb-yellow {color: #fff250;}
#news.single .main-text .cl-cb-green {color: #00ffa0;}
#news.single .main-text .cl-blue {color: #007dff;}
#news.single .main-text .cl-red {color: #ff1b46;}
#news.single .main-text .cl-pink {color: #ffafff;}
#news.single .main-text .cl-orange {color: #FBB03B;}
#news.single .main-text .cl-olive {color: #8CE13F;}
#news.single .main-text .cl-green {color: #00A500;}

/* 背景色 */
#news.single .main-text .bc-cb-yellow {background-color: #fff250;color: #000;font-weight: bold;}
#news.single .main-text .bc-cb-green {background-color: #00ffa0;color: #000;font-weight: bold;}
#news.single .main-text .bc-blue {background-color: #007dff;color: #000;font-weight: bold;}
#news.single .main-text .bc-red {background-color: #ff1b46;color: #000;font-weight: bold;}
#news.single .main-text .bc-pink {background-color: #ffafff;color: #000;font-weight: bold;}
#news.single .main-text .bc-orange {background-color: #FBB03B;color: #000;font-weight: bold;}
#news.single .main-text .bc-olive {background-color: #8CE13F;color: #000;font-weight: bold;}
#news.single .main-text .bc-green {background-color: #00A500;color: #000;font-weight: bold;}

/* 文字サイズ */
#news.single .main-text .font-size10{font-size: 10px;}
#news.single .main-text .font-size12{font-size: 12px;}
#news.single .main-text .font-size16{font-size: 16px;}
#news.single .main-text .font-size20{font-size: 20px;}
#news.single .main-text .font-size26{font-size: 26px;}


/*=======================================*/


#news.single footer {
  position: relative;
  width: 822px;
  height: 112px;
  background: url("../img/bg_single_post_bottom.png") no-repeat;
}

#news.single footer .cat {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 150px;
  height: 78px;
}

#news.single footer .cat.NEWS {background: url("../img/icon_category_single_news.png") no-repeat;}
#news.single footer .cat.STORY {background: url("../img/icon_category_single_story.png") no-repeat;}
#news.single footer .cat.ON.AIR {background: url("../img/icon_category_single_onair.png") no-repeat;}
#news.single footer .cat.BD-DVD {background: url("../img/icon_category_single_bd.png") no-repeat;}
#news.single footer .cat.CD {background: url("../img/icon_category_single_cd.png") no-repeat;}
#news.single footer .cat.GOODS {background: url("../img/icon_category_single_goods.png") no-repeat;}
#news.single footer .cat.EVENT {background: url("../img/icon_category_single_event.png") no-repeat;}
#news.single footer .cat.SPECIAL {background: url("../img/icon_category_single_special.png") no-repeat;}
#news.single footer .cat.RADIO {background: url("../img/icon_category_single_radio.png") no-repeat;}



