@charset "utf-8";
/* CSS Document */
body {
	min-width: 1024px;
}
.center {
	text-align: center;
}
br.tab , 
br.sp {
	display: none;
}

#paraspot-page{
	width: 100%;
	margin: 0 auto 50px;
}
#paraspot-page .breadcrumbs{
	width: 1180px;
	margin: 0 auto;
	font-size: 12px;
	color: #333333;
}
#paraspot-page .breadcrumbs a{
	color: #aaaaaa;
}
#paraspot-page .breadcrumbs ol{
	display: flex;
	margin: 0 10px;
}
#paraspot-page .breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px; /*左右に余白*/
	color: #aaaaaa;
}
#paraspot-page .breadcrumbs li:last-child::after{
	display: none;
}



#paraspot-page .paraspot-kv{
	width: 1180px;
	margin: 0 auto 60px;
	text-align: center;
}
#paraspot-page .paraspot-kv img{
	width: 100%;
	width: 900px;
}
#paraspot-page .paraspot-kv-text{
	margin: 0 auto;
}
#paraspot-page .paraspot-kv-text p.text {
	width: 80%;
	max-width: 780px;
	margin: 30px auto 0;
	padding-top: 0;
	font-size: 17px;
	line-height: 26px;
	text-align: left;
}


.paraspot-contents {
  padding: 40px 0 56px;
}

.paraspot-contents__inner {
  width: min(920px, 90vw);
  margin: 0 auto;
}

.paraspot-contents .paraspot-contents__nav{
  position: relative;
  --ring-size: clamp(640px, 150vw, 1000px);
  --ring-thickness: clamp(18px, 8vw, 64px);
  min-height: var(--ring-size);
  display: grid;
  justify-items: center;
  overflow: visible;
}

.paraspot-contents .paraspot-contents__nav::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--ring-size);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
	rgba(245, 205, 222, 0.8), /* ピンク */
	rgba(197, 220, 245, 0.8), /* 水色 */
	rgba(205, 236, 220, 0.8), /* ミント */
	rgba(246, 226, 198, 0.8), /* ベージュ */
	rgba(245, 205, 222, 0.8)
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--ring-thickness)),
    #000 0
  );
    mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--ring-thickness)),
    #000 0
  );
  
  pointer-events: none;
  z-index: 0;
  filter: saturate(0.9);
}

.paraspot-contents__list{
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  margin-inline: auto;
  padding: 160px 10px 160px;
  box-sizing: border-box;
  display: grid;
  gap: 1.5rem;
  justify-items: center;
}

.paraspot-contents__title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.paraspot-contents .ev-theme {
  font-size: 1.75rem;
  padding: 1rem 3rem;
  white-space: nowrap;
}

.paraspot-contents .ev-theme::before {
  content: none;
}

.paraspot-contents__item {
  width: 100%;
  text-align: center;
}

.paraspot-contents__sublist {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.paraspot-contents__sublist a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

#ev-nihonkagaku,
#ev-aeon,
#ev-cityi,
#ev-meiji,
#ev-ajista,
#ev-komazawa {
  scroll-margin-top: 100px;
}


section {
	width: 1180px;
	margin: 60px auto 0;
	font-size: 17px;
}
section .ev-theme {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 1rem 3rem;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #0077c7;
	border-radius: 2vh;
}
section .ev-theme::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #0077c7 transparent transparent;
	translate: -50% 100%;
}
section .ev-title {
	position: relative;
	padding: 20px 0 0;
}
section .ev-title h3 {
	margin-top: 70px;
	padding: 17px 0 30px;
	background-image: url("../images/paraspot/mark01.png"),url("../images/paraspot/sec-bar.png");
	background-position: right 5px,center 80px;
	background-repeat: no-repeat;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
section .ev-title.txt3 h3 {
	background-position: right 70px,center 160px;
	line-height: 1.3;
}
	section .ev-title.txt4 h3 {
		background-position: right 35px, center 115px;
		line-height: 1.4;
	}
section .ev-title.nihonkagaku h3 , 
section .ev-title.ajista h3,
section .ev-title.komazawa h3 {
	margin-top: 0;
}
section .ev-kv {
	max-width: 550px;
	margin: 0 auto 40px;
}
section .ev-kv h4 {
	position: relative;
	margin: 10px 0 0;
	padding-left: 10px;
	font-size: 20px;
	font-weight: 700;
}
section .ev-kv h4::before {
	content: "";
	position: absolute;
	background: url(/assets/images/common/bg_ttl.jpg) repeat-x;
	background-size: contain;
	width: 5px;
	height: -webkit-fill-available;
	left: 0;
}
section .ev-wrapper {
	width: 90%;
	margin: 10px auto;
}
section .ev-wrapper h5 {
	margin: 20px 0 0;
	font-weight: 700;
}
section .ev-wrapper div , 
section .ev-wrapper p.txt {
	margin-top: 20px;
}
section .ev-wrapper .imgs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	text-align: center;
}
section.event1 .ev-wrapper .imgs {
	flex-wrap: nowrap;
}
section .ev-wrapper .imgs img {
	max-width: 45%;
}
section .ev-wrapper .imgs figure img {
	max-width: 100%;
}
section .ev-wrapper .imgs .cast img {
	max-width: 200px;
	font-size: 16px;
}
section .ev-wrapper .imgs.img-1 .cast img {
	max-width: 400px;
}
section .ev-wrapper .imgs .cast p {
	text-align: center;
}
section .ev-wrapper .imgs figure {
	width: 100%;
}
section .ev-wrapper .ev-voice .voice {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0.5rem 1rem;
	border-radius: 1vh;
	background-color: #26a242;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

section .ev-wrapper .ev-voice .voice::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30%;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: #26a242 transparent transparent;
	translate: calc(-50% + 0.4px) 100%;
}
section .ev-wrapper .ev-voice ul {
	width: 95%;
	margin: 10px auto;
	padding-left: 2rem;
	list-style: disc;
}



@media screen and (max-width:1000px) {
	br.tab {
		display: block;
	}
	#paraspot-page .paraspot-kv {
		width: 90%;
	}
	section {
		width: 90%;
	}
	section .ev-title h3 {
		font-size: 2.3rem;
	}
	section .ev-title h3 {
		background-position: right 0px,center 80px;
	}
	section .ev-title.txt2 h3 {
		background-position: right 20px, center 100px;
		line-height: 1.3;
	}
	section .ev-title.txt3 h3 {
		background-position: right 60px, center 140px;
	}
	section .ev-title.txt4 h3 {
		background-position: right 25px, center 115px;
	}
	section .ev-wrapper .imgs .cast {
		width: 30%;
	}
	section .ev-wrapper .imgs.img-1 .cast {
		width: 90%;
	}
}



@media screen and (max-width:767px) {
	body {
		min-width: unset;
	}

  .paraspot-contents__title {
	font-size: 2.5rem;
  }
  .paraspot-contents .ev-theme  {
    font-size: 1.5rem;
	padding: 1rem 1.5rem;
  }
}



@media screen and (max-width:580px) {
  .paraspot-contents {
    padding: 28px 0 40px;
  }
  .paraspot-contents__list {
    gap: 1rem;
  }
  .paraspot-contents__title {
    font-size: 2rem;
  }
  .paraspot-contents .ev-theme {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .paraspot-contents__sublist a {
    font-size: 1rem;
  }

	br.sp {
		display: block;
	}
	section p ,
	section ul li,
	section figcaption {
		font-size: 1.1rem;
	}
	section .ev-theme {
		padding: 1rem 1rem;
		font-size: 1.2rem;
	}
	section .ev-kv {
		margin: 10px auto;
	}
	section .ev-title h3 {
		margin-top: 30px;
		padding: 17px 0 20px;
		font-size: 1.5rem;
		line-height: 1.3;
		background-position: right 15px, center 50px;
		background-size: 50px 50px, 100% 3px;
	}
	section .ev-title.txt2 h3 {
		background-position: right 65px, center 100px;
	}
	section .ev-title.txt3 h3 {
		background-position: right 65px, center 100px;
	}
	section .ev-title.ajista h3 {
		background-position: right 40px, center 75px;
	}
	section .ev-title.txt4 h3 {
		background-position: right 75px, center 115px;
	}
	section .ev-kv h4 {
		font-size: 1.25rem;
	}
	section .ev-wrapper {
		width: 95%;
	}
	section .ev-wrapper .imgs .cast {
		margin-top: 0px;
	}
	section .ev-wrapper .imgs {
		display: inline-flex;
		gap: 10px;
		margin-top: 0;
		text-align: center;
	}
	section.event1 .ev-wrapper .imgs {
		flex-wrap: wrap;
	}
	section .ev-wrapper .imgs img {
		max-width: 90%;
	}
	section .ev-wrapper .imgs .cast p {
		font-size: 1.0rem;
	}
	section .ev-wrapper .ev-voice {
		margin-top: 0px;
	}
}
