
#width {
  width: 990px;
}

.adspecial_type1 {
  margin: 20px auto;
  text-align: center;
  width: 970px;
}
.adspecial_type1 .frame_header {
  text-align: left;
}
.adspecial_type1 .frame_col_left_container {
  width: 970px;
  float: left;
  position: relative;
  background: #fafafa;
  right: 320px;
  text-align: left;
}
.adspecial_type1 .frame_col_right_container {
  overflow: hidden;
  width: 970px;
  float: left;
  position: relative;
  background: #ccc;
}
.adspecial_type1 .frame_col_left {
  float: left;
  width: 650px;
  position: relative;
  left: 320px;
}

.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_dreamarts_202109 {
  margin-left: 0;
  padding: 0;
}
#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_dreamarts_202109.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_dreamarts_202109.adspecial_type1{
width:100% !important;
max-width:100% !important;
position:relative;
}

#adspecial_dreamarts_202109.adspecial_type1:before{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
background:url(/extra/dreamarts_202109/media/parts_head.png) right top no-repeat;
z-index:100;
opacity:0;
animation: fade 0.5s linear 0.5s forwards;
}


#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/

#adspecial_dreamarts_202109.adspecial_type1 .article_body .left{

}




#adspecial_dreamarts_202109.adspecial_type1 #block_story p{
margin:2% 15px !important;
}


#adspecial_dreamarts_202109.adspecial_type1 .article-contents{
margin:0 auto;
max-width:1000px;
position:relative;
z-index:1000;
}

.article-contents p{
padding-bottom:15px;
}


#adspecial_dreamarts_202109.adspecial_type1 .article-contents .left{
margin:0 10px 0 4%;
padding-bottom:0;
padding-right:0;
}

#adspecial_dreamarts_202109.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
padding-bottom:0;
padding-left:0;
}


#adspecial_dreamarts_202109.adspecial_type1 .article-contents .center{
margin:0 auto;
}



#adspecial_dreamarts_202109.adspecial_type1 .img-xl{
max-width:240px;
}

#adspecial_dreamarts_202109.adspecial_type1 .img-xl img{
border-radius:10px;
}

#adspecial_dreamarts_202109.adspecial_type1 .img-xxxl{
margin:0 auto !important;
}

#adspecial_dreamarts_202109.adspecial_type1 .img-xxxl img{
border-radius:10px;
}

#adspecial_dreamarts_202109.adspecial_type1 .center{
padding-bottom:0 !important;
}



/*photo*/

#adspecial_dreamarts_202109.adspecial_type1 .img-photo{
max-width:400px !important;
margin:40px auto 10px !important;
text-align:center;
border:10px solid #fff;
box-shadow:0 0 15px #ccc;
border-radius:10px;
}

#adspecial_dreamarts_202109.adspecial_type1 .img-photo-left,
#adspecial_dreamarts_202109.adspecial_type1 .img-photo-right{
max-width:300px !important;
margin:0 25px 10px !important;
text-align:center;
border:10px solid #fff;
box-shadow:0 0 15px #ccc;
border-radius:10px;
}





#adspecial_dreamarts_202109.adspecial_type1 .img-photo img,
#adspecial_dreamarts_202109.adspecial_type1 .img-photo-left img,
#adspecial_dreamarts_202109.adspecial_type1 .img-photo-right img{
border-radius:10px;
margin:0 !important;
}











#adspecial_dreamarts_202109.adspecial_type1 .frame_header{
background:url(/extra/dreamarts_202109/media/head_title.jpg) right top no-repeat;
height:350px;
background-size:cover;
padding:6% 8%;
}

#adspecial_dreamarts_202109.adspecial_type1 h1{
padding:15px 0;
font-size:180%;
color:#fff;
line-height:1.5;
position:relative;
z-index:1000;
text-shadow:0 0 10px #444;
opacity:0;
animation: right-in 0.3s linear 0.2s forwards;
}


#adspecial_dreamarts_202109.adspecial_type1 h1 span{
border-bottom:2px dotted #fff;
}


#adspecial_dreamarts_202109.adspecial_type1 h1:before{
content:"";
position:absolute;
top:0;
left:-30px;
width:3px;
height:0;
background-color:#fff;
opacity:0;
animation: line 0.5s linear 0.8s forwards;
}


@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}


@keyframes line{
  0% {
opacity:0;
height:0;
}

  100% {
opacity:1;
height:100%;
}
}


@keyframes right-in{
0% {
    opacity: 0;
    transform: translateX(25px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}








#adspecial_dreamarts_202109.adspecial_type1 .lead_block{
font-size:16px;
padding:30px 15px;
color:#fff;
text-align:left;
background: rgb(61,191,236);
background: linear-gradient(90deg, rgba(61,191,236,1) 0%, rgba(5,48,135,1) 100%);
position:relative;
z-index:2;
}

#adspecial_dreamarts_202109.adspecial_type1 .lead_block:before{
content:"";
position:absolute;
top:-40px;
left:-10px;
background:url(/extra/dreamarts_202109/media/parts_illust.png) left bottom no-repeat;
width:100%;
height:150%;
z-index:1;
opacity:0;
animation: fade 0.5s linear 1.3s forwards;
}


#adspecial_dreamarts_202109.adspecial_type1 .lead_block p{
max-width:1030px;
margin:0 auto 20px;
font-weight:bold;
position:relative;
z-index:100;
}

#adspecial_dreamarts_202109.adspecial_type1 .lead_block p span{
border-bottom:2px dotted #fff;
font-size:18px;
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block{
list-style:none;
margin:45px auto 0 !important;
display:flex;
justify-content:space-between;
max-width:1030px;
}

#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block{
margin:45px auto !important;
position:relative;
z-index:1000;
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block li,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li{
width:30%;
background-color:#fff;
box-shadow:0 0 15px #ccc;
border-radius:15px;
padding:20px;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li span,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li span{
display:block;
margin:10px 0;
font-size:14px;
line-height:1.4;
color:#666;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li span.name{
font-weight:bold;
font-size:16px;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li span.career{
position:relative;
padding-left:20px;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li span.career:before{
content:"";
position:absolute;
top:3px;
left:0;
width:12px;
height:12px;
background-color:#a0a0a0;
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block li .name_miss_ito{
color:#1299e6;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li .name_miss_takahashi{
color:#13b9e3;
}

#adspecial_dreamarts_202109.adspecial_type1 .profile_block li .name_miss_saito{
color:#0783a8;
}

#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li a img{
display:block;
margin:15px auto;
border:1px solid #d0d0d0;
}

#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li a span{
text-align:left;
transition:0.3s;
}
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li a img:hover{
opacity:0.75;
transition:0.3s;
}
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li a span:hover{
color:#050505 !important;
transition:0.3s;
}



#adspecial_dreamarts_202109.adspecial_type1 h2.main,
#adspecial_dreamarts_202109.adspecial_type1 h2.sub{
text-align:center;
font-size:130%;
/*color:#052b7c;*/
color:#fff;
margin:45px auto;
padding:25px 0;
line-height:1.4;
position:relative;
z-index:1000;
}

#adspecial_dreamarts_202109.adspecial_type1 h2:after{
transition:0.5s;
transform:scale(0,1);
}

#adspecial_dreamarts_202109.adspecial_type1 h2.slide:after{
transform:scale(1,1);
}


#adspecial_dreamarts_202109.adspecial_type1 h2.main:before{
content:"";
position:absolute;
bottom:0;
left:2.5%;
width:95%;
height:100%;
border-radius:10px;
background: rgb(5,43,124);
background: linear-gradient(90deg, rgba(5,43,124,1) 0%, rgba(37,125,205,1) 100%);
z-index:-1;
}


#adspecial_dreamarts_202109.adspecial_type1 h2.main:after{
content:"";
position:absolute;
top:45%;
left:0;
width:15%;
height:5px;
border-radius:2px;
background-color:#fff;
}


#adspecial_dreamarts_202109.adspecial_type1 h2.sub{
color:#052b7c;
}

#adspecial_dreamarts_202109.adspecial_type1 h2.sub:after{
content:"";
position:absolute;
bottom:0;
left:45%;
width:10%;
height:5px;
border-radius:10px;
background: rgb(5,43,124);
background: linear-gradient(90deg, rgba(5,43,124,1) 0%, rgba(37,125,205,1) 100%);
}


#adspecial_dreamarts_202109.adspecial_type1 h3{
text-align:center;
font-size:130%;
color:#444;
margin:30px auto;
}


#adspecial_dreamarts_202109.adspecial_type1 .interviewer,
#adspecial_dreamarts_202109.adspecial_type1 .interviewer_photo{
margin:0 0 40px !important;
padding:30px 15px;
border-left:1px solid #b0b0b0;
font-weight:bold;
color:#757575;
position:relative;
}
#adspecial_dreamarts_202109.adspecial_type1 .interviewer_photo{
border-left:none;
}

/*#adspecial_dreamarts_202109.adspecial_type1 .interviewer:before{
content:"";
position:absolute;
top:0;
left:0;
width:1px;
height:100%;
background-color:#b0b0b0;
}*/




#adspecial_dreamarts_202109.adspecial_type1 .story_block{
margin:45px 0;
}



/*#adspecial_dreamarts_202109.adspecial_type1 .miss_ito,
#adspecial_dreamarts_202109.adspecial_type1 .miss_takahashi,
#adspecial_dreamarts_202109.adspecial_type1 .miss_saito{
color:#fff;
margin:0 15px 20px 0;
padding:15px;
border-radius:10px;
float:left;
}


#adspecial_dreamarts_202109.adspecial_type1 .miss_ito{
background-color:#1299e6;
}


#adspecial_dreamarts_202109.adspecial_type1 .miss_takahashi{
background-color:#13b9e3;
}


#adspecial_dreamarts_202109.adspecial_type1 .miss_saito{
background-color:#0783a8;
}
*/


#adspecial_dreamarts_202109.adspecial_type1 .miss_ito,
#adspecial_dreamarts_202109.adspecial_type1 .miss_takahashi,
#adspecial_dreamarts_202109.adspecial_type1 .miss_saito{
font-weight:bold;
font-size:120%;
}


#adspecial_dreamarts_202109.adspecial_type1 .info_block{
background-color:#f0f0f0;
margin:50px 0 0 0;
padding:25px 0;
}







#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_dreamarts_202109.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_dreamarts_202109.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_dreamarts_202109.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_dreamarts_202109.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_dreamarts_202109.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#adspecial_dreamarts_202109.adspecial_type1 .block_sponsored {
  clear: both;
  background-color:#0035a7;
  padding:25px 15px;
color:#fff;
}

#adspecial_dreamarts_202109.adspecial_type1 .block_sponsored a{
color:#fff;
}



#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber {
  margin-bottom: 20px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber a img {
  margin: 0 10px 10px 5px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber a h6.title {
  border-bottom: none;
  font-size: 12px;
  display: inline;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber p {
  margin-top: 3px;
  font-size: 12px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber a:hover h6.title {
  text-decoration: underline;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .block_right_backnumber .backnumber .property a {
  margin-left: 5px;
}


#adspecial_dreamarts_202109.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_dreamarts_202109.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_dreamarts_202109.adspecial_type1 .article_body ul {
  margin: 10px 0 0;

}
#adspecial_dreamarts_202109.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 1200px) {

#adspecial_dreamarts_202109.adspecial_type1 h1{
text-align:center;
font-size:160%;
padding:20px;
background:rgba(0,0,0,0.75);
opacity:0;
animation: fade 0.3s linear 0.3s forwards;
}

#adspecial_dreamarts_202109.adspecial_type1 h1:before{
display:none;
}

#adspecial_dreamarts_202109.adspecial_type1 .lead_block:before{
display:none;
}



}



@media screen and (max-width: 800px) {
  #adspecial_dreamarts_202109.adspecial_type1,
  #adspecial_dreamarts_202109.adspecial_type1 .frame_col_right_container,
  #adspecial_dreamarts_202109.adspecial_type1 .frame_col_left_container,
  #adspecial_dreamarts_202109.adspecial_type1 .frame_col_left,
  #adspecial_dreamarts_202109.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_dreamarts_202109.adspecial_type1 .article_body .left,
  #adspecial_dreamarts_202109.adspecial_type1 .article_body .right,
  #adspecial_dreamarts_202109.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_dreamarts_202109.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_dreamarts_202109.adspecial_type1 .block_right_plink {
    display: none;
  }


#adspecial_dreamarts_202109.adspecial_type1 .img-photo,
#adspecial_dreamarts_202109.adspecial_type1 .img-photo-left,
#adspecial_dreamarts_202109.adspecial_type1 .img-photo-right{
border-radius:10px;
margin:0 auto !important;
text-align:center;
width:100%;
}



#adspecial_dreamarts_202109.adspecial_type1 h1{
font-size:150%;
padding:20px;
background:rgba(0,0,0,0.75);
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block{
justify-content:space-around;
}



#adspecial_dreamarts_202109.adspecial_type1 h2{
padding:25px 15px;
}

#adspecial_dreamarts_202109.adspecial_type1 h2.sub:after{
content:"";
position:absolute;
bottom:0;
left:40%;
width:20%;
height:5px;
}


}


@media screen and (max-width: 640px) {


#adspecial_dreamarts_202109.adspecial_type1 .frame_header{
padding:5%;
background-position:left top;
height:250px;
}

#adspecial_dreamarts_202109.adspecial_type1 h1{
font-size:130%;
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block{
display:block;
}


#adspecial_dreamarts_202109.adspecial_type1 .profile_block li,
#adspecial_dreamarts_202109.adspecial_type1 .info_wp_block li{
width:95%;
margin:25px auto;
}



#adspecial_dreamarts_202109.adspecial_type1 h2{
font-size:100%;
padding:25px !important;
}

#adspecial_dreamarts_202109.adspecial_type1 h2.main:after{
display:none;
}


#adspecial_dreamarts_202109.adspecial_type1 h2.sub:after{
content:"";
position:absolute;
bottom:0;
left:30%;
width:40%;
height:5px;
}



}

