
#width {
  width: 990px;
}
.adspecial_type1 h1, .adspecial_type1 h2, .adspecial_type1 h3, .adspecial_type1 h4, .adspecial_type1 h5, .adspecial_type1 h6 {
display:block;
}
.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  width: 980px;
}
.adspecial_type1 .frame_header {
  margin-bottom: 0;
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 980px;
  float: left;
  position: relative;
  background: #fafafa;
  right: 320px;
  text-align: left;
}
.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  width: 980px;
  float: left;
  position: relative;
  background: #ccc;
}
.adspecial_type1 .frame_col_left {
  float: left;
  width: 650px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_left_inner {
  padding: 0;
}
.adspecial_type1 .frame_col_right {
  float: left;
  width: 320px;
  position: relative;
  left: 320px;
}
.adspecial_type1 .frame_col_right_inner {
  padding: 0 10px;
}
* html .adspecial_type1 .frame_col_right_inner {
  width: 300px;
}
* html .adspecial_type1 .frame_col_left {
  overflow: hidden;
}
* html .adspecial_type1 .frame_col_right  {
  overflow: hidden;
}







#adspecial_sonybn_202203 {
  margin-left: 0;
  padding: 0;
}
#adspecial_sonybn_202203.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_sonybn_202203.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_sonybn_202203.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_sonybn_202203.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_sonybn_202203.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_sonybn_202203.adspecial_type1 #block_story p{
margin:0 15px ;
}


#adspecial_sonybn_202203.adspecial_type1 .article-contents{/*横幅100％の場合*/
max-width:1000px;
margin:0 auto;
}


#adspecial_sonybn_202203.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
position:realtive;
}

#adspecial_sonybn_202203.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
position:realtive;
}


#adspecial_sonybn_202203.adspecial_type1 .article-contents .center{
margin:0;
}





#adspecial_sonybn_202203.adspecial_type1 .img-xl{
max-width:300px;
}

#adspecial_sonybn_202203.adspecial_type1 .img-xxxl{
max-width:100%;
position:relative;
z-index:100;
padding:55px 0;
background-color:#f8f8f8;
}

#adspecial_sonybn_202203.adspecial_type1 .img-xxxl{
position:relative;
}

/*#adspecial_sonybn_202203.adspecial_type1 .img-xxxl:before{
content:"";
position:absolute;
top:-25px;
left:12%;
width:80px;
height:50px;
background-color:#fff;
box-shadow:0 0 20px #bbb;
}*/





#adspecial_sonybn_202203.adspecial_type1 .frame_header{
background:url(/extra/sonybn_202203/media/head_title.jpg) center center no-repeat;
height:500px;
/*background-size:cover;*/
position:relative;
}


#adspecial_sonybn_202203.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background:rgba(255,255,255,0.35);
z-index:1;
opacity:0;
animation: line 0.5s ease-in 0.5s 1 forwards;
}


#adspecial_sonybn_202203.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:7%;
right:5%;
width:100%;
height:100%;
background:url(/extra/sonybn_202203/media/head_img.png) right top no-repeat;
z-index:100;
opacity:0;
animation: fade 0.5s linear 1.0s 1 forwards;
}



#adspecial_sonybn_202203.adspecial_type1 h1{
font-size:180%;
line-height:1.4;
padding:9%;
text-shadow:2px 2px 10px #fff;
position:relative;
z-index:1000;
}

#adspecial_sonybn_202203.adspecial_type1 h1 span{
font-size:70%;
margin:0 0 15px 0;
display:block;
color:#075ea3;
position:relative;
border-bottom:1px solid #075ea3;
width:50%;
}

/*#adspecial_sonybn_202203.adspecial_type1 .sub_ttl:before{
content:"";
position:absolute;
top:0;
left:0;
background-color:#075ea3;
width:100%;
height:100%;
}*/




#adspecial_sonybn_202203.adspecial_type1 .lead_block{
background-color: #252525;
background:rgba(0,0,0,0.85);
background-image: url("https://www.transparenttextures.com/patterns/subtle-carbon.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
color:#fff;
text-align:left;
margin:0 auto;
padding:25px;
position:relative;
z-index:100;
}


#adspecial_sonybn_202203.adspecial_type1 .lead_block p{
margin:15px auto;
max-width:1000px;
}

#adspecial_sonybn_202203.adspecial_type1 .lead_block a{
color:#19b2e8;
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}




@keyframes line{
0%{
opacity:0;
width:0;
}
100%{
opacity:1;
width:100%;
}
}






#adspecial_sonybn_202203.adspecial_type1 h2{
font-size:120%;
font-weight:normal;
color:#095da3;
margin:35px auto 60px;
padding:5px 5px 5px 25px;
text-align:left;
position:relative;
border-left:10px solid #095da3;
z-index:1;
}

#adspecial_sonybn_202203.adspecial_type1 h2:after{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
background-color:#f0f0f0;
transition:1.0s;
z-index:-1;
}


#adspecial_sonybn_202203.adspecial_type1 h2.slide:after{
width:100%;
}


/*#adspecial_sonybn_202203.adspecial_type1 h2 span:after{
content:"";
position:absolute;
bottom:-30px;
left:30%;
width:40%;
height:1px;
background-color:#095da3;
}*/


#adspecial_sonybn_202203.adspecial_type1 .interviewer{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin:35px 0 50px !important;
padding:10px;
color:#999;
font-weight:bold;
}

#adspecial_sonybn_202203.adspecial_type1 .mr_hirayama,
#adspecial_sonybn_202203.adspecial_type1 .mr_hamada{
display:inline-block;
width:80px;
text-align:center;
margin:0 20px 10px 0;
padding:2px 5px;
color:#fff;
border-left:8px solid #333;
position:relative;
}


#adspecial_sonybn_202203.adspecial_type1 .mr_hirayama{
background-color:#148eba;
}


#adspecial_sonybn_202203.adspecial_type1 .mr_hamada{
background-color:#066f7c;
}


#adspecial_sonybn_202203.adspecial_type1 .mr_hirayama:after,
#adspecial_sonybn_202203.adspecial_type1 .mr_hamada:after{
content:"";
position:absolute;
top:0;
right:-15px;
width: 0;
height: 0;
border-style: solid;
border-width: 16px 0 16px 15px;
border-color: transparent transparent transparent #148eba;
}

#adspecial_sonybn_202203.adspecial_type1 .mr_hamada:after{
border-color: transparent transparent transparent #066f7c;
}



#adspecial_sonybn_202203.adspecial_type1 .info_block{
font-size:85%;;
margin:25px auto 5%;
text-align:center;
padding:40px 20px 20px;
border-top:1px solid #e0e0e0;
width:100%;
}

#adspecial_sonybn_202203.adspecial_type1 .info_block a img{
text-align:center;
}

#adspecial_sonybn_202203.adspecial_type1 .info_block a img:hover{
opacity:0.7;
transition:0.3s;
box-shadow:0 0 20px #999;
}

.notice{
font-size:14px !important;
text-align:center;
margin:40px 0 0 0 !important;
}












#adspecial_sonybn_202203.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_sonybn_202203.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_sonybn_202203.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_sonybn_202203.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_sonybn_202203.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_sonybn_202203.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_sonybn_202203.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_sonybn_202203.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_sonybn_202203.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_sonybn_202203.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 30px 10px;
background-color:#313131;
color:#fff;
}

#adspecial_sonybn_202203.adspecial_type1 .block_sponsored a{
color:#148eba;
}






#adspecial_sonybn_202203.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_sonybn_202203.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_sonybn_202203.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_sonybn_202203.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}



@media screen and (max-width: 1350px) {



#adspecial_sonybn_202203.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:5%;
right:5%;
width:100%;
height:100%;
background:url(/extra/sonybn_202203/media/head_img.png) right bottom no-repeat;
background-size:50%;
z-index:100;
}



#adspecial_sonybn_202203.adspecial_type1 h1{
font-size:160%;
padding:5% 8%
}


#adspecial_sonybn_202203.adspecial_type1 h1 span{
width:80%;
}



}


@media screen and (max-width: 800px) {

  #adspecial_sonybn_202203.adspecial_type1,
  #adspecial_sonybn_202203.adspecial_type1 .frame_col_right_container,
  #adspecial_sonybn_202203.adspecial_type1 .frame_col_left_container,
  #adspecial_sonybn_202203.adspecial_type1 .frame_col_left,
  #adspecial_sonybn_202203.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_sonybn_202203.adspecial_type1 .article_body .left,
  #adspecial_sonybn_202203.adspecial_type1 .article_body .right,
  #adspecial_sonybn_202203.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_sonybn_202203.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
padding:0 15px;
  }

  #adspecial_sonybn_202203.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_sonybn_202203.adspecial_type1 .frame_header{
height:400px;
}




}


@media screen and (max-width: 640px) {


#adspecial_sonybn_202203.adspecial_type1 .frame_header{
height:250px;
}


#adspecial_sonybn_202203.adspecial_type1 h1{
font-size:120%;
padding:5% 7%;
}


#adspecial_sonybn_202203.adspecial_type1 h1 span{
width:100%;
}


#adspecial_sonybn_202203.adspecial_type1 h2{
font-size:100%;
line-height:1.4;
padding:10px 10px 10px 15px;
}


#adspecial_sonybn_202203.adspecial_type1 .info_block{
padding:30px 10px;
}



}

