<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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


main {
  background-color: #FCFCFC;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  main {
    font-weight: 400;
  }
}

h1 {
  font-size: 28px;
  color: #EBEAE5;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  h1 {
    line-height: 2.5;
    font-size: 22px;
  }
}

.bg-main {
  position: relative;
}
.bg-main::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("/img/top_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #FCFCFC;
  top: 0;
  left: 0;
}

.bg-area {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  position: fixed;
  background-image: url("/img/top_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-area .bg-container {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s all;
  position: fixed;
}
.bg-area .floor5_bg {
  opacity: 0;
  background: linear-gradient(90deg, #f8ebea 0%, #f8ebea 55%, #fdf9d4 90%);
}
.bg-area .floor5_bg.floor5_view {
  opacity: 1;
}
.bg-area .floor4_bg {
  opacity: 0;
  background: -webkit-linear-gradient(left, #070404 0%, #3a1e1e 55%, #3a1e1e 90%);
  background: -o-linear-gradient(left, #070404 0%, #3a1e1e 55%, #3a1e1e 90%);
  background: linear-gradient(to right, #070404 0%, #3a1e1e 55%, #3a1e1e 90%);
}
.bg-area .floor4_bg.floor4_view {
  opacity: 1;
}

.ani-container img {
  width: 100%;
  object-fit: cover;
}

.ani_01 {
  position: absolute;
  width: 132px;
  height: 92px;
  bottom: -10px;
  right: calc(100% + 72.5px);
  opacity: 0;
  transform: translateX(-40%) translateY(-40%) rotate(10deg);
}
@media only screen and (max-width: 767px) {
  .ani_01 {
    width: 100px;
    height: 72px;
    right: 0px;
    bottom: -80px;
  }
}
.ani_01 .petal_01 {
  position: absolute;
  width: 66px;
}
@media only screen and (max-width: 767px) {
  .ani_01 .petal_01 {
    width: 50px;
  }
}
.ani_01 .petal_02 {
  position: absolute;
  width: 44px;
  top: 50px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .ani_01 .petal_02 {
    width: 33px;
    top: 30px;
  }
}
.ani_01.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_01.is-animated .petal_02 {
  right: 0;
  transition: 2.5s;
  transform: rotate(-11deg);
}

.ani_02 {
  position: absolute;
  width: 222px;
  height: 150px;
  top: -80px;
  left: 160px;
  opacity: 0;
  transform: translateX(40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_02 {
    width: 120px;
    height: 90px;
    left: 180px;
    top: -20px;
  }
}
.ani_02 .petal_03 {
  position: absolute;
  width: 52px;
  transform: rotate(20deg);
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .ani_02 .petal_03 {
    width: 31px;
  }
}
.ani_02 .petal_04 {
  position: absolute;
  width: 102px;
  top: 40px;
  right: 0px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .ani_02 .petal_04 {
    width: 60px;
    top: 30px;
  }
}
.ani_02.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_02.is-animated .petal_03 {
  left: 0;
  transition: 2.5s;
}
.ani_02.is-animated .petal_03 img {
  filter: blur(2px);
}

.ani_03 {
  position: absolute;
  width: 73px;
  height: 128px;
  top: 600px;
  right: 305px;
  opacity: 0;
  transform: translateX(40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_03 {
    width: 40px;
    height: 95px;
    top: auto;
    bottom: 30px;
    right: 190px;
  }
}
.ani_03 .petal_05 {
  left: 10px;
  position: absolute;
  width: 40px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .ani_03 .petal_05 {
    width: 32px;
  }
}
.ani_03 .petal_06 {
  position: absolute;
  width: 70px;
  bottom: 0px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_03 .petal_06 {
    width: 40px;
  }
}
.ani_03.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_03.is-animated .petal_05 {
  transition: 2.5s;
}
.ani_03.is-animated .petal_05 img {
  filter: blur(2px);
}

.ani_04 {
  position: absolute;
  width: 160px;
  height: 166px;
  bottom: -150px;
  left: 300px;
  opacity: 0;
  transform: translateX(-40%) translateY(-40%) rotate(10deg);
}
@media only screen and (max-width: 767px) {
  .ani_04 {
    width: 80px;
    height: 100px;
    top: auto;
    bottom: -120px;
    left: 0;
  }
}
.ani_04 .petal_07 {
  right: 0px;
  position: absolute;
  width: 100px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_04 .petal_07 {
    width: 60px;
  }
}
.ani_04 .petal_08 {
  position: absolute;
  width: 50px;
  bottom: 0px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_04 .petal_08 {
    width: 30px;
  }
}
.ani_04.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_04.is-animated .petal_08 {
  transition: 2.5s;
}
.ani_04.is-animated .petal_08 img {
  filter: blur(2px);
}

.ani_05 {
  position: absolute;
  width: 126px;
  height: 126px;
  bottom: -170px;
  left: 120px;
  opacity: 0;
  transform: translateX(-40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_05 {
    width: 80px;
    height: 100px;
    bottom: -50px;
    left: auto;
    right: 0;
  }
}
.ani_05 .petal_09 {
  position: absolute;
  width: 78px;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .ani_05 .petal_09 {
    width: 58px;
  }
}
.ani_05 .petal_10 {
  position: absolute;
  width: 44px;
  right: 0;
  bottom: 0px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .ani_05 .petal_10 {
    width: 33px;
  }
}
.ani_05.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_05.is-animated .petal_10 {
  transition: 2.5s;
}
.ani_05.is-animated .petal_10 img {
  filter: blur(2px);
}

.ani_06 {
  position: absolute;
  width: 136px;
  height: 146px;
  bottom: -360px;
  right: 0;
  opacity: 0;
  transform: translateX(40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_06 {
    transform: translateX(-40%) translateY(-40%) rotate(10deg);
    width: 80px;
    height: 100px;
    bottom: -150px;
    left: auto;
    right: 0;
  }
}
.ani_06 .petal_11 {
  position: absolute;
  width: 51px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_06 .petal_11 {
    width: 31px;
  }
}
.ani_06 .petal_12 {
  position: absolute;
  width: 83px;
  right: 0;
  bottom: 0px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .ani_06 .petal_12 {
    width: 51px;
  }
}
.ani_06.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_06.is-animated .petal_11 {
  transition: 2.5s;
}
.ani_06.is-animated .petal_11 img {
  filter: blur(2px);
}

.ani_07 {
  position: absolute;
  width: 70px;
  height: 73px;
  bottom: -560px;
  right: 0;
  opacity: 0;
  transform: translateX(40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_07 {
    width: 40px;
    bottom: -270px;
    right: 0px;
    transform: translateX(-40%) translateY(-40%) rotate(10deg);
  }
}
.ani_07 .petal_13 {
  position: absolute;
  transform: rotate(-30deg);
}
.ani_07.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_07.is-animated .petal_11 {
  transition: 2.5s;
}
.ani_07.is-animated .petal_11 img {
  filter: blur(2px);
}

.ani_08 {
  position: absolute;
  width: 106px;
  height: 126px;
  bottom: -210px;
  left: 95px;
  opacity: 0;
  transform: translateX(-40%) translateY(-40%) rotate(10deg);
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .ani_08 {
    width: 80px;
    height: 100px;
    bottom: -150px;
    left: 45px;
  }
}
.ani_08 .petal_14 {
  position: absolute;
  width: 80px;
  right: 0;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_08 .petal_14 {
    width: 60px;
  }
}
.ani_08 .petal_15 {
  position: absolute;
  width: 33px;
  bottom: 0px;
  transform: rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .ani_08 .petal_15 {
    width: 23px;
  }
}
.ani_08.is-animated {
  transition: 1.5s;
  opacity: 1;
  transform: translateX(0%) translateY(0%) rotate(0deg);
}
.ani_08.is-animated .petal_15 {
  transition: 2.5s;
}
.ani_08.is-animated .petal_15 img {
  filter: blur(2px);
}

.hero-area {
  position: relative;
  box-sizing: border-box;
  height: calc(100svh - 100px);
  margin: 30px 30px 40px;
  z-index: 110;
}

@media only screen and (max-width: 767px) {
  .hero-area {
    height: calc(60svh - 60px);
    margin: 0;
  }
}
.hero-area .hero-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-area .hero-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-area .hero-img video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-area .hero-catch {
  position: absolute;
  left: 70px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .hero-area .hero-catch {
    left: 15px;
    bottom: 20px;
  }
}
.hero-txt {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  color: #B4A36D;
}
@media only screen and (max-width: 767px) {
  .hero-txt {
    font-size: 11px;
  }
}

.hero-txt-img {
  width: 126px;
}
@media only screen and (max-width: 767px) {
  .hero-txt-img {
    width: 100px;
  }
}

.nenga-banner {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .nenga-banner {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .top_banner_pc {
    display: block;
    position: absolute;
    width: 373px;
    right: 37px;
    bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .top_banner_sp {
    position: relative;
    z-index: 50;
    display: block;
    width: 270px;
    margin: 18px auto;
  }

  .top_banner_sp img {
    width: 100%;
    object-fit: cover;
  }
}
.diary-area {
  font-family: 'Noto Serif JP', 'sans-serif';
  margin-left: auto;
  margin-right: auto;
  color: #4D4D4D;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .diary-area {
    margin-top: 57px;
    display: inline-flex;
    justify-content: center;
    gap: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .diary-area {
    margin-top: 18px;
  }
}
.diary-area .diary-title {
  position: relative;
  display: flex;
  align-items: baseline;
  color: #4D4D4D;
  text-decoration: none;
  font-weight: 200;
  font-family: 'Noto Serif JP', 'sans-serif';
}

@media only screen and (max-width: 767px) {
  .diary-area .diary-title {
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    max-width: 345px;
  }
}
@media print, screen and (min-width: 768px) {
  .diary-area .diary-title::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 120%;
    left: -18.5px;
    top: -10%;
    background: #4D4D4D;
  }
}
.diary-area .diary-date {
  margin-right: 20px;
}

.diary-area .diary-arrow {
  width: 30px;
}
@media print, screen and (min-width: 768px) {
  .diary-area .diary-arrow {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .diary-area .diary-arrow {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .diary-area .diary-arrow {
    width: auto;
  }
}
.mfp-wrap {
  position: fixed !important;
  top: 15px !important;
  overflow-y: auto;
}

#modal {
  position: relative;
  background-color: white;
  padding: 0px 66px 80px;
  max-width: 1126px;
  box-sizing: border-box;
  margin: auto;
  background-image: url("/misc/popup-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  font-family: 'Noto Serif JP', '游明朝' , 'Yu Mincho' , '游明朝体' , 'YuMincho', 'HG明朝B', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
@media only screen and (max-width: 767px) {
  #modal {
    width: calc(100% - 30px);
    padding: 40px 20px 20px;
    background-position: right top;
  }
}
@media print, screen and (min-width: 768px) {
  #modal .popup-content {
    display: flex;
    gap: 47px;
  }
}
#modal .popup-owner {
  width: 139px;
}
@media only screen and (max-width: 767px) {
  #modal .popup-owner {
    width: 85px;
  }
}
#modal .mfp-close {
  display: none;
}
#modal .popup-head {
  display: flex;
  align-items: flex-end;
  color: #c5585a;
  font-weight: bold;
}
#modal .popup-head .popup-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  #modal .popup-head .popup-title {
    margin-bottom: 10px;
  }
}
#modal .popup-text {
  width: 670px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #modal .popup-text {
    width: 100%;
  }
}
#modal .popup-modal-dismiss {
  position: absolute;
  top: 30px;
  right: 30px;
}
#modal .popup-modal-dismiss span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 200;
  font-family: "Noto Serif JP", "sans-serif";
}
#modal .popup-modal-dismiss .mfp-close {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #modal .popup-image {
    max-width: 330px;
  }
}

#concept {
  position: relative;
  margin-top: 165px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #concept {
    padding-bottom: 90px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #concept {
    margin-top: 60px;
  }
}
#concept .sec-head {
  font-size: 20px;
  color: #C5585A;
}

@media only screen and (max-width: 767px) {
  #concept .sec-head {
    font-size: 16px;
  }
}
#concept .concept-container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #concept .concept-container {
    display: flex;
  }
}
#concept .concept-text {
  width: 100%;
  color: #4D4D4D;
  margin-top: 33px;
  position: relative;
  z-index: 1;
}

#concept .concept-text .txt01 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  #concept .concept-text .txt01 {
    font-size: 22px;
  }
}
#concept .concept-text .txt02 {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
  #concept .concept-text .txt02 {
    font-size: 14px;
    line-height: 1.5;
  }
}
#concept .concept-img-area {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #concept .concept-img-area {
    margin-top: 30px;
  }

  #concept .concept-img-area img {
    width: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  #concept .concept-img-area .img-01 {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #concept .concept-img-area .img-01 {
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  #concept .concept-img-area .img-02 {
    position: absolute;
    right: -15px;
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #concept .concept-img-area .img-02 {
    margin-left: auto;
    margin-top: 10px;
    width: 200px;
  }
}
#floor5 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media print, screen and (min-width: 768px) {
  #floor5 {
    min-height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  #floor5 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
#floor5 .sec-head {
  font-size: 20px;
  color: #C5585A;
  font-weight: 200;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
  #floor5 .sec-head {
    position: absolute;
    top: 80px;
    left: 0;
  }
}  

@media only screen and (max-width: 767px) {
  #floor5 .sec-head {
    position: relative;
    font-size: 24px;
    margin-top: 55px;
    margin-bottom: 10px;
  }
  #floor5 .sec-head::after{
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #C5585A;
    right: 0;
    top: 19px;
  }

}
#floor5 .f5-container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #floor5 .f5-container {
    display: flex;
    flex-direction: row-reverse;
  }
}
#floor5 .f5-text {
  color: #4D4D4D;
  margin-top: 170px;
  display: inline-block;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #floor5 .f5-text {
    margin-top: 25px;
  }
}

#floor5.is-view .f5-text {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #floor5 .f5-text {
    margin-right: 50px;
    color: #4D4D4D;
  }
}
#floor5 .f5-text .sectionPage_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  #floor5 .f5-text .sectionPage_link {
    letter-spacing: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  #floor5 .f5-text .sectionPage_link::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 10px;
    width: 30px;
    height: 11px;
    background-image: url("/img/arrow_right.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#floor5 .sp-button-box{
  text-align: right;
  margin-top: 10px;
}
#floor5 .sp-floor-button{
  position: relative;
  font-size: 14px;
  background-color: #4D4D4D;
  color: #EBEAE5;
  text-decoration: none;
  padding: 2px 35px 2px 25px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: 0;
}
#floor5 .sp-floor-button::after{
  content: "";
  position: absolute;
  right: 17px;
  top: 11px;
  width: 13px;
  height: 5px;
  background-image: url("/img/arrow_right_w_sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
#floor5 .f5-text .txt01 {
  font-size: 16px;
  margin-top: 65px;
  letter-spacing: 1px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #floor5 .f5-text .txt01 {
    margin-top: 30px;
  }
}
#floor5 .f5-text .txt02 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 2em;
}

#floor5 .f5-img-area {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #floor5 .f5-img-area img {
    width: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  #floor5 .f5-img-area .img-01 {
    width: 483px;
    position: absolute;
    right: -15px;
    top: 0;
  }
}
#floor4 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media print, screen and (min-width: 768px) {
  #floor4 {
    min-height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  #floor4 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
#floor4 .sec-head {
  font-size: 20px;
  color: #B4A36D;
  font-weight: 200;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 768px) {
  #floor4 .sec-head {
    position: absolute;
    top: 80px;
    right: 435px;
  }
}
@media only screen and (max-width: 767px) {
  #floor4 .sec-head {
    position: relative;
    margin-top: 55px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  #floor4 .sec-head::after{
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #B4A36D;
    right: 0;
    top: 19px;
  }
}

#floor4 .f4-container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #floor4 .f4-container {
    display: flex;
  }
}
#floor4 .f4-text {
  color: #fff;
  margin-top: 170px;
  display: inline-block;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  #floor4 .f4-text {
    margin-top: 25px;
  }
}

#floor4.is-view .f4-text {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #floor4 .f4-text {
    max-width: 607px;
    margin-left: 56px;
  }
}
#floor4 .sp-button-box{
  text-align: right;
  margin-top: 10px;
}
#floor4 .sp-floor-button{
  position: relative;
  font-size: 14px;
  background-color: #EBEAE5;
  color: #3A1E1E;
  text-decoration: none;
  padding: 2px 35px 2px 25px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: 0;
}
#floor4 .sp-floor-button::after{
  content: "";
  position: absolute;
  right: 17px;
  top: 11px;
  width: 13px;
  height: 5px;
  background-image: url("/img/arrow_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#floor4 .f4-text .sectionPage_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #floor4 .f4-text .sectionPage_link {
    letter-spacing: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  #floor4 .f4-text .sectionPage_link::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 10px;
    width: 30px;
    height: 11px;
    background-image: url("/img/arrow_right_w.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#floor4 .f4-text .txt01 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 65px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  #floor4 .f4-text .txt01 {
    margin-top: 35px;
  }

}

#floor4 .f4-text .txt02 {
  font-size: 13px;
  margin-bottom: 2em;
  letter-spacing: 1px;
}

#floor4 .f4-img-area {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #floor4 .f4-img-area img {
    width: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  #floor4 .f4-img-area .img-01 {
    width: 483px;
    position: absolute;
    left: -15px;
    top: 0;
  }
}
#news #sec_04 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  #news #sec_04 {
    width: 800px;
    display: flex;
    align-items: center;
  }
}
#news #sec_04 h3 {
  width: 160px;
  font-size: 26px;
  font-weight: 200;
  color: #4D4D4D;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  #news #sec_04 h3 {
    font-size: 22px;
    padding-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
  }
}
#news #sec_04 h3::before {
  content: "News";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  font-weight: 200;
  color: #C5585A;
}

@media only screen and (max-width: 767px) {
  #news #sec_04 h3::before {
    font-size: 16px;
  }
}
#news #sec_04 ul {
  width: 100%;
  height: 235px;
  overflow: auto;
  margin: 0;
}
#news #sec_04 ul .simplebar-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0!important;
}

@media only screen and (max-width: 767px) {
  #news #sec_04 ul {
    padding-left: 0;
  }
}
#news #sec_04 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
  gap: 10px;
  border-bottom: 1px solid #EBEAE5;
}

#news #sec_04 ul .date {
  font-size: 14px;
}

#news #sec_04 ul a {
  color: #4D4D4D !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

#news #sec_04 ul .f5:after {
  content: "5F スターライトバーソレイユ";
  position: absolute;
  font-weight: 200;
  font-size: 14px;
  /*color: #F8EBEA;*/
  color: #fff;
  padding: 0 13px;
  background-color: #88AA88;
  left: 120px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #news #sec_04 ul .f5:after {
    left: 6em;
    font-weight: 400;
  }
}

#news #sec_04 ul .f4:after {
  content: "4F ラ・ポルト・ドュ・それいゆ ";
  position: absolute;
  font-weight: 200;
  font-size: 14px;
  color: #F8EBEA;
  padding: 0 13px;
  background-color: #C5585A;
  left: 120px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #news #sec_04 ul .f4:after {
    left: 6em;
    font-weight: 400;
  }
}

#news #sec_04 ul .soleil_01:after {
  content: "採用情報 ";
  position: absolute;
  font-weight: 200;
  font-size: 14px;
  color: #F8EBEA;
  padding: 0 13px;
  background-color: #3A1E1E;
  left: 120px;
  top: 0;
}
@media only screen and (max-width: 767px) {
  #news #sec_04 ul .soleil_01:after {
    left: 6em;
    font-weight: 400;
  }
}

.banner_area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .banner_area {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .banner_area .floorguide {
    width: 478px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_area .floorguide {
    width: 100%;
  }
}
.banner_area .floorguide img {
  width: 100%;
  object-fit: cover;
}

#modal .popup-image video {
  width: 100%;
}


/*# sourceMappingURL=page_top.css.map */
</pre></body></html>