@charset "UTF-8";
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.top-gradation__whiteback {
  position: relative;
  width: calc(100% - 30px);
  height: auto;
  margin-top: 51px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.top-gradation__whiteback::before {
  content: "";
  position: absolute;
  top: -16px;
  width: 100%;
  height: 17px;
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 100%, 4% 0%, 100% 0%, 100% 0%, 96% 0, 100% 100%);
          clip-path: polygon(0% 100%, 4% 0%, 100% 0%, 100% 0%, 96% 0, 100% 100%);
}
.top-gradation__whiteback::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 17px;
  display: block;
  bottom: -16px;
  background: #fff;
  -webkit-clip-path: polygon(6% 0%, 95% 0%, 100% 1%, 100% 99%, 94% 100%, 6% 100%, 0% 99%, 0% 1%);
  clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 96% 100%, 100% 100%, 0% 100%, 4% 100%, 0% 0%);
}

.top-gradation {
  padding-bottom: 40px;
}

#dear-my-happiness .l-main {
  margin-bottom: 64px;
}
#dear-my-happiness .l-main .c-motif__link {
  padding: 38.5px 20px 79px;
}

.copy {
  background-color: #fff;
  font-family: "Noto Serif CJK JP", serif;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #044C56;
}
.copy__title {
  font-size: 18px;
}
.copy__txt {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.7;
}

.kikaku {
  color: #ffffff;
  padding-top: 40px;
  text-align: center;
}
.kikaku__subtitle {
  display: block;
  width: 132px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.kikaku__title {
  font-size: 16px;
  font-weight: bolder;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.kikaku__txt {
  font-size: 14px;
}
.kikaku__shashin {
  width: 260px;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

#lucky .c-txt {
  padding: 0 20px;
  text-align: justify;
}

.l-seiza {
  padding-bottom: 52.5px;
}

.power {
  text-align: center;
}

.seiza__list {
  display: flex;
  width: 88%;
  gap: 4%;
  text-align: center;
  font-family: "Noto Serif CJK JP", serif;
  margin-right: auto;
  flex-wrap: wrap;
  margin-left: auto;
}
.seiza__list li {
  width: 30.6666666667%;
  flex-grow: 1;
  margin-bottom: 4%;
}
.seiza__list a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}
.seiza__list a span {
  position: relative;
  display: block;
  color: #044c56;
  margin-left: -1em;
}
.seiza__list a span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  background-image: url(../../img/common/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.25s ease-in-out;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
}
@media (any-hover: hover) {
  .seiza__list a:hover span::after {
    transform: translateX(13px) translateY(-50%);
  }
}
.seiza__list img {
  display: block;
}

.insta {
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 37px;
  background-color: #fdf8d2;
  color: #044C56;
  text-align: center;
  position: relative;
}
.insta::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  top: -4vw;
  background-image: url(../../img/top/insta-backgroundtop.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .insta::before {
    top: -15px;
  }
}
.insta::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 20px;
  display: block;
  bottom: -20px;
  background-image: url(../../img/top/insta-backgroundbottom.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.insta__inner {
  padding-right: 20px;
  padding-left: 20px;
}

#dear-my-happiness .insta__title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 13px;
  padding-top: 20px;
}
@media screen and (max-width: 365px) {
  #dear-my-happiness .insta__title {
    font-size: 5.6vw;
  }
}
#dear-my-happiness .insta__date {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bolder;
}
@media screen and (max-width: 365px) {
  #dear-my-happiness .insta__date {
    font-size: 3.7vw;
  }
}
#dear-my-happiness .insta__icon {
  margin: auto;
  margin-bottom: 10px;
  display: block;
  width: 160px;
}
#dear-my-happiness .insta__account {
  margin: auto;
  margin-bottom: 20px;
}
#dear-my-happiness .insta__account a {
  color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  display: block;
  padding: 7px 17px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.1rem;
  position: relative;
  width: 280px;
  max-width: 100%;
  border: 1px solid #000000;
  border-radius: 25px;
  transition: opacity 0.25s;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: bolder;
}
#dear-my-happiness .insta__account a::after {
  content: "";
  position: absolute;
  width: 15px;
  aspect-ratio: 1/1;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/top/insta-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.25s, transform 0.25s;
}
#dear-my-happiness .insta__account a:hover::after {
  transform: translateX(5px) translateY(-50%);
  opacity: 0.8;
}
#dear-my-happiness .insta__note {
  font-size: 14px;
  text-align: justify;
  padding-bottom: 20px;
}
#dear-my-happiness .insta__note span {
  display: block;
  line-height: 1.8;
  margin-top: 4px;
}

.profile {
  font-family: "Noto Serif CJK JP", serif;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  background-image: url(../../img/top/prof-background.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #044C56;
}

.prof__human {
  margin-bottom: 24px;
  display: flex;
}
.prof__human .photo {
  width: 40%;
  height: auto;
}
.prof__human .photo img {
  width: 100%;
  height: auto;
}
.prof__right {
  text-align: center;
  margin-left: 4%;
  padding-top: 10%;
}
.prof__txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.job {
  font-size: 15px;
}

.name {
  font-size: 25px;
}
.name span {
  font-size: 15px;
}

.favorite {
  background-color: #fdf5f5;
}
.favorite__title {
  text-align: center;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 18px;
}
.favorite__contents {
  margin-top: 24px;
  padding-bottom: 52.5px;
}
.favorite__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  width: 100%;
  max-width: 303px;
  margin-right: auto;
  margin-left: auto;
}
.favorite__list li {
  font-family: "Noto Serif CJK JP", serif;
  font-size: 11px;
  max-width: 94.95px;
  width: calc((94% - 3px) / 3);
  flex-grow: 1;
  margin-bottom: 4%;
}
.favorite__list__shadow {
  position: relative;
  height: 92px;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.2s;
  margin-bottom: 1em;
}
@media (any-hover: hover) {
  .favorite__list__shadow:hover {
    box-shadow: unset;
    transform: translateX(3px) translateY(3px);
  }
}
.favorite__list__shadow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../img/top/favorite-shadow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  right: -3px;
  z-index: 1;
  transition: 0.2s;
}
@media (any-hover: hover) {
  .favorite__list__shadow:hover::after {
    opacity: 0;
  }
}
.favorite__list a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.favorite__list span {
  display: inline;
  position: relative;
}
.favorite__list span::after {
  content: "▶︎";
  position: absolute;
  width: 5px;
  height: 9px;
  transition: transform 0.25s ease-in-out;
  aspect-ratio: 1/1;
  font-size: 10px;
}
.favorite__list__btn {
  display: block;
  font-family: "Noto Serif CJK JP", serif;
  position: relative;
  display: block;
  width: 95%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  -webkit-clip-path: path("M45,0h0C69.84,0,90,20.16,90,45v45H0v-45C0,20.16,20.16,0,45,0Z");
          clip-path: path("M45,0h0C69.84,0,90,20.16,90,45v45H0v-45C0,20.16,20.16,0,45,0Z");
}
.favorite__list__btn img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.favorite__list__btn.curtain::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #044c56;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transform: translate(0, 100%);
  transition: 0.2s;
  animation: load-bg 1.5s;
  z-index: 5;
}
@keyframes load-bg {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}

.index {
  padding-bottom: 40px;
}
.index .c-copy {
  color: #ffffff;
  text-align: center;
}

.index__box__line {
  display: flex;
  gap: 10px;
  width: 305px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.box__btn {
  background-color: #ffffff;
  font-family: "Noto Serif CJK JP", serif;
  width: 50%;
  min-height: 64px;
  height: 100%;
  box-shadow: 4px 4px #044C56;
  position: relative;
}
@media (any-hover: hover) {
  .box__btn:hover {
    box-shadow: unset;
    transform: translateX(3px) translateY(3px);
  }
}
.box__btn span {
  display: block;
  padding-right: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}
.box__btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 7px;
  background-image: url(../../img/top/btn-downarrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.25s ease-in-out;
  aspect-ratio: 1/1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(14px);
}

.fukidasi__area {
  height: auto;
  margin-top: 2em;
  margin-bottom: 1em;
}

.fukidasi__area a {
  color: #000000;
}

.fukidashi__height {
  height: 0;
  opacity: 0;
  width: 305px;
  max-width: 100%;
  padding: 0;
  background-color: #c8f0f0;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  transition: 0.5s;
}
.fukidashi__height::before {
  content: "";
  position: absolute;
  top: -25px;
  border: 15px solid transparent;
}
.fukidashi__height.active {
  display: block;
}
.fukidashi__height--right::before {
  left: 65%;
}
.fukidashi__height--right.active {
  height: auto;
  opacity: 1;
}
.fukidashi__height--right.active::before {
  height: auto;
  border-bottom: 15px solid #c8f0f0;
}
.fukidashi__height--left::before {
  left: 15%;
}
.fukidashi__height--left.active {
  height: auto;
  opacity: 1;
}
.fukidashi__height--left.active::before {
  border-bottom: 15px solid #c8f0f0;
}
.fukidashi__height ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  gap: 16px;
}
.fukidashi__height ul.fukidashi__center {
  justify-content: center;
  gap: 13px;
}
.fukidashi__height ul li {
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  max-width: 80px;
  width: 30%;
  border-bottom: 0.5px solid;
}
.fukidashi__height ul li.fukidashi__long {
  max-width: 100%;
  width: 58%;
  margin-left: -0.5em;
}
.fukidashi__height ul li.fukidashi__short {
  max-width: 100%;
  width: 20%;
  margin-left: -0.5em;
}

.fukidashi__txt {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  font-size: 10px;
  text-align: justify;
}

.accessories {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 14px;
}
.accessories__title {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 365px) {
  .accessories__title {
    font-size: 3.6vw;
  }
}
.accessories__title span::before {
  left: 2%;
  transform: rotate(-20deg);
  display: block;
  content: "";
  width: 0.1rem;
  height: 3rem;
  background-color: #044C56;
  position: absolute;
  top: calc(50% - 1rem);
}
@media screen and (max-width: 365px) {
  .accessories__title span::before {
    height: 2rem;
  }
}
.accessories__title span::after {
  display: block;
  content: "";
  width: 0.1rem;
  height: 3rem;
  background-color: #044C56;
  position: absolute;
  top: calc(50% - 1rem);
  right: 2%;
  transform: rotate(20deg);
}
@media screen and (max-width: 365px) {
  .accessories__title span::after {
    height: 2rem;
  }
}
.accessories__bnr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.accessories__note {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  text-align: justify;
}

.u-bgwhite {
  background-color: #ffffff;
}

.u-small {
  font-size: 10px !important;
}/*# sourceMappingURL=top.css.map */