
/* ==================================================
	main_content
================================================== */

#main_content {
    background: #000;
    color: #fff;
}
#main_content img {
    height: auto;
}



/* ==================================================
	main
================================================== */

.main {
    text-align: center;
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/personal/others/hyperx_mic_headset/images/bg.png) no-repeat center top;
    background-size: contain;
    padding: 20px 0;
}
.main .logo {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .main {
        padding: 40px 0;
    }
    .main .logo {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .main {
        background-size: cover;
        padding: 50px 0 0;
    }
    .main .logo {
        margin-bottom: 25px;
    }
}



/* ==================================================
	sub_content
================================================== */

.sub_cont {
    margin: 20px 0 60px;
}

.sub_cont .img_area {
    text-align: center;
}
.sub_cont .merit {
    margin: 0 15px;
    text-align: center;
}
.sub_cont .merit > div:nth-child(n+2) {
    margin-top: 15px;
}

.cont_02 {
    margin-top: 40px;
}
.cont_03 {
    margin-top: 40px;
}

.cont_03 {
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/personal/others/hyperx_mic_headset/images/prod_bg.png) no-repeat center center;
    background-size: cover;        
}
.cont_02 > div.prod_microphone {
    background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/personal/others/hyperx_mic_headset/images/microphone_bg.png) no-repeat center top;       
}

@media screen and (min-width: 768px) {
    .sub_cont .merit {
        display: flex;
        margin: 0;
    }
    .sub_cont .cont_01 .merit {
        margin-top: -60px;
    }
    .sub_cont .merit > div {
        width: calc((100% - 30px) / 3);
    }
    .sub_cont .merit > div:nth-child(n+2) {
        margin-top: 0;
        margin-left: 15px;
    }
    
    .cont_02 > div.prod_microphone {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .sub_cont .merit, .sub_cont .cont_03, .sub_cont .prod_list {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto; 
    }
    .sub_cont .cont_01 .merit {
        margin-top: -100px;
    }
    .cont_01 > div.prod_headset {
        background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/campaign/personal/others/hyperx_mic_headset/images/headset_bg.png) no-repeat center top;
        background-size: cover;        
    }
    .cont_02 > div.prod_microphone {
        background-size: cover;  
        padding-bottom: 0;
    }
}


.talk {
    margin-top: 60px;
}
.talk .detail {
    margin: 20px 15px;
}
.talk .pic_area {
    text-align: center;
    margin: 30px 15px;
}  

.title_talk {
    padding: 0 10px;
}

.detail > div:nth-child(n+2) {
    margin-top: 15px;
}

.talk .detail_01 {
    text-align: center;
}

.detail_01 .txt {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 0;
    padding: 7px 10px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 15px;
    width: 100%;
}
.detail_01.aru .txt {
  background: #05323b;
}
.detail_01.betty .txt {
  background: #421720;
}

.detail_01 .txt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 9.5px 13px 9.5px;
    border-color: transparent transparent #d6fdff;
    translate: -50% -100%;
}

.detail_01.aru .txt:before {
    border-color: transparent transparent #05323b;
}
.detail_01.betty .txt:before {
    border-color: transparent transparent #421720;
}

.detail_01 .txt p {
    line-height: 1.4;
    padding: 10px;
    text-align: left;
}

@media screen and (min-width: 768px) {    
    .detail > div:nth-child(n+2) {
        margin-top: 20px;
    }
    .talk .detail_01 {
        display: flex;
    }

    .detail_01 .pic {
        width: 13%;
    }

    .detail_01 .txt  {
        display: flex;
        align-items: center;
    }

    .detail_01.aru .txt  {
        margin: 0 13% 0 25px; 
    }

    .detail_01.aru .txt:before {
        top: 50%;
        left: 0;
        border-width: 7.5px 13px 7.5px 0;
        translate: -100% -50%;
        border-color: transparent #05323b transparent transparent;
    }
    .detail_01.betty .txt {
        order: 1;
        margin: 0 25px 0 13%; 
    }
    .detail_01.betty .txt:before {
        top: 50%;
        right: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 13px;
        border-color: transparent transparent transparent #421720;
        translate: 100% -50%;
    }  
    .detail_01.betty .pic {
        order: 2;
    }
    
    .title_talk {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .talk {
        margin-top: 80px;
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto; 
    }

    .detail_01 .pic {
        width: 73px;
    }

    .detail_01.aru .txt  {
        margin: 0 80px 0 20px; 
    }
    .detail_01.betty .txt {
        order: 1;
        margin: 0 20px 0 80px; 
    }
    
    .detail_01 .txt p {
        padding: 15px;
    }
    
    .talk .pic_area {
        margin: 60px 15px;
    }
    
    .title_talk {
        margin-bottom: 60px;
    }
}


.cont_03 .prod_title {
    text-align: center;
    margin-bottom: 20px;
}
.cont_03 .prod_area {
    padding: 0 15px;
}
.cont_03 .prod_area p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}



/* ==================================================
	prod_list
================================================== */

.prod_list {
    margin-top: 60px;
    padding: 40px 15px;  
    background: #141414;
}

.hpj-pim .model_delivery{
    font-weight:bold;
    min-height:20px;
    position:relative;
    margin:.8em 0;
    padding-left:32px;
    font-size:14px;
    line-height:1.4;
    width:fit-content;
}
.hpj-pim .model_delivery:empty::before{
    visibility:hidden;
}
.hpj-pim .model_delivery::before{
    content:'';
    position:absolute;
    top:-2px;
    left:0;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background:url(/content/dam/jp-ext-hp-com/jp/ja/ec/common/images/delivery.png);
    background-size:22px;
    filter: invert(1);
}
.hpj-pim .model_fixed_title>.model_delivery{
    visibility:hidden;
}

.prod_list .product .pic_area {
    text-align: center;
    background: #fff;
}
.prod_list .product .pro_name {
    margin: 10px 0 5px;
    font-weight: normal;
    line-height: 1.2;
}
.prod_list .product .pro_price {
    margin-bottom: 8px;
    font-size: 22px;
}
.prod_list .product p {
    font-size: 16px;
}

.prod_list .product a img {
    transition: none;
}

@media screen and (min-width: 1024px) {
    .prod_list .product .pro_name {
        margin: 20px 0 5px;
        font-size: 18px;
    }
    .prod_list .product .pro_price {
        font-size: 26px;
    }
}

/* column3 -------------------- */

.column3 {
    display: flex;
    flex-wrap: wrap;
}
.column3 > div {
    width: 50% !important;
    padding: 0 10px;
}
.column3 > div:nth-child(n+3) {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .column3 > div {
        width: calc(100% / 3) !important;
    }
    .column3 > div:nth-child(n+3) {
        margin-top: 0px;
    }
    .column3 > div:nth-child(n+4) {
        margin-top: 40px;
    }
}

/* button -------------------- */

.btn_area {
    margin-top: 15px;
}
.btn_area .button.secondary {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #ed1f09;
	transition: .2s;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn_area .button.secondary:link,
.btn_area .button.secondary:visited,
.btn_area .button.secondary:hover,
.btn_area .button.secondary:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_area .campaign-link:first-child:hover { background-color: #d31c08; }


.btn_area .button.critical {
	display: inline-block;
	vertical-align: bottom;
	padding: .3em 1.3em;
	font-size: 16px;
	line-height: 1.2;
	background-color: #218a89;
	transition: .2s;
    color: #fff;
}

.btn_area .button.critical:link,
.btn_area .button.critical:visited,
.btn_area .button.critical:hover,
.btn_area .button.critical:focus {
	color: #fff;
	text-decoration: none;
}

/* hover */
.btn_area .button.critical:hover { background-color: #1d7c7b; }


@media screen and (min-width: 480px) {
    .btn_area .button.secondary {
        margin-bottom: 0;
    }    
}




/* ==================================================
	cate
================================================== */

.cate {
    margin-top: 60px;
    padding: 0 15px;
}

.cate .sub_title {
    border-bottom: 1px #fff solid;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .cate {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto; 
    }
}
