@charset "utf-8";
#contents {
  padding-bottom: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-family: 'Sawarabi Gothic', sans-serif;
}
.ill {
  position: absolute;
  z-index: 0;
}
.modal_box ul li a {
  background: #A892FF;
  color: #FFF;
}
.modal_close {
  background: #A892FF;
}
.pagetop {
  width: 91px;
}
@media (max-width: 768px) {
  .pagetop {
    width: 45px;
  }
}
/*----------------------------------------------------*/
/* product
------------------------------------------------------*/
#product {
  text-align: center;
  position: relative;
  padding: 50px 0 50px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#product:before {
  background: #f8c2b6;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}
#product > * {
  position: relative;
  z-index: 2;
}
#product .product_container {
  position: relative;
  padding: 0 2rem 0;
  text-align: left;
  color: #000;
}
#product .head {
  display: grid;
  grid-template-columns: 1fr 434px 1fr;
}
#product h2 {
  margin-bottom: 50px;
  font-size: 4.1rem;
  position: relative;
}
#product h2 span {
  padding-top: 147px;
  display: block;
  position: relative;
}
#product h2 span:before {
  content: "";
  width: 131px;
  aspect-ratio: 175 / 167;
  background: url("../diary/icon_header.webp") no-repeat center /contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#product .cover {
  text-align: center;
  margin-bottom: 40px;
}
#product .cover a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#product .cover a:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #FF3548 url("/event/images/stellardiary2025/icon_zoom_3.png") no-repeat;
  right: 0;
  bottom: 0px;
  z-index: 2;
}
#product .cover a .fukidashi {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
}
#product .cover img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#product .product_container .detail {
  max-width: 800px;
  margin: 0 auto 40px;
}
#product .product_container .detail .title {
  font-size: 4rem;
}
#product .product_container .detail .title span {
  font-size: 4.1rem;
}
#product .product_container .detail p {
  font-size: 2rem;
  line-height: 1.8;
  margin-left: 10px;
}

#product .product_container .detail p.date {
  line-height: 1.3;
  margin-bottom: 2rem;
}
#product .product_container .detail .strT {
  font-size: 3rem;
}
#product .product_container .detail .strSS {
  font-size: 3rem;
}
#product .product_container .detail .strS {
  font-size: 3.5rem;
}
#product .product_container .detail .strM {
  font-size: 2.5rem;
}
#product .product_container .detail .strL {
  font-size: 5rem;
}
#product .product_container .detail .strN {
  font-size: 1.4rem;
  font-weight: normal;
}
#product .product_container .detail .data {
  font-size: 1.7rem;
  margin-bottom: 30px;
}
#product .product_container .detail .data dt {
  float: left;
  clear: both;
	font-size: 1.7rem;
}
#product .product_container .detail .data dd {
  padding-left: 5em;
	font-size: 1.7rem;
}
#product .product_container .btnOnline {
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}
#product .product_container .btnOnline a {
  display: inline-block;
  background: #00a29a;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.2em;
  box-shadow: 5px 5px 0 0px rgb(0, 0, 0, .2);
  padding: 14px 50px 12px;
}
#product .product_container .btnOnline a:hover {
  opacity: 1;
  box-shadow: 0 0 0 0 #AAA;
  transform: translate(7px, 7px);
}
#product .product .btnOnline a:hover {
  opacity: 1;
  box-shadow: 0 0 0 0 #AAA;
  transform: translate(7px, 7px);
}
@media (max-width: 1024px) {
  #product .product_container {
    display: block;
  }
  #product .cover {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 768px) {
  #product .product_container {
    padding: 0 15px 50px;
  }
  #product .head {
    display: grid;
    grid-template-columns: 1fr;
  }
  #product .product_container .detail .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #product .product_container .detail .title dt {
    float: none;
  }
  #product .product_container .detail .title dd {
    padding-left: 0;
  }
  #product .product_container .detail p {
    font-size: 20px;
    line-height: 1.8;
    margin-left: 10px;
  }
  #product .product_container .detail p span.strN {
    display: block;
  }
  #product .product_container .detail .strS {
    font-size: 20px;
  }
  #product .product_container .detail .strSS {
    font-size: 20px;
  }
  #product .product_container .detail .strM {
    font-size: 20px;
  }
  #product .product_container .detail .strL {
    font-size: 22px;
  }
  #product .product_container .btnOnline a {
    display: block;
    background: #cb1125;
    color: #FFF;
    font-size: 24px;
    padding: 14px 10px 12px;
  }
}
@media (max-width: 768px) {

  #product h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  #product h2 span {
    margin: 0 auto;
    padding-top: 50px;
  }
  #product h2 span:before {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }

  #product .product_container .btnOnline a {
    font-size: 14px;
  }
  #product .product_container .detail .title {
    font-size: 7vw;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  #product .product_container .detail .title span {
    font-size: 7vw;
  }

}
/*----------------------------------------------------*/
/* about
------------------------------------------------------*/
#about {
  padding: 80px 0 80px;
  position: relative;
  background: #EDEDED;
  max-width: 1200px;
  margin: 0 auto;
}
#about:before {
  background: #EDEDED;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}
#about > * {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
#about h2 {
  font-size: 3.5rem;
}
#about h2 span {
  padding-top: 147px;
  display: block;
  position: relative;
  width: fit-content;
}
#about h2 span:before {
  content: "";
  width: 131px;
  aspect-ratio: 175 / 167;
  background: url("../diary/icon_header_red.webp") no-repeat center /contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#about h3 {
  text-align: center;
  color: #0b3190;
  font-size: 3.1rem;
  font-weight: normal;
  margin: 4.5rem 0 6rem;
	line-height: 1.6;
}
#about h3 span {
  background: linear-gradient(transparent 10%, #FFF 0%);
  display: inline;
  padding: 0 1rem;
}
#about p {
  font-size: 1.9rem;
  padding: 0 15%;
  margin: 0 auto 6rem;
  line-height: 1.7;
}
#about section {
  padding-bottom: 100px;
  position: relative;
}
#about div.cover {
  text-align: center;
}
#about div.cover img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  max-width: 100%;
}

/* sample */
#about ul.sample {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8rem 12%;
}
#about ul.sample li {
  width: 23%;
}
#about ul.sample.word {
  max-width: 800px;
}
#about ul.sample.word li {
  width: 44%;
}
#about ul.sample.cal {
  max-width: 800px;
}
#about ul.sample.cal li {
  width: 44%;
}

#about ul.sample.cover {
  max-width: 800px;
}
#about ul.sample.cover li {
  width: 44%;
}
#about ul.sample li dl {
  text-align: center;
}
#about ul.sample li dt {
  font-size: 2.6rem;
  min-width: 70%;
  background: #0b3190;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 10px 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
#about ul.sample li dt.gr {
  background: #0b3190;
}
#about ul.sample.cover li dt {
  font-size: 20px;
  min-width: 138px;
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
  box-sizing: border-box;
  background: none;
}
#about ul.sample li dd {
  margin-top: 10px;
}
#about ul.sample li dd a {
  position: relative;
  display: block;
  margin: 0 auto;
}
#about ul.sample li dd a:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #FF3548 url(/event/images/stellardiary2025/icon_zoom_3.png) no-repeat;
  right: 0;
  bottom: 0;
}
#about ul.sample li dd img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#about ul.sample li.harf a {
  max-width: 50%;
}
@media (max-width: 1024px) {
  #about {
    padding-left: 20px;
    padding-right: 20px;
  }
  #about .aboutContainer {
    padding: 0;
  }
  #about ul.sample {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  #about ul.sample li {
    width: 48%;
    margin-bottom: 30px;
  }
  #about ul.sample.word li {
    width: 48%;
  }
  #about ul.sample.word {
    max-width: 100%;
  }
  #about ul.sample.cover li {
    width: 48%;
  }
}
@media (max-width: 768px) {
  #about {
    padding: 50px 20px 0;
  }
  #about p {
    padding: 0;
    margin-bottom: 3rem;
  }
  #about section {
    padding: 0 0 30px;
  }
  #about h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  #about h2 span {
    margin: 0 auto;
    padding-top: 50px;
  }
  #about h2 span:before {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #about h3 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }

    #about ul.sample {
      &.word {
        li {
          width: 100%;
        }
      }
      &.cal {
        li {
          width: 100%;
        }
      }
      &.cover {
        li {
          width: 100%;
        }
      }

    }

  #about ul.sample.cover li dt {
    font-size: 14px;
  }
  #about ul.sample li dt {
    font-size: 1.4rem;
    min-width: 0;
    background: #5CAC7C;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    padding: 5px 5px 5px;
    box-sizing: border-box;
  }

}
/*----------------------------------------------------*/
/* other
------------------------------------------------------*/
#other {
  padding: 55px 20px 85px;
  position: relative;
  background: #91a2cd;
  max-width: 1200px;
  margin: 0 auto;
}
#other:before {
  background: #91a2cd;
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 1;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}
#other > * {
  position: relative;
  z-index: 2;
}
#other h2 {
  font-size: 3.5rem;
}

#other h2 span {
  padding-top: 147px;
  display: block;
  position: relative;
  width: fit-content;
}
#other h2 span:before {
  content: "";
  width: 131px;
  aspect-ratio: 175 / 167;
  background: url("../diary/icon_header.webp") no-repeat center /contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#other .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  margin: 30px auto 0;
}
#other .container .detail {
  width: 38%;
  padding: 0 0 0 0;
}
#other .container .image {
  width: 48%;
  text-align: center;
  padding: 0;
}
#other .detail p {
  font-size: 1.9rem;
  margin-bottom: 30px;
	line-height: 1.7;
}
#other .detail .notes li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#other .container .image dl {
  width: 100%;
  margin: 0 auto;
}
#other .image img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#other .image dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  letter-spacing: .5rem;
}
#other .image dd a {
  position: relative;
  display: inline-block;
}
#other .image dd a:after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: #FF3548 url("/event/images/stellardiary2025/icon_zoom_3.png") no-repeat;
  right: 0;
  bottom: 0px;
}
@media (max-width: 1024px) {
  #other {
    background: #bdbbda;
    padding: 55px 20px 85px;
    position: relative;
  }
  #other .container {
    padding: 0 20px;
    margin: 30px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
  #other .container .image {
    width: 50%;
    padding: 0;
    margin: 0 auto 40px;
  }
  #other .image dd {
    text-align: center;
  }

}
@media (max-width: 768px) {
  #other {
    padding: 20px 20px 50px;
  }
  #other h2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  #other h2 span {
    margin: 0 auto;
    padding-top: 50px;
  }
  #other h2 span:before {
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }


  #other .icon02 img {
    max-width: 100%;
  }
  #other .container {
    display: block;
    padding: 0 0px;
  }
  #other .container .detail {
    width: 100%;
    margin-bottom: 30px;
  }
  #other .container .image {
    width: 100%;
  }
  #other .container .image a {
    max-width: 100%;
  }

}
/*----------------------------------------------------*/
/* pr0file
------------------------------------------------------*/
#profile {
  background: #FFF;
  padding: 0 2rem 100px;
  max-width: 1200px;
  margin: 0 auto;
}
#profile h2 span {
  padding-top: 147px;
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#profile h2 span:before {
  content: "";
  width: 131px;
  aspect-ratio: 175 / 167;
  background: url("../diary/icon_header_red.webp") no-repeat center /contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  #profile h2 span {
    padding-top: 80px;
  }
  #profile h2 span:before {
    width: 80px;
  }

}
/*----------------------------------------------------*/
/* twitter
------------------------------------------------------*/
#twitter {
  background: #f8c2b6;
  padding: 80px 0 100px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#twitter:after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f8c2b6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}
#twitter > * {
  z-index: 2;
  position: relative;
}

#twitter .tw_widget {
  margin-top: 0;
}
@media (max-width: 768px) {
  #twitter .item10 {
    right: 2rem;
    bottom: -7rem;
    width: 20%;
  }
}