.l-headerC .is-fixed_upper {
  position: fixed !important;
}

.owned #header {
  position: fixed !important;
}

.header-Sp.is-fixd {
  position: fixed !important;
}

.pageContents {
  padding-top: 0;
}

.container {
  padding: 0;
  position: relative;
}

#fixedMenu {
  display: none;
}

@media (min-width: 768px) {
  body {
    padding-top: 0px !important;
  }
  .container {
    width: 1030px;
    max-width: 1030px;
    margin: 0 auto;
  }
  .anchor_link {
    padding-bottom: 100px;
    margin-top: -100px;
  }
}
@media (max-width: 767.98px) {
  body {
    padding-top: 55px !important;
  }
  .container {
    width: 100%;
  }
  .anchor_link {
    padding-bottom: 100px;
    margin-top: -100px;
  }
}
.fl_main_kv {
  position: relative;
}
.fl_main_kv .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fl_main_kv .title .title_logo,
.fl_main_kv .title .title_txt {
  opacity: 0;
  transform: translateY(-15px);
  animation: title-fade-up-in 1.7s ease forwards;
}
.fl_main_kv .title .title_logo {
  animation-delay: 0s;
}
.fl_main_kv .title .title_txt {
  animation-delay: 0.2s;
}
.fl_main_kv .title .title_logo {
  position: relative;
  isolation: isolate;
}
.fl_main_kv .title .title_logo img[src*=ttl_kira] {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  filter: blur(4px) brightness(1.55);
  opacity: 0;
  clip-path: polygon(50% 50%, 37% 0%, 63% 0%);
  will-change: clip-path, opacity;
  animation: ttl-kira-radar 4s 1.8s linear infinite;
}
@keyframes title-fade-up-in {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fl_main_kv .kobito_kv {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.fl_main_kv .kobito_layer > div {
  aspect-ratio: 1;
  background-size: 100% 100%;
  position: absolute;
}
.fl_main_kv .kobito_layer > div::before, .fl_main_kv .kobito_layer > div::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fl_main_kv .kobito_layer > div.c::before, .fl_main_kv .kobito_layer > div.c::after {
  transform: scaleX(-1);
}
.fl_main_kv .kobito_layer > div.a::before {
  background-image: url(../img/main_kv/kobito/a_2.png);
}
.fl_main_kv .kobito_layer > div.b::before {
  background-image: url(../img/main_kv/kobito/b_2.png);
}
.fl_main_kv .kobito_layer > div.c::before {
  background-image: url(../img/main_kv/kobito/c_2.png);
}
.fl_main_kv .kobito_layer > div.d::before {
  background-image: url(../img/main_kv/kobito/d_2.png);
}
.fl_main_kv .kobito_layer > div.a::after {
  background-image: url(../img/main_kv/kobito/a_1.png);
}
.fl_main_kv .kobito_layer > div.b::after {
  background-image: url(../img/main_kv/kobito/b_1.png);
}
.fl_main_kv .kobito_layer > div.c::after {
  background-image: url(../img/main_kv/kobito/c_1.png);
}
.fl_main_kv .kobito_layer > div.d::after {
  background-image: url(../img/main_kv/kobito/d_1.png);
}
@media (min-width: 768px) {
  .fl_main_kv {
    height: 699px;
    background-image: url(../img/main_kv/pc_back.avif);
    background-repeat: repeat-x;
    background-size: 2000px;
    background-position: top center;
  }
  .fl_main_kv::before {
    content: "";
    background-image: url(../img/main_kv/pole.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: right;
    height: 115px;
    position: absolute;
    width: 50vw;
    bottom: 82px;
    right: calc(50% + 240px);
    z-index: 1;
  }
  .fl_main_kv::after {
    content: "";
    background-image: url(../img/main_kv/pole.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: right;
    height: 115px;
    position: absolute;
    width: 50vw;
    bottom: 82px;
    left: calc(50% + 240px);
    z-index: 1;
    transform: scale(-1, 1);
  }
  .fl_main_kv .title {
    width: 683px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/main_kv/pc_arch.png);
  }
  .fl_main_kv .title .title_logo {
    width: 355px;
    margin-top: 40px;
  }
  .fl_main_kv .title .title_txt {
    width: 292px;
  }
  .fl_main_kv .btm {
    height: 105px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/main_kv/btm.png);
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  .fl_main_kv .kobito_kv {
    width: 70px;
    bottom: 100px;
  }
  .fl_main_kv .kobito_layer > div {
    width: 140px;
    aspect-ratio: 1;
    background-size: 100% 100%;
    bottom: 12px;
    z-index: 2;
  }
  .fl_main_kv .kobito_layer > div::before {
    animation: kobito-para-before 0.6s steps(1, end) infinite;
  }
  .fl_main_kv .kobito_layer > div::after {
    animation: kobito-para-after 0.6s steps(1, end) infinite;
  }
  .fl_main_kv .kobito_layer > div.a {
    left: 100%;
    animation: kobito-pc-a-move 70s linear infinite;
  }
  .fl_main_kv .kobito_layer > div.a::before, .fl_main_kv .kobito_layer > div.a::after {
    animation-duration: 1.2s;
  }
  .fl_main_kv .kobito_layer > div.b {
    right: -10%;
    animation: kobito-pc-b-move 56s linear infinite;
  }
  .fl_main_kv .kobito_layer > div.b::before, .fl_main_kv .kobito_layer > div.b::after {
    animation-duration: 1.2s;
  }
  .fl_main_kv .kobito_layer > div.c {
    right: 100%;
    animation: kobito-pc-c-move 58s linear infinite;
  }
  .fl_main_kv .kobito_layer > div.c::before, .fl_main_kv .kobito_layer > div.c::after {
    animation-duration: 1.4s;
  }
  .fl_main_kv .kobito_layer > div.d {
    left: -10%;
    animation: kobito-pc-d-move 60s linear infinite;
  }
  .fl_main_kv .kobito_layer > div.d::before, .fl_main_kv .kobito_layer > div.d::after {
    animation-duration: 1s;
  }
}
@media (max-width: 767.98px) {
  .fl_main_kv {
    aspect-ratio: 750/1082;
    background-image: url(../img/main_kv/sp_back.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 1.5em;
  }
  .fl_main_kv .title .title_logo {
    width: 72%;
  }
  .fl_main_kv .title .title_txt {
    width: 64%;
  }
  .fl_main_kv .kobito_kv {
    width: 21%;
    bottom: 14%;
  }
  .fl_main_kv .kobito_layer > div {
    width: 37%;
    aspect-ratio: 1;
    background-size: 100% 100%;
    bottom: -9%;
    z-index: 2;
  }
  .fl_main_kv .kobito_layer > div::before {
    animation: kobito-para-before 0.6s steps(1, end) infinite;
  }
  .fl_main_kv .kobito_layer > div::after {
    animation: kobito-para-after 0.6s steps(1, end) infinite;
  }
  .fl_main_kv .kobito_layer > div.a {
    right: -40%;
    animation: kobito-sp-a-move 12s linear infinite;
  }
  .fl_main_kv .kobito_layer > div.a::before, .fl_main_kv .kobito_layer > div.a::after {
    animation-duration: 1.2s;
  }
  .fl_main_kv .kobito_layer > div.b {
    right: -40%;
    animation: kobito-sp-b-move 9.75s linear infinite 3.5s;
  }
  .fl_main_kv .kobito_layer > div.b::before, .fl_main_kv .kobito_layer > div.b::after {
    animation-duration: 1s;
  }
  .fl_main_kv .kobito_layer > div.c {
    left: -40%;
    animation: kobito-sp-c-move 13.5s linear infinite 2s;
  }
  .fl_main_kv .kobito_layer > div.c::before, .fl_main_kv .kobito_layer > div.c::after {
    animation-duration: 1.4s;
  }
}

@keyframes kobito-para-before {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes kobito-para-after {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes kobito-sp-a-move {
  0% {
    right: -40%;
    opacity: 1;
  }
  94% {
    right: 100%;
    opacity: 1;
  }
  96% {
    right: 100%;
    opacity: 0;
  }
  98% {
    right: -40%;
    opacity: 0;
  }
  100% {
    right: -40%;
    opacity: 1;
  }
}
@keyframes kobito-sp-b-move {
  0% {
    right: -40%;
    opacity: 1;
  }
  94% {
    right: 100%;
    opacity: 1;
  }
  96% {
    right: 100%;
    opacity: 0;
  }
  98% {
    right: -40%;
    opacity: 0;
  }
  100% {
    right: -40%;
    opacity: 1;
  }
}
@keyframes kobito-sp-c-move {
  0% {
    left: -40%;
    opacity: 1;
  }
  94% {
    left: 100%;
    opacity: 1;
  }
  96% {
    left: 100%;
    opacity: 0;
  }
  98% {
    left: -40%;
    opacity: 0;
  }
  100% {
    left: -40%;
    opacity: 1;
  }
}
@keyframes kobito-pc-a-move {
  0% {
    left: 100%;
  }
  49.9% {
    left: -10%;
    opacity: 1;
  }
  49.91% {
    left: -10%;
    opacity: 0;
  }
  49.99% {
    left: 100%;
    opacity: 0;
  }
  50% {
    left: 100%;
    opacity: 1;
  }
  99.9% {
    left: -10%;
    opacity: 1;
  }
  99.91% {
    left: -10%;
    opacity: 0;
  }
  99.99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@keyframes kobito-pc-b-move {
  0% {
    right: -10%;
  }
  49.9% {
    right: 100%;
    opacity: 1;
  }
  49.91% {
    right: 100%;
    opacity: 0;
  }
  49.99% {
    right: -10%;
    opacity: 0;
  }
  50% {
    right: -10%;
    opacity: 1;
  }
  99.9% {
    right: 100%;
    opacity: 1;
  }
  99.91% {
    right: 100%;
    opacity: 0;
  }
  99.99% {
    right: -10%;
    opacity: 0;
  }
  100% {
    right: -10%;
    opacity: 1;
  }
}
@keyframes kobito-pc-c-move {
  0% {
    right: 100%;
  }
  49.9% {
    right: -10%;
    opacity: 1;
  }
  49.91% {
    right: -10%;
    opacity: 0;
  }
  49.99% {
    right: 100%;
    opacity: 0;
  }
  50% {
    right: 100%;
    opacity: 1;
  }
  99.9% {
    right: -10%;
    opacity: 1;
  }
  99.91% {
    right: -10%;
    opacity: 0;
  }
  99.99% {
    right: 100%;
    opacity: 0;
  }
  100% {
    right: 100%;
    opacity: 1;
  }
}
@keyframes kobito-pc-d-move {
  0% {
    left: -10%;
  }
  37% {
    left: 100%;
    opacity: 1;
  }
  37.1% {
    left: 100%;
    opacity: 0;
  }
  37.5% {
    left: -10%;
    opacity: 0;
  }
  37.9% {
    left: -10%;
    opacity: 1;
  }
  99.9% {
    left: 100%;
    opacity: 1;
  }
  99.91% {
    left: 100%;
    opacity: 0;
  }
  99.99% {
    left: -10%;
    opacity: 0;
  }
  100% {
    left: -10%;
    opacity: 1;
  }
}
.fl_section01 {
  background-color: #d5e6ed;
  position: relative;
}
.fl_section01::before {
  content: "";
  background-image: url(../img/section01/hashira01.png);
  background-size: 100% 100%;
  position: absolute;
  aspect-ratio: 42/220;
}
.fl_section01::after {
  content: "";
  background-image: url(../img/section01/hashira01.png);
  background-size: 100% 100%;
  position: absolute;
  aspect-ratio: 42/220;
}
.fl_section01 .container {
  position: relative;
}
.fl_section01 .container::before {
  content: "";
  background-image: url(../img/section01/hashira02.png);
  background-size: 100% 100%;
  position: absolute;
  aspect-ratio: 21/111;
}
.fl_section01 .container::after {
  content: "";
  background-image: url(../img/section01/hashira02.png);
  background-size: 100% 100%;
  position: absolute;
  aspect-ratio: 21/111;
}
.fl_section01 .welcome_p {
  text-align: center;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.fl_section01 .welcome_p > span {
  background: linear-gradient(transparent 0%, #ffffda 0%);
  font-weight: 600;
}
@media (min-width: 768px) {
  .fl_section01 {
    position: relative;
  }
  .fl_section01::before {
    width: 42px;
    top: 130px;
    right: calc(50% + 300px);
    z-index: 1;
  }
  .fl_section01::after {
    width: 42px;
    top: 130px;
    left: calc(50% + 300px);
    z-index: 1;
  }
  .fl_section01 .container {
    padding-bottom: 120px;
    background: linear-gradient(90deg, rgb(213, 230, 237) 0%, rgb(255, 255, 255) 50%, rgb(213, 230, 237) 100%);
  }
  .fl_section01 .container::before {
    width: 21px;
    top: 200px;
    right: calc(50% + 220px);
  }
  .fl_section01 .container::after {
    width: 21px;
    top: 200px;
    left: calc(50% + 220px);
  }
  .fl_section01 .title {
    width: 367px;
    margin: 0 auto;
    padding: 20px 0 30px;
  }
  .fl_section01 .title > .next {
    width: 75px;
    margin: 0 auto 25px;
  }
  .fl_section01 .welcome_p {
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
  }
  .fl_section01 .welcome_p > span {
    font-size: 18px;
  }
  .fl_section01 .pc_kobito > img {
    position: absolute;
    width: 80px;
    top: 140px;
  }
  .fl_section01 .pc_kobito > img:nth-child(1) {
    left: calc(50% + 550px);
  }
  .fl_section01 .pc_kobito > img:nth-child(2) {
    right: calc(50% + 550px);
  }
}
@media (max-width: 767.98px) {
  .fl_section01 {
    padding: 60px 0 0 0;
    background: linear-gradient(90deg, rgb(213, 230, 237) -20%, rgb(255, 255, 255) 50%, rgb(213, 230, 237) 120%);
  }
  .fl_section01::before {
    width: 12%;
    left: 2%;
    top: 170px;
    z-index: 0;
    opacity: 0.6;
  }
  .fl_section01::after {
    width: 12%;
    right: 2%;
    top: 170px;
    z-index: 0;
    opacity: 0.6;
  }
  .fl_section01 .container {
    z-index: 1;
  }
  .fl_section01 .container::before {
    width: 6%;
    left: 20%;
    top: 170px;
    z-index: -1;
  }
  .fl_section01 .container::after {
    width: 6%;
    right: 20%;
    top: 170px;
    z-index: -1;
  }
  .fl_section01 .title {
    width: 80%;
    margin: 0 auto 25px;
  }
  .fl_section01 .title > .next {
    width: 34%;
    margin: 0 auto 15px;
  }
  .fl_section01 .welcome_p {
    font-size: 15px;
    line-height: 2em;
    padding-bottom: 35px;
    z-index: 1;
    position: relative;
  }
  .fl_section01 .welcome_p > span {
    font-size: 18px;
  }
}

.fl_section04 {
  position: relative;
}
.fl_section04 .bnr_box > a {
  filter: drop-shadow(0px 5px 5px rgba(0, 78, 162, 0.4));
}
@media (min-width: 768px) {
  .fl_section04 .fl_section04_top {
    width: 422px;
    position: absolute;
    left: 0;
    right: 0;
    top: -96px;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    filter: blur(0);
  }
  .fl_section04 .fl_section04_back {
    background-image: url(../img/section04/back.avif);
    background-size: 1440px;
    background-position: top center;
    padding-top: 45px;
    padding-bottom: 70px;
  }
  .fl_section04 .check {
    width: 215px;
    margin: -50px auto 20px;
  }
  .fl_section04 .bnr_box {
    width: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
  }
  .fl_section04 .bnr_box > .dinner, .fl_section04 .bnr_box > .salon {
    width: 170px;
  }
  .fl_section04 .pc_kobito > img {
    position: absolute;
    width: 100px;
    top: 220px;
  }
  .fl_section04 .pc_kobito > img:nth-child(1) {
    left: calc(50% + 550px);
  }
  .fl_section04 .pc_kobito > img:nth-child(2) {
    right: calc(50% + 550px);
  }
}
@media (max-width: 767.98px) {
  .fl_section04 .fl_section04_top {
    position: relative;
    background: linear-gradient(90deg, rgb(213, 230, 237) -20%, rgb(255, 255, 255) 50%, rgb(213, 230, 237) 120%);
  }
  .fl_section04 .fl_section04_top::before {
    content: "";
    background-image: url(../img/section04/arch_sp.png);
    background-size: cover;
    aspect-ratio: 750/325;
    width: 100%;
    position: absolute;
    top: -15%;
    left: 0;
    z-index: 1;
  }
  .fl_section04 .fl_section04_top > div::before {
    content: "";
    background-image: url(../img/section03/pillar_back_sp.png);
    background-size: 100%;
    background-repeat: repeat-y;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .fl_section04 .fl_section04_top > div::after {
    content: "";
    background-image: url(../img/section03/pillar_back_sp.png);
    background-size: 100%;
    background-repeat: repeat-y;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(-1, 1);
  }
  .fl_section04 .fl_section04_back {
    background-image: url(../img/section04/sp_back.avif);
    background-size: 100%;
    padding-bottom: 50px;
  }
  .fl_section04 .check {
    width: 56%;
    margin: -40px auto 15px;
  }
  .fl_section04 .bnr_box {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 15px;
  }
  .fl_section04 .bnr_box > .dinner, .fl_section04 .bnr_box > .salon {
    width: calc(50% - 8px);
  }
}

.fl_section05::before {
  content: "";
  background-image: url(../img/section05/kobito.png);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  z-index: 1;
}
.fl_section05 .btm_p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  .fl_section05 {
    padding-bottom: 60px;
  }
  .fl_section05::before {
    width: 444px;
    height: 140px;
  }
  .fl_section05 .fl_section05_back {
    height: 250px;
    background-image: url(../img/main_kv/pc_back.avif);
    background-size: 2000px;
    background-position: top center;
    position: relative;
    overflow: hidden;
  }
  .fl_section05 .fl_section05_back::before {
    content: "";
    background-image: url(../img/main_kv/pc_arch.png);
    background-size: cover;
    width: 683px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .fl_section05 .mikke {
    width: 180px;
    margin: 0 auto;
    padding-top: 35px;
  }
  .fl_section05 .btm_p {
    font-size: 15px;
    padding-top: 15px;
    position: relative;
  }
  .fl_section05 .a_btn {
    width: 315px;
    margin: 10px auto;
    display: block;
  }
}
@media (max-width: 767.98px) {
  .fl_section05 {
    padding-bottom: 60px;
  }
  .fl_section05::before {
    background-image: url(../img/section05/kobito_sp.png);
    aspect-ratio: 595/251;
    width: 85%;
  }
  .fl_section05 .fl_section05_back {
    background-image: url(../img/main_kv/sp_back.avif);
    background-size: 100%;
    background-position: top;
    padding: 30px 0 50px;
  }
  .fl_section05 .mikke {
    width: 48%;
    margin: 0 auto 15px;
  }
  .fl_section05 .btm_p {
    font-size: 15px;
  }
  .fl_section05 .a_btn {
    width: 84%;
    margin: 15px auto 0;
    display: block;
  }
}

.inview-fade-up {
  transition: opacity 1s, transform 1s;
  opacity: 0;
  transform: translateY(20px);
}
.inview-fade-up.inview-once {
  opacity: 1;
  transform: translateY(0);
}

.inview-scale-bounce {
  transition: opacity 0.3s;
  opacity: 1;
}
.inview-scale-bounce.inview {
  opacity: 1;
  transform: scale(1);
  animation: inview-scale-animation 0.7s ease;
}

@keyframes inview-scale-animation {
  0% {
    transform: scale(0.95);
  }
  16.6% {
    transform: scale(1.05);
  }
  33% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  66.6% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.shine {
  position: relative;
}

.shine img {
  display: block;
}

.shine .glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 250, 225, 0.7) 53%, transparent 62%);
  background-size: 250% 100%;
  background-position: 130% 0;
  -webkit-mask: var(--logo) center/contain no-repeat;
  mask: var(--logo) center/contain no-repeat;
  animation: swp 3.4s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

@keyframes swp {
  0% {
    background-position: 130% 0;
  }
  35% {
    background-position: -30% 0;
  }
  100% {
    background-position: -30% 0;
  }
}/*# sourceMappingURL=close.css.map */