@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++
DATE  : 2023/05/17
++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* ++  ホームランカード +++++++++++++++++++++++++++ */
.theme-top.japanese.ohtani #homerunCardArea ul,
.theme-top.japanese.ohtani #pitcherListArea ul {
    margin: 20px 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}
.theme-top.japanese.ohtani #homerunCardArea ul li,
.theme-top.japanese.ohtani #pitcherListArea ul li {
    display: inline-block;
    width: 70%;
    max-width: 300px;
    height: auto;
    margin: 10px;
    background: #fff;
}
.theme-top.japanese.ohtani #homerunCardArea ul li a img,
.theme-top.japanese.ohtani #pitcherListArea ul li a img { width: 100%; }
.theme-top.japanese.ohtani #homerunCardArea ul li a p,
.theme-top.japanese.ohtani #pitcherListArea ul li a p {
    padding-top: 4px;
    line-height: 1.2;
    text-align: center;
}
.theme-top.japanese.ohtani .linkRight {
    margin-bottom: 10px;
    padding: 6px 10px 0 0;
    text-align: right;
    line-height: 1.4;
}
.theme-top.japanese.ohtani .linkRight a { color: #0075c2; }

/*------------------------------------------------------------------------------
/* 大谷TOP　デザイン改修
------------------------------------------------------------------------------*/
/* 共通 */
.theme-top.japanese.ohtani #ProfileWrapFirst,
.theme-top.japanese.ohtani .more,
.theme-top.japanese.ohtani #cardArea .btnOpen,
.theme-top.japanese.ohtani #ThemeNaviWrap.four .MenuNavi li a,
.theme-top.japanese.ohtani #prof-detail {
    box-shadow: 0 0 8px rgb(170 170 170);
    border-radius: 10px;
}
.theme-top.japanese.ohtani #cardArea .btnOpen:hover,
.theme-top.japanese.ohtani #homerunCardArea ul li a:hover,
.theme-top.japanese.ohtani #pitcherListArea ul li a:hover { opacity: 0.8; }

/* プロフィルバナー */
.theme-top.japanese.ohtani #ProfileWrapFirst {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 100%;
    padding: 8px 8px 8px 20px;
    height: 120px;
    background: #efefef;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.theme-top.japanese.ohtani #ProfileWrapFirst .ProfileText {
    display: inline-block;
    float: none;
    padding: 0;
    width: 100%;
    font-size: 20px;
    text-align: left;
    box-sizing: border-box;
}
.theme-top.japanese.ohtani #ProfileWrapFirst .ProfileText p.profile_name {
    padding-bottom: 4px;
    font-size: 40px;
    font-weight: bold;
}
.theme-top.japanese.ohtani #ProfileWrapFirst .ProfileText p.profile_team {
    float: none;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.theme-top.japanese.ohtani #ProfileWrapFirst .ProfileText p.profile_number {
    float: none;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.theme-top.japanese.ohtani #ProfileWrapFirst .ProfileText p.profile_number span {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
}

/* ニュース一覧 */
.theme-top.japanese.ohtani #TopNewsList { margin: 20px 0; }
.theme-top.japanese.ohtani .more .newslist_home { border-top: none; }
.theme-top.japanese.ohtani .more .newslist_home li:last-child { border-bottom: none; }
.theme-top.japanese.ohtani .more a.TopNewsListMorebtn {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #0075c2;
    font-weight: bold;
    text-align: right;
}
.theme-top.japanese.ohtani .more a.TopNewsListMorebtn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #0075c2;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.theme-top.japanese.ohtani .more {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.theme-top.japanese.ohtani .more .open:after {
    z-index: -1;
    opacity: 0;
}
.theme-top.japanese.ohtani .more .more__btn {
    display: block;
    margin: 8px auto;
    padding: 8px 40px;
    border: 0;
    color: #ffffff;
    background-color: #9fb0bc;
    border-radius: 30px;
    cursor: pointer;
}

.theme-top.japanese.ohtani .more .newslist_home {
    border-top: none;
    text-align: left;
}
.theme-top.japanese.ohtani .newslist_home li { border-bottom: 1px solid #9fb0bc; }
.theme-top.japanese.ohtani .newslist_home li a {
    display: block;
    color: #333;
    position: relative;
    padding: 10px;
}
.theme-top.japanese.ohtani .newslist_home li a:hover { color: #00a0e9; }
.theme-top.japanese.ohtani .newslist_home .newsthumb-box {
    float: left;
    width: 90px;
    height: 75px;
    margin-right: 10px;
}
.theme-top.japanese.ohtani .newslist_home .newsthumb-box img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #eeeeee;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}
.theme-top.japanese.ohtani .newslist_home .newstext-box { box-sizing: border-box; }
.theme-top.japanese.ohtani .newstext-box__title { margin-left: 100px; }
.theme-top.japanese.ohtani .newslist_home .newstext-box__title h4 {
    display: inline;
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
}
.theme-top.japanese.ohtani .newslist_home .newstext-box .newstext-box__time {
    margin-top: 4px;
    margin-left: 100px;
}
.theme-top.japanese.ohtani .newslist_home li:after,
.theme-top.japanese.ohtani .newslist_home .newstext-box:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.01em;
}

/* HRカード、投手ニュース */
.theme-top.japanese.ohtani #cardArea {
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.theme-top.japanese.ohtani #cardArea .btnOpen {
    position: relative;
    cursor:pointer;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
    height: 150px;
    background: #efefef;
    text-align: right;
    box-sizing: border-box;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.theme-top.japanese.ohtani #cardArea .btnOpen:nth-child(even) { margin-right: 0; }
.theme-top.japanese.ohtani #cardArea .btnOpen p.mainText {
    padding: 8px 8px 0;
    font-weight: bold;
}
.theme-top.japanese.ohtani #cardArea .btnOpen span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.theme-top.japanese.ohtani #cardArea .btnOpen p.newText {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    background: #00000080;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}
.theme-top.japanese.ohtani #cardArea #pop-up_hr,
.theme-top.japanese.ohtani #cardArea #pop-up_pi { display: none; }
.theme-top.japanese.ohtani #cardArea .overlay { display: none; }
.theme-top.japanese.ohtani #cardArea #pop-up_hr:checked + .overlay,
.theme-top.japanese.ohtani #cardArea #pop-up_pi:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.theme-top.japanese.ohtani #cardArea .window {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: block;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.theme-top.japanese.ohtani #cardArea .btnClose {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 80px;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

/* 途中ナビ */
.theme-top.japanese.ohtani #ThemeNaviWrap {
    width: 100%;
    margin: 20px auto 0;
    display: inline-block;
}
.theme-top.japanese.ohtani #ThemeNaviWrap .MenuNavi li.navi_prof { display: none; }
.theme-top.japanese.ohtani #ThemeNaviWrap .MenuNavi li {
    width: 100%;
    float: none;
}
.theme-top.japanese.ohtani #ThemeNaviWrap .MenuNavi li a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: calc(100% / 3 - 10px);
    height: 50px;
    background: #ffffff;
    text-align: center;
    padding: 10px 15px 10px 8px;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.theme-top.japanese.ohtani #ThemeNaviWrap .MenuNavi li.navi_scor a { margin-right: 0; }
.theme-top.japanese.ohtani #ThemeNaviWrap .MenuNavi li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #9fb0bc;
    top: 52%;
    right: 0%;
    margin-top: -6px;
}

/* プロフィル詳細 */
#mlb.theme-top.japanese.ohtani #prof-detail { padding: 20px; }
.theme-top.japanese.ohtani #prof-detail {
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
.theme-top.japanese.ohtani #profileAreaRenewal dl dt {
    margin-right: 10px;
    background-color: #9fb0bc;
    border-radius: 10px;
}