@charset "utf-8";
/* 全体
-----------------------------------------*/
body {
/* フォントファミリゴシック */
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    word-wrap: break-word;
}
* {
    margin: 0;
    padding: 0;
}
#make *,
#make *:before,
#make *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.icon,
.iconAfter:after,
.iconBefore:before {
    background-image: url(/public/img/ec/iconSprite.png);
    background-repeat: no-repeat;
}
/* 汎用
-----------------------------------------*/
/* webfont呼び出し */
.en {
    font-family: 'Roboto', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.noto {
    font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
/* 横並び */
.hasInlineBlock { font-size: 0; }
.hasInlineBlock > *,
.hasInlineBlock.iconBefore:before,
.hasInlineBlock.iconAfter:after {
    display: inline-block;
    vertical-align: top!important;
    font-size: 12px;
}
/* テーブルセル */
.hasTable { display: table!important; }
.hasTable > * {
    display: table-cell!important;
    vertical-align: middle!important;
}
/* floatLeftに寄り添う */
.floatSide {
    padding-left: 0px;
    overflow: hidden;
    height: auto;
    word-wrap: break-word;
}
.widthSize {
    width: 960px;
    margin: 0 auto;
}
/* メインヘッダー
-----------------------------------------*/
.mainHeader {
    position: relative;
    height: 130px;
    background: #253046;
}
.mainHeader .innerBox {
    width: 960px;
    height: 130px;
    margin: 0 auto;
}
.mainHeader .innerBox .innerInner {
    height: 130px;
}
.mainHeader .innerBox .mainTitle {
    width: 960px;
    text-align: center;
    color: #fff;
}
.mainHeader .innerBox .mainTitle > span {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}

/* snsボタン */
.snsBtnList {
    position: absolute;
    right: 15px;
    top: 15px;
}
.snsBtnList .fbBtn {
    height: 20px;
}
.snsBtnList .twBtn {
    height: 20px;
    margin-left: 10px;
}
/* ON AIR
-----------------------------------------*/
.onairBox {
    height: 80px;
    background: #fff;
}
.onairIcon {
    width: 65px;
    height: 25px;
    background: #e0624d;
    color: #fff;
    line-height: 26px;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
.onairBox .innerInner {
    height: 80px;
    text-align: center;
}
.onairTxt {
    width: 960px;
    padding-left: 150px;
}
.onairTxt .onairIcon {

}
.onairTxt .txt {
    color: #1a1a1a;
    width: 385px;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
    text-align: left;
}
.onairTxt .txt .noto {
    font-size: 21px;
    height: 22px;
    font-weight: 300;
}
.onairTxt .txt .en {
    font-size: 24px;
    line-height: 24px;
    width: 73px;
    height: 25px;
    font-weight: 300;
    margin-left: 5px;
    margin-top: 2px;
}
.onairTxt .txt .en + .noto {
    margin-left: 10px;
}
/* メインコンテンツ
-----------------------------------------*/
.mainContent {
    background: #f3f3f3;
}
.movieSection:last-child {
    padding-bottom: 50px;
}
.movieSection .labelBox {
    width: 960px;
    height: 120px;
    position: relative;
    margin-top: -18px;
}
.movieSectionWrap .movieSection:first-child .labelBox {
    margin-top: 0;
}
.linkBox {
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}
.serviceLink {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    background: #485567;
    padding: 0 20px 0 25px;
    text-decoration: none;
}
@-moz-document url-prefix() {
    .serviceLink {
        line-height: 25px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	Selector {
		line-height: 27px;
	}
}
.serviceLink:hover {
    text-decoration: none!important;
}
.serviceLink .item {
    color: #fff;
    font-size: 12px;
}
.serviceLink:before {
    width: 3px;
    height: 5px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -2px;
    background-position: -290px 0;
}
/* ムービーリスト
-----------------------------------------*/
.movieList {
    width: 981px;
    margin-right: -21px;
}
.movieList li {
    width: 306px;
    margin-right: 21px;
    margin-bottom: 18px;
    position: relative;
}
.movieList li .movieBox {
    width: 100%;
    height: 172px;
    overflow: hidden;
    margin-bottom: 11px;
    position: relative;
}
.movieList li .movieBox .onairIcon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.movieList li .movieBox a {
    display: block;
}
.movieList li .movieTitle {
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 6px;
}
.movieList li .txtBox .txt {
    color: #333;
    line-height: 1.6;
}
.subLabel {
    color: #666;
    font-size: 18px;
    line-height: 18px;
    padding: 50px 0 20px;
    font-weight: bold;
}
/* ヘッダーキャンペーン
-----------------------------------------*/
.campaignBox {
    height: 80px;
}
.campaignBox a {
    display: block;
    height: 80px;
    background: #ffdd33;
    position: relative;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    text-decoration: none;
}
.campaignBox a:hover {
    opacity: 0.85;
}
.campaignBox a.pageInLink:after {
    width: 9px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -4.5px;
    background-position: -412px 0;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.campaignBox:hover a.pageInLink:after {
    bottom: 5px;
}
.campaignBox a:hover {
    text-decoration: none!important;
}
.campaignBox .innerBox {
    width: 960px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
.lotteryMark {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #0099cc;
    position: absolute;
    left: 70px;
    top: 10px;
}
.lotteryMark .txt {
    color: #fff;
    text-align: center;
    line-height: 1.4;
    padding-top: 13px;
}

.lotteryMark .txt .noto {
    font-size: 11px;
    font-weight: 300;
}
.lotteryMark .txt .en {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    margin: 1px 1px 0 0;
    padding-top: 1px;
}
.lotteryMark .txt .txtInner .noto {
    margin-top: 1px;
}
.campaignTxt {
    font-size: 15px;
}
.txtWrap {
    height: 80px;
    width: 960px;
    text-align: center;
}
.campaignTxt .txtWrap {
    display: block;
    height: 38px;
    margin-top: 4px;
    padding-left: 88px;
}
.campaignTxt .txtWrap .en {
    font-size: 34px;
    line-height: 34px;
    font-weight: 500;
}
.campaignTxt .txtWrap .en.big {
    font-size: 45px;
    line-height: 45px;
    margin-top: -6px;
    font-weight: 600;
    margin-right: 3px;
}
.redTxt {
    color: #e0624d;
}
.blueTxt {
    color: #0099cc;
}
.txtWrap .campaignTxt {
    color: #1a1a1a;
}
.txtWrap .campaignTxt .txtWrap > .noto {
    font-size: 25px;
    line-height: 25px;
    margin-top: 6px;
}
.txtWrap .campaignTxt .txtWrap > .noto.bold {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 2px;
}
/* キャンペーン
-----------------------------------------*/
.campaignSection {
    background: #fff;
}
.campaignSection .innerBox {
    padding: 50px 0;
}
.campaignTitle {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
 {
    position: absolute;
    left: 245px;
    top: -3px;
}
.campaignTitle .txtWrap {
    display: block;
    height: 35px;
}
.campaignTitle .txtWrap:first-child {
    margin-bottom: 10px;
}
.campaignTitle .noto {
    font-size: 25px!important;
    line-height: 25px;
    font-weight: 200;
    color: #1a1a1a;
    margin-top: 5px;
}
.campaignTitle .noto.bold {
    font-size: 30px!important;
    line-height: 30px;
    font-weight: 500;
    margin-top: 1px;
}
.campaignTitle .en {
    font-size: 35px!important;
    line-height: 32px;
    color: #1a1a1a;
    font-weight: 500;
    position: absolute;
    top: -1px;
    left: 245px;
    vertical-align: top;
    display: block;
}
@-moz-document url-prefix() {
    .campaignTitle .en {
        top: -2px;
    }
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .campaignTitle .en {
      top: -3px;
  }
}
.big {
    font-size: 45px!important;
    line-height: 45px;
    margin-top: -7px;
}
.redTxt {
    color: #e0624d!important;
}
.blueTxt {
    color: #0099cc!important;
}
.campaignSection .smallTxt {
    font-size: 11px;
    line-height: 11px;
}
.campaignSection .campaignTitle + .smallTxt {
    text-align: center;
    margin-bottom: 30px;
}
/*snsbigList*/
.snsbigList {
    width: 650px;
    height: 100px;
    margin: 0 auto 50px;
}
.snsbigList li:first-child {
    margin-right: 50px;
}
.snsbigList li a {
    display: block;
    width: 300px;
    height: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    text-decoration: none;
}
.snsbigList li a:after {
    content: "";
    display: block;
    width: 90px;
    height: 100px;
    border-right: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}
.snsbigList li .fbBtn {
    background: #3765a3;
}
.snsbigList li .fbBtn:before {
    width: 32px;
    height: 61px;
    display: block;
    position: absolute;
    top: 18px;
    left: 28px;
    background-position: -300px 0;
}
.snsbigList li .twBtn {
    background: #55acee;
}
.snsbigList li .twBtn:before {
    width: 59px;
    height: 48px;
    display: block;
    position: absolute;
    top: 26px;
    left: 16px;
    background-position: -340px 0;
}
.snsbigList li a {
    color: #fff!important;
}
.snsbigList li a .btntxtWrap {
    display: block;
    padding: 0 0 0 86px;
    text-align: center;
}
.snsbigList li a .btntxtWrap:first-child {
    padding-top: 25px;
    padding-bottom: 5px;
}
.snsbigList li a .en {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}
.snsbigList li a .noto {
    font-size: 18px;
    line-height: 18px;
    font-weight: 100;
}
/*応募について*/
.appSection .sectionLabel {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 50px;
    color: #1a1a1a;
    text-align: center;
}
.appBox {
    border: 1px solid #e8e8e8;
    padding: 30px;
    width: 830px;
    margin: 0 auto;
}
.appInner {
    width: 100%;
    position: relative;
}
.fbApp {
    width: 383px;
    padding: 20px 0 24px;
    border-right: 1px solid #e8e8e8;
}
.twApp {
    width: 379px;
    padding: 20px 0 24px;
}
.appLabel {
    color: #666;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 23px;
}
.twApp .appLabel {
    padding-left: 26px;
}

.flowList {
    counter-reset: li;
    padding-right: 30px;
    margin-left: 15px;
}
.flowList li {
    list-style:none;
    position: relative;
    padding-bottom: 30px;
    padding-left: 25px;
    font-size: 13px;
    border-left: 1px solid #e8e8e8;
    line-height: 1.6;
}
.flowList li:last-child {
    border-left: none;
    padding-bottom: 0;
}
.flowList li:before {
    content:counter(li);
    counter-increment:li;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: -5px;
    left: -15px;
    font-family: 'Roboto';
}
.fbApp .flowList li:before {
    background: #3765a3;
}
.twApp .flowList li:before {
    background: #55acee;
}
.twApp .flowList {
    margin-left: 41px;
    padding-right: 0;
}
.flowList li:after {
    width: 9px;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 4px;
    left: -5px;
    background-position: -401px 0;
}
.flowList li:last-child:after {
    display: none;
}
.appInner {
    margin-bottom: 25px;
}
.detailList {
    margin-bottom: 30px;
}
.detailList li {
    position: relative;
    margin-bottom: 15px;
}
.detailList li:last-child {
    margin-bottom: 0;
}
.detailList li .detailLabel {
    display: block;
    width: 100px;
    height: 20px;
    background: #e0624d;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.detailList li .txt {
    padding-left: 110px;
    line-height: 1.6;
}
.notesList {
    padding-left: 121px;
    text-indent: -11px;
    list-style-type: disc;
    list-style-position: inside;
}
.notesList li {
    margin-bottom: 5px;
    line-height: 1.6;
}
.notesList li:last-child {
    margin-bottom: 0;
}
.appBox .bottomBox .txt {
    line-height: 1.6;
}
/* フッター
-----------------------------------------*/
#footer p.copy {
    padding: 0!important;
}
/* ページトップにもどる
-----------------------------------------*/
#linkPagetop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    padding: 0;
    margin: 0;
}
