@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500&text=0123456789&display=swap");
/* -----------------color --------------------------*/
/* -----------------font --------------------------*/
/* -----------------font size --------------------------*/
/* -----------------breakpoint --------------------------*/
/* -----------------mixin --------------------------*/
/* -----------------reset --------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus {
  border: none !important;
  box-shadow: none !important;
}

/* 共通パーツ */
main {
  position: relative;
  background: linear-gradient(90deg, rgb(253, 214, 189) 0%, rgb(247, 148, 164) 100%);
  padding-top: 10vw;
  z-index: 0;
}
main::before {
  content: "";
  background-image: url(/assets/images/charm/back-pattern.svg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: left -14vw top -20vw;
  background-size: 150% auto;
  z-index: -1;
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  main::before {
    background-position: left -14vw top -15vw;
    background-size: cover;
    opacity: 1;
  }
}

h1.section-title {
  position: relative;
  z-index: 0;
}
h1.section-title::before {
  position: absolute;
  content: "";
  background: url(/assets/images/back-section-title.svg) no-repeat center center/contain;
  left: 49%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: clamp(12.5rem, 6.118rem + 27.23vw, 30.625rem);
  aspect-ratio: 490/457;
  z-index: -1;
}

h2.section-title {
  z-index: -1;
}
h2.section-title.section-title-turing::before {
  position: absolute;
  content: "";
  background: url(/assets/images/back-section-title-turning.svg) no-repeat center center/contain;
  left: 49%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: clamp(12.5rem, 6.118rem + 27.23vw, 30.625rem);
  aspect-ratio: 490/457;
  z-index: -1;
}

/*-------- charm --------------------------------*/
.page-charm .lead {
  font-size: clamp(1.375rem, 1.227rem + 0.74vw, 1.875rem);
  line-height: 1.5;
  font-weight: 500;
}
.page-charm .card {
  background: none;
  border: none;
  height: 100%;
}
.page-charm .card-img-top {
  border-radius: 2rem 2rem 0 0;
}
.page-charm .card-body {
  border-radius: 0 0 2rem 2rem;
  background-color: #ffffff;
}
.page-charm .charm-img1 {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-charm .charm-img1 {
    margin-bottom: -10%;
  }
}
.page-charm .charm-img1 img {
  width: 100%;
  height: auto;
}
.page-charm .textlogo {
  position: relative;
  z-index: 20;
  width: -moz-fit-content;
  width: fit-content;
  color: #252323;
  font-size: clamp(1.625rem, 0.462rem + 5.82vw, 5.188rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .page-charm .textlogo {
    padding: 3rem 0 1.5rem 0;
  }
}
.page-charm .textlogo .entitle {
  font-size: clamp(3.75rem, 2.099rem + 7.042vw, 8.438rem);
  color: #ffffff;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.08em;
  transform: translateY(49%);
}
@media screen and (min-width: 992px) {
  .page-charm .eat .entitle {
    margin-right: 4.75rem;
  }
}
.page-charm .row-healed {
  position: relative;
  padding-top: 5.3846153846vw;
  padding-bottom: 5.3846153846vw;
}
@media screen and (min-width: 992px) {
  .page-charm .row-healed {
    padding-top: 10.384615vw;
    padding-bottom: 6.384615vw;
  }
}
.page-charm .row-eat {
  position: relative;
}
.page-charm .charm-sec2,
.page-charm .charm-sec3 {
  position: relative;
}
.page-charm .charm-bl {
  max-width: 310px;
  position: absolute;
  left: -8rem;
  top: -13rem;
  z-index: -10;
}
.page-charm .charm-sec4 {
  position: relative;
  padding-bottom: 6rem;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .page-charm .charm-sec4 {
    padding-top: 4rem;
  }
}
.page-charm .charm-sec4 .container {
  position: relative;
  z-index: 10;
}
.page-charm .charm-sec4 .container .charm-sec41 {
  position: relative;
}
.page-charm .charm-sec4 .container .charm-sec42 {
  z-index: 10;
}
.page-charm .charm-sec4 .container .charm-pk1 {
  max-width: 301px;
  position: absolute;
  right: -10rem;
  top: -8rem;
}
.page-charm .charm-sec4 .container .charm-box {
  background-color: #ffffff;
  padding: 0.5rem;
  position: relative;
  border-radius: 2rem;
}
.page-charm .charm-sec4 .container .charm-box::before {
  position: absolute;
  content: "";
  right: -0.375rem;
  bottom: -0.375rem;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #ef8eb8;
  border-radius: 2rem;
}
.page-charm .charm-sec4 .container .charm-box2 {
  padding: 1rem;
}
.page-charm .charm-sec4 .container .charm-pk2 {
  max-width: 218px;
  position: absolute;
  left: -7rem;
  bottom: -8rem;
}/*# sourceMappingURL=charm.css.map */