

#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_splunk_202311 {
  margin-left: 0;
  padding: 0;
}
#adspecial_splunk_202311.adspecial_type1 .frame_col_left_container {
  /*background: #ffffff;*/
}
#adspecial_splunk_202311.adspecial_type1 .frame_col_right_container {
  /*background: #ffffff;*/
}


footer{
margin-top:0;
}


/*ヘッダー横幅100% layout*/


#adspecial_splunk_202311.adspecial_type1{
width:100% !important;
max-width:100% !important;
}


#adspecial_splunk_202311.adspecial_type1 .frame_col_left{
width:100%;
}


#adspecial_splunk_202311.adspecial_type1 .frame_col_left_container{
width:100%;
}




/*本文＆画像余白調整*/


#adspecial_splunk_202311.adspecial_type1 #block_story p{
margin:15px !important;
}


#adspecial_splunk_202311.adspecial_type1 .article-contents{/*横幅100％の場合*/
margin:0 auto;
position:relative;
}


@keyframes gradietion-anim{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

#adspecial_splunk_202311.adspecial_type1 .article-contents:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(119.31410188056202deg, rgba(206, 0, 112,1) 19.759862516318538%,rgba(206, 0, 111,1) 19.759862516318538%,rgba(239, 77, 47,1) 50.21739352154047%,rgba(239, 77, 46,1) 50.090487142352046%,rgba(249, 157, 28,1) 80.6749245267624%) fixed;
background-size:200% 200%;
animation: gradietion-anim 6s ease infinite;
}


#adspecial_splunk_202311.adspecial_type1 .article-contents:after{
content:"";
position:absolute;
top:0;
left:0;
width:70%;
height:100%;
background:rgba(255,255,255,0.15);
transform:skewX(-25deg);
}



#adspecial_splunk_202311.adspecial_type1 .article-contents .left{
margin:0 15px 0 4%;
}

#adspecial_splunk_202311.adspecial_type1 .article-contents .right{
margin:0 4% 0 15px;
}


#adspecial_splunk_202311.adspecial_type1 .article-contents .center{
margin:0;
}


#adspecial_splunk_202311.adspecial_type1 .article-contents .center img{
border:1px solid #ccc;
}


#adspecial_splunk_202311.adspecial_type1 .img-xl{
max-width:***px;
}

#adspecial_splunk_202311.adspecial_type1 .img-xxxl{
max-width:850px !important;
margin:0 auto !important;
}



#adspecial_splunk_202311.adspecial_type1 .article-inner{
max-width:1050px;
margin:0 auto;
padding:20px;
background-color:#fff;
/*box-shadow:0 0 25px #fff;*/
position:relative;
z-index:100;
}




#adspecial_splunk_202311.adspecial_type1 .frame_header{
background:#f0f0f0 url(/extra/splunk_202311/media/head_main.png) right top no-repeat;
height:550px;
position:relative;
}


#adspecial_splunk_202311.adspecial_type1 .frame_header:before{
content:"";
position:absolute;
top:0;
left:-20%;
width:45%;
height:100%;
background: linear-gradient(180deg, rgb(206, 0, 112, 0.7), rgb(239, 77, 47, 0.45));
transform:rotate(40deg);
animation:blinking 10s ease 0s infinite;
}


#adspecial_splunk_202311.adspecial_type1 .frame_header:after{
content:"";
position:absolute;
top:-20%;
left:-40%;
width:80%;
height:100%;
background: linear-gradient(180deg, rgb(239, 77, 47, 0.4), rgb(249, 157, 28, 0.7));
transform:rotate(-65deg);
animation: blinking 7s ease 0.5s infinite;
}


@keyframes lean{
  from{
transform:rotate(15deg);
}
  to{
transform:rotate(40deg);
}

}


@keyframes blinking{
  0%{
opacity:0.5;
}
  50%{
opacity:1;
}
  100%{
opacity:0.5;
}
}





#adspecial_splunk_202311.adspecial_type1 .frame_header .frame_inner{
margin:0 auto;
padding:0 20px;
display:flex;
flex-direction:column;
justify-content:center;
max-width:1200px;
height:400px;
position:relative;
}





#adspecial_splunk_202311.adspecial_type1 h1{
display:flex;
flex-direction:column;
justify-content:center;
font-size:clamp(1.25rem, 0.28rem + 2.42vw, 2.25rem);
color:#151515;
line-height:1.6;
position:relative;
z-index:10;
}

#adspecial_splunk_202311.adspecial_type1 .profile{
/*background-color:rgba(0,0,0,0.7);
color:#fff;*/
margin:20px 0 0 0;
position:relative;
z-index:10;
}

#adspecial_splunk_202311.adspecial_type1 .profile span{
/*background:rgba(0,0,0,0.75);*/
overflow:hidden;
background:rgba(255,255,255,0.1);
color:#fff;
margin:10px 0;
padding:3px 10px;
width:fit-content;
display:block;
opacity:0;
animation: left-in 0.3s linear 0.7s forwards;
}

#adspecial_splunk_202311.adspecial_type1 .profile span:nth-child(2){
animation: left-in 0.3s linear 1.0s forwards;
}


#adspecial_splunk_202311.adspecial_type1 .profile span:after{
background:rgba(0,0,0,0.75);
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform-origin: left center;
opacity:0;
animation: left-in-after 1.5s ease 1.3s forwards;
z-index:-1;
}

#adspecial_splunk_202311.adspecial_type1 .profile span:nth-child(2):after{
animation: left-in-after 1.5s ease 1.6s forwards;
}



@keyframes left-in{
  0%{
opacity:0;
transform: translateX(-70px);
}
  100%{
opacity:1;
transform: translateX(0);
}
}

@keyframes left-in-after{
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-70px);
  }
  30% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
  100% {
    opacity: 1;   
    transform: scaleX(1) translateX(0);
  }
}



/* add --------------------------------------------------------------------------------------- */



#adspecial_splunk_202311.adspecial_type1 h2{
padding:10px;
font-size:clamp(1.25rem, 1.008rem + 0.61vw, 1.5rem);
font-weight:normal;
text-align:center;
color:#fff;
background-color:#151515;
position:relative;
z-index:100;
}


#adspecial_splunk_202311.adspecial_type1 h2:before{
content:"";
position:absolute;
bottom:0;
left:0;
width:100%;
height:4px;
background: linear-gradient(90deg, rgb(239, 72, 52), rgb(249, 154, 29));
}


.list-box{
list-style:none;
margin:20px auto !important;
padding:20px 20px 10px !important;
max-width:850px;
position:relative;
}

.list-box:before{
content:"";
position:absolute;
top:-15px;
left:-15px;
background:linear-gradient(90deg, rgba(206,0,112,1) 0%, rgba(239,77,47,1) 50%, rgba(249,157,28,1) 100%);
width:90%;
height:90%;
z-index:1;
}

.list-box:after{
content:"";
position:absolute;
top:0;
left:0;
background-color:#f0f0f0;
border:3px solid #fff;
width:100%;
height:100%;
z-index:1;
}



.list-box li{
list-style: inside;
font-size:16px;
position:relative;
z-index:10;
}


#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block{
background-color:#fff;
margin:45px auto 0;
padding:30px;
}

#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul{
display:flex;
justify-content:space-around;
align-items:center;
}

#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li{
width:40%;
margin:0 auto;
list-style:none;
}

#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li a{
color:#f90093;
}
#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li a:hover img{
transform:scale(1.02,1.02);
transition:0.3s;
}
#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li img{
box-shadow:0 0 20px #eee;
}

#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li img,
#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li span{
display:block;
margin:10px auto;
font-size:1rem;
}


#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block h3{
font-size:1.25rem;
font-weight:normal;
color:#151515;
margin:0 auto;
text-align:center;
position:relative;
width:fit-content;
}


#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block h3:before{
content:"";
position:absolute;
bottom:10px;
left:0;
width:100%;
height:5px;
background-color:#e0e0e0;
}




/* end add ----------------------------------------------------------------------------------- */



#adspecial_splunk_202311.adspecial_type1 .frame_col_left #block_story p {
  line-height: 1.8em;
}

#adspecial_splunk_202311.adspecial_type1 .frame_col_left #block_story p {
  margin: 1em 10px;
  font-size: 16px;
}

#adspecial_splunk_202311.adspecial_type1 .article_leaf_paging_word {
  font-size: 12px;
  margin: 20px 0px 30px 0;
  text-align: right;
}

#adspecial_splunk_202311.adspecial_type1 .frame_col_left #block_story.article_body {
  margin-top: 0;
}

#adspecial_splunk_202311.adspecial_type1 .block_wp {
  margin-bottom: 20px;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp {
  border-bottom: 1px dotted #999999;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp.last {
  border: medium none;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp a:hover {
  text-decoration: none;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp a:hover h4 {
  text-decoration: underline;
}
#adspecial_splunk_202311.adspecial_type1 .bottomwp h4 {
  border: none;
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

#adspecial_splunk_202311.adspecial_type1 .block_backnumber {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber {
  margin-bottom: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber a img {
  margin: 0 10px 10px 10px;
  float: left;
  vertical-align: top;
  border: 1px solid #999;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber a h5.title {
  border-bottom: none;
  font-size: 14px;
  display: inline;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber p {
  margin-top: 3px;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber a:hover h5.title {
  text-decoration: underline;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber .property {
  color: #666666;
  font-size: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .block_backnumber .backnumber .property a {
  margin-left: 5px;
}

#adspecial_splunk_202311.adspecial_type1 .block_banner {
  margin-bottom: 20px;
  margin-left: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .block_banner .banner img {
  margin: 0 auto 10px;
  display: block;
}
#adspecial_splunk_202311.adspecial_type1 .block_banner .banner a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


#adspecial_splunk_202311.adspecial_type1 .block_sponsored {
  clear: both;
  /*border: 1px solid #ccc;*/
background-color:#151515;
color:#fff;
  padding: 25px 10px;
}

#adspecial_splunk_202311.adspecial_type1 .block_sponsored a{
color:#f8961c;
}



#adspecial_splunk_202311.adspecial_type1 .block_sponsored address {
  font-weight: normal;
  font-style: normal;
}

#adspecial_splunk_202311.adspecial_type1 .article_body div.photo_grid {
  margin-bottom: 1em;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .right {
  margin-left: 1em;
  float: right;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .left {
  margin-left: 1em;
  float: left;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .center table {
  margin: 0 auto;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo_grid table {
  border-collapse: collapse;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo_grid td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

#adspecial_splunk_202311.adspecial_type1 .article_body .photo {
  padding: 10px;
  background: #FFF none repeat scroll 0%;
  border: 1px solid #CCC;
  margin-right: 15px;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo .caption {
  width: 150px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 120%;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo .border {
  border: 1px solid #CCC;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo .image {
  position: relative;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo img.main {
  margin: 10px;
}
#adspecial_splunk_202311.adspecial_type1 .article_body ul {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
}
#adspecial_splunk_202311.adspecial_type1 .article_body .photo .glass {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}





@media screen and (max-width: 800px) {
  #adspecial_splunk_202311.adspecial_type1,
  #adspecial_splunk_202311.adspecial_type1 .frame_col_right_container,
  #adspecial_splunk_202311.adspecial_type1 .frame_col_left_container,
  #adspecial_splunk_202311.adspecial_type1 .frame_col_left,
  #adspecial_splunk_202311.adspecial_type1 .frame_col_right {
    width: auto !important;
    float: none;
  }
  #adspecial_splunk_202311.adspecial_type1 .article_body .left,
  #adspecial_splunk_202311.adspecial_type1 .article_body .right,
  #adspecial_splunk_202311.adspecial_type1 .article_body .center {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  #adspecial_splunk_202311.adspecial_type1 img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 10px;
  }

  #adspecial_splunk_202311.adspecial_type1 .block_right_plink {
    display: none;
  }



#adspecial_splunk_202311.adspecial_type1 .frame_header{
height:450px;
background-size:cover;
}


#adspecial_splunk_202311.adspecial_type1 .article-inner{
margin:0 20px;
padding:5px;
}



#adspecial_splunk_202311.adspecial_type1 .frame_header:before{
top:0;
left:-25%;
}


#adspecial_splunk_202311.adspecial_type1 .frame_header:after{
top:-20%;
left:-55%;
}


#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block{
margin:45px 20px 0;
}



}


@media screen and (max-width: 480px) {



#adspecial_splunk_202311.adspecial_type1 .frame_header,
#adspecial_splunk_202311.adspecial_type1 .frame_header .frame_inner{
height:300px;
}

#adspecial_splunk_202311.adspecial_type1 .frame_header .frame_inner{
padding:45px 20px 0;
}



#adspecial_splunk_202311.adspecial_type1 h1 span{
background:rgba(255,255,255,0.4);
margin:0 0 5px 0;
padding:3px;
display:block;
width:fit-content;
}


#adspecial_splunk_202311.adspecial_type1 .profile{
font-size:13px;
}



#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul{
display:block;
}

#adspecial_splunk_202311.adspecial_type1 .bottom-wp-block ul li{
width:100%;
margin:30px auto;
}




}

