	 /*************************
BASE STYLES
*************************/

body {
  background-color: #fff;
}

a {
    text-decoration: none;
    color: #E83828;
}

		  h1 {font-size: 30px;}
h4 {
  text-align: center;
	padding: 15px;
	border-top: solid 2px black;
}

h5 {
  text-align: center;
}

img
{
	max-width: 100%;
}
p {color: #0A0A0A;
	font-family: "Noto Sans JP";
		  letter-spacing: 0.3px;
		  line-height: 2;
	font-size: 16px;
		  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph; /* IE用 */}
p.center { text-align: center;}
.s_20 {margin-bottom: 20px;}
.s_40 {margin-bottom: 40px;}
.s_60 {margin-bottom: 60px;}
.s_80 {margin-bottom: 80px;}
.s_100 {margin-bottom: 100px;}
.s_120 {margin-bottom: 120px;}
.s_200 {margin-bottom: 200px;}
/*************************
HEADER
*************************/

.main-header {
	margin: auto;
	  display: flex;
  justify-content: center; 
  align-items: center;
  background: repeating-conic-gradient(transparent,transparent 6deg,#fbb03b 6deg 12deg);
  max-width:100%;
  height:200px;
}

.tagline {
  border: solid 2px;
  padding: 10px;
}

.newspaper-name {
    font-family: "Berkshire Swash", sans-serif;
	font-size: 4vw;
	text-align: center;
}
@media (max-width: 640px) {
.newspaper-name {
font-size: 30px;
}
}
/*************************
DATE BANNER
*************************/

.banner-border {
  border: solid 1px;
}

.date-banner {
  display: flex;
  justify-content: space-between;
}

/*************************
HEADLINE
*************************/

.headline {
  padding: 25px 0;
  text-align: center;
}

/*************************
COLUMNS
*************************/
.container {max-width: 800px;margin: auto;}
		  
.rows {
  display: flex;
  flex-direction: row;
}

.col {
  padding: 10px;

}

.solid-border {
  border-top: solid 1px black;
}

.mini-border {
  border: solid 1px black;
  max-width: 75%;
  margin: 0 auto;
}

.col-1,
.col-2 {
 
}

.col-4 {
  margin: 0 auto;
  flex-grow: 3;
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;

}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*************************
FOOTER
*************************/

footer {
  text-align: center;
  padding-top: 25px;
}
.sunrise
{
	text-align : center;
	margin: 0 auto;
width: 100%;
height: auto;
	max-width: 690px;
	 vertical-align: middle;
	padding: 0;
	border-style: none;
}
/*************************
MEDIA QUERIES
*************************/



@media only screen and (max-width : 1024px) {

  .main-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
.col {
  padding: 0px 10px 0 5px;

}
	img
{
	max-width: 100%;
}
	p{font-size: 15px;}
  .tagline,
  .edition {
    display: none;
  }

  .date-banner {
    justify-content: center;
  }

  .aside {
    display: none;
  }

  .rows {
    display: flex;
    flex-wrap: wrap;
	max-width: 100%;
	  
  }

  .col-4 {
    order: -1;
    text-align: center;
  }

  .col-4 img {
    max-width: 100%;
  }

  .rows {
  }

}
.animateElement {
  width: 100%; /* これはテスト用のサイズ指定なのでなくていいです */
  -webkit-transform: translateZ(0); /* 動きを滑らかにするおまじないです。使いすぎ注意。 */
　display: none;
  opacity: 0:
}

.animated {
  /* アニメーションのプロパティを指定 */
  animation-name: example;
  animation-duration: 3s;
  display: block;
  opacity: 1;

}

@keyframes example {
  from {opacity: 0;}
  to {opacity: 1;}
}
