@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
body {
	font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', meiryo, sans-serif;
}
.episodes h1 {
	color: #FFFFFF;
	line-height: 1.8;
	animation: epSubHeader 3s ease forwards;
}
.episodes .ep_02 h1 {
	color: #FFFFFF;
	line-height: 1.8;
	animation: epSubHeaderTwo 3s ease forwards;
}
.episodes .overlay {
	animation: epiOverlay 3s ease forwards;
}
.episodes .epheader {
	color: #FFFFFF;
	line-height: 1.8;
	font-size: 60px;
	animation: epHeader 3s ease forwards;
}
.episodes .epheader {
	color: #FFFFFF;
	line-height: 1.8;
	font-size: 60px;
	animation: epHeader 3s ease forwards;
}
.episodes .ep_02 .epheader {
	color: #FFFFFF;
	line-height: 1.8;
	font-size: 52px;
	animation: epHeader 3s ease forwards;
}
.episode_header {
	font-family: 'Kaushan Script', cursive;
}
@keyframes epiOverlay {
	0% {
	background: rgba(7 , 85 , 157, 0);
	}
	35% {
	background: rgba(7 , 85 , 157, 0);
	}
	55% {
	background: rgba(7 , 85 , 157, 0.8);
	}
	100% {
	background:rgba(7 , 85 , 157, 0.8);
	}
}
@keyframes epSubHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	45% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes epSubHeaderTwo {
	0% {
		opacity: 0;
		color: #07559D;
		border-color: #07559D;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	45% {
		opacity: 1;
		color: #07559D;
		border-color: #07559D;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 1;
		color: #FFFFFF;
		border-color: #FFFFFF;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}
@keyframes epHeader {
	0% {
		opacity: 0;
		transform: scale(1.4);
	}
	55% {
		opacity: 0;
		transform: scale(1.4);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.nav {
	width: 100%;
	background: #FFFFFF;
}
.nav .wrapper {
	padding: 16px 0;
}
.nav ul {
	margin-top: 6px;
	list-style: none;
	width: 100%;
}
.nav li {
	text-align: center;
	padding: 8px 16px;
	float: left;
}
.nav li:nth-child(1){
	text-align: center;
	padding: 8px 16px 8px 0px;
	float: left;
}
.nav li a {
	width: 100%;
	font-size: 12px;
	display: inline-block;
	color: black;
	text-decoration: none;
}
.nav .logo {
	width: 100%;
}
.nav .logo_image {
	display:inline-block;
	width: 163px;
	vertical-align: text-top;
}
.nav .logo_image img {
	width: 100%;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}
.hidden_pc {
	display: none;
}
.main {
	background: url(../subimg/bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	transition: .5s;
}
.main.ep_02 {
	background: url(../subimg/bg2_t.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	transition: .5s;
}
.main.ep_03 {
	background: url(../subimg/bg3.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	transition: .5s;
}
.sections {
	width: 100%;
	height: 100%;
}
.min_sections {
	width: 100%;
	height: 30%;
}
.scroll {
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -37px;
	animation: fluffyscroll 3s ease infinite;
	z-index: 9999;
}
.scroll img {
	width: 100%;
}
.overlay {
	width: 100%;
	height: 100%;
	background:rgba(7,85,157, .8);
	animation: readytransform 6.6s ease forwards;
}
.epi {
	width: 100%;
	height: 100%;
	background: #07559D;
	color: #FFFFFF;
	opacity: 1;
	position: relative;
	z-index: 1000;
}
.bridge_1970 {
	width: 100%;
	height: 100%;
	background: #07559D;
	color: #FFFFFF;
	position: relative;
	z-index: 1000;
}
.wrapper_table {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 1000;
}
.min_wrapper_table {
	width: 100%;
	height: 100%;
	display: table;
}
.title_cell {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	line-height: 2.4;
	font-size: 20px;
}
.title_cell_inner {
	padding: 5%;
}
.cell_inner .fi1 {
	opacity: 0;
	transform: translateY(200%);
}
.cell_inner .fi2 {
	opacity: 0;
	transform: translateY(200%);
}
.on .cell_inner .fi1 {
	animation: maintitlep 2s ease .5s forwards;
}
.ontwo .cell_inner .fi2 {
	animation: maintitlep 2s ease .5s forwards;
}
.title_cell2 {
	display: table-cell;
	vertical-align: middle;
}
.cell_inner2 {
	overflow: hidden;
	text-align:center;
}
.cell_inner2 h2 {
	width: 100%;
	display: block;
	font-size: 20px;
}

.cell_inner2 p {
	opacity: 1;
}
/*---*---*---*

	左右見出し

*---*---*---*/
.italic_year,.italic_year2 {
	font-size: 90px;
	line-height:1.4;
	font-family: 'Merriweather', serif;
	opacity: 0;
	transform: translateY(100%);
}
.on .italic_year , .ontwo .italic_year2 {
	animation: yearmotion 2.4s ease forwards;
}
.line {
	width: 100%;
	height: 2px;
	text-align:center;
	background:#07559D;
	animation: linedraw 6.6s ease forwards;
}
.on .line , .ontwo .line2 {
	transform: scale(1,1);
}
.year_theme,.year_theme2 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 40px;
	font-weight: bold;
	opacity: 0;
}
.on .year_theme , .ontwo .year_theme2 {
	animation: sec1textmotion 2.4s ease forwards;
}
.ontwo .year_theme2 {
	animation: sec2textmotion 2.4s ease forwards;
}
.section_header {
	position: relative;
	top: 50%;
}
.sec1_txt , .sec2_txt {
	font-size: 18px;
	transition: 1.4s;
	transition-timing-function: ease;
	transform: translateY(50%);
}

.section1970_pix , .section2015_pix {
	text-align: center;
	margin-top: 10%;
	line-height: 1;
	opacity: 0;
	transition: 1.2s;
	transition-delay: 1.2s;
}
.ontwo .section2015_pix {
	animation: historypxmotion 1.2s ease 1.8s forwards;
}
.on .section1970_pix {
	animation: historypxmotion 1.2s ease 1.8s forwards;
}

.sec1970_pht {
	width: 60%;
	margin: 0 auto;
	text-align:center;
}
.sec1970_pht img {
	width: 100%;
}
.sec1970_pic_ex {
	margin-top: 16px;
}


/*---*---*---*

	セクション

*---*---*---*/
.sec {
	overflow: hidden;
	position: relative;
}
.sec1 {
	padding: 60px 0;
	position: relative;
	background: rgba(88,88,88,0.8);
	color: #FFFFFF;
	overflow: hidden;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
}
.sec2 {
	padding: 60px 0;
	overflow: hidden;
}
.sec3 {
	padding: 60px 0;
	background: #FFFFFF;
}

.lh {
	line-height: 1.6;
}
/*---*---*---*

	左右透過

*---*---*---*/
.sec,.sec1,sec2 {
	width: 100%;
	height: 100%;
}
.sec1_txt , .sec2_txt {
	text-align: left;
	line-height: 2;
	margin-top: 3rem;
	font-size: 18px;
}
.sec2 {
	color: #FFFFFF;
}
.ep_02 .sec2 {
	color: #161616;
}
.sec3_txt {
	text-align: left;
	font-size: 16px;
	line-height: 4;
	margin-top: 2rem;
}
.k_dna {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #07559D;
}
.base_title {
	opacity: 0;
	width: 244px;
	height: 77px;
	margin: auto;
	line-height: 2.2;
	-webkit-transform: scale(1);
	transform: scale(1);
	animation: basetitleone 3.6s ease forwards;
}
.base_title img {
	width: 100%;
}
.omoi {
	margin-bottom: 5%;
	display: inline-block;
	opacity: 0;
	font-size: 46px;
	font-weight: bold;
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
	animation: basetitle 3.6s ease forwards;
	color: #07559D;
}
.omoi_border {
	padding-bottom: 10px;
}
.omoi_sub {
	color: #FFFFFF;
	opacity: 0;
	animation: basesubtitle 2s ease 3.6s forwards;
}
.history_pix_table {
	width: 100%;
}
.history_pix_table td.pd_tp12 {
	padding-top: 12px;
	font-size: 16px;
}

.history_pix_table {
	width: 100%;
}
.k_ad {
	width: 600px;
	margin: 18px auto 0;
}
.k_ad a {
	width: 100%;
	display: inline-block;
}
.k_ad a img {
	width: 100%;
	vertical-align: bottom;
}
.k_ad a+p {
	font-size: 14px;
	text-align: right;
	line-height: 1.5;
}


/*---*---*---*

バックナンバー

*---*---*---*/

.archives_header {
	margin-top: 16px;
	margin-bottom: 10px;
}
.back_n {
	margin-top: 32px;
}
.back_n .wrapper {
	width: 720px;
	margin: 0 auto;
}
.archives_head {
	font-size: 18px;
}
.archives_head a {
	display: block;
	width: 220px;
	margin: 0 auto 30px;
	text-decoration: none;
	color: #07559D;
	text-align: center;
	position: relative;
	transition: .2s;
}
.archive_boxes ul {
	margin-bottom: 24px;
	list-style: none;
}
.archive_boxes ul li {
	width: 220px;
	margin-right: 30px;
	float: left;
	text-align: center;
}
.archive_boxes ul li a {
	display: block;
	padding: 6px 12px 6px 0;
	border: 1px solid #07559D;
	background: rgba(7,85,157,0.2);
	text-decoration: none;
	color: #07559D;
	position: relative;
	transition: .2s;
}
.archive_boxes ul li a::after{
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	background: url(../subimg/archive_arrow_right.png) no-repeat 0px -19px;
	top: 9px;
	right: 12px;
}
.archive_boxes ul li a:hover {
	display: block;
	padding: 6px 12px 6px 0;
	border: 1px solid #07559D;
	background: rgba(7,85,157,1);
	text-decoration: none;
	color: #FFFFFF;
	position: relative;
	transition: .2s;
}
.archive_boxes ul li a:hover::after{
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	position: absolute;
	background: url(../subimg/archive_arrow_right.png) no-repeat 0px 0px;
	top: 9px;
	right: 12px;
}
.archives ul li a:first-child {
	margin-right: 0;
}
.final_ep .archive_boxes ul li:last-child {
}
.archive_boxes ul li:last-child {
	margin-right: 0;
}
.archives_center {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	box-sizing: border-box;
}
.archive_boxes ul li.archive.closed a {
	cursor: none;
	background: #FFFFFF;
	pointer-events: none;
}

/*---*---*---*

キーフレーム

*---*---*---*/


@keyframes basesubtitle {
	0% {
		-webkit-transform: translateY(60%);
		transform: translateY(60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes basetitleone {
	0% {
		line-height: 1;
		color:#07559D;
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	30% {
		color: #07559D;
		opacity: 1;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	70% {
		color:#07559D;
		opacity: 1;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		line-height: 1.2;
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes basetitle {
	0% {
		color: #07559D;
		opacity: 0;
		-webkit-transform: translateY(100%) scale(1.2,1.2);
		transform: translateY(100%) scale(1.2,1.2);
	}
	20%  {
		color: #07559D;
		opacity: 0;
		-webkit-transform: translateY(100%) scale(1.2,1.2);
		transform: translateY(100%) scale(1.2,1.2);
	}
	50% {
		color: #07559D;
		opacity: 1;
		-webkit-transform: translateY(100%) scale(1.2,1.2);
		transform: translateY(100%) scale(1.2,1.2);
	}
	70% {
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(100%) scale(1.2,1.2);
		transform: translateY(100%) scale(1.2,1.2);
	}
	100% {
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(0) scale(1.2,1.2);
		transform: translateY(0) scale(1.2,1.2);
	}
}

@keyframes fluffyscroll {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slidein {
	0% {
		-webkit-transform: scale(0) translateX(-300%);
		transform: scale(0) translateX(-300%);
		}
	100% {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}
@keyframes maintitlep {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes historypxmotion {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes yearmotion {
	0% {
	font-size: 90px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 90px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100% {
	font-size: 70px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}

}
@keyframes sec1textmotion {
	0% {
	font-size: 40px;
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 40px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100% {
	font-size: 24px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@keyframes sec2textmotion {
	0% {
		font-size: 36px;
		opacity: 0;
	}
	15% {
		opacity: 0;
	}
	50% {
		font-size: 36px;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		font-size: 24px;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes basesubtitle {
	0% {
		-webkit-transform: translateY(60%);
		transform: translateY(60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes basetitleone {
	0% {
		line-height: 2;
		color: #FFFFFF;
		opacity: 0;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	50% {
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	70% {
		line-height: 2;
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	100% {
		line-height: 1.2;
		color: #07559D;
		opacity: 1;
		-webkit-transform: translateY(0) scale(1,1);
		transform: translateY(0) scale(1,1);
	}
}
@-webkit-keyframes basetitle {
	0% {
		color: #FFFFFF;
		opacity: 0;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	50% {
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	70% {
		color: #FFFFFF;
		opacity: 1;
		-webkit-transform: translateY(50%) scale(1.2,1.2);
		transform: translateY(50%) scale(1.2,1.2);
	}
	100% {
		color: #07559D;
		opacity: 1;
		-webkit-transform: translateY(0) scale(1,1);
		transform: translateY(0) scale(1,1);
	}
}
@-webkit-keyframes slidein {
	0% {
		-webkit-transform: scale(0) translateX(-300%);
		transform: scale(0) translateX(-300%);
	}
	100% {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}
@-webkit-keyframes maintitlep {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes historypxmotion {
	0% {
		-webkit-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes yearmotion {
	0% {
	font-size: 90px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 90px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100% {
	font-size: 70px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}

}
@-webkit-keyframes sec1textmotion {
	0% {
	font-size: 40px;
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 40px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100% {
	font-size: 24px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@-webkit-keyframes sec2textmotion {
	0% {
	font-size: 36px;
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 36px;
	opacity: 1;
	transform: translateY(0);
	}
	100% {font-size: 24px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}

/*---*---*---*

	1024px以上

*---*---*---*/
@media (min-width:1024px) {
.sec1_txt {
	font-size: 18px;
}
.sec1970_pic_ex {
	font-size: 16px;
}
}

/*---*---*---*

	1023px以下

*---*---*---*/


@media (max-width:1023px) {
.wrapper {
	width: 80%;
	margin: 0 auto;
}
.cell_inner2 h2 span {
	padding: 20px 20px 10px 20px;
	font-size: 60px;
	font-style: italic;
	border-bottom: 3px solid #FFFFFF;
}
.cell_inner2 p {
	opacity: 1;
}
.ep_02 .epheader .hidden_pc {
	display: block;
}
.first_ep .epheader .hidden_pc {
	display: block;
}
}


@media (max-width:908px) {
.nav li {
	padding: 5px 10px;
}
.nav li:nth-child(1){
	padding: 5px 10px 5px 0px;
}
.nav li a {
	font-size: 11px;
}
}


/*---*---*---*

	767px以下

*---*---*---*/
@media (max-width:767px) {
.main::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(img/bg.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
  }
.hidden_sp {
	display: none;
}
.hidden_pc {
	display: block;
}

.menu_btn {
	display: none;
	width: 24px;
	height: 20px;
	margin-top: 5px;
	position: relative;
	float: right;
	cursor: pointer;
}
.menu_btn span {
	width: 100%;
	height: 3px;
	display: inline-block;
	background: #000000;
	border-radius: 3px;
}
.ham_top {
	position: absolute;
}
.ham_middle {
	top: 8px;
	position: absolute;
}
.ham_bottom {
	top: 16px;
	position: absolute;
}

.nav {
	width: 100%;
	background: #FFFFFF;
}
.nav .wrapper {
	padding: 16px 0;
}
.nav ul {
	display: none;
	margin-top: 6px;
	list-style: none;
	width: 100%;
}
.nav li {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	float: none;
}
.nav li a {
	width: 100%;
	font-size: 14px;
	display: inline-block;
	color: black;
	text-decoration: none;
}
.nav li:nth-child(1){
	padding: 10px 0;
	float: none;
}

.nav .logo {
	width: 100%;
}
.nav .logo_image {
	display:inline-block;
	width: 163px;
}
.nav .logo_image img {
	width: 100%;
	vertical-align: bottom;
}
.scroll {
	display: inline-block;
	width: 60px;
	margin-left: -30px;
}

.sec .wrapper_table {
	width: 80%;
	height: 100%;
	display: table;
	margin: 0 auto;
}
.base_title {
	opacity: 0;
	width: 140px;
	height: auto;
	font-size: 20px;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	animation: basetitleone 3.6s ease forwards;
	color: #07559D;
}
.omoi {
	margin: 6% 0;
	padding: 2% 0;
	display: block;
	opacity: 0;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
	animation: basetitle 3.6s ease forwards;
	color: #07559D;
}
.line {
	margin-top: 2%;
}
.sec .omoi_sub {
	display: table-cell;
	vertical-align: middle;
	text-align:left;
	line-height: 2;
	font-size: 16px;
}
.sec .omoi_border {
	text-align:left;
}
.episodes h1 {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.6;
	    font-size: 20px;
    margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 2px solid #FFFFFF;
}
.episodes .epheader ,.episodes .ep_02 .epheader {
	color: #FFFFFF;
	line-height: 1.8;
	font-size: 24px;
	font-weight: bold;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
}
.sec1_txt,.sec2_txt {
	font-size: 15px;
}
.history_pix_table td.pd_tp12 {
	padding-top: 12px;
	font-size: 14px;
}

.history_pix_sp_box {
	margin-bottom: 20px;
	line-height: normal;
}
.history_pix_sp_box p {
	font-size: 14px;
}
.history_pix_sp_inner {
	width: 50%;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
.history_pix_sp_inner  img{
	width: 100%;
}
.year_theme, .year_theme2 {
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	opacity: 0;
	/*white-space: nowrap;*/
	transform: scale(1.4);
}
.k_dna {
	font-size: 24px;
	text-align: center;
	color: #07559D;
	line-height: 1.5;
}
.sec3 {
	padding: 40px 0;
}
.k_ad {
	width: 85%;
	margin: 20px auto 0;
}
.k_ad img {
	width: 100%;
}
.bn_header {
	margin-top: 16px;
	margin-bottom: 10px;
}
.back_n .wrapper {
	width: 300px;
	margin: 0 auto;
}
.bn_boxes ul {
	list-style: none;
}
.bn_boxes ul li {
	width: 300px;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
}

.bn_boxes ul li:last-child {
	margin-right: 0;
}
.archive_boxes {
	width: 220px;
	margin: 0 auto 0px;
}
.archive_boxes ul {
	width: 220px;
	margin-bottom: 0;
}
.archive_boxes li {
	width: 220px;
	margin: 0 auto 20px;
}
}
@keyframes yearmotion {
	0% {
	font-size: 90px;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	}
	15% {
	opacity: 0;
	}
	50% {
	font-size: 90px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
	100% {
	font-size: 55px;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	}
}
@keyframes sec1textmotion {
	0% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 1;
	}
	100% {
	opacity: 1;
	-webkit-transform:  scale(1,1);
	transform: scale(1,1);
	}
}
@keyframes sec2textmotion {
	0% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 1;
	}
	100% {
	opacity: 1;
	-webkit-transform:  scale(1,1);
	transform: scale(1,1);
	}
}
@-webkit-keyframes sec1textmotion {
	0% {
	-webkit-transform:  scale(1.4,1.4);
	transform: scale(1.4,1.4);
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	-webkit-transform:  scale(1.4,1.4);
	transform: scale(1.4,1.4);
	opacity: 1;
	}
	100% {
	opacity: 1;
	-webkit-transform:  scale(1,1);
	transform: scale(1,1);
	}
}
@-webkit-keyframes sec2textmotion {
	0% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 0;
	}
	15% {
	opacity: 0;
	}
	50% {
	-webkit-transform:  scale(1.2,1.2);
	transform: scale(1.2,1.2);
	opacity: 1;
	}
	100% {
	opacity: 1;
	-webkit-transform:  scale(1,1);
	transform: scale(1,1);
	}
}


/*----------------------------------------
	cookie
-----------------------------------------*/
[class="font16_14"] {
	font-size: 16px;
}
a {
	color: #ccc;
}
.gray02 {
	color: #ccc;
}

#cookie {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(51, 51, 51, 0.95);
	box-sizing: border-box;
}

#cookie p.font16_14 {
	padding: 0 50px 0 38px;
	line-height: 1.75;
}

#cookie p.font16_14 a {
	text-decoration: underline;
}

/* 同意ボタン */
#cookie #agreeBtn {
	margin: 0 40px 0 0;
}

#cookie #agreeBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 156px;
	padding: 14px 30px;
	border-radius: 26px;
	background-color: #0072b2;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	transition: background-color .2s ease-out;
	text-decoration: none;
}

#cookie #agreeBtn a:hover {
	background-color: #3f95c5;
}

@media (max-width: 767px) {
	[class="font16_14"] {
		font-size: 14px;
	}
	
	#cookie {
		display: block;
		padding: 0 0 20px;
	}

	#cookie p.font16_14 {
		padding: 20px 19px 15px 19px;
		line-height: 1.5;
	}

	#cookie #agreeBtn {
		width: 156px;
		margin: 0 auto;
	}

	#cookie #agreeBtn a {
		padding: 10px 30px 9px;
	}
}

