@charset "utf-8";
/* normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}img,legend{border:0}legend,td,th{padding:0}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}ol,ul{list-style:none}dl,ol,p,ul{margin:0;padding:0}h2{margin:0}iframe{border:none}
h1,h3,h4{margin:0}button{ background-color: transparent; border: none; padding:0; white-space: nowrap;}
/*---------
  common
-----------*/
/* --  css sprite -- */
.hed_logo_icn, .hed_top_icn, .fot_topNav_ttl::before, .fot_bCrumbs_icn, .hbg_section_hed_inner_icn, .hbg_section_hed_com, .hbg_sch_gicon, .hbg_icn_dpoint, .hbg_mydcm_icn
{
	background-image: url(//smt.docomo.ne.jp/portal/media/img/dmenu_com_sprite.png);
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-background-size: 130px auto;
	background-size: 130px auto;
}
/* -- base -- */
html body {
	position: relative;
	height: 100%;
}
a { display: block; }
.hed, .fot, .hbg_wrp, .f_item, .fot_topNav_lead {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴシック","Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif ;
	color: #404040;
}
.hed, .fot {font-size: 10px;}
.hed a:link, .hed a:visited, .hed a:hover, .hed a:active,
.fot a:link, .fot a:visited, .fot a:hover, .fot a:active,
.hbg_wrp a:link, .hbg_wrp a:visited, .hbg_wrp a:hover, .hbg_wrp a:active
{
	color: #404040;
	text-decoration: none;
}
.hed img, .fot img {
	max-width: 100%;
	vertical-align: top;
}
/*-- component --*/
.border-b {border-bottom: solid 1px #ebebeb;}
.arrowRight {position: relative;}
.arrowRight::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right:18px;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
	border-style: solid solid none none;
	border-width: 2px;
	width: 9px;
	height: 9px;
	border-color: #a5a7a8;
}
/* -- flexbox -- */
/*
f_v-t_c-v	: 縦並び上下中央(vertical-top_center-vertical)
f_v-t_c-h	: 縦並び左右中央(vertical-top_center-horizon)
f_v-t_c-v-h	: 縦並び上下左右中央(vertical-top_center-vertical-horizon) ※未使用・削除可

f_h-l		: 横並び左開始(horizon-left)
f_h-l_c-v	: 横並び左開始上下中央(horizon-left_center-vertical)
f_h-l_c-h	: 横並び左開始左右中央(horizon-left_center-horizon) ※未使用・削除可
f_h-l_c-v-h	: 横並び左開始上下左右中央(horizon-left_center-vertical-horizon)

f_h-r		: 横並び右開始(horizon-right)
f_h-r_c-v	: 横並び右開始上下中央(horizon-right_center-vertical)
f_h-r_c-h	: 横並び右開始左右中央(horizon-right_center-horizon) ※未使用・削除可
f_h-r_c-v-h	: 横並び右開始上下左右中央(horizon-right_center-vertical-horizon) ※未使用・削除可

※アイテム要素に適用
f_item		:インライン要素に適用(for legacy browser)
f_item-fit	:親要素に合わせて伸縮する

*/
.f_item {display:block}
.f_item-fit {
	display:block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width:0;
	font-size: 14px;
}
.f_v-t_c-v, .f_v-t_c-h, .f_v-t_c-v-h, .f_h-l, .f_h-l_c-v, .f_h-l_c-h, .f_h-l_c-v-h, .f_h-r, .f_h-r_c-v, .f_h-r_c-h, .f_h-r_c-v-h {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.f_v-t_c-v, .f_v-t_c-h, .f_v-t_c-v-h {
	-webkit-box-orient: block-axis;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.f_h-l, .f_h-l_c-v, .f_h-l_c-h, .f_h-l_c-v-h {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	flex-direction: row;
}
.f_h-r, .f_h-r_c-v, .f_h-r_c-h, .f_h-r_c-v-h {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack:end;/* webkit bugfix */
}
.f_h-l, .f_h-r {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.f_v-t_c-v-h, .f_v-t_c-h, .f_h-r_c-v, .f_h-r_c-v-h, .f_h-l_c-v, .f_h-l_c-v-h {
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.f_v-t_c-v, .f_v-t_c-v-h, .f_h-r_c-h, .f_h-r_c-v-h, .f_h-l_c-h, .f_h-l_c-v-h {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* -- grid -- */
.grid {
	letter-spacing: -0.4em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.grid_item {
	display:inline-block;
	width: 100%;
	letter-spacing: 0;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.grid_item.category {
	background-color: #ebebeb;
}
.grid_item-2 {width:50%}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*---------
  header
-----------*/
.hed {
	height: 50px;
	border-bottom: 1px solid #ebebeb;
	background-color: #fff;
	table-layout: fixed;
	position: relative !important;
	padding: 0 !important;
	z-index: 0 !important;
}
.hed_hbgBtn, .hed_logo, .hed_icn_wrp {
	float: left;
}
.hed_logo {
	padding: 15px 0 0 10px;
	z-index: 15;
}
.logo_blk {
	display: block;
	width: 100%;
	height: 100%;
}
.hed_hbgBtn {
	width: 30px;
	height: 50px;
	position: relative;
	z-index: 17;
}

.hed_hbgBtn_inner, .hed_hbgBtn_inner::before, .hed_hbgBtn_inner::after {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #646464;
	top: 50%;
	right: 0;
	margin-top: -1px;
	position: absolute;
}
.hed_hbgBtn_inner {
	margin-top: -1px;
}
.hed_hbgBtn_inner::before, .hed_hbgBtn_inner::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
}
.hed_hbgBtn_inner::before { margin-top: -9px;}
.hed_hbgBtn_inner::after { margin-top: 7px;}

.hed_logo_icn, .hbg_section_hed_inner_icn {
	display: inline-block;
	width: 80px;
	height: 18px;
	background-position: -30px 0;
}
.hed_logo_text, .hbg_section_hed_inner_text {
	display: inline-block;
	padding-left: 3px;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}
.hed_icn_txt_wrp {
	height: 12px;
	padding-top: 2px;
	line-height: 12px;
	text-align: center;
}
.hed_icn_wrp {
	position: absolute;
	top: 8px;
	right: 5px;
}
.hed_icn_wrp a {
	z-index: 16;
}
.hed_icn_txt {
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.hed_top_icn {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	background-position: 0 0;
}
.hed-fs-btn {
	display: none;
	pointer-events: none;
}
.hed-fs-btn.on {
	display: block !important;
	pointer-events: auto;
	position: absolute;
	top: 5px;
	right: 108px;
}
.hed-fs-btn .size-img {
	display: none;
}
.hed-fs-btn .size-img.on {
	display: block;
}
/*---------
  footer
-----------*/
.fot {
	border-top: solid 1px #ededed;
	position: relative;
}
.fot_bCrumbs, .fot_bCrumbs li, .fot_bCrumbs_item {
	height: 48px;
	background-color: #fff;
}
.fot_bCrumbs li {
	position: relative;
	padding-right: 6px;
}
.fot_bCrumbs li:nth-last-child(n+2)::after, 
.fot_bCrumbs li:nth-last-child(n+2)::before {
	content: '';
	display: block;
	width: 9px;
	height: 0;
	border: solid 1px #ddd;
	position: absolute;
	right: -2px;
	top:0;
	bottom:0;
	margin: auto;
}
.fot_bCrumbs li:nth-last-child(n+2)::before{
	-webkit-transform: translate(0,-4px) rotate(60deg);
	transform: translate(0,-4px) rotate(60deg);
}
.fot_bCrumbs li:nth-last-child(n+2)::after {
	-webkit-transform: translate(0,5px) rotate(-60deg);
	transform: translate(0,5px) rotate(-60deg);
}
.fot_bCrumbs_item {
	padding: 0 16px !important;
	font-size: 12px !important;
	font-weight: bold;
}
.fot_bCrumbs_icn {
	width: 45px;
	height: 12px;
	background-position: -18px 0;
	-webkit-background-size: 78px auto;
	background-size: 78px auto;
}
.fot_topNav_wrp {overflow: hidden;}
.fot_topNav {
	background-color: #f5f5f5;
	margin-bottom: -1px;
}
.fot_topNav .grid_item-2 {
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #ddd;
}
.fot_topNav .grid_item-2:nth-child(2n){
	border-right-color: transparent;
}
.fot_topNav_item {
	display: block;
	height: 100%;
	min-height: 50px;
	padding: 4px 4px 2px 16px !important;
	box-sizing: border-box;
	line-height: 1.2;
}
.fot_topNav_ttl .f_item {
	font-size: 12px;
	padding-left: 4px;
	font-weight: bold;
}
.fot_topNav_ttl::before{
	content: '';
	width:20px;
	height: 20px;
}
.fot_topNav_lead {
	font-size: 10px;
}

.fot_topNav_news::before {background-position: 0 -54px}
.fot_topNav_buy::before {background-position: -20px -54px}
.fot_topNav_play::before {background-position: -40px -54px}
.fot_topNav_life::before {background-position: -60px -54px}
.fot_topNav_docomo::before {background-position: -80px -54px}
.fot_nav {
	background-color: #191919;
	color: #fff;
	height: 129px;
	padding: 0 16px;
	position: relative;
	bottom: -1px;
	margin-top: -1px;
}
.fot_nav_list {
	display: block;
	padding-top: 19px;
}
.fot_nav_list_item { 
	float: left;
	display: block;
	padding-right: 24px;
	font-size: 10px !important;
	line-height: 1.4em;
}
.fot_nav_list_item span {
	font-size: 10px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴシック","Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif ;
	color: #fff;
}
.copyright {
	padding-top: 16px;
}
.fot_goTop {
	background-color: #6e6e6e;
	position: fixed;
	right: 16px;
	bottom: 67px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s linear, visibility 0.2s linear;
}
.fot_goTop.is_show {
	opacity: 0.8;
	visibility: visible;
}
.id_obwr .fot_goTop {
	position: absolute;
	visibility: visible;
	opacity: 1;
}
.fot_goTop_inner {
	display: block;
	border-style: solid solid none none;
	border-color: #fff;
    border-width: 2px;
    position: absolute;
	width: 14px;
	height: 14px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:0; right:0; bottom:0; left:0;
	margin:auto;
}
.fot_goTop::before, .fot_goTop_inner::after {
	content: '';
	display: block;
	position: absolute;
	border-width: 2px;
	border-color: #fff;
	border-style: solid none none;
}
.fot_goTop::before {
	top: 6px;
	left: 9px;
	right: 9px;
}
.fot_goTop_inner::after {
	width: 170%;
	right: 0;
	top: -1px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
/*---------
  ハンバーガーメニュー
-----------*/
.hbg_bk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	z-index: 1000;
}
.hbg_wrp {
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	visibility: hidden;
	-webkit-transition: visibility 0.3s ease-in;
	transition: visibility 0.3s ease-in;
	pointer-events: none;
	z-index: 1100;
}
.hbg_body {
	background-color: #fff;
	width: 80%;
	height: 100%;
	position: relative;
	left: -80%;
	padding-top: 1px;
	overflow-x: hidden;
	overflow-y: scroll;
	transform: translate3d(0,0,0);
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}
.hbg_close_area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20%;
	visibility: hidden;
}
.hbg_close_btn {
	position: absolute;
	top:13px;
	left:50%;
	margin-left: -15px;
	width:30px;
	height:30px;
}
.hbg_close_btn::before,  .hbg_close_btn::after {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}
.hbg_close_btn::before {
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}
.hbg_close_btn::after {
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
}
/* action */
.is_hbg_open, .is_hbg_open body {
	width: 100% !important;
	height:100% !important;
	overflow: hidden !important;
}
.is_hbg_open .hbg_wrp, .is_hbg_open .hbg_bk, .is_hbg_open .hbg_close_area {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.is_hbg_open .hbg_body {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
/* component */
.hbg_linkLbl {
	display: block;
	padding: 1em 36px 1em 16px !important;
	border-bottom: solid 1px #ebebeb;
	font-size: 14px;
	font-weight: bold;
	background-color: #f9f9f9;
}
.hbg_linkLbl_ttl {
	line-height: 1.4;
}
.hbg_linkLbl_lead {
	font-size: 10px;
	color: #808080;
	font-weight: normal;
}
.hbg_dpc_name {
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
	color: #fff;
}
.hbg_icn_dpoint {
	height: 20px;
	width: 126px;
	background-position: -0px -75px;
	margin: 2px 0 3px;
}
.hbg_btn {
	display: block;
	margin: 8px;
	border-radius: 3px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2.5em !important;
	text-align: center;
	border: 1px solid #e1e1e1;
}
.hbg_btn span {color:#c03;}
/* 検索 */
.hbg_sch_wrp {padding:8px;}
.hbg_sch {
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #4071E7;
	position: relative;
}
.hbg_txtBox[type=search] {
	padding: 2px 2px 2px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	background-color:#fff;
	position: relative;
	z-index: 1;
}
.hbg_txtBox:placeholder-shown {
	background-color: transparent;
}
.hbg_sch_exeBtn {
	display: block;
	background-color: #4071E7 !important;
	color: #fff  !important;
	width:50px !important;
	text-align: center;
	height: auto !important;
	padding: 0 !important;
	border: none !important;
	border-radius: unset !important;
	font-size: 14px !important;
}
.hbg_sch_gicon {
	width: 34px;
	height: 17px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 60px;
	z-index: 0;
	background-position: 0 -98px;
}
/* 項目リスト */
.hbg_section_hed {
	height: 46px;
	padding-left: 16px !important;
}
.hbg_section_hed_com {
	height:21px;
	width:74px;
	background-position: -30px 0;
}
.hbg_list {position: relative;}
.hbg_list:nth-last-child(n+2)::after {
	content: '';
	display: block;
	position: absolute;
	background-color: #ebebeb;
	bottom:-0.5px;
	left:16px;
	right:16px;
	height: 1px;
}
.hbg_list_item {
	height: 40px;
	padding-left: 16px !important;
}
#custom_menu_list .hbg_list_item {
	height: 50px;
	padding-left: 6px !important;
	display: block;
}
#custom_menu_list .hbg_list_item.category_title {
	height: 30px;
}
#custom_menu_list .hbg_list_item.category_title span {
	line-height: 30px;
}

.hbg_list_item .f_item {
	font-size: 14px;
}
#custom_menu_list .hbg_list_item .f_item.small {
	font-size: 10px;
}

.hbg_list_item.category_title .f_caption {
	font-weight: bold;
	font-size: 15px;
	padding-left: 10px;
}

.hbg_subscript {
	font-size: 10px;
	color: #999999;
	padding-left: 1em;
}
.hbg_fot {
	background-color: #f9f9f9;
	padding:6px 0 12px;
}
.hbg_mydcm {
	height: 48px;
	padding-left: 16px !important;
}
.hbg_mydcm_icn {
	height:26px;
	width:108px;
	background-position: 0 -26px;
	margin-right: 5px;
}
.hbg_mydcm span {font-size:12px;}
.hbg_fot_info {
	display: block;
	height: 40px;
	line-height: 40px !important;
	padding-left: 16px !important;
	margin-bottom: 8px;
}
.hbg_fot .hbg_btn {
	height: 36px;
	margin: 8px !important;
}
.hbg_fot .hbg_btn span {color: #969696;}
/* Red Style */
.hbg_body .hbg_link_red {
	background-color: #c03;
	border-color: #c03;
}
.hbg_body .hbg_link_red span {color: #fff;}
.hbg_body .hbg_link_red::after {border-color: #fff;}

/* additional */
.topBtn_panel {
	position: relative;
	z-index: 10;
}

#custom_menu_wrp .hbg_section_hed_inner_icn,
#custom_menu_wrp .hbg_section_hed_inner_text {
	height: 22px;
	line-height: 22px;
}

/*-----------
news対策
------------*/
section.hbg_section {
	margin: 0 !important;
}

/*-----------
special対策
------------*/
.hbg_section h2 {
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent;
	background: #fff;
}

/*-----------
weather_r2対策
------------*/
.hbg_section h2:after {
	display: none;
}

/*-----------
weather_r3対策
------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, span {
	margin: 0;
}
header {
	padding-bottom: 0;
}
a:link, a:active, a:hover, a:visited {
	margin: 0;
}
footer p.copyright {
	padding:16px 0 0;
	font-size: 10px;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴシック","Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif ;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	margin: 0;
	background: #191919;
}

/*-----------
weather_r5対策
------------*/
#obs0 dl {
	margin: 0 auto 5px;
}

#movie_url {
	margin: auto;
}

/*-----------
dmenu共通UI/UXアイコン
------------*/
.d_icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	position: relative;
	top: 8px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.d_icon.dm {
	width: 1px;
	height: 1px;
}

/*-----------
dmenu天気グローバルナビゲーション
------------*/

.hed_icn_stg {
  position: absolute;
  top: 10px;
  right: 60px;
}

.hed_icn_stg .hed_top_icn {
  width: 22px;
  height: 22px;
  background-image: url("/img/global_navi_icon/icon_setting.svg");
  background-size: 22px;
}

.hed_logo {
  padding-left: 10px !important;
}

.hed_logo .logo_blk {
  width: auto;
  height: auto;
  margin-left: 0;
}

.genrTab_inner {
  color: #0c419a;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.df_isCurrent_tab .genrTab_inner {
  color: #fff;
}

.genrTab_icon {
  width: 100%;
  height: 25px;
  margin: 0;
}

.genrTab_icon img {
  height: 100%;
}

.area__block {
  position: relative;
  padding: 10px 10px 15px;
  z-index: 2;
  background-color: #fff;
}

.area__block-inner::before {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 35px;
  background: linear-gradient(
    270deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(115, 115, 115, 0.5) 100%
  );
  content: "";
}

.area__block-inner::after {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 35px;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(115, 115, 115, 0.5) 100%
  );
  content: "";
}

.area__block-inner.show_l::before,
.area__block-inner.show_r::after {
  opacity: 100%;
}

.area__block-inner {
  display: flex;
  gap: 6px;
  overflow-x: scroll;
}

.area__block-inner::-webkit-scrollbar {
  display: none;
}

a.area__block-item {
  text-align: center;
  width: 100%;
  min-width: fit-content;
  border-radius: 100vmax;
  background-color: #e9e9e9;
  white-space: nowrap;
  padding: 10px 20px ;
  font-size:16px !important;
}

.area__block-item.on {
  color: #fff;
  background-color: #4169e1;
}

.guru_menu_wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 200;
  height: 55px;
}

.guru_menu {
  /*overflow-y: hidden;*/
  overflow-x: scroll;
  position: relative;
  /*height: 150%;*/
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

.guru_menu::-webkit-scrollbar {
  display: none;
}

.guru_menu_contents {
  display: flex;
  min-width: max-content;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 55px;
  background: #fff;
}

.guru_menu_item {
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  width: 100%;
  min-width: 80px;
  border-bottom: 3px #fff solid;
  height: 50px;
}

.guru_menu_item > a {
  width: 100%;
  min-width: 80px;
}

.guru_menu_item:nth-child(n + 2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background-color: #ededed;
}

.guru_menu_icon {
  width: 100%;
  height: 30px;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
}

.guru_menu_icon img {
  height: 100%;
}

.guru_menu_text {
  color: #0c419a;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  width: 100%;
}
.guru_now {
  border-bottom: 3px solid #c03;
}

/* ナビの矢印 */
.df_navArrow-btn {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.df_navArrow-btn.is_show {
  opacity: 0.75;
  pointer-events: auto;
}
.df_navArrow {
  background-color: transparent;
}
.df_navArrow::after {
  content: "";
  display: block;
  z-index: 999;
}
.df_navArrow-left::after,
.df_navArrow-right::after {
  content: "";
  border: solid 7px transparent;
  position: absolute;
  top: 38%;
}
.df_navArrow-left {
  left: 5px;
}
.df_navArrow-left::after {
  border-right: solid 12px #fff;
  right: 11px;
}
.df_navArrow-right {
  right: 5px;
}
.df_navArrow-right::after {
  border-left: solid 12px #fff;
  left: 11px;
}
.df_navArrow-left::before,
.df_navArrow-right::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #325ecb;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .area__block-inner.show_l::before,
  .area__block-inner.show_r::after {
    opacity: 0% !important;
  }
}


.footer_weathernews_outer{margin:10px auto; width: 70%;text-align: center;}
.footer_weathernews{background-color: #fff; border:solid 2px #3569c0; border-radius: 50px;  padding:5px 10px; position: relative;}
.footer_weathernews a {text-align: center; font-size: 14px; color :#3569c0; font-weight: bold;}
.footer_weathernews img {vertical-align: middle !important;  padding-right:5px; width:20px; }
.footer_weathernews a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3569c0;
    border-right: 2px solid #3569c0;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
