@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');





html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
header, footer, nav, section, article, figure, figcaption {
	display: block;
}



body {
	color: #222;
	background: #fff;
	font-weight: 400;
	font-family: "Noto Sans JP", Helvetica, HelveticaNeue, Roboto, sans-serif;
}





a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

li {
	list-style-type: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	font-size: 0;
}

* {
	font-feature-settings: "liga" 0;
	font-feature-settings: "palt";
}


.sp {
	display: none;
}

body.test * {
	letter-spacing: 0 !important;
}


::selection {
	color: #fff;
	background: #000;
}



#wrap {
	box-sizing: border-box;
	max-width: 2000px;
	margin: 0 auto;
	padding: 0 0 50px;
}

footer {
	margin: 80px 0 0;
	padding: 80px 0 0;
	text-align: center;
	background: url(../img/dots2.svg) 0 0 repeat-x;
	background-size: 4px auto;
}
footer img {
	width: 140px;
}
footer p {
	margin: 40px 0 0;
	font-size: 10px;
}

#intro {
	box-sizing: border-box;
	max-width: 1010px;
	margin: 60px auto 0;
	padding: 0 45px;
}
#intro h1 {
	margin: 0 0 30px;
	font-size: 34px;
	font-weight: 800;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}
#intro p {
	line-height: 2.3;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
}
#intro p + p {
	margin-top: 20px;
}





#info {
	box-sizing: border-box;
	display: flex;
	max-width: 1280px;
	margin: 90px auto 0;
	padding: 0 45px;
}
#info figure {
	position: relative;
	width: calc((100vw - 90px) * 0.62);
	height: calc((100vw - 90px) * 0.62 * 0.616);
	
	max-width: calc((1280px - 90px) * 0.62);
	max-height: calc((1280px - 90px) * 0.62 * 0.616);
}
#info div {
	box-sizing: border-box;
	position: relative;
	width: 38%;
	margin-top: -2%;
	padding-left: 50px;
}


#info dt {
	margin: 0 20px 20px 0;
}
#info dd {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.8;
}
#info dd:nth-child(2) {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 900;
	color: #e83828;
}
#info dd:nth-child(5) {
	margin-top: 25px;
}
#info dd a {
	display: inline-block;
	padding: 15px 20px;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	background: #38a9df;
}
#info dd a:hover {
	opacity: 0.8;
}

#info figure a {
	position: absolute;
	display: block;
	z-index: 10;
	cursor: pointer;
	
	background: rgba(0,0,0,0);
}

#info figure a:nth-of-type(1) {
	width: 24%;
	height: 30%;
	left: 21%;
	top: 36%;
}
#info figure a:nth-of-type(2) {
	width: 24%;
	height: 20%;
	left: 21%;
	top: 68%;
}
#info figure a:nth-of-type(3) {
	width: 19%;
	height: 20%;
	left: 45.5%;
	top: 68%;
}
#info figure a:nth-of-type(4) {
	width: 43.5%;
	height: 21%;
	left: 21%;
	top: 14%;
}
#info figure a:nth-of-type(5) {
	width: 19%;
	height: 30%;
	left: 45.5%;
	top: 36%;
}
#info figure a:nth-of-type(6) {
	width: 15%;
	height: 72%;
	left: 0;
	top: 20%;
}
#info figure a:nth-of-type(7) {
	width: 36%;
	height: 68%;
	left: 65%;
	top: 14%;
}



#plan {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	margin: 60px auto 0;
	padding-bottom: 50px;
}
#plan section {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 110px;
	padding-right: 45px;
	padding-top: 50px;
}
#plan section + section {
	margin-top: 40px;
}
#plan section + section.collapse {
	padding-top: 20px;
	background: none;
}


#plan section h2 {
	width: calc(100% + 65px);
	margin: 0 0 30px -65px;
}
#plan section h2 img {
	width: auto;
	height: 60px;
}
#plan section dl {
	position: relative;
	box-sizing: border-box;
	width: 60%;
	z-index: 10;
}
#plan section dt {
	color: #e83828;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	background: #fff;
}
#plan section dt + dd {
	padding-bottom: 10px;
	border-bottom: 3px solid #e83828;
}
#plan section dt + dd strong {
	display: inline-block;
	margin: 5px 0 0;
	padding: 5px 5px 5px 0;
	color: #e83828;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.4;
	background: #fff;
}
#plan section dd + dd {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 2px;
}
#plan section figure {
	position: relative;
	width: calc((100vw - 175px) * 0.4);
	max-width: calc((1280px - 175px) * 0.4);
	text-align: center;
}

#plan section.mini-image dl {
	width: 80%;
}
#plan section.mini-image figure {
	width: calc((100vw - 175px) * 0.2);
	max-width: calc((1280px - 175px) * 0.2);
}
#plan section.mini-image figure img {
	width: auto;
	height: 320px;
}






#plan section.medium-image dl {
	width: 70%;
}
#plan section.medium-image figure {
	width: calc((100vw - 175px) * 0.3);
	max-width: calc((1280px - 175px) * 0.3);
}


#plan section:nth-child(2n) {
	flex-direction: row-reverse;
}
#plan section:nth-child(2n) dl {
	padding-left: 50px;
}
#plan section:nth-child(2n + 1) dl {
	padding-right: 50px;
}


#plan section .note {
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 0 20px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2;
}
#plan section .note::after {
	content: "";
	position: absolute;
	width: 3px;
	height: calc(100% - 4px);
	left: 0;
	top: 3px;
	background: #38a9df;
}
#plan section dd a {
	display: inline-block;
	margin-left: 3px;
	font-weight: 500;
	color: #222;
	padding-bottom: 2px;
	border-bottom: 1px solid #222;
}
#plan section dd a:hover {
	color: #38a9df;
	border-color: #38a9df;
}

#plan section .slide {
	width: 100%;
}


#plan a.twitter,
#plan a.instagram {
	position: relative;
	margin-left: 23px;
	margin-right: 3px;
}
#plan a.twitter::before,
#plan a.instagram::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	left: -20px;
	top: 0;
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
#plan a.twitter::before {
	background-image: url(../img/icon_twitter.svg);
}
#plan a.instagram::before {
	background-size: 16px auto;
	background-image: url(../img/icon_instagram.svg);
}



.slide * {
	outline: none;
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin: 6px 0 0;
}
.slick-dots button {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background: none;
	font-size: 0;
	cursor: pointer;
}
.slick-dots button::after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	background: #38a9df;
	border-radius: 5px;
	opacity: 0.5;
}
.slick-dots .slick-active button::after {
	opacity: 1;
}



#talk-schedule {
	max-width: 1280px;
	margin: 60px auto 0;
	padding: 60px 0 80px;
}

#talk-schedule .label {
	margin-left: 45px;
}
#talk-schedule .label img {
	width: auto;
	height: 60px;
}
#talk-schedule h2 {
	margin: 10px 0 80px 110px;
	color: #e83828;
	font-size: 48px;
	font-weight: 900;
	letter-spacing: 2px;
}


#talk-schedule .inner {
	margin: 0 45px 0 110px;
}
#talk-schedule .entry {
	display: flex;
	justify-content: space-between;
}
#talk-schedule .entry + .entry {
	margin-top: 80px;
}

#talk-schedule figure {
	width: 200px;
}
#talk-schedule section {
	width: calc(100% - 200px - 50px);
}
#talk-schedule dl {
	position: relative;
	color: #e83828;
}
#talk-schedule dl::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: 12px;
	z-index: 1;
	background: #e83828;
}
#talk-schedule dt {
	position: relative;
	display: inline-block;
	z-index: 10;
	padding-right: 8px;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.4;
	background: #fff;
}
#talk-schedule dd {
	margin: 10px 0 0;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.4;
}
#talk-schedule article {
	margin: 20px 0 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 2;
}

#talk-schedule dt span {
	font-size: 15px;
	margin-left: 10px;
}
#talk-schedule dd span {
	font-size: 20px;
}

#talk-schedule .note {
	position: relative;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 2;
}
#talk-schedule .note p {
	line-height: 1.8;
}
#talk-schedule .note p + p {
	margin-top: 8px;
}
#talk-schedule .note::after {
	content: "";
	position: absolute;
	width: 3px;
	height: calc(100% - 4px);
	left: 0;
	top: 3px;
	background: #38a9df;
}
#talk-schedule .note strong {
	color: #e83828;
	font-weight: 700;
}

#talk-schedule nav {
	margin: 25px 0 0;
}
#talk-schedule nav a {
	display: inline-block;
	box-sizing: border-box;
	width: 240px;
	padding: 10px 20px 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	background: #38a9df;
}
#talk-schedule nav a:hover {
	opacity: 0.8;
}





#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
}

#viewer {
	position: fixed;
	width: calc(100vw - 200px);
	height: calc(100vh - 160px);
	left: 100px;
	top: 80px;
	z-index: 1010;
}
#viewer .gallery span {
	position: relative;
	display: block;
	width: calc(100vw - 200px);
	height: calc(100vh - 160px);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
#viewer .gallery span:nth-child(1) {
	background-size: contain;
}
#viewer .page {
	position: absolute;
	width: 100px;
	height: 30px;
	left: calc(50% - 50px);
	bottom: -60px;
	z-index: 1020;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: 200;
}

#viewer-title {
	position: fixed;
	left: 30px;
	top: 30px;
	z-index: 1020;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}
#viewer-close {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 22px;
	top: 22px;
	z-index: 1020;
	background: none;
	border: none;
	cursor: pointer;
}
#viewer-close i {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	left: calc(50% - 15px);
	top: calc(50% - 1px);
	background: #fff;
}
#viewer-close i:nth-child(1) {
	transform: rotate(45deg);
}
#viewer-close i:nth-child(2) {
	transform: rotate(-45deg);
}

#viewer * {
	outline: none;
}

.slick-prev,
.slick-next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 20px);
	font-size: 0;
	color: rgba(0,0,0,0);
	border: none;
	transition: transform 300ms ease-out;
}
.slick-prev {
	left: -70px;
	background: url(../img/arrow_prev.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.slick-next {
	right: -70px;
	background: url(../img/arrow_next.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}

.slick-prev:hover {
	transform: translateX(-8px);
}
.slick-next:hover {
	transform: translateX(8px);
}

.slick-disabled {
	opacity: 0.2;
	cursor: default;
	transform: translateX(0) !important;
}


#overlay {
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
}
#viewer {
	visibility: hidden;
	opacity: 0;
	transform: scale(0.75);
	transition: all 300ms ease-out;
}
#viewer-title,
#viewer-close {
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-out;
}



#d47 nav {
	margin: 30px 0 0
}
#d47 nav a {
	display: inline-block;
	font-weight: 500;
	margin: 0 !important;
	padding: 12px 30px !important;
	color: #fff !important;
	border: none !important;
	background: #38a9df;
	letter-spacing: 1px !important;
}
#d47 nav a:hover {
	opacity: 0.7;
}



body.viewer #overlay {
	opacity: 1;
	visibility: visible;
}
body.viewer #viewer {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

body.viewer #viewer-title,
body.viewer #viewer-close {
	opacity: 1;
	visibility: visible;
}



