html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

html body .birthContainer * {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  display: block;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

p {
  margin: 0;
  padding: 0;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

}


/* メニュー */
.navArea {
  background-color: #ffffcc;
  padding: 20px 20px 0;
  position: relative;
  z-index: 999;
}

.hamburger {
  width: 45px;
  height: 44px;
  position: relative;
  cursor: pointer;
  z-index: 100;
  background-color: #2eccff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  margin: 0 0 0 auto;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.hamburger.is-active {
  background-color: #ffffcc;
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 99999999;
}

.hamburger.is-fixed {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000000000;
}

.hamburger.is-active .hamburger-text {
  display: none;
}

.hamburger-lines {
  width: 32px;
  height: 26px;
  position: relative;
  margin: 0 auto;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 12px;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.is-active span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2eccff;
  transition: all 0.3s;
}

.hamburger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-18px) rotate(-45deg);
}

.hamburger-text {
  font-size: 10px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  transition: all 0.3s;
  font-weight: 700;
}

.nav__menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffcc;
  transition: all 0.5s eade;
  z-index: 9999999;
  padding: 60px 20px 30px;
  box-sizing: border-box;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.nav__menu-list li {
  margin-top: 20px;
}

#js-nav.nav__menu.is-active {
  top: 70px;
}

#js-nav.nav__menu.is-active.is-fixed {
  top: 0px;
}

.navArea .nav__menu-item {
  font-size: 16px;
  line-height: 1.6;
  color: #ff5baf;
  font-weight: 600;
  display: block;
  letter-spacing: -1px;
}

.nav__menu-item.menu01 {
  background-image: url('../images/260324/260324_62625_birthday_menu_01.png');
  background-size: 102px auto;
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 0 20px 74px;
}

.nav__menu-item.menu02 {
  background-image: url('../images/260324/260324_62625_birthday_menu_02.png');
  background-size: 102px auto;
  background-repeat: no-repeat;
  background-position: left;
  padding: 40px 0 40px 74px;
  letter-spacing: -1px;
}

.nav__menu-item.menu03 {
  background-image: url('../images/260324/260324_62625_birthday_menu_03.png');
  background-size: 102px auto;
  background-repeat: no-repeat;
  background-position: left;
  padding: 40px 0 40px 74px;
}

#trackingArea.track {
  display: none;
}


/*fv*/
.fv {
  background-color: #ffffcc;
}

.fv__inr {
  padding: 0px 10px 20px;
}

.fv__body {
  display: flex;
  flex-flow: column;
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}

.fv__txt {
  font-size: 14px;
  font-weight: 600;
  color: #ff6dd1;
  line-height: 2;
  margin: 0;
}

.fv__slider-item-deco {
  margin-bottom: -66.667vw;
}


.fv__slider-item-img {
  max-width: 66.667vw;
  margin: 54.667vw auto 0;
}

.fv__slider-item-inr {
  position: relative;
  margin-top: 5.333vw;
}

.fv__slider-item-img {
  position: relative;
  z-index: 1;
  text-align: center;
}

.fv__slider-item-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fv__slider-item-icon {
  max-width: 42.667vw;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 10.667vw;
  left: 50%;
  width: 40vw;
}

.fv__pic {
  position: relative;
  z-index: 10;
}

.fv__slider-item-deco {
  position: absolute;
}

.fv__slider-item-deco.deco01 {
  width: 12.8vw;
  top: 16.533vw;
  left: 44%;
}

.fv__slider-item-deco.deco02 {
  width: 9.067vw;
  bottom: 20vw;
  left: 4.8vw;
}

.fv__slider-item-deco.deco03 {
  width: 3.2vw;
  top: 28.533vw;
  left: 14.4vw;
}

.fv__slider-item-deco.deco04 {
  width: 16vw;
  bottom: 0vw;
  right: 4vw;
}

.fv__slider-item-deco.deco05 {
  width: 6.4vw;
  top: 31.2vw;
  right: 15.733vw;
}

.fv__slider-item-deco.deco06 {
  width: 6.4vw;
  top: 14.667vw;
  left: 17.867vw;
}

.fv__slider-item-deco.deco07 {
  width: 6.4vw;
  top: 20.8vw;
  left: 4vw;
}

.fv__slider-item-deco.deco08 {
  width: 9.6vw;
  top: 13.333vw;
  right: 20vw;
}

.fv__slider-item-deco.deco09 {
  width: 11.2vw;
  top: 20.8vw;
  right: 4vw;
}

@keyframes yura-yura {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(3deg);
  }
}

@keyframes yura-yura-slow {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-7px) rotate(-3deg);
  }
}

.is-active-deco.deco01,
.is-active-deco.deco04,
.is-active-deco.deco07 {
  animation: yura-yura 3s ease-in-out infinite;
}

.is-active-deco.deco02,
.is-active-deco.deco05,
.is-active-deco.deco08 {
  animation: yura-yura-slow 4s ease-in-out infinite;
  animation-delay: 0.5s;
}

.is-active-deco.deco03,
.is-active-deco.deco06,
.is-active-deco.deco09 {
  animation: yura-yura 3.5s ease-in-out infinite;
  animation-delay: 1.2s;
}

.fv__slider-item-icon {
  animation: yura-yura 5s ease-in-out infinite;
}


.fv__slider-item-icon {
  max-width: 42.667vw;
  margin: 0 auto;
  position: absolute;
  top: 20.667vw;
  left: 30%;
  width: 40vw;
}

.fv__slider,
.fv__pic {
  opacity: 0;
}

@keyframes tobidasu_soft {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  60% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.is-active-poyon {
  animation: tobidasu_soft 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.1) forwards;
}

.is-active-fade {
  animation: softFadeIn 1.2s ease-out forwards;
}

.fv__pic>div {
  transform-origin: center center;
}

@keyframes simple-fade-in {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@keyframes simple-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.swiper-slide-active .js-slider-img {
  animation: simple-fade-in 0.8s ease-out forwards;
  animation-delay: 0.1s;
}

.fv__anc-ttl {
  width: 100%;
  max-width: 340px;
  margin: 40px auto 0;
}

.fv_map {
  margin-top: 30px;
  position: relative;
}

.fv__map-bubble01 {
  position: absolute;
  width: 39.467vw;
  top: -0.267vw;
  right: 5.867vw;
}

.fv__map-bubble02 {
  position: absolute;
  width: 29.6vw;
  top: 80.533vw;
  right: 30.133vw;
}

.fv__map-bubble03 {
  position: absolute;
  width: 32.533vw;
  bottom: 61.333vw;
  right: 0.267vw;
}

.fv__map-bubble01,
.fv__map-bubble02,
.fv__map-bubble03 {
  opacity: 0;
  transform: scale(0);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease-out;
  transform-origin: center;
}

.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fv__map-bubble01.is-visible {
  transition-delay: 0.1s;
}

.fv__map-bubble02.is-visible {
  transition-delay: 0.4s;
}

.fv__map-bubble03.is-visible {
  transition-delay: 0.7s;
}

.fv__block {
  display: flex;
  flex-flow: column;
  margin-top: 30px;
}

.fv__sec-link--photo {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

.fv__sec2 {
  position: relative;
  height: 350px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.fv__sec-link--deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 260px;
  display: block;
}

.fv__sec-link--song {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 220px;
  display: block;
}




/*photo*/
.photo {
  background-color: #a8ecff;
}

.photo__inr {
  padding: 40px 0px;
}


.photo__ttl {
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 0 10px;
}

.photo__price {
  width: 100%;
  max-width: 355px;
  margin: 8px auto 0;
  padding: 0 10px;
}

.photo__logo {
  width: 100%;
  max-width: 240px;
  margin: 34px auto 0;
}

.photo__mv {
  width: 100%;
  margin: 20px auto 0;
}

.photo__make {
  position: relative;
  padding: 20px 0;
  max-width: 375px;
  margin: auto;
}

.photo__make .photo__ball01 {
  position: absolute;
  width: 200px;
  top: 18px;
  left: 10px;
}

.photo__make .photo__ball02 {
  position: absolute;
  width: 285px;
  bottom: 18px;
  right: 10px;
}

.photo__cv {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 60px 10px;
}

.photo__sub {
  width: 345px;
  margin: 20px auto 0;
}

.photo__slide {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 0;
}

.photo__slide-inr {
  display: flex;
  width: fit-content;
  animation: loop-slide 30s linear infinite;
}

.photo__slide-inr img {
  width: auto;
  height: 200px;
  display: block;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.photo__how {
  padding: 0 20px;
}

.photo__how-ttl {
  width: 340px;
  margin: 50px auto 0;
}

.month .photo__how-ttl {
   margin: 20px auto 0;
}

.photo__3step {
  margin: 40px auto 0;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_01.png');
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0 20px;
}

.photo__3step-txt {
  font-size: 22px;
  color: #006dff;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 0 0;
}

.photo__3step-txt-no {
  font-size: 40px;
  padding: 0 4px;
}

.photo__step {
  margin-top: 20px;
}

.photo__step__item {
  background-color: #fff;
  border-radius: 34px;
  border: 5px solid #ff5baf;
  padding: 20px 18px;
  color: #006dff;
  font-weight: 600;
  position: relative;
  margin-top: 20px;
}

.photo__step__item+.photo__step__item {
  margin-top: 20px;
}

.photo__step__item-ttl {
  display: inline-flex;
  align-items: start;
  font-size: 28px;
  margin: 0;
}

.photo__step__item-ttl span {
  font-size: 18px;
  letter-spacing: -0.6px;
  margin-left: 10px;
  margin-top: 8px;
}

.photo__step__item-cont {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-top: 10px;
}

.photo__step__item-cont-txt {
  font-size: 12px;
  margin: 0;
}

.photo__step__item-cont-icon01 {
  width: 80px;
}

.photo__step__item-note {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0;
}

.photo__step__item-note li {
  position: relative;
  padding-left: 10px;
  font-size: 10px;
}

.photo__step__item-note li::before {
  position: absolute;
  content: "●";
  font-size: 10px;
  left: 0;
  top: 0;
}

.photo__step__item-note li+li {
  margin-top: 5px;
}

.photo__step__item .photo__step-btn {
  display: block;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_03.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 12px;
  padding: 10px 8px 10px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.photo__step__item-cont-note {
  margin-top: 5px;
  font-size: 10px;
  display: inline-block;
}

.photo__step__item-cont-icon02 {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 130px;
}

.photo__step__item-sub {
  font-size: 16px;
  margin: 5px auto 0;
  position: relative;
  width: fit-content;
  /* padding-right: 30px; */
  text-decoration: underline;
}

.photo__step__item-sub::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 12px;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_08.png');
  margin: 5px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  right: -12px;
  top: 6px;
  margin: 0;
}

.photo__step__agebox {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: start;
  margin-top: 20px;
}

.photo__step__agebox-link {
  width: 32%;
}

.photo__step__agebox-link.age2 {
  margin-top: 10px;
}

.photo__step__agebox-link.age4 {
  margin-top: 5px;
  width: 38%;
}

.photo__step__agebox-link.age5 {
  margin-top: 10px;
}

.photo__type {
  margin-top: 52px;
}

.photo__type__item {
  border-radius: 34px;
  border: 5px solid #ff5baf;
  padding: 20px 30px;
  color: #006dff;
  font-weight: 600;
  margin-top: 30px;
}

.photo__type__item+.photo__type__item {
  margin-top: 20px;
}


.swiper__softcover {
  margin: 20px auto 0;
  width: 100%
}

.softcover__slider-item img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.swiper__softcover .swiper-button-prev,
.swiper__softcover .swiper-button-next {
  width: 18px;
  height: 24px;
  top: 57%;
  background-image: url('../images/260324/260324_62625_birthday_book_type_shape_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.swiper__softcover .swiper-button-prev svg,
.swiper__softcover .swiper-button-next svg {
  display: none;
}

.swiper__softcover .swiper-button-next {
  right: 0px;
}

.swiper__softcover .swiper-button-prev {
  left: 0px;
  transform: scaleX(-1);
}

.photo__type__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-top: 25px;
}

.photo__type__price-before,
.photo__type__price-after {
  font-size: 27px;
  letter-spacing: -2px;
  position: relative;
}

.photo__type__price-before::before {
  position: absolute;
  content: "クーポンで";
  font-size: 19px;
  top: -23px;
  left: 4px;
  width: 89px;
}

.photo__type__price-arw {
  width: 25px;
  height: auto;
  flex-shrink: 0;
  z-index: 2;
}

.photo__type__price-after {
  color: #FFF;
  padding: 10px 2px 10px 6px;
  background-image: url('../images/260324/260324_62625_birthday_book_type_shape_02.png');
  background-size: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -10px;
  margin: 0 0 0 -10px;
}

.photo__type__item-note {
  list-style-type: none;
  padding: 0;
  margin: 10px auto 0;
  width: 92%;
}

.photo__type__item-note li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  display: flex;
  align-items: start;
}

.photo__type__item-note li span {
  font-size: 12px;
  margin-left: 8px;
  display: block;
  line-height: 2;
}

.photo__type__item-note li .photo__type__item-note-price {
  line-height: 1.6;
  margin-top: 2px;
}

.photo__type__item-note li::before {
  position: absolute;
  content: "●";
  font-size: 16px;
  left: 0;
  top: 0;
}

.photo__type-note li+li {
  margin-top: 5px;
}

.swiper__hardcover {
  margin: 20px auto 0;
  width: 100%
}

.hardcover__slider-item img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.swiper__hardcover .swiper-button-prev,
.swiper__hardcover .swiper-button-next {
  width: 18px;
  height: 24px;
  top: 57%;
  background-image: url('../images/260324/260324_62625_birthday_book_type_shape_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.swiper__hardcover .swiper-button-prev svg,
.swiper__hardcover .swiper-button-next svg {
  display: none;
}

.swiper__hardcover .swiper-button-next {
  right: 0px;
}

.swiper__hardcover .swiper-button-prev {
  left: 0px;
  transform: scaleX(-1);
}

.photo__type__make {
  position: relative;
  padding: 20px 0;
  max-width: 375px;
  margin: auto;
}

.photo__type__make .photo__ball01 {
  position: absolute;
  width: 200px;
  top: 31px;
  left: -5px;
}

.photo__type__make .photo__ball02 {
  position: absolute;
  width: 285px;
  bottom: -15px;
  right: -3px;
}

.photo__type__cv {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 40px 10px;
}

.photo__type__cau {
  font-size: 10px;
  margin: 28px auto 0;
  color: #006dff;
  padding: 0;
  line-height: 1.6;
  font-weight: 600;
}

.photo__type__movie {
  width: 90%;
  margin: 48px auto 0;
}

/* deco */
.deco {
  background-color: #adf25f;
}

.deco__inr {
  padding: 40px 20px 72px;
}

.deco__ttl {
  width: 100%;
  max-width: 270px;
  margin: 0 auto 0 0;
  padding: 0 10px;
}

.deco__cont-txt {
  font-size: 16px;
  width: fit-content;
  margin: 34px auto 0;
  color: #006dff;
  font-weight: 600;
}

.swiper__deco {
  margin: 30px auto 0;
  width: 100%
}

.deco__slider-item img {
  width: 75%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.deco__slider-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.swiper__deco .swiper-button-prev,
.swiper__deco .swiper-button-next {
  width: 28px;
  height: 40px;
  top: 57%;
  background-image: url('../images/260324/260324_62625_birthday_deco_shape_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.swiper__deco .swiper-button-prev svg,
.swiper__deco .swiper-button-next svg {
  display: none;
}

.swiper__deco .swiper-button-next {
  right: 0px;
}

.swiper__deco .swiper-button-prev {
  left: 0px;
  transform: scaleX(-1);
}

.deco__ttl-how {
  margin-top: 40px;
}

.deco__3step {
  margin: 40px auto 0;
  background-image: url('../images/260324/260324_62625_birthday_deco_shape_02.png');
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0 20px;
}

.deco__3step-txt {
  font-size: 22px;
  color: #006dff;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 0 0;
}

.deco__3step-txt-no {
  font-size: 40px;
  padding: 0 4px;
}

.deco__item {
  border-radius: 34px;
  border: 5px solid #ff5baf;
  padding: 20px 15px;
  color: #006dff;
  font-weight: 600;
  margin-top: 30px;
  background-color: #ffffa9;
}

.deco__item+.deco__item {
  margin-top: 20px;
}

.deco__item-ttl {
  display: inline-flex;
  align-items: flex-start;
  font-size: 28px;
  margin: 0;
  line-height: 1.2;
}

.deco__item-ttl span {
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: 4px;
}


.deco__item-note {
  list-style-type: none;
  padding: 0;
  margin: 10px auto 0;
  width: 90%;
}

.deco__item-note li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  display: flex;
  align-items: start;
}

.deco__item-note li span {
  font-size: 12px;
  margin-left: 8px;
  display: block;
  line-height: 2;
}

.deco__item-note li::before {
  position: absolute;
  content: "●";
  font-size: 16px;
  left: 0;
  top: 0;
}

.deco__type-note li+li {
  margin-top: 5px;
}

.deco__item-txt {
  font-size: 12px;
  margin: 12px auto 0;
  width: 75%;
}

.deco__parts-ttl {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  line-height: 1.3;
  padding: 35px 30px;
  background-image: url('../images/260324/260324_62625_birthday_deco_shape_03.png');
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.deco__parts-box {
  margin-top: 24px;
}

.deco__parts-flex+.deco__parts-flex {
  margin-top: 60px;
}

.deco__parts-link+.deco__parts-link {
  margin-top: 60px;
}

.deco__parts-link {
  display: block;
}

.deco__parts-link.parts-chokotto {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.deco__parts-link.parts-big {
  max-width: 214px;
  margin-left: auto;
  margin-right: auto;
}

.deco__parts-link.parts-age {
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
}

.deco__parts-link.parts-name {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
}

.deco__parts-link.parts-height {
  max-width: 162px;
  margin-left: auto;
  margin-right: auto;
}

/* song */
.song {
  background-color: #d1c2ff;
}

.song__inr {
  padding: 40px 20px;
}

.song__ttl {
  width: 100%;
  max-width: 312px;
  margin: 0 auto 0 10px;
}

.song__txt {
  font-size: 16px;
  width: fit-content;
  margin: 26px auto 0;
  color: #006dff;
  font-weight: 600;
}

.song__mv {
  max-width: 95%;
  margin: 8px auto 0;
}

.song__choice-ttl {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 3.733vw 5.333vw 16.533vw 12.533vw;
  background-image: url('../images/260324/260324_62625_birthday_song_shape_01.png');
  background-size: 72.8vw auto;
  background-repeat: no-repeat;
  background-position: center;
}

.song__area {
  margin-top: 10px;
}

.song__flex {
  display: flex;
  justify-content: space-between;
}

.song__flex+.song__flex {
  margin-top: 12px;
}

.song__link {
  width: 33%;
  box-sizing: content-box;
}

.song__link.age1 {
  padding: 10px 5px 0 5px;
}

.song__link.age2 {
  padding: 0 0 5px 5px;
}

.song__link.age3 {
  padding: 10px 0px 2px 10px;
}

.song__link.age4 {
  padding: 10px 5px 0 0;
}

.song__link.age5 {
  padding: 0 0 0 0;
}

.song__link.age6 {
  padding: 10px 0 5px 10px;
}

/* movie_modal */
#birthdayMovieWindow {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  width: 90%;
  max-width: 680px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

#birthdayMovieWindow .modalHeader {
  border-bottom: 2px solid #f0f0f0;
}

#birthdayMovieWindow .movieWrapper {
  border-bottom: 2px solid #f0f0f0;
}

#birthdayMovieWindow .movieTitle {
  position: absolute;
  top: 0;
  left: 25px;
  line-height: 50px;
  color: #7a4e22;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 51px;
  width: 620px;
  line-height: 20px;
  align-items: center;
  font-size: 14px;
  line-height: 1.1;
  left: 15px;
  height: 50px;
  display: flex;
}

#birthdayMovieWindow .btClose {
  position: absolute;
  top: 8px;
  right: 0;
  width: 90px;
  height: 30px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/kodomo/ap/resources/images/template/parts/bt-close-03.gif) no-repeat left top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -ms-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  #birthdayMovieWindow {
    top: 50% !important;
    height: 60vh;
  }

  .movieWrapper {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0 0;
    box-sizing: border-box;
  }
}

/* note */
.note {
  background-color: #ffffcc;
}

.note__inr {
  padding: 34px 20px 40px;
}

.note__text {
  font-size: 10px;
  color: #ff5baf;
  font-weight: 700;
  line-height: 1.8;
}

.note__bnr {
  margin-top: 30px;
}

.note__bnr a {
  margin-top: 20px;
  display: block;
}

/* modal */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 11900;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 34px;
  border: 5px solid #ff5baf;
  color: #006dff;
  font-weight: 600;
  width: 80%;
  max-height: 90vh;
  overflow-y: scroll;
  max-width: 400px;
  position: relative;
  animation: fadeIn 0.3s ease-out;
  font-size: 12px;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  color: #ff5baf;
  cursor: pointer;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #ff5baf;
}

.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-ttl {
  font-size: 14px;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_04.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.modal-txt {
  font-size: 12px;
  margin-top: 20px;
}

.text-pink {
  color: #ff5baf;
}

.modal-head {
  color: #ff5baf;
  padding-bottom: 2px;
  border-bottom: 2px solid #ff5baf;
  width: fit-content;
  margin-top: 16px;
}

.modal-check {
  margin-top: 10px;
  padding-left: 0px;
}

.modal-check li {
  position: relative;
  padding-left: 16px;
}

.modal-check li::before {
  position: absolute;
  content: "□";
  font-size: 12px;
  left: 0;
  top: 0;
  display: block;
}

.modal-note {
  margin-top: 10px;
  padding-left: 0px;
}

.modal-note li {
  position: relative;
  padding-left: 16px;
}

.modal-note li::before {
  position: absolute;
  content: "※";
  font-size: 12px;
  left: 0;
  top: 0;
  display: block;
}

.modal-overlay .modal__btn-mail {
  display: block;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_05.png');
  background-size: 189px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 0;
  padding: 10px 14px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.modal-overlay .modal__btn-faq {
  display: block;
  background-image: url('../images/260324/260324_62625_birthday_book_02_shape_06.png');
  background-size: 189px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto 0;
  padding: 10px 14px 10px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* header */
.hader__menu02 img {
  width: auto;
}

.footerAppArea .title img {
  display: initial;
}

.footerAppArea .flexBlock .leftBlock .appIcon img {
  display: initial;
}

.header__memberitemArea .aa_block dd a>img {
  width: inherit;
}

/*PCここから*/
@media screen and (min-width: 768px) {

  .fv__inr {
    max-width: 800px;
    padding: 0px 10px 80px;
    margin: auto;
    box-sizing: content-box;
  }

  .fv__ttl {
    width: 100%;
    max-width: 590px;
    margin: auto;
  }

  .fv__body {
    margin-top: 40px;
  }

  .fv__txt {
    font-size: 20px;
  }

  .fv__cont {
    width: 580px;
    margin: 60px auto 0;
  }

  .fv__slider-item-deco {
    margin-bottom: -605px;
  }

  .fv__slider-item-img {
    max-width: 300px;
    margin: 196px auto 0;
  }

  .fv__slider-item-inr {
    margin-top: 48px;
  }

  .fv__slider-item-icon {
    max-width: 185px;
    top: 36px;
    left: 35%;
    width: 363px;
  }

  .fv__slider-item-deco.deco01 {
    width: 62.761px;
    top: 16px;
    left: 45%;
  }

  .fv__slider-item-deco.deco02 {
    width: 44.457px;
    bottom: 181px;
    top: 120px;
    left: 109px;
  }

  .fv__slider-item-deco.deco03 {
    width: 15.69px;
    top: 66px;
    left: 147px;
  }

  .fv__slider-item-deco.deco04 {
    width: 78.451px;
    bottom: 345px;
    right: 77px;
  }

  .fv__slider-item-deco.deco05 {
    width: 31.38px;
    top: 104px;
    right: 142.856px;
  }

  .fv__slider-item-deco.deco06 {
    width: 31.38px;
    top: 16px;
    left: 162px;
  }

  .fv__slider-item-deco.deco07 {
    width: 31.38px;
    top: 30px;
    left: 100px;
  }

  .fv__slider-item-deco.deco08 {
    width: 47.071px;
    top: 5px;
    right: 167px;
  }

  .fv__slider-item-deco.deco09 {
    width: 54.916px;
    top: 28px;
    right: 90px;
  }

  .fv__anc-ttl {
    width: 100%;
    max-width: 380px;
    margin: 80px auto 0;
  }

  .fv_map.pc {
    width: 100%;
    max-width: 800px;
    margin: 106px auto 0;
    display: block;
  }

  .fv_map.pc img[usemap="#image-map-pc"] {
    display: block;
    max-width: 100%;
    height: auto;
  }

  div[id^="mapster_wrap"] {
    margin: 0 auto !important;
  }

  .fv_map .fv__map-bubble01 {
    position: absolute;
    width: 170px !important;
    ;
    top: -52px;
    left: 21px;
  }

  .fv_map .fv__map-bubble02 {
    position: absolute;
    width: 136px !important;
    ;
    top: -52px;
    right: 323px;
  }

  .fv_map .fv__map-bubble03 {
    position: absolute;
    width: 148px !important;
    ;
    top: -60px;
    right: 0px;
  }


  .js-bubble01-pc,
  .js-bubble02-pc,
  .js-bubble03-pc {
    z-index: 10;
    pointer-events: none;
  }

  .photo__inr {
    margin: auto;
    box-sizing: border-box;
    padding: 80px 0px;
  }

  .photo__ttl {
    width: 100%;
    max-width: 580px;
  }

  .photo__price {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 0;
  }

  .photo__logo {
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0;
  }

  .photo__mv {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
  }

  .photo__make {
    width: 100%;
    max-width: 800px;
    margin: 120px auto 0;
    /* display: flex;
    justify-content: center;
    align-items: start; */
    position: relative;
  }

  .photo__make .photo__ball01 {
    width: 280px;
    position: absolute;
    top: -63px;
    left: 82px;
  }

  .photo__make .photo__ball02 {
    width: 400px;
    position: absolute;
    bottom: -74px;
    right: 28px;
  }

  .photo__cv {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 0;
  }

  .photo__sub {
    width: 100%;
    max-width: 800px;
    margin: 120px auto 0;
  }

  .photo__slide {
    margin: 40px auto 0;
    max-width: 800px;
  }

  .photo__how-ttl {
    width: 480px;
    margin: 120px auto 0;
  }

  .month .photo__how-ttl {
   margin: 20px auto 0;
}

  .photo__step {
    max-width: 800px;
    margin: 20px auto 0;
  }

  .photo__step__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .photo__step__item {
    width: 49%;
    text-align: center;
    margin-top: 0;
  }

  .photo__step__item.select-pc {
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .photo__step__item-sub::before {
    right: -19px;
}

  .photo__step__item+.photo__step__item {
    margin-top: 0px;
  }

  .photo__step__item-ttl {
    font-size: 24px;
    margin: 0;
  }

  .photo__step__item-ttl span {
    font-size: 22px;
    letter-spacing: -0.6px;
    margin-left: 4px;
    margin-top: 2px;
  }

  .photo__step__item-cont {
    text-align: left;
    align-items: center;
    gap: 10px;
  }

  .photo__step__item-cont-txt {
    font-size: 16px;
    margin: 0 auto 0 0;
  }

  .photo__step__item-cont-txt .sp {
    display: none;
  }

  .photo__step__item-cont-icon01 {
    width: 53px;
  }

  .photo__step__item-note {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
  }

  .photo__step__item .photo__step-btn {
    background-size: 100% auto;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 8px 10px 0;
    text-align: center;
  }

  .ready-pc .photo__step__item-cont {
    flex-flow: column;
  }

  .photo__step__item-cont-icon02 {
    width: 207px;
    margin: 10px auto 0;
    position: static;
  }

  .photo__step__item-note li {
    font-size: 16px;
    padding-left: 18px;
  }

  .photo__step__age {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 700px;
    margin: auto;
  }

  .photo__step__agebox {
    gap: 20px;
    margin-top: 12px;
  }

  .photo__step__item-note li::before {
    position: absolute;
    content: "・";
    font-size: 16px;
    left: 0;
    top: 0;
  }

  .photo__step__item-cont-note {
    font-size: 12px;
    margin-top: 20px;
    text-align: left;
  }

  .photo__type {
    margin-top: 120px;
  }

  .photo__type-ttl {
    max-width: 480px;
    margin: auto;
  }

  .photo__box {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
  }

  .photo__type__item {
    width: 40%;
    margin-top: 40px;
  }

  .photo__type__item+.photo__type__item {
    margin-top: 40px;
  }

  .photo__type__make {
    width: 100%;
    max-width: 800px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    align-items: start;
  }

  .photo__type__make.sp {
    display: none;
  }

  .photo__type__make .photo__ball01 {
    width: 224px;
  }

  .photo__type__make .photo__ball02 {
    width: 224px;
  }

    .photo__make {
    width: 100%;
    max-width: 800px;
    margin: 120px auto 0;
    /* display: flex;
    justify-content: center;
    align-items: start; */
    position: relative;
  }

  .photo__type__make .photo__ball01 {
    width: 280px;
    position: absolute;
    top: 1px;
    left: 82px;
  }

  .photo__type__make .photo__ball02 {
    width: 400px;
    position: absolute;
    bottom: -45px;
    right: 28px;
  }

  .photo__type__cv {
    width: 320px;
  }

  .photo__cv {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 0;
  }

  .photo__type__cau {
    font-size: 16px;
    margin: 120px auto 0;
    max-width: 800px;
  }

  .photo__type__movie {
    margin: 80px auto 0;
    max-width: 480px;

  }

  .deco__inr {
    max-width: 800px;
    padding: 80px 10px;
    margin: auto;
    box-sizing: border-box;
  }

  .deco__ttl {
    max-width: 480px;
    margin: 0 auto;
  }

  .deco__cont-txt {
    font-size: 20px;
    margin: 40px auto 0;
    text-align: center;
  }

  .swiper__deco {
    width: 440px;
    margin: 40px auto 0;
  }

  .deco__pic {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 10px;
  }

  .deco__pic-txt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    color: #FFF;
    background-color: #FF9657;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .deco__pic-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
  }

  .deco__pic-block img {
    width: 32%;
  }

  .deco__pic-block::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .deco__ttl-how {
    max-width: 480px;
    margin: 120px auto 0;
  }

  .deco__item {
    width: 600px;
    border-radius: 20px;
    margin: 40px auto 0;
  }

  .deco__item-txt {
    font-size: 16px;
    width: 87%;
  }

  .deco__parts-ttl {
    padding: 71px 30px;
    background-size: 480px auto;
    font-size: 24px;
    margin-top: 80px;
  }

  .deco__parts-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 40px;
  }

  .deco__parts-flex.poster {
    max-width: 620px;
    margin: 40px auto 0;
  }

  .deco__parts-link.parts-age {
    max-width: 340px;
  }

  .deco__parts-link.parts-big {
    max-width: 280px;
  }

  .deco__parts-link.parts-height {
    max-width: 220px;
  }

  .deco__parts-link.parts-name {
    max-width: 340px;
  }

  .deco__parts-link.parts-chokotto {
    max-width: 340px;
  }

  .deco__parts-link+.deco__parts-link {
    margin-top: 0;
  }

  .song__inr {
    max-width: 800px;
    padding: 80px 10px;
    margin: auto;
    box-sizing: border-box;
  }

  .song__ttl {
    max-width: 480px;
    margin: auto;
  }

  .song__txt {
    font-size: 20px;
    margin: 40px auto 0;
  }

  .song__mv {
    max-width: 380px;
    margin: 20px auto 0;
  }

  .song__choice-ttl {
    margin: 10px auto 0;
    background-size: 380px auto;
    font-size: 20px;
    padding: 14px 15px 88px 83px;
    width: 380px;
  }

  .song__area {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .song__flex {
    width: 50%;
    gap: 40px;
  }

  .song__flex+.song__flex {
    margin-top: 0;
  }

  .song__link:hover {
    opacity: .7;
    cursor: pointer;
  }

  .note__inr {
    max-width: 800px;
    padding: 80px 10px;
    margin: auto;
    box-sizing: border-box;
  }

  .note__bnr {
    margin: 40px auto 0;
    max-width: 800px;
  }

  .note__bnr a {
    margin-top: 30px;
  }

  .note__text {
    font-size: 16px;
  }

  #birthdayMovieWindow {
    top: 50% !important;
    height: 60vh !important;
  }

  #js-nav.nav__menu.is-active {
    top: 96px;
  }

  .hamburger.is-active {
    top: 110px;
  }

  .nav__menu {
    padding: 60px 40px 60px;
    right: 0;
    left: auto;
    width: 400px;
    height:100vh;
  }

  .hamburger.is-fixed {
    position: fixed;
    top: 20px;
  }

  .modal-content {
    font-size: 16px;
    width: 90%;
    max-width: 800px;
    overflow-y: initial;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

   .modal-content::-webkit-scrollbar {
    display: none;
   }

  .modal-ttl {
    font-size: 18px;
    padding: 15px 20px;
  }

  .modal-txt {
    font-size: 16px;
  }

  .modal-check li::before {
    font-size: 16px;
  }

  .modal-note li::before {
    font-size: 16px;
  }

  .modal-overlay .modal__btn-mail {
    font-size: 14px;
    background-size: 243px auto;
    padding: 15px 14px 15px;
  }

  .modal-overlay .modal__btn-faq {
    font-size: 14px;
    background-size: 243px auto;
    padding: 15px 14px 15px;
  }

}
