@charset "utf-8";

body {
	width: 100%;
}
body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: 400;
}
li,ol,ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
#page * {
	box-sizing: border-box;
}
#page {
	font-size: 20px;
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	overflow: hidden;
	background: url("../images/bg.jpg") center top repeat;
}
.serif {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #502a08;
}
#page img {
	width: 100%;
	vertical-align: top;
}
#page a {
	transition: all 0.3s;
}
#page a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	#page {
		font-size: 18px;
		background: url("../images/bg.jpg") center top/150% repeat;
	}
}
@media screen and (max-width: 479px) {
	#page {
		font-size: 16px;
	}
}

.arial {
	font-family: Arial;
}
.flex {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner_wrap {
	padding: 0 50px;
	margin: 0 auto;
	max-width: 1400px;
}
.block_title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 80px 0 40px;
}

.block_title {
	color: #487878;
	padding: 50px 0 30px;
}

.movie_wrap {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	border: #502a08 2px solid;
	padding: 15px;
}
#movie {
	position: relative;
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
	margin: 0 auto;
	overflow: hidden;
}
.tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}

@media screen and (max-width: 479px) {
	.inner_wrap {
		padding: 0 20px;
	}
	.block_title {
		font-size: 24px;
		padding: 30px 0 20px;
	}	
}

.brXS, .brS, .brM, .brL { display: none; }
.brPC { display: none; }
@media (max-width: 479px) { .brXS { display: inline; } }
@media (max-width: 599px) { .brS { display: inline; } }
@media (max-width: 767px) { .brM { display: inline; } }
@media (max-width: 1024px) { .brL { display: inline; } }
@media (min-width: 1025px) { .brPC { display: inline; } }



/* =============================================================
      header
============================================*/
#header {
	position: relative;
}
.logo_wrap {
	font-size: 0em;
    max-width: 1370px;
    margin: -680px auto 0;
	position: relative;
    z-index: 100;
}
.logo {
	background: url(../images/main_pf_pc.png) no-repeat;
	background-size: contain;
	padding-bottom: calc(630 / 1375 * 100%);
}

/* ===== メイン画像　アニメーション ===== */
.header_anim {
	height: 700px;
	position: relative;
}
.header_anim li {
	opacity: 0;
	animation: header_anim 9s linear infinite 0s;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.header_anim li:nth-child(1) {
	background: url("../images/mainImg03.jpg") center top/cover no-repeat;
}
.header_anim li:nth-child(2) {
	background: url("../images/mainImg02.jpg") center top/cover no-repeat;
	animation-delay: 3s;
}
.header_anim li:nth-child(3) {
	background: url("../images/mainImg01.jpg") center top/cover no-repeat;
	animation-delay: 6s;
}
@keyframes header_anim {
	0% {
		opacity: 0;
	}
	16.6666666667% {
		opacity: 1;
	}
	33.3333333333% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes header_anim {
	0% {
		opacity: 0;
	}
	16.6666666667% {
		opacity: 1;
	}
	33.3333333333% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 767px) {
	.logo_wrap {
		max-width: 740px;
		margin: -95vw auto 0;
	}
	.logo {
		background: url(../images/main_pf_mob.png) no-repeat;
		background-size: contain;
		padding-bottom: calc(858 / 743 * 100%);
	}
	.header_anim {
		height: 100vw;
	}
	.header_anim li:nth-child(1) {
		background: url("../images/mainImg03.jpg") 50% center/cover no-repeat;
	}	
	.header_anim li:nth-child(2) {
		background: url("../images/mainImg02.jpg") left center/cover no-repeat;
	}
	.header_anim li:nth-child(3) {
		background: url("../images/mainImg01.jpg") 65% center/cover no-repeat;
	}
}

/* =============================================================
      main コンテンツ
============================================*/
main {
	padding: 0 30px;
}
@media screen and (max-width: 479px) {
	main {
		padding: 0 15px;
	}
}

/* =============================================================
      outline 概要
============================================*/
#outline .inner_wrap {
	background: url(../images/ptn_outline.jpg) left top repeat;
	margin: 0 auto;
	position: relative;
	z-index: 150;
}

#outline .inner_wrap:first-child {
	border-radius: 20px 20px 0 0;
}

.outline_head .block_read {
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: center;
}
.outline_head .block_read p:not(:last-child) {
	margin: 0 auto 10px;
}
.note_text {
	font-size: 14px;
}

.catch {
	color: #e01120;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.date {
	font-size: 56px;
	font-weight: bold;
	text-align: center;
	padding: 15px 30px 30px;
	margin: 0 auto;
	line-height: 1.2;
	background-color: #fcdf40;
	max-width: 1400px;
}
.date span {
	font-size: 1.4em;
	margin-left: 0.6vw;
}
.date.close {
	color: #a0a0a0;
}
.date.close div {
	font-size: 26px;
    margin: 20px auto 0;
    color: #252525;
}
#txn {
	text-align: center;
	font-weight: bold;
}
#txn dt span {
	color: #fcdf40;
	padding: 6px 18px;
	margin: 30px auto 20px;
	background-color: #252525;
	border-radius: 50px;
	display: inline-block;
}
.movie_wrap {
	margin-top: 50px;
}
.tver {
	margin: 40px auto 0;
	max-width: 940px;
}
.tver .mob {
	display: none;
}
.pf_wrap {
	justify-content: space-around;
	align-items: flex-end;
	padding: 0 0 60px;
	margin: 0 auto;
}
.pf_wrap .block_img {
	flex: 0 0 33.333%;
	text-align: center;
}
.pf_wrap .block_img.pf01 img {
	max-width: 360px;
}
.pf_wrap .block_img.pf02 img,
.pf_wrap .block_img.pf03 img {
	width: calc(100% - 30px) !important;
	max-width: 330px;
	margin: 0 0 0 30px;
}
.pf_name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.2;
	height: 50px;
}
.pf_wrap .block_img.pf02 .pf_name,
.pf_wrap .block_img.pf03 .pf_name {
	margin-left: 30px;
}
.pf_name span {
	font-size: 18px;
	display: block;
	margin-top: 3px;
}

@media screen and (max-width: 1199px) {
	.outline_head .read_wrap {
		text-align: left;
	}
	.outline_head .read_wrap p {
		text-align: justify;
	}
	.outline_head .read_wrap p br {
		display: none;
	}
	.date {
		font-size: 46px;
	}
}
@media screen and (max-width: 767px) {
	.outline_head .block_read,
	.outline_head .block_img {
		flex: 0 0 100%;
	}
	.outline_head .read_wrap p:not(:last-child) {
		margin: 0 auto 10px;
		display: inline;
	}
	.outline_head .read_wrap p.note_text {
		margin-top: 8px;
		line-height: 1.3;
	}
	.pf_wrap .block_img.pf01 {
		flex: 0 0 60%;
	}
	.pf_wrap .block_img:not(.pf01) {
		flex: 0 0 50%;
	}
	.pf_wrap .block_img.pf02 img,
	.pf_wrap .block_img.pf03 img {
		width: 100%;
		margin: 0;
	}
	.pf_wrap .block_img.pf02 .pf_name,
	.pf_wrap .block_img.pf03 .pf_name {
		margin-left: 0;
	}
	.catch {
		font-size: 28px;
	}
	.date {
		font-size: 40px;
	}
	.tver .pc {
		display: none;
	}
	.tver .mob {
		display: block;
	}
	#outline .inner_wrap:last-of-type {
		padding: 0 20px;
	}
}
@media screen and (max-width: 599px) {
	.outline_head .block_read {
		text-align: left;
	}
	.pf_wrap .block_img {
		flex: 0 0 80%;
	}
}
@media screen and (max-width: 479px) {
	.catch {
		font-size: 22px;
	}
	.date {
		font-size: 28px;
	}
	.date.close div {
		font-size: 22px;
	}
	.pf_wrap {
		padding: 0 0 20px;
	}
	.pf_wrap .block_img {
		flex: 0 0 80% !important;
		margin-bottom: 30px;
	}
	.pf_name {
		font-size: 18px;
		height: auto;
	}
	.pf_name span {
		font-size: 14px;
	}
}

/* =============================================================
      article 記事
============================================*/
.article {
	margin: 80px 0;
}
.article .inner_wrap {
	box-shadow: 0 0 20px #bfbfbf inset;
	padding-top: 60px;
	padding-bottom: 60px;
}
.article .sec_title {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	padding: 40px 0;
	border-top: solid 4px #487878;
	border-bottom: solid 1px #487878;
}
.area_name {
	text-align: right;
}
.area_name span {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	padding: 8px 20px;
	margin: 20px 0;
	background-color: #487878;
	display: inline-block;
}
.article_read {
	margin: 30px auto;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
}
.article_subIMG .img_wrap {
	flex: 0 0 50%;
}
.article_subIMG .img_wrap:nth-child(1) img,
.article_subIMG .img_wrap:nth-child(2) img {
	border-bottom: solid 2px #fff;
}

.article_subIMG .img_wrap:nth-child(2n+1) img {
	border-right: solid 1px #fff;
}

.article_subIMG .img_wrap:nth-child(2n) img {
	border-left: solid 1px #fff;
}

@media screen and (max-width: 767px) {
	.article {
		margin: 50px 0;
	}
	.article .inner_wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		box-shadow: 0 0 10px #bfbfbf inset;
	}
	.article .sec_title {
		font-size: 24px;
		padding: 20px 0;
	}
	.area_name span {
		font-size: 18px;
	}
	.article_read {
		margin: 20px auto;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	.article .sec_title {
		font-size: 20px;
	}
	.article_subIMG {
		justify-content: center;
	}
	.article_subIMG .img_wrap {
		flex: 0 0 90%;
	}
	.article_subIMG .img_wrap img {
		border: 0 !important;
	}
	.article_subIMG .img_wrap:not(:last-child) img {
		margin-bottom: 2px;
	}
}

