.p-himekuri {
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 900px) {
  .p-himekuri {
    width: 88.7918486172%;
    max-width: 610px;
    margin: 0 auto;
    padding-top: 22px;
  }
}
.p-himekuri__logo {
  width: 242px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 900px) {
  .p-himekuri__logo {
    width: 39.5%;
    max-width: 242px;
    margin-bottom: 15px;
  }
}
.p-himekuri__ttl {
  width: 512px;
  margin: 0 auto 64px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-himekuri__ttl {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-himekuri__ttl {
    width: 84%;
    margin-bottom: 22px;
  }
}
.p-himekuri__lead {
  margin-bottom: 71px;
  text-align: center;
  line-height: 1.85;
  font-size: 20px;
  letter-spacing: 0.1rem;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.is-load .p-himekuri__lead {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-himekuri__lead {
    margin-bottom: 35px;
    font-size: 13px;
    line-height: 1.75;
  }
}
.p-himekuri__content {
  max-width: 890px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-himekuri__content {
    width: 88.7918486172%;
  }
}
@media screen and (max-width: 900px) {
  .p-himekuri__content {
    width: 100%;
  }
}
.p-himekuri__list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-himekuri__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
  }
}
.p-himekuri__list-item {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-himekuri__list-item {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-himekuri__list-item:hover {
    transform: scale(1.06);
  }
}
.p-himekuri__list-item.is-disable {
  pointer-events: none;
}
.p-himekuri__list-item.is-disable::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.p-himekuri__list-thumb {
  margin: 0;
  padding: 0;
  border: none;
}
[data-id] .p-himekuri__list-thumb {
  cursor: pointer;
}
.p-himekuri__list-day {
  position: absolute;
  bottom: 4px;
  left: 50%;
  font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: italic;
  font-weight: 500;
  transform: translateX(-50%);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .p-himekuri__list-day {
    bottom: 2px;
    font-size: 10px;
  }
}

.p-himekuri_today {
  position: relative;
  width: 420px;
  margin: 0 auto 78px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.is-load .p-himekuri_today {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today {
    width: 69%;
    margin-bottom: 36px;
  }
}
.p-himekuri_today__container {
  position: relative;
  padding: 40px;
  background: #fbccd4;
  transition: background-color 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__container {
    padding: 20px;
  }
}
[data-chara="1"] .p-himekuri_today__container {
  background: #fbccd4;
}
[data-chara="2"] .p-himekuri_today__container {
  background: #b8e2ec;
}
[data-chara="3"] .p-himekuri_today__container {
  background: #dbcee8;
}
[data-chara="4"] .p-himekuri_today__container {
  background: #fbd4d2;
}
[data-chara="5"] .p-himekuri_today__container {
  background: #f8dec4;
}
[data-chara="6"] .p-himekuri_today__container {
  background: #d1e3cf;
}
.p-himekuri_today[data-chara="1"]:hover .p-himekuri_today__container {
  background: rgba(255, 130, 155, 0.6);
}
.p-himekuri_today[data-chara="2"]:hover .p-himekuri_today__container {
  background: rgba(84, 183, 207, 0.6);
}
.p-himekuri_today[data-chara="3"]:hover .p-himekuri_today__container {
  background: rgba(155, 112, 197, 0.6);
}
.p-himekuri_today[data-chara="4"]:hover .p-himekuri_today__container {
  background: rgba(243, 126, 120, 0.6);
}
.p-himekuri_today[data-chara="5"]:hover .p-himekuri_today__container {
  background: rgba(239, 157, 74, 0.6);
}
.p-himekuri_today[data-chara="6"]:hover .p-himekuri_today__container {
  background: rgba(97, 174, 88, 0.6);
}
.p-himekuri_today__year {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__year {
    height: 20px;
    font-size: 10px;
  }
}
.p-himekuri_today__img {
  position: relative;
}
.p-himekuri_today__img .p-in-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-himekuri_today__img .p-in-img:first-child {
  position: relative;
}
[data-chara="1"] .p-himekuri_today__img .p-in-img:nth-child(1) {
  opacity: 1;
}

[data-chara="2"] .p-himekuri_today__img .p-in-img:nth-child(2) {
  opacity: 1;
}

[data-chara="3"] .p-himekuri_today__img .p-in-img:nth-child(3) {
  opacity: 1;
}

[data-chara="4"] .p-himekuri_today__img .p-in-img:nth-child(4) {
  opacity: 1;
}

[data-chara="5"] .p-himekuri_today__img .p-in-img:nth-child(5) {
  opacity: 1;
}

[data-chara="6"] .p-himekuri_today__img .p-in-img:nth-child(6) {
  opacity: 1;
}

.p-himekuri_today__date {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  font-family: "Jost", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: italic;
  font-size: 59px;
  color: #ff829b;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 1s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-chara="1"] .p-himekuri_today__date {
  color: #ff829b;
}
[data-chara="2"] .p-himekuri_today__date {
  color: #54b7cf;
}
[data-chara="3"] .p-himekuri_today__date {
  color: #9b70c5;
}
[data-chara="4"] .p-himekuri_today__date {
  color: #f37e78;
}
[data-chara="5"] .p-himekuri_today__date {
  color: #ef9d4a;
}
[data-chara="6"] .p-himekuri_today__date {
  color: #61ae58;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__date {
    bottom: 5px;
    font-size: 30px;
  }
}
.p-himekuri_today__month {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__month {
    height: 20px;
    font-size: 10px;
  }
}
.p-himekuri_today__sound {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: #ff829b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 1s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
[data-chara="1"] .p-himekuri_today__sound {
  background: #ff829b;
}
[data-chara="1"] .p-himekuri_today__sound::before, [data-chara="1"] .p-himekuri_today__sound::after {
  background: #ff829b;
}
[data-chara="2"] .p-himekuri_today__sound {
  background: #54b7cf;
}
[data-chara="2"] .p-himekuri_today__sound::before, [data-chara="2"] .p-himekuri_today__sound::after {
  background: #54b7cf;
}
[data-chara="3"] .p-himekuri_today__sound {
  background: #9b70c5;
}
[data-chara="3"] .p-himekuri_today__sound::before, [data-chara="3"] .p-himekuri_today__sound::after {
  background: #9b70c5;
}
[data-chara="4"] .p-himekuri_today__sound {
  background: #f37e78;
}
[data-chara="4"] .p-himekuri_today__sound::before, [data-chara="4"] .p-himekuri_today__sound::after {
  background: #f37e78;
}
[data-chara="5"] .p-himekuri_today__sound {
  background: #ef9d4a;
}
[data-chara="5"] .p-himekuri_today__sound::before, [data-chara="5"] .p-himekuri_today__sound::after {
  background: #ef9d4a;
}
[data-chara="6"] .p-himekuri_today__sound {
  background: #61ae58;
}
[data-chara="6"] .p-himekuri_today__sound::before, [data-chara="6"] .p-himekuri_today__sound::after {
  background: #61ae58;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__sound {
    top: -10px;
    right: -10px;
    width: 50px;
    height: 50px;
  }
}
.p-himekuri_today__sound::before, .p-himekuri_today__sound::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff829b;
  border-radius: 50%;
}
.is-playing .p-himekuri_today__sound::before, .is-playing .p-himekuri_today__sound::after {
  animation: scale_sound 1.6s linear infinite;
}
.is-playing .p-himekuri_today__sound::after {
  animation-delay: 0.8s;
}
@keyframes scale_sound {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
.p-himekuri_today__sound-icon {
  position: relative;
  z-index: 1;
  width: 33px;
}
@media screen and (max-width: 900px) {
  .p-himekuri_today__sound-icon {
    width: 18px;
  }
}
.p-himekuri_today__sound-icon .p-in-off {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 5px);
  height: 100%;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-playing .p-himekuri_today__sound-icon .p-in-off {
  opacity: 0;
}
.p-himekuri_today__sound-icon .p-in-on {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-playing .p-himekuri_today__sound-icon .p-in-on {
  opacity: 1;
}
.p-himekuri_today__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.p-himekuri_block {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-load .p-himekuri_block {
  transform: translateY(0);
  opacity: 1;
}
.p-himekuri_block + .p-himekuri_block {
  margin-top: 68px;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block + .p-himekuri_block {
    margin-top: 33px;
  }
}
.p-himekuri_block__header {
  margin-bottom: 38px;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__header {
    margin-bottom: 18px;
  }
}
.p-himekuri_block__ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 75px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__ttl {
    padding: 0 48px;
  }
}
.p-himekuri_block__ttl::before, .p-himekuri_block__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
  background: url(../img/title_deco.png) bottom left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__ttl::before, .p-himekuri_block__ttl::after {
    width: 30px;
  }
}
.p-himekuri_block__ttl::after {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.p-himekuri_block__ttl-jp {
  margin-right: 25px;
  font-size: 30px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__ttl-jp {
    margin-right: 15px;
    font-size: 20px;
  }
}
.p-himekuri_block__ttl-jp .p-in-num {
  vertical-align: baseline;
  font-size: 52px;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__ttl-jp .p-in-num {
    font-size: 35px;
  }
}
.p-himekuri_block__ttl-en {
  padding-top: 18px;
  font-size: 18px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 900px) {
  .p-himekuri_block__ttl-en {
    padding-top: 12px;
    font-size: 12px;
    letter-spacing: 0.1rem;
  }
}
#SoundPlayer div {
  display: none;
}