@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Dancing+Script&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: 300;
  color: #000;
  background-color: #f0f0f0;
}
.shooting-star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: yellow;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  transform: rotate(-45deg);
  animation: shooting-star-animation 4s linear infinite;
  z-index: 9999;
}

@keyframes shooting-star-animation {
  0% {
    transform: translate(-150%, -150%) rotate(-45deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(150%, 150%) rotate(-45deg);
    opacity: 0;
  }
}
img {
  max-width: 100%;
}
h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
p {
  font-size: 16px;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.pr,
.fee,
.notes {
  padding-top: 120px;
}
.about,
.contact {
  padding: 70px 0 70px;
}
.sub-ttl {
  font-size: 30px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.sub-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: orange;
}
.cartoon {
  position: absolute;
  transform: translateX(-50px);
  width: 40px;
}
.menu ul {
  display: flex;
  justify-content: end;
}
.menu li {
  width: 200px;
  text-align: center;
}
.menu a {
  font-size: 1.3em;
}
.menu a:hover {
  color: orange;
  transition: 0.5s;
}
header .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.8);
}
header .menu ul {
  height: 55px;
  align-items: center;
}
header .menu li:not(:last-of-type) {
  border-right: solid 1px #fff;
}
header .menu a {
  color: #ffffff;
}
.logo {
  width: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.menu-ttl {
  width: 40%;
  margin-left: 10px;
  font-family: "Roboto", serif;
  font-size: 28px;
  color: #9cfbe8;
}
.kv {
  height: 49vw;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.main-img {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 49vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
.kv div:first-of-type {
  background-image: url(../img/sami-matias-breilin-UZOpP-YHe9Q-unsplash2.jpg);
  animation-delay: 0s;
}
.kv div:nth-of-type(2) {
  background-image: url(../img/nicole-avagliano-TeLjs2pL5fA-unsplash.jpg2.png);
  animation-delay: 5s;
}
.kv div:nth-of-type(3) {
  background-image: url(../img/sp/image4.jpg);
  animation-delay: 10s;
}
.kv div:last-of-type {
  background-image: url(../img/jose-g-ortega-castro-DYMUMRsrZ-Q-unsplash1.jpg);
  animation-delay: 15s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.kv h1 {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10vw;
  /* font-size: 200px; */
  color: #ffffff;
  text-shadow: 0 5px 8px #000000e5;
  position: absolute;
  /* top: 200px; */
  top: 25%;
  left: 26%;
  transform: translate(-20%, -50%);
  width: 100%;
  text-align: start;
  z-index: 50;
}
/* .el-sub { */
.el-sub {
  font-family: "Noto Sans JP", "sans-serif";
  /* display: block; */
  position: absolute;

  color: #ffffff;
  /* margin: 10px 20px; */
  font-size: 3vw;
  /* font-size: 60px; */
  top: 40%;
  left: 27%;
  /* font-size: 16px; */
  transform: translate(-20%, -50%);
  width: 100%;
  z-index: 50;
  /* text-align: start; */
  text-shadow: 0 5px 8px #000000e5;
}
.ttl {
  font-family: "Noto Sans JP", "sans-serif";
  color: #fff;
  /* border-radius: 10px; */
  line-height: 200%;
  width: 90%;
  position: absolute;
  z-index: 50;
  top: 70%;
  text-align: end;
  font-size: 1.6vw;
  font-weight: bolder;
  text-shadow: 0px 5px 8px #000000e5;
}
.logo {
  width: 25px;
}
.ttl-logo {
  display: none;
}
.logo2 {
  position: absolute;
  display: block;
  width: 10vw;
  z-index: 50;
  left: 8%;
  top: 65%;
}
.pr-content {
  display: flex;
  justify-content: space-between;
}
.pr-inner p {
  margin-bottom: 120px;
}
.pr-inner {
  width: 41%;
  line-height: 180%;
  letter-spacing: 0.15em;
  position: relative;
}
/* .pr h3 {
  margin: 0 auto;
} */
.trimming02 {
  display: inline-block;
  overflow: hidden; /* はみ出る部分を隠す */
  aspect-ratio: 1/ 1; /* アスペクト比 */
  border-radius: 100vh; /* 丸型にする */
  border: 4px solid rgb(207, 184, 245);
  width: 30%;
  height: 100%;
  margin-left: 80px;
}
.trimming02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo {
  position: absolute;
  width: 40%;
  top: 53%;
  left: 3.5%;
}
.pr-photo {
  border: 8px solid rgba(0, 0, 0, 0.1);
}
.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bg-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.bg-img01::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mckayla-crump-3OR-XFzKSBo-unsplash.jpg") no-repeat
    center center;
  background-size: cover;
  background-position: top center;
  z-index: -2;
}
.about-photo {
  width: 30%;
  height: 100%;
  margin: 0 0 0 30px;
  border: 8px solid rgba(0, 0, 0, 0.1);
}
.about-text {
  line-height: 180%;
  letter-spacing: 0.15em;
  margin: 0 auto;
  display: flex;
}
.about .container {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 40px;
  color: #fff;
  z-index: 10;
}
.btn {
  display: block;
  width: 300px;
  height: 80px;
  border: solid 1px #fff;
  text-align: center;
  margin: 60px auto 20px;
  font-size: 24px;
  line-height: 80px;
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s;
}
.btn::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: 0.5s;
}
.btn:hover::before {
  transform: scale(1, 1);
}
.btn:hover::after {
  right: 30px;
}

.fee {
  padding-bottom: 120px;
}
.fee-content {
  position: relative;
}
.fee-inner {
  background-color: #fff;
  width: 55%;
  line-height: 150%;
  border: solid 3px #87cefa;
  letter-spacing: 0.15em;
  padding: 80px 8% 80px 6%;
}
.fee-photo {
  width: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid rgb(169, 182, 249, 0);
}
.fee-inner hr {
  margin: 40px 0 0 0;
}

.notes {
  margin-bottom: 120px;
}
.notes ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 120px;
}
.notes li {
  width: 100%;
}
.notes ul li summary {
  width: 100%;
}
.notes-text {
  margin: 0 auto;
  width: 95%;
  line-height: 200%;
  letter-spacing: 0.08em;
  font-size: 16px;
}
.rock-photo {
  margin: 0 auto;
  width: 67%;
}
.notes .btn {
  border-color: black;
  color: black;
  margin-top: 60px;
}
summary {
  background-color: blue;
  color: #fff;
  border-radius: 30px;
  font-size: 20px;
  margin: 5px auto 5px;
  padding: 5px;
  text-align: center;
}
summary:hover {
  color: black;
  transition: 0.5s;
}
.details-wrapper details {
  border-bottom: none;
}
.details-wrapper details:last-child {
  border-bottom: 1px solid #aaa;
}
details {
  border-bottom: 1px solid #aaa;
  max-width: 520px;
}
details .details-content-wrapper {
  padding: 10px 6px 10px;
}
details .details-content {
  overflow: hidden;
}
details summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  transition: background-color 0.3s;
}
details summary:hover {
  background-color: #f1fff8;
}
details summary::-webkit-details-marker {
  display: none;
}
details[open] summary {
  border-bottom: 1px solid #aaa;
}
/* フォーム */
.contact {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.bg-img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.bg-img02::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/dieu-7-W4UZ4AcU8-unsplash2.jpg") no-repeat center
    center;
  background-size: cover;
  background-position: top center;
  z-index: -3;
}
.contact .container {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 40px;
  color: #fff;
}
.contact-inner {
  padding: 0 30px 30px;
  line-height: 180%;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.contact-inner div {
  width: 45%;
}
.contact-inner form {
  width: 40.85%;
}
.contact-inner h3 {
  font-size: 20px;
}
.contact-inner label {
  margin-bottom: 20px;
}
.contact-inner form textarea {
  width: 100%;
  height: 200px;
  resize: none; /* テキストエリアのリサイズを禁止 */
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box; /* パディングを要素の幅に含める */
}
.contact-inner form input,
.contact-inner form textarea {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  cursor: pointer;
}
.contact-input {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
}
.form-select-wrap {
  display: flex;
  max-width: 300px;
  align-items: center;
}
.form-select-wrap > select {
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid gray;
  border-radius: 4px;
  font-size: 14px;
}
.contact-inner form button {
  border: solid 1px white;
  width: 70%;
  height: 70px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.contact-inner form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: orange;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.5s;
}
.contact-inner form button:hover::before {
  transform: scale(1, 1);
}
.contact-inner form input[type="radio"] {
  display: none; /* ラジオボタンを非表示にする */
}
.contact-inner {
  position: relative;
}
/* ラジオボタン */
.contact-inner form label[for="male"],
.contact-inner form label[for="female"],
.contact-inner form label[for="unanswered"] {
  display: inline-block;
  position: relative;
  transform: translateX(30px);
  color: #fff;
  width: 80px;
  padding-top: 10px;
}
.contact-inner form label[for="male"]::before,
.contact-inner form label[for="female"]::before,
.contact-inner form label[for="unanswered"]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateX(-30px);
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #fff;
  margin-top: 5px;
}
div .gender {
  width: 400px;
}
.contact-inner form input[type="radio"]:checked + label::before {
  background-color: #000;
}
div .birthday {
  background-color: #fff;
  padding: 10px 20px 10px 0px;
  color: #333;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 18px;
  display: flex;
  width: 100%;
}
.custom-select {
  margin: 0 0px 0 10px;
  cursor: pointer;
}

footer {
  border-top: solid 1px #707070;
  padding: 20px 0 0;
  text-align: center;
}
footer p {
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: "Roboto", serif;
  font-size: 22px;
  color: rgba(255, 0, 0, 0.952);
}
footer .menu-last ul {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
}
footer .menu-last li {
  border-right: solid 1px #333;
  width: 200px;
  margin-bottom: 50px;
}
footer small {
  padding: 30px;
  font-size: 14px;
  display: block;
  background-color: #000;
  color: #fff;
}

/* @media screen and (max-width: 1260px) {
  .kv h1 {
    top: 180px;
  }
  h2.el-sub {
    top: 270px;

  }
} */
@media screen and (max-width: 1190px) {
  .menu a {
    font-size: 1.1em;
  }
  summary {
    font-size: 1.1em;
  }
  .kv h1 {
    top: 150px;
  }
  .el-sub {
    top: 250px;
  }
  .about .container {
    width: 93%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .contact .container {
    width: 93%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .kv h1 {
    top: 160px;
    line-height: 100%;
  }
  .el-sub {
    top: 70%;
  }
  .menu-ttl {
    width: 10%;
    font-size: 18px;
    color: #9cfbe8;
  }
  .logo2 {
    width: 16vw;
    z-index: 50;
    left: 79%;
    top: 20%;
  }
  h2.ttl {
    font-size: 1.9vw;
  }
  .trimming02 {
    aspect-ratio: 1/ 1; /* アスペクト比 */
    border-radius: 100vh; /* 丸型にする */
    border: 4px solid rgb(207, 184, 245);
    width: 33%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .pr-content {
    display: block;
    text-align: center;
  }
  .pr-inner {
    width: 100%;
  }
  .pr-inner p {
    margin-bottom: 30px;
  }
  .pr-end .pr-photo {
    width: 80%;
    margin-bottom: 60px;
    border: 8px solid rgba(0, 0, 0, 0.1);
  }
  .pr-text {
    text-align: start;
    font-size: 14px;
    margin-bottom: 120px;
  }
  .about-photo,
  .sp {
    width: 350px;
    height: 100%;
    margin: 60px auto;
  }
}
@media screen and (max-width: 800px) {
  .menu a {
    font-size: 1.3em;
    display: block;
    text-align: start;
    margin-left: 25px;
  }
  .menu-ttl {
    position: relative;
    width: 175px;
    font-size: 23px;
    left: -10px;
  }
  .ttl-logo {
    position: absolute;
    display: flex;
    z-index: -500;
    width: 25px;
    left: 140px;
    top: -2px;
  }
  h3.ttl {
    font-size: 16px;
    top: 80%;
  }
  .logo,
  .pc {
    display: none;
  }
  .Logo {
    width: 20vw;
    z-index: 50;
    left: 10%;
    top: 78%;
  }
  .logo2 {
    width: 18%;
    left: 7%;
    top: 77%;
  }
  h3 {
    font-size: 20px;
  }
  .hed-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    cursor: pointer;
  }
  .hed-btn div {
    width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .hed-btn div span {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
  }
  .hed-btn div span:first-of-type {
    top: 14px;
    transform: translateY(-50%);
  }
  .hed-btn div span:nth-of-type(2) {
    top: 25px;
    opacity: 1;
  }
  .hed-btn div span:last-of-type {
    top: 38px;
    transform: translateY(-50%);
  }
  .hed-btn.active span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .hed-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hed-btn.active span:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateX(100vw);
  }
  .overlay.active {
    transform: translateX(0);
  }
  /* menu */
  .menu ul {
    flex-wrap: wrap;
  }
  .menu li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  header .menu {
    top: 50px;
    height: calc(100vh - 50px);
    width: 210px;
    padding-top: 60px;
    transform: translateX(100vw);
    transition: 0.5s;
  }
  header .menu ul {
    height: auto;
    gap: 40px 0;
  }
  header .menu li:not(:last-of-type) {
    border-right: transparent;
  }
  header .menu.active {
    transform: translateX(0);
  }
  .kv,
  .main-img {
    height: calc(100vh - 0px);
  }
  .kv div:first-of-type {
    background-image: url(../img/sami-matias-breilin-UZOpP-YHe9Q-unsplash2.jpg);
  }
  .kv div:nth-of-type(2) {
    background-image: url(../img/sp/nicole-avagliano-TeLjs2pL5fA-unsplash.jpg);
  }
  .kv div:nth-of-type(3) {
    background-image: url(../img/tennshi2.jpg);
  }
  .kv div:last-of-type {
    background-image: url(../img/sp/jose-g-ortega-castro-DYMUMRsrZ-Q-unsplash3.jpg);
  }
  .kv h1 {
    top: 150px;
    font-size: 100px;
    line-height: 100%;
  }
  .el-sub {
    top: 305px;
    font-size: 26px;
  }
  .pr {
    padding-top: 70px;
  }
  .pr-content,
  .trimming02 {
    margin: 0 auto;
  }
  .pr-end .pr-photo {
    width: 90%;
  }
  .pr-text {
    text-align: start;
    font-size: 14px;
  }
  .trimming02 {
    aspect-ratio: 1/ 1; /* アスペクト比 */
    border-radius: 100vh; /* 丸型にする */
    border: 4px solid rgb(207, 184, 245);
    width: 50%;
    height: 100%;
    margin-bottom: 30px;
  }
  .about {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding: 50px 0;
  }
  .bg-img01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
  }
  .bg-img01::before {
    position: fixed;
    background-image: url(../img/mckayla-crump-3OR-XFzKSBo-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .about p {
    width: 100%;
  }
  .btn {
    margin: 50px auto 0;
  }
  .fee p:first-of-type {
    padding-bottom: 20px;
  }
  .fee {
    padding: 70px 0;
  }
  .fee-inner {
    width: 100%;
    padding: 70px 8% 50px 6%;
  }
  .fee-photo {
    width: 100%;
    position: static;
    transform: translateY(0%);
  }
  .notes {
    padding-top: 70px;
    margin-bottom: 70px;
  }
  .notes ul {
    display: inline-block;
    margin-bottom: 70px;
  }
  .rock-photo {
    width: 96%;
  }
  .notes .btn {
    margin-top: 30px;
  }
  .notes ul li summary {
    width: 90%;
    margin-bottom: 10px;
  }
  .contact p:first-of-type {
    padding-bottom: 20px;
  }
  .contact {
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding: 50px 0;
  }
  .bg-img02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
  }
  .bg-img02::before {
    display: block;
    position: fixed;
    background-image: url(../img/dieu-7-W4UZ4AcU8-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .contact-inner {
    display: block;
    padding: 0 15px 40px 15px;
  }
  .contact-inner div {
    width: 100%;
  }
  div .gender {
    width: 400px;
  }
  .contact-inner form {
    width: 80%;
    margin: 0 auto;
  }
  .contact-inner form input,
  .contact-inner form textarea {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
  }
  #contactForm {
    display: block;
    width: 95%;
  }
  .line {
    display: block;
    width: 60vw;
  }
  footer {
    padding-top: 20px;
  }
  footer p {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  footer .menu-last ul {
    display: inline-block;
    padding-bottom: 10px;
  }
  footer .menu-last li {
    border-right: transparent;
    margin: 20px;
  }
  footer .menu-last a {
    text-align: center;
    margin: 0 auto;
  }
}
