@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-ugo__subttl {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ugo__subttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__subttl {
    font-size: 1.6rem;
  }
}
.p-ugo__subttl-eng {
  font-family: "EB Garamond", "Noto Serif", serif;
  display: block;
  color: #db5c6a;
  letter-spacing: 0.3em;
}
.p-ugo__txt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
  line-height: 2.4;
}
@media only screen and (max-width: 767px) {
  .p-ugo__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__txt {
    line-height: 2;
  }
}
.p-ugo__txt span {
  display: inline-block;
}
.p-ugo__logo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 5rem auto;
  max-width: 70rem;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__logo-wrap {
    gap: 3rem;
    margin: 0 auto 3rem;
  }
}
.p-ugo__int {
  padding-bottom: 5rem;
}
.p-ugo__plan {
  background-color: #efefef;
  padding-inline: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan {
    padding-inline: 1.5rem;
  }
}
.p-ugo__plan__inner {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 1rem;
  max-width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__inner {
    grid-template-columns: 1fr;
  }
}
.p-ugo__plan__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 100rem;
  margin: 0 auto;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-ugo__plan__subttl {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__subttl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__subttl {
    font-size: 1.3rem;
  }
}
.p-ugo__plan__subttl em {
  font-size: 2em;
  font-family: "EB Garamond", "Noto Serif", serif;
  color: #b14162;
}
.p-ugo__plan__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-ugo__plan__img-wrapper {
  margin: 4rem auto 6rem;
  display: grid;
  grid-template-areas: "long one" "long two";
  grid-template-columns: 39% 1fr;
  max-width: 70rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__img-wrapper {
    margin: 2rem auto;
    grid-template-areas: "long one" "long two";
    grid-template-columns: 39% 1fr;
    gap: 0 2%;
  }
}
.p-ugo__plan__img--l {
  grid-area: long;
}
.p-ugo__plan__img--l img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.p-ugo__plan__img--o {
  grid-area: one;
}
.p-ugo__plan__img--t {
  grid-area: two;
}
.p-ugo__plan__pnt {
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__pnt {
    padding: 2rem;
  }
}
.p-ugo__plan__pnt__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__pnt__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-ugo__plan__chu {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__chu {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__chu {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__plan__chu {
    text-align: left;
  }
}
.p-ugo__mov {
  margin-top: 5rem;
}
.p-ugo__mov__txt {
  text-align: center;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__mov__txt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-ugo__mov__ytube {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 2rem;
}
.p-ugo__mov__ytube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-ugo__fam {
  padding-bottom: 1px;
  background-color: #f4f1eb;
  padding-inline: 3rem;
}
.p-ugo__fam__tab {
  width: 100%;
  gap: 0;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-ugo__fam__tab {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .p-ugo__fam {
    padding-inline: 1.5rem;
  }
}
.p-ugo__fam__inf {
  width: 100%;
  background-image: url("../../../images/lp/ugoclo/bg-fam.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-ugo__fam__inf {
    padding: 2rem;
  }
}
.p-ugo__fam__inf__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-ugo__fam__inf__list {
    gap: 1.5rem;
  }
}
.p-ugo__fam__vid {
  margin-top: 0rem;
  margin-bottom: 5rem;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.p-ugo__fam__vid .video {
  cursor: pointer;
  margin-top: 2rem;
  width: 100%;
}
.p-ugo__fam__vidTxt {
  text-align: center;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-ugo__fam__vidTxt {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.p-grid {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
}
.p-grid__ttl {
  font-family: "EB Garamond", "Noto Serif", serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  color: #b14162;
}
@media only screen and (max-width: 767px) {
  .p-grid__ttl {
    font-size: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .p-grid__ttl {
    font-size: 0.8rem;
  }
}
.p-grid__ttl__em {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-grid__ttl__em {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .p-grid__ttl__em {
    font-size: 2.1rem;
  }
}
.p-grid__txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-grid__txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-grid__txt {
    font-size: 1rem;
  }
}

.p-pnt {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .p-pnt {
    display: grid;
    grid-template-columns: 1fr 30%;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-pnt--op {
    grid-template-columns: 30% 1fr;
  }
}
.p-pnt__img {
  overflow: hidden;
  aspect-ratio: 181/115;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-pnt__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-pnt--op .p-pnt__img {
    order: 2;
  }
}
.p-pnt__txt {
  width: 14rem;
  height: 14rem;
  background-color: #db5c6a;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -4rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-pnt__txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pnt__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pnt__txt {
    margin-left: -2rem;
    width: 11rem;
    height: 11rem;
    margin-top: 0;
  }
}
.p-pnt__txt__p {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.p-pnt--op .p-pnt__txt {
  margin-top: -4rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-pnt--op .p-pnt__txt {
    margin-left: unset;
    margin-right: -2rem;
    margin-top: 0;
  }
}

.p-fam__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: -moz-fit-content;
  height: fit-content;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .p-fam__tab {
    grid-template-columns: repeat(3, 1fr);
    order: unset;
  }
}
.p-fam__tab__li:nth-child(1) {
  display: none;
}
.p-fam__tab__li__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-fam__tab__li__txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fam__tab__li__txt {
    font-size: 1rem;
  }
}
.p-fam__tab__li__txt em {
  font-size: 3em;
  line-height: 1;
}
.p-fam__tab__li .obj--arw {
  display: block;
  width: 2rem;
  height: 1rem;
  margin-top: 0.5rem;
}
.p-fam__tab__li .obj--arw img {
  filter: brightness(1);
  transition: 0.3s;
}
.p-fam__tab__li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  color: #b14162;
  border-radius: 5px;
  padding: 0.5rem 3px;
  transition: 0.3s;
}
.p-fam__tab__li a.active {
  background-color: #db5c6a;
  color: #fff;
  transition: 0.3s;
}
.p-fam__tab__li a.active .obj--arw img {
  filter: brightness(100);
  transition: 0.3s;
}
.p-fam__tab__cont {
  padding: 1.5rem 0;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-fam__tab__cont {
    width: 90%;
    padding: 2rem 0;
  }
}
.p-fam__tab__cont__gif {
  width: 85%;
  max-width: 50rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-fam__tab__cont__gif {
    width: 60%;
  }
}

.p-faminf {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-faminf {
    display: block;
  }
}
.p-faminf::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1em 0.8em;
  border-top-color: currentColor;
  border-bottom: 0;
  left: 50%;
  bottom: -2.5rem;
  transform: translateX(-50%);
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .p-faminf::after {
    bottom: -3rem;
  }
}
.p-faminf:last-child::after {
  display: none;
}
.p-faminf__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-faminf__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-faminf:nth-child(2) {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .p-faminf:nth-child(2) {
    grid-template-columns: unset;
  }
}
.p-faminf:nth-child(2) .p-faminf__img {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .p-faminf:nth-child(2) .p-faminf__img {
    order: unset;
  }
}
.p-faminf__inf__ttl {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  text-shadow: 0 0px 5px rgb(110, 110, 110), 0 1px 15px black;
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__ttl {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__ttl {
    margin-top: -2rem;
  }
}
.p-faminf__inf__ttl em {
  font-family: "EB Garamond", "Noto Serif", serif;
  font-style: italic;
  font-size: 3.5em;
  line-height: 1;
}
.p-faminf__inf__subttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #db5c6a;
  font-weight: 600;
  margin-top: 0rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__subttl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__subttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__subttl {
    margin-top: 0rem;
  }
}
.p-faminf__inf__txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faminf__inf__txt {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=../../../map/lp/ugoclo/style.css.map */