@charset "UTF-8";
.ja-title {
  font-family: "Shippori Mincho", serif;
}

.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-weight: 500;
  font-family: "EB Garamond", serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.pink-g {
  background: linear-gradient(to right, #edb8d7 0%, #ec8ec8 100%);
}

.pb-g {
  background: linear-gradient(to right, #e9f0ff 0%, #f4cbe2 100%);
}

.purple-g {
  background: linear-gradient(to right, #a3b2e2 0%, #ad7fcc 100%);
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #545454;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  background: #3d454c;
  background-repeat: repeat;
  background-size: 100px, 100px, auto;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}

.contents {
  background: url(../img/contents_bg.webp) no-repeat center/cover;
  background-attachment: fixed;
}

.aside-left {
  font-family: "EB Garamond", serif;
  display: none;
  height: 100vh;
  width: calc((100vw - 464px) / 2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 30px;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  font-weight: 300;
}

.aside-right {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: calc((100vw - 464px) / 2);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
}

.aside-right__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.7rem 5.5%;
  border-radius: 15px;
  background-color: #fff;
}
.aside-right__box p {
  width: -moz-fit-content;
  width: fit-content;
  color: #3a3a3a;
  font-size: 1.7rem;
  font-weight: 400;
}
.aside-right__box p span {
  display: block;
  color: #e082ba;
}

.aside-left img {
  width: 45%;
}

.aside-right img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 150px;
}

@media screen and (min-width: 992px) {
  .aside-left,
  .aside-right {
    display: flex;
  }
}
.home {
  width: 100%;
  max-width: 464px;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
}

main {
  min-height: 100vh;
  margin-top: -10rem;
}

.fadein.scroll-activate {
  opacity: 0;
  transition: opacity 1s;
}

.fadein.scroll-activate.active {
  transform: translate(0);
  opacity: 1;
}

header {
  height: 10vh;
  position: sticky;
  top: 0;
  padding: 0 10px;
  left: 0;
  z-index: 100;
  width: 100%;
  background: url("../img/header-mask.svg") bottom/cover no-repeat;
}

header .main-title img {
  max-width: 18rem;
  width: 98%;
}
@media screen and (max-width: 834px) {
  header .main-title img {
    max-width: 13rem;
  }
}

header .global-nav .main-title {
  text-align: center;
  color: #e269ab;
  margin: 2.5rem 0 2rem;
}

header.change_bg {
  background: #f195bf;
}

header .flex_space_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-nav img {
  width: 50%;
  margin: 20px auto;
}

.global-nav {
  position: fixed;
  right: -320px;
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: url("../img/contents_bg.webp") no-repeat center/cover;
}

.global-nav .global-nav-container {
  width: 300px;
  margin: 0 auto;
  padding: 0 6%;
}

.global-nav .global-nav-container a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #545454;
  cursor: pointer;
  display: block;
  font-weight: bold;
  display: block;
  background-size: 16px;
}

.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.global-nav .center a {
  color: #3c3c3c;
}

.hamburger {
  position: relative;
  width: 43px;
  height: 38px;
  z-index: 100;
}

.hamburger__line {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 12px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 24px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.and {
  margin-top: -15px;
}

.global-nav .btnArea {
  background: none;
  position: relative;
  width: 100%;
  margin: 3rem auto 0;
}

header .btnArea a {
  background: #f195bf;
  height: 95px;
  width: 90%;
  border-radius: 50em;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .btnArea__bubble {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 1px solid #ef8ebe;
  background-color: #fff;
  border-radius: 14px;
  padding: 0.2rem 1rem;
  color: #ef8ebe;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  white-space: nowrap;
}

header .btnArea a span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

/* =======================================
	フローティングボタン
========================================== */
.f-Btn {
  position: sticky;
  bottom: -100px;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, bottom 0.5s ease;
}

.f-Btn.fadeDown {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 99;
}

.f-Btn.fadeDown .btnArea {
  background: none;
  position: absolute;
  bottom: 7px;
  background: linear-gradient(to right, #f2a3c5 0%, #ec81b1 100%);
  border-radius: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
}

.f-Btn.fadeDown .btnArea__bubble {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 1px solid #ef8ebe;
  background-color: #fff;
  border-radius: 14px;
  padding: 0.2rem 1rem;
  color: #ef8ebe;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.f-Btn.fadeDown .btnArea a {
  height: 102px;
  line-height: 1.4;
  padding: 15px 5% 10px;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: clamp(2.3rem, 2vw, 2.5rem);
}
.f-Btn.fadeDown .btnArea a span {
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  margin-bottom: 0.3rem;
  display: inline-block;
}

.footer {
  text-align: center;
  padding-bottom: 15rem;
}
.footer .sns__bar {
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.footer .copyright {
  color: #848484;
  font-size: 1.3rem;
  margin-top: 1rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */