@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";
}


.pc {
	display: none;
}

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


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



#wrap {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 30px;
}

footer {
	margin: 40px 0 0;
	text-align: center;
}
footer img {
	width: 100px;
}
footer p {
	margin: 30px 0 0;
	font-size: 9px;
}

#intro {
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 0 25px;
}
#intro h1 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 1px;
}
#intro p {
	line-height: 2;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 400;
}
#intro p + p {
	margin-top: 25px;
}

#info {
	display: flex;
	flex-direction: column-reverse;
	box-sizing: border-box;
	margin: 40px auto 0;
	padding: 0 25px;
}
#info figure {
	position: relative;
	margin: 60px -10px 0;
}
#info div {
}


#info dt {
	margin: 0 50px 20px;
}
#info dd {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
}
#info dd:nth-child(2) {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 900;
	color: #e83828;
}
#info dd:nth-child(5) {
	margin-top: 20px;
}
#info dd a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: #38a9df;
}


#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 {
	margin: 20px auto 0;
}
#plan section {
	position: relative;
	padding: 20px 25px 0 42px;
}
#plan section + section {
	margin-top: 40px;
}
#plan section + section.collapse {
	padding-top: 20px;
	background: none;
}


#plan section h2 {
	width: calc(100% + 42px);
	margin: 0 0 20px -42px;
}
#plan section h2 img {
	width: auto;
	height: 40px;
}
#plan section dl {
	position: relative;
	box-sizing: border-box;
	z-index: 10;
}
#plan section dt {
	color: #e83828;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 2px;
	background: #fff;
}
#plan section dt + dd {
	margin-right: -25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-bottom: 3px solid #e83828;
}
#plan section dt + dd strong {
	display: inline-block;
	margin: 5px 0 0;
	color: #e83828;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 1.4;
	background: #fff;
}
#plan section dd + dd {
	margin: 10px 0 0;
	text-align: justify;
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 1px;
}
#plan section figure {
	position: relative;
	width: calc(100vw - 42px);
	margin: 30px -25px 0 0;
}


#plan section.mini-image figure img {
	width: 50px;
}





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

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


#plan a.twitter,
#plan a.instagram {
	position: relative;
	margin-left: 22px;
	margin-right: 3px;
}
#plan a.twitter::before,
#plan a.instagram::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	left: -18px;
	top: 0;
	background-size: 15px 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: 14px 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: 8px;
	height: 8px;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
	background: #38a9df;
	border-radius: 5px;
	opacity: 0.5;
}
.slick-dots .slick-active button::after {
	opacity: 1;
}



#talk-schedule {
	padding: 100px 0 80px;
	background: url(../img/dots2.svg) 0 100% repeat-x;
	background-size: 4px auto;
}

#talk-schedule .label {
}
#talk-schedule .label img {
	width: auto;
	height: 40px;
}
#talk-schedule h2 {
	margin: 10px 0 40px 42px;
	color: #e83828;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 2px;
}


#talk-schedule .inner {
	margin: 0 0 0 42px;
}
#talk-schedule .entry {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
#talk-schedule .entry + .entry {
	margin-top: 60px;
}

#talk-schedule figure {
}
#talk-schedule figure img {
	width: 200px;
	margin: 25px 0 0;
}

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

#talk-schedule dt span {
	display: block;
	margin: 6px 0 0;
	font-size: 13px;
}
#talk-schedule dd span {
	font-size: 20px;
}

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

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











* {
	touch-action: auto !important;
}
#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);
	height: calc(100vh - 160px);
	left: 0;
	top: 80px;
	z-index: 1010;
}
#viewer .gallery span {
	position: relative;
	display: block;
	width: calc(100vw - 160px);
	height: calc(100vh - 160px);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
#viewer .gallery span:nth-child(1) {
	background-image: url(../img/ws/1_sp.png) !important;
}
#viewer .page {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	bottom: 0;
	z-index: 1020;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: 15px;
	font-weight: 200;
}

#viewer-title {
	position: fixed;
	left: 20px;
	top: 21px;
	z-index: 1020;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
#viewer-close {
	position: fixed;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 15px;
	z-index: 1020;
	background: none;
	border: none;
	cursor: pointer;
}
#viewer-close i {
	position: absolute;
	display: block;
	width: 20px;
	height: 1px;
	left: calc(50% - 5px);
	top: calc(50% - 0.5px);
	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: 30px;
	height: 30px;
	bottom: 0;
	font-size: 0;
	color: rgba(0,0,0,0);
	border: none;
	transition: transform 300ms ease-out;
}
.slick-prev {
	left: 20px;
	background: url(../img/arrow_prev.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}
.slick-next {
	right: 20px;
	background: url(../img/arrow_next.svg) 50% 50% no-repeat;
	background-size: 100% auto;
}


.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: 10px 20px !important;
	color: #fff !important;
	border: none !important;
	background: #38a9df;
	font-size: 12px;
	letter-spacing: 0.5px !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;
}

