@charset "utf-8";
#contents {
  padding-bottom: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: 'Sawarabi Gothic', sans-serif;
}
.illcontainer {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.illcontainer * {
  position: relative;
  z-index: 1;
}
.illcontainer .ill {
  position: absolute;
  z-index: 0;
}
.modal_box ul li a {
  background: #D764C8;
  color: #FFF;
}
.modal_close {
  background: #D764C8;
}
.notes2024dummy {
  color: #CC0000;
}
.pagetop {
  width: 91px;
}
@media (max-width: 768px) {
  .pagetop {
    width: 45px;
  }
}
/*----------------------------------------------------*/
/* product
------------------------------------------------------*/
#product {
  text-align: center;
  position: relative;
  padding: 90px 0 60px 0;
  background: #EFEFEF;
  max-width: 1200px;
  margin: 0 auto;
}
#product:before {
  background: #EFEFEF;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#product > * {
  z-index: 2;
}
#product .illcontainer .item00 {
	display: none;
}
#product h2 {
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: .1em;
  margin-bottom: 3.5rem;
}
#product .product {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
  text-align: left;
}
#product .product .cover ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2rem;
  width: 100%;
  align-content: end;
  place-content: end;
  margin-bottom: 10px;
}
#product .product .cover ul li {
  align-content: end;
  place-content: center;
}
#product .product .cover ul li.main {
  grid-row: 1/4;
  grid-column: 1/4;
}
#product .product .cover li img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#product .product .detail {
  margin-top: 40px;
}
#product .product .detail p {
  font-size: 21px;
  line-height: 1;
  margin-left: 10px;
  font-weight: 500;
}
#product .product .detail span {
  font-size: 13px;
}
#product .product .detail p.date {
  line-height: 1.3;
  margin-bottom: 20px;
}
#product .product .detail .strT {
  font-size: 4.0rem;
  font-weight: 500;
}
#product .product .detail .strT strong {
  font-size: 4.1rem;
  font-weight: 500;
  display: inline-block;
}
#product .product .detail .strT span {
  font-size: 2.0rem;
  display: inline-block;
}
#product .product .detail .strSS {
  font-size: 2.4rem;
}
#product .product .detail .strS {
  font-size: 3.0rem;
}
#product .product .detail .strM {
  font-size: 4.0rem;
}
#product .product .detail .strL {
  font-size: 5.5rem;
}
#product .product .detail .strN {
  font-size: 1.4rem;
  font-weight: normal;
}
#product .product .detail ul li {
  font-size: 1.8rem;
  margin-bottom: 5px;
  font-weight: 500;
}
#product .product .btnOnline {
  text-align: right;
  margin: 20px 30px 0 0;
}
#product .product .btnOnline a {
  display: inline-block;
  background: #13AE67;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-shadow: 7px 7px 0 0px #AAA;
  padding: 19px 50px 17px;
}
#product .product .btnOnline a:hover {
  opacity: 1;
  box-shadow: 0 0 0 0 #AAA;
  transform: translate(7px, 7px);
}
@media (max-width: 1024px) {
  #product {
    padding: 50px 0;
  }
  #product .product {
    display: block;
    padding: 0 20px;
  }
  #product .product .detail {
    margin-bottom: 30px;
  }
  #product .product .btnOnline {
    margin: 20px 0 0 0;
    padding: 0 20px;
    text-align: center;
  }
  #product .product .cover li.others ul > li img {
    height: auto;
  }
}



@media (max-width: 768px) {
	#product {
		padding: 0;
	}
	#product .illcontainer {
		padding: 50px 0 60px 0;
	}

	#product .illcontainer .item00 {
		display: block;
		position: absolute;
		right: 1rem;
		width: 25%;
		top: -1rem;
	}	
	
  #product h2 {
    padding: 0;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: .1em;
		margin-bottom: 2rem;
  }
  #product .product {
    padding: 0 20px;
  }
  #product .product .date {
    margin-bottom: 20px;
  }
  #product .product .detail {
    margin-top: 20px;
  }
  #product .product .detail p {
    font-size: 13px;
    line-height: 1.1;
    margin-left: 0;
  }
  #product .product .detail .strT {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 2rem;
  }
  #product .product .detail .strT {
    font-size: 7vw;
  }
  #product .product .detail .strT strong {
    font-size: 7.0vw;
    font-weight: 500;
  }
  #product .product .detail .strT span {
    font-size: 6.5vw;
  }
  #product .product .detail .strSS {
    font-size: 20px;
  }
  #product .product .detail .strS {
    font-size: 20px;
  }
  #product .product .detail .strM {
    font-size: 20px;
  }
  #product .product .detail .strL {
    font-size: 20px;
  }
  #product .product .detail .strN {
    font-size: 12px;
    display: block;
  }
	#product .product .cover ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 1fr 1fr 1fr;
    gap: 1.5rem;
  }
  #product .product .cover ul li.main {
    grid-row: 1/2;
    grid-column: 1/5;
    text-align: center;
  }
  #product .product .cover ul li.main img {
		width: 70%;
	}
  #product .product .btnOnline a {
    display: block;
    font-size: 14px;
    padding: 14px 0 12px;
    letter-spacing: 0.2em;
  }
  #product .product_container .btnOnline a {
    font-size: 14px;
  }
}
/*----------------------------------------------------*/
/* about
------------------------------------------------------*/
#about {
  padding: 8rem 20px 8rem;
  position: relative;
  background: #C6DCF2;
  max-width: 1200px;
  margin: 0 auto;
}
#about:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #C6DCF2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#about > * {
  position: relative;
  z-index: 2;
}
#about .clm1 {
  padding-bottom: 30px;
}	

#about .clm2 {
  padding-bottom: 50px;
  margin-top: 12rem;
}
#about .clm2 .notes2024dummy {
  margin-bottom: 0;
}
#about .illcontainer .item01 {
  left: calc(100% - 15%);
  width: 15%;
  top: -20px;
}
#about .illcontainer .item02 {
  right: calc(100% - 8%);
  top: 40px;
  width: 15%;
}
#about .illcontainer .item03 {
  left: 0;
  top: calc(100% - 40px);
  width: 15%;
}
#about .illcontainer .item04 {
  right: 0;
  bottom: calc(100% - 5rem);
  width: 18%;
}
#about p {
  font-size: 1.7rem;
  max-width: 930px;
  margin: 0 auto 6rem;
  line-height: 1.7;
}

#about p.notes2024 {
  color: #C00;
  margin-bottom: 0;
}

#about h2 {
  padding: 0;
  text-align: center;
  font-size: 4rem;
  letter-spacing: .1em;
  margin-bottom: 8rem;
  font-weight: 500;
}
#about h3 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: 6rem;
}
#about h3 > span {
  background: linear-gradient(transparent 10%, #FFF 0%);
  display: inline;
}

#about h3 > span span.line {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	letter-spacing: 0;
	font-weight: bold;
}

#about ul.sample {
  max-width: 1105px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#about ul.sample li {
  width: 23%;
}
#about ul.sample.cal {
  width: 830px;
  margin-bottom: 0px;
}
#about ul.sample.cal li {
  width: 31%;
}
#about ul.sample li dl {
  text-align: center;
}
#about ul.sample li dt {
  font-size: 16px;
  min-width: 138px;
  border: 1px solid #000;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  padding: 3px 10px 3px;
  box-sizing: border-box;
}
#about ul.sample li dd {
  margin-top: 10px;
}
#about ul.sample li dd a {
  position: relative;
  display: block;
}
#about ul.sample li dd a:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #D764C8 url(/event/images/stellardiary2025/icon_zoom_3.png) no-repeat;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#about ul.sample li dd img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1024px) {
  #about {
    padding: 5rem 20px 5rem;
    box-sizing: border-box;
    width: 100%;
  }
  #about p {
    max-width: 100%;
  }
  #about h2 {
    margin-bottom: 5rem;
  }
	
#about .illcontainer .item04 {
  right: 0;
	bottom: 100%;
  width: 18%;
}	
  #about ul.sample {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: space-between;
		gap:3rem 0;
  }
  #about ul.sample li {
    width: 48%;
  }
  #about ul.sample.cal {
    max-width: 100%;
    margin-bottom: 0px;
  }
  #about ul.sample.cal li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #about {
    padding: 50px 5% 50px;
  }
	#about .illcontainer.clm1 {
		padding-bottom: 50px;
	}	
	#about .illcontainer.clm2 {
		padding-bottom: 0px;
    margin-top: 50px;
  }	
  #about .illcontainer .item01 {
    left: calc(100% - 15%);
    width: 20%;
    top: -20px;
  }
  #about .illcontainer .item02 {
    right: calc(100% - 13%);
    top: 20px;
    width: 20%;
  }
  #about .illcontainer .item03 {
    left: 0;
    top: calc(100% - 0px);
    width: 20%;
  }
  #about .illcontainer .item04 {
    right: 0;
    top: auto;
		bottom: 100%;
    width: 25%;
  }
  #about h2 {
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  #about h3 {
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
		margin-bottom: 3rem;
  }

  #about ul.sample li dt {
    font-size: 14px;
    padding: 3px 5px 3px;
  }
}
/*----------------------------------------------------*/
/* other
------------------------------------------------------*/
#other {
  background: #FFF;
  padding: 170px 0 100px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#other .illcontainer .item01 {
  left: calc(100% - 12%);
  bottom: calc(100% + 3rem);
  width: 18%;
}
#other .container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
#other .container .detail {
  width: 33.6%;
  padding: 40px 30px 0 0;
}
#other .container .image {
  width: 57.2%;
}
#other h3 {
  margin: 0 0 30px;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: .1em;
  border-bottom: 2px dotted #1e2c5a;
}
#other .detail p {
  font-size: 1.7rem;
	line-height: 1.7;
  margin-bottom: 30px;
}
#other p.notes2024 {
  color: #C00;
  margin:1rem 0 0;
  text-align: left;
}

#other .detail p.note {
  font-size: 12px;
}
#other .detail .notes li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#other .image img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#other .image dt {
  text-align: center;
}
#other .image dt span {
  font-size: 18px;
  font-weight: bold;
  background: #42A9DA;
  color: #fff;
  margin: 0 auto 10px auto;
  display: inline-block;
  padding: 5px 3em;
  box-sizing: border-box;
}
#other .image dd a {
  position: relative;
  display: inline-block;
}
#other .image dd a:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #D764C8 url(/event/images/stellardiary2025/icon_zoom_3.png) no-repeat;
  right: 0;
  bottom: 0px;
}
#other .image dd.notes2024dummy {
  margin-top: 10px;
}
@media (max-width: 1024px) {
	#other {
		padding-top: 130px;
	}
  #other .container {
    padding: 0 20px 100px;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
	#other .illcontainer .item01 {
		left: auto;
		right: 0;
		bottom: calc(100% + 1rem);
		width: 17%;
	}
	#other .container .detail, #other .container .image {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  #other .detail h3 {
    display: block;
    padding: 0 10px 30px;
  }
  #other .image dd {
    text-align: center;
  }
	
	
}
@media (max-width: 768px) {
  #other {
    padding: 50px 20px;
  }
  #other .container {
    display: block;
    padding: 0;
  }
  #other .illcontainer .item01 {
		right: -1rem;
		bottom: calc(100% - 1rem);
    width: 20%;
  }
  #other h3 {
    margin: 0 0 30px;
    padding: 20px 0 20px;
    text-align: center;
    font-size: 2.0rem;
    letter-spacing: .1em;
    border-bottom: 2px dotted #1e2c5a;
  }
  #other .icon02 img {
    max-width: 100%;
  }
}
/*----------------------------------------------------*/
/* profile
------------------------------------------------------*/
#profile {
  background: #EEFAEC;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#profile:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #EEFAEC;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#profile > * {
  z-index: 2;
}
#profile .book > li .btn a {
  background: #D764C8;
}
#profile .profile {
  padding-bottom: 200px;
}
#profile .illcontainer .item01 {
  left: 20px;
  top: -50px;
  width: 15%;
}
#profile .illcontainer .item02 {
  right: 20px;
  top: 50px;
  width: 15%;
}
@media (max-width: 1024px) {
  #profile .profile {
    padding-bottom: 50px;
  }
  #profile .illcontainer .item01 {
    left: 20px;
    top: -80px;
    width: 20%;
  }
  #profile .illcontainer .item02 {
    right: 20px;
    top: auto;
    bottom: 20px;
    width: 20%;
  }
}
@media (max-width: 768px) {
  #profile .profile {
    padding-bottom: 50px;
  }
  #profile .illcontainer .item01 {
    left: 20px;
    top: -20px;
    width: 20%;
  }
  #profile .illcontainer .item02 {
    right: 20px;
    top: auto;
    bottom: 20px;
    width: 20%;
  }
}
/*----------------------------------------------------*/
/* twitter
------------------------------------------------------*/
#twitter {
  background: #B5B5B6;
  padding: 80px 0 100px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#twitter:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #B5B5B6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#twitter > * {
  z-index: 2;
}
#twitter .illcontainer .item01 {
  left: 0;
  top: 20px;
  width: 15%;
}
#twitter .illcontainer .item02 {
  right: 20px;
  bottom: 10px;
  width: 15%;
}
#twitter .tw_widget {
  margin-top: 0;
}
@media (max-width: 768px) {
  #twitter {
    background: #B5B5B6;
    padding: 0;
  }
  #twitter .illcontainer {
    padding: 50px 0 50px;
  }
  #twitter .illcontainer .item01 {
    left: 20px;
    top: auto;
    bottom: -20px;
    width: 20%;
  }
  #twitter .illcontainer .item02 {
		display:none;
  }
}