/*	mainArea
============================== */
#page-top, #topContents{
font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
overflow:hidden;
color: #000;
}

#tbsfreeArea { margin: 0 auto; background-color:#FFDF5E;}
#tbsfreeBlock {position: relative;}
@media all and (min-width: 768px) {

}

#poster { background-color: #FBC0C1;}
#poster .inner {}
#mainArea{width:100%; height:0; padding-top: 63.703%; margin:0 auto; position:relative; }
#mainArea .main1{background-image: url(../img/pre_poster.jpg?1); background-size:cover; width:100%; height:0; padding-top: 56.296%; position:absolute; top:0; left:0;
animation: fadein 2.5s ease 0s 1 normal;
-webkit-animation: fadein 2.5s ease 0s 1 normal;}
#mainArea .main2{background-image: url(../img/main_title.png); background-size:cover; width:54.629%; height:0; padding-top:21.296%; position:absolute; bottom:12%; left:22.685%; opacity: 0;
-webkit-animation: fadein 1.8s ease 1s 1 forwards;
  animation: fadein 1.8s ease 1s 1 forwards;
z-index: 100;}
#mainArea .main3{background-image: url(../img/main_date_04.png); background-size:cover; width:48.148%; height:0; padding-top:7.407%; position:absolute; bottom:0%; right:0%; opacity: 0;
-webkit-animation: fadein 1.5s ease 1.5s 1 forwards;
  animation: fadein 1.5s ease 1.5s 1 forwards;
z-index: 100;}

#mainArea .main1 img, #mainArea .main2 img, #mainArea .main3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}

@media all and (min-width: 768px) {
	#topContents{position: relative;}
	#poster { }
	header .inner { 
	width: 1080px;
    margin: 0 auto;
	}
	header{}
}

@media all and (max-width: 767px) {
	#poster { }
	#tbsfreeArea { background-size: auto 500px;}
}




#storyArea h2, #topicsArea h2, #newsArea h2, #streamArea h2 {background-repeat: no-repeat; background-position: center top; background-size: contain; text-indent:-9999px; position: relative; display: block; width:100%; margin: 0 auto;}
#storyArea h2{background-image: url(../img/top/h2_story.png);}
#topicsArea h2{background-image: url(../img/top/h2_topics.png);}
#newsArea h2{background-image: url(../img/top/h2_news.png);}
#streamArea h2{background-image: url(../img/top/h2_stream.png);}

p.button{
	position: relative;
	margin: 0 auto;
}
p.button a{
    text-align: center;
    margin: 0 auto;
	padding:0;
	font-weight: 700;
	color: #fff;
	transition:0.5s;
	background-image:  url(../img/btn_arrow.png),  url(../img/bg_btn.png);
	background-repeat: no-repeat, no-repeat;
	display: table;
	width: 100%;
	z-index: 100;
}
#story p.button a, #topics p.button a {
	text-shadow:2px 2px 0 #132795, -2px -2px 0 #132795,
              -2px 2px 0 #132795, 2px -2px 0 #132795,
              0px 2px 0 #132795,  0-2px 0 #132795,
              -2px 0 0 #132795, 2px 0 0 #132795;}
p.button a:hover {
filter: brightness(1.1);
}
p.button a span {vertical-align: middle;display: table-cell; line-height: 1.3em; font-size: 1.5em; }



@media all and (min-width: 768px) {
	#topContents{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	background-attachment: fixed;
	background-position:top center;
	font-size: 1em;
}
	#storyArea h2, #topicsArea h2, #newsArea h2, #streamArea h2 {height:125px; margin:0 auto 40px;}
	p.button {width: 300px;}
	p.button a {  height: 70px;
	    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	background-position:right 13px center, top center;
	background-size: 30px 30px, cover;}
	p.button a span {padding-right: 20px;}
}
@media all and (max-width: 767px) {
	#topContents::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_sp.jpg);
  position: fixed;
  background-size:100% auto;
  top: 0px;
  left: 0px;
  z-index: -1;
}
	#storyArea h2, #topicsArea h2, #newsArea h2, #streamArea h2 {height:88px; margin:0 auto 20px;}
	p.button { width: 240px;}
	p.button a { height: 56px;font-size: 0.9em;
	border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	background-position:right 10px center, top center;
	background-size: 23px 23px, cover;}
	p.button a span {padding-right: 12px;}
}


/*	storyArea
============================== */
#storyArea { width: 100%; position: relative; background-repeat: no-repeat;}
#storyArea #storyBlock { position: relative; background-color: rgba(255,255,255,0.9);}
#storyArea #story { position: relative; }
#storyArea #story .oaDatebox { text-align: center;
font-family: "transat-text", sans-serif;
font-weight: 700;
font-style: normal;
display: table;
width: 100%;
}
#storyArea .epnum { display: inline-block; vertical-align: middle;}
#storyArea .epnum .nb{
	background-color: #E3007E; line-height:1.2em;
	text-align: center;
	color: #fff;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	letter-spacing: -0.01em;
	display: table; vertical-align: middle;
}
#storyArea .epnum .small{ font-size: 0.6em;}
#storyArea .epnum .nb.nb10 {letter-spacing: -0.08em; padding:0 2px;}
#storyArea .epnum .nb.nb10 .small{ font-size: 0.5em; padding-left: 0em;}
#storyArea .oadate { display: inline-block; vertical-align: middle;}
#storyArea .oadate .date{display: inline-block;}
#storyArea .oadate .small{ font-size: 0.6em;}
#storyArea .oadate .onair {font-size: 0.5em;}

#storyArea p.txt {line-height: 1.8em; text-align: left;}
#storyArea p.txt.center { text-align: center; vertical-align: middle;}
#storyArea #story #ph {margin-bottom: 10px;}

#storyArea #story #topTrailer { position: relative;}

@media all and (min-width: 768px) {
	#storyArea { padding: 40px 0 80px; }
	#storyArea #storyBlock { width: 980px; margin: 0 auto; padding: 40px 0 30px;}
	
	#storyArea #story {width:840px; margin: 0 auto;}
	#storyArea #story #topTrailer {width:840px; padding: 0px; margin: 0 auto;}
	
	#storyArea .epnum {font-size: 4.1em; margin-right: 0.2em;}
	#storyArea .epnum .nb {width:88px; height: 88px; }
	#storyArea .oadate {font-size: 5.0em;}

	#storyArea #story #topStory { padding: 30px 0px;}
	#storyArea #story #topStory #top-story { padding-top: 15px;}
	#storyArea p.txt {padding: 0 0 1.5em; font-size: 1.05em;}
}

@media all and (max-width: 767px) {
	#storyArea {padding-top: 20px; padding-bottom: 20px; }
	#storyArea #storyBlock {width: 95%; margin: 0 auto; padding-top:2.5%;}
	#storyArea #story {width: 95%; margin: 0 auto;}
	#storyArea #story #topTrailer { padding: 0px; margin: 0; position: relative;}
	
	#storyArea .oaDatebox { padding: 0 0px 10px;}
	#storyArea .epnum {font-size: 2.6em; margin-right: 0.1em;}
	#storyArea .epnum .nb {width:55px; height: 55px; }
	#storyArea .oadate {font-size: 3.2em;}
	
	#storyArea #story #topStory { padding: 20px 3% 30px;}
	#storyArea #story #topStory p.txt { padding: 0 0 15px; font-feature-settings: "palt"; font-size: 0.9em;}
}
@media all and (max-width: 379px) {
	#storyArea .oadate {font-size:3em;}
}

#storyArea #story #topTrailer div#ph_main span {
  display: block;
  position: relative;
background-size: 100%;
}
@media all and (min-width: 768px) {
	#storyArea #story #topTrailer div#ph_main,
	#storyArea #story #topTrailer div#ph_main span {
    width: 800px;
    height: 452px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media all and (max-width: 767px) {
#storyArea #story #topTrailer div#ph_main  {width:100%; margin: 0 auto; position:relative; height:auto; overflow: hidden; padding: 0 0 0;}
#storyArea #story #topTrailer div#ph_main span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
#storyArea #story #topTrailer div#ph_main span {
    height: 0;
    padding:66.666% 0 0;
    position: relative;
  }
}


/*	beforeArea
============================== */
#beforeArea {width: 100%; position: relative; }
#beforeArea .tbs-free { background-color: #FFDF5E;}

@media all and (min-width: 768px) {
	#beforeArea { }
}
@media all and (max-width: 767px) {
	#beforeArea { }
}


/*	topicsArea
============================== */
#topicsArea {width: 100%; position: relative; }
.slider-unit div.outer ul.contentsInner li { position: relative;}

@media all and (min-width: 768px) {
	#topicsArea, #bnrArea, .sns-share { padding: 40px 0; background-image: url(../img/top/bg_topics.png); background-position: center top; background-size: cover; }
	#topicsArea #topics {padding: 0;}

}
@media all and (max-width: 767px) {
	#topicsArea, #bnrArea, .sns-share {padding: 20px 0; background-image: url(../img/top/bg_topics_sp.png); background-position: center top; background-size: cover; }
	#topicsArea #topics {padding: 0;}
}

/*	newsArea
============================== */
#newsArea {width: 100%; position: relative; }

#newsArea #news .contentsInner {padding: 25px 0;}
#newsArea #news ul li { position: relative; text-align: left; }
#newsArea #news ul li a {display: block; }
#newsArea #news ul li table { width: 100%;}
#newsArea #news ul li .thumbnail{width: 200px; vertical-align: top; background-color: #fff;}
#newsArea ul li .txtBox { vertical-align: top; letter-spacing: 0em; font-feature-settings: "palt"; position: relative; background-color: #fff;}
#newsArea #news ul li .txt { font-size: 1em; padding: 8px 2px; line-height: 1.5em; min-height: 4em; color: #000;}
#newsArea #news ul li span.thum {
  width: 100%;
  height: 0;
padding-top:66.666%;
  display: inline-block;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  margin: 0 0 0 0;
  position: relative; 
}
#newsBlock a:hover .thumbnail{opacity: 0.85;}
/*#newsBlock a:hover .txt { background-color: #d22179;}*/



#newsArea ul li span.thum img {
  width: 100%; height: 0; padding-top:66.666%; position: absolute; top:0; left: 0;
}
#newsArea ul li span.ymd {
	position: absolute;
	bottom: 10px;  right: 10px;
	font-family: "transat-text", sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #000;
}
#newsArea ul li .tag {
	color: #E3007E;
	font-family: "transat-text", sans-serif;
	font-weight: 900;
	font-style: normal;
	display: inline-block;
	letter-spacing: 0.02em;
}

#newsArea .slider-wrapper {
  width: 100%; height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#newsArea .slider {
 height: 300px;
  -webkit-overflow-scrolling: touch;
}

#newsArea .slider > * {
  -webkit-transform: translateZ(0px);
}

/*.slider-wrapper::-webkit-scrollbar {
  display: none;
  height: 0 !important;
}*/
/*/ スクロールバー全体*/
.slider-wrapper::-webkit-scrollbar {
  width:4px;
  /*background:#eee;*/
}
/*/ 横スクロールバー全体*/
#newsArea .slider-wrapper::-webkit-scrollbar:horizontal {
  /*height:10px;*/ display: none;
}
/*/ スクロールバー上下左右末端のボタン*/
#newsArea .slider-wrapper::-webkit-scrollbar-button {
  width:6px;
  height:6px;
  /*background:#666;*/
}
/*/ ドラッグするツマミ部分*/
#newsArea .slider-wrapper::-webkit-scrollbar-thumb {
  background:#000;
border-radius: 5px; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
/*/ 右下角部分*/
#newsArea .slider-wrapper::-webkit-scrollbar-corner {
  /*background:#ddd;*/
}

@media all and (min-width: 768px) {
	#newsArea { padding: 40px 0; background-image: url(../img/top/bg_news.png); background-position: center top; background-repeat: repeat-x;}
	#newsArea #news ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	}
	#newsArea #news ul li {
	width:calc((100% - 20*2px)/2); margin-bottom:20px;
	}
	#newsArea #news ul li {
	margin-right:20px;
	}
	#newsArea #news ul li .thumbnail, #newsArea #news ul li span.thum {}
	#newsArea ul li .txtBox{ padding: 10px;}
	#newsArea ul li span.ymd {font-size: 0.95em;}
	#newsArea ul li .tag { min-width: 50px; font-size: 1em; padding:0; }
	
}

@media all and (max-width: 767px) {
	#newsArea { padding: 20px 0; background-image: url(../img/top/bg_news_sp.png); background-position: center top; background-size: cover; background-repeat: repeat-y;}

	#newsArea #news ul {text-align: center}
	#newsArea #news ul li { display: block; margin:0 0 10px;}
	#newsArea #news ul li .thumbnail{width: 160px;}
	#newsArea #news ul li .thumbnail, #newsArea #news ul li span.thum {}
	#newsArea ul li .txtBox{ padding:8px;}
	#newsArea #news ul li .txt { font-size: 0.85em; line-height: 1.3em; padding-top: 5px;}
	#newsArea ul li span.ymd {
		bottom:5px;
		right:5px;
		font-size:0.9em;
	}
	#newsArea ul li .tag { min-width: 40px; font-size: 0.9em; padding:0; }
	#newsArea #news ul li span.thum img { width:100%; height: 0 ; padding-top: 66.666%;}
	
	#newsArea .slider {
  width: 98%; /*height: 460px;*/height: 350px; margin: 0 2% 0 0;
  -webkit-overflow-scrolling: touch;
}

}
@media all and (max-width: 350px) {
	#newsArea #news ul li .txt { min-height: 3em; padding-bottom: 1.5em;}
}


/*	#bnrArea
============================== */
#bnrArea {
	text-align:left; position: relative;
}
.bnrBlock {
	position:relative;
}
.bnrBlock ul li a, .bnrBlock ul li a span{
	display:block;
}
.bnrBlock ul li a{
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(240 / 800 * 100%);
	padding-top: calc(240 / 800 * 100%);
}
#hdBnrArea .bnrBlock ul li a{
	padding-top: -webkit-calc(340 / 1000 * 100%);
	padding-top: calc(340 / 1000 * 100%);
	border: solid 1px #000;
}
.bnrBlock ul li a span{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bnrBlock ul li a.lazy-done{
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
}


@media all and (min-width: 768px) {
#bnrArea{
    padding: 80px 0 50px;
}
.bnrBlock {
	max-width:1080px;
	margin:0 auto;
}
#hdBnrArea {
	max-width:1080px;
	padding:1em 0;
}
.bnrBlock ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#bnrArea .bnrBlock ul li {
	width:calc((100% - 30px)/2);
	/*width:650px; margin-bottom:30px;*/
}
#hdBnrArea ul li {
	/*width:calc((100% - 30px)/2);*/
	width:800px;
}
/*#hdBnrArea ul li:nth-child(odd) {
	margin-right:30px;
}*/
#bnrArea .bnrBlock ul li:nth-child(odd) {
	margin-right:30px;
}
/*#bnrArea .bnrBlock ul li:first-child {
	margin-right:250px; margin-left:250px;
}
#bnrArea .bnrBlock ul li:last-child {
	margin-right:0px;
}
*/
}

@media all and (max-width: 767px) {
#bnrArea {
    padding: 25px 0;
}
#hdBnrArea {margin:0 auto; padding: 0.5em 0; width: 100%; background-image: url(../img/bg_gradation.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover;}
.bnrBlock.wrap { width:90%;}
.bnrBlock ul {
	width:90%;
	margin:0 auto;
}
	#hdBnrArea ul {width:95%;}
.bnrBlock ul li:not(:last-child)  {
	margin-bottom:15px;
}

}

/*	streamArea
============================== */
#streamArea { text-align: center;  position: relative; background-color:#FFDF5E;}
#streamArea #stream { margin: 0 auto; position: relative;}
#streamArea .streamBlock h3 {
	font-family: sicuveiw-dsp, sans-serif;
font-weight: 600;
font-style: normal;
	position: relative;
	text-align: center;
}
.streamBlock ul { 
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; padding: 0.8em 0 2em; line-height: 0;}
.streamBlock ul li { padding: 3px 0;}
.streamBlock li a {
    display: block;
    position: relative;
	text-indent:-9999px;
	background-color: #fff;
    background-image: url(/um/img/bnr_stream.png);
    background-size: 300% 300%;
    background-repeat: no-repeat;
	height: 0;
    padding: 33.4928229665072% 0 0;
	border: solid 1px #D9D9D9;
}
.streamBlock li a:hover { filter: brightness(1.1); /* 明るくする */}
.streamBlock li.realtime a {
    background-position: left top;
}
.streamBlock li.tver a {
    background-position: center top;
}
.streamBlock li.tbsfree a {
    background-position: right top;
}
.streamBlock li.unext a {
    background-position: left center;
}
.streamBlock li.netflix a {
    background-position: center center;
}

@media all and (min-width: 768px) {
#streamArea{ padding: 40px 0 60px;}
#streamArea div.streamBlock:not(:last-of-type) {padding-right: 20px;}

#streamArea div.streamBlock {
	display: inline-block;
}
#streamArea .streamBlock h3 {font-size: 1.1em;}
.streamBlock ul li {margin:0 0px;}
.streamBlock ul li:nth-child(2) {margin:0 0 0 10px;}
.streamBlock ul li{ width: 230px; }
#streamArea p { font-size: 0.9em;}
}

@media all and (max-width: 767px) {
	#streamArea { padding: 20px 0;}
	#streamArea #stream .wrap { width: 98%;}
	#streamArea div.streamBlock {
	margin: 25px 2% 0; 
}
#streamArea .streamBlock h3 { font-size: 1.0em;}
.streamBlock ul { text-align: center; padding: 0.6em 0 0; line-height: 0;}
.streamBlock li{
      width:46%;
      height: auto;
      margin:0 2%; padding: 0; vertical-align: top; letter-spacing: 0em; font-size: 0.8em;
  }
.streamBlock li a{
width: 100%;
  }
#streamArea p { font-size: 0.8em; padding-top: 1em;}

}

/*	naviProgArea
============================== */
#naviProgArea {background-color:#FFDF5E;}
#naviProgArea h2 {text-align: center; font-weight: 600;}
#naviProgArea .info { text-align: center; color: #CD0033}

@media all and (min-width: 768px) {
	#naviProgArea {padding: 35px 0;}
	#naviProgArea h2 {font-size: 1.6em;}
	
	#naviProgArea .streamBlock ul li{ width: 290px; }
	#naviProgArea .streamBlock ul li:nth-child(2) {margin:0 0 0 40px;}
	#naviProgArea .info { font-size: 1.2em;}
}
@media all and (max-width: 767px) {
	#naviProgArea { padding: 15px 0; }
	#naviProgArea h2 {font-size: 1.2em;}
	#naviProgArea .streamBlock ul {padding: 0.6em 0;}
	#naviProgArea .info { font-size: 1.0em;}
}


.infoArea  { text-align: center; background-color: #FF7B7B;  position: relative;}
.infoArea p.info { font-weight: 700; color: #fff;}
.infoArea p.infocap { padding-top: 0.5em; font-weight: 500;}

@media all and (min-width: 768px) {
.infoArea { padding: 30px 0;}
.infoArea p { line-height: 1.4em;}
	.infoArea p.info { font-size: 1.2em;}
}
@media all and (max-width: 767px) {
.infoArea { padding: 10px 5px;}
.infoArea p { line-height: 1.4em;}
	.infoArea p.info { font-size: 0.9em;}
	.infoArea p.infocap {font-size: 0.8em;}
}

/*	.tbs-free
============================== */
div.tbs-free { position: relative;}
div.tbs-free aside > a > div {
	padding:0 10px 15px;
}
div.tbs-free aside a {
	text-decoration:none;
}
div.tbs-free aside a p {
	text-align:center;
	line-height:1.5;
	margin-bottom:0.75em;
	color: #000;
}

div.tbs-free aside a dl {
	display:flex;
	align-items:center;
	justify-content:center;
}
div.tbs-free aside a dl dt {
	width:50%;
}
div.tbs-free aside a dl dt span {
	display:block;
}

div.tbs-free aside a dl dt {
	background-color:#0050ff;
	border-radius:16px;
	margin-right:15px;
	overflow:hidden;
}
div.tbs-free aside a dl dt > span {
	position:relative;
	height:0;
	padding-top: -webkit-calc(80 / 230 * 100%);
	padding-top: calc(80 / 230 * 100%);
	background-size:300% 300%;
	/* background-image:url(/um/img/bnr_stream.png); */
	background-position:right top;
	background-color:#fff;
	-webkit-mask-image: url(/um/img/bnr_stream.png);
	mask-image: url(/um/img/bnr_stream.png);
	-webkit-mask-size: 300% 300%;
	mask-size: 300% 300%;
	-webkit-mask-position: right top;
	mask-position: right top;
}
div.tbs-free aside a dl dt > span span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.tbs-free aside a dl dd {
	color:#0050FF;
}

div.tbs-free aside a p {font-weight: 700;}
div.tbs-free aside a dl dd, .tbsfree-embed > div:first-child > div > p:not(:last-child) {
	font-family: "transat-text", sans-serif;
font-weight: 700;
font-style: normal;
}
div.tbs-free aside .deco.uotora span { height:0; padding-top: -webkit-calc(172 / 154 * 100%); padding-top: calc(172 / 154 * 100%); }

@media all and (min-width: 768px) {
	div.tbs-free aside { padding:40px 0;}
	div.tbs-free aside a p { font-size:1.75em;}
	div.tbs-free aside a dl dt { width: 280px;}
	div.tbs-free aside a dl dd { font-size:190%;}
	div.tbs-free aside .deco.uotora { position: absolute; top:50%; left:50%; margin-left: 255px; margin-top:-86px;  width: 154px; }
}
@media all and (max-width: 767px) {
	div.tbs-free aside { padding:20px 0 25px;}
	div.tbs-free aside a p { font-size:1.2em;}
	div.tbs-free aside a dl dt {
	width:40%;
}
	div.tbs-free aside a dl dd { font-size:5vw; padding-right: 1em;}
	div.tbs-free aside .deco.uotora { position: absolute; bottom:0px; right:1px; width: 85px; }
}

/*	snsArea
============================== */
#snsArea{ position: relative;}
@media all and (min-width: 768px) {
	#snsArea{ padding:0;}
}
@media all and (max-width: 767px) {
	#snsArea{ padding:0;}
}

/*	.sns-icons
============================== */
div.sns-icons {
	position: relative;
	background-color: #028ADB;
    background-image: url(../img/top/bg_sns.png);
    background-repeat: repeat-x;
	background-position: center top;
	color: #fff;
}

div.sns-icons aside > div h2,
div.sns-icons aside > div p {
	text-align:center;
	line-height:1.5;
}
div.sns-icons ul li span, div.sns-icons ul li a {
	display:block;
}
div.sns-icons ul {
	display:flex;
	justify-content:center;
}
div.sns-icons ul li a {
	position:relative;
	height:0;
	padding-top:100%;
	overflow:hidden;
	border-radius:50% 50%;
}
div.sns-icons ul li a span {
	background-size:300% 300%;
	background-image:url(/um/img/sns_logos.svg?0);
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.sns-icons ul li a span {
	background-image:url(/um/img/sns_logos.svg);
}
div.sns-icons ul li.tw a span {
	background-image:url(/um/img/sns_logos_blk.svg?0);
	background-color:#fff;
	background-position:left top;
}
div.sns-icons ul li.fb a span {
	background-position:center bottom;
}
div.sns-icons ul li.ln a span {
	background-color:#00b900;
	background-position:right top;
}
div.sns-icons ul li.ig a {
	background-image:url(/um/img/instagram_bg.jpg);
	background-size:cover;
}
div.sns-icons ul li.ig a span {
	/* background-color:#cf2e92; */
	background-position:center center;
}
div.sns-icons ul li.yt a span {
	background-color:#da1725;
	background-position:left center;
}
div.sns-icons ul li.tt a span {
	background-color:#000;
	background-position:right bottom;
}
@media all and (min-width: 768px) {
	
div.sns-icons {
	padding:25px 0 25px;
}
div.sns-icons aside {
	display:flex;
	justify-content:center;
	align-items:center;
}
div.sns-icons aside > div {
	margin-right:25px; margin-left:25px;
}
div.sns-icons > aside > div h2 {
	font-size:1.5em;
}
div.sns-icons > aside > div p {
	font-size:0.8em;
}
div.sns-icons ul li {
	width:88px;
}
div.sns-icons ul li:not(:last-child) {
	margin-right:20px;
}
}
@media all and (max-width: 767px) {
div.sns-icons {
	padding:10px 15px 15px;
	background-image: url(../img/top/bg_sns_sp.png);
    background-repeat: no-repeat;
	background-size: cover;
}
div.sns-icons > aside > div h2 {
	font-size:1.2em;
}
div.sns-icons > aside > div p {
	font-size:0.7em;
}
div.sns-icons aside > div {
	margin-bottom:14px;
}
div.sns-icons ul {
	width:100%;
}
div.sns-icons ul li {
	width:20%;
}
div.sns-icons ul li:not(:last-child) {
	margin-right:3%;
}
}

/*	.tweet
============================== */
#tweetArea {
	position: relative;
	color: #fff;
}
#tweetblock {
	position: relative;}
aside.tweet {}
aside.tweet h2 { text-align: center; line-height:1.5;}
aside.tweet p.hashtag {
	text-align:center;
	line-height:1.5;
	font-weight: 600;
	color: #fff;
}
aside.tweet p.hashtag span{
/*background: linear-gradient(transparent 50%, rgba(372,122,155,0.5) 50%); padding: 5px;*/}
aside.tweet p.button a { background-image: none;}


aside.tweet p.button a{
    text-align: center;
    margin: 0 auto;
	padding:0;
	color: #E3007E;
	transition:0.5s;
	background-color: #FFDF5E;
	background-image:  url(../img/btn_arrow.png);
	background-repeat: no-repeat;
	display: table;
	width: 100%;
}

@media all and (min-width: 768px) {
	#tweetArea { padding: 40px 0;
	background-image: url(../img/top/bg_snsarea.png);
    background-repeat: repeat-x;
	background-position: center top;
	}
	aside.tweet h2 {font-size:1.2em; margin-bottom:10px;}
	aside.tweet p.hashtag {font-size:1.6em; margin-bottom:15px;}
	p.button {width: 350px;}
}
@media all and (max-width: 767px) {
	#tweetArea { padding: 30px 0;
	background-image: url(../img/top/bg_snsarea_sp.png);
    background-repeat: no-repeat;
	background-size: cover;
}
	aside.tweet h2 {font-size:1.1em; margin-bottom:8px;}
	aside.tweet p.hashtag {font-size:1.3em; margin-bottom:12px;}
	aside.tweet p.button { width: 90%; max-width: 400px;}
	aside.tweet p.button a {font-size: 1.0em;}
}

/*	.top-bnr
============================== */
div.top-bnr {
	text-align:left;
}
div.top-bnr aside ul li a, div.top-bnr aside ul li a span {
	display:block;
}
div.top-bnr aside ul li a {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	height:0;
	padding-top: -webkit-calc(300 / 1000 * 100%);
	padding-top: calc(300 / 1000 * 100%);
}
div.top-bnr aside ul li a span {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.top-bnr aside ul li a.lazy-done {
	-webkit-animation: fadeIn 800ms;
	animation: fadeIn 800ms;
	box-shadow:2px 4px 10px hsla(0,0%,0%,.1);
}
@media all and (min-width: 768px) {
div.top-bnr {
	padding:48px 0;
}
div.top-bnr aside {
	max-width:1080px;
	margin:0 auto;
}
div.top-bnr aside ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
}
div.top-bnr aside ul li {
	width:calc((100% - 30px)/2);
}
div.top-bnr aside ul li:nth-child(odd) {
/*	margin-right:30px; */
}
}
@media all and (max-width: 767px) {
div.top-bnr {
	padding:24px 0;
}
div.top-bnr aside ul {
	width:82%;
	margin:0 auto;
}
div.top-bnr aside ul li:not(:last-child) {
	margin-bottom:20px;
}
}

#lowerBnrArea {display:none;}
