@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap');

html,
body{
    min-width: 1020px;
}

main#container{
    /*width: 100vw;*/ margin: 0; /*! min-width: none; */ max-width: none;
}
main#container #breadClumb{
    margin-top: 34px;
}

.tvfestival2025autumn-winter {
    background:#FFF;
    padding: 0;
    margin: 0 auto;
    min-width: 1001px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}

.tvfestival2025autumn-winter img{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 auto;
}

/* tool */
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex_wrap.two_col{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 820px;
    margin: 0 auto;
}

.flex_wrap.two_col > div{
    width: 50%;
}

.four_k-tv .flex_wrap.two_col > div{
    margin-top: 80px;
}

.four_k-tv .flex_wrap.two_col > div:first-of-type,
.four_k-tv .flex_wrap.two_col > div:nth-of-type(2){
    margin-top: 0;
}

/* common */
.bnr_area {
    margin-bottom: 60px;
}

.free_shipping_wrap {
    height: 650px;
    background-color: #192a5b;
}

.free_shipping_text {
    padding-top: 60px;
}

.btn_area {
    margin-top: 20px;
}

.product_wrap {
    position: relative;
    text-align: center;
}

.product_name,
.-txt,
.-tax {
    font-weight: bold;
}

.lineThrough{
    text-decoration: line-through;
    text-decoration-color: #F00;
}

.set_item {
    background-color: #FFF;
}

.two_col .product_wrap{
    width: 300px;
}

.product_wrap .two_col {
    margin: 0 auto;
    width: 740px;
}

.product_wrap .two_col .product_wrap {
    width: 350px;
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.-pricedown {
    font-size: 24px;
    line-height: 1.3;
    display: inline-block;
    background: #FF0;
    color: #F00;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    animation: blink 1s ease-in-out .05s infinite alternate;
    white-space: nowrap;
}

.-pricedown.-red {
    background: #dc0000;
    color: #FFF;
}

.limite_price .-tax {
    font-size: 25px;
    width: 33px;
    height: 63px;
    margin-top: 10px;
    vertical-align: top;
    padding: 0 5px;
    color: #F00;
    display: inline-block;
}

/* 上部タブ */
#flier {
    width: 1000px;
    margin: 0 auto;
}

.flierPage_title {
    padding-top: 14px;
    border-top: 1px solid #192B5B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #192B5B;
}

.flierTab {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.flierTab::before,
.flierTab::after {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.flierTab a {
    display: block;
    width: 430px;
    height: 60px;
    padding: 0;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
}

.flierTab a:nth-child(2) {
    border-left: none;
}

.flierTab a.is-active {
    background-color: white;
    border-bottom: none;
    color: #192B5B;
    pointer-events: none;
}

/* 取り扱い店舗を探す */
.store_wrapper {
    margin: auto;
    width: 1000px;
}

.store_search-title{
    background: #1b2a5b;
    color: #fff;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
    margin-top: 50px;
    text-align: center;
}

.store_search{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 30px auto 0;
}

.store_search div,
.store_search .selectCustom{
    display: block;
    width: 400px;
}

.store_search div{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.store_search .selectCustom{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.selectCustom *{
    font-weight: initial;
}
.selectCustom::after {
    content:  '';
    width: 48px;
    height: 48px;
    display:  block;
    position:  absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span{
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;

    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem{
    display: none;
}

.store_list{
    width: 800px;
    margin: 30px auto 0;
}

.store_list h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

.shopList li a {
    color: inherit;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

/* main_wrap */

.tvfestival2025autumn-winter{
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: bold;
}

.tvfestival2025autumn-winter section{
    width: 1000px;
    margin: 0 auto;
}

.tvfestival2025autumn-winter h2,
.tvfestival2025autumn-winter h3{
    font-weight: bold;
}

.tvfestival2025autumn-winter a{
    font-weight: bold;
    text-decoration: none;
}

.detailBtn,
.otherBtn,
.otherDetail li a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
}

section.mv_wrap{
    background: #F00;
    color: #FFF;
    text-align: center;
    padding: 45px 0;
    width: 100%;
}

.top_title{
    margin: 0 auto 60px;
}

.catchcopy{
    font-size: 33px;
    font-weight: bold;
    line-height: calc(43/33*1em);
}

.catchcopy span{
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: calc(83/70*1em);
}

/* イチ押し商品 */
#recommended{
    width: 1012px;
}

.tv h2{
    color: #F00;
    font-size: 60px;
    text-align: center;
    margin: 50px auto 10px;
}

.tv .tv_50v{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/head_item01_bg.png) no-repeat left top / auto;
    padding-top: 475px;
    position: relative;
    height: 955px;
}

.tv .tv_32v{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/head_item02_bg.png) no-repeat right -5px top / auto;
    margin-top: 20px;
    padding-top: 272px;
    position: relative;
    height: 811px;
}

.tv .catchText{
    font-size: 26px;
    font-weight: bold;
    line-height: calc(32/26*1em);
    text-align: center;
}

.tv .detailBtn{
    color: #000;
}

.tv .nameText{
    font-size: 26px;
    font-weight: bold;
    line-height: calc(32/26*1em);
    width: 400px;
}

.tv .-intax{
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    line-height: 1em;
}

.tv .HeadPriceWrap{
    position: relative;
}

.tv .-pricedown{
    position: absolute;
    font-size: 27px;
    line-height: 50px;
    padding: 0 10px;
}

.tv .detailBtn{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/head_item_btn.png) no-repeat center top / auto;
    font-size: 38px;
    width: 696px;
    height: 128px;
}

.tv .tv_50v .detailBtn {
    margin-top: 28px;
}

.tv .tv_32v .detailBtn {
    margin-top: 10px;
}

.tv .HeadPriceWrap img{
    display: block;
    margin: 0 auto;
}

.tv .tv_50v .HeadPriceWrap img {
    margin-right: 44px;
    margin-top: -60px;
}

.tv_50v .catchText{
    position: absolute;
    top: 63px;
    left: 528px;
    width: 405px;
}

.tv_50v .nameText{
    color: #FFF;
    position: absolute;
    top: 300px;
    left: 520px;
}

.tv_50v .-pricedown{
    top: 38px;
    left: 153px;
}

.tv_50v .-intax{
    color: #FFF;
    margin: 0 auto 20px;
    width: 648px;
}

.tv_32v .catchText{
    position: absolute;
    top: 25px;
    left: 79px;
    width: 440px;
}

.tv_32v .nameText{
    position: absolute;
    top: 200px;
    left: 93px;
}

.tv_32v .HeadPriceWrap{
    display: block;
    padding: 16px 0 0 87px;
}

.tv_32v .HeadPriceWrap img{
    margin-left: -41px;
}

.tv_32v .-pricedown{
    background: #F00;
    color: #FF0;
    top: 0;
    left: 85px;
}

.tv_32v .-intax{
    margin: 0 0 40px;
    width: 648px;
}

#recommended + .storeEc{
    margin-top: 100px;
}

/* そのほかの商品 */
.otherItems{
    margin: 44px auto 50px;
    text-align: center;
}

.otherItems dl{
    margin: 0 auto;
    width: 690px;
}

.otherBtn{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/otherItems_btn_close.png) no-repeat center top / auto;
    color: #FFF;
    font-size: 38px;
    width: 691px;
    height: 101px;
}

.otherBtn.-open{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/otherItems_btn_open.png) no-repeat center top / auto;
}

.otherDetail{
    display: none;
}

.otherDetail li{
    margin-bottom: 2px;
}

.otherDetail li a{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/otherItems_list.png) #E6E6E6 no-repeat right 68px center / auto;
    color: #000;
    font-size: 38px;
    width: 100%;
    height: 100px;
}

.otherDetail li a span{
    font-size: 26px;
    font-weight: bold;
}


/* 店舗でもネットでも買える */
.tvfestival2025autumn-winter .storeEc {
    text-align: center;
    margin: 40px auto;
}

.storeEc h2{
    color: #192a5b;
    font-size: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: calc(104/80*1em);
    margin: 0 auto 34px;
}

.shippingFee{
    color: #192a5b;
    font-size: 49px;
    font-weight: bold;
    line-height: calc(76/49*1em);
    margin: 60px auto 20px;
}

.shippingFee span{
    color: #F00;
    font-size: 80px;
    font-weight: bold;
}

.shippingFeeSpan{
    font-size: 36px;
    font-weight: bold;
    line-height: calc(48/36*1em);
    margin: 0 auto 40px;
}

.detailBtn.-store{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/storeEc_btn_store.png) no-repeat center top / auto;
    color: #FFF;
    font-size: 40px;
    letter-spacing: 0.02em;
    width: 736px;
    height: 134px;
}

.detailBtn.-ec{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/storeEc_btn_ec.png) no-repeat center top / auto;
    color: #192a5b;
    font-size: 40px;
    width: 736px;
    height: 134px;
}

/* item01 4Kチューナー内蔵 / HDR対応50V型液晶テレビ */
.mainitem{
    padding: 84px 40px 80px;
}

.mainitem .inner{
    background: #FFF;
    position: relative;
    padding: 465px 0 100px;
    margin-top: 150px;
}

#item02.mainitem .inner{
    padding: 392px 0 100px;
}

.mainitem .mvImgWrap{
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 22px;
    text-align: center;
}

#item02.mainitem .mvImgWrap{
    padding-right: 100px;
}

.mainitem .itemName{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.mainitem .itemName span{
    font-size: 32px;
    font-weight: bold;
}

.mainitem .mainitemTop{
    padding: 0 25px;
}

.mainitemTop .taxExcluded{
    font-size: 26px;
    font-weight: bold;
    margin-left: 10px;
}
.mainitemTop .taxExcluded .lineThrough{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
}
.mainitemTop .-pricedown{
    line-height: 40px;
    height: 40px;
}
.mainitemTop .price{
    text-align: right;
    line-height: 1;
}
.mainitemTop .-tax{
    font-size: 55px;
    vertical-align: text-bottom;
    color: #F00;
    display: inline-block;
    width: 43px;
    line-height: 1em;
    margin-right: 30px;
    font-weight: bold;
}
.mainitemTop .-num{
    color: #F00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 169px;
    font-weight: bold;
    letter-spacing: -0.02em;
    position: relative;
}
.mainitemTop .-yen{
    color: #F00;
    font-size: 55px;
    font-weight: bold;
}
.mainitemTop .-intax{
    color: #F00;
    font-size: 66px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
}

.-intax span {
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.mainitem h2{
    font-size: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.2em;
    text-align: center;
}

.appeal{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 120px;
}

#item02 .appeal + .appeal{
    margin-bottom: 100px;
}

.appeal h3{
    font-size: 80px;
    line-height: calc(100/80*1em);
    margin-bottom: 30px;
}

.appeal p{
    font-size: 35px;
    font-weight: bold;
    line-height: calc(50/35*1em);
    margin-bottom: 30px;
}

.itemBoxName{
    font-size: 33px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 0 40px;
}

.itemBoxName .model{
    display: block;
    font-size: 39px;
    font-weight: bold;
}

.itemBoxImg{
    width: 512px;
}

.itemBox > div{
    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;
}


.itemBoxPrice .taxExcluded{
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin-top: 5px;
}
.itemBoxPrice .taxExcluded .lineThrough{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: bold;
}
.itemBoxPrice .-pricedown{
    font-size: 26px;
    line-height: 40px;
    height: 40px;
}
.itemBoxPrice .price{
    line-height: 1;
}
.itemBoxPrice .-tax{
    font-size: 28px;
    vertical-align: text-bottom;
    color: #F00;
    display: inline-block;
    width: 32px;
    line-height: 1em;
    margin-right: 14px;
}
.itemBoxPrice .-num{
    color: #F00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 81px;
    font-weight: bold;
    letter-spacing: -0.02em;
    position: relative;
}
.itemBoxPrice .-yen{
    color: #F00;
    font-size: 45px;
    font-weight: bold;
}
.itemBoxPrice .-intax{
    color: #F00;
    font-size: 35px;
    font-weight: bold;
    text-align: right;
    line-height: 1;
}


#item01 {
    background: #F00;
}

#item01 h2{
    color: #FFF;
}

#item02 {
    background: #ffd700;
}


/* 商品 */
.detailBtn.-blueWide{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/item_btn.png) no-repeat center top / auto;
    color: #FFF;
    font-size: 37px;
    width: 680px;
    height: 124px;
}

.detailBtn.-blueHalf{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/item_btn_small.png) no-repeat center top / auto;
    color: #FFF;
    font-size: 28px;
    padding-right: 40px;
    width: 302px;
    height: 80px;
}

#lineup{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/lineup_bg.jpg) repeat center top -5px / auto;
}

#mytv{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/mytv_bg.jpg) repeat center top / auto;
}

#smarttv{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/smarttv_bg.jpg) repeat center top / auto;
}

.product_wrap .-before span {
    position: relative;
    display: inline-block;
    padding: 0 2px 0 2px;
    font-weight: bold;
}

.product_wrap .-before span::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #dc0000;
}

.product_wrap .product_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}

.product_wrap .product_model {
    font-size: 26px;
    font-weight: bold;
}

.product_wrap .product_feature {
    font-size: 14px;
    line-height: 1.3;
}

.product_wrap .product_pricedown {
    font-size: 14px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.product_wrap .limite_price {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.4;
}

.product_wrap .-before {
    font-weight: bold;
}

.product_wrap .-pricedown {
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 5px;
}

.product_wrap .limite_price .-tax {
    width: 20px;
    margin: 25px 4px 0 15px;
    font-size: 18px;
    line-height: 1;
    height: 35px;
}

.product_wrap .limite_price .-num {
    font-family: 'arial';
    color: #F00;
    font-weight: bold;
    font-size: 54px;
}

.product_wrap .limite_price .-yen {
    font-size: 36px;
    color: #F00;
    font-weight: bold;
}

.product_wrap .limite_price .-intax {
    display: block;
    color: #F00;
    margin: -14px 0 20px 0;
    font-size: 22px;
    font-family: 'arial';
    text-align: right;
    font-weight: bold;
}

/* 4Kテレビはここがスゴイ */
#tv_4k{
    background: #f0f0f0;
    padding: 75px 40px 37px;
}

#tv_4k h2,
#tv_4k h3{
    text-align: center;
}

#tv_4k h2{
    margin-bottom: 38px;
}

#tv_4k .model{
    font-size: 14px;
    font-weight: bold;
    line-height: calc(20/14*1em);
    text-align: center;
    margin: 14px auto 10px;
    padding-bottom: 13px;
    position: relative;
}

#tv_4k .model::before{
    background: #323232;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 128px;
    height: 2.5px;
}

.feature_01,
.feature_02{
    background: #FFF;
    padding: 70px 0 80px;
}

.feature_02{
    margin: 80px auto 2px;
}

#tv_4k .title{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/tv_4k_btn_close.png) no-repeat right 188px bottom 5px / auto;
    cursor: pointer;
    padding-right: 40px;
}

#tv_4k .title.-open{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/tv_4k_btn_open.png) no-repeat right 188px bottom 5px / auto;
}

#tv_4k .content{
    display: none;
}

#tv_4k .content.-open{
    display: block;
}

#tv_4k .p_info{
    margin: 60px auto 0;
    width: 433px;
}

#tv_4k .p_info h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

#tv_4k .p_info p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* 製品比較表 */
.comparison {
    background: #dcdcdc;
    color: #323232;
    text-align: center;
    padding: 60px 0 90px;
}

.comparison h2{
    font-size: 50px;
    margin: 0 auto 60px;
    padding-bottom: 20px;
    position: relative;
}

.comparison h2::before{
    background: #323232;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 2px;
}

.table_wrap{
    margin: 60px auto 0;
}

/* 周辺機器 */
.peripheral{
    background: #f0f0f0;
    color: #323232;
    padding: 40px 0 0;
}

.peripheral > h3{
    font-size: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 50px;
    text-align: center;
}

.peripheralTitle{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 70px auto 60px;
}

.peripheral .peripheralTitle:first-child{
    margin-top: 40px;
}

.peripheral .product_wrap img{
    margin-bottom: 20px;
}

.peripheral .product_feature{
    margin-bottom: 10px;
}

.product_note{
    font-size: 14px;
    margin: 20px auto 40px;
    text-align: center;
    width: 100%;
}

#speaker .inner{
    padding-bottom: 90px;
}

#stand .inner .product_wrap .product_feature{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

#stand .inner .product_wrap:nth-child(2) .product_feature{
    height: 35px;
    margin: 0 0 48px;
}

/* オンラインストアで購入する */
.btnWrap.pageBtm{
    margin: 120px auto;
}

.btnWrap.pageBtm .ecBtn{
    background: url(/pc/img/feature/sale_lp/tvfestival2025autumn-winter/pagebtm_btn.png) no-repeat center top / auto;
    color: #192a5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 45px;
    margin: 0 auto;
    padding-right: 40px;
    text-align: center;
    text-decoration: none;
    width: 735px;
    height: 134px;
}

/* firetv */
.tvfestival2025autumn-winter .firetv{
    background: #F00;
    color: #FFF;
    text-align: center;
    padding: 70px 0 60px;
    margin: 80px auto;
}

.firetv h2{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 60px;
    font-weight: 800;
    line-height: calc(82/60*1em);
}

.firetv img{
    margin: 10px auto 20px;
}

.firetv .product_wrap .limite_price .-num,
.firetv .product_wrap .limite_price .-yen,
.firetv .product_wrap .limite_price .-intax{
    color: #FF0;
}

.firetv .product_wrap .product_feature{
    margin: 10px auto;
}

.firetv .product_wrap .-before span::after{
    background: #FF0;
}

.firetv .limite_price .-tax{
    color: #FF0;
}

/* ラインナップ */
.tvfestival2025autumn-winter .four_k_lineup{
    margin: 80px auto;
    padding: 50px 0 60px;
}

.four_k_lineup{
    color: #323232;
}

.four_k_lineup h2,
.four_k_lineup h3{
    font-size: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 50px;
    text-align: center;
}

.four_k_lineup > img{
    display: block;
    margin: 50px auto 0;
}

.four_k_lineup > p + img{
    margin: 40px auto 0;
}

.four_k_lineup > p{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 40px auto;
    width: 760px;
}

#smarttv.four_k_lineup > p{
    width: 770px;
}

#mytv.four_k_lineup > p{
    width: 848px;
}

.product_wrap.product_other_tv{
    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;
    margin: 0 auto;
}

.product_wrap.product_other_tv .product_detail{
    text-align: left;
    margin-left: 40px;
    padding-top: 35px;
}

#mytv .product_feature{
    margin: 5px 0 10px;
}

.product_wrap.product_other_tv .limite_price{
    margin: 0;
}

.product_wrap.product_other_tv .-tax{
    margin-left: 0;
}

#mytv .-pricedown,
.peripheral .-pricedown{
    color: #dc0000;
    background: #ffd700;
}

#mytv > .btn-area{
    margin-bottom: 80px;
}

/* テレビとセット */
.tvset{
    position: relative;
}

.tvset h2,
.tvset h3{
    color: #FFF;
    border-bottom: 1px solid #FFF;
    font-size: 55px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: fit-content;
}

