@charset "utf-8";
/*----------------------------------------------------
	                 Reset
------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
article,
aside,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
header,
footer{
	display: block;
}
strong{
	font-weight: bold;
}
/*----------------------------------------------------
	                 Basic Elements
------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	color: #505050;
	line-height: 2em;
}
a{text-decoration: none;color: #3c3c3c;}

/*margin*/
.mgB00{margin-bottom:  0px!important;}
.mgB05{margin-bottom:  5px!important;}
.mgB10{margin-bottom: 10px!important;}
.mgB15{margin-bottom: 15px!important;}
.mgB20{margin-bottom: 20px!important;}
.mgB25{margin-bottom: 25px!important;}
.mgB30{margin-bottom: 30px!important;}
.mgB35{margin-bottom: 35px!important;}
.mgB40{margin-bottom: 40px!important;}
.mgB45{margin-bottom: 45px!important;}
.mgB50{margin-bottom: 50px!important;}
.mgR00{margin-right:   0px!important;}
.mgL00{margin-left:    0px!important;}
.mgT00{margin-top:     0px!important;}

/*padding*/
.pdB00{padding-bottom:   0px!important;}
.pdB05{padding-bottom:   5px!important;}
.pdB10{padding-bottom:  10px!important;}
.pdB15{padding-bottom:  15px!important;}
.pdB20{padding-bottom:  20px!important;}
.pdB25{padding-bottom:  25px!important;}
.pdB30{padding-bottom:  30px!important;}
.pdB35{padding-bottom:  35px!important;}
.pdB40{padding-bottom:  40px!important;}
.pdB45{padding-bottom:  45px!important;}
.pdB50{padding-bottom:  50px!important;}
.pdR00{padding-right:    0px!important;}
.pdL00{padding-left:     0px!important;}
.pdT00{padding-top:      0px!important;}

.txt_center {text-align: center;}
.txt_left   {text-align: left;}
.txt_right  {text-align: right;}
.txt_small  {font-size: 80%;}
.txt_large  {font-size: 140%;}

.alignright{
	display: block;
	margin-left: auto;
	margin-right: 0;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{
	display: block;
	margin-left: 0;
	margin-right: auto;
}
.btn{
	display: inline-block;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	line-height: 1.5em;
}
.btn:hover{
	text-decoration: none;
}
.buy{
	background: #3a3a3a;
	color: #fff;
	transition: 0.1s linear;
	padding: 15px 30px;
	border-radius: 25px;
}
.buy.touchstyle,
.buy:hover{
	color: #fff;
	background-color: #4a4a4a;
}
.buy:after{
	content: " ";
	width: 5px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/common/arrow03.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.link{
	border: 1px solid #a2a2a2;
	border-radius: 25px;
	transition: 0.1s linear;
	padding: 15px 30px;
	background-color: transparent;
}
.link:hover{
	background-color: #d6d6d6;
}
.link:after{
	content: " ";
	width: 5px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/common/arrow06.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.detail_link:after{
	content: " ";
	width: 5px;
	height: 8px;
	display: inline-block;
	background-image: url(../img/common/arrow06.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.load_more{
	background: #fff;
	width: 240px;
	border: 1px solid #e2e2e2;
	text-align: center;
	margin: 0 auto 50px;
	display: block;
	padding: 15px 30px;
	transition: 0.1s linear;
	border-radius: 25px;
}
.load_more:after{
	content: " ";
	width: 8px;
	height: 5px;
	display: inline-block;
	background: url(../img/common/arrow05.png) no-repeat 0 0 /cover;
	margin-left: 10px;
}
.load_more:hover{
	background: #efefef;
	text-decoration: none;
}
#lead_area{
	background-color: #202020;
}
#topicpath li{
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	display: inline-block;
}
#topicpath li:after{
	content: " > "
}
#topicpath li:last-child:after{
	content: none;
}
.clearfix {width:100%;}
.clearfix:after{ content: ""; display: block; clear: both;}
.content_box{
	background: #fff;
}
.comment{
	background-image: url(../img/common/ico_quotation.png);
	background-repeat: no-repeat;
	color: #898989;
}
.comment:last-child{
	padding-bottom: 0;
}
.favorire_movie_box{
	width: 190px;
	background: #fff;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
	padding-bottom: 15px;
}
.favorire_movie_box .thum,
.favorire_movie_box .thum img{
	width: 130px;
	margin: 0 auto;
}
.favorire_movie_box .rank_movie{
	text-align: center;
}
.favorire_movie_box .thum{
	padding:20px 0 10px;
}
.tit_favorite_movie{
	font-size: 14px;
	font-weight: normal;
	padding: 0 ;
	width: 150px;
	margin: 0 auto;
}
.favorire_movie_box .tit_rank img{
	width: 19px;
	padding-right: 5px;
	vertical-align: middle;
}
.favorire_movie_box .tit_rank {
	line-height: 19px;
	font-size: 12px;
}
.favorire_movie_box .num_rank{
	width: 50px;
	display: inline-block;
	margin-left: 5px;
}
.favorire_movie_box .num_rank:before{
	content: "";
	position: absolute;
	top: 50%; left: -2px;
	margin-top: -2px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.favorire_movie_box .num_rank:after{
	content: "";
	position: absolute;
	top: 50%; left: -2px;
	margin-top: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #e7e7e7 transparent transparent;
	z-index: -1;
}
.favorire_movie_box a:hover{
	text-decoration: none;
}
#movie_main_area{
	background: #fff;
}
.tit_single{
	font-family: 'Noto Sans Japanese';
	border-left: 2px solid #505050;
	font-weight: 100;
}
.tit_single.wh{
	border-left-color: #fff;
	color: #fff;
}
#search_area #s{
	border: 1px solid #d8d8d8;
	color: #6c6c6c;
	border-radius: 3px;
}
#searchsubmit{
	background: #202020;
	border: none;
	border-radius: 0 3px 3px 0;
	transition: 0.1s linear;
	background-image: url(../img/genre/ico_search.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	text-indent: -9999%;
	background-size: 20px 20px;
}
#searchsubmit:hover,
#searchsubmit.touch{
	background-color: #3d3d3d;
	cursor: pointer;
}
.detail_btn{
	display: block;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	padding: 13px 0;
	transition: 0.1s linear;
	background-color: #fff;
	background-image: url(../img/common/arrow06.png);
	background-repeat: no-repeat;
	background-size: 5px 8px;
	background-position: 65% 50%;
}
.detail_btn:hover{
	text-decoration: none;
	background-color: #dcdcdc;
}
.tag{
	color: #fff;
	padding: 5px;
	border-radius: 2px;
	background: #f1a328;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
}
.required{
	color: #fff;
	background: #f1a328;
	padding: 5px 10px;
	white-space: nowrap;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-left: 10px;
}
.story_area .tit_story{
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
}
.story_area .tit_story:after{
	content: " ";
	height: 1px;
	background-color: #e2e2e2;
	display: inline-block;
}
.tit_page{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #e2e2e2;
}
.sbox{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 5px 0;
}

.sbox_hb{ margin-top: -15px;}
.sbox_fb{ margin-top: -17px;}
.sbox_ln{ margin-top: -17px;}

.more{
	color: #4b9dc7;
	text-decoration: underline;
}
.more:hover{
	color: #68bce5;
	text-decoration: none;
}
.story_box p{
	color: #898989;
}
.fraction{
	color: #898989;
	font-size: 14px;
}
.tit_ranking_under{
	font-family: 'Noto Sans Japanese';
	border-left: 2px solid #505050;
	font-weight: 100;
}
#ranking_lead_area{
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	text-align: center;
	color: #898989;
}
.slides{
	position: relative;
}
.slick-arrow{
	width: 50px;
	height: 50px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 999;
}
.slick-prev{
	background-image: url(../img/common/arrow08.png);
	top: 35%;
	left: -10px;
	margin-top: -25px;
}
.slick-next{
	background-image: url(../img/common/arrow09.png);
	top: 35%;
	right: -10px;
	margin-top: -25px;
}
.list_basic{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 200;
	font-size: 110%;
}
.list_basic > a:before{
	content: " ";
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(../img/common/arrow06.png) no-repeat 0 0 /cover;
	margin-right: 10px;
}
.list_basic > span:before{
	content: "-";
	margin-right: 10px;
}
.list_box_2nd{
	margin-top: 10px;
}
.list_basic_2nd{
	font-size: 90%;
	display: inline-block;
	margin-right: 10px;
}
.list_basic:last-child{
	margin-bottom: 0;
}
.another_movie_box{
	display: block;
	float: left;
}
.another_movie_box a{
	color: #868686;
}
.another_movie_box img{
	width: 100%;
}
.touch{
	transition: 0.1s linear;
	outline: none;
	display: inline-block;
}
.touch:hover{
	text-decoration: none;
	outline: none;
}
.news_list{
	border-top: 1px dotted #8d8d8d;
	box-sizing: border-box;
}
.news_list:after{
	content: ""; display: block; clear: both;
}
#news_lists{
	border-bottom: 1px dotted #8d8d8d;
}
.news_list .date,
.news_list .tit{
	display: block;
}
.news_list .date{
	width: 100px;
	float: left;
}
.news_list .tit{
	width : -webkit-calc(100% - 110px) ;
	float: right;
}
.news_list .date{
	padding-right: 10px;
	color: #8a8a8a;
}
.news_nav_list{
	border-bottom: 1px dotted #8d8d8d;
}
.tit_nav{
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	border-bottom: 1px dotted #8d8d8d;
	font-size: 25px;
	padding-bottom: 20px;
}
.tit_news_page{
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
}
.news_nav_list{
	padding: 10px 5px;
}
.news_nav_list a{
	width: 100%;
	display: block;
	background: url(../img/common/arrow06.png) no-repeat 100% 50% /5px 8px;
}
#news_lists .post{
	clear: both;
	font-size: 90%;
	line-height: 1.8em;
	display: block;
	width: 100%;
}
.netabare_usr{
	font-weight: bold;
	color: #3a3a3a;
}
.netabare_usr .time{
	font-weight: normal;
	color: #898989;
	display: inline-block;
	padding-left: 10px;
	font-size: 90%;
}
.tw_btn,
.fb_btn{
	line-height: 1em;
	vertical-align: middle;
	display: inline-block;
}
.fb_btn{
	padding-right: 10px;
}
/*----------------------------------------------------
	                 header
------------------------------------------------------*/
#site_header{
	background: #202020;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
#hdnv_sns_btns{
	position: absolute;
	z-index: 998;
}
#hdnv_sns_btns li{
	display: inline-block;
}
#site_name{
	position: absolute;
}
#hdnvs_pc a,
#hdnvs_sp a{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	display: inline-block;
}
#hdnvs_pc a:hover,
#hdnvs_sp a.touchstyle{
	text-decoration: none;
	color: #d9d9d9;
}
.hdnv2nd,
.hdnvs3rd{
	background: url(../img/common/arrow03.png) no-repeat 100% 50% /5px 8px;
	padding-right: 10px;
	margin-right: 20px;
}
.hdnvs3rds{
	border-bottom: 1px dotted #474747;
	display: block;
}
.hdnvs3rds:last-child{
	border-bottom: none;
}
.hdnvs3rd{
	display: inline-block;
}

/*----------serizawa_add190604------------------------*/
.wbv_hdr.side_elements{
	align-items: center;
}
/*----------------------------------------------------
	                 titarea
------------------------------------------------------*/
#tit_area{
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
	color: #fff;
	text-align: center;
	background: url(../img/home/bg_main.jpg) no-repeat 50% 50% /cover;
}
#tit_area h1{
	font-weight: 100;
}
/*----------------------------------------------------
	                2nd common
------------------------------------------------------*/
.page2nd{
	background: #f4f4f4;
}
#contents_2ndpage{
	width: 1024px;
	margin: 0 auto 100px;
}
#pager{
	text-align: center;
}
#pager .page_numbers{
	font-family: 'Noto Sans Japanese';
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	display: inline-block;
}
#pager .page_numbers.prev,
#pager .page_numbers.next{
	font-weight: 400;
	background: none;
	border: none;
}
#pager .page_numbers:hover,
#pager .page_numbers.current{
	background: #2f2f2f;
	color: #fff;
}
#pager .page_numbers.prev:hover,
#pager .page_numbers.next:hover{
	background: none;
	color: #4d4d4d;
}
.tags .ico img{
	width: 17px;
	height: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
/*----------serizawa_add190521------------------------*/
.webview a {
	text-decoration: none;
}

.wbv_hdr {
	background-color: #fff;
	padding: 15px;
	font-size: 18px;
	border-bottom: 1px solid #fa6868;
	margin-bottom: 10px;
}

.wbv_pagettl {
	text-align: center;
	color: #fa6868;
	text-align: center;
}

.list_caption {
	font-size: 11px;
	color: #676767;
	font-weight: normal;
}

.list_ttl {
	background-color: #ffd6d6;
	color: #fa6868;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px;
	line-height: 1em;
	margin-top: 10px;
}

.wbvlist {
	background-color: #fff;
}

.wbvlist2nds li {
	border-bottom: 1px solid #dbdbdb;
}

.wbvlist2nd {
	padding: 15px 10px;
	min-height: 20px;
}
/* 2019/06/06 shimmura comment out for android 4.2 */
/*.switcharea input[type=checkbox] {*/
/*  display: none;*/
/*}*/

/*.switcharea label {*/
/*  cursor: pointer;*/
/*}*/

/*.switcharea label:before,*/
/*.switcharea label:after {*/
/*  -webkit-transition: all 0.2s linear;*/
/*  transition: all 0.2s linear;*/
/*}*/

/*.switcharea label:before {*/
/*  padding: 4px 20px;*/
/*  content: 'あり';*/
/*  border-radius: 6px 0 0 6px;*/
/*  color: #fa6868;*/
/*  border: 1px solid #fa6868;*/
/*}*/

/*.switcharea label:after {*/
/*  padding: 4px 20px;*/
/*  content: 'なし';*/
/*  border-radius: 0 6px 6px 0;*/
/*  background: #fa6868;*/
/*  border: 1px solid #fa6868;*/
/*  color: #fff;*/
/*}*/

/*.switcharea label:after {*/
/*	padding: 4px 20px;*/
/*	content: 'なし';*/
/*	border-radius: 0 6px 6px 0;*/
/*	background: #fa6868;*/
/*	border: 1px solid #fa6868;*/
/*	color: #fff;*/
/*}*/

/*.switcharea input:checked + label:before {*/
/*	background: #fa6868;*/
/*	color: #fff;*/
/*}*/

/*.switcharea input:checked + label:after {*/
/*	background: none;*/
/*	color: #fa6868;*/
/*}*/

.side_elements {
	display: flex;
	justify-content: space-between;
}
.side_elements_center {
	display: flex;
	justify-content: center;
}
.side_elements_column {
	display: flex;
	flex-direction: column;
}
.wbvlist_radiobox02,
.wbvlist_filebtn,
.wbvlist_radiobtn,
.wbvlist_checkbox {
	display: none;
}

.wbvlist_radio {
	border: 1px solid #fa6868;
	padding: 5px 20px;
	color: #fa6868;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	margin-right: 5px;
}

.wbvlist_radio:last-child{
	margin-right: 0;
}

input[type=radio]:checked + .wbvlist_radio {
	background-color: #fa6868;
	color: #fff;
}

.wbvlist_radio02,
.wbvlist_check {
	position: relative;
	display: inline-block;
	margin: 5px 10px 5px 23px;
	cursor: pointer;
}

.wbvlist_radio02 {
	padding: 10px;
  width: 90%;
    width: calc( 100% - 40px );
	margin: 0 0 0 20px;
	font-size: 13px;
}

.wbvlist_check:after {
	border: 2px solid #b4b4b4;
	border-radius: 2px;
	display: inline-block;
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: -23px;
	margin-right: 50px;
}

.wbvlist_radio02:before,
.wbvlist_check:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: -17px;
	display: inline-block;
	margin-top: -8px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #fa6868;
	border-bottom: 3px solid #fa6868;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wbvlist_radio02:before {
	left: -5px;
	margin-right: 5px;
}

input[type=radio]:checked + .wbvlist_radio02:before,
input[type=checkbox]:checked + .wbvlist_check:before {
	opacity: 1;
}

.input_txt {
	border: none;
	height: 20px;
	font-size: 13px;
	text-align: right;
	color: #676768;
}

.list_caption_pdRL10 {
	padding: 0 10px;
}

.wbvlist_file,
.wbvlist_file:after {
	display: block;
	cursor: pointer;
}

.wbvlist_file {
	width: 180px;
	height: 80px;
	border-radius: 5px;
	background-size: cover;
	position: relative;
	margin: 0 auto;
}

.wbvlist_file:after {
	width: 36px;
	height: 36px;
	content: '';
	position: absolute;
	right: -10px;
	bottom: -10px;
	background-image: url(../img/common/ico_camera.png);
	background-size: 17px 14px;
	background-color: #fa6868;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 18px;
}

.wbvlist_file.touchstyle {
	opacity: 0.8;
}

.wbvlist_file.touchstyle:after {
	background-color: #de5959;
}

.wbvlist2nd_ttl {
	color: #3c3c3c;
	font-weight: bold;
}

.btn.w130btn {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: #fa6868;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 130px;
	font-size: 13px;
	margin:0 10px 0 0;
	font-weight: bold;
	-webkit-appearance: none;
}

.btn.w130btn.touchstyle {
	background-color: #de5959;
}

.btn.w130btn:last-child {
	margin-right: 0;
}

.btn.w134btn{
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: #fa6868;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 134px;
	font-size: 13px;
	margin:0 10px 0 0;
	font-weight: bold;
	-webkit-appearance: none;
}

.btn.w134btn.touchstyle {
	background-color: #de5959;
}

.btn.w134btn:last-child {
	margin-right: 0;
}
.btn.w134btn.w134btn__gray{
	background-color: #999;
}
.btn.w134btn:before{
	content: "";
	display: inline-block;
	background-size: cover;
	margin-right: 5px;
	vertical-align: middle;
}
.btn.w134btn.w134btn__cansel:before{
	width: 12px;
	height: 12px;
	background-image: url(../img/common/ico_cancel.png);
}
.btn.w134btn.w134btn__send:before{
	width: 17px;
	height: 14px;
	background-image: url(../img/common/ico_send.png);
}
.btn_area {
	padding: 20px 10px;
	display: flex;
	justify-content: center;
}

#overlay {
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../img/common/loader.gif);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.wbvlist2nd_link {
	padding: 18px 10px;
	line-height: 1em;
}
/*----------serizawa_add190524------------------------*/
.wbvlist2nd_link.touchstyle {
	background-color: #d7d7d7;
}
.ad{
	text-align: center;
	padding: 10px 0;
}
.swipemenu{
	width:100%;
	overflow: hidden;
	background-color: #f0f0f0;
}
.swipemenu div{
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar{
	display: none;
}
.menu_lists{
	display: inline-table;
	max-width: 100%;
}
.menu_list{
	display: table-cell;
	padding: 10px;
	white-space: nowrap;
}
::-webkit-scrollbar{
	display: none;
}
.menu_list a,
.menu_list a:hover{
	color: #676767;
}
.menu_list__active{
	border-bottom: 2px solid #fa6868;
}
.select_status{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: #fff;
	box-sizing: content-box;
	padding: 4px 20px 4px 4px;
	border-radius: 2px;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	background-color: #999;
	background-image: url(../img/common/arrow_select.png);
	background-size: 7px 4px;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	margin-right: 5px;
}
.hd_search{
	border: 1px solid #999;
	border-radius: 2px;
	padding: 2px 5px 5px 30px;
	font-size: 12px;
	margin-right: 5px;
	background-image: url(../img/common/ico_search.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 8px 50%;
}
.hd_search__consul{
	width: 80%;
	width: calc(100% - 110px);
}
.switchtabs{
	display: flex;
	font-size: 11px;
}
.switchtab.switchtab__active a,
.switchtab.switchtab__active a:hover{
	background-color: #fa6868;
	color: #fff;
}

/*----------serizawa_add190604------------------------*/
.switchtab a,
.switchtab a:hover{
	padding: 3px 20px;
	color: #fa6868;
	border: 1px solid #fa6868;
	background-color: #fff;
	min-width: 85px;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
.switchtab:first-child a{
	border-radius: 6px 0 0 6px;
	border-right: none;
}
.switchtab:last-child a{
	border-radius: 0 6px 6px 0;
	border-left: none;
}

.wbvlist2nds li.switchtab{
	border-bottom: none;
}

/* モーダルウィンドウのスタイル */
.modal {
	position:fixed;
	width:100%;
	height:100vh;
	top:0;
	left:0;
	display:none;
	z-index: 1000;
}

/* オーバーレイのスタイル */
.overlay {
	position:absolute;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.4);
	width:100%;
	height:100vh;
	z-index:10;
}

/* モーダルウィンドウの中身のスタイル */
.modal .inner {
	position:absolute;
	z-index:11;
	top:45%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background-color: #fff;
	border-radius: 15px;
	width: 95%;
	width: calc(100% - 20px);
}
.confirm_inner{
	padding: 15px;
}
.modal_close_btn{
	width: 16px;
	height: 16px;
	background-image: url(../img/common/ico_close.png);
	background-size: cover;
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	cursor: pointer;
}
.circlebtn{
	width: 95px;
	height: 95px;
	margin: 0 auto 10px;
	background-image: url(../img/common/btn_90.png);
	background-size: 95px 190px;
	background-position: 0 0;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.circlebtn.touch{
	transition: none;
}
.circlebtn.touchstyle{
	background-position: 0 -95px;
}
.circlebtn:after{
	content: "";
	width: 30px;
	height: 25px;
	background-image: url(../img/common/ico_btn_camera.png);
	display: inline-block;
	background-size: cover;
}
input[type=text].input_txt{
	font-size: 16px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.profile_inner{
	padding: 15px 0;
}
.nonewline{
	white-space: nowrap;
}
.base_lists{
	/* 	margin-left: 10px; */
	margin-left: 2em;
}
.base_list{
	margin-bottom: 7px;
	list-style-type: disc;
}
.base_list:last-child{
	margin-bottom: 0;
}
.btn.w100perbtn {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: #fa6868;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 100%;
	font-size: 13px;
	margin:0 10px 0 0;
	font-weight: bold;
	-webkit-appearance: none;
}

.btn.w100perbtn.touchstyle {
	background-color: #de5959;
}

.btn.w100perbtn:last-child {
	margin-right: 0;
}
.btn.w220btn {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	background-color: #fa6868;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
	width: 280px;
	font-size: 13px;
	margin:0 10px 0 0;
	font-weight: bold;
	-webkit-appearance: none;
}

.btn.w220btn.touchstyle {
	background-color: #de5959;
}

.btn.w220btn:last-child {
	margin-right: 0;
}
.wbvlist2nds.topline{
	border-top: 1px solid #dbdbdb;
}
.wbvlist2nds li.linenone{
	border: none;
}
#consul input[type=text].input_txt{
	color: #a3a2a2;
}
.select_area{
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	color: #676767;
	padding: 8px 20px 8px 8px;
	box-sizing: content-box;
	background-image: url(../img/common/arrow05.png);
	background-size: 8px 5px;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	font-size: 16px;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.side_elements__center {
	align-items: center;
}
.side_elements__flexend {
	align-items: flex-end;
}
/*----------------------------------------------------
	                 appPRare
------------------------------------------------------*/
.app_pr_area_netabare,
#app_pr_area{
	background: #e7e7e7;
}
.app_pr_area_netabare h2,
#app_pr_area h2{
	font-family: 'Noto Sans Japanese';
	font-weight: 100;
}
#app_links_non{
	background-color: rgba(215, 215, 215, 0.7);
	text-align: center;
}
/*----------------------------------------------------
	                 footer
------------------------------------------------------*/
#page_top{
	font-family: 'Noto Sans Japanese';
	color: #fff;
	text-align: center;
	display: block;
	background-color: #2f2f2f;
	transition: 0.1s linear;
	border-bottom: 1px solid #444;
}
#page_top:after{
	content: " ";
	display: inline-block;
	width: 8px;
	height: 4px;
	margin: 0 0 3px 10px;
	background: url(../img/common/arrow02.png) no-repeat 0 0 /cover;
}
#page_top.touchstyle,
#page_top:hover{
	text-decoration: none;
	background-color: #555555;
}
.ftnv_movie_cate_tit{
	font-weight: bold;
}
.ftnv_movie_cate_tit:before{
	content: " - ";
}
#site_footer{
	color: #fff;
	background: #363636;
}
#site_footer a{
	color: #fff;
}
#site_footer .ftnv_list_box_2nd a{
	color: #cbcbcb;
}
#site_footer a:hover{
	color: #a2a2a2;
}
#ftnv_movie_area{
	background: #202020;
}
.ftnv_list_box li a{
	border-left: 3px solid #fff;
	padding-left: 20px;
	display:inline-block;
	line-height: 1.2em;
}
.ftnv_list_box li{
	margin-bottom: 5px;
}
#ftnv_copy_area{
	text-align: center;
	font-size: 90%;
	background: #2f2f2f;
}
#ftnv_copy_area li{
	display: inline-block;
}
#ftnv_copy_area li:after{
	content: " / ";
}
#ftnv_copy_area li:last-child:after{
	content: "";
}
#ftnv_copy_area #ftnv_sns_btns li:after{
	content: "";
}
#ftnv_copy_area #ftnv_sns_btns{
	border-bottom: 1px solid #444;
	width: 100%;
}
#ftnv_sns_btns{
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/*----------------------------------------------------
	                 topicpath
	             serizawa_add200218
------------------------------------------------------*/
.topicpath{
	width: 100%;
	background: #f7f7f7;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow-x:scroll;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topicpathList{
	display: inline-block;
	font-size: 90%;
}
.topicpathList a{
	text-decoration: underline;
}
.topicpathList a:hover{
	text-decoration: none;
}
.topicpathList a:after {
	content: " ";
	width: 5px;
	height: 8px;
	display: inline-block;
	background-image: url(/common/img/common/arrow06.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 10px;
}
/******** tablet ***********************/
@media screen and (max-width: 999px) {
	.topicpath{
		padding: 5px 10px;
	}
}
