html {
  height: -webkit-fill-available;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 100%;
  font-weight: 400;
  font-style: normal; }

body {
  min-width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  position: relative; }

img {
  max-width: 100%; }

.p-sky {
  width: 100vw;
  height: 70vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 0;
  background-image: url("../images/sky.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; }

.p-mountain {
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: -1%;
  right: 0;
  display: block;
  z-index: 100;
  pointer-events: none; }
  @media screen and (min-aspect-ratio: 16 / 10) {
    .p-mountain {
      transform: translateY(220px); } }

.p-mountain01 {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  bottom: 0;
  right: 15vw;
  z-index: 110;
  pointer-events: none; }

.p-mountain02 {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  bottom: 0;
  right: 7vw;
  z-index: 120;
  pointer-events: none; }

.p-mountain03 {
  width: 100%;
  max-width: 1024px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 130;
  pointer-events: none; }

.p-mountain04 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none; }

.p-cloud01 {
  display: flex;
  width: 100vw;
  position: absolute;
  bottom: 0%;
  z-index: 135;
  animation: slide 30s infinite linear both;
  pointer-events: none; }
  .p-cloud01 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  .p-cloud01 li {
    width: 50vw; }
  .p-cloud01 img {
    width: 100%; }

.p-cloud02 {
  display: flex;
  width: 100vw;
  position: absolute;
  bottom: 20%;
  z-index: 125;
  animation: slide 70s infinite linear both;
  pointer-events: none; }
  .p-cloud02 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  .p-cloud02 li {
    width: 50vw; }
  .p-cloud02 img {
    width: 100%; }

@keyframes slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.p-title {
  position: relative;
  z-index: 200;
  width: 100vw;
  height: 90vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .p-title h1 {
    display: block;
    width: 40vmin;
    max-width: 400px;
    margin: 2rem auto;
    animation: fadeIn 1s ease 0.25s forwards;
    opacity: 0; }
    @media screen and (max-width: 599px) {
      .p-title h1 {
        width: 60vmin; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }
.p-contents {
  position: relative;
  z-index: 90;
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: 0 auto 0;
  padding-bottom: 50vh;
  font-size: 1.125rem;
  line-height: 1.75; }
  .p-contents h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
    filter: drop-shadow(0px 0px 5px white);
    text-align: center; }

.p-desc {
  text-align: center;
  margin-bottom: 8rem; }
  .p-desc h3 {
    font-size: 2rem;
    filter: drop-shadow(0px 0px 5px white);
    margin-bottom: 1rem; }
    @media screen and (max-width: 599px) {
      .p-desc h3 {
        font-size: 7.5vw; } }
  .p-desc__writer {
    font-weight: 700;
    font-size: 1.25rem; }
    @media screen and (max-width: 599px) {
      .p-desc__writer {
        font-size: 1rem; } }
  @media screen and (max-width: 599px) {
    .p-desc__price {
      font-size: 4vw; } }
  .p-desc__place {
    margin-top: 0;
    font-size: 1.5rem; }
  .p-desc p {
    font-size: 1.5rem;
    font-weight: 700; }
  @media screen and (max-width: 599px) {
    .p-desc br {
      display: none; } }

.p-date {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2rem;
  margin-bottom: 4rem; }
  @media screen and (max-width: 599px) {
    .p-date {
      flex-direction: column; } }
  .p-date p {
    margin-top: 0;
    margin-bottom: 0; }
  .p-date > div {
    padding: 1rem;
    border: 1px solid white;
    flex: 1;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.35);
    text-align: center; }
  .p-date h3 {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 0;
    margin: 0; }
    .p-date h3 small {
      font-size: 1.5rem; }
  .p-date__year {
    margin: 0;
    padding: 0; }

.p-member {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  flex-wrap: wrap; }
  @media screen and (max-width: 599px) {
    .p-member {
      flex-direction: column; } }
  .p-member > div {
    width: 100%;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem; }
    @media screen and (min-width: 600px) {
      .p-member > div {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .p-member > div {
        width: 33.33%; } }
    .p-member > div p {
      font-size: 1rem; }
    .p-member > div small {
      font-size: 0.875rem;
      display: block; }
  .p-member__photo {
    width: 120px;
    margin: 0;
    aspect-ratio: 3/4;
    background-color: black;
    overflow: hidden; }
    .p-member__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.p-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto 4rem auto; }
  @media screen and (min-aspect-ratio: 16 / 10) {
    .p-youtube {
      display: none; } }
  .p-youtube iframe {
    width: 100%;
    height: 100%; }
  .p-youtube__thumb {
    display: none;
    margin: 0 auto 4rem auto;
    transition: all .25s ease; }
    .p-youtube__thumb:hover {
      opacity: .75; }
    @media screen and (min-aspect-ratio: 16 / 10) {
      .p-youtube__thumb {
        display: block; } }

.p-intro {
  margin-bottom: 4rem; }
  @media screen and (min-width: 600px) {
    .p-intro h2 br {
      display: none; } }

.p-copyright {
  font-size: 0.875rem;
  text-align: center; }
  .p-copyright__contact {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0; }
  .p-copyright__phone {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    font-weight: 700; }
    .p-copyright__phone a {
      text-decoration: none;
      color: black; }

.p-staff {
  text-align: center;
  margin-bottom: 4rem; }

.p-attention h4 {
  margin-top: 4rem;
  margin-bottom: 0; }
.p-attention h5 {
  margin-bottom: 0; }
.p-attention p, .p-attention ul {
  font-size: 0.875rem; }
