@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500|Roboto:400,700|Noto+Serif+JP:400,500,600|Noto+Sans+JP:400,500,600&display=swap);

/*
	BASE
*******************************/

* {
	font-family:Arial, Helvetica, "sans-serif", "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body * {line-height:1.22em;}


img {
	vertical-align:bottom;
	line-height:0;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

.imgchgsp {
	display: none;
}

.center {
	text-align: center;
}

.hxa {
	width: 50%;
	height: 9vw;
	margin: 4em auto;
	padding-top:3vw;
	position: relative;
	border: none;
}
.hxa:before,
.hxa:after{
	width: calc(100% - 3vw);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
.hxa:before{
	border-bottom: solid 3vw white;
	border-left: solid 3vw transparent;
	bottom: calc(100% - 3vw + 1px);
	right:0;
}
.hxa:after{
	border-top: solid 3vw white;
	border-right: solid 3vw transparent;
	top: 100%;
}
.hxa a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

body {
	margin:0;
	background-color: #7ccad1;
}

* img {
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

header {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	width:100%;
	margin:0 auto;
	padding:0;
}

/*
	HEADER LAYOUT
******************/

#header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width:90%;
	margin:30px auto;
	padding:0;
}
#header #logo a {
	display: block;
	width:214px;
	height:39px;
	line-height: 0;
	background-image: url("../images/jar_logo.svg");
	background-repeat: no-repeat;
	font-size:0;
	text-shadow: none;
}

#header #donate-link a{
	display: block;
	width:176px;
	height:74px;
	line-height: 0;
	background-image: url("../images/header_donate.svg");
	background-repeat: no-repeat;
	font-size:0;
	text-shadow: none;
}


/*
	CONTENT LAYOUT
******************/

article {
	width:100%;
	margin:30px auto 0;
	font-size:1.2vw;
}
article header {
	width:90%;
	max-width: 1080px;
	margin:0 auto;
	padding-bottom: 6em;
	background-color: white;
}
article header #fv img {
	width:100%;
}

article #message {
	width:90%;
	max-width: 1080px;
	margin:0 auto;
	background-color: white;
	text-align: center;
}
article p {
	font-family: "Noto Serif JP", "Sawarabi Mincho";
	font-size: 150%;
	font-weight: 600;
	line-height: 2.4;	
}
article #message p.last {
	margin-top: 2em;
}



.donate {
	background: #E8382F;
	font-family: "Noto Serif JP", "Sawarabi Mincho";
	font-weight: 600;
}
article .donate p {
	padding-top: 5px;
	line-height: 1.5;
	vertical-align: middle;
	font-size: 170%;
	letter-spacing: 0.2em;
	color: white;
	text-align: center;
}
.donate p span {
	font-family: "Raleway", sans-serif;
	font-size:70%;
	letter-spacing: 0.1em;
}
.donate:before{
	border-bottom-color: #E8382F;
	border-left-color: white;
}
.donate:after {
	border-top-color: #E8382F;
}

article #message .scroll p {
	margin-top: 8em;
	padding-bottom: 2em;
	font-family: "Raleway";	
	font-weight: 500;
	font-size: 120%;
}


#menu {
	width: 100%;
	background-color: white;
	margin: 5em 0;
	padding: 3em 0 6em;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

#menu-topics,
#menu-history {
	width:50%;
	height: 3em;
	text-align: center;
}
#menu-topics {
	border-right: 1px solid #ccc;
}
#menu-topics a,
#menu-history a {
	font-family: "Raleway", sans-serif;
	font-size: 280%;
	font-weight: 500;
	line-height: 0;
}
#menu-topics a span,
#menu-history a span {
	font-size: 35%;
	font-weight: normal;
}



.arrow{
	position: relative;
	width:100%;
}

.arrow::before{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 80%;
	left: calc(50% - 2px);
	margin-top: 4px;
}

#topics {
	width:100%;
	margin: 3em 0;
}

#topics h1,
#history h1 {
	font-family: "Raleway", sans-serif;
	font-size: 280%;
	font-weight: 500;
	color:white;
	text-align: center;
	line-height: 0;
	border-bottom: 2px solid white;
	width:20vw;
	margin-left: calc(50% - 10vw);
	padding-bottom: 2vw;
}

#topics h1::after,
#history h1::after {
	display: block;
	content:"";
	width:6vw;
	border-bottom:2px solid white;
	transform: translateX(20vw) translateY(-3px) rotate(-45deg);
}

#topics h1 span,
#history h1 span {
	font-size: 35%;
	font-weight: normal;
}

#topics article{
	position: relative;
	clear: both;
	height: 50vw;
}

#topics article .img {
	position: absolute;
	top:0;
	right:0;
	width:70%;
	height: 40vw;
    overflow: hidden;
}
#topics article .panel {
	position: absolute;
	top:13vw;
	left:5%;
	width:50%;
	height:26vw;
	background-color: white;
	padding-left: 4vw;
	padding-right: 4vw;
}
.panel:before{
	border-left-color: #8ec9d0;
}

#topics article:nth-child(odd) .img {
	left:0;
}
#topics article:nth-child(odd) .panel {
	top:17vw;
	left:45%;
	height:22vw;
	padding-top: 0;
}
#topics article:nth-child(odd) .panel:before {
	border-left-color: transparent;	
	bottom:100%;
	right:0;
}

#topics article .panel .num {
	display: inline-block;
	margin: 1vw 0;
	font-family: "Raleway", sans-serif;
	font-size: 160%;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #E8382F;
	border-bottom: 2px solid #E8382F;
	line-height: 1.5;
}

#topics article .panel .title {
	margin: 1vw 0;
	font-size: 170%;
	font-weight: 600;
	line-height: 1.8;	
	letter-spacing: 0.1em;
}
#topics article .panel .link {
	margin-top:2vw;
	font-family: "Raleway", sans-serif;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.0;
}

#topics-after {
	width:90%;
	margin:0 auto;
}

#topics-after .donate:before {
	border-left-color: #7ccad1;	
}

#history {
	width:90%;
	margin: 12em auto 3em;
}

#history .lead {
	margin: 2em 0;
	font-size: 180%;
	line-height: 2.0;
	color:white;
	text-align: center;
	letter-spacing: 0.1em;
}

#chronology {
	padding-left: 2vw;
	padding-top: 0.5em;
	background: url("../images/chrono-bg.svg") left top no-repeat;
}

#chronology dl {
	position: relative;
	margin: 2em 2% 4em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 240%;
}
#chronology dl dt {
	position: absolute;
	top:0;
	left:0;
	width:10%;
	color:white;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 120%;
}
#chronology dl dd,
#chronology figcaption {
	font-family: "Noto Serif JP", "Sawarabi Mincho";	
}
#chronology dl dd.title {
	position: absolute;
	top:0.3em;
	left:13%;
	width:64%;
	font-size:80%;
}
#chronology dl dd.desc {
	position: absolute;
	top:4em;
	left:13%;
	width:64%;
	font-size:50%;
	line-height: 1.5;
}
#chronology dl dd.img {
	position: absolute;
	top:0.3em;
	left:80%;
	width:20%;
	font-size:40%;
	color:white;
}
#chronology dl dd.img figcaption {
	margin-top: 0.2em;
}
#chronology dl.w1 dd.desc{
	top:6em;
}
#chronology dl.w2 {
	margin: 1px 2% 2em;
}



#donate {
	width:86%;
	margin:10em auto 4em;
	padding: 3%;
	background-color: white;
}

#donate h1 {
	padding: 1em 0 2em;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
}

#donate #ex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;	
}
#donate #ex dl {
	width:30%;
	text-align: center;
}
#donate #ex dt {
	color: #7ccad1;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
#donate #ex dt span.amount {
	font-family: "Roboto", sans-serif;
	font-size: 280%;
	font-weight: 700;
}
#donate #ex dt span.yen {
	font-size: 150%;
	font-weight: bold;
}
#donate #ex img {
	width: 100%;
}
#donate #ex dd.desc {
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-top: 1em;
}


footer {
	height: 5em;
	padding-top: 2em;
	background-color: white;
	text-align: center;
}
footer p {
	color:#666666;
}


/*//////////////////////////////////////////////////////////////////////////*/

.article article{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	background-color: white;
}

.article article header {
	width:100%;
}
.article article header img {
	width:100%;
}

.article #title,
.article #main,
.article #link {
	padding: 0 10%;
}
.article #title {
	display: flex;
	flex-direction: row;
	justify-content:start;
}

.article #title .num {
	width:2em;
	height:6em;
	font-family: "Raleway", sans-serif;
	writing-mode: vertical-rl;
	vertical-align: baseline;
	display: inline-block;
	border-left: 2px solid #E8382F;
	line-height: 2.0em;
	color:#E8382F;
}
.article h1 {
	width:86%;
	margin-left:4%;
	margin-top:-2%;
	font-family: "Noto Serif JP", "Sawarabi Mincho";
	font-size:230%;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.article #main {
	margin-top: 3em;
	padding-bottom: 2em;
}
.article #main p{
	font-size: 140%;
	line-height: 2.0;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	font-weight: 400; 
}

.article #contents {
	margin-top: 3em;
	margin-bottom: 9em;
}

.article #contents p {
	margin-bottom: 1.5em;
	font-weight: 400; 
	color:#333; 
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	font-size:130%;
}

.article #contents p.intro {
	font-size:120%;
	line-height: 1.8;
}

.article #contents p.small {
	font-size: 90%;
}

.article #contents h2 {
	margin: 3em 0 1em;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; 
	color: #E8382F; 
	border-bottom: 1px solid #E8382F;
	text-align: left; 
	font-size: 140%;
}


.article #contents h3 {
    display: flex;
    margin-top: 2em;
	margin-bottom: 2.2em;
    align-items: flex-start;
	font-family: "Noto Serif JP", "Sawarabi Mincho";
    font-size:140%;
    color: #E8382F;
    line-height: 2;
}

.article #contents h3:before{
	width:3em;
    border-bottom: 1px solid #E8382F;
    content: "";
    display: inline-block; 
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.5em;
    height: 1em;
}

.article #contents img {
	margin: 0 auto 1em;
	width:100%;
}

.article #contents img + p{
	margin-top: 1em;
}

.article #contents figcaption p {
	font-size:100%;
	color:#999;
}

.article #contents .note {
	font-size: 100%;
}
.article #contents #tenth {
	font-size: 120%;
}

.article #credit {
	padding: 2em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display: flex;
}

.article #credit p.cr {
	font-family: "Raleway", sans-serif;
	font-size: 180%;
	margin: 0 3% 0 2%;
}
.article #credit #name {
	vertical-align: middle;
}
.article #credit #name p{
	display: inline;
	text-align: center;
	padding: 0 2%;
	word-break: keep-all;
	font-size: 140%;
	line-height: 2;
}

.article #main .donate p {
	line-height: 1.5;
}

.article #link {
	margin: 6em 0 4em;
	display: flex;
	justify-content:space-around;
}
.article #link p{
	display: block;
	font-size:140%;
	color:white;
}
.article #link p a {
	color: white;
}

.article p#aniv {
	display: block;
	margin: 10vw auto;
	width:182px;
	height:146px;
	line-height: 0;
	background-image: url("../images/20th.svg");
	background-repeat: no-repeat;
	font-size:0;
	text-shadow: none;
}

@media only screen and (min-width: 1200px) {
	article {
		font-size:14.4px;
	}
}
@media only screen and (max-width: 640px) {
	.imgchgsp {display: block;}
	.imgchg {display: none;}

	br.pc {display: none;}
	

	#header {
		margin: 20px auto 10px;
	}
	#header #logo a,  
	#header #donate-link a{
		background-size: 75%;
	}
	#header #logo a {
		width:161px;
		height:30px;
	}
	#header #donate-link a{
		width:132px;
		height:56px;
		background-position-x: right;
	}

	article {
		margin-top: 0;
	}

	article #message {
		padding: 0 5%;
		text-align: left;
	}

	article p {
		font-size: 300%;
		line-height: 1.8;
		margin-bottom: 2em;	
	}

	.hxa {
		width: 90%;
		height: 20vw;
	}
	
	article .donate p {
		line-height: 2;
		font-size: 330%;
	}

	#menu {
		padding-top:0;
		height: 24em;
	}

	#menu-topics a,
	#menu-history a {
		font-size: 400%;
	}
	#menu-topics a span,
	#menu-history a span {
		font-size: 50%;
	}
	
	
	#topics h1,
	#history h1 {
		font-size: 420%;
		line-height: 1;
		margin-bottom: 1em;
	}
	
	#topics h1 span,
	#history h1 span {
		font-size: 50%;
	}

	#topics article {
		height: 94vw;
	}	
	#topics article .img {
		width:100%;
		height:55vw;
	}

	#topics article .panel,
	#topics article:nth-child(odd) .panel {
		top:45vw;
		left:5%;
		width:90%;
		height:34vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-top: 0;
	}
	#topics article .panel:before,
	#topics article:nth-child(odd) .panel:before {
		border-left-color: transparent;	
		bottom:100%;
		right:0;
	}

	#topics article .panel .num {
		font-size: 280%;
	}
	#topics article .panel .title {
		font-size: 320%;
	}
	#topics article .panel .link {
		font-size: 280%;
	}

	#topics-after {
		margin-top: 2em;
		margin-bottom: 4em;
	}

	#history .lead {
		font-size: 340%;
		text-align: left;
	}
	
	#chronology {
	padding-top: 0.1em;
	}
	
	#chronology dl {
		margin: 0.5em 2% 0 4%;
		padding-top: 0.5em;
		padding-bottom: 1em;
		font-size: 380%;
	}
	#chronology dl dt {
		position: static;
		font-size: 160%;
	}
	#chronology dl dd.title {
		position: static;
		width:100%;
		margin-top: 0.5em;
		font-size:100%;
	}
	#chronology dl dd.desc {
		position: static;
		width:100%;
		margin: 1em 0;
		font-size:80%;
		line-height: 1.5;
	}
	#chronology dl dd.img {
		position: static;
		width:60%;
		font-size:80%;
	}
	#chronology dl dd.img figcaption {
		margin-top: 0.2em;
	}
	#chronology p.current {
		margin: 0 2%;
		line-height: 1.5;
	}
	
	#donate h1 {
		font-size: 380%;
	}

	#donate #ex {
		display: block;
	}
	#donate #ex dl {
		width:90%;
		margin: 0 auto 1em;
	}
	#donate #ex dt {
		font-size: 300%;
		margin-bottom: 0.5em;
	}
	#donate #ex dt span.amount {
		font-size: 200%;
	}
	#donate #ex dt span.yen {
		font-size: 120%;
	}
	#donate #ex dd.desc {
		font-size: 280%;
		margin-bottom: 2em;
	}



	.article article{
		width: 100%;
	}
	
	.article #title,
	.article #main,
	.article #link {
		padding: 0 5%;
	}
	.article #title {
		display: block;
	}
	
	.article #title .num {
		display: inline-block;
		width:30%;
		height:auto;
		writing-mode: horizontal-tb;
		border-left:none;
		border-bottom: 2px solid #E8382F;
		line-height: 2.0em;
	}
	.article h1 {
		width:100%;
		margin-left:0;
		font-size:360%;
		line-height: 1.8em;
		padding-bottom: 2em;
		border-bottom: 1px solid #7ccad1;
	}
	
	.article #main {
		margin-top: 5em;
		padding-bottom: 2em;
	}
	.article #main p{
		font-size: 320%;
		line-height: 2.0;
	}
	
	.article #contents p {
		font-size: 320%;
	}
	.article #contents p.intro {
		font-size:260%;
		line-height: 1.8;
	}
	
	.article #contents h2 {
		font-size: 320%;
		text-align: left;
	}
	
	
	.article #contents h3 {
	    font-size:320%;
	}
	
	.article #contents figcaption p {
		font-size:260%;
	}
	
	.article #contents .note {
	font-size: 200%;
	}
	.article #contents #tenth {
		font-size: 220%;
	}
	
	.article #credit p.cr {
		font-size: 280%;
		margin: 0 10% 0 5%;
	}
	.article #credit #name{
		padding-top: 1em;
	}
	.article #credit #name p{
		display: block;
		text-align: left;
		margin-bottom: 1em;
		padding: 0 1%;
		font-size: 280%;
		line-height: 1em;
	}
	
	.article .hxa {
		width:80%;
	}
	
	.article #link {
		margin: 3em 0 4em;
	}
	

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

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


