@charset "UTF-8";
@import url('reset.css');
@import url('menu.css');
@import url('anime.css');
@import url('latest-next.css');
@import url('msg.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;700&display=swap');


/* =========================================================
	basic style
========================================================= */
*,
*:before,
*:after {
	box-sizing:	inherit;
}

html{
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #F7F0D7;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
	letter-spacing: 1px;
	font-family: "Helvetica Neue",Arial,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ', Meiryo,sans-serif;
	text-align: center;
	color: #515253;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 4s ease 0s 1 normal;
	-webkit-animation: fadeIn 4s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

.pc {
	display: block;
}

.pc_tablet {
	display: block;
}

.tablet_phone {
	display: none;
}

.tablet {
	display: none;
}

.phone {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin:	1.2em 0 1.2em 0;
	line-height:	1.5;
}


.txt_right{
	text-align: right !important;
}

.txt_center{
	text-align: center !important;
}

.txt_left{
	text-align: left !important;
}

.txt_white{
	color: #fff;
}


a {
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:focus {
	outline: none;
}

a:link {
		color: #70960a;
		text-decoration: none;
}

a:visited {
	color: #445c05;
	text-decoration: none;
}

a:hover {
	color: #80a323;
	text-decoration: none;
}

a:active {
	color: #a9cc4b;
	text-decoration: none;
}

img {
	margin:	0;
	border:	0;
}

a img{
	margin:	0;
	border:	0;
}

a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a.anchor{
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

#jme {
	padding: 0 0 50px 0;
}

/* construction
--------------------------------------------------------- */
.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

.container::before, .container::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	width:46px;
	height: 100%;
	background-image: url(../img/bg_line.gif);
	background-repeat: repeat-y;
	background-size: contain;
	z-index: -1;
}

.container::before {
	background-position: left;
	left: 0;
}
.container::after {
	transform: rotate(180deg);
	background-position: right;
	right: 0;
}

main {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	clear: both;
	overflow: hidden;
	width: 800px;
	margin: 150px auto 0 auto;
	padding: 0;
}

.general_area {
	overflow: hidden;
	margin: 0 auto 80px auto;
}

/* header
--------------------------------------------------------- */
header{
	position: relative;
	top: 76px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background-color: #F7F0D7;
	background: url(../img/header_bg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: top left;
	border-bottom: 20px solid #A1151E;
	z-index: 0;
}

header::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_stripe.png) repeat left top;
	z-index: 1;
	opacity: 0.2;
}

header h1 {
	position: absolute;
	overflow: hidden;
	display: block;
	float: left;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 311px;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto;
	background: url(../img/title.png) center center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	z-index: 2;
}


/* hierarchy_level2
--------------------------------------------------------- */
.page_hierarchy_level2 main {
	margin: 150px auto 0 auto;
}

.page_hierarchy_level2 header{
	height: 300px;
}

.page_hierarchy_level2 header h1 {
	top: 50%;
	left: 50%;
	width: 400px;
	height: 166px;
}


/* hx
--------------------------------------------------------- */
h2.headline {
	display: inline-block;
	margin: 0 0 50px 0;
	padding: 4px 20px;
	color: #A1151E;
	font-size: 2.0rem;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 4px;
	border-top: 1px solid #A1151E;
	border-bottom: 1px solid #A1151E;
}

h3.headline {
	position: relative;
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 4px 30px;
	text-align: center;
	font-size: 2.4rem;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 4px;
}

h3.headline::before,
h3.headline::after {
    position: absolute;
    top: 0rem;
    height: 5.0rem;
    content: '';
}

h3.headline::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-30deg);
}

h3.headline::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(30deg);
}

h4 {

}

/* ----- about area ----- */
.about_area figure {
	margin: 20px auto 60px;
	text-align: center;
}

.about_area figure img {
	width: 200px;
	height: auto;
	margin: 0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.about_area figcaption {
	font-size: 2.0rem;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 6px;
}


/* --- top btn_top_area --- */
.btn_top_area {
	overflow:  hidden;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.btn_top_area .btn_item{
	width: calc((100% - 20px) /2);
}

.btn_top_area .btn_item h5 {
	margin: 0 0 10px 0;
	font-size: 1.6rem;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 2px;
}

.btn_top_area .btn_top {
	padding: 40px;
	background: #0096B1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn_top_area a:hover .btn_top {
	padding: 40px;
	background: #00b170;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_top_area .btn_item p {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}


/* --- sponsor_area --- */
.sponsor_area {
	margin: 0 auto 80px auto;
	background: #fff;
	text-align: center;
}

.sponsor_area a {
	position: relative;
	width: 100%;
	height: 100px;
	display: block;
}

.sponsor_area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 300px;
	height: auto;
	margin: 0 auto;
}


/* ----- sns ----- */
.sns_area_inner {
	overflow-y: scroll !important;
	width: 600px !important;
	height: 800px !important;
	margin: 0 auto 100px auto;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
}


/* ----- archive ----- */
.archive_list li {
	overflow: hidden;
	padding: 40px 0 30px 0;
	border-bottom: 1px solid #959596;
}

.archive_list dt {
	width: 300px;
	float: left;
}

.archive_list dt img {
	width: 100%;
	height: auto;
}

.archive_list dd {
	margin-left: 330px;
	text-align: left;
}

.archive_list dd .archive_list_date {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
}

.archive_list dd h4 {
	margin: 0 0 10px 0;
	font-size: 2.0rem;
	font-family: 'Shippori Mincho', serif;
	line-height: 1.4;
	letter-spacing: 1px;
}

.archive_list .btn_more {
	margin: 15px 0 0 0;
}

.archive_list .btn_more a {
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.4rem;
	letter-spacing: 5px;
	border: 1px solid #A1151E;
}

.archive_list .btn_more a:hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

.archive_list .btn_more span{
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
	color: #A1151E;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.archive_list .btn_more span::before,
.archive_list .btn_more span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.archive_list .btn_more span::before{
	left: 3px;
	width: 10px;
	height: 1px;
	background: #A1151E;
}
.archive_list .btn_more span::after{
	left: 4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #A1151E;
	border-right: 1px solid #A1151E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.archive_details {
	overflow: hidden;
	width: 80%;
	margin: 0 auto 50px auto;
}

.archive_details_date {
	margin: 0 0 20px 0;
	font-size: 1.8rem;
}

.archive_details dl {
	overflow: hidden;
	margin: 0 0 50px 0;
}

.archive_details dt {
	width: 100%;
	margin: 0 0 20px 0;
}

.archive_details dt img {
	width: 100%;
	height: auto;
}

.archive_details dd {
	text-align: left;
}

.archive_details dd .archive_list_date {
	margin: 0 0 10px 0;
	font-size: 1.4rem;
}

.archive_details dd h3 {
	margin: 0 0 10px 0;
	font-size: 2.0rem;
	font-family: 'Shippori Mincho', serif;
	line-height: 1.4;
	letter-spacing: 1px;
}


/* ----- button ----- */
.btn_general {
	clear: both;
	margin: 20px 0 40px 0;
}

.btn_general a {
	display: inline-block;
	padding: 20px 40px;
	color: #fff;
	text-align: center;
	background: #0096B1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn_general a:hover{
	background: #00b170;
	opacity:	0.7;
	-moz-opacity:	0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_line {
	clear: both;
	margin: 0 0 40px 0;
}

.btn_line a {
	display: inline-block;
	padding: 20px 40px;
	color: #A1151E;
	text-align: center;
	border: 1px solid #A1151E;
}

.btn_line a:hover{
	opacity:	0.6;
	-moz-opacity:	0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn_line a span{
	position: relative;
	display: inline-block;
	padding: 0 0 0 28px;
	color: #A1151E;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}

.btn_line a span::before,
.btn_line a span::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_line a span::before{
	left: 3px;
	width: 10px;
	height: 1px;
	background: #A1151E;
}
.btn_line a span::after{
	left: 4px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #A1151E;
	border-right: 1px solid #A1151E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* footer
--------------------------------------------------------- */
footer {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 900px;
	margin: 100px auto 0 auto;
	padding: 0 0 200px 0;
}

.footer_home a img {
	width:120px;
	height:auto;
}

.footer_j-wave {
	display: block;
	width: 350px;
	text-align: right;
}

.footer_j-wave dl {
	width: 100%;
	text-align: right;
}

.footer_j-wave dt {
	display: block;
}

.footer_j-wave dt img {
	width: 220px;
	height: auto;
	margin: 0 0 0 auto;
}

.footer_j-wave dd {
	margin: 8px 0 0 0;
	font-size: 1.0rem;
	letter-spacing: 1px;
}



/* =========================================================
	media queries for tablet
========================================================= */
@media only screen and (max-width : 1024px){

.pc {
	display: none;
}

.pc_tablet {
	display: block;
}

.tablet_phone {
	display: block;
}

.tablet {
	display: block;
}

.phone {
	display: none;
}

p {
	text-align: left;
	margin: 0 0 3.0rem 0;
}

#jme {
	padding: 0 0 50px 0;
}

/* ----- construction ----- */
.container {
	padding: 0;
}

.container::before, .container::after {
	width: 23px;
	height: 100%;
}

main {
	width: calc(90% - 23px*2);
	margin: 50px auto 0 auto;
}

/* header
--------------------------------------------------------- */
header{
	top: 0;
	height: 400px;
}

header h1 {
	top: 53%;
	left: 50%;
	width: 500px;
	height: 207px;
}


/* --- top_btn_area --- */
.btn_top_area a.btn_item h1 {
	line-height: 1.0;
	font-size: 2.4rem;
	border:none;
}

/* ----- SNS ----- */
.sns_area_inner {
	width: 85%;
	height: 500px !important;
	margin: 0 auto 80px auto;
}


/* footer
--------------------------------------------------------- */
footer {
	width: calc(90% - 23px*2);
	max-width: 900px;
	margin: 70px auto 0 auto;
	padding: 0 0 100px 0;
}

footer ul {
	width: 90%;
}

}




/* =========================================================
	media queries for smartphone
========================================================= */
@media only screen and (max-width : 599px){
body{
	font-size: 14px;
	font-size: 1.4rem;
}

.pc {
	display: none;
}

.pc_tablet {
	display: none;
}

.tablet_phone {
	display: block;
}

.tablet {
	display: none;
}

.phone	{
	display: block;
}

a:hover img{
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#jme {
	padding: 20px 0 40px 0;
}

.btn_gototop a {
	width: 85%;
	margin: 50px 0 0 0;
	padding: 20px 0;
}

/* ----- construction ----- */
.container {
	padding: 0;
}

.container::before, .container::after {
	width: 15px;
	height: 100%;
}

main {
	width: calc(90% - 15px*2);
	margin: 30px auto 0 auto;
}

.general_area {
	overflow: hidden;
	margin: 0 auto 30px auto;
}


/* header
--------------------------------------------------------- */
header{
	top: 0;
	height: 70vh;
}

header h1 {
	top: 50%;
	left: 50%;
	width: 370px;
	height: 153px;
}

/* hierarchy_level2
--------------------------------------------------------- */
.page_hierarchy_level2 main {
	margin: 20px auto 0 auto;
}

.page_hierarchy_level2 header{
	height: 300px;
}

.page_hierarchy_level2 header h1 {
	width: 320px;
	height: 133px;
}


/* hx
--------------------------------------------------------- */
h2.headline {
	margin: 0 0 25px 0;
	padding: 1px 15px;
	font-size: 1.8rem;
	letter-spacing: 2px;
}

h3.headline {
	position: static;
	display: block;
	margin: 0 0 20px 0;
	padding: 4px 0;
	text-align: center;
	font-size: 3.0rem;
	text-align: left;
	line-height: 1.2;
	letter-spacing: 1px;
}

h3.headline::before,
h3.headline::after {
	display: none;
}


/* ----- about area ----- */
.about_area figure {
	margin: 15px auto 30px;
	text-align: center;
}

.about_area figcaption {
	font-size: 1.8rem;
	letter-spacing: 6px;
}


/* --- top_btn_area --- */
.btn_top_area {
	width: 100%;
	margin: 0 auto 60px auto;
	padding:0;
	display: block;
}

.btn_top_area .btn_item{
	display: block;
	margin: 0 auto 20px auto;
	width: 100%;
}

.btn_top_area a.btn_item .box {
	padding: 5px 0;
}

.btn_top_area a.btn_item h1 {
	font-size: 1.8rem;
	line-height: 1.4;
	border-bottom: 1px solid #fff;
}

/* ----- archive ----- */
.archive_list li {
	padding: 30px 0 20px 0;
}

.archive_list dt {
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
}

.archive_list dd {
	margin: 0;
}

.archive_list dd .archive_list_date {
	padding: 0 0 5px 0;
}

.archive_list .btn_more {
	text-align: center;
}

.archive_details {
	width: 100%;
}

/* ----- button ----- */
.btn_line a {
	padding: 10px 20px;
}

/* ----- sns ----- */
.sns_area_inner {
	width: calc(90% - 15px*2) !important;
	height: 500px !important;
	margin: 0 auto 20px auto;
}

/* footer
--------------------------------------------------------- */
footer {
	display: block;
	width: 95%;
	margin: 100px auto 0 auto;
	padding: 0 0 150px 0;
}

.footer_home {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 0 50px 0;
}

.footer_home a img {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

.footer_j-wave {
	width: 100%;
	text-align: center;
}

.footer_j-wave dt {
	width: 100%;
	text-align: center;
}

.footer_j-wave dt img {
	width: 200px;
	margin: 0 auto;
}

.footer_j-wave dd {
	margin: 8px 0 0 0;
	font-size: 10px;
	text-align: center;
}


}
