@charset "utf-8";

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

	Copyright (c) 2010, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 3.3.0
	build: 3167

	Font-size Adjustment
	
	10px ----- 77%
	11px ----- 85%
	12px ----- 93%
	13px ----- 100%
	14px ----- 108%
	15px ----- 116%
	16px ----- 123.1%
	17px ----- 131%
	18px ----- 136%
	19px ----- 144%
	20px ----- 152%
	21px ----- 159%
	22px ----- 167%
	23px ----- 174%
	24px ----- 182%
	25px ----- 189%
	26px ----- 197%

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

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,button,textarea{
  font:99% arial,helvetica,clean,sans-serif;
}
table{
  font-size:inherit;
  font:100%;
}
pre,code,kbd,samp,tt{
  font-family:monospace;
  *font-size:108%;
  line-height:100%;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul, ol{
  list-style: none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
}
a:link {
	color: #0d79cc;
	text-decoration: none;
}
a:visited {
	color: #327bb5;
}
a:hover {
	opacity: 0.75;
	text-decoration:underline;
}
a img{
	border: none;
}

/*--------------------------------------
  Settings
---------------------------------------*/

body {
    color: #222;
	line-height: 1.65;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif
}
@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx),only screen and (-webkit-min-device-pixel-ratio:2) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale	
	}
}
.wrapper{
	background:fixed url(../img/bacground.jpg) repeat-y 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.main{
	padding-bottom: 20px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 15%, rgba(255,255,255,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 15%,rgba(255,255,255,0.6) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 15%,rgba(255,255,255,0.6) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 );
}

/*--------------------------------------
  Header
---------------------------------------*/
.header_image{
	max-width:1082px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
h1{
	position: relative;
	max-width:800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
h1 img{
	display: block;
	width: 100%;
	height: auto;
}
.oblique{
	margin: 0 0 30px;
	padding: 0 20px;
	background-color: #fff;	
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.section_content{
	max-width:640px;	
	margin: 0 auto;
	padding: 30px 20px;
}
.bookmark{
	padding-top: 20px;
	overflow:hidden;
	list-style:none outside
}
.bookmark li{
	float:left;margin:0 20px 5px 0
}

.btn_message{
	max-width:640px;	
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.header_image{
		max-width:auto;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	.section_content{
		padding: 20px 10px;
	}
	h1 img{
		width: 100%;
		height: auto;
		margin:0 auto;
	}
	.lead {
	}
	.lead p{
		font-size: 100%;
	}
}

/*--------------------------------------
  メッセージ
---------------------------------------*/

.section_message{
	margin: 0 10px;
}
.section_message .section_content{
	background-color: rgba(255,255,255,0.75);
	max-width:760px;
	margin: 0 auto 40px;
	padding: 30px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.message01{
	display: none;
}
.message01 .section_content{
	background-color: rgba(255,255,255,0.75);
	max-width:760px;
	margin: 0 auto 40px;
	padding: 0 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.message02{
	display: block;
}
.section_message a{
	position: relative;
	display: block;
	max-width: 640px;
	height: 55px;
	margin: 0 auto;
	background-color: #ED288C;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 55px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section_message a:after{
	content:" 〉";
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
}
.section_message a:hover{
	text-decoration: none;
}

@media screen and (max-width: 600px) {
	.section_message .section_content{
		padding: 20px 20px;
	}
	.message01{
		display: block;
		margin: 0;
	}
	.message01 .section_content{
		margin-bottom: 10px;
		padding: 10px 20px;
	}
	.message02{
		display: none;
	}
	.section_message a{
		height: 45px;
		line-height: 45px;
		font-size: 110%;
		letter-spacing: 0;
	}
	.section_message a:after{
		font-size: 120%;
		letter-spacing: 0;
	}
}


/*--------------------------------------
  視聴方法
---------------------------------------*/

.section_howtolisten{
	margin: 0 10px;
}
.section_howtolisten .section_content{
	background-color: rgba(255,255,255,0.75);
	max-width:760px;
	margin: 0 auto 40px;
	padding: 30px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section_howtolisten .section_heading{
	margin: 0 auto 10px;
	padding: 0 0 10px;
	text-align: center;
}
.section_howtolisten .section_heading h2{
	margin: 0 auto;
	width: 220px;
	height: 38px;
	border-bottom: solid 4px rgba(233,99,35,0.2);
}
.section_howtolisten h3{
	max-width: 640px;
	text-align: center;
	margin:0 auto 5px;
	font-size: 150%;
	font-weight: bold;
	color: rgba(233,99,35,1);
	letter-spacing: 2px;
}
.section_howtolisten h3 strong{
}
.section_howtolisten h3 + p{
	max-width:640px;
	margin: 0 auto;
}
.section_howtolisten .section_heading img{
	position: relative;
	width: 210px;
	height: 42px;
}
.section_howtolisten .section_heading + p{
	max-width:640px;
	margin: 0 auto 1em;
	padding-bottom: 15px;
	border-bottom: dotted 1px rgba(0,0,0,0.4);
}
.section_player{
	max-width:640px;
	margin: 1em auto 1.5em;
}
.section_player div{
	height: 32px;
	margin: 0 0 13px;
	padding: 5px;
	background-color: rgba(0,0,0,0.8);
}
.section_player div iframe{
	position: relative;
	top: -16px;
	height: 50px;
}
.section_player p{
	padding:0;
	font-size: 85%;
	text-align: left;
	color: #4F4F4F;
}
.section_link_button{
	width:calc(100% - 40px);
	max-width: 560px;
	margin:0 auto;
	padding: 0 20px;
	list-style:none;
}
.section_link_button li{
	margin: 0 0 15px;
}
.section_link_button a{
	position: relative;
	display: flex;
	width:100%;
	max-width: 600px;
	min-height: 40px;
	margin: 0 auto;
	padding:5px 0;
	background-color: #ED288C;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
.section_link_button .button_twitter a{
	background-color: #509fe5;
}
.section_link_button .button_twitter a small{
	width: 100%;
	font-size: 80%;
	font-weight: normal;
}
.section_link_button a:after{
	content:" 〉";
	position: absolute;
	right: 0;
	top: calc(50% - 16px);
	margin: 0 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0;
}
.section_link_button a:hover{
	text-decoration: none;
}
.section_link_button .button_twitter span.sp_top{
	position: relative;
}
.section_link_button .button_twitter span.sp_top:before{
	content:'';
	display: inline-block;
	width:35px;
	height: 31px;
	background: url(../img/pc_twitter.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	vertical-align:middle;
}
.section_utapass{
	max-width:560px;
	margin: 20px auto 0;
	padding: 18px 38px;
	background-color: #fff;
	border: solid 2px #f2a88d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.section_utapass h3{
	margin: 0 0 10px;
	line-height: 0;
	text-align: center;
}
.section_utapass h3 img{
	width: 234px;
	height: 44px;
}
.section_utapass > p{
	margin: 0 0 1em;
}
.link{
	max-width:560px;	
	margin: 0 auto;
	padding: 10px 10px 0;
	border-top: dotted 1px rgba(0,0,0,0.4);
}
.section_content > p + ul.link{
	margin-top: 20px;
}
.link li{
	margin: 0 0 5px;
	padding:  0 0 0 1.3em;
	font-size: 90%;
}
.links li:last-child {
	margin-bottom: 0;
}
.link a {
	position: relative;
}
.link a:before {
	content:'';
	position: absolute;
	display: block;
	left: -20px;
	top: 0;
	width: 16px;
	height: 16px;
	background: url(../img/arrow-right.png) no-repeat 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.app{
	padding: 14px 10px;
	background: rgba(242,168,141,0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.app h4{
	margin: 0 0 15px;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}
.app h4 span{
	display: inline-block;
}
.app p{
	margin: 10px 0 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.5;
	text-align: center;
}
.store_dl{
	display:flex;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style:none;	
}
.store_dl li{
	margin: 0 10px 0 0;
	padding: 0;
	width: calc(50% - 10px);
	text-align: right;
}
.store_dl li:last-child{
	margin: 0 0 0 10px;
	text-align: left;
}
.store_dl li img{
	width: 160px;
	height: auto;
}

@media screen and (max-width: 600px) {
	.section_howtolisten .section_content{
		padding: 20px 10px;
	}
	.section_howtolisten .section_heading h2{
		display: inline-block;
		width: 40%;
		height: auto;
		border: 0;
		margin-bottom: 10px;
		padding: 0 10px;
		border-bottom: solid 4px rgba(233,99,35,0.2);
	}
	.section_howtolisten .section_heading img{
		position: relative;
		top: 0.6em;
		width: 100%;
		height: auto;
	}
	.section_howtolisten h3{
		font-size: 140%;
	}
	.section_utapass{
		padding: 10px 15px;
	}
	.section_utapass h3 img{
		width: 200px;
		height: auto;
	}
	.store_dl li{
		margin: 0 5px 0 0;
		width: calc(50% - 5px);
	}
	.store_dl li:last-child{
		margin: 0 0 0 5px;
	}
	.store_dl li img{
		width: 100%;
		max-width: 130px;
		height: auto;
	}
	.section_link_button{
		width: calc(100% - 20px);
		max-width: none;
		margin:0 auto;
		padding: 0 10px;
		list-style:none;
	}
	.section_link_button a{
		font-size: 100%;
	}
	.section_link_button .button_twitter span{
		flex-basis:100%;
	}
	.section_link_button .button_twitter span.sp_top{
		padding-left: 0;	
	}
	.section_link_button .button_twitter span.sp_top:before{
		left: 5px;
		top: 8px;
		width:24px;
		height: 21px;
	}
}

/*--------------------------------------
  マンスリー
---------------------------------------*/
.section_monthly{
	margin: 0 10px;
}
.section_monthly .section_content{
	background-color: rgba(255,255,255,0.75);
	max-width:760px;
	margin: 0 auto 40px;
	padding: 40px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section_monthly .section_heading{
	max-width:600px;
	margin: 0 auto 10px;
	text-align: center;
}
.section_monthly .section_heading h2{
	margin: 0 auto;
	width: 560px;
	height: 69px;
	border-bottom: solid 4px rgba(233,99,35,0.2);
}
.section_monthly .section_heading img{
	width: 560px;
	height: 71px;
}
.section_monthly h3{
	margin: 0 auto 15px;
	text-align:center;
	color: #e96323;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5;
}
.monthly{
	display: block;	
	width:100%;
	max-width:558px;
	margin:0 auto 20px;
}
.monthly div{
	width: auto;
	margin:0 auto;
}
.monthly div img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto 10px;
	box-shadow: 3px 3px 0 #b9b9b7;
}
.monthly p{
	width: 100%;
	max-width:558px;
	margin: 0 auto 10px;
}
.profile{
	max-width:600px;
	margin: 0 auto 15px;
	padding:20px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.profile dt{
	margin:0 0 5px;
	font-size: 90%;
	font-weight: bold;
}
.profile dt small{
	font-size: smaller;
	font-weight: normal;
}
.profile dd{
	margin:0 0 10px;
	font-size: 90%;
}
.profile .link{
	max-width: none;	
	margin: 0 auto;
	padding: 10px 10px 0;
	border-top: dotted 1px rgba(0,0,0,0.4);
}

@media screen and (max-width: 600px) {
	.section_monthly .section_content{
		padding: 20px 10px;
	}
	.section_monthly .section_heading h2{
		margin: 0 auto;
		width: 90%;
		height: auto;
		border-bottom: solid 4px rgba(233,99,35,0.2);
		line-height: 0;
	}
	.section_monthly .section_heading img{
		width: 100%;
		height: auto;
	}
	.section_monthly h3{
		font-size: 150%;
	}
	.monthly{
		display: block;	
		width:100%;
		margin:0 auto 20px;
	}
	.monthly div{
		width: auto;
		margin:0 auto;
	}
	.monthly div img{
		display: block;
		width: 75%;
		height: auto;
		margin: 0 auto 10px;
		box-shadow: 3px 3px 0 #b9b9b7;
	}
	.monthly p{
		display: block;
		width: calc(100% - 20px);
		margin: 0 10px 10px;
	}
	.profile{
		margin: 0 auto;
		padding:10px;
	}
}


/*--------------------------------------
  パーソナリティ
---------------------------------------*/
	
.section_personality{
	margin: 0 10px;
}
.section_personality .section_content{
	background-color: rgba(255,255,255,0.75);
	max-width:760px;
	margin: 0 auto 40px;
	padding: 30px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.section_personality .section_heading{
	max-width:600px;
	margin: 0 auto 30px;
	text-align: center;
}
.section_personality .section_heading h2{
	margin: 0 auto;
	width: 326px;
	height: 40px;
	border-bottom: solid 4px rgba(233,99,35,0.2);
}
.section_personality .section_heading img{
	width: 306px;
	height: 44px;
}
.list_personality{
	max-width: 720px;
	margin: 0 auto;
}
.list_personality > li{
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: dotted 1px rgba(0,0,0,0.3);	
}
.list_personality > li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.list_personality .img{
	position: relative;
	float: left;
	width: 244px;
	height: 214px;
}
.list_personality .img img{
	display: block;
	width: 212px;
	height: 212px;
	box-shadow: 2px 2px 0 #b9b9b7;
}
.list_personality .img:before{
	content:'';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.list_personality .personality01 .img:before{
	left: -13px;
	bottom: -16px;
	width: 116px;
	height: 55px;
	background-image: url(../img/personality_icn_01.png);
}
.list_personality .personality02 .img:before{
	left: -9px;
	bottom: -16px;
	width: 96px;
	height: 55px;
	background-image: url(../img/personality_icn_02.png);
}
.list_personality .personality03 .img:before{
	left: -7px;
	bottom: -18px;
	width: 106px;
	height: 55px;
	background-image: url(../img/personality_icn_03.png);
}
.list_personality .personality04 .img:before{
	left: -7px;
	bottom: -16px;
	width: 100px;
	height: 55px;
	background-image: url(../img/personality_icn_04.png);
}
.list_personality .personality05 .img:before{
	left: -15px;
	bottom: -16px;
	width: 84px;
	height: 56px;
	background-image: url(../img/personality_icn_05.png);
}
.list_personality .date{
	margin: 0;
	font-weight: bold;
}
.list_personality .personality01 .date{color: #cdbc00;}
.list_personality .personality02 .date{color: #e5634c;}
.list_personality .personality03 .date{color: #448bd2;}
.list_personality .personality04 .date{color: #49aa2f;}
.list_personality .personality05 .date{color: #ff9946;}

.list_personality .personality05 .date{
	margin: 0 0 3px;
}
.list_personality .date b{
	margin:0 0 0 10px;
	display: inline-block;
	padding:1px 5px 0;
	border: solid 1px #ff9946;
}

.list_personality h3{
	display:flex;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.4;
	align-items:center;
	flex-wrap:wrap;
}
.list_personality h3 span{
	display: block;
	float: left;
	margin-right: 0.3em;
}
.list_personality h3 small{
	display: block;
	font-size: 50%;
	letter-spacing: 0;
}
.list_personality .text{
	margin: 0 0 10px 244px;
	font-size: 90%;
}
.list_personality .link{
	margin: 0 0 10px 244px;
}
.list_personality .link_pp{
	margin: 0 0 10px 244px;
	padding: 10px 0 0;
	text-align: center;
}
.list_personality .link_pp img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 600px) {
	.section_personality .section_content{
		padding: 20px 10px;
	}
	.section_personality .section_heading h2{
		display: inline-block;
		width: 55%;
		height: auto;
		border: 0;
		margin-bottom: 10px;
		padding: 0 10px;
		border-bottom: solid 4px rgba(233,99,35,0.2);
	}
	.section_personality .section_heading img{
		position: relative;
		top: 0.6em;
		width: 100%;
		height: auto;
	}
	.list_personality > li{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: dotted 1px rgba(0,0,0,0.3);	
	}
	.list_personality > li:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
		border: 0;
	}
	.list_personality .img{
		float: none;
		max-width: 480px;
		height: auto;
		margin: 0 auto 20px;
	}
	.list_personality .personality05 .img{
		margin: 0 auto 25px;
	}
	.list_personality .img img{
		display: block;
		width: 100%;
		height: auto;
		box-shadow: 2px 2px 0 #b9b9b7;
	}
	.list_personality .img:before{
		content:'';
		position: absolute;
		display: block;
		left: 0;
		bottom: 0;
		background-repeat: no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	
	.list_personality .name{
		text-align: center;
		margin-bottom: 10px;
	}
	.list_personality .date{
		margin: 0;
		font-weight: bold;
		text-align: center;
	}
	.list_personality .personality01 .date{color: #cdbc00;}
	.list_personality .personality02 .date{color: #e5634c;}
	.list_personality .personality03 .date{color: #448bd2;}
	.list_personality .personality04 .date{color: #49aa2f;}
	.list_personality .personality05 .date{color: #ff9946;}
	
	.list_personality h3{
		display: inline-block;
		font-size: 150%;
		margin: 0;
		letter-spacing: 0;
	}
	.list_personality h3 small{
		display: inline-block;
		margin:0 0 0 0.5em;
	}
	.list_personality .text{
		margin: 0 0 10px;
		font-size: 90%;
	}
	.list_personality .link{
		margin: 0 0 10px;
	}
	.list_personality .link_pp{
		margin: 0 0 10px;
	}
}



/*--------------------------------------
  Footer
---------------------------------------*/
footer{
	margin: -1px 0 0;
	padding:40px 20px;
	background-color: #fff;	
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

footer p{
	text-align: center;
}
.logo_natalie img{
	width: 30%;
	max-width: 180px;
	height: auto;
	padding: 0 0 10px;
}
.copyright{
	padding: 0 0 20px;
	color: #333;
	font-size: 90%;
	line-height: 1.45;
	color: #333;
	font-family: 'Noto Sans JP',  sans-serif;
	font-weight: 400;	
}

