
/*====================================================
//// id #frontpage-mv
====================================================*/
#frontpage-mv {
	background: #e7f9f9;
	position: relative;
}

#frontpage-mv:before, 
#frontpage-mv:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 30%;
}
#frontpage-mv:before {
	background: url(../img/fp_mv_bg-1.png) no-repeat center bottom / cover ;
	bottom: 70%;
}
#frontpage-mv:after {
	background: url(../img/fp_mv_bg-2.png) no-repeat center top / cover ;;
	top: 70%;
}
#frontpage-mv .innerBox {
	padding: 40px 0;
}
#frontpage-mv h2 {
	margin-bottom: 20px;
}
#frontpage-mv .headBox figure {
	-webkit-animation-name: anim-jouge;
	animation-name: anim-jouge;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	width: 130px;
	margin: auto;
}
@-webkit-keyframes anim-jouge {
	0% { -webkit-transform: translate(0,5px); transform: translate(0,5px); }
	100% { -webkit-transform: translate(0,-5px); transform: translate(0,-5px); }
}
@keyframes anim-jouge {
	0% { -webkit-transform: translate(0,5px); transform: translate(0,5px); }
	100% { -webkit-transform: translate(0,-5px); transform: translate(0,-5px); }
}
#frontpage-mv h1 {
	line-height: 1.4;
	margin: -10px 0 10px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#frontpage-mv h1 {
		font-size: 5.5rem;
	}
	#frontpage-mv .headBox figure {
		margin: auto;
		width: 40%;
	}
		header.frontpage_mv .menu-mainmenu-container {
		pointer-events: auto;
		z-index: 1;
	}
}

@media screen and (max-width:580px) {
	#frontpage-mv h1 {
		font-size: 8.5vw
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#frontpage-mv h1 {
		font-size: 8.5vw;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
	#frontpage-mv h1 {
		font-size: 10rem;
	}
}

/*====================================================
////id header.frontpage_mv
====================================================*/
.frontpage_mb-blank {
	height: 105px;
	position: relative;
	z-index: -1;
}
header {
	background: none;
	height: auto;
}
header.frontpage_mv {
	margin: -105px auto 0;
	width: 90%;
	padding: 50px 0;
	position: relative;
}
.menu-toggle ,
.site-branding {
	-webkit-transition: .2s all;
	transition: .2s all;
}
header.frontpage_mv .site-branding {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
header.frontpage_mv #site-navigation {
	position: relative;
		top: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 959px) {
	.frontpage_mb-blank {
		height: 215px;
	}
	header {
		height: 215px;
		margin-top:  -215px;
	}
	header.frontpage_mv {
		margin-top: -215px;
		max-width: 680px;
		/*z-index: -1;*/
	}
	header.frontpage_mv .menu-toggle {
		opacity: 0;
	}
	header.frontpage_mv .main-navigation ul {
		display: block;
	}
	header.frontpage_mv .menu-mainmenu-container {
		opacity: 1;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		min-height: 0;
	}
	header.frontpage_mv .menu-mainmenu-container .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
	}
	header.frontpage_mv .menu-mainmenu-container .menu li {
		padding: 0 8px;
	}
	header.frontpage_mv .menu-mainmenu-container .menu li a:before {
		display: block;
	}
}

@media screen and (max-width:580px) {
	.frontpage_mb-blank {
		height: 320px;
	}
	header {
		height: 320px;
		margin-top:  -320px;
	}
	header.frontpage_mv {
		margin-top: -320px;
	}
	header.frontpage_mv .menu-mainmenu-container .menu li {
		width: 50%;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 600px) {
	header #site-navigation {
		padding: 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id #mainCopy
====================================================*/
#mainCopy {
	background: #fff;
	position: relative;
}
#mainCopy .balloonBox {
	border-radius: 30px;
	line-height: 1.4;
	padding: 15px;
	position: relative;
	text-align: center;
}
#mainCopy .balloonBox:before {
	border: solid transparent;
	content: '';
	margin: auto;
	position: absolute;
	width: 0;
	height: 0;
}
#mainCopy .balloonBox p.big {
	margin-bottom: 0;
}
#mainCopy .balloonBox figure {
	margin: 10px auto;
	height: 70px;
}
#mainCopy .balloonBox .en {
	display: block;
	font-size: 1.6rem;
}
#mainCopy .balloonBox p:last-child {
	margin-right: -.5em;
}
#mainCopy .donationBt{
 width: 250px;
 position: absolute;
 bottom: -60px;
 left: 17px;
 display: flex;
 flex-wrap: wrap;
 z-index: 2;
 justify-content: space-between;
}
#mainCopy .donationBt a{
 /*text-align: center;*/
 width: 120px;
 height: 40px;
 /*display: block;*/
 border-radius: 5px;
 display: flex;
 /*flex-direction: column;
  justify-content: center;*/
  align-items: center;
 position: relative;
}
#mainCopy .donationBt a::after {
 content: '\279E';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    padding-bottom: .1em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 21px);
    -webkit-transition: .2s all;
    transition: .2s all;
    width: 1em;
    height: 1em;
    /* border: solid 1px;*/
}
#mainCopy .donationBt .donationBt001 a,
#mainCopy .donationBt .donationBt002 a{
 background: #f9de4b;
 /*font-weight: bold;*/
 color: #1b2b7f;
 font-weight: bold;
}
#mainCopy .donationBt .donationBt001 a{
padding-left: 26px;
}
#mainCopy .donationBt .donationBt002 a{
padding-left: 13px;
}
#mainCopy .donationBt .donationBt001 a::after {
 
}
#mainCopy .donationBt .donationBt002 a::after {
 
}
#mainCopy .snsBt{
 width: 250px;
 position: absolute;
 bottom: -60px;
 left: 60px;
 display: flex;
 flex-wrap: wrap;
 z-index: 2;
 justify-content: space-between;
}
#mainCopy .snsBt a{
 width: 75px;
 height: 40px;
 display: block;
 text-indent: -9999px;
 border-radius: 5px;
}
#mainCopy .snsBt .fbSns{
 /*margin-right: 15px;*/
}
#mainCopy .snsBt .fbSns a{
 background:url(../img/fb.png) #3b5998 no-repeat center;
}
#mainCopy .snsBt .twSns{
 /*margin-right: 15px;*/
}
#mainCopy .snsBt .twSns a{
 background:url(../img/tw.png) #55acee no-repeat center;
}
#mainCopy .snsBt .lineSns{
}
#mainCopy .snsBt .lineSns a{
 background:url(../img/line.png) #00b900 no-repeat center;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#mainCopy .innerBox {
		grid-gap: 10px;
		padding-top: 10px;
  padding-bottom: 120px;
	}
	#mainCopy .txtBox {
		margin: auto;
		width: 100%;
		max-width: 500px;
	}
	#mainCopy .leftBox {
		padding: 0 25% 0 0;
	}
	#mainCopy .rightBox {
		grid-row: 2;
		padding: 0 0 0 25%;
	}
	#mainCopy .balloonBox:before {
		top: 95%;
	}
	#mainCopy .leftBox .balloonBox:before {
		border-width: 40px 0px 0 20px;
		border-top-color: #db6e85;
		left: 30px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	#mainCopy .rightBox .balloonBox:before {
		border-width: 40px 20px 0 0px;
		border-top-color: #2d6cae;
		right: 30px;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	#mainCopy .balloonBox p.big {
		font-size: 3.0rem;
	}
	#mainCopy .balloonBox .en {
		font-size: 1.2rem;
	}
	#mainCopy .txtBox figure {
		height: 50px;
	}
	#mainCopy .imgBox figure{
		margin: 0 auto;
		padding: 5px 6% 0 0;
		width: 80%;
			max-width: 400px;
	}
	#mainCopy h2 {
		font-size: 2.4rem;
	}
  #mainCopy .donationBt{
bottom: 60px;
right: 0;
left: 0;
margin: auto;
}
 #mainCopy .snsBt{
 /*position: static;*/
 /*margin: 0 auto 40px;*/
  bottom: 10px;
right: 0;
left: 0;
margin: auto;
}
}
@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#mainCopy .innerBox {
		grid-template-columns: 33% 1fr 33%;
		grid-gap: 10px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 40px 0 160px;
	}
	#mainCopy .leftBox {
  position: relative;
		padding-right: 40px;
	}
	#mainCopy .rightBox {
  position: relative;
		padding-left: 40px;
	}
	#mainCopy .balloonBox:before {
		top: 0;
		bottom: 0;
	}
	#mainCopy .leftBox .balloonBox:before {
		border-width: 15px 0 15px 40px;
		border-left-color: #db6e85;
		right: -40px;
	}
	#mainCopy .rightBox .balloonBox:before {
		border-width: 15px 40px 15px 0;
		border-right-color: #2d6cae;
		left: -40px;
	}
	#mainCopy .balloonBox p.big {
		font-size: 4.0rem;
		font-weight: bold;
	}
	#mainCopy .imgBox {
		position: relative;
	}
	#mainCopy h2 {
		font-size: 2.6rem;
		margin: auto;
		position: absolute;
		left: -100%;
		right: -100%;
		width: 550px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#mainCopy .innerBox {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		padding-top: 10px;
	}
	#mainCopy .txtBox {
		margin: auto;
		width: 100%;
		max-width: 500px;
	}
	#mainCopy .leftBox {
		padding: 0 25% 0 0;
	}
	#mainCopy .rightBox {
		grid-column: 2;
		grid-row: 1;
		padding: 0 0 0 25%;
	}
	#mainCopy .balloonBox:before {
		top: 95%;
		bottom: auto;
	}
	#mainCopy .leftBox .balloonBox:before {
		border-width: 40px 0px 0 20px;
		border-left-color: transparent;
		border-top-color: #db6e85;
		left: 30px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	#mainCopy .rightBox .balloonBox:before {
		border-width: 40px 20px 0 0px;
		border-top-color: #2d6cae;
		border-right-color: transparent;
		right: 30px;
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	#mainCopy .balloonBox p.big {
		font-size: 3.0rem;
	}
	#mainCopy .balloonBox .en {
		font-size: 1.2rem;
	}
	#mainCopy .txtBox figure {
		height: 50px;
	}
	#mainCopy .imgBox {
		grid-column: span 2;
	}
	#mainCopy .imgBox figure{
		margin: -60px auto 0;
		padding: 5px 4% 0 0;
		width: 43%;
	}
	#mainCopy h2 {
		font-size: 2.4rem;
	}
}

@media screen and (min-width:1200px) {
	#mainCopy .balloonBox p:last-child {
		font-size: 2.2rem;
		margin-right: -.5em;
	}
}

/*====================================================
////id #news
====================================================*/
#news {
	padding: 60px 0;
}
#news .headBox ,
#news ul {
	margin: 0 auto;
	width: 90%;
		max-width: 1000px;
}
#news li a {
	color: #fff;
	display: block;
}
#news .headBox figure {
	margin: auto;
	width: 30%;
		max-width: 250px;
}
#news .headBox h3 {
	font-weight: normal;
	margin: 10px 0;
}
#news ul li {
	border-bottom: dotted 2px #fff;
	padding: 15px 15px;
	margin-bottom: 15px;
}
#news .linkBtn {
	background: #fff;
	color: #1b2b7f !important;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#news {
	}
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#news .headBox h3 {
		font-size: 3.2rem;
	}
	#news ul li {
	}
	#news ul li a {
		margin-top: 5px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id #posts_list
====================================================*/
#posts_list {
	padding: 60px 0;
}
#posts_list .headBox ,
#posts_list ul {
	margin: 0 auto;
	width: 90%;
		max-width: 1000px;
}
#posts_list .sub_head {
	display: inline-block;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0 30px;
	position: relative;
}
#posts_list .sub_head:before,
#posts_list .sub_head:after {
	border: solid transparent;
	border-top-color: #f9de4b;
	border-width: 30px 8px 0;
	content: '';
	margin: auto;
	position: absolute;
		top: -100%;
	bottom: -100%;
	width: 0;
	height: 0;
}
#posts_list .sub_head:before {
	left: 0;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
#posts_list .sub_head:after {
	right: 0;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
#posts_list .sub_head img {
	display: inline-block;
	float: right;
	margin: 0;
	width: 1.5em;
	height: 1.5em;
}
#posts_list .balloonBox {
	border-radius: 10px;
	margin-bottom: 40px;
	padding: 8px 10px 10px;
	position: relative;
}
#posts_list h2 {
	line-height: 1.3;
}
#posts_list .balloonBox:after {
	border: solid transparent;
	border-top-color: #f9de4b;
	border-width: 20px 13px 0;
	content: '';
	margin: auto;
	position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
	width: 0;
	height: 0;
}
#posts_list ul {
	display: grid;
	grid-gap: 15px;
}
#posts_list ul li {
	display: grid;
		grid-gap: 10px;
	letter-spacing: .05em;
	padding: 10px;
}
#posts_list ul .date {
	font-size: 1.4rem;
	text-align: right;
}
#posts_list ul li > div:nth-child(3) {
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 15px;
}
#posts_list ul li.bg-l_pink > div:nth-child(3) {
	background: #db6e85;
}
#posts_list ul li.bg-l_blue > div:nth-child(3) {
	background: #2d6cae;
}
#posts_list ul li .wpulike {
	margin: 0 0 0 auto;
	padding: 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#posts_list .sub_head {
		max-width: 360px;
		width: 100%;
	}
	#posts_list ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#posts_list ul li {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto 1fr auto;
		max-width: 320px;
	}
	#posts_list ul a {
		grid-column: span 2;
		margin: 0;
	}
	#posts_list ul .date {
		grid-column: 2;
		grid-row: 2;
	}
	#posts_list ul li > div:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}
	#posts_list ul .title {
		grid-column: span 2;
	}
	#posts_list ul .wpulike {
		grid-column: span 2;
	}
}

@media screen and (max-width:680px) {
	#posts_list ul {
		grid-template-columns: 1fr;
		width: 320px;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#posts_list h2 {
		font-size: 4.2rem;
	}
	#posts_list ul {
		grid-template-columns: repeat(3, 1fr);
		max-width: 1000px;
	}
	#posts_list ul li {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto 1fr auto;
		max-width: 320px;
	}
	#posts_list ul a {
		grid-column: span 2;
		margin: 0;
	}
	#posts_list ul .date {
		grid-column: 2;
		grid-row: 2;
	}
	#posts_list ul li > div:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}
	#posts_list ul .title {
		grid-column: span 2;
	}
	#posts_list ul .wpulike {
		grid-column: span 2;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	#posts_list ul {
		grid-template-columns: repeat(2, 1fr);
		max-width: 650px;
	}
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
