/*
Spec:   css Hamburger Menu Button
Html:   site/block/header.html
*/

header.Header_Area h1 a img {
    left: 68px;
}
footer.ViewOut {
    display: none;
    visibility:hidden;
}

/* ========== ドロワーエリア ======== */
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: 2147483647;
    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);
}

.swal-overlay--show-modal {
    z-index: 2147483648 !important;
}

@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%;
}
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 10px;
}
.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 .SearchForm input[type="text"] {
    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(../image/baseball/menu_sp/icon/icon_drawmenulist.png?20220223);
    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.DrawMenuService.MenuEditing .AccMenuList > li a {
    pointer-events: none !important;
}
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.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.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;
}

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(../image/baseball/menu_sp/icon/icon_drawmenulist.png?20220223);*/
    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 {
    float: none;
}
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(../image/baseball/menu_sp/icon/icon_drawmenulist.png?20220223);
    background-repeat: no-repeat;
    background-size: 75px auto;
    background-position: 0 -271px
}
.MenuEditBtn02.ContentAddBtn {
    border: none;
    width: 30px;
    -webkit-appearance: none;
    background-image: url(../image/baseball/menu_sp/icon/icon_drawmenulist.png?20220223);
    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: 10px;
}
ul.AccMenuList li .MenuListItem a {
    display: block;
    font-size: 83.4%;
    font-weight: normal;
    color: #444;
    line-height: 1.2;
    padding: 9px 0 15px 20px;/*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;
}



body .Wrap.ViewOut{
    overflow: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
}
.DrawViewOverlay {
    background: rgba(0,0,0,0.2);
    position: fixed;
    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;
}


/*==============================================
ニューヘッダー、ドロワーメニュー
==============================================*/
.DrawMenuBtn {
    display: block;
    width: 56px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#ececec 0%,#ececec 46px,#fff 46px,#fff 100%);
    position: relative;
}

.DrawMenuBtn.DrawMenuBtn2 {
    background: linear-gradient(180deg,#f5f5f5 0%,#e9e9e9 46px,#fff 46px,#fff 100%);
}
/*
.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: #000;
    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;
}



.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;
}

.HeadSearchArea {
    top: 0px;
}