@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');
* {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Work Sans',sans-serif;
	letter-spacing: .1em;
	color:#353535;
}

.mincho {
	font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body{
	margin: 0;
	word-break: break-all;
	background-color: #fff8ee;
	overflow-x: hidden;
}

header {
	background-color: #91d6d7/*c792ad*/;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

header h1,
h1 span { color:#fff; }

h2 {
	margin: 30px 0 10px;
	font-size: 2.4rem;
}
h2.title {
	/*padding-left: 45px;*/
	position: relative;
}
h2.title::before {
	content: url(/static_contents/site/tsite/daikanyama/img/picturebook-expo/h2_balloon.png);
	transform: scale(0.6);
	position: absolute;
	top: -24px;
	left: -11px;
}

h3 {
	margin: 20px 0 10px;
}

.flex {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bold {
	font-weight: 700;
}
.img-box img {
	width: 100%;
	display: block;
}
.pos-r { position:relative; }
.pos-a { position:absolute; }


#bt_to_top {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../img/icon/icon_totop_2x.png) no-repeat center;
    background-size: 50px 50px;
    position: fixed;
    right: 20PX;
    bottom: 54px;
    z-index: 1;
}






.kv_cr {
	text-align: right;
}

.content {
	width: calc(100% - 40px);
	padding: 20px;
}

.hold {
	font-feature-settings: "palt";
	font-weight: 600;
	text-align: center;
	line-height: 1.8;
}

.hold span {
	font-size: 1.4rem;
	background-color: revert;
	padding: 0px!important;
	font-weight: 300;
}

.hold span.nakaguro {
	font-size: 3.5rem;
}

.message {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 2.2rem;
	display: block;
	line-height: 1.2;
}

div.place,
div.date {
	margin: -10px 0 20px;
	font-size: 0.8rem;
}
div.place::before,
div.date::before {
	content: "場所";
	margin: 0 10px 0 0;
	padding: 4px 8px;
	color: #fff;
	font-size: 0.7rem;
	background-color: #ccc;
}
div.date {
	margin: 10px 0;
	font-size: 0.75rem;
}
div.date::before {
	content: "日時";
}
.info {
	font-size: 0.9rem;
}
.info b {
	font-size: 1.0rem;
}


#creator h3 {
	margin-top: 0;
}
#creator .img-box {
	width: 28%;
}
#creator .img-box span {
	margin-top: 3px;
	font-size: 0.6rem;
	display: inline-block;
}
#creator .text {
	width: calc(70% - 20px);
	margin: 0 0 20px;
	font-size: 0.9rem;
}

.menu li {
	width: 31.5%;
	margin-bottom: 10px;
}
.menu li a {
	width: calc(100% - 6px);
	padding: 4px 0px;
	color: #fff;
	text-align: center;
	display: block;
}
.menu li a.menu01 {
	border: 3px solid #26201f;
	background-color: #a7675a;
}
.menu li a.menu02 {
	border: 3px solid #26201f;
	background-color: #b867a1;
}
.menu li a.menu03 {
	border: 3px solid #26201f;
	background-color: #7e7f49;
}
.menu li a.menu04 {
	border: 3px solid #26201f;
	background-color: #dbbc01;
}
.menu li a.menu05 {
	border: 3px solid #26201f;
	background-color: #b8c383;
}
.menu li a.menu06 {
	border: 3px solid #26201f;
	background-color: #161514;
}
.menu li a.non {
	border: 1px solid #ccc;
	background-color: #ccc;
}
.link_about {
	width: fit-content;
	margin-left: auto;
		text-decoration: underline;
	display: block;
}

/*イベント*/
.ticket {
	margin: 30px 0;
	padding: 10px 15px;
	border: 3px solid #81a2a7;
	background-color: #efefef;
}
.ticket h3 {
	margin: 5px 0 10px;
}
.ticket a {
	width: 100%;
	text-align: center;
	display: block;
}
.ticket a img {
	width: 45%;
}

.stage .info,
#portrait .info {
	margin: 10px 0;
}
.stage a,
#portrait a,
#popup a {
	width: 60%;
	margin: 6px auto 40px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	border: 3px solid #892f63;
	background-color: #b82655;
	display: block;
}

#portrait .flex li {
	width: 32.5%;
}
#portrait h3 {
	font-size: 1.1rem;
}
#portrait .text {
	margin-bottom: 6px;
	font-size: 0.7rem;
}
#portrait a {
	width: calc(100% - 10px);
	margin-bottom: 0;
}





.list_author {
	margin-top: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_author li {
	width: 48%;
	margin-bottom: 20px;
	word-break: break-all;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
}
.list_author li .img-box {
	width: 35%;
}

.list_author li h4 {
	margin-left: 10px;
	font-size: 0.9rem;
}
.list_author li p {
	margin: 6px 0;
	font-size: 0.75rem;
}
.list_author li .rw {
	width: 100%;
	margin: 14px 0 6px;
	padding: 5px 5px 3px;
	font-size: 0.7rem;
	border: 2px solid #ccc;
	/*border-radius: 4px;*/
	position: relative;
}
.list_author li .rw::before {
	content: '代表作';
	padding: 0px 4px;
	color: #fff;
	background-color: #ccc;
	border-radius: 3px;
	display: inline-block;
	position: absolute;
	top: -1.2rem;
	left: -2px;
}




.list_market {
	margin-top: 15px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_market li {
	width: 48%;
	margin-bottom: 20px;
	word-break: break-all;
	position: relative;
}
.list_market li .pos-a {
	padding: 0 7px;
	color: #fff;
	font-size: 0.9rem;
	background-color: #353535;
}

.list_market li .img-box {
	margin-bottom: 6px;
}
.list_market li h4 {
	font-size: 1.1rem;
}
.list_market li h4 span {
	color: #999;
	font-size: 0.8rem;
}
.list_market li p {
	margin: 3px 0 5px;
	font-size: 0.75rem;
}
.list_market .booth {
	width: 6rem;
	margin-left: auto;
	margin-bottom: 4px;
	padding: 2px 5px;
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
	background-color: #9e5e42;
}
.list_market li:nth-last-child(1),
.list_market li:nth-last-child(2) {
	margin-bottom: 0;
}


/* サイン会 */
.tabcontent .list {
}
/*.sp-scroll-arrow {
	width: calc(100% - 140px);
	position: relative;
	margin-bottom: 2.66667vw;
	padding-bottom: 1.06667vw;
	padding-right: 3.2vw;
	border-bottom: 0.13333vw solid #353535;
}
.sp-scroll-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.13333vw;
	width: 2vw;
	border-bottom: 0.13333vw solid #353535;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.sp-scroll-arrow {
	position: relative;
	margin-bottom: 1.0vw;
	padding-bottom: 0.1vw;
	padding-right: 2vw;
	border-bottom: 1px solid #353535;
}
.sp-scroll-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.13333vw;
	width: 1vw;
	border-bottom: 1px solid #353535;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.sp-scroll-arrow p {
	text-align: right;
}*/
.tabnav {
	margin-bottom: 25px;
	border-radius: 50px;
	background-color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tabnav li {
	width: 47%;
	height: 70px;
	color: #efefef;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1;
	border: 0;
	border-radius: 50px;
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 200ms;
}

.tabnav li a span {
	margin-right: 10px;
	color: #999;
	font-size: 1.4rem;
	display: inline-block;
}
.tabnav li.active {
	width: 60%;
	height: 80px;
	margin: -5px 0;
	color: #fff;
	font-size: 2.0rem;
	background-color: #EA6841;
	position: relative;
	transition: all 0.2s ease-out;
}
.tabnav li.active a { 
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabnav li.active a::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #EA6841;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -5px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.tabnav li.active a span {
	color: #FFEE4A;
	font-size: 1.0rem;
}
.tabgroup {
  width: 100%;
  margin: 25px auto 0;
  margin-bottom: 30px;
}
.tabgroup .tights03 {
	width: 5%;
	transform: rotate( 12deg );
	bottom: -25px;
	right: 30px;
}
.tabcontent {
	margin: 0 0 30px;
  padding: 20px;
  border: 1px dotted #ccc;
  background-color: #fff;
  overflow-x: scroll;
}

.tabcontent_list .place {
	font-size: 0.6rem;
}
.tabcontent .unit .category {
	width: 49.5%;
}
.tabcontent .tt02 .unit .category {
	width: 32.5%;
}
.tabcontent .unit .category dt {
	font-size: 0.6rem;
}
.tabcontent .unit .category dd {
	font-size: 0.7rem;
}

/*.tt02 .unit .category {
	width: 24.5%;
}
.tt02 .unit .category dt {
	font-size: 0.8rem!important;
}*/

.tabcontent .tabcontent_list {
  display: none;
}
 
.tabcontent .tabcontent_list.show {
	width: calc(100% - 4px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabcontent_list .place {
	width: calc(100% - 50px);
	margin-bottom: 10px;
	padding: 0 0 5px 50px;
	font-size: 0.6rem;
	text-align: center;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.tabcontent_list .time {
	width: 50px;
}

.tabcontent .unit .category dl {
	padding: 5px 10px;
	color: #fff;
}

.tabcontent .unit .category dt {
	font-size: 0.9rem;
	text-align: left;
	background-color: transparent;
}

.tabcontent .unit .category dd {
	color: #fff;
}

.tabcontent .unit .category1 dl {
	background-color: #7AC9D0;
}
.tabcontent .unit .category1 .limit1 {
	margin-top: 50px;
}
.tabcontent .unit .category1 .limit2 {
	margin-top: 60px;
}
.tabcontent .unit .category1 .limit3 {
	margin-top: 60px;
}
.tabcontent .unit .category1 .limit4 {
	margin-top: 50px;
}


.tabcontent .unit .category2 dl {
	background-color: #C384AF;
}

.tabcontent .unit .category2 .limit2 {
	margin-top: 50px;
}
.tabcontent .unit .category2 .limit3 {
	margin-top: 25px;
}
.tabcontent .unit .category2 .limit4 {
	margin-top: 35px;
}
.tabcontent .unit .category2 .limit5 {
	margin-top: 55px;
}


.tabcontent .unit .category3 dl {
	background-color: #70BB52;
}
.tabcontent .unit .category3 .limit1 {
	margin-top: 50px;
}
.tabcontent .unit .category3 .limit2 {
	margin-top: 60px;
}
.tabcontent .unit .category3 .limit3 {
	margin-top: 60px;
}
.tabcontent .unit .category3 .limit4 {
	margin-top: 50px;
}


.tabcontent .unit .category4 dl {
	background-color: #f2d26e;
}

.tabcontent .unit .category4 .limit2 {
	margin-top: 50px;
}
.tabcontent .unit .category4 .limit3 {
	margin-top: 25px;
}
.tabcontent .unit .category4 .limit4 {
	margin-top: 35px;
}
.tabcontent .unit .category4 .limit5 {
	margin-top: 50px;
}


.tabcontent .unit .category5 dl {
	background-color: #F29877;
}
.tabcontent .unit .category5 .limit1 {
	margin-top: 370px;
}


.tabcontent .unit .category6 dl {
	background-color: #C4D845;
}
.tabcontent .unit .category6 .limit1 {
	margin-top: 50px;
}
.tabcontent .unit .category6 .limit2 {
	margin-top: 60px;
}
.tabcontent .unit .category6 .limit3 {
	margin-top: 60px;
}
.tabcontent .unit .category6 .limit4 {
	margin-top: 50px;
}


.tabcontent .unit .category7 dl {
	background-color: #81a2a7;
}

.tabcontent .unit .category7 .limit2 {
	margin-top: 50px;
}
.tabcontent .unit .category7 .limit3 {
	margin-top: 25px;
}
.tabcontent .unit .category7 .limit4 {
	margin-top: 35px;
}
.tabcontent .unit .category7 .limit5 {
	margin-top: 50px;
}


.unit {
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
}

.unit .category {
	width: 32.5%;
	font-weight: 600;
	font-size: 13.5px;
}

.unit .category dl {
}
.unit .category dt {
	padding: 3px 0;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	background-color: #7AC9D0;
}

.unit .category .img-box {
	margin: 6px 0;
}

.unit .category dd h5 {
	margin: 8px 0 3px;
	padding: 6px 8px 3px;
	font-size: 0.9rem;
	font-weight: 600;
	background-color: #ddd;
}
.unit .category dd p {
	margin-bottom: 5px;
	font-size: 0.8rem;
}
.unit .category dd p.profile {
	margin-bottom: 5px;
	font-size: 0.6rem;
}
.unit .category dd p.profile span {
	font-size: 0.9rem;
}
.unit .category dd div {
	margin-bottom: 5px;
	padding: 10px;
	font-size: 0.7rem;
	border: 1px solid #ccc;
}

.min105 {
	height: 160px;
}
.min90 {
	height: 130px;
}
.min45 {
	height: 70px;
}
.min30 {
	height: 50px;
}

.gnre span {
	margin: 5px 5px 0 0;
	padding: 3px 6px;
	color: #fff;
	font-size: 0.6rem;
	background-color: #ccc;
	display: inline-block;
}

#sptks h3 {
	margin-bottom: 0;
}
#sptks p {
	margin: 5px 0;
}
#sptks li {
	width: 49%;
	margin-bottom: 10px;
	font-size: 0.8rem;
}
#sptks li span {
	margin-bottom: 5px;
	padding: 5px 2px;
	font-size: 1.0rem;
	font-weight: bold;
	border: 3px solid #81a2a7;
	background-color: #f2d26e;
	display: inline-block;
}
#sptks b {
	font-size: 1.0rem;
}
.last_message {
	margin-top: 20px;
	padding: 12px 18px;
	font-size: 1.0rem;
	background-color: #fff;
}

footer {
	background-color: #efefef;
}
footer ul {
	justify-content: space-around;
}
footer ul li {
	color: #353535;
	font-size: 0.9rem;
}











@media screen and (min-width: 769px) {
	.hide_pc { display: none; }
	.hide_sp { display: block; }

	header,
	footer {
		width: calc(50% - 340px);
		height: calc(100vh - 40px);
		padding: 20px;
		position: fixed;
	}
	header {
		top: 0;
		left: 0;
	}
	footer {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		top: 0;
		right: 0;
	}
	footer .sns {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}
	footer ul {
		width: 100%;
		/*margin: calc(100vh - 182px) 0 0;*/
	}
	main {
		max-width: 600px;
		margin: 0 auto;
	}
	header h1 {
		margin: 0 15px;
		font-size: 3.2rem;
	}
	h1 span {
		font-size: 2.4rem;
	}
	.kv_cr {
		width: calc(100% - 10px);
		margin-top: 5px;
	}

	.top_date {
		width: calc(100% - 30px);
		margin: 100px 15px;
	}

	.message {
		color: #fff;
		font-size: 1.8rem;
		text-align: left;
		line-height: 1.2;
	}

	.hold {
		margin: 20px 0;
		color: #fff;
		font-size: 1.4rem;
		text-align: left;
	}

	.hold span {
		color: #fff;
		font-size: 1.0rem;
		font-weight: 300;
	}

}

@media screen and (max-width: 768px) {
	.hide_pc { display: block!important; }
	.hide_sp { display: none!important; }

	body {
		margin: 0;
	}

	main {
		width: 100%;
		padding-top: 51px;
	}

	header, footer {
		padding: 10px 15px;
	}

	header {
		width: calc(100vw - 30px);
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		z-index: 9;
	}

	header h1 {
		margin: 0;
		font-size: 1.2rem;
	}

	header .sns {
		display: flex!important;
		justify-content: flex-end;
		align-items: center;
	}
	header .sns a {
		margin-left: 10px;
	}

	h1 span {
		font-size: 0.9rem;
		background-color: transparent;
	}
	h2 {
		font-size: 1.8rem;
	}

	.top_date {
		width: calc(100% - 30px);
		margin: 0 auto 20px;
		padding: 40px 15px;
		background-color: #fff;
		animation: fuwafuwa 2s infinite;
	}
	.hold {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 10px;
		font-size: 1.4rem;
		text-align: center;
	}
	.hold {
	}
	.hold span {
		font-size: 1.0rem;
	}

	.message {
		width: 100%;
		padding: 0;
		font-size: 1.5rem;
	}

	.kv_cr {
		width: calc(100% - 20px);
		margin: 10px;
		font-size: 0.8rem;
	}


	.menu li a {
		font-size: 0.7rem;
	}
	.link_about {
		font-size: 0.8rem;
	}

	.list_author li {
		width: 49%;
	}
	.list_author li .img-box {
		width: 30%;
	}
	.list_author li h4 {
		font-size: 0.75rem;
	}
	.list_author li p {
		font-size: 0.65rem;
	}
	.list_author li .rw {
		font-size: 0.6rem;
	}
	.list_author li .small {
		margin-left: 6px;
		font-size: 0.6rem;
	}

	#creator h3 {
		font-size: 0.9rem;
	}
	#creator .text {
		font-size: 0.7rem;
	}

	.tabnav {
		margin-bottom: 18px;
	}
	.tabnav li {
		font-size: 1.4rem;
	}
	.tabnav li.active {
		width: 60%;
		font-size: 2.0rem;
	}
	.tabnav li a span {
		font-size: 0.8rem;
	}
	.tabnav {
		margin-bottom: 10px;
	}
	.tabnav li {
		font-size: 1.2rem;
	}
	.tabnav li.active {
		width: 60%;
		font-size: 1.7rem;
	}
	.tabnav li a span {
		margin-right: 5px;
		font-size: 0.6rem!important;
	}
	.unit {
		width: calc(100% - 54px);
	}
	.tabcontent {
		padding: 0;
		border: 0;
		overflow-x: scroll;
	}
	.tabcontent .tabcontent_list.show {
		/*width: 550px;*/
		padding: 0 4px 8px 0;
	}
	.tabcontent_list .place {
		padding: 8px 0 0 50px;
		border: none;
	}
	.tabcontent .unit .category dl {
		padding: 5px;
	}
	.tabcontent .unit .category dt {
		font-size: 0.6rem;
	}
	.tabcontent .unit .category dd {
		font-size: 0.7rem;
	}
	.tabcontent .list {
	}
	.sp-scroll-arrow {
		width: calc(100% - 40px);
		margin: 0 auto 10px;
	}
	.sp-scroll-arrow.sp-scroll-arrow {
		padding-right: 4vw;
	}
	.sp-scroll-arrow::after {
		width: 3vw;
	}





	#portrait .flex li {
		width: 49%;
		margin-bottom: 20px;
	}
	#portrait h3 {
		margin: 6px 0 4px;
		font-size: 0.9rem;
	}
	div.date {
		margin: 5px 0;
	}




	.list_market li h4 {
		font-size: 0.9rem;
	}
	.list_market li p {
		font-size: 0.7rem;
	}



	.stage a, #portrait a, #ex a {
		font-size: 0.8rem;
	}



	footer ul li {
		font-size: 0.7rem;
	}
}

/* カーテンopen */

body::before {
	z-index: 1;
	left: 0;
	-webkit-animation: curtain_l 3s;
	animation: curtain_l 3s;
}
body::after {
	z-index: 1;
	right: 0;
	-webkit-animation: curtain_r 3s;
	animation: curtain_r 3s;
}

body::before,
body::after {
	position: fixed;
	z-index: 11;
	top: -15%;
	display: block;
	visibility: hidden;
	width: 50%;
	height: 130%;
	background-color: #d3655c;
	content: '';
}

@keyframes curtain_l {
	0% {
		visibility: visible;
	}
	20% {
		background-color: #af352b;
		transform: rotate(0) translateX(0%);
	}
	60% {
		transform: rotate(6deg) translateX(-50%);
	}
	80% {
		opacity: 1;
	}
	100% {
		display: none;
		visibility: hidden;
		opacity: 0;
		transform: rotate(0) translateX(-100%);
	}
}

@keyframes curtain_r {
	0% {
		visibility: visible;
	}
	20% {
		background-color: #af352b;
		transform: rotate(0) translateX(0%);
	}
	60% {
		transform: rotate(-6deg) translateX(50%);
	}
	80% {
		opacity: 1;
	}
	100% {
		display: none;
		visibility: hidden;
		opacity: 0;
		transform: rotate(0) translateX(100%);
	}
}