@charset "UTF-8";

.switch_lp .textRed{
    color: #d71519;
}

.switch_lp .textBold{
    font-weight: bold;
}

.switch_lp{
    color: #333;
    width: 1000px;
    margin: 0 auto 40px;
}

.switch_lp a:hover{
    opacity: .8;
}

.switch_lp .flexwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.switch_lp ul.listCaution li{
    font-size: 14px;
    list-style: none;
    margin-top: 3px;
    padding-left: 1.3em;
    text-indent: -1.3em;
}

.switch_lp ul.listCaution li:first-child{
    margin-top: 0;
}

.switch_lp img{
    display: block;
    margin: 0 auto;
}

.switch_lp section{
    padding-top: 20px;
    margin-top: 60px;
}

/* ナビゲーション */
.switch_lp .navigation {
    margin: 57px auto 60px;
}

.switch_lp .navigation li{
    margin: 20px 20px 0 0;
}

.switch_lp .navigation.-col2 li{
    width: 490px;
}

.switch_lp .navigation.-col3 li{
    width: 320px;
}

.switch_lp .navigation.-col2 li:nth-child(2n),
.switch_lp .navigation.-col3 li:nth-child(3n){
    margin-right: 0;
}

.switch_lp .navigation li a{
    background: #D71519;
    border-radius: 7px;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 100px;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 100px;
}

.switch_lp .navigation li a:before{
    background: transparent;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    content: "";
    display: block;
    margin: auto 0;
    position: absolute;
    top: -5px;
    right: 33px;
    bottom: 0;
    transform: rotate(135deg);
    width: 14px;
    height: 14px;
}

/* コンテンツ */
.itemsTitle{
    border-left: 15px solid #D71519;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 40px;
    padding-left: 15px;
}

.itemsExplanation{
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 40px;
    padding-left: 30px;
}

/* キャンペーン */
.campaignProducts ul + ul {
    margin: 16px 0 6px 0;
}

#switchCampaign .campaignSpan,
#switchCampaign .campaignLead{
    font-size: 34px;
    padding: 0 30px;
    text-align: center;
}

#switchCampaign .campaignSpan{
    font-size: 20px;
    margin: 0 auto 20px;
}

#switchCampaign .campaignLead{
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 30px;
}

#switchCampaign .campaignLead span{
    color: #f80f0f;
    font-size: 54px;
    font-weight: bold;
}

#switchCampaign .campaignImg{
    margin: 0 auto 30px;
    text-align: center;
}

#switchCampaign .switchCampaignContent + .switchCampaignContent{
    margin-top: 60px;
    padding-top: 60px;
    border-top: solid 1px;
}

#switchCampaign .campaignProducts{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    max-width: 640px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
    padding: 10px;
    border: 1px solid #000;
}

#switchCampaign .campaignProducts.-block{
    display: block;
}

#switchCampaign .campaignProducts dt{
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-weight: bold;
}

#switchCampaign .campaignProducts.-block dt{
    margin-bottom: 10px;
}

#switchCampaign .campaignProducts dd{
    flex-grow: 1;
    display: flex;
    padding: 0 20px;
    font-weight: bold;
}

#switchCampaign .campaignProducts.-block dd{
    display: block;
}

#switchCampaign .campaignProducts.-block li{
    margin-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}

#switchCampaign .campaignProducts.-block p{
    margin-top: 20px;
    font-weight: bold;
}

#switchCampaign .campaignPlusSignInner{
    background: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto 30px;
}

#switchCampaign .campaignPlusSignInner:before,
#switchCampaign .campaignPlusSignInner:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 6px;
    background-color: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#switchCampaign .campaignPlusSignInner::after {
    transform: rotate(90deg);
}

#switchCampaign .listCaution,
#switchCampaign .campaignCopyright{
    margin: 30px auto 0;
    text-align: center;
    width: 940px;
}

#switchCampaign .listCaution li{
    font-weight: bold;
}

#switchCampaign .campaignCopyright{
    font-size: 12px;
    font-weight: bold;
}

/* 製品一覧 */
.flexwrap.switchItems > div{
    width: 466px;
    margin: 40px 20px 0 0;
}

.flexwrap.switchItems > div:nth-child(2n){
    margin-right: 0;
}

.flexwrap.switchItems > div:nth-child(-n+2){
    margin-top: 0;
}

.switchItems img{
    margin: 0 auto 20px;
}

.switchItems p{
    font-size: 18px;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 auto 30px;
    width: 426px;
}

.switchItems a{
    border-radius: 4px;
    display: block;
    font-size: 20px;
    line-height: 80px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 426px;
    height: 80px;
    background: #FAD548;
    color: #1A2C58;
}

.switchItems a.ecBtn{
    background: #1A2C58;
    color: #FFF;
}

.switchItems a::after{
    border-style: solid;
    border-width: 10.5px 0 10.5px 18px;
    border-color: transparent transparent transparent #1A2C58;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    margin: auto 0;
    position: absolute;
    right: 25px;
    top: 0;
    width: 0;
}

.switchItems a.ecBtn:after{
    border-color: transparent transparent transparent #FFF;
}

/* ゲームソフト */
#gamesoft .gamesoftListBtn{
    background: url(/pc/img/feature/switch2021/logo_gos.svg) #192B5B no-repeat center bottom 10px / auto auto;
    border-radius: 7px;
    color: #FFF;
    display: block;
    font-size: 24px;
    line-height: 1;
    margin: 20px auto 0;
    padding: 18px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 495px;
    height: 80px;
}

#gamesoft > p,
#gamesoft ul li{
    text-align: center;
    font-weight: bold;
}

#gamesoft > p{
    font-size: 18px;
    margin: 80px auto 30px;
}

/* コピーライト */
.switchCopyright {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 50px auto 80px;
}



/* switch2抽選 */

.sp_only {
    display: none !important;
}

.switch_lp img.s2camp {
    display: block;
    padding: 40px 0 0;
}

.switch2_text {
    font-size: 18px;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: bold;
}

.app{
    padding: 40px 0;
    margin-top: 40px;
    background-color: #eee;
}

.app b{
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.app b span{
    display: inline-block;
    color: #fff;
    font-size: calc(20/24*1em);
    background: #4472FB;
    padding: calc(4/20*1em) calc(10/20*1em);
    margin-right: calc(10/20*1em);    
}

.app ul{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.app ul .app_btn a{
    display: block;
    width: 341px;
    height: 120px;
    background: url(/v2/cmn/img/campaign/movie_common/appstore.png) no-repeat center center / 100% auto;
}

.app ul .google_btn a{
    display: block;
    width: 324px;
    height: 120px;
    margin-left: 20px;
    background: url(/v2/cmn/img/campaign/movie_common/googleplay.png) no-repeat center center / 100% auto;
}

.app .rental_btn {
    width: 496px !important;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    background-color: #192B5B;
}

a.atten_btn {
    border-radius: 40px;
    box-shadow: 0px 4px 4px #00000066;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 76px;
    margin: 20px auto 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 426px;
    height: 80px;
    border: 5px solid #D71519;
    background: #fff;
    color: #D71519;
}


a.atten_btn::after{
    border-style: solid;
    border-width: 10.5px 0 10.5px 18px;
    border-color: transparent transparent transparent #D71519;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    margin: auto 0;
    position: absolute;
    right: 25px;
    top: 0;
    width: 0;
}

.atten_btn_text{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}