@charset "UTF-8";
/* ============================
    reset
============================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

/* add */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
a {
  color: #333;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  a:hover {
    color: #333;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.contents {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

button {
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

:focus {
  outline: none;
}

/* ==========================================================
 アニメーションエフェクト
========================================================== */
.is-animate.-mvfade {
  opacity: 0;
  transition: 2s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-mvfade.active {
  opacity: 1;
  filter: blur(0);
}

.is-animate.-mvfade.--2 {
  opacity: 0;
  transition: 2s 1s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-mvfade.--2.active {
  opacity: 1;
  filter: blur(0);
}

.is-animate.-mvdrop {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s cubic-bezier(0.7, 0, 0.41, 0.99), transform 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-mvdrop.active {
  opacity: 1;
  transform: translate(0);
}

/* ==========================================================
 スクロールエフェクト
========================================================== */
.js-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.js-animate.-show[data-type=right] {
  transform: translate(5%);
}
.js-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.js-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.js-animate.-show.active {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 768px) {
  .js-anipc .js-animate.-show {
    transform: translate(0);
    opacity: 0;
  }
}

.is-animate.-show {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=right] {
  transform: translate(10%);
}
.is-animate.-show[data-type=left] {
  transform: translate(-10%);
}
.is-animate.-show[data-type=up] {
  transform: translateY(10%);
}
.is-animate.-show[data-type=fade] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
  filter: blur(15px);
}
.is-animate.-show[data-type=img] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=img] img {
  transform: scale(1.2);
  transition: 2s 0.5s;
}
.p-concept__gall__2 .is-animate.-show[data-type=img] img {
  transform: scale(1.2) translateY(-50%);
  transition: 2s 0.5s;
}
.is-animate.-show[data-type=imgsalon] {
  opacity: 0;
  transition: 1s cubic-bezier(0.7, 0, 0.41, 0.99);
}
.is-animate.-show[data-type=imgsalon] img {
  transform: scale(1.2) translateY(-50%) !important;
  transition: 2s 0.5s;
}
.is-animate.-show.active {
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.is-animate.-show.active img {
  transform: scale(1);
}
#salon-full .is-animate.-show.active .p-concept__gall__2 img {
  transform: scale(1) translateY(-50%) !important;
}

.fade-in-content {
  opacity: 0;
  transform: translateY(50px); /* 下から上にフェードインする場合 */
}

.u-frame {
  width: 18rem;
  height: 18rem;
  border-radius: 1000px;
  overflow: hidden;
  background: rgb(209, 196, 201);
  background: linear-gradient(325deg, rgba(209, 196, 201, 0.5018382353) 0%, rgb(209, 196, 201) 50%, rgb(209, 196, 201) 100%);
}
@media (max-width: 768px) {
  .u-frame {
    width: 16rem;
    height: 16rem;
  }
}
.u-frame img {
  width: 100%;
  height: auto;
}
.u-frame--sm {
  width: 9rem;
  height: 9rem;
}
@media (max-width: 768px) {
  .u-frame--sm {
    width: 7rem;
    height: 7rem;
  }
}
.u-frame--bg {
  max-width: 30rem;
  max-height: 30rem;
  width: 21vw;
  height: 21vw;
  background-color: #fff;
  overflow: hidden;
  background: rgb(209, 196, 201);
  background: linear-gradient(325deg, rgba(209, 196, 201, 0.5018382353) 0%, rgb(209, 196, 201) 50%, rgb(209, 196, 201) 100%);
}
@media (max-width: 768px) {
  .u-frame--bg {
    width: 25rem;
    height: 25rem;
  }
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.u-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.u-container-85 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------------------------------------
    flex layout
------------------------------------------------------------ */
.u-flex {
  width: 100%;
  display: flex;
}
.u-flex.flex-btw {
  justify-content: space-between;
}
.u-flex.flex-btw-basis {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .u-flex.flex-btw-basis {
    flex-direction: column;
  }
}
.u-flex.flex-ard {
  justify-content: space-around;
}
.u-flex.flex-row {
  flex-direction: row;
}
.u-flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.u-flex.flex-col {
  flex-direction: column;
}
.u-flex.flex-col-reverse {
  flex-direction: column-reverse;
}
.u-flex.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .u-flex.sm_flex-row {
    flex-direction: row;
  }
  .u-flex.sm_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .u-flex.sm_flex-col {
    flex-direction: column;
  }
  .u-flex.sm_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .u-flex.sm_flex-wrap {
    flex-wrap: wrap;
  }
}

/* ------------------------------------------------------------
    margin
------------------------------------------------------------ */
.u-mrg__t1 {
  margin-top: 1rem;
}
.u-mrg__t2 {
  margin-top: 2rem;
}
.u-mrg__t4 {
  margin-top: 4rem;
}
.u-mrg__t6 {
  margin-top: 6rem;
}
.u-mrg__t-10 {
  margin-top: -10rem;
}
.u-mrg__b1 {
  margin-bottom: 1rem;
}
.u-mrg__b2 {
  margin-bottom: 2rem;
}
.u-mrg__l-05 {
  margin-left: -0.5rem;
}
.u-mrg__l-1 {
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .u-mrgsp__t0 {
    margin-top: 0;
  }
  .u-mrgsp__l2 {
    margin-left: 2rem;
  }
  .u-mrgsp__l3 {
    margin-left: 3rem;
  }
}

@media (max-width: 768px) {
  .u-sp-mrg__l5 {
    margin-left: 5rem;
  }
}
/* ------------------------------------------------------------
    「　や　（　の左揃え
------------------------------------------------------------ */
.u-brac {
  display: inline-block;
  margin-left: -1rem;
}
.u-brac--R {
  margin-left: 0;
  margin-right: -1rem;
}

/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.u-pc {
  display: block;
}
@media (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}

.u-pcf {
  display: flex;
}
@media (max-width: 768px) {
  .u-pcf {
    display: none;
  }
}

.u-spf {
  display: none;
}
@media (max-width: 768px) {
  .u-spf {
    display: flex;
  }
}

.u-pcg {
  display: grid;
}
@media (max-width: 768px) {
  .u-pcg {
    display: none;
  }
}

.u-spg {
  display: none;
}
@media (max-width: 768px) {
  .u-spg {
    display: grid;
  }
}

.u-pci--1270 {
  display: inline-block;
}

.u-spi--1270 {
  display: none;
}

.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-arw-next {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 0.65em;
  height: 0.65em;
  transform: translateX(-25%) rotate(45deg);
}
.u-arw-next::after, .u-arw-next::before {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.u-arw-next::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.u-arw-next::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.09em;
}
.u-arw-next--nav {
  transform: translateX(0) rotate(135deg);
}
.u-arw-right {
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 0.1em;
  background: currentColor;
}
.u-arw-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

#owners {
  background-color: #1B94D3;
  --secttl-radius: 25px;
  --secttl-height: 70px;
  --header-height: 70px;
  font-size: clamp(1.4rem, 13.037037037px + 0.2469135802vw, 1.6rem);
  line-height: 1.6;
}
@media (max-width: 768px) {
  #owners {
    --secttl-radius: 25px;
    --secttl-height: 150px;
    --header-height: 60px;
  }
}
#owners [id] {
  scroll-margin-top: calc(var(--secttl-height) + var(--header-height));
}
#owners img {
  width: 100%;
}
#owners main {
  padding-top: 70px;
}
@media (max-width: 1080px) {
  #owners main {
    padding-top: 60px;
  }
}
#owners .ani-fade {
  opacity: 0;
  transition: opacity 0.7s ease;
}
#owners .ani-fade.is-animated {
  opacity: 1;
}
#owners .ani-up {
  transform: translateY(20px);
  transition: transform 0.7s ease;
}
#owners .ani-up.is-animated {
  transform: translateY(0);
}
#owners .screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
#owners .screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#owners .u-container {
  width: min(1080px, 90%);
  margin-inline: auto;
}
#owners .u-cl-main {
  color: #1B94D3;
}
#owners .u-cl-ylw {
  color: #F7EBB5;
}
#owners .u-bg-main {
  background-color: #1B94D3;
}
#owners .u-bg-point {
  background-color: #DF7591;
}
#owners .u-bg-main {
  --section-bg: #1B94D3;
  background-color: var(--section-bg);
}
#owners .u-bg-point-l {
  --section-bg: #F2C7D2;
  background-color: var(--section-bg);
}
#owners .c-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em clamp(2.2rem, 20.5555555556px + 0.3703703704vw, 2.5rem);
  background-color: #DF7591;
  color: #fff;
  font-weight: bold;
  border-radius: 99px;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  border: none;
  font-size: clamp(1.6rem, 15.037037037px + 0.2469135802vw, 1.8rem);
}
#owners .c-label.mod--inline {
  background-color: #F2C7D2;
  padding: 0.1em 0.5em;
  color: #333;
  margin-right: 0.5em;
}
#owners .c-label.mod--pd-sm {
  padding: 0.3em 1.2em;
}
#owners .c-label.mod--step {
  background-color: #F2C7D2;
  padding: 0.3em 0.9em;
  color: #333;
}
#owners .c-arrow-down {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6em;
  height: 1.25em;
  background-color: #DF7591;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-top: -1px;
}
#owners .c-arrow-down.mod--sm {
  width: 0.5em;
  height: 0.4em;
}
#owners .c-tel-link {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  #owners .c-tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
}
#owners .c-radius-box {
  container-type: inline-size;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: clamp(25px, 17.7777777778px + 1.8518518519vw, 40px) 5%;
  border-radius: 20px;
}
#owners .c-radius-box.mod--pd-0 {
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #owners .c-radius-box.mod--pd-0-sp {
    padding: 0 5%;
  }
}
#owners .c-radius-box.mod--bl-pnk {
  padding: 30px 6% max(5%, 20px);
  border: 1px solid #DF7591;
}
#owners .c-radius-box.mod--bg-point {
  background-color: #DF7591;
  color: #fff;
}
#owners .c-circle-point {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DF7591;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#owners .c-circle-point.mod--request {
  border: 8px solid #fff;
}
#owners .c-circle-point.mod--request .c-circle-point__ttl {
  font-weight: bold;
  font-size: clamp(3rem, 27.5925925926px + 0.6172839506vw, 3.5rem);
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0.5em;
}
#owners .c-circle-point.mod--request p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}
#owners .c-circle-point.mod--num {
  container-type: inline-size;
  border: 2.5px solid #fff;
  width: clamp(70px, 57.962962963px + 3.0864197531vw, 95px);
}
#owners .c-circle-point.mod--num > * {
  text-align: center;
  line-height: 1;
  font-size: 25cqw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#owners .c-circle-point.mod--num .c-circle-point__num {
  display: block;
  font-size: 1.8em;
}
#owners .c-box-main {
  font-weight: 500;
  color: #fff;
  background-color: #1B94D3;
  text-align: center;
  padding: 1em 5%;
  margin-block: 30px clamp(30px, 20.3703703704px + 2.4691358025vw, 50px);
  font-size: clamp(1.6rem, 15.037037037px + 0.2469135802vw, 1.8rem);
  position: relative;
}
@media (max-width: 768px) {
  #owners .c-box-main {
    text-align: left;
  }
}
#owners .header {
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  padding: 0;
  z-index: 999;
  transition: all 0.4s;
  color: #fff;
  height: var(--header-height);
  background-color: #1B94D3;
}
#owners .header.is-hidden {
  top: -100px;
  background-color: transparent;
}
#owners .header .header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  background: transparent;
  margin-inline: auto;
}
#owners .header .header__logo {
  width: min(330px, 25%);
  padding-left: 30px;
}
@media (max-width: 1080px) {
  #owners .header .header__logo {
    width: min(263px, 100%);
  }
}
#owners .header .header__logo a {
  display: grid;
  place-items: center;
}
@media (max-width: 1080px) {
  #owners .header .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    height: auto;
    max-width: none;
    width: 100%;
    background: #1B94D3;
    padding: 70px 0 0;
    transition: all 0.6s;
    z-index: -1;
    opacity: 0;
  }
}
#owners .header .openBtn {
  display: none;
}
@media (max-width: 1080px) {
  #owners .header .openBtn {
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 6px;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 21px 18px;
    cursor: pointer;
  }
}
#owners .header .openBtn span {
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.4s;
  position: absolute;
  top: 21px;
  width: 24px;
  height: 1.5px;
}
#owners .header .openBtn span:nth-of-type(1) {
  top: 21px;
}
#owners .header .openBtn span:nth-of-type(2) {
  top: 30px;
}
#owners .header .openBtn span:nth-of-type(3) {
  top: 39px;
}
#owners .header.is-active .header__logo {
  opacity: 1;
}
#owners .header.is-active .header__menu {
  top: 0;
  opacity: 1;
}
#owners .header.is-active .openBtn span:nth-of-type(1) {
  top: 30px;
  width: 28px;
  transform: rotate(-45deg);
  transform-origin: center center;
}
#owners .header.is-active .openBtn span:nth-of-type(2) {
  opacity: 0;
}
#owners .header.is-active .openBtn span:nth-of-type(3) {
  top: 30px;
  width: 28px;
  transform: rotate(45deg);
  transform-origin: center center;
}
#owners .nav {
  width: 100%;
}
#owners .nav .nav__list {
  padding-right: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1080px) {
  #owners .nav .nav__list {
    padding-right: 0;
    flex-direction: column;
    align-items: start;
    padding-bottom: 1em;
  }
}
#owners .nav .nav__list li {
  border-left: 1px solid #fff;
  padding-inline: 15px;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  #owners .nav .nav__list li {
    width: 100%;
    border-left: none;
    padding-inline: 0;
  }
}
#owners .nav .nav__list li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
@media (max-width: 1080px) {
  #owners .nav .nav__list li a {
    padding: 0.5em 30px;
  }
}
#owners .nav .nav__list li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
  left: 0;
  width: 0;
  transition: all 0.5s ease;
}
#owners .nav .nav__list li a::before {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #owners .nav .nav__list li a:hover::before {
    width: 100%;
  }
}
#owners .aside {
  position: fixed;
  right: 0;
  bottom: 3rem;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.5s;
}
#owners .aside.js-open {
  transform: translateX(0);
}
#owners .aside.js-open .u-arw-right {
  transform: rotate(0) !important;
}
#owners .aside .aside__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 100%;
  width: 5.4rem;
  height: 5.4rem;
  background-color: #DF7591;
  border: none;
  cursor: pointer;
}
#owners .aside .aside__toggle .u-arw-right {
  width: 2.3rem;
  color: #fff;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
#owners .aside .aside__content {
  width: min(80vw, 400px);
  min-width: 275px;
  background-color: #fff;
  border: #DF7591 1px solid;
  border-right: none;
}
#owners .aside .aside__top {
  padding: 1.5rem 5%;
}
#owners .aside .aside__top .aside__label {
  font-size: clamp(1.6rem, 13.1111111111px + 0.7407407407vw, 2.2rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#owners .aside .aside__top .aside__ttl {
  margin-block: clamp(0.5rem, 2.5925925926px + 0.6172839506vw, 1rem);
  font-size: clamp(1.8rem, 15.1111111111px + 0.7407407407vw, 2.4rem);
  font-weight: bold;
  color: #DF7591;
  text-align: center;
}
#owners .aside .aside__info {
  background-color: #F7EBB5;
  padding: clamp(1rem, 5.1851851852px + 1.2345679012vw, 2rem) 10%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #owners .aside .aside__info {
    padding: clamp(1rem, 5.1851851852px + 1.2345679012vw, 2rem) 7%;
  }
}
#owners .aside .aside__info .info-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.4;
}
#owners .aside .aside__info .info-row.mod--start {
  align-items: flex-start;
}
#owners .aside .aside__info .info-row dt {
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid currentColor;
  padding: 0.2rem 0.7rem;
  white-space: nowrap;
}
#owners .aside .aside__info .info-row dt.mod--bg {
  color: #fff;
  background-color: #DF7591;
  border: 1px solid #DF7591;
}
#owners .aside .aside__info .info-row dd em {
  font-size: clamp(1.8rem, 17.037037037px + 0.2469135802vw, 2rem);
  letter-spacing: 0.1em;
}
#owners .aside .aside__info .info-row dd strong {
  letter-spacing: 0.07em;
  white-space: nowrap;
  font-size: clamp(2.5rem, 21.6296296296px + 0.8641975309vw, 3.2rem);
  font-weight: bold;
  color: #DF7591;
}
@media (max-width: 768px) {
  #owners .aside .aside__info .info-row dd strong {
    letter-spacing: 0.02em;
  }
}
#owners .aside .aside__info .info-row dd small {
  display: block;
  font-size: clamp(1.2rem, 10.0740740741px + 0.4938271605vw, 1.6rem);
}
#owners .footer {
  padding-bottom: 140px;
}
#owners .footer .footer__inner, #owners .footer .footer__contact {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (max-width: 1080px) {
  #owners .footer .footer__inner, #owners .footer .footer__contact {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
}
#owners .footer .footer__inner {
  container-type: inline-size;
}
#owners .footer .footer__contact {
  font-size: 3cqw;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1080px) {
  #owners .footer .footer__contact {
    margin-top: 1em;
    font-size: clamp(1.4rem, 13.037037037px + 0.2469135802vw, 1.6rem);
  }
}
#owners .section {
  position: relative;
  padding-top: 40px;
  z-index: 1;
  padding-bottom: calc(50px + var(--secttl-height));
}
#owners .section:last-child {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #owners .section {
    padding-top: 0;
  }
}
#owners .section .section__deco {
  position: absolute;
  top: 0;
  z-index: 3;
  width: calc((100vw - min(90vw, 1080px)) / 2);
  margin-top: calc(-1 * var(--secttl-height));
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1250px) {
  #owners .section .section__deco {
    width: auto;
    display: flex;
    height: 43px;
    transform: translateY(-50%);
  }
}
#owners .section .section__deco.mod--right {
  right: 0;
}
@media screen and (max-width: 1250px) {
  #owners .section .section__deco.mod--right {
    right: auto;
    left: 0;
  }
}
#owners .section .section__deco.mod--left {
  left: 0;
}
@media screen and (max-width: 1250px) {
  #owners .section .section__deco.mod--left {
    left: auto;
    right: 0;
  }
}
#owners .section .section__deco picture,
#owners .section .section__deco img {
  width: clamp(40px, -29px + 5.75vw, 63px);
  height: auto;
}
@media screen and (max-width: 1250px) {
  #owners .section .section__deco picture,
  #owners .section .section__deco img {
    width: auto;
    height: 100%;
  }
}
#owners .section .section__ttl {
  position: absolute;
  top: 0;
  height: var(--secttl-height);
  margin-top: calc(-1 * var(--secttl-height));
  background-color: var(--section-bg);
  display: flex;
  align-items: flex-end;
  width: 60%;
  z-index: 2;
}
@media (max-width: 1080px) {
  #owners .section .section__ttl {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #owners .section .section__ttl {
    overflow: hidden;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center !important;
  }
}
#owners .section .section__ttl span {
  font-size: clamp(2rem, 18.0740740741px + 0.4938271605vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 0.2em;
}
@media (max-width: 768px) {
  #owners .section .section__ttl span {
    padding-bottom: 0;
    padding-inline: 5%;
    margin-top: 0.5em;
  }
}
#owners .section .section__ttl.mod--left::before, #owners .section .section__ttl.mod--left::after, #owners .section .section__ttl.mod--right::before, #owners .section .section__ttl.mod--right::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: var(--secttl-radius);
  height: calc(var(--secttl-radius) + 1px);
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #owners .section .section__ttl.mod--left::before, #owners .section .section__ttl.mod--left::after, #owners .section .section__ttl.mod--right::before, #owners .section .section__ttl.mod--right::after {
    all: unset;
  }
}
#owners .section .section__ttl.mod--left {
  left: 0;
  border-top-right-radius: var(--secttl-radius);
  justify-content: flex-end;
  padding-right: 5%;
}
@media (max-width: 1080px) {
  #owners .section .section__ttl.mod--left {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  #owners .section .section__ttl.mod--left {
    padding-right: 0;
  }
}
#owners .section .section__ttl.mod--left span {
  color: #fff;
}
#owners .section .section__ttl.mod--left::after {
  right: calc(-1 * var(--secttl-radius));
  background: radial-gradient(circle at 100% 0%, transparent var(--secttl-radius), var(--section-bg) calc(var(--secttl-radius) + 0.5px));
}
#owners .section .section__ttl.mod--right {
  right: 0;
  border-top-left-radius: var(--secttl-radius);
  padding-left: 5%;
}
@media (max-width: 1080px) {
  #owners .section .section__ttl.mod--right {
    padding-left: 3%;
  }
}
@media (max-width: 768px) {
  #owners .section .section__ttl.mod--right {
    padding-left: 0;
  }
}
#owners .section .section__ttl.mod--right::before {
  left: calc(-1 * var(--secttl-radius));
  background: radial-gradient(circle at 0% 0%, transparent var(--secttl-radius), var(--section-bg) calc(var(--secttl-radius) + 0.5px));
}
#owners .benefit {
  background-color: #F7EBB5;
}
#owners .benefit .benefit__num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  z-index: 1;
}
#owners .benefit .benefit__ttl {
  font-weight: bold;
  text-align: center;
  font-size: clamp(2.4rem, 21.1111111111px + 0.7407407407vw, 3rem);
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (max-width: 1080px) {
  #owners .benefit .benefit__ttl {
    padding-inline: 10%;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  #owners .benefit .benefit__ttl {
    margin-bottom: 0.5em;
  }
}
#owners .benefit .benefit__ttl.mod--lg {
  font-size: clamp(3rem, 25.1851851852px + 1.2345679012vw, 4rem);
}
#owners .benefit .benefit__ttl .ttl-sm {
  font-size: 0.7em;
}
#owners .benefit .benefit__topWrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
@media (max-width: 1080px) {
  #owners .benefit .benefit__topWrap {
    grid-template-columns: 4fr 6fr;
  }
}
@media (max-width: 768px) {
  #owners .benefit .benefit__topWrap {
    grid-template-columns: auto;
    gap: 0;
  }
}
@media (max-width: 768px) {
  #owners .benefit .benefit__visual {
    padding: 5% 10% 0;
  }
}
#owners .benefit .benefit__01 {
  margin-block: auto;
}
@media (max-width: 768px) {
  #owners .benefit .benefit__01 {
    margin-bottom: 30px;
  }
}
#owners .benefit .benefit__btmWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
}
@media (max-width: 768px) {
  #owners .benefit .benefit__btmWrap {
    grid-template-columns: auto;
  }
}
#owners .benefit .benefit__label {
  margin-inline: auto;
  display: flex;
  width: fit-content;
  position: relative;
  font-size: clamp(1.6rem, 15.037037037px + 0.2469135802vw, 1.8rem);
  line-height: 1;
}
#owners .benefit .benefit__speechBubble {
  background-color: #DF7591;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.1rem 5% 1.7rem;
  border-radius: 20px;
  font-size: clamp(2rem, 18.0740740741px + 0.4938271605vw, 2.4rem);
  line-height: 1.5;
  flex-direction: row;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  #owners .benefit .benefit__speechBubble {
    justify-content: space-between;
    gap: 0;
  }
}
#owners .benefit .benefit__speechBubble .speechBubble__txt .txt-sm {
  font-size: 0.8em;
}
#owners .benefit .benefit__speechBubble::before, #owners .benefit .benefit__speechBubble::after {
  content: "";
  display: inline-block;
  width: clamp(3rem, 25.1851851852px + 1.2345679012vw, 4rem);
  height: clamp(3rem, 25.1851851852px + 1.2345679012vw, 4rem);
  background: url("../../img/owners/benefit_deco.svg") no-repeat center/contain;
  margin-top: -0.5em;
}
#owners .benefit .benefit__speechBubble::after {
  transform: scaleX(-1);
}
#owners .download-info .qr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 380px;
  margin-inline: auto;
  gap: clamp(5px, -21.4814814815px + 6.7901234568vw, 60px);
  margin-bottom: 1rem;
}
#owners .download-info .qr li .qr__btn.mod--apple {
  padding-inline: 5%;
}
#owners .download-info .qr li .qr__btn a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  #owners .download-info .qr li .qr__btn a:hover {
    opacity: 0.7;
  }
}
#owners .download-info p {
  text-align: center;
  font-size: clamp(1.2rem, 11.037037037px + 0.2469135802vw, 1.4rem);
}
#owners .contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2px, 0.5555555556px + 0.3703703704vw, 5px);
  background-color: #C9E8F5;
  width: 100%;
}
@media (max-width: 1080px) {
  #owners .contents-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #owners .contents-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#owners .contents-list .contents-list__item {
  background-color: #fff; /* 아이템 바탕색 (컨테이너 배경을 덮음) */
  padding: 35px 35px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2em;
}
@media (max-width: 768px) {
  #owners .contents-list .contents-list__item {
    display: grid;
    grid-template-areas: "item-icon item-ttl" "item-icon item-p";
    gap: 0.3em 0.8em;
    grid-template-columns: 2.5fr 7.5fr;
    padding: 25px 0 20px 5px;
    letter-spacing: normal;
  }
}
#owners .contents-list .contents-list__item.mod--coming {
  position: relative;
}
#owners .contents-list .contents-list__item.mod--coming::after {
  content: "";
  position: absolute;
  background-color: rgba(204, 204, 204, 0.7);
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  transform: translate(5%, 5%);
}
@media (max-width: 768px) {
  #owners .contents-list .contents-list__item.mod--coming::after {
    width: 100%;
    transform: translate(0, 5%);
  }
}
#owners .contents-list .contents-list__item.mod--coming .comingTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0.5em rgba(51, 51, 51, 0.9);
  width: 100%;
  text-align: center;
  z-index: 1;
}
#owners .contents-list .contents-list__item .item-icon {
  max-width: 120px;
  aspect-ratio: 12/10;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: item-icon;
}
#owners .contents-list .contents-list__item .item-icon img {
  height: 100%;
}
#owners .contents-list .contents-list__item .item-ttl {
  line-height: 1.4;
  text-align: center;
  height: 2.5em;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: clamp(1.6rem, 14.0740740741px + 0.4938271605vw, 2rem);
  grid-area: item-ttl;
}
@media (max-width: 768px) {
  #owners .contents-list .contents-list__item .item-ttl {
    text-align: left;
    height: auto;
    display: block;
  }
}
#owners .contents-list .contents-list__item p {
  grid-area: item-p;
}
#owners .movie-inner {
  width: min(700px, 100%);
  margin-inline: auto;
}
#owners .movie-inner video {
  cursor: pointer;
  width: 100%;
  display: block;
}
#owners .request-grid {
  display: grid;
  grid-template-columns: 68fr 22fr;
  gap: 55px;
}
@media (max-width: 1080px) {
  #owners .request-grid {
    grid-template-columns: auto;
    gap: 30px;
  }
}
#owners .request-top {
  padding: 30px 5% 0;
}
#owners .request-top .request-top__ttl {
  padding-block: 0.5em;
  color: #1B94D3;
  font-weight: bold;
  font-size: clamp(2.4rem, 22.0740740741px + 0.4938271605vw, 2.8rem);
  text-align: center;
}
@media (max-width: 1080px) {
  #owners .request-top .request-top__ttl {
    padding-block: 0 1em;
  }
}
#owners .request-top .request-top__img {
  margin-top: 1.5em;
  transform: translateX(-15px);
}
@media (max-width: 1080px) {
  #owners .request-top .request-top__img {
    transform: unset;
  }
}
@media (max-width: 1080px) {
  #owners .request-top .request-top__visual {
    width: 65%;
    margin-inline: auto;
  }
}
#owners .request-btm {
  padding: 40px 5%;
  background-color: #1B94D3;
  container-type: inline-size;
}
#owners .request-btm .request-btm__circle {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  transform: translateY(-35%);
  transform: translateY(-12cqh);
  min-width: 0;
  margin-bottom: -12cqh;
  width: 100%;
}
@media (max-width: 1080px) {
  #owners .request-btm .request-btm__circle {
    grid-template-columns: auto;
    order: 2;
    transform: unset;
    margin-bottom: unset;
    max-width: 230px;
    margin-inline: auto;
  }
}
#owners .request-btm .request-btm__speechBubble {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 5%;
  margin-left: auto;
  width: 110%;
  transform: translateX(-5%);
  text-align: center;
  height: fit-content;
  color: #1B94D3;
}
@media (max-width: 1080px) {
  #owners .request-btm .request-btm__speechBubble {
    width: 100%;
    transform: unset;
    max-width: 230px;
    margin-inline: auto;
  }
}
#owners .request-btm .request-btm__speechBubble::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 13px 20px 13px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
#owners .members-ttl {
  color: #DF7591;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #owners .members-ttl {
    text-align: left;
    padding-inline: 5%;
    letter-spacing: 0.1em;
  }
}
#owners .members-deco {
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(-70%);
  width: clamp(145px, 118.5185185185px + 6.7901234568vw, 200px);
  z-index: 5;
}
@media (max-width: 1080px) {
  #owners .members-deco {
    right: 0;
  }
}
@media (max-width: 768px) {
  #owners .members-deco {
    right: -8%;
    transform: translateY(-75%);
  }
}
#owners .step {
  margin-top: clamp(40px, 35.1851851852px + 1.2345679012vw, 50px);
}
#owners .tab {
  position: relative;
  display: flex;
  width: 100%;
  --radius: 16px;
}
#owners .tab.is-active-auth .tab__line.mod--left {
  top: 50%;
  border-top: none;
  border-right: 3px solid #1B94D3;
  border-bottom: 3px solid #1B94D3;
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--radius);
}
#owners .tab.is-active-auth .tab__line.mod--right {
  top: 0;
  border-top: 3px solid #1B94D3;
  border-left: 3px solid #1B94D3;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: var(--radius);
}
#owners .tab .tab__line {
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}
#owners .tab .tab__line.mod--left {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-top: 3px solid #1B94D3;
  border-right: 3px solid #1B94D3;
  border-top-right-radius: var(--radius);
}
#owners .tab .tab__line.mod--right {
  top: 50%;
  left: calc(50% - 3px);
  width: calc(50% + 3px);
  height: 50%;
  border-bottom: 3px solid #1B94D3;
  border-left: 3px solid #1B94D3;
  border-bottom-left-radius: var(--radius);
}
#owners .tab .tab__item {
  padding-block: 1em;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  cursor: pointer;
  z-index: 2;
  user-select: none;
  text-align: center;
  line-height: 1.4;
}
#owners .tab .tab__item[aria-selected=true] {
  color: #1B94D3;
}
#owners .step-panel {
  display: none;
}
#owners .step-panel.is-active {
  display: block;
}
#owners .step__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-inline: 5%;
}
@media (max-width: 1080px) {
  #owners .step__grid {
    grid-template-columns: 1fr;
  }
}
#owners .step__card {
  display: grid;
  grid-template-columns: 20fr 22fr;
  gap: clamp(10px, 6.1481481481px + 0.987654321vw, 18px);
}
#owners .step__card p {
  font-size: clamp(1.4rem, 13.037037037px + 0.2469135802vw, 1.6rem);
  margin-top: 1em;
  letter-spacing: 0;
}/*# sourceMappingURL=owners.css.map */