@charset "UTF-8";
/* 2024.4.20 */

/******************** font ********************/

@font-face {
	font-family: "Poppins";
	font-style: Regular;
	font-weight: 400;
	src: url('poppins/Poppins-Regular_91.woff2') format('woff2'),
	     url('poppins/Poppins-Regular_91.woff') format('woff');
}

/*
@font-face {
	font-family: "Poppins";
	font-style: Regular;
	font-weight: 400;
	src: local('Poppins-Regular'),
	     local('Poppins Regular');
}
*/

/******************** Config ********************/

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}


body {
	/*font-family: "Hiragino Kaku Gothic StdN";*/
	font-family: sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1em;
	color: #000;
	background-color: #fdfdfd;
	margin: 0;
	padding: 0;
}

a						{color: #000;}
a:link, a:visited		{text-decoration: none;}
a:hover				{text-decoration: none;}
a:active				{text-decoration: none; background-color: none;}
/*
@media (max-width: 567px), (max-height: 567px) {
body {
	color: #000;
}
}
*/

* { outline: none; }
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
}

img { 
	border: none;
	/*user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-webkit-user-select: none;*/
}


/******************** Sections ********************/
/*
	border: 1px solid #00ccff;
*/


.ja {
	display: none;
}
.en {
	font-family: "Poppins";
	font-weight: 400;
	display: none;
}


#cover {
	z-index: -2;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#slide {
	z-index: -1;
	overflow: hidden;
}
#slide .cover23 {
	width: 100%;
	height: 100vh;
	background: url(../img/slide/home23.jpg);
	background-size: cover;
	background-position: 0 20%;
}
#slide .cover24 {
	width: 100%;
	height: 100vh;
	background: url(../img/slide/home24.jpg);
	background-size: cover;
	background-position: 0 20%;
}
#slide .cover13 {
	width: 100%;
	height: 100vh;
	background: url(../img/slide/home13.jpg);
	background-size: cover;
	background-position: 0 30%;
}
#slide .cover14 {
	width: 100%;
	height: 100vh;
	background: url(../img/slide/home14.jpg);
	background-size: cover;
	background-position: 0 30%;
}
#slide .cover15 {
	width: 100%;
	height: 100vh;
	background: url(../img/slide/home15.jpg);
	background-size: cover;
	background-position: 0 25%;
}


#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/slide/000000_op40.png);
	background-size: cover;
}

#titlewrap {
	z-index: 1;
	position: absolute;
	top: 11vh;
	left: 0;
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
#titlewrap img {
	width: 7.5vw;
	max-height: 60vh;
	filter: invert(100%);
}


#main {
	z-index: 2;
	position: relative;
	margin: 100vh 10% 0 10%;
	overflow: hidden;
}
#main .box {
	display: flex;
	flex-direction: column;
	background-color: rgba(253,253,253,0.85);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	padding: 65px 8%;
}
@supports ((backdrop-filter: blur(25px)) or (-webkit-backdrop-filter: blur(25px))) {
	#main .box {
 		background-color: rgba(253,253,253,0.5);
	}
}
#main .subject {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#main .subject span {
	font-family: "Noto Serif";
	font-weight: 700;
	font-size: 36px;
	color: #2b2b2b;
	line-height: 1em;
	font-feature-settings: "palt";
	/*letter-spacing: -0.02em;*/
}
#main .subject a {
	font-family: "Poppins";
	font-weight: 700;
	font-size: 17px;
	line-height: 1em;
	margin-top: 1em;
}
#main .subject a:hover {
	text-decoration: underline;
}
#main .cap p {
	font-size: 18px;
	line-height: 1.6em;
}


#guide {
	margin-top: 0;
}
#guide .text P {
	margin: 1em 0 0;
}
#guide .info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#guide .info p {
	margin: 3em 0 1em 0;
}
#guide .info a {
	font-family: "Poppins";
	font-weight: 400;
}

#guide .info a:hover {
	text-decoration: underline;
}

#guide .image {
	width: 100%;
	height: 22vw;
	background: url(../img/outside-1_1440x720.jpg);
	background-size: cover;
	background-position: 0 100%;
	margin-top: 4em;
}


#news {
	margin-top: 150px;
}
#news table {
	border-collapse: collapse;
	font-size: 17px;
	line-height: 24px;
	margin-top: 3.5em;
}
#news table td {
	vertical-align: top;
	padding: 0.5em 0;
}
#news table .mark {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
#news table .web div {
	background-color: #ab597a;
	padding: 0 12px;
}
#news table .physical div {
	background-color: #888;
	padding: 0 12px;
}
#news table .date {
	font-family: "Poppins";
	font-weight: 400;
	letter-spacing: 0.03em;
	text-align: center;
}
#news table .date span {
	white-space: nowrap;
	margin: 0 2em 0 1em;
}


#gallery {
	margin-top: 150px;
}
#gallery .text p {
	margin-top: 4em;
}

#gallery .thismonth {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
#gallery .thismonth a img {
	width: 414px;
}
#gallery .info p {
	margin-top: 2em;
}


#past {
	margin-top: 150px;
}
#past .cap p {
	margin: 4em 0 1em 0;
}
#past .image {
	width: 100%;
	height: 19vw;
	background: url(../img/temari-april_930x300.jpg);
	background-size: cover;
	background-position: 50% 100%;
}


footer {
	display: flex;
	align-items: center;
	background-color: rgba(253,253,253,0.85);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	padding: 35px 5% 30px;
	margin-top: 150px;
	margin-bottom: 50px;
}

@supports ((backdrop-filter: blur(25px)) or (-webkit-backdrop-filter: blur(25px))) {
	footer {
 		background-color: rgba(253,253,253,0.5);
	}
}

footer .wrap {
	width: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 155px 1fr;
}

footer .link {
	grid-row: 1;
	grid-column: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/*border: 1px solid rgba(255,255,255,0.1);*/
}
footer .link a {
	font-size: 16px;
	line-height: 1em;
}
footer .link a.ja {
	margin-right: 1.8em;
}
footer .link a.en {
	font-family: "Poppins";
	margin-right: 1.8em;
}
footer .link a:hover {
	text-decoration: underline;
}
footer .link .instagram {
	margin-left: 0.5em;
}
footer .link img {
	width: 32px;
}

footer .logo {
	grid-row: 2 / 4;
	grid-column: 1;
	/*border: 1px solid rgba(255,255,255,0.1);*/
}
footer .logo img {
	width: 140px;
	filter: invert(15%);
}

footer .guide {
	grid-row: 2;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 15px;
	/*border: 1px solid rgba(255,255,255,0.1);*/
}
footer .guide span {
	font-size: 14px;
	line-height: 1.2em;
	white-space: nowrap;
	margin-bottom: 4px;
}
footer .guide span.en {
	font-family: "Poppins";
}

footer .copyright {
	grid-row: 3;
	grid-column: 2 / 3;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
	/*border: 1px solid rgba(255,255,255,0.1);*/
}
footer .copyright .line {
	width: 100%;
	height: 1px;
	background: #000;
}
footer .copyright span {
	font-family: "Poppins";
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	white-space: nowrap;
	letter-spacing: 0.075em;
	margin-top: 8px;
}
footer .copyright img {
	width: 205px;
	margin-left: 18px;
	margin-top: 8px;
}


/******************** Media queries ********************/

/*
@media (max-height: 949px) {
#main {
	margin: 100vh 0 75px 22%;
}
}
*/

@media (min-width: 1024px) and (max-height: 768px) {
#titlewrap {
	top: 8vw;
}
#main {
	margin: 100vh 9% 0 9%;
}
#main .box {
	padding: 60px 8%;
}
#main .subject span {
	font-size: 32px;
}
#main .subject a {
	font-size: 15px;
}
#main .cap p {
	font-size: 16px;
}

#news {
	margin-top: 135px;
}
#news table {
	font-size: 15px;
	line-height: 22px;
}
#news table .mark {
	font-size: 13px;
	line-height: 22px;
}
#news table .web div {
	background-color: #ab597a;
	padding: 0 11px;
}
#news table .physical div {
	background-color: #888;
	padding: 0 11px;
}

#gallery {
	margin-top: 135px;
}
#gallery .thismonth {
	margin-top: 45px;
}
#gallery .thismonth a img {
	width: 372px;		/* x0.9 */
}

#past {
	margin-top: 135px;
}
#past .image {
	height: 20vw;
	background-position: 0 100%;
}

footer {
	margin-top: 135px;
	margin-bottom: 45px;
	padding: 32px 5% 27px;
}
footer .wrap {
	grid-template-columns: 140px 1fr;
}
footer .link a {
	font-size: 15px;
}
footer .link img {
	width: 29px;
}
footer .logo img {
	width: 126px;
}
footer .guide {
	margin-bottom: 14px;
}
footer .guide span {
	font-size: 13px;
}
footer .copyright {
	margin-bottom: 9px;
}
footer .copyright span {
	font-size: 11px;
	margin-top: 7px;
}
footer .copyright img {
	width: 185px;
	margin-left: 16px;
	margin-top: 7px;
}
}



@media (min-width: 568px) and (max-width: 1023px) {
#slide .cover23 {
	background-position: 50% 0;
}
#slide .cover24 {
	background-position: 55% 0;
}
#slide .cover13 {
	background-position: 55% 0;
}
#slide .cover14 {
	background-position: 45% 0;
}
#slide .cover15 {
	background-position: 65% 0;
}

#overlay {
	background-position: 30%;
}

#titlewrap {
	top: 11vh;
	width: 34%;
}
#titlewrap img {
	width: 10vw;
	max-height: 50vh;
	filter: invert(100%);
}

#main {
	margin: 100vh 8% 0 8%;
}
#main .box {
	-webkit-backdrop-filter: blur(2.5vw);
	backdrop-filter: blur(2.5vw);
	padding: 6.5vw 8%;
}
#main .subject span {
	font-size: 3.6vw;
}
#main .subject a {
	font-size: 1.7vw;
}
#main .cap p {
	font-size: 1.8vw;
}

#guide .image {
	height: 29vw;
}
#news {
	margin-top: 15vw;
}
#news table {
	font-size: 1.7vw;
	line-height: 2.4vw;
}
#news table .mark {
	font-size: 1.5vw;
	line-height: 2.4vw;
}
#news table .web div {
	padding: 0 1.2vw;
}
#news table .physical div {
	padding: 0 1.2vw;
}
#gallery {
	margin-top: 15vw;
}
#gallery .thismonth {
	margin-top: 5vw;
}
#gallery .thismonth a img {
	width: 41.4vw;
}
#past {
	margin-top: 15vw;
}
#past .image {
	height: 25vw;
}

footer {
	margin-top: 15vw;
	margin-bottom: 5vw;
	-webkit-backdrop-filter: blur(2.5vw);
	backdrop-filter: blur(2.5vw);
	padding: 3.5vw 5% 3vw;
}
footer .wrap {
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 111px 1fr;
}
footer .link {
	grid-row: 1;
	grid-column: 1 / 3;
}
footer .link a {
	font-size: 13px;
}
footer .link img {
	width: 28px;
}
footer .logo {
	grid-row: 2 / 4;
	grid-column: 1;
}
footer .logo img {
	width: 100px;
}
footer .guide {
	grid-row: 2;
	grid-column: 2;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 10px;
}
footer .guide span {
	font-size: 11px;
	line-height: 1.2em;
	white-space: normal;
	margin-bottom: 3px;
}
footer .copyright {
	grid-row: 3;
	grid-column: 2 / 3;
}
footer .copyright span {
	font-size: 10px;
	margin-top: 7px;
}
footer .copyright img {
	width: 160px;
	margin-left: 16px;
	margin-top: 7px;
}
}


@media (max-height: 900px) and (min-width: 568px) and (max-width: 1023px) {
#slide .cover23 {
	background-position: 0 25%;
}
#slide .cover24 {
	background-position: 0 30%;
}
#slide .cover13 {
	background-position: 0 35%;
}
#slide .cover14 {
	background-position: 0 50%;
}
#slide .cover15 {
	background-position: 0 30%;
}

#titlewrap {
	top: 11vh;
	width: 22%;
}
#titlewrap img {
	width: auto;
	max-height: 70vh;
	filter: invert(100%);
}
#main {
	margin: 100vh 9% 0 9%;
}
#guide .image {
	height: 22vw;
}
#news {
	margin-top: 15vw;
}
#gallery {
	margin-top: 15vw;
}
#past {
	margin-top: 15vw;
}
#past .image {
	height: 20vw;
}
}



@media (max-width: 567px) {
#slide .cover23 {
	background-position: 30% 0;
}
#slide .cover24 {
	background-position: 45% 0;
}
#slide .cover13 {
	background-position: 60% 0;
}
#slide .cover14 {
	background-position: 25% 0;
}
#slide .cover15 {
	background-position: 65% 0;
}

#overlay {
	background-position: 30%;
}

#titlewrap {
	top: 11vh;
	width: 40%;
}
#titlewrap img {
	width: 16vw;
	max-height: 50vh;
	filter: invert(100%);
}

#main {
	margin: 100vh 20px 0 20px;
}
#main .box {
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	padding: 45px 25px 45px;
}
#main .subject span {
	font-size: 28px;
}
#main .subject a {
	font-size: 15px;
}
#main .cap p {
	font-size: 15px;
}

#guide .image {
	height: 45vw;
	background-position: 50% 100%;
}
#news {
	margin-top: 100px;
}
#news table {
	font-size: 15px;
	line-height: 21px;
	margin-top: 4em;
}
#news table tr {
	display: flex;
	flex-wrap: wrap;
}
#news table td {
	padding: 0.3em 0;
}
#news table .mark {
	font-size: 13px;
	line-height: 21px;
	width: 45%;
}
#news table .web div {
	padding: 0 8px;
}
#news table .physical div {
	padding: 0 8px;
}
#news table .date {
	width: 55%;
	text-align: left;
}
#news table .date span {
	margin: 0 0 0 0.8em;
}
#news table .story {
	margin-bottom: 2em;
}
#gallery {
	margin-top: 100px;
}
#gallery .text p {
	margin-top: 4em;
}
#gallery .thismonth {
	margin-top: 8.33vw;		/* /6 */
}
#gallery .thismonth a img {
	width: 69vw;		/* /6 */
}
#past {
	margin-top: 100px;
}
#past .cap p {
	margin: 4em 0 1em 0;
}
#past .image {
	height: 42vw;
	background-position: 30% 100%;
}

footer {
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	margin-top: 100px;
	margin-bottom: 30px;
	padding: 25px 5% 20px;
}
footer .wrap {
	grid-template-columns: 100px 1fr;
}

footer .link {
	grid-row: 1;
	grid-column: 1 / 3;
	align-items: center;
	margin-bottom: 30px;
}
footer .link a {
	font-size: 13px;
}
footer .link a.ja {
	margin-right: 1.5em;
}
footer .link a.en {
	margin-right: 1.5em;
}
footer .link img {
	width: 28px;
}

footer .logo {
	grid-row: 2;
	grid-column: 1;
}
footer .logo img {
	width: 90px;
}

footer .guide {
	grid-row: 2;
	grid-column: 2;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0;
}
footer .guide span {
	font-size: 11px;
	line-height: 1.2em;
	white-space: normal;
	margin-bottom: 6px;
}

footer .copyright {
	grid-row: 3;
	grid-column: 1 / 3;
	margin-top: 3px;
	margin-bottom: 0;
}
footer .copyright span {
	font-size: 10px;
	margin-top: 8px;
}
footer .copyright img {
	width: 170px;
	margin-left: 0;
	margin-top: 5px;
}
}


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