main 
{
  width: 100%;
  margin: 0 auto;
}

header 
{
  width: 100%;
  margin-bottom: 10px;
}

header > h1
{
  background: #ffffff;
  background: -moz-linear-gradient(top, #a7cd00 0%, #8bab00 10%, #a7cd00 11%, #a7cd00 100%);
  background: -webkit-linear-gradient(top, #a7cd00 0%, #8bab00 10%, #a7cd00 11%, #a7cd00 100%);
  background: linear-gradient(to bottom, #a7cd00 0%, #8bab00 10%, #a7cd00 11%, #a7cd00 100%);
  padding: 10px 15px;
  color: #333333;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}

div.wrapper 
{
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}

article 
{
  width: 100%;
  margin-bottom: 10px;
}

article section.title h2 
{
  font-size: 1.7rem;
  line-height: 3rem;
}

article section.title p 
{
  text-align: right;
  line-height: 2rem;
  margin: 0;
}

article section.movie 
{
  
}

article section.image 
{
  position: relative;
  margin: 10px 0;
}

article section.image .slick-slide img 
{
  width: 160px;
}

.slick-track 
{
    margin: 0 auto;
}

article section.image .js-carousel-prev, 
article section.image .js-carousel-next 
{
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 32px;
}

article section.image .js-carousel-prev 
{
  left: 5px;
}
article section.image .js-carousel-next 
{
  right: 5px;
}

article section.image .js-carousel-prev a, 
article section.image .js-carousel-next a 
{
  color: rgba(0, 0, 0, 0.4);
}

article section.body 
{
  line-height: 1.5rem;
  font-size: 1.1rem;
}


article section.totop 
{
  text-align: right;
  line-height: 2rem;
}


aside 
{
  width: 100%;
}

aside a.newsi 
{
  display: block;
  font-size: 0.8rem;
  line-height: 2rem;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #dddddd;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
  margin-bottom: 15px;
}

aside a.newsi > em 
{
  font-style: italic;
}

aside a.newsi > img 
{
  height: 2rem;
}

aside iframe 
{
  width: 100%;
  height: 20rem;
  border: 1px solid #dddddd;
  padding: 2px 5px;
  margin-bottom: 15px;
}

aside a.scoop 
{
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

aside a.tw 
{
  display: block;
  width: 160px;
  margin: 0 auto;
  line-height: 1.5rem;
}

aside a.tw > span 
{
  display: block;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #000000;
}

@media screen and (max-width: 480px) 
{
  html 
  {
    font-size: calc(100vw / 30);
  }
}


@media screen and (min-width: 768px), print 
{
  
  
  
}

@media screen and (min-width: 992px), print 
{
  main 
  {
    width: 950px;
  }
  
  div.wrapper 
  {
    flex-direction: row-reverse;
    padding: 0;
  }
  
  article 
  {
    width: 69%;
    margin-bottom: 0;
  }

  aside 
  {
    width: 29%;
    margin-right: 2%;
  }
  
}

