@charset "UTF-8";
html {
  color: #333;
  font-size: 62.5%;
}

.template-container {
  position: relative;
  height: 100vh;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 2%;
}

@media screen and (max-width: 834px) {
  .wrapper {
    padding-inline: 4%;
  }
}
main {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.corner {
  position: absolute;
  z-index: -10;
}

.top-left img,
.top-right img,
.bottom-right img,
.bottom-left img {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .top-left img,
.top-right img,
.bottom-right img,
.bottom-left img {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .top-left img,
.top-right img,
.bottom-right img,
.bottom-left img {
    max-width: 320px;
  }
}
@media screen and (max-width: 320px) {
  .top-left img,
.top-right img,
.bottom-right img,
.bottom-left img {
    max-width: 300px;
  }
}
.background-top .top-left {
  position: absolute;
  top: -120px;
  left: -150px;
}
.background-top .top-right {
  position: absolute;
  top: -90px;
  right: -160px;
}

/* 文字修正エリア */
/* mainvisual */
#mainvisual {
  text-align: center;
}
#mainvisual h1 {
  font-size: 8rem;
  color: #FFA6C9;
  margin-block: 180px 20px;
}
#mainvisual img {
  max-width: 320px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  border-right: 10px solid #FFA6C9;
  border-bottom: 10px solid #FFA6C9;
}

@media screen and (max-width: 1024px) {
  #mainvisual h1 {
    font-size: 6rem;
    margin-block: 240px 20px;
  }
}
@media screen and (max-width: 834px) {
  #mainvisual h1 {
    font-size: 5rem;
    margin-block: 240px 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual h1 {
    font-size: 3.2rem;
    margin-block: 180px 20px;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual h1 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 375px) {
  #mainvisual h1 {
    font-size: 2.4rem;
    margin-top: 120px;
  }
}
@media screen and (max-width: 375px) {
  #mainvisual img {
    max-width: 240px;
  }
}
/* profile */
#profile-area h2 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 2px;
  color: #FFA6C9;
  text-shadow: 3px 0px 0px #5CE1ED;
  padding-block: 20px;
}
#profile-area .profile-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
#profile-area .profile-list .profile-item {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
#profile-area .profile-list .profile-item dt {
  display: inline-block;
  width: 130px;
  border-left: solid 5px #FFA6C9;
  background-color: rgba(255, 166, 201, 0.5);
  font-weight: bold;
  font-size: 1.4rem;
  padding-block: 8px;
  margin: 8px;
}
#profile-area .profile-list .profile-item dd {
  width: 70%;
  text-align: left;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 4px 8px;
  margin: 8px;
}

@media screen and (max-width: 834px) {
  #profile-area .profile-list {
    display: block;
  }
  #profile-area .profile-list .profile-item {
    width: 100%;
    justify-content: center;
  }
  #profile-area .profile-list .profile-item dt {
    width: 20%;
    margin: 4px;
  }
  #profile-area .profile-list .profile-item dd {
    margin: 4px;
  }
}
@media screen and (max-width: 480px) {
  #profile-area .profile-list {
    display: block;
  }
  #profile-area .profile-list .profile-item dt {
    width: 30%;
  }
}
@media screen and (max-width: 375px) {
  #profile-area h2 {
    font-size: 2.4rem;
  }
}
/* sns */
#sub-contents {
  margin-block: 40px;
  /* message */
}
#sub-contents #sns {
  position: relative;
  margin-bottom: 40px;
}
#sub-contents #sns .sns-box {
  border: 3px solid #FFA6C9;
  border-radius: 10px;
  padding: 16px;
}
#sub-contents #sns .sns-box ul {
  display: flex;
  flex-wrap: wrap;
}
#sub-contents #sns .sns-box ul li {
  padding: 8px;
}
#sub-contents #sns .sns-box ul li i {
  font-size: 3.2rem;
  color: #333;
}
#sub-contents #sns .sns-box ul li i:hover {
  color: #FFA6C9;
}
#sub-contents #sns .sns-box .url {
  display: flex;
  flex-direction: column;
}
#sub-contents #sns .sns-box .url p {
  padding-inline: 8px;
}
#sub-contents #sns .sns-box .url p a {
  font-size: 1.6rem;
  color: #333;
}
#sub-contents #sns .sns-box .url p a:hover {
  color: #FFA6C9;
}
#sub-contents #message {
  position: relative;
  margin-bottom: 40px;
}
#sub-contents #message .message-box {
  border: 3px solid #FFA6C9;
  border-radius: 10px;
  padding: 16px 24px;
}
#sub-contents #message .message-box p {
  font-size: 1.4rem;
  padding-top: 8px;
}

/*  項目共通  */
.category-title {
  position: absolute;
  top: -20px;
  display: inline-block;
  background-color: #FFA6C9;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 8px 16px;
}

/* gallery */
.gallery {
  position: relative;
  padding-block: 20px 24px;
}

#gallery-area {
  max-width: 800px;
  margin-inline: auto;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.slider .slick-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: auto;
}
.slider .slick-item img {
  width: 90%;
  border-radius: 25px;
  border-right: 5px solid #FFA6C9;
  border-bottom: 5px solid #FFA6C9;
}

/* 写真不足時のダミーレイアウト */
.dummy-frame {
  width: 90%;
  height: 100%;
  border-radius: 25px;
  border: 5px dotted #FFA6C9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.dummy-frame::after {
  content: "No Image";
  font-size: 1.6rem;
  color: #FFA6C9;
  font-weight: bold;
  text-align: center;
}

/* スライダー矢印 */
.arrow_box {
  width: 100%;
}

.prev-arrow,
.next-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #FFA6C9;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) rotate(180deg);
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(360deg);
}

.prev-arrow:hover,
.next-arrow:hover {
  background: #FFA6C9;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #FFA6C9;
  border-top: 3px solid #FFA6C9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

.prev-arrow:hover::before,
.next-arrow:hover::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #FFEFE0;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #FFA6C9;
}
.slick-dots li.slick-active button:before {
  display: none;
}

/* モーダル */
.simple-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 166, 201, 0.8);
}
.simple-modal img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/* .background-bottom */
.background-bottom {
  margin-bottom: 300px;
}
.background-bottom .bottom-right {
  position: absolute;
  bottom: -120px;
  right: -150px;
}
.background-bottom .bottom-left {
  position: absolute;
  bottom: -120px;
  left: -160px;
}

@media screen and (max-width: 768px) {
  .background-bottom {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 480px) {
  .background-bottom {
    margin-bottom: 80px;
  }
}
body.pink {
  /* mainvisual */
  /* profile */
  /* sns */
  /*  項目共通  */
  /* gallery */
  /* 写真不足時のダミーレイアウト */
  /* スライダー矢印 */
  /* モーダル */
}
body.pink #mainvisual h1 {
  color: #FFA6C9;
  text-shadow: 5px 0px 0px #5CE1ED;
}
body.pink #mainvisual img {
  border-right: 10px solid #FFA6C9;
  border-bottom: 10px solid #FFA6C9;
}
body.pink #profile-area h2 {
  color: #FFA6C9;
}
body.pink #profile-area .profile-list .profile-item dt {
  border-left: solid 5px #FFA6C9;
  background-color: rgba(255, 166, 201, 0.5);
}
body.pink #sub-contents {
  /* message */
}
body.pink #sub-contents #sns .sns-box {
  border: 3px solid #FFA6C9;
}
body.pink #sub-contents #sns .sns-box ul li i:hover {
  color: #FFA6C9;
}
body.pink #sub-contents #sns .sns-box .url p a:hover {
  color: #FFA6C9;
}
body.pink #sub-contents #message .message-box {
  border: 3px solid #FFA6C9;
}
body.pink .category-title {
  background-color: #FFA6C9;
}
body.pink .slider .slick-item img {
  border-right: 5px solid #FFA6C9;
  border-bottom: 5px solid #FFA6C9;
}
body.pink .dummy-frame {
  border: 5px dotted #FFA6C9;
}
body.pink .dummy-frame::after {
  color: #FFA6C9;
}
body.pink .prev-arrow,
body.pink .next-arrow {
  border: 1px solid #FFA6C9;
}
body.pink .prev-arrow:hover,
body.pink .next-arrow:hover {
  background: #FFA6C9;
}
body.pink .prev-arrow::before,
body.pink .next-arrow::before {
  border-right: 4px solid #FFA6C9;
  border-top: 4px solid #FFA6C9;
}
body.pink .prev-arrow:hover::before,
body.pink .next-arrow:hover::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
body.pink .slick-dots li.slick-active button {
  background-color: #FFA6C9;
}
body.pink .simple-modal {
  background-color: rgba(255, 166, 201, 0.8);
}

body.blue {
  /* mainvisual */
  /* profile */
  /* sns */
  /*  項目共通  */
  /* gallery */
  /* 写真不足時のダミーレイアウト */
  /* スライダー矢印 */
  /* モーダル */
}
body.blue #mainvisual h1 {
  color: #5CE1ED;
  text-shadow: 5px 0px 0px #FFA6C9;
}
body.blue #mainvisual img {
  border-right: 10px solid #5CE1ED;
  border-bottom: 10px solid #5CE1ED;
}
body.blue #profile-area h2 {
  color: #5CE1ED;
}
body.blue #profile-area .profile-list .profile-item dt {
  border-left: solid 5px #5CE1ED;
  background-color: rgba(92, 225, 237, 0.5);
}
body.blue #sub-contents {
  /* message */
}
body.blue #sub-contents #sns .sns-box {
  border: 3px solid #5CE1ED;
}
body.blue #sub-contents #sns .sns-box ul li i:hover {
  color: #5CE1ED;
}
body.blue #sub-contents #sns .sns-box .url p a:hover {
  color: #5CE1ED;
}
body.blue #sub-contents #message .message-box {
  border: 3px solid #5CE1ED;
}
body.blue .category-title {
  background-color: #5CE1ED;
}
body.blue .slider .slick-item img {
  border-right: 5px solid #5CE1ED;
  border-bottom: 5px solid #5CE1ED;
}
body.blue .dummy-frame {
  border: 5px dotted #5CE1ED;
}
body.blue .dummy-frame::after {
  color: #5CE1ED;
}
body.blue .prev-arrow,
body.blue .next-arrow {
  border: 1px solid #5CE1ED;
}
body.blue .prev-arrow:hover,
body.blue .next-arrow:hover {
  background: #5CE1ED;
}
body.blue .prev-arrow::before,
body.blue .next-arrow::before {
  border-right: 4px solid #5CE1ED;
  border-top: 4px solid #5CE1ED;
}
body.blue .prev-arrow:hover::before,
body.blue .next-arrow:hover::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
body.blue .slick-dots li.slick-active button {
  background-color: #5CE1ED;
}
body.blue .simple-modal {
  background-color: rgba(92, 225, 237, 0.8);
}

body.purple {
  /* mainvisual */
  /* profile */
  /* sns */
  /*  項目共通  */
  /* gallery */
  /* 写真不足時のダミーレイアウト */
  /* スライダー矢印 */
  /* モーダル */
}
body.purple #mainvisual h1 {
  color: #B9A9EF;
  text-shadow: 5px 0px 0px #7F5BB0;
}
body.purple #mainvisual img {
  border-right: 10px solid #B9A9EF;
  border-bottom: 10px solid #B9A9EF;
}
body.purple #profile-area h2 {
  color: #B9A9EF;
}
body.purple #profile-area .profile-list .profile-item dt {
  border-left: solid 5px #B9A9EF;
  background-color: rgba(185, 169, 239, 0.5);
}
body.purple #sub-contents {
  /* message */
}
body.purple #sub-contents #sns .sns-box {
  border: 3px solid #B9A9EF;
}
body.purple #sub-contents #sns .sns-box ul li i:hover {
  color: #B9A9EF;
}
body.purple #sub-contents #sns .sns-box .url p a:hover {
  color: #B9A9EF;
}
body.purple #sub-contents #message .message-box {
  border: 3px solid #B9A9EF;
}
body.purple .category-title {
  background-color: #B9A9EF;
}
body.purple .slider .slick-item img {
  border-right: 5px solid #B9A9EF;
  border-bottom: 5px solid #B9A9EF;
}
body.purple .dummy-frame {
  border: 5px dotted #B9A9EF;
}
body.purple .dummy-frame::after {
  color: #B9A9EF;
}
body.purple .prev-arrow,
body.purple .next-arrow {
  border: 1px solid #B9A9EF;
}
body.purple .prev-arrow:hover,
body.purple .next-arrow:hover {
  background: #B9A9EF;
}
body.purple .prev-arrow::before,
body.purple .next-arrow::before {
  border-right: 4px solid #B9A9EF;
  border-top: 4px solid #B9A9EF;
}
body.purple .prev-arrow:hover::before,
body.purple .next-arrow:hover::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
body.purple .slick-dots li.slick-active button {
  background-color: #B9A9EF;
}
body.purple .simple-modal {
  background-color: rgba(185, 169, 239, 0.8);
}

/* 追加項目 */
#gallery-area {
  position: relative;
}

.slide-text {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

#correction-area {
  margin-top: 100px;
}
#correction-area .btn-text {
  text-align: center;
  font-size: 14px;
}
#correction-area .tab {
  display: none;
}
#correction-area .btn {
  display: block;
  margin-inline: auto;
  margin-block: 24px;
}
#correction-area .btn a {
  position: relative;
  font-size: 14px;
  color: #FFA6C9;
  border: 2px solid #FFA6C9;
  border-radius: 20px;
  padding: 8px 40px 8px 32px;
}
#correction-area .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFA6C9;
  border-right: 2px solid #FFA6C9;
  transform: translateY(-50%) rotate(45deg);
}
#correction-area .btn a:hover {
  color: #fff;
  background-color: #FFA6C9;
}
#correction-area .btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  #correction-area .pc {
    display: none;
  }
  #correction-area .tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #correction-area {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-inline: 4%;
  }
}
@media screen and (max-width: 834px) {
  .wrapper {
    padding-inline: 6%;
  }
}
.url p {
  padding-top: 16px;
}
/*# sourceMappingURL=style.css.map */