/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  min-height: 100dvh;
  background: url("../images/common/noimage.jpg") center center/cover no-repeat;
}
.top-mainvisual__container {
  padding: 200px 0;
}
@media all and (max-width: 896px) {
  .top-mainvisual__container {
    padding: 100px 0;
  }
}
.top-mainvisual__ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    font-size: 3.2rem;
  }
}

.mv__bg {
  background-image: url(../images/top/mv2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
}
@media all and (max-width: 1367px) {
  .mv__bg {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.mv__ttl {
  width: 700px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 1367px) {
  .mv__ttl {
    width: 500px;
  }
}
@media all and (max-width: 1025px) {
  .mv__ttl {
    width: 60%;
    margin: 0 auto;
  }
}
.mv__ttl img {
  width: 100%;
}
.mv__bottom-wrap {
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#FAE8FF), to(#CFE7F5));
  background: linear-gradient(to right, #FAE8FF, #CFE7F5);
}
@media all and (max-width: 1025px) {
  .mv__bottom-wrap {
    height: 70px;
  }
}
.mv__bottom-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.mv__bottom-li {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-right: 120px;
  padding-right: 120px;
  border-right: 1px solid #434343;
}
@media all and (max-width: 1025px) {
  .mv__bottom-li {
    margin-right: 30px;
    padding-right: 30px;
  }
}
.mv__bottom-li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.mv__bottom-li a {
  font-size: 2.4rem;
}
@media all and (max-width: 1025px) {
  .mv__bottom-li a {
    font-size: 1.8rem;
  }
}
.mv__bottom-li a span {
  font-size: 1.2rem;
  color: #A8A8A8;
}

.main__center-blk {
  background-image: url(../images/top/about.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}
@media all and (max-width: 1200px) {
  .main__center-blk {
    padding-bottom: 350px;
  }
}
.main__center-img-wrap {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
@media all and (max-width: 1200px) {
  .main__center-img-wrap {
    right: auto;
    left: 50%;
    bottom: 2%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.main__center-img-txt {
  text-align: center;
  position: relative;
  left: 30px;
}
@media all and (max-width: 1200px) {
  .main__center-img-txt {
    left: auto;
  }
}
.main__center-img-txt p {
  font-size: 1.4rem;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media all and (max-width: 1200px) {
  .main__center-img-txt p {
    text-align: center;
  }
}
.main__center-circleimg {
  margin: 0 auto;
}
@media all and (max-width: 1367px) {
  .main__center-circleimg {
    width: 300px;
    height: 300px;
  }
}
.main__center-circleimg img {
  width: 100%;
  height: 100%;
}
.main__center-topimg {
  width: 600px;
  margin: 80px auto 0;
}
@media all and (max-width: 1025px) {
  .main__center-topimg {
    width: 300px;
    margin: 40px auto 0;
  }
}
.main__center-topimg img {
  width: 100%;
}
.main__center-bottomimg {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media all and (max-width: 1025px) {
  .main__center-bottomimg {
    width: 300px;
    padding-bottom: 0px;
  }
}
.main__center-bottomimg img {
  width: 100%;
}
.main__center-ttl {
  margin-bottom: 40px;
}
@media all and (max-width: 1025px) {
  .main__center-ttl {
    width: 90%;
    margin: 0 auto;
  }
}
.main__center-ttl h2 {
  font-size: 3.2rem;
  line-height: 1.75;
}
@media all and (max-width: 1025px) {
  .main__center-ttl h2 {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1025px) {
  .main__center-txt {
    width: 90%;
    margin: 30px auto 0;
  }
}
.main__center-txt p {
  font-size: 1.8rem;
  line-height: 1.75;
}
@media all and (max-width: 1025px) {
  .main__center-txt p {
    font-size: 1.6rem;
  }
}

.top-intro {
  text-align: center;
  padding: 120px 0 0;
}
.top-intro__bottom-txt {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.top-intro__bottom-txt p {
  font-size: 1.4rem;
  color: #838383;
  text-align: left;
}
@media all and (max-width: 896px) {
  .top-intro {
    padding: 80px 0;
  }
}
@media all and (max-width: 1025px) {
  .top-intro {
    padding: 60px 0 0;
  }
}
.top-intro__ttl {
  font-size: 2.8rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .top-intro__ttl {
    font-size: 2.2rem;
  }
}
.top-intro__inner {
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .top-intro__inner {
    margin-top: 32px;
  }
}
.top-intro__txt {
  line-height: 2;
}

.top-intro__container {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 150px;
}
.top-intro__container .icon-flower__r {
  position: absolute;
  top: -10%;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-intro__container .icon-flower__r {
    top: -12%;
    z-index: -1;
    width: 130px;
  }
}
.top-intro__container .icon-flower__r img {
  width: 100%;
}
.top-intro__container .icon-flower__l {
  position: absolute;
  bottom: -28%;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-intro__container .icon-flower__l {
    bottom: -12%;
    z-index: -1;
    width: 130px;
  }
}
.top-intro__container .icon-flower__l.sec {
  right: 0;
  left: auto;
}
.top-intro__container .icon-flower__l img {
  width: 100%;
}
.top-intro__container::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#F9E5FF 41%, #8D68DC 100%);
  opacity: 0.18;
}
.top-intro__container:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#ddeaf2 33%, #8AEAFF 100%);
  opacity: 0.18;
}
.top-intro__container.cake::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#FAE8FF 54%, #FF99D0 100%);
  opacity: 0.18;
}
.top-intro__container.cakuteru {
  margin-bottom: 90px;
}
@media all and (max-width: 1025px) {
  .top-intro__container.cakuteru {
    margin-top: -40px;
  }
}
.top-intro__container.cakuteru::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#CFE7F5 54%, #538AE5 100%);
  opacity: 0.18;
}
.top-intro__container.plan01::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#FAE8FF 54%, #FF99D0 100%);
  opacity: 0.18;
}
@media all and (max-width: 1025px) {
  .top-intro__container.plan02 {
    margin-top: -40px;
  }
}
.top-intro__container.plan02::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: -1;
  width: 96%;
  height: 100%;
  background: radial-gradient(#ddeaf2 33%, #8AEAFF 100%);
  opacity: 0.18;
}
.top-intro__card {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1025px) {
  .top-intro__card {
    margin-top: 40px;
  }
}
@media all and (max-width: 1025px) {
  .top-intro__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-intro__container:nth-child(odd) .top-intro__card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media all and (max-width: 1025px) {
  .top-intro__container:nth-child(odd) .top-intro__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-intro__img {
  width: 55%;
  margin-right: 80px;
}
@media all and (max-width: 1025px) {
  .top-intro__img {
    width: 90%;
    margin: 0 auto;
  }
}
.top-intro__container:nth-child(odd) .top-intro__img {
  margin-right: 0;
}
@media all and (max-width: 1025px) {
  .top-intro__container:nth-child(odd) .top-intro__img {
    margin-right: auto;
  }
}
.top-intro__ttl-top {
  text-align: left;
  margin-top: 60px;
}
@media all and (max-width: 1025px) {
  .top-intro__ttl-top {
    margin-top: 30px;
  }
}
.top-intro__ttl-top div {
  font-size: 6rem;
  font-family: "Oooh Baby", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: 10px;
  left: -20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #DBCFF5), color-stop(25%, #CFE7F5));
  background: linear-gradient(90deg, #DBCFF5 5% #DBCFF5 70%, #CFE7F5 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: -1;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media all and (max-width: 1025px) {
  .top-intro__ttl-top div {
    font-size: 4rem;
    top: 0px;
    margin-top: 20px;
  }
}
.top-intro__ttl-top h4 {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 1025px) {
  .top-intro__ttl-top h4 {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.top-intro__des {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 30%;
}
@media all and (max-width: 1025px) {
  .top-intro__des {
    width: 86%;
    margin: 0 auto;
  }
}
.top-intro__des.plan-width {
  width: 30% !important;
}
@media all and (max-width: 1025px) {
  .top-intro__des.plan-width {
    width: 86% !important;
    margin: 0 auto;
  }
}
.top-intro__des.plan-width02 {
  width: 30% !important;
  margin-right: 80px;
}
@media all and (max-width: 1025px) {
  .top-intro__des.plan-width02 {
    width: 86% !important;
    margin: 0 auto;
  }
}
.top-intro__des-center {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: left;
}
.top-intro__des-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-intro__des-row span:first-child {
  background-color: #97D5B7;
  padding: 3px 0px;
  margin-right: 10px;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 10%;
}
.top-intro__des-row span:last-child {
  width: 100%;
}
@media all and (max-width: 1025px) {
  .top-intro__des-row span:last-child {
    width: 100%;
  }
}
.top-intro__des-row:last-child {
  margin-bottom: 0;
}
.top-intro__des-btn {
  max-width: 470px;
  width: 60%;
}
@media all and (max-width: 1025px) {
  .top-intro__des-btn {
    width: 80%;
    margin: 0 auto;
  }
}
.top-intro__des-btn .btn {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FAE8FF), to(#CFE7F5));
  background: linear-gradient(to right, #FAE8FF, #CFE7F5);
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 3px 2px 2px rgb(226, 225, 225);
          box-shadow: 3px 2px 2px rgb(226, 225, 225);
}
.top-intro__des-btn .btn a {
  display: block;
  padding: 20px 30px;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}
.top-intro__des-btn .btn a:hover {
  opacity: 0.5;
}
.top-intro__des-btn .btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 20px;
}

.menu__wrap {
  max-width: 1400px;
  width: 90%;
  margin: 60px auto 0;
}
.menu__ttl {
  position: relative;
}
@media all and (max-width: 1025px) {
  .menu__ttl img {
    width: 180px;
    margin: 0 auto;
  }
}
.menu__ttl::before {
  content: "";
  background-image: url(../images/top/menu_ttl01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100px;
  width: 400px;
  height: 70px;
}
@media all and (max-width: 1367px) {
  .menu__ttl::before {
    width: 20%;
    left: 0;
  }
}
.menu__ttl::after {
  content: "";
  background-image: url(../images/top/menu_ttl02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 100px;
  width: 400px;
  height: 70px;
}
@media all and (max-width: 1367px) {
  .menu__ttl::after {
    width: 20%;
    right: 0;
  }
}
.menu__ttl.sec::before {
  content: "";
  background-image: url(../images/top/menu_ttl03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100px;
  width: 400px;
  height: 70px;
}
@media all and (max-width: 1367px) {
  .menu__ttl.sec::before {
    width: 20%;
    left: 0;
  }
}
.menu__ttl.sec::after {
  content: "";
  background-image: url(../images/top/menu_ttl04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 100px;
  width: 400px;
  height: 70px;
}
@media all and (max-width: 1367px) {
  .menu__ttl.sec::after {
    width: 20%;
    right: 0;
  }
}
.menu__txt {
  max-width: 1000px;
  width: 90%;
  margin: 0px auto;
  padding: 50px 0 50px;
  text-align: left;
}
.menu__txt p {
  line-height: 2;
}
.menu__txt-ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.menu__txt-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  width: 10px;
  height: 1px;
  background-color: #434343;
}
.menu__txt-ttl:nth-child(3) {
  margin-top: 50px;
}

.pc{display: none;}

.footer__img {
	width: 240px;
	padding-bottom: 30px;
}
.copyright {
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	letter-spacing: 0;
}
@media screen and (min-width:769px) {
	.sp{display: none;}
	.pc{display: inline-block;}
}