@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}
#content{
    width: 100%;
    padding: 0;
    padding-left: 0;
}
#content_base{
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 641px) {
	.fixed{
	    position: fixed;
	    top: 0;
	    left: 0;
	}
	
	/*コンテンツをふんわり表示される*/
	.effect-fade {
		opacity : 0;
		transform : translate(0, 45px);
		transition : all 400ms 150ms ease-in;
	}
	.effect-fade.effect-scroll {
		opacity : 1;
		transform : translate(0, 0);
	}
	
	/*メインイメージ*/
	#main{
    width: 1160px;
    height: 800px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../img/main-base.jpg);
    background-position: center top;
    background-repeat: repeat-x;
	}
	#main_wrap{
    width: 100%;
    height: 800px;
	background-image: url(../img/main-back.jpg);
    background-position: center top;
    background-repeat: repeat-x;
	}
	#main-01{
	z-index: 1;
    position: absolute;
	width: 1160px;
    height: 800px;
	}
	#main-02{
	z-index: 2;
    position: absolute;
	width: 1160px;
    height: 800px;
	}
	#main-03{
	z-index: 3;
    position: absolute;
	width: 1160px;
    height: 800px;
	}
	#main-04{
	z-index: 4;
    position: absolute;
	width: 1160px;
    height: 800px;
	}
	#main-05{
	z-index: 5;
    position: absolute;
	width: 1160px;
    height: 800px;
	}
	
	/*全体コンテンツ領域*/
	#content #cont_wrap{
	width: 100%;
	min-height: 650px;
	margin: 0 auto;
	position: relative;
	}
	
	/*コンテンツ領域*/
	#contents-wrap{
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
	}
	#contents-wrap-body{
    background-image: url(../img/back.jpg);
    background-repeat: repeat;
    background-position: center top;
	}
	#contents-wrap-head{
    background-image: url(../img/back-head.png);
    background-position: center top;
    background-repeat: repeat-x;
	}
	#contents-wrap-foot{
    background-image: url(../img/back-foot.png);
    background-position: center bottom;
    background-repeat: repeat-x;
	}
	
	/*リード文*/
	.contents-read{
    width: 1160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-image: url(../img/read-back.jpg);
    background-repeat: repeat;
    background-position: center top;
	}
	.read{
    color: #ffffff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 23px;
	text-shadow: 0px 0px 4px #040f34; 
    line-height: 40px;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 18px;
	padding-bottom: 18px;
	}
	
	.contents-center-line{
	width: 1160px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	}
	
	/*キャンペーン概要*/
	.contents-cp{
    width: 1160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	}
	.cont_title{
    width: 1160px;
    height: auto;
    margin-bottom: 20px;
	}
	.cont_title_chui{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 30px;
    color: #ff376a;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 28px;
    font-weight: bold;
    border: 2px solid #ff376a;
	}
	.cont_cp_frame_sky{
	width: 1160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	border-radius: 15px;
	background-color: #5990ff;
	margin-bottom: 30px;
	}
	.cont_cp_base{
	border-radius: 11px;
	padding:10px;
	}
	.cont_cp_base_02{
	border-radius: 11px;
	background-color: #ffffff;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 25px;
	padding-right: 25px;
	}
	.cont_cp_base_03{
	border-radius: 11px;
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	}
	.target-sky{
    padding: 7px;
    background-color: #5990ff;
    border-radius: 30px;
    color: #ffffff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
	}
	.target-text{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
	}
	.target-text-02{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
	}
	.target-text-sub{
	margin-left: auto;
	margin-right: auto;
	width: 96%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 20px;
	text-align: center;
	margin-top: 4px;
	}
	.target-text-subsub{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 17px;
	margin-top: 2px;
	}
	.target-text-subsub-02{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #f26906;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 34px;
	}
	.target-text-subsub-03{
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
    width: 100%;
    color: #2799fa;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
	border-top: 1px dotted #9d9d9d;
    border-bottom: 1px dotted #9d9d9d;
	}
	.target-text-subsubsub{
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 16px;
    line-height: 33px;
	}
	.empty{
	width: 100%;
	height: 30px;
	}
	.dots{
    width: 100%;
    height: 1px;
    margin-top: 18px;
    margin-bottom: 15px;
    border-top: 1px dotted #9d9d9d;
	}
	
	.shinkizon{
	width: 100%;
	height: 665px;
	}
	.shinki{
	width: 525px;
	height: auto;
	float: left;
	}
	.kizon{
	width: 525px;
	height: auto;
	float: left;
	}
	.shinkizon-title{
	width: 525px;
	height: auto;
	}
	.shinkizon-ma{
	width: 19px;
	margin-right: 19px;
	height: 665px;
	border-right: 1px dotted #bababa;
	float: left;
	}
	.target-button-sky{
    width: 457px;
    height: auto;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fffa70;
    color: #7459ff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 35px;
    border: 4px solid #7459ff;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-sky:hover{
    background-color: #7459ff;
    color: #fffa70;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-sky-chui{
	font-size: 15px;
	}
	.target-button-shinki{
	width: 457px;
    height: auto;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 32px;
	padding-bottom: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fffa70;
    color: #ff730d;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 35px;
    border: 4px solid #ff730d;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-shinki:hover{
	background-color: #ff730d;
    color: #fffa70;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	
	/*YouTube*/
	#youtube{
	width: 1160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	#youtubecoming{
	width: 1160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	#cont_youtube{
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	}
	.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
	.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}
	
	/*関連番組*/
	.program_base{
	width: 1090px;
	height: 2200px;
	}
	.programs{
	width: 1090px;
	height: auto;
	float: left;
	}
	.program{
	width: 535px;
	height: 535px;
	float: left;
	}
	.program-empty01{
	width: 20px;
	height: 535px;
	float: left;
	}
	.program-empty02{
	width: 535px;
	height: 20px;
	float: left;
	}
	
	/*スマホコンテンツの非表示*/
	.phone{
	display: none;
	}
}

@media screen and (max-width: 640px) {
	
	/*コンテンツをふんわり表示される*/
	.effect-fade {
		opacity : 0;
		transform : translate(0, 45px);
		transition : all 400ms 200ms ease-in;
	}
	.effect-fade.effect-scroll {
		opacity : 1;
		transform : translate(0, 0);
	}
	
	/*全体コンテンツ領域*/
	#content #cont_wrap{
	width: 100%;
	margin: 0 auto;
	}
	
	/*メインイメージ*/
	#main{
	line-height: 0px;
	}
	#main img{
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	vertical-align:top;
	}
	#main_dummy img{
	max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	vertical-align:top;
	}
	#main-01{
	z-index: 1;
    position: absolute;
	}
	#main-02{
	z-index: 2;
    position: absolute;
	}
	#main-03{
	z-index: 3;
    position: absolute;
	}
	#main-04{
	z-index: 4;
    position: absolute;
	}
	#main-05{
	z-index: 5;
    position: absolute;
	}
	
	/*コンテンツ領域*/
	#contents-wrap{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 25px;
	}
	#contents-wrap-body{
    background-image: url(../img/back.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 15px 15px;
	}
	#contents-wrap-head{
    background-image: url(../img/back-head.png);
    background-position: center top;
    background-repeat: repeat-x;
	background-size: 20px auto;
	}
	#contents-wrap-foot{
    background-image: url(../img/back-foot.png);
    background-position: center bottom;
    background-repeat: repeat-x;
	background-size: 20px auto;
	}
	
	/*リード文*/
	.contents-read{
    width: 92%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px;
    background-image: url(../img/read-back.jpg);
    background-repeat: repeat;
    background-position: center top;
	background-size: 1100px auto;
	}
	.read{
    color: #ffffff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 13px;
	text-shadow: 0px 0px 4px #040f34; 
    line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
	.contents-center-line{
	width: 92%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	}
	
	/*キャンペーン概要*/
	.contents-cp{
	width: 92%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	}
	.cont_title{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
	}
	.cont_title img{
	max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	}
	.cont_title_chui{
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
    margin-bottom: 8px;
    background-color: #ffffff;
    border-radius: 60px;
    color: #ff376a;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    font-weight: bold;
	border: 2px solid #ff376a;
	}
	.cont_cp_frame_sky{
	width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	border-radius: 13px;
	background-color: #5990ff;
	margin-bottom: 20px;
	}
	.cont_cp_base{
	border-radius: 9px;
	padding:6px;
	}
	.cont_cp_base_02{
	border-radius: 9px;
	background-color: #ffffff;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}
	.cont_cp_base_03{
	border-radius: 9px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}
	.target-sky{
    padding: 3px;
    background-color: #5990ff;
    border-radius: 30px;
    color: #ffffff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 15px;
	}
	.target-jcom{
    padding: 3px;
    background-color: #ff5782;
    border-radius: 30px;
    color: #ffffff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 15px;
	}
	.target-text{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 25px;
	}
	.target-text-02{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    line-height: 25px;
	}
	.target-text-sub{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 13px;
	text-align: center;
	margin-top: 4px;
	}
	.target-text-subsub{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 13px;
	margin-top: 2px;
	}
	.target-text-subsub-02{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #f26906;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
	}
	.target-text-subsub-03{
    margin-left: auto;
    margin-right: auto;
	padding-top: 7px;
	margin-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 7px;
    width: 100%;
    color: #f26906;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
	border-top: 1px dotted #9d9d9d;
    border-bottom: 1px dotted #9d9d9d;
	}
	.target-text-subsubsub{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    color: #565656;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 13px;
	margin-top: 15px;
	line-height: 20px;
	}
	.empty{
	width: 100%;
	height: 20px;
	}
	
	.shinkizon-title{
	max-width: 100%;
	height: auto;
	}
	.shinkizon-title img{
	max-width: 100%;
	height: auto;
	}
	.shinkizon-ma{
	width: 100%;
	height: 1px;
	margin-top: 23px;
	margin-bottom: 15px;
	border-top: 1px dotted #9d9d9d;
	}
	.target-button-sky{
    max-width: 100%;
    height: auto;
    padding: 7px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fffa70;
    color: #7459ff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 24px;
    border: 3px solid #7459ff;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-sky:hover{
    background-color: #7459ff;
    color: #fffa70;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-sky-chui{
	font-size: 10px;
	}
	.target-button-shinki{
	max-width: 100%;
    height: auto;
    padding: 23px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fffa70;
    color: #ff730d;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 24px;
    border: 3px solid #ff730d;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	.target-button-shinki:hover{
	background-color: #ff730d;
    color: #fffa70;
	transition: 0.6s;　/*ふわっとさせる指定*/
	}
	
	/*youtube*/
	#cont_youtube{
    width: 80%;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	}
	.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}
	.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}
	#youtubecoming img{
	max-width: 90%;
    height: auto;
	}
	
	/*関連番組*/
	.program img{
	max-width: 100%;
	height: auto;
	}
	.program-empty01{
	width: 100%;
	height: 10px;
	}
	.program-empty02{
	width: 100%;
	height: 10px;
	}
	
	/*PCコンテンツの非表示*/
	.pc{
	display: none;
	}
	
}
