

#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_criteo_202406 {
  margin-left: 0;
  padding: 0;
}
#adspecial_criteo_202406.adspecial_type1 .frame_col_left_container {
  background: #ffffff;
}
#adspecial_criteo_202406.adspecial_type1 .frame_col_right_container {
  background: #ffffff;
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_criteo_202406.adspecial_type1{
width:100% !important;
max-width:100% !important;
position:relative;
}
#adspecial_criteo_202406.adspecial_type1:before{
content:"";
position:absolute;
top:0;
left:0;
background:url(/extra/criteo_202406/media/head_bg.png) center top no-repeat;
width:100%;
height:100%;
z-index:-1;
}


#adspecial_criteo_202406.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_criteo_202406.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_criteo_202406.adspecial_type1 #block_story p{
margin:15px 15px 0 !important;
}


#adspecial_criteo_202406.adspecial_type1 .article-contents{/*横幅100％の場合*/
/*background-color:#c4d6fd;*/
background:url(/extra/criteo_202406/media/bg_noise.png);
margin:20px auto 30px;
padding:40px 0;
border-radius:0 0 20px 20px;
position:relative;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents::before{
content:"";
position:absolute;
top:-100px;
left:0;
width:100%;
height:300px;
/*background-color:#c4d6fd;*/
background:url(/extra/criteo_202406/media/bg_noise.png);
border-radius:100%;
z-index:10;
}








#adspecial_criteo_202406.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
}


#adspecial_criteo_202406.adspecial_type1 .article-contents .center{
margin:0 auto;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .center img{
box-shadow:0 0 25px #d5d5d5;
border-radius:20px;
max-width:900px;
}



#adspecial_criteo_202406.adspecial_type1 .img-xl{
max-width:***px;
}

#adspecial_criteo_202406.adspecial_type1 .img-xxxl{
max-width:900px !important;
}





#adspecial_criteo_202406.adspecial_type1 .frame_header{
position:relative;
/*background-color:#fff;*/
/*border:30px solid #c4d6fd;*/
z-index:1;
}


#adspecial_criteo_202406.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:-10px;
right:20px;
background:url(/extra/criteo_202406/media/head_main.png) right center no-repeat;
width:100%;
height:100%;
border-radius:50px;
z-index:1;
opacity: 0;
animation: right-in 0.5s linear 0.8s forwards;
}


#adspecial_criteo_202406.adspecial_type1 h1{
display:flex;
flex-direction:column;
justify-content:center;
max-width:1000px;
height:420px;
padding:0 5% 5%;
color:#353535;
position:relative;
z-index:100;
}


#adspecial_criteo_202406.adspecial_type1 h1 span{
/*font-weight:normal;*/
font-size:1.75rem;
width:fit-content;
position:relative;
opacity: 0;
animation: left-in 0.5s linear 0.3s forwards;
}

#adspecial_criteo_202406.adspecial_type1 h1 span::before{
content:"";
position:absolute;
top:45%;
left:-80px;
width:60px;
height:1px;
background-color:#fb5e00;
}

#adspecial_criteo_202406.adspecial_type1 h1 span:nth-child(2){
animation: left-in 0.5s linear 0.6s forwards;
}


@keyframes left-in{
0% {
    opacity: 0;
    transform: translateX(-80px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}

@keyframes right-in{
0% {
    opacity: 0;
    transform: translateX(80px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}



/*#adspecial_criteo_202406.adspecial_type1 h1 span small{
font-size:80%;
}*/



/* add --------------------------------------------------------------------------------------- */



#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section{
background-color:#fff;
max-width:1050px;
margin:40px auto;
padding:30px;
border-radius:30px;
box-shadow:0 0 40px #90a9e0;
position:relative;
z-index:100;
}
#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section:first-child{
margin:-10% auto 0;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section::before{
content:"";
position:absolute;
top:-10px;
left:calc(50% - 30px);
background-color: #fb5e00;
height: 30px;
width: 50px;
clip-path: polygon(0 0, 100% 0, 50% 100%);
transform: translate(0, -50px);
transition:0.5s;
opacity:0;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section:first-child::before{
display:none;
}



#adspecial_criteo_202406.adspecial_type1 .article-contents .show::before {/* show */
transform: translate(0, 0);
opacity:1;
}


#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section .lead-block{
position:relative;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section .lead-block:before{
content:"";
position:absolute;
top:-50px;
left:calc(50% - 50px);
width:100px;
height:5px;
background-color:#fb5e00;
border-radius:20px;
}




#adspecial_criteo_202406.adspecial_type1 h2{
/*font-weight:normal;*/
margin:30px auto 65px;
padding:0;
text-align:center;
color:#5377c5;
/*color:#505050;*/
width:fit-content;
position:relative;
}

/*#adspecial_criteo_202406.adspecial_type1 h2:before{
content:"";
position:absolute;
top:-20px;
left:calc(50% - 100px);
width:200px;
height:1px;
background-color:#5377c5;
border-radius:20px;
opacity:0;
transform:scaleX(0);
transition:0.5s;
}*/


#adspecial_criteo_202406.adspecial_type1 h2:after{
content:"";
position:absolute;
bottom:-20px;
left:calc(50% - 50%);
width:100%;
height:1px;
background-color:#5377c5;
border-radius:20px;
opacity:0;
transform:scaleX(0);
transition:0.5s;
}

#adspecial_criteo_202406.adspecial_type1 .show h2:before,
#adspecial_criteo_202406.adspecial_type1 .show h2:after{/* show */
opacity:0.5;
transform:scaleX(1);
}



/* info */

.info-block{
margin:35px auto;
}


.info-block a{
display:block;
background-color:#fb5e00;
color:#fff;
border-radius:50px;
max-width:400px;
margin:0 auto;
padding:20px 10px;
position:relative;
}

.info-block a:hover{
background-color:#fc8740;
color:#fff !important;
transition:0.3s;
box-shadow:0 0 20px #ccc;
transition:0.3s;
}


.info-block a:hover::before{
content:"";
position:absolute;
top:40%;
right:20px;
background-color: #fff;
height: 15px;
width: 15px;
clip-path: polygon(0 0, 100% 50%, 0 100%);
}


.info-block span{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}




/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: 400px; /* 星空の縦幅 */
  /*background-image: linear-gradient(0deg, #00dedc, #115d89, #080f1c);*/
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #b5c7ee; /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#b5c7ee, 0.3); /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}


@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}








/* end add ----------------------------------------------------------------------------------- */





#adspecial_criteo_202406.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_criteo_202406.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_criteo_202406.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_criteo_202406.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_criteo_202406.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_criteo_202406.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_criteo_202406.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_criteo_202406.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_criteo_202406.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}




/* ヘッダー＆フッター広告表記 2024～
----------------------------------------------------------------------------*/


.header_sponsored_area{
    width:100%;
    background-color:#fff;
    color:#000;
    font-size:14px;
    text-align:right;
    padding:15px 20px;
}

.header_sponsored_area span{
    margin:0;
    line-height:1.3;
    display:block;
}


.block_sponsored_area{
    clear:both;
    color:#000;
    font-size:14px;
    border:1px solid #000;
    margin:25px auto;
    padding:15px 15px 10px;
    max-width:760px;
    position:relative;
}

.block_sponsored_area span{
    margin:5px 0;
    text-align:left;
    display:block;
}


.block_sponsored_area:before{
    display: block;
    content: "PR";
    position: absolute;
    top: -12px;
    left: 30px;
    width: 40px;
    height: 30px;
    text-align: center;
    background-color: #fff;
}


@media screen and (max-width: 800px) {

.block_sponsored_area{
margin:25px;
}


}






#adspecial_criteo_202406.adspecial_type1 .block_sponsored {
  clear: both;
  /*border: 1px solid #ccc;*/
  background-color:#fff;
  padding: 10px;
}






#adspecial_criteo_202406.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_criteo_202406.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_criteo_202406.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_criteo_202406.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}




@media screen and (max-width: 1200px) {

#adspecial_criteo_202406.adspecial_type1 h1 span{
font-size:1.5rem;
background:rgba(255,255,255,0.85);
box-shadow:0 0 20px #e5e5e5;
margin:5px 0;
padding:5px 10px;
border-radius:10px;
}

}


@media screen and (max-width: 960px) {

  #adspecial_criteo_202406.adspecial_type1,
  #adspecial_criteo_202406.adspecial_type1 .frame_col_right_container,
  #adspecial_criteo_202406.adspecial_type1 .frame_col_left_container,
  #adspecial_criteo_202406.adspecial_type1 .frame_col_left,
  #adspecial_criteo_202406.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_criteo_202406.adspecial_type1 .article_body .left,
  #adspecial_criteo_202406.adspecial_type1 .article_body .right,
  #adspecial_criteo_202406.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_criteo_202406.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_criteo_202406.adspecial_type1 .block_right_plink {
    display: none;
  }




#adspecial_criteo_202406.adspecial_type1 .frame_header:before{
right:0;
}




#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section{
margin:30px 10px;
}

#adspecial_criteo_202406.adspecial_type1 .article-contents .article-section:first-child{
margin:-10% 10px 0;
}






}


@media screen and (max-width: 480px) {




#adspecial_criteo_202406.adspecial_type1 .frame_header:before{
right:0;
background-size:95%;
}


#adspecial_criteo_202406.adspecial_type1 h1{
height:300px;
padding:0 10px 5%;
}

#adspecial_criteo_202406.adspecial_type1 h1 span{
font-size:1rem;
}


#adspecial_criteo_202406.adspecial_type1 .article-contents::before{
top:-80px;
left:0;
width:100%;
height:200px;
z-index:10;
}



}

