
#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_ms_otsuka_202204 {
  margin-left: 0;
  padding: 0;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_ms_otsuka_202204.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_ms_otsuka_202204.adspecial_type1 #block_story p{
margin:2% 15px !important;
padding-bottom:20px !important;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents{
max-width:100%;
margin:0 auto;
background-color:#f5f5f5;
position:relative;
}




#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .left{
margin:0 15px 25px 4%;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .right{
margin:0 4% 25px 15px;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .center{
margin:0;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .left,
#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .right{
background-color:#fff;
text-align:center;
padding:15px;
box-shadow:0 0 15px #e5e5e5;
border-radius:5px;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .img-xl{
max-width:300px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .img-xxxl{
max-width:***px;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .article-block{
padding:15px 20%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .article-yellow{
background-color:#ffffe9;
}





@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


@keyframes line{
  0% {
    opacity: 0;
    width: 0;}

  100% {
    opacity: 1;
    width: 100%;}
}

@keyframes scale{
  0% {
    opacity: 0;
    transform:scale(0.8);
}

  100% {
    opacity: 1;
    transform:scale(1.05);
}
}






#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header{
background:url(/extra/ms_otsuka_202204/media/head_title.jpg) right top no-repeat;
background-size:cover;
padding:4% 5% 7%;
height:400px;
position:relative;
z-index:-1;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:url(/extra/ms_otsuka_202204/media/head_parts.png) center top no-repeat;
background-size:cover;
opacity:0;
animation: scale 0.7s linear 0.1s 1 forwards;
transform-origin: top center;
z-index:1;
}


#adspecial_ms_otsuka_202204.adspecial_type1 h1{
font-size:150%;
color:#444;
line-height:1.5;
padding:5px 35px;
display:inline-block;
position:relative;
z-index:100;
}

#adspecial_ms_otsuka_202204.adspecial_type1 h1:before{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
box-shadow:0 0 15px #ccc;
border-radius:50px;
background:rgba(255,255,255,0.8);
opacity:0;
animation: line 0.5s linear 0.5s 1 forwards;
z-index:-1;
}



#adspecial_ms_otsuka_202204.adspecial_type1 h1 span{
color:#eb792c;
opacity:0;
animation: fade 0.5s linear 1.2s 1 forwards;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .sub_title{
font-size:140%;
line-height:1.5;
padding:0 15px 30px;
color:#eb792c;
/*background:rgba(255,255,255,0.8);
display:inline-block;*/
text-shadow:0 0 15px #a5a5a5;
position:relative;
opacity:0;
animation: fade 0.5s linear 0.3s 1 forwards;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .sub_title span{
font-weight:bold;
}








#adspecial_ms_otsuka_202204.adspecial_type1 .lead_block{
width:60%;
margin:0 auto;
padding:45px 0 60px;
font-size:90%;
color:#666;
position:relative;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .lead_block:before{
content:"";
position:absolute;
top:-4px;
left:0;
width:100%;
height:8px;
background-color:#fff;
border-radius:10px;
}





#adspecial_ms_otsuka_202204.adspecial_type1 h2{
font-size:100%;
font-weight:normal;
text-align:center;
margin:-35px auto 45px;
padding:3px;
background-color:#eb792c;
color:#fff;
border-radius:50px;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .annotation{
font-size:13px !important;
color:#a0a0a0;
/*border:1px solid #ccc;*/
background-color:#fff;
padding:10px 30px !important;
display:block;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .event_block{
width:80%;
margin:0 auto 45px;
border:10px solid #f0f0f0;
background-color:#fff;
padding:25px;
box-shadow:0 0 15px #ccc;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .event_block .title{
text-align:center;
font-weight:bold;
font-size:16px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .event_block span{
display:block;
margin:15px;
line-height:1.6;
font-size:14px;
}








#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}





#adspecial_ms_otsuka_202204.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .block_sponsored {
  clear: both;
  padding: 25px 10px;
background-color:#fff;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink {
  margin-bottom: 20px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li {
  width: 300px;
  padding-bottom: 0px;
  height: 70px;
  margin-bottom: 5px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li a {
  display: block;
  height: 70px;
  margin-bottom: 5px;
  overflow: hidden;
  text-indent: -9999px;
  width: 300px;
  background-repeat: no-repeat;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink1 a {
  background-position: 0 0;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink1 a:hover,
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul#on1 li.plink1 a {
  background-position: -300px 0;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink2 a {
  background-position: 0 -70px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink2 a:hover,
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul#on2 li.plink2 a {
  background-position: -300px -70px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink3 a {
  background-position: 0 -140px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink3 a:hover,
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul#on3 li.plink3 a {
  background-position: -300px -140px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink4 a {
  background-position: 0 -210px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink4 a:hover,
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul#on4 li.plink4 a {
  background-position: -300px -210px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink5 a {
  background-position: 0 -280px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul li.plink5 a:hover,
#adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink ul#on5 li.plink5 a {
  background-position: -300px -280px;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_ms_otsuka_202204.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 1400px) {


#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .article-block{
padding:15px 15%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header{
height:350px;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.4);
z-index:1;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .sub_title,
#adspecial_ms_otsuka_202204.adspecial_type1 h1{
position:relative;
z-index:1000;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .lead_block{
width:70%;
}




}


@media screen and (max-width: 800px) {
  #adspecial_ms_otsuka_202204.adspecial_type1,
  #adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_right_container,
  #adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left_container,
  #adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_left,
  #adspecial_ms_otsuka_202204.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_ms_otsuka_202204.adspecial_type1 .article_body .left,
  #adspecial_ms_otsuka_202204.adspecial_type1 .article_body .right,
  #adspecial_ms_otsuka_202204.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_ms_otsuka_202204.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_ms_otsuka_202204.adspecial_type1 .block_right_plink {
    display: none;
  }




#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .article-block{
padding:15px 20px;
}



#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header{
height:250px;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.6);
z-index:1;
}



#adspecial_ms_otsuka_202204.adspecial_type1 h1{
font-size:130%;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .sub_title{
font-size:100%;
text-align:center;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .lead_block{
width:90%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 h2{
width:95%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .event_block{
width:95%;
}




}


@media screen and (max-width: 480px) {

#adspecial_ms_otsuka_202204.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.6);
z-index:1;
}


#adspecial_ms_otsuka_202204.adspecial_type1 h1{
line-height:1.4;
padding:15px 20px;
font-size:100%;
}

#adspecial_ms_otsuka_202204.adspecial_type1 .sub_title{
font-size:90%;
}


#adspecial_ms_otsuka_202204.adspecial_type1 .article-contents .article-block{
padding:15px 0;
}

#adspecial_ms_otsuka_202204.adspecial_type1 h2{
width:95%;
line-height:1.4;
padding:10px;
}


}

