@charset "utf-8";



/*==============================================
ニューヘッダー、ドロワーメニュー
==============================================*/
.DrawMenuBtn {
	display: block;
	width: 56px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
}
/*
.DrawMenuBtn::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 12px;
	background-image: url("../img/icon/icon_mypage01.png");
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
*/
.DrawMenuBtn > span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 1.2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-left: -8px;
}
.DrawMenuBtn > span.BtnTopBar {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.DrawMenuBtn > span.BtnBottomBar {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
.DrawMenuBtn > span.MypageAlert {
	position: absolute;
	right: 14px;
	left: auto;
	top: 10px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	background: #ef5350;
}

/* ========== ドロワーエリア ======== */
nav#DrawerArea.App {
	position: relative;
	width: auto;
}
nav#DrawerArea {
	background-color:#fff;
	width: 86.6%;
	max-width: 325px;
	padding-bottom: 35px;
	position: fixed;
	height: 100%;
	top: 0;
	left: -325px;
	z-index: 5000000;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
nav#DrawerArea.OpenDraw{
	-webkit-transform: translate3d(325px, 0, 0);
	-moz-transform: translate3d(325px, 0, 0);
	transform: translate3d(325px, 0, 0);
}

@media only screen and (max-width: 330px) {
	nav#DrawerArea {
		max-width: 277px;
	}
}
nav#DrawerArea.App.OpenDraw{
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
a.MyAccountLink {
	display: block;
	position: relative;
	margin-bottom: 7px;
	background-color:#efefef;
}

nav#DrawerArea #ProfileHeader{

}
nav#DrawerArea #ProfileHeader .Prof_Bg{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
nav#DrawerArea #ProfileHeader .Prof_Bg:after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 61.88%;
}
nav#DrawerArea #ProfileHeader .Prof_Bg:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

nav#DrawerArea #ProfileHeader .Prof_Bg .BgSet{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	width: 21px;
	height: 21px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: rgba(0,0,0,0.1);
}
nav#DrawerArea #ProfileHeader .Prof_Bg dl.UserData{
	display: table;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
nav#DrawerArea #ProfileHeader .Prof_Bg dl.UserData > *{
	position: relative;
	display: table-cell;
}
nav#DrawerArea #ProfileHeader .Prof_Bg .AvatarThumb{
	height: 60px;
	width: 60px;
	background-color: #ccc;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
nav#DrawerArea #ProfileHeader .Prof_Bg span.MypageAlert {
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	background: #ef5350;
}
nav#DrawerArea #ProfileHeader .Prof_Bg dl.UserData dt{
	padding-left: 11px;
	vertical-align: middle;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
}
nav#DrawerArea #ProfileHeader .Prof_Bg dl.UserData dt a{
	color:#fff;
	font-weight: bold;
	font-size: 16px;
}
nav#DrawerArea #ProfileHeader .Prof_Bg .Icon_Menu_01.Icon_Login {
	width: 31px;
	height: 35px;
	margin-left: 10px;
	fill: #fff;
}


/*---------------------------------
検索
---------------------------------*/
.DrawAreaSearchForm {
}
.DrawAreaSearchForm form {
	margin: 18px 20px;
}
.DrawAreaSearchForm .SearchForm {
	display: table;
	width: 100%;
	margin: 0 0 11px;
	background: #f3f3f3;
	border-radius: 4px;
}
.DrawAreaSearchForm .SearchForm > div {
	display: table-cell;
	vertical-align: middle;
}
.DrawAreaSearchForm .SearchForm .SelectForm {
	position: relative;
	width: 90px;
	border-right: 1px solid #dedede;
}
.DrawAreaSearchForm .SearchForm .SelectForm:before {
	display: block;
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3.5px 0 3.5px;
	border-color: #666 transparent transparent transparent;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
}
.DrawAreaSearchForm .SearchForm .BtnForm {
	position: relative;
	width: 39px;
}
.DrawAreaSearchForm .SearchForm .BtnForm svg {
	position: absolute;
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}
.DrawAreaSearchForm .SelectForm select {
	position: absolute;
	top: 0;
	color: #666;
	font-size: 83.33%;
	font-weight: bold;
	line-height: 37px;
	height: 37px;
	width: 86px;
	text-align: center;
	border: none;
	padding-left: 15px;
	z-index: 1;
}
.DrawAreaSearchForm input {
	border: none;
	width: 100%;
	height: 37px;
	padding:0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:transparent;
}

/* マイメニュー */
ul.DrawMenuList {
	margin: 0 15px;
}
ul.DrawMenuList > li{
	background: #fff;
	float: none;
}
ul.DrawMenuList > li > a,
ul.DrawMenuList > li > span {
	display: block;
	font-size: 15px;/*px*/
	font-weight: normal;
	color: #444;
	letter-spacing: 0.03em;
	line-height: 1.2;
	padding: 15px 0 9px 58px;/*px*/
}
ul.DrawMenuList > li[class*='DrawMenu'] > a,
ul.DrawMenuList > li[class*='DrawMenu'] > span {
	position: relative;
	padding-left: 35px;
}
ul.DrawMenuList > li[class*='DrawMenu'] > a:before,
ul.DrawMenuList > li[class*='DrawMenu'] > span:before,
ul.DrawMenuList > li[class*='DrawMenu'] > a > span:before,
ul.DrawMenuList > li.DrawMenuService > .AccMenuBtn:before {
	content: '';
	position: absolute;
	top: 54%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 26px;
	background-image: url(../img/icon/icon_drawmenulist.png?2018110902);
	background-repeat: no-repeat;
	background-size: 75px auto;
}
ul.DrawMenuList > li.DrawMenuTop > a:before {
	background-position: -5px 0;
}
ul.DrawMenuList > li.DrawMenuMypage > a:before {
	background-position: -37px -498px;
}
ul.DrawMenuList > li.DrawMenuService {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 5px;
	padding-bottom: 6px;
/*	padding-bottom: 15px; */
}
ul.DrawMenuList > li.DrawMenuService.AccMenuOpen {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.DrawMenuList > li.DrawMenuService > .AccMenuBtn:before {
	background-position: -5px -45px;
}
ul.DrawMenuList > li.DrawMenuService > .AccMenuBtn .MenuEditArrow {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid transparent;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	position: absolute;
	top: 50%;
	right: 4%;
	margin-top: -2px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
ul.DrawMenuList > li.DrawMenuService.AccMenuOpen > .AccMenuBtn .MenuEditArrow {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -7px;
}
ul.DrawMenuList > li.DrawMenuFav > a:before {
	background-position: -5px -91px;
}
ul.DrawMenuList > li.DrawMenuAccount > a:before {
	background-position: -5px -136px;
	width: 22px;
}
ul.DrawMenuList > li.DrawMenuFaq > a:before {
	background-position: -5px -180px;
}
ul.DrawMenuList > li.DrawMenuAbout > a:before {
	background-position: -6px -361px;
	height: 28px;
}
ul.DrawMenuList > li.DrawMenuOpinion > a:before {
	background-position: -5px -453px;
	width: 21px;
}
ul.DrawMenuList > li.DrawMenuListInfo > a:before {
	background-position: -5px -226px;
	width: 21px;
}
/*
ul.DrawMenuList > li.DrawMenuInfo {
	padding-bottom: 15px;
}*/
ul.DrawMenuList > li.DrawMenuInfo > a {
	padding-bottom: 0;
}
ul.DrawMenuList > li.DrawMenuInfo > a > span:before {
	background-position: -5px -226px;
	top: 11px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

ul.DrawMenuList > li > .AccMenuBtn{
	display: block;
	font-size: 15px;/*px*/
	font-weight: normal;
	color: #444;
	line-height: 1.2;
	padding: 11px 12px 9px 35px;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: flex;
	/*-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.DrawMenuList > li > .AccMenuBtn > span {
	/*margin-right: auto;*/
}
.MenuEditBtn01{
	display: inline-block;
	padding: 7px 14px;
	font-size: 80%;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	color: #444;
	-webkit-appearance: none;
}
ul.DrawMenuList > li > .AccMenuBtn .MenuEditBtn01{
	margin-left: 12px;
	/*margin-right: auto;*/
}

ul.DrawMenuList > li ul.AccMenuList {
	display: block;
	font-size: 83.4%;
	font-weight: bold;
	color: #444;
	line-height: 1.2;
	padding: 0;
	/*background: #dfdfdf;*/
	border-top: 1px solid #e6e6e6;
	padding-top: 8px;
	padding-left: 24px;
	visibility: visible;
	height: auto;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
ul.DrawMenuList >  li.AccMenuOpen ul.AccMenuList {
	visibility: hidden;
	height: 0;
	opacity: 0;
	padding-top: 0;
	-webkit-transition: height .3s;
	transition: height .3s;
}
ul.DrawMenuList > li > ul.AccMenuList li,
ul.DrawMenuList > li ul.AccMenuList#sub_list {
	background: #fff;
	float: none;
}
ul.DrawMenuList > li ul.AccMenuList#sub_list {
	border-top: none;
	padding-top: 0;
}
ul.DrawMenuList > li > ul.AccMenuList a,
ul.DrawMenuList > li ul.AccMenuList#sub_list a {
	font-size: 16px;/*px*/
}
ul.DrawMenuList > li > ul.AccMenuList.ui-sortable a,
ul.DrawMenuList > li ul.AccMenuList#sub_list a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul.AccMenuList .MenuListItem a {
	position: relative;
}
ul.AccMenuList .MenuListItem a:before {
	content: '';
	position: absolute;
	top: 43%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-image: url(../img/icon/icon_drawmenulist.png?20210518);
	background-repeat: no-repeat;
	background-size: 75px auto;
	background-position-x: -2px;
}
ul.AccMenuList > li.AccMenu_news a:before {
	background-position: -34px 0;
}
ul.AccMenuList > li.AccMenu_race a:before {
	background-position: -34px -45px;
}
ul.AccMenuList > li.AccMenu_yoso a:before {
	background-position: -34px -91px;
}
ul.AccMenuList > li.AccMenu_column a:before {
	background-position: -34px -136px;
}
ul.AccMenuList > li.AccMenu_books a:before {
	background-position: -34px -178px;
}
ul.AccMenuList > li.AccMenu_db a:before {
	background-position: -34px -226px;
}
ul.AccMenuList > li.AccMenu_nar a:before {
	background-position: -34px -272px;
}
ul.AccMenuList > li.AccMenu_orepro a:before {
	background-position: -34px -318px;
}
ul.AccMenuList > li.AccMenu_bbs a:before {
	background-position: -32px -363px;
}
ul.AccMenuList > li.AccMenu_owner a:before {
	background-position: -34px -407px;
}
ul.AccMenuList > li.AccMenu_pog a:before {
	background-position: -34px -454px;
}
ul.AccMenuList > li.AccMenu_mypage a:before {
	background-position: -34px -498px;
}
ul.AccMenuList > li.AccMenu_weekly a:before {
	background-position: -3px -407px;
}
ul.AccMenuList > li.AccMenu_movie a:before {
	background-position: -3px -497px;
}
ul.AccMenuList > li.AccMenu_senmonshi a:before {
	background-position: -3px -543px;
}
.AccMenuBack {
	margin-bottom: 5px;
}
.AccMenuBack a {
	position: relative;
}
.AccMenuBack a:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.AccMenuList .AccMenuBack > a {
	padding-left: 40px;
}
ul.AccMenuList li .MenuListItem {
	/*border-top: 1px solid #e6e6e6;*/
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
ul.AccMenuList li:first-child .MenuListItem{
	border-top: 0 none;
}
.MenuEditBtn02 {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 32px;
	font-size: 80%;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	color: #444;
	-webkit-appearance: none;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
}
.MenuEditBtn02.ContentDelBtn {
	/*border: 1px solid #b74838;*/
	border: none;
	width: 30px;
	background-image: url(../img/icon/icon_drawmenulist.png?2018110902);
	background-repeat: no-repeat;
	background-size: 75px auto;
	background-position: 0 -271px
}
.MenuEditBtn02.ContentAddBtn {
	border: none;
	width: 30px;
	-webkit-appearance: none;
	background-image: url(../img/icon/icon_drawmenulist.png?2018110902);
	background-repeat: no-repeat;
	background-size: 75px auto;
/*	background-position: -5px -320px; */
	background-position: 0 -314px;
}
ul.AccMenuList li .MenuListItem .MenuEditBtn02{
	margin-left: -5px;
	margin-right: 22px;
}
ul.AccMenuList li .MenuListItem a {
	display: block;
	font-size: 83.4%;
	font-weight: normal;
	color: #444;
	line-height: 1.2;
	padding: 9px 0 15px 50px;/*px*/
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media only screen and (max-width: 374px) {
	ul.AccMenuList li .MenuListItem .MenuEditBtn02{
		/*margin-left: 6px;*/
		margin-right: 15px;
	}
	ul.AccMenuList li .MenuListItem a {
		padding-left: 35px;
	}
}
ul.AccMenuList li .MenuListItem .SortHandle {
	position: relative;
	margin-left: auto;
	width: 36px;
	height: 46px;
}
ul.AccMenuList#sub_list li .MenuListItem .SortHandle span {
	display: none;
}
ul.AccMenuList li .MenuListItem .SortHandle span{
	position: absolute;
	width: 20px;
	height: 1px;
	top: 24px;
	left: 3px;
	background-color: #b2b2b2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
ul.AccMenuList li .MenuListItem .SortHandle > span.TopBar {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
ul.AccMenuList li .MenuListItem .SortHandle > span.BottomBar {
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}



.AccMenuNew span {
	color: #fff;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0;
	background: #ef5350;
	display: inline-block;
	width: 3em;
	border-radius: 2px;
	position: absolute;
	right: 10px;
}
/* 初期に戻す */
.ActResetBtnBox {
	padding: 16px;
	background: #fff;
	padding: 8px 9px 8px 27px;
}
.MenuEditBtn03 {
	color: #444;
	font-size: 67%;
	font-weight: normal;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	/*box-shadow: 0 1px 0 rgb(191,191,191);*/
	text-align: center;
	padding: 10px 0;
	-webkit-appearance: none;
}


.BnrBox01 {
	/*margin-top: 8px;
	margin-bottom: 15px;*/
}
.BnrBox01 ul {
	background: #fff;
	text-align: center;
	padding: 14px 14px 16px;
}
.BnrBox01 ul li {
	margin-top: 12px;
}
.BnrBox01 ul li:first-child {
	margin-top: 0;
}
.BnrBox01 a {
	color: #757575;
	display: block;
}
.BnrBox01 img {
	width: 100%;
	height: auto;
}
.verText {
	color: #757575;
	font-size: 78%;
	line-height: 1.18;
	text-align: center;
}
ul.DrawMenuList > li.DrawMenuInfo .InfoList {
	padding-right: 15px;
}
ul.DrawMenuList > li.DrawMenuInfo > a:before {
	content: none;
}
ul.DrawMenuList > li.DrawMenuInfo .InfoList li {
	color: #666;
	font-size: 79%;
	line-height: 1.45;
	letter-spacing: 0.03em;
	display: block;
	padding: 8px 0;
	border-top: 1px solid #e6e6e6;
}
ul.DrawMenuList > li.DrawMenuInfo .InfoList li:first-child {
	border-top: none;
}
body .Wrap.ViewOut{
	overflow: hidden !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.DrawViewOverlay {
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
}
.DrawViewOverlay:before,
.DrawViewOverlay:after {
	content: '';
	height: 3px;
	width: 24px;
	display: block;
	background: #fff;
	position: absolute;
	top: 28px;
	left: 339px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.DrawViewOverlay:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

@media only screen and (max-width: 330px) {
	.DrawViewOverlay:before,
	.DrawViewOverlay:after {
		left: 291px;
	}
}
/* sorttable ドラッグ指定 */

ul.DrawMenuList > li > ul.AccMenuList li.Sort_Placeholder {
/*	border: 2px solid #e3ada4; */
	background: #efefef;
}
ul.DrawMenuList > li > ul.AccMenuList li.ui-sortable-helper {
	box-shadow: 0 0 8px #666;
}
/* 追加 */
body .Wrap {
	position: relative;
}


/* このアプリについて */
.DrawAreaCover {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .2s linear;
}
.DrawAreaCover.Active {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.DrawAreaCoverHeader_Wrap {
	background-color: rgba(255,255,255,0.95);
	height: 44px;
	width: 100%;
	top: -44px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
}
.DrawAreaCoverHeader_Wrap .Return_Link {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	width: 46px;
	height: 46px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.DrawAreaCoverHeader_Wrap .Icon_Return00 {
	width: 10px;
	height: 10px;
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
}
.DrawAreaCoverHeader_Wrap .pagetitle {
	position: relative;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 44px;
	font-size: 86%;
	font-weight: bold;
	text-align: center;
	text-indent: -22px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.DrawAreaCoverMenu li a {
	display: block;
	color: #444;
	font-size: 83.33%;
	padding: 24px 30px 24px 22px;
	position: relative;
}
.DrawAreaCoverMenu li a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
	transform:;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.DrawAreaCoverMenu li + li {
	border-top: 1px solid #dedede;
}
.DrawAreaCoverMenu ul {
	border-bottom: 1px solid #dedede;
}
.DrawAreaCoverMenu ul + ul {
	margin-top: 60px;
	border-top: 1px solid #dedede;
}

/* サイトロゴ */
.DrawAreaInner .SiteLogo01 {
/*	width: 186px;*/
	width: 95px;
	margin: auto;
}
.DrawAreaInner .SiteLogo01 img {
	display: block;
	width: 100%;
}
/* 公式SNS */
nav .Menu_SnsPrArea {
	background: #fff;
}
.Menu_SnsPrArea > h2 {
	font-size: 82.23%;
	line-height: 1.37;
	margin: 21px 10px 12px;
	font-weight: normal;
}
.Menu_SnsPrArea .SnsInfoList_01 li a{
	margin:auto;
	padding:0;
	border: none;
	font-size: 66.67%;
	position: relative;
	z-index: 10;
}

.Menu_SnsPrArea .SnsInfoList_01 li a{
	display: block;
	margin:auto;
	padding:0;
	border: none;
	font-size: 72.23%;
	position: relative;
	z-index: 10;
	color: #666;
	text-align: center;
	font-weight: bold;
}

.Menu_SnsPrArea .SnsInfoList_01 li a .Icon_Nk_New_bg {
	display: block;
	margin: auto;
	width:46px;
	height:46px;
	margin-bottom:2px;
	background:#F7F7F7;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.Menu_SnsPrArea .SnsInfoList_01 li a .Icon_Nk_New_bg .IconList {
	display: block;
	background-image: url('../img/icon/icon_sns_01.png?230905');
	background-repeat: no-repeat;
	-webkit-background-size: 130px 28px;
	background-size: 130px 28px;
	overflow: hidden;
	width: 28px;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.Menu_SnsPrArea .SnsInfoList_01 li a .Icon_Nk_New_bg .IconList.Tw {
	background-position: 3.5px 0;
	background-color: transparent;
}
.Menu_SnsPrArea .SnsInfoList_01 li a .Icon_Nk_New_bg .IconList.Yt {
	background-position: -32px 0;
	background-color: transparent;
}
.Menu_SnsPrArea .SnsInfoList_01 li a .Icon_Nk_New_bg .IconList.Ig {
	background-position: -67px 0;
	background-color: transparent;
}