@charset "utf-8";
/* CSS Document */

/*----- ヘッダー -----*/
.pkt_headwrap h1{
  display:none;
}

.pkt_headwrap ul.pkt_headmenu{
  justify-content: flex-end;
}

.pkt_headmenu li:first-of-type{
  margin-right:0;
}

.pkt_headmenu li:first-of-type img{
  max-width:32px;
}

.pkt_tophdbtmarea{
  display:flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}

.pkt_tophdbtmarea > div{
  width:50%;
}

.pkt_tophdbtmarea h1{
  width: 80%;
  background-image: url(../img/top/bg_denim_l.png);
  background-size: 140% auto;
  background-position: top 40px right;
  background-repeat: no-repeat;
  padding: 0 32px 72px 0;
  margin: -24px 0 -88px 0;
}

.pkt_tophdbtmarea h1 img{
  display: block;
  width:100%;
  max-width:240px;
  margin: 0 auto;
}

.pkt_tophdbtmarea > div:last-of-type{
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  position: relative;
  max-width: 20em;
  margin: 1em -12%;
  background-color:#fff;
  border: 4px solid #de1818;
  border-radius: 40px;
  padding: 16px;
}

.pkt_tophdbtmarea > div:last-of-type::after, .pkt_tophdbtmarea > div:last-of-type::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pkt_tophdbtmarea > div:last-of-type::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 16px;
  margin-top: -16px;
}
.pkt_tophdbtmarea > div:last-of-type::before {
  border-color: rgba(222, 24, 24, 0);
  border-right-color: #de1818;
  border-width: 22px;
  margin-top: -22px;
}

.pkt_tophdbtmarea div:last-of-type a{
  color:#000;
}

.pkt_tophdbtmarea div:last-of-type a:hover{
  text-decoration:underline;
}



.pkt_tophdbtmarea div:last-of-type p{
    font-size: 0.875rem;
    font-weight: bold;
  line-height: 1.25em;
}

.pkt_tophdbtmarea div:last-of-type p::before{
  content: "";
  display: block;
  width:80%;
  padding-top: 40%;
  position: absolute;
  background-image: url(../img/top/hd_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  top:-1em;
  left:0;
  right:0;
  margin: auto;
  z-index: 8;
}


.pkt_c_thumbimg {
    position: absolute;
    width: 214px !important;
    bottom: 0;
    right: 0;
}

.pkt_c_thumbimg_topicks{
  width:120px !important;
  position:absolute;
  right:2.5%;
  bottom:10px;
}

/*--  --*/

.pkt_tabWrap{
  margin-bottom:46px;
}

.pkt_topmainmvcontainer{
  width:100%;
  max-width:640px;
  margin:0 auto;
}

.pkt_topmainmvbox{
  position:relative;
}

.pkt_topmainmvbox div{
  position:relative;
}

.pkt_topmainmvbox img{
  width:100%;
  max-height:360px;
  padding:1.5%;
  vertical-align: bottom;
}

.pkt_topmainmvbox .pkt_nwlive{
  width:160px;
  height:160px;
  left:-150px;
  border-radius: 50%;
  position:absolute;
  z-index: 1;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #c10;
}

.pkt_nwlive > div{
  padding-bottom:20px;
  padding-left:25px;
}

.pkt_topmainmvbox .pkt_nwlive img{
  padding:0;
  display:inline-block;
  z-index:2;
  width:100%;
  height: auto;
}

.pkt_topmainmvbox h2{
  position:absolute;
  right:-140px;
  bottom:60px;
  background-color:#c10;
  width:160px;
  height:160px;
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center;
  font-size: 80%;
  text-align:center;
}

.pkt_topmainmvbox h2 a{
  color:#FFF;
  text-decoration: underline;
}

.pkt_topmainmvbox .pkt_topmainthumb{
  background-color:#2b2b2b;
  border-radius: 5px 5px 0 0;
}

.pkt_topmainmvbox a{
  color:#FFF;
}

.pkt_topmainmvbox .pkt_topcatecaption{
  position: relative;
  padding-left:2%;
  margin-top:0;
  background-color: transparent;
  background-image:url(../img/top/bdr_indigo.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}

.pkt_ichicap a{
  display: inline-block;
  text-decoration: underline;
  text-align: left;
  color: #fff;
  font-size: 0.875em;
  margin: -0.25em 0 0 0;
  padding: 1.2em 80px 0.6em 48px;
  background-image: url(../img/top/bg_ryusui.png), url(../img/top/bg_indigo.png);
  background-repeat: no-repeat;
  background-position: left 48px top, left top;
  background-size: auto 88px , auto 100%;
  border-radius: 0 0 8px 0 !important;
}

.pkt_ichicap img{
  width:80px !important;
  height: auto;
  top:-8px !important;
  right:0 !important;
}

.pkt_topmainmvbox .pkt_osusumemaintitle{
  background-color:#323849;
  padding-bottom:8px;
}

.pkt_topmainmvbox .pkt_osusumemaintitle span{
  background-color:#000;
  padding:13px 0.5em;
  display:block;
}

.pkt_top_agotab{
  display:none;
}

.pkt_dur{
  font-size:0.875em;
  left:1.5%;
  bottom:1.5%;
}

.pkt_topmainmvbox .pkt_mvdurbx .pkt_dur{
  bottom: 5px;
}

/*---- イチオシ固有 ----*/
.pkt_topmainmvbox .pkt_topcatecaption img{
  width:10%;
  margin-left:1%;
  position:absolute;
  right:0;
  top:-20px;
}


/*----- トピックス大 -----*/
.pkt_topcatecaption{
  width:100%;
  position:relative;
  background-color: #000521;
  padding:4px 0;
}

.pkt_topcatecaption img{
  width:10%;
  margin-left:8px;
  right:0;
}

.pkt_topicstopbox{
  background:#c00;
  margin-top:50px;
  padding-top:36px;
  padding-bottom:36px;
  width:100%;
  position:relative;
}

.pkt_topicstopbox h2{
  position:absolute;
  top:-20px;
  left:2%;
}

.pkt_topicstopbox h2 img{
  width:70%;
  max-width: 186px;
}

.pkt_topics_l{
  display:flex;
  flex-wrap: wrap;
  align-items:stretch;
  width:100%;
  max-width: 1140px;
  margin: auto;
  justify-content: space-around;
  background-color: #000;
}

.pkt_topics_l li{
  width: 44%;
  font-size: 0.875em;
  background-color: #2b2b2b;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  flex-direction: column;
}

.pkt_topics_l li a{
    color: #FFF;
    text-decoration: underline;
    width: 100%;
    display: block;
}

.pkt_topics_l li a:nth-of-type(2){
  margin-top:auto;
}

.pkt_topics_l li a:first-child{
  text-decoration: none;
}

.pkt_topics_l li img{
  width:100%;  
}

.pkt_topics_l li img.topics_thumb{
  object-fit: cover;
  background-color:#2b2b2b;
}

.pkt_topcatecaption{
  text-align:right;
}

.pkt_topicscontainer .pkt_topcatecaption{
  display:flex;
  font-size: 1em;
  justify-content:flex-end;
  align-items:center;
}
.pkt_topicscontainer .pkt_topcatecaption img{ 
  max-width: 40px;
}

.pkt_topics_l .pkt_osusumemaintitle{
  background-color:#2b2b2b;
  padding:0.5em 1em;
}

/*----- トピックス小 -----*/

.pkt_topicsbottombox{
  margin-top:32px;
  background-color:#2b2b2b;
}

.pkt_topics_s{
  display:flex;
  width:100%;
  max-width:1700px;
  flex-wrap: wrap;
  background-color:#2b2b2b;
  margin:auto;
}

.pkt_topics_s .pkt_osusumemaintitle{
  padding:8px 1em;
  line-height:1.6;
}

.pkt_topics_s li{
  width:25%;
  font-size:0.75em;
  display:flex;
  flex-direction:column;
  background-color:#000;
}

.pkt_topics_s li a{
  color:#FFF;
  text-decoration: underline;
}

.pkt_topics_s li a:first-child{
  text-decoration: none;
}

.pkt_topics_s li a:nth-of-type(2) {
    margin-top: auto;
}

.pkt_topics_s li img.topics_thumb{
  width:100%;
  padding:2%;
}

.pkt_topicsbottombox .pkt_topcatecaption img{ 
  width:40px;
}

.pkt_topicsbottombox .pkt_topcatecaption{
  padding-top:.875em;
  text-align:right;
}

.pkt_topics_s .pkt_c_thumbimg_topicks{
  width:60px !important;
}




@media screen and (min-width:1200px) {

    .pkt_tophdbtmarea h1{
        width: 100%;
        max-width: 420px;
        background-size: 100% auto;
        padding: 0 8px 65px 0;
        //margin: -24px 0 -88px 0;
    }

    .pkt_tophdbtmarea h1 img{
      width:100%;
      max-width:280px;
    }

    
}


/*----- -----*/
.pkt_tophdbtmarea div:first-child{
  width:30%;
  background-image: url(../img/top/bg_denim_l.png);
  background-repeat:no-repeat;
  background-size: 100% auto;
  margin-top:16px;
  padding-bottom:7%;
}

.pkt_tophdbtmarea h1{
  background-image:none;
  padding-bottom:0;
  margin-bottom:0;
  margin-left:auto !important;
  margin-right:auto !important;
  padding:0;
  margin-top:-42px;
}

.pkt_tophdbtmarea > div:last-of-type{
  margin-left:32px;
  margin-bottom:7%;
  padding-top:2.5% !important;
}

.pkt_tabWrap{
  margin-top:-5%;
}

@media screen and (min-width:1720px) {
  .pkt_tabWrap{
    margin-top:-3%;
  }
}