

#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: #f7f7f7 !important;
  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_ms_vm_202212 {
  margin-left: 0;
  padding: 0;
}
#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_ms_vm_202212.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_ms_vm_202212.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_ms_vm_202212.adspecial_type1 #block_story p{
margin:15px !important;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents{/*横幅100％の場合*/
margin:0 auto;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
}

#adspecial_ms_vm_202212.adspecial_type1 .article-contents .right{
margin:0 25px 0 15px;
padding:10px;
background-color:#f8f8f8;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents .center{
margin:0;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents .article-section{
max-width:1000px;
background-color:#fff;
margin:0 auto 30px;
padding:3%;
border-top:1px solid #0985bb;
border-bottom:1px solid #0985bb;
}



#adspecial_ms_vm_202212.adspecial_type1 .img-xl{
max-width:280px !important;
}

#adspecial_ms_vm_202212.adspecial_type1 .img-xxxl{

}





#adspecial_ms_vm_202212.adspecial_type1 .frame_header{
	background:url(/extra/ms_vm_202212/media/head_img.png) center center no-repeat;
	height:400px;
	/*background-size:cover;*/
position:relative;
z-index:-1;
}

#adspecial_ms_vm_202212.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/extra/ms_vm_202212/media/head_back_top.png) center center no-repeat;
background-size:cover;
z-index:1;
animation: fluffy-up 6s linear 0s infinite;
}

#adspecial_ms_vm_202212.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:url(/extra/ms_vm_202212/media/head_back_bottom.png) center center no-repeat;
background-size:cover;
z-index:1;
animation: fluffy-down 6s linear 0s infinite;
}


@keyframes fluffy-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px);
  }
}

@keyframes fluffy-down {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(35px);
  }
}


#adspecial_ms_vm_202212.adspecial_type1 h1{
display:flex;
flex-direction:column;
justify-content:center;
font-size:160%;
text-align:center;
height:400px;
position:realtive;
z-index:100;
}

#adspecial_ms_vm_202212.adspecial_type1 h1 span{
background:rgba(255,255,255,0.7);
margin:5px auto;
padding:0 30px;
border-radius:3px;
}







#adspecial_ms_vm_202212.adspecial_type1 h2{
font-size:130%;
font-weight:normal;
text-align:center;
background-color:#fff;
color:#454545;
margin:0 0 30px 0;
padding:20px;
border-bottom:3px solid #0985bb;
position:relative;
box-shadow:0 0 10px #efefef;
}

#adspecial_ms_vm_202212.adspecial_type1 h2:before{
content:"";
position:absolute;
bottom:8px;
left:0;
width:100%;
height:2px;
background-color:#6fbe2e;
transform:scale(0,1);
transition:1.0s ease;
}

#adspecial_ms_vm_202212.adspecial_type1 h2:after{
content:"";
position:absolute;
bottom:3px;
left:0;
width:100%;
height:2px;
background-color:#15bcb6;
transform:scale(0,1);
transition:1.0s ease;
}

#adspecial_ms_vm_202212.adspecial_type1 h2.slide:before{
transform:scale(1,1);
}

#adspecial_ms_vm_202212.adspecial_type1 h2.slide:after{
transform:scale(1,1);
}




/*202305 add*/


#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block{
width:100%;
background-color:#f0f0f0;
margin:45px auto 0;
padding:20px;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block .wp_ttl{
text-align:center;
font-size:20px;
color:#444;
position:relative;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block .wp_ttl:before{
content:"";
position:absolute;
bottom:-5px;
left:calc(50% - 40px);
width:80px;
height:3px;
background-color:#d5d5d5;
}


#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
background:none;
margin:0 auto !important;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li{
width:25%;
padding:30px 15px !important;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li:before,
#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li:after{
display:none;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li a img{
width:200px;
margin:0 auto;
display:block;
}
#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li a img:hover{
filter: grayscale(80%);
transition:0.3s;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li a span{
font-size:14px;
display:block;
margin:10px auto 0;
text-align:center;
}



@media screen and (max-width: 960px) {

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul{
display:block;
margin:0 auto;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li{
width:100%;
height:100%;
}

#adspecial_ms_vm_202212.adspecial_type1 .wp_add_block ul li a span{
text-align:center;
}

}






#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_ms_vm_202212.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_ms_vm_202212.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_ms_vm_202212.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_ms_vm_202212.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_ms_vm_202212.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_ms_vm_202212.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_ms_vm_202212.adspecial_type1 .block_sponsored {
  clear: both;
  background-color:#fff;
  padding: 25px 10px;
}


#adspecial_ms_vm_202212.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_ms_vm_202212.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_ms_vm_202212.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}


@media screen and (max-width: 800px) {
  #adspecial_ms_vm_202212.adspecial_type1,
  #adspecial_ms_vm_202212.adspecial_type1 .frame_col_right_container,
  #adspecial_ms_vm_202212.adspecial_type1 .frame_col_left_container,
  #adspecial_ms_vm_202212.adspecial_type1 .frame_col_left,
  #adspecial_ms_vm_202212.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_ms_vm_202212.adspecial_type1 .article_body .left,
  #adspecial_ms_vm_202212.adspecial_type1 .article_body .right,
  #adspecial_ms_vm_202212.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_ms_vm_202212.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }


  #adspecial_ms_vm_202212.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_ms_vm_202212.adspecial_type1 .frame_header{
	background:url(/extra/ms_vm_202212/media/head_img.png) center center no-repeat;
	height:250px;
	background-size:cover;
position:relative;
z-index:-1;
}

#adspecial_ms_vm_202212.adspecial_type1 .frame_header h1{
height:250px;
font-size:140%;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents .right{
margin:20px auto 15px;
padding:10px;
background-color:#f8f8f8;
max-width:100% !important;
}


#adspecial_ms_vm_202212.adspecial_type1 .article-contents .article-section{
margin:0 20px 30px;
}


#adspecial_ms_vm_202212.adspecial_type1 h2{
font-size:110%;
padding:10px;
}


}


@media screen and (max-width: 480px) {


#adspecial_ms_vm_202212.adspecial_type1 .frame_header h1{
height:250px;
font-size:120%;
}


}

