#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: #bfd3d7;
  max-width: 1200px;
  margin: 0 auto;
}

#product:before {
  background: #bfd3d7;
  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: 0.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 p.note {
  font-size: 1.8rem;
  margin-top: 1rem;
}

#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: 4rem;
  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: 2rem;
  display: inline-block;
}

#product .product .detail .strSS {
  font-size: 2.4rem;
}

#product .product .detail .strS {
  font-size: 3rem;
}

#product .product .detail .strM {
  font-size: 4rem;
}

#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: #ff3548;
  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: 0.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: 7vw;
    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: #f2eaab;
  max-width: 1200px;
  margin: 0 auto;
}

#about:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f2eaab;
  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 .illcontainer .item01 {
  left: 80%;
  width: 20%;
  top: -20px;
}

#about .illcontainer .item02 {
  right: 85%;
  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: 100px;
}

#about p {
  font-size: 1.9rem;
  max-width: 930px;
  margin: 0 auto 6rem;
  line-height: 1.7;
}

#about h2 {
  padding: 0;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 8rem;
  font-weight: 500;
}

#about h3 {
  text-align: center;
  font-size: 3.1rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.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: 800px;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 6rem;
}

#about ul.sample li {
  width: 45%;
}

#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: 2.8rem;
  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: 47%;
  }
  #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 {
    right: -2rem;
    left: auto;
    width: 30%;
    top: -40px;
  }
  #about .illcontainer .item02 {
    right: auto;
    left: -2rem;
    top: 20px;
    width: 25%;
  }
  #about .illcontainer .item03 {
    left: 0;
    top: calc(100% - 0px);
    width: 20%;
    transform: translateY(20%);
  }
  #about .illcontainer .item04 {
    right: 0;
    top: auto;
    bottom: 100%;
    width: 20%;
  }
  #about h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  #about h3 {
    padding: 0;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  #about ul.sample li {
    width: 100%;
  }
  #about ul.sample li dt {
    font-size: 19px;
    padding: 3px 5px 3px;
  }
}
/*----------------------------------------------------*/
/* other
------------------------------------------------------*/
#other {
  background: #faf7e0;
  padding: 170px 0 100px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

#other:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #faf7e0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

#other > * {
  z-index: 2;
}

#other .illcontainer .item01 {
  left: 88%;
  bottom: calc(100% + 3rem);
  width: 18%;
}

#other .container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 800px;
}

#other .container .detail {
  width: 50%;
  padding: 40px 30px 0 0;
}

#other .container .image {
  width: 50%;
  position: relative;
}
#other .container .image dd {
  padding: 0 15%;
}
#other .container .image:after {
  content: "";
  width: 54px;
  aspect-ratio: 54/81;
  background: url(../hoshiori/other_cut_02.webp) no-repeat center/contain;
  position: absolute;
  top: -2rem;
  right: -54px;
}

#other h3 {
  margin: 0 0 30px;
  padding: 20px 0 20px;
  text-align: center;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  border-bottom: 2px dotted #1e2c5a;
}

#other .detail p {
  font-size: 1.9rem;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: justify;
}

#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: 1.9rem;
  font-weight: bold;
  border: 1px solid #000;
  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;
  z-index: 3;
}

@media (max-width: 1024px) {
  #other {
    padding-top: 130px;
  }
  #other:before {
    transform: translate(0, -50%);
  }
  #other .container {
    padding: 0 20px 100px;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  #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 .container .image:after {
    content: "";
    width: 54px;
    aspect-ratio: 54/81;
    background: url(../hoshiori/other_cut_02.webp) no-repeat center/contain;
    position: absolute;
    top: -4rem;
    right: 0;
  }
  #other .container .image dd {
    padding: 0 20%;
  }
  #other h3 {
    margin: 0 0 30px;
    padding: 20px 0 20px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 2px dotted #1e2c5a;
  }
}
/*----------------------------------------------------*/
/* profile
------------------------------------------------------*/
#profile {
  background: #EEFAEC;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 100px;
  position: relative;
}

#profile:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f7f8f8;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

#profile > * {
  z-index: 2;
}

#profile h2 {
  padding: 80px 0 0;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 5vw, 10rem);
}
#profile h2:before, #profile h2::after {
  content: "";
  width: 100px;
  aspect-ratio: 99/87;
  background: url(../hoshiori/profile_title_l.webp) no-repeat center/contain;
}
#profile h2::after {
  background: url(../hoshiori/profile_title_r.webp) no-repeat center/contain;
}

@media (max-width: 768px) {
  #profile h2 {
    font-size: 2.4rem;
    gap: 1rem;
  }
  #profile h2:before, #profile h2::after {
    width: 50px;
  }
}
/*----------------------------------------------------*/
/* twitter
------------------------------------------------------*/
#footer {
  background: #B5B5B6;
}

#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;
  }
}