@charset "UTF-8";

/*------------------------------------------*
* tag
*------------------------------------------*/
body {
	font-family: Avenir Heavy, "Hiragino Kaku Gothic Pro W6";
	color: #3F2021;
	background-color: #FFCAA8;
}
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}
a {
	text-decoration: none;
}
table {
	margin: 0 auto;
    border-collapse: separate;
}
img {
	width: 100%;
	border-radius: 5%;
}

/*------------------------------------------*
* all
*------------------------------------------*/
.section {
	text-align: center;
}

.section__title {
	position: relative;
}

.section__title span {
	position: relative;
	background: #FFCAA8;
}
.section__title::before {
	position: absolute;
	width: 100%;
	height: 10px;
	top: calc(50% - 5px);
	left: 0;
	content: '';
	background-image: url(assets/PatchLine.svg);
}

.c-button {
	position: relative;
	margin: 0 auto;
}

.c-button a {
	display: flex;
	color: #3F2021;
	background-color: #DC582A;
	justify-content: space-around;
	transition: 0.3s;
}

.c-button a:hover {
	color: #FFF;
	background-color: #3F2021;
}

@media screen and (max-width: 767px){
	.section {
		width: 90%;
		margin: 35px auto;
	}
	.section__inner {
		width: 85vw;
		margin: 0 auto;
	}
	.c-heading {
		margin-top: 12px;
		font-size: 21px;
	}
	.c-subheading {
		margin-top: 12px;
		font-size: 18px;
	}
	.c-default {
		margin-top: 12px;
		font-size: 14px;
	}
	.c-button {
		width: 100px;
		margin-top: 12px;
	}
	.c-button a {
		padding: 7px;
		font-size: 13px;
		border-radius: 20px;
	}
	.br-sp {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.section {
		width: 85%;
		margin: 40px auto;
	}
	.section__inner {
		width: 550px;
		margin: 0 auto;
	}
	.c-heading {
		font-size: 28px;
	}
	.c-subheading {
		margin-top: 20px;
		font-size: 22px;
	}
	.c-default {
		margin-top: 20px;
		font-size: 16px;
	}
	.c-button {
		width: 150px;
		margin-top: 20px;
	}
	.c-button a {
		padding: 8px;
		font-size: 15px;
		border-radius: 23px;
	}
	.br-sp {
		display: none;
	}
}
@media screen and (min-width: 1069px){
	.section {
		width: 85%;
		margin: 60px auto;
	}
	.section__inner {
		width: 900px;
		margin: 0 auto;
	}
	.c-heading {
		font-size: 35px;
	}
	.c-subheading {
		margin-top: 30px;
		font-size: 27px;
	}
	.c-default {
		margin-top: 30px;
		font-size: 20px;
	}
	.c-button {
		width: 200px;
		margin-top: 30px;
	}
	.c-button a {
		padding: 10px;
		font-size: 16px;
		border-radius: 26px;
	}
	.c-button::after {
			content: "";
			position: absolute;
			width: 5px;
			height: 5px;
			top: 50%;
			right: 2rem;
			border-top: solid 2px #3F2021;
			border-right: solid 2px #3F2021;
			transform: translateY(-50%) rotate(45deg);
			transition: 0.3s;
	}
	.c-button:hover::after {
		right: 1.4rem;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
	}
	.br-sp {
		display: none;
	}
}
@media screen and (min-width: 1599px){
	.section__inner {
		width: 1200px;
		margin: 0 auto;
	}
}


@media screen and (max-width: 799px){
	table {
		border-spacing: 5vw 0px;
	}
	.section__title span {
		padding: 0 4vw;
	}
}
@media screen and (min-width: 800px){
	table {
		border-spacing: 8vw 0px;
	}
	.section__title span {
		padding: 0 1em;
	}
}

/*------------------------------------------*
* header
*------------------------------------------*/
header{
	height: 60px;
	background-color: #ffffff;
	top: 0;
}

header a img {
	height: 100%;
	margin: 0 auto;
}

/*------------------------------------------*
* patchwork section
*------------------------------------------*/
.patchwork-section {
	background-color: #ffffff;
	border: 10px solid;
	border-image: url("assets/PatchFrame2.svg") 33% / 16px 16px round;
	border-image-outset: 5px;
}
@media screen and (max-width: 767px){
	.patchwork-section {
		padding: 4%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.patchwork-section {
		padding: 4%;
	}
}
@media screen and (min-width: 1069px){
	.patchwork-section {
		padding: 4%;
	}
}

/*------------------------------------------*
* timeline section
*------------------------------------------*/


/*------------------------------------------*
* session section
*------------------------------------------*/

.session-section__grid {
	margin: 0 auto;
}
@media screen and (min-width: 1069px){
	.session-grid{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 50px;
		place-items: center;
	}
}
@media screen and (min-width: 1600px){
	.session-grid{
		grid-gap: 100px;
	}
}

/*------------------------------------------*
* speaker section
*------------------------------------------*/
.speaker-grid {
	display: grid;
}
@media screen and (max-width: 767px){
	.speaker-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(4,1fr);
		grid-gap: 5vw;
		margin-top: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.speaker-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(4,1fr);
		grid-gap: 40px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1069px){
	.speaker-grid {
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: repeat(3,1fr);
		grid-gap: 40px;
		margin-top: 30px;
	}
}

/*------------------------------------------*
* workshop / exhibition section
*------------------------------------------*/
.workshop-grid {
	display: grid;
}
@media screen and (max-width: 767px){
	.workshop-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(2,1fr);
		grid-gap: 5vw;
		margin-top: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.workshop-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(2,1fr);
		grid-gap: 40px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1069px){
	.workshop-grid {
		grid-template-columns: repeat(4,1fr);
		grid-gap: 40px;
		margin-top: 30px;
	}
}

/*------------------------------------------*
* workshop / exhibition section
*------------------------------------------*/
.exhibition-grid {
	display: grid;
}
@media screen and (max-width: 767px){
	.exhibition-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(3,1fr);
		grid-gap: 5vw;
		margin-top: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.exhibition-grid {
		grid-template-columns: repeat(3,1fr);
		grid-template-rows: repeat(3,1fr);
		grid-gap: 40px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 1069px){
	.exhibition-grid {
		grid-template-columns: repeat(4,1fr);
		grid-template-rows: repeat(2,1fr);
		grid-gap: 40px;
		margin-top: 30px;
	}
}

/*------------------------------------------*
* modal window
*------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.modal__bg {
	position: absolute;
	width: 100vw;
	background: rgba(0,0,0,0.8);
}
.modal__content {
	position: absolute;
	width: 85%;
	top: 50%;
	left: 50%;
	padding: 5%;
	text-align: center;
	background: #fff;
	border: 10px solid;
	border-image: url("assets/PatchFrame2.svg") 33% / 16px 16px round;
	border-image-outset: 5px;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 799px){
	.modal__image {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 800px){
	.modal__content {
		display: grid;
		grid-template-columns: 2fr 3fr;
		place-items: center;
	}
	.modal__image {
		width: 70%;
	}
}

/*------------------------------------------*
* apply section
*------------------------------------------*/



/*------------------------------------------*
* access section
*------------------------------------------*/
@media screen and (max-width: 767px){
	.access-grid__photo {
		width: 50%;
		margin: 12px auto 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1068px){
	.access-grid__photo {
		width: 350px;
		margin: 20px auto 0;
	}
}
@media screen and (min-width: 1069px){
	.access-grid {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-template-rows: 1fr;
		grid-gap: 100px;
		place-items: center;
	}
	.access-grid__photo {
		width: 400px;
		margin-top: 30px;
	}
}
@media screen and (min-width: 1599px){
	.access-grid {
		grid-gap: 200px;
	}
	.access-grid__photo {
		width: 500px;
	}
}

/*------------------------------------------*
* footer
*------------------------------------------*/
footer{
	width: 100%;
	text-align: center;
	color: #ffffff;
	background-color: #3F2021;
}
.footer__icons {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin: 0 auto;
}
.footer__icons a {
	align-self: center;
	justify-self: center;
}
@media screen and (max-width: 799px){
	footer{
		padding: 7vw 0;
	}
	.footer__icons {
		width: 70%;
	}
	.footer__icon {
		width: 30px;
		height: 30px;
	}
	.footer__text {
		margin-top: 3vw;
		font-size: 10px;
	}
}
@media screen and (min-width: 800px){
	footer{
		padding: 4vw 0;
	}
	.footer__icons {
		width: 60%;
	}
	.footer__icon {
		width: 40px;
		height: 40px;
	}
	.footer__text {
		margin-top: 2.5vw;
		font-size: 20px;
	}
}

