.sky {
  position:sticky;
  z-index:1;
  top:0;
  transition:.2s ease-in-out;
  transition-delay:.2s;
  max-width:1032px;
  margin:0 auto
}
body.premium .sky {
  max-width:1322px
}
.wrapper>.sky {
  margin-left:-16px;
  margin-right:-16px
}
@media (max-width:1023px) {
  .sky {
    display:none
  }
}
.sky__item {
  position:absolute;
  left:-450px;
  top: 25px;
  width:450px;
  text-align:right;
  height: auto;
}
#csticky_pc-div-gpt-ad_728 {
	position: sticky;
	top: 0;
}
.sky__item--left div {
  position:absolute;
  right:0
}
.sky__item--right {
  left:auto;
  right:-450px;
  text-align:left
}
.sky__item--right div {
  position:absolute;
  left:0
}

.commercial-up-full {
	height: 270px;
	top: auto !important;
}

@media (min-width:1202px) {
  body>.sky {
    transform:translateY(111px)
  }
  body>.sky+.header--home {
    background-color:transparent
  }
  body>.sky+.header--home .header--medium {
    position:relative;
    border-bottom:1px solid transparent
  }
  body>.sky+.header--home .header--medium:after {
    content:" ";
    position:absolute;
    height:1px;
    max-width:1024px;
    width:100%;
    bottom:-1px;
    left:50%;
    transform:translateX(-50%);
    margin:0 auto;
    background-color:#d8d8d8
  }
  .article-template>.sky {
    top:110px
  }
}

@media (max-width: 600px) {
	#csticky_pc-div-gpt-ad_728 {
		position: initial;
	}
	.commercial-up-full {
		height: 120px;
	}
}