@charset "utf-8";

.iphone * {
    line-height: 1;
    box-sizing: border-box;
}

.iphone img {
    vertical-align: bottom;
}

.iphone a {
    text-decoration: none;
}

.search_panel #series .lineup .series_wrapper ul li a:hover,
.search_panel #career .lineup .series_wrapper a:hover {
    color: #1445CC;
    border: 1px solid #1445CC;
    background: #EDF3FF;
}

/* mv */
.mv {
    text-align: center;
}

.mv h1 {
    background: #A0C4DB;
}

.mv h2 {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
}

.mv .mv_txt {
    color: #333333;
    font-size: 16px;
    margin-top: 40px;
}

/* search */
.search {
    margin-top: 40px;
}

.search_tab {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
    background: #F0F0F0;
}

.search_tab h3 a {
    display: block;
    color: #2E4482;
    font-size: 24px;
    font-weight: bold;
    line-height: calc(74/24);
    width: 500px;
}

.search_tab h3.select a {
    color: #1445CC;
    background: #FFFFFF;
}

/* search_panel */
.search_panel {
    width: 1000px;
    margin: 0 auto;
}

.search_panel > li {
    display: none;
}

/* search_panel #series */
.search_panel #series .lineup {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.search_panel #series .lineup > li {
    width: 490px;
    padding: 30px 0 35px;
    border-bottom: 2px solid #F0F0F0;
}

.search_panel #series .lineup > li:nth-last-of-type(2),
.search_panel #series .lineup > li:nth-last-of-type(1) {
    border-bottom: none;
}

.search_panel #series .lineup h4 {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
}

.search_panel #series .lineup .series_wrapper {
    display: flex;
    justify-content: space-between;
}

.search_panel #series .lineup .series_wrapper p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    height: 235px;
}

.search_panel #series .lineup .series_wrapper ul {
    width: 235px;
}

.search_panel #series .lineup .series_wrapper ul li + li {
    margin-top: 10px;
}

.search_panel #series .lineup .series_wrapper ul li a {
    display: block;
    color: #192B5B;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(48/14);
    position: relative;
    text-align: center;
    border: 1px solid #192B5B;
    border-radius: 4px;
}

/* search_panel #career */
.search_panel #career .lineup {
    padding-top: 15px;
}

.search_panel #career .lineup > li {
    padding: 40px 0;
}

.search_panel #career .lineup > li + li {
    border-top: 2px solid #F0F0F0;
}

.search_panel #career .lineup h4 {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
}

.search_panel #career .lineup .series_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.search_panel #career .lineup .series_wrapper li + li {
    margin-left: 20px;
}

.search_panel #career .lineup .series_wrapper li:nth-of-type(n+5) {
    margin-top: 10px;
}

.search_panel #career .lineup .series_wrapper li:nth-of-type(4n+1) {
    margin-left: 0;
}

.search_panel #career .lineup .series_wrapper a {
    display: block;
    color: #192B5B;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(48/14);
    position: relative;
    text-align: center;
    width: 235px;
    border: 1px solid #192B5B;
    border-radius: 4px;
}

.search_panel #career .lineup .annotation {
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
}

/* campaignBanner */
.campaignBanner {
    display: block;
    list-style: none;
    padding: 50px 0 0;
    background: no-repeat;
}

.campaignBanner li {
    width: 1000px;
    margin: 0 auto !important;
}

.campaignBanner li + li {
    margin: 30px auto 0 !important;
}

 ul li .label {
    position: absolute;
    left: 5px;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 40px;
    padding: 0 3px;
    top: 50%;
    transform: translateY(-50%);
}

.label.-new {
    background-color: #fed600;
    color: #192b5b;
}