@charset "utf-8";

article.ipad{
    margin-bottom: 100px;
}

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

.ipad img {
    vertical-align: bottom;
}

.ipad 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: #FFA1A1;
}

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

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

.mv .mv_anchor {
    text-decoration: underline;
    cursor: pointer;
}

.mv .mv_anchor:hover {
    text-decoration: none;
}

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

.search_tab {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #F0F0F0;
    gap: 0 10px;
    padding: 10px 0;
}

.search_tab.-tab{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 0;
    padding: 20px 0 0;
}

.search_tab.-tab + .search_panel > li{
    display: none;
}

.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_tab_series{
    background-color: #FFFFFF;
    width: 192px;
    height: 50px;
    border-radius: 4px;
    color: #192B5B;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.search_tab.-wrap{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.search_tab.-wrap span.margin{
    width: 100%;
    height: 10px;
}

.search_tab_series:hover{
    background: #EDF3FF;
}

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

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

.search_tab_series a {
    color: #192B5B;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.75;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* 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: 1000px;
    padding: 30px 0 35px;
    border-bottom: 2px solid #F0F0F0;
}

.search_panel #series .lineup > li:last-child {
    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: 660px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 10px 0;
}

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

.search_panel #series .lineup.-col2:not(.-visible) .series_wrapper ul li:nth-of-type(n+5),
.search_panel #series .lineup .series_wrapper ul li:nth-of-type(n+9){
    display:none;
}

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

.search_panel #series .lineup .series_wrapper ul li .label {
    position: absolute;
    left: 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    min-width: 50px;
    padding: 0 3px;
    top: 50%;
    transform: translateY(-50%);
}

.search_panel #series .lineup .series_wrapper ul li .label.-new {
    background-color: #fed600;
    color: #192b5b;
}

.series_show_more{
    text-align: center;
    margin-top: 20px;
}

.series_show_more_btn{
    color: #0068B7;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

.series_show_more_btn:hover{
    opacity: 0.6;
}

/* 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);
    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;
}

/* junk */
.galaxy_junk {
    margin: 80px auto 0 auto;
    width: 1000px;
}

.subTitle {
    color: #192B5B;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 20px;
}

.galaxy_junk-note {
    margin-bottom: 40px;
}

.galaxy_junk-note li {
    font-size: 14px;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
}

.galaxy_junk-text {
    font-size: 14px;
    margin-top: 20px;
}

/* price */
.price_block {
    align-items: center;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.price_block:nth-of-type(1) {
    border-top: 1px solid #ccc;
}

.price_head {
    font-weight: bold;
    width: 240px;
}

.price_list {
    display: flex;
    position: relative;
    text-align: center;
    width: calc( 100% - 240px );
    padding: 12px 0;
}

.price_list::before {
    border: 1px dashed #e5e5e5;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 56px;
    transform: translateY(-50%);
    width: 100%;
}

.price_list > li {
    width: 33%;
}

.price_list p {
    line-height: 45px;
}

.price_list-price {
    color: #FF2626;
    font-weight: bold;
}

.price_btn-more {
    border: 1px solid #192B5B;
    border-radius: 4px;
    color: #192B5B;
    display: none;
    font-size: 14px;
    margin: 40px auto 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 150px;
}

.price_btn-more::after {
    border: solid #192B5B;
    border-width: 0 1px 1px 0;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center right;
    width: 6px;
}

/* btn */
.price_list .btnArea > div,
.price_list .btnArea > span,
.price_list .btnArea > a,
.price_list .btnArea > button{
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    white-space: nowrap;
    width: 150px;
    height: 40px;
}

.price_list .addCart {
    border: none;
    background: #192B5B;
    color: #FFF;
}
.price_list .addCart:hover{
    background: #2E4482;
}

.price_list .inCart {
    border: none;
    background: #CCC;
    color: #FFF;
    cursor: default;
}