@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
.flex_c_c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

ul,
li {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background-color: red;
}

::selection {
  background-color: red;
}

.sa {
  opacity: 0;
  transition: all 1.5s ease;
}

.sa-up {
  transform: translate(0, 30%);
}

.sa-down {
  transform: translate(0, -30%);
}

.sa-l {
  transform: translate(-30%, 0);
}

.sa-r {
  transform: translate(30%, 0);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.delay1 {
  animation-delay: 0.6s;
}

.delay2 {
  animation-delay: 1.2s;
}

.delay3 {
  animation-delay: 1.8s;
}

#pink20250926 {
  width: 100%;
  margin: auto;
  padding: 12px;
  background-color: #fff;
}
#pink20250926 #pink20250926_area {
  border: 1px solid #e4e4e4;
}
#pink20250926 img {
  width: 100%;
  display: block;
}

#pink20250926_intro {
  width: 100%;
  max-width: 55.0131233596%;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  #pink20250926_intro {
    max-width: 74.0740740741%;
  }
}
@media (max-width: 640px) {
  #pink20250926_intro {
    max-width: unset;
  }
}
#pink20250926_intro .pink20250926_introArea .top_image {
  position: relative;
  overflow: hidden;
}
#pink20250926_intro .pink20250926_introArea .top_image::before {
  content: "";
  position: absolute;
  top: 5.1201149425%;
  left: 26.8617773438%;
  width: 13.1744726563%;
  height: 90.8014482759%;
  background-image: url("../../img/contents/2025aw/0926pink/topTextLeft.svg");
  background-repeat: no-repeat;
  animation: rotate2 1.8s ease-in-out 0s forwards;
  transform-origin: center;
}
@media (max-width: 640px) {
  #pink20250926_intro .pink20250926_introArea .top_image::before {
    width: 29.5391923077%;
    height: 86.4863076923%;
    left: 4.8403942308%;
  }
}
#pink20250926_intro .pink20250926_introArea .top_image::after {
  content: "";
  position: absolute;
  top: 5.1201149425%;
  right: 17.578125%;
  width: 26.5361914062%;
  height: 76.9990114943%;
  background-image: url("../../img/contents/2025aw/0926pink/topTextRight.svg");
  background-repeat: no-repeat;
  animation: rotate2 2s ease-in-out forwards;
  transform-origin: center;
}
@media (max-width: 640px) {
  #pink20250926_intro .pink20250926_introArea .top_image::after {
    width: 43.0710576923%;
    height: 56.0496923077%;
    right: 3.4005769231%;
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: rotate(-360deg);
  }
}
#pink20250926_lead {
  width: 100%;
  max-width: 55.0131233596%;
  margin: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 120px 64px;
}
@media (max-width: 1080px) {
  #pink20250926_lead {
    max-width: 74.0740740741%;
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  #pink20250926_lead {
    border: none;
    max-width: unset;
    padding: 64px 48px;
  }
}
#pink20250926_lead p {
  width: 53.4351145038%;
  margin: 0 auto;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
}
@media (max-width: 1080px) {
  #pink20250926_lead p {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  #pink20250926_lead p {
    width: 100%;
    font-size: 3vw;
  }
}

#pink20250926_main {
  width: 100%;
  max-width: 55.0131233596%;
  margin: auto;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
@media (max-width: 1080px) {
  #pink20250926_main {
    max-width: 74.0740740741%;
  }
}
@media (max-width: 640px) {
  #pink20250926_main {
    border: none;
    max-width: unset;
  }
}

#pink20250926_thumbnail {
  width: 100%;
  max-width: 76.3358778626%;
  margin: auto;
}
@media (max-width: 810px) {
  #pink20250926_thumbnail {
    max-width: unset;
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  #pink20250926_thumbnail {
    padding: 0 12px;
  }
}
#pink20250926_thumbnail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 640px) {
  #pink20250926_thumbnail ul {
    gap: 12px;
  }
}
#pink20250926_thumbnail ul li {
  width: calc((100% - 96px) / 5);
}
@media (max-width: 640px) {
  #pink20250926_thumbnail ul li {
    width: calc((100% - 24px) / 3);
  }
}
#pink20250926_thumbnail ul li a {
  display: block;
  transition: ease-in-out 0.4s;
  text-decoration: none;
}
@media (hover: hover) {
  #pink20250926_thumbnail ul li a:hover {
    opacity: 0.5;
  }
}
#pink20250926_thumbnail ul li a p {
  text-align: center;
  font-family: "Amatic SC", sans-serif;
  color: #fa7bbb;
  letter-spacing: 0.05em;
  font-size: 16px;
  margin: 0 0 24px;
}
@media (max-width: 640px) {
  #pink20250926_thumbnail ul li a p {
    margin-bottom: 12px;
    font-size: 3vw;
  }
}

.pink20250926_style {
  padding: 120px 0 0;
}
@media (max-width: 1080px) {
  .pink20250926_style {
    padding: 88px 0 0;
  }
}
@media (max-width: 640px) {
  .pink20250926_style {
    padding: 64px 0 0;
  }
}
.pink20250926_style:last-child {
  padding-bottom: 120px;
}
@media (max-width: 1080px) {
  .pink20250926_style:last-child {
    padding-bottom: 88px;
  }
}
@media (max-width: 640px) {
  .pink20250926_style:last-child {
    padding-bottom: 64px;
  }
}
.pink20250926_style h3.subtile {
  width: 76.3358778626%;
  margin: auto;
  padding: 24px 0;
  border-top: 1px solid #fa7bbb;
  text-align: center;
}
@media (max-width: 640px) {
  .pink20250926_style h3.subtile {
    width: calc(100% - 24px);
  }
}
.pink20250926_style h3.subtile span {
  font-family: "Amatic SC", sans-serif;
  color: #fa7bbb;
  font-size: 24px;
}
@media (max-width: 640px) {
  .pink20250926_style h3.subtile span {
    font-size: 5.5vw;
  }
}
.pink20250926_style.layout1 .pink20250926_styleArea {
  width: 48.3778625954%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .pink20250926_style.layout1 .pink20250926_styleArea {
    width: 100%;
    padding: 0 12px;
  }
}
.pink20250926_style.layout1 .pink20250926_styleArea .style_enText {
  width: 30.5719921105%;
}
@media (max-width: 640px) {
  .pink20250926_style.layout1 .pink20250926_styleArea .style_enText {
    display: flex;
    justify-content: center;
  }
}
.pink20250926_style.layout1 .pink20250926_styleArea .style_enText p {
  font-family: "Amatic SC", sans-serif;
  writing-mode: vertical-lr;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 640px) {
  .pink20250926_style.layout1 .pink20250926_styleArea .style_enText p {
    font-size: 2.75vw;
  }
}
.pink20250926_style.layout1 .pink20250926_styleArea .style_image1 {
  width: 69.4280078895%;
}
.pink20250926_style.layout1 .pink20250926_styleArea .style_image2 {
  width: 69.4280078895%;
  margin-top: 64px;
}
@media (max-width: 640px) {
  .pink20250926_style.layout1 .pink20250926_styleArea .style_image2 {
    margin-top: 32px;
  }
}
.pink20250926_style.layout2 .pink20250926_styleArea {
  display: flex;
  gap: 24px;
  width: 64.8854961832%;
  margin: auto;
}
@media (max-width: 640px) {
  .pink20250926_style.layout2 .pink20250926_styleArea {
    width: 100%;
    padding: 0 12px;
    gap: 12px;
  }
}
.pink20250926_style.layout2 .pink20250926_styleArea .style_image {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 640px) {
  .pink20250926_style.layout2 .pink20250926_styleArea .style_image {
    width: calc((100% - 12px) / 2);
  }
}
.pink20250926_style .style_comment {
  width: 100%;
  max-width: 57.2519083969%;
  margin: 64px auto 0;
}
@media (max-width: 640px) {
  .pink20250926_style .style_comment {
    max-width: unset;
    margin: 32px auto 0;
    padding: 0 48px;
  }
}
.pink20250926_style .style_comment p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 12px;
  text-align: center;
  margin: 0;
}
@media (max-width: 640px) {
  .pink20250926_style .style_comment p {
    font-size: 2.85vw;
  }
}
.pink20250926_style .style_item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 64px auto 0;
}
@media (max-width: 640px) {
  .pink20250926_style .style_item {
    margin: 32px auto 0;
  }
}
.pink20250926_style .style_item a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .pink20250926_style .style_item a {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
.pink20250926_style .style_item a span {
  padding-left: 8px;
}
.pink20250926_style .style_item a span::before {
  content: "¥";
  padding-right: 2px;
}
.pink20250926_style .style_item a span::after {
  content: "(inc.tax)";
  font-size: 80%;
  padding-left: 2px;
}/*# sourceMappingURL=0926pink.css.map */