@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
.u-en {
  font-family: "Merriweather", serif;
}

article {
  color: #000;
}
article a {
  color: #000;
}
article img {
  width: 100%;
}
article a {
  display: block;
}
article h2, article h3 {
  margin: 0;
}

@media print, screen and (min-width: 1024px) {
  :root {
    --stage-height: 100vh;
    --stage-height-scene1:200vh;
    --stage-height-scene2:240vw;
    --stage-height-scene3:160vw;
    --stage-height-scene4:calc(190vw + 140vh);
    --stage-height-scene5:183.5vw;
    --inner-height:50vw;
  }
  body {
    overflow-x: hidden;
  }
  ._area {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    display: none;
  }
  ._area a {
    display: block;
    background: #eee;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  ._link {
    position: absolute;
    top: 0vw;
    left: 0px;
    width: 20vw;
    height: 10px;
    z-index: 100;
  }
  ._link#check-in {
    top: 140vw;
  }
  ._link#wallpaper {
    top: 15vw;
  }
  ._link#luxury-time {
    top: 80vw;
  }
  ._link#receipe {
    top: 20vw;
  }
  body.is-dev ._area {
    display: block;
  }
  .breadcrumb-wrap {
    position: relative;
    z-index: 100;
  }
  .mainContents {
    margin-top: -152px;
  }
  .block-virtual {
    position: relative;
  }
  .block-virtual span {
    display: none;
  }
  .stage-sp {
    position: relative;
  }
  .block-virtual-stage {
    position: relative;
    width: 100%;
    font-size: 10px;
  }
  .block-virtual {
    scroll-snap-align: start;
  }
  .block-virtual span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 0 20px;
    width: 100px;
  }
  .block-virtual-scene1 {
    height: var(--stage-height-scene1);
  }
  .block-virtual-scene2 {
    height: var(--stage-height-scene2);
  }
  .block-virtual-scene3 {
    height: var(--stage-height-scene3);
  }
  .block-virtual-scene4 {
    height: var(--stage-height-scene4);
  }
  .block-virtual-scene5 {
    height: var(--stage-height-scene5);
  }
  .block-virtual-last {
    height: 0;
  }
  .block-virtual-scene1 {
    background-color: rgba(50, 28, 211, 0.2);
  }
  .block-virtual-scene2 {
    background-color: rgba(253, 185, 19, 0.2);
  }
  .block-virtual-scene3 {
    background-color: rgba(18, 230, 230, 0.2);
  }
  .block-virtual-scene4 {
    background-color: rgba(255, 255, 0, 0.2);
  }
  .block-virtual-scene5 {
    background-color: rgba(153, 153, 153, 0.2);
  }
  /* ----------------------------------------------------------
  block-banner
  ---------------------------------------------------------- */
  .block-banner {
    position: relative;
    background: #fff;
  }
  .block-banner img {
    width: 100%;
  }
  .block-banner a {
    display: block;
    border-radius: 1.3888888889vw;
    overflow: hidden;
  }
  .block-banner ._list {
    padding: 5vw 5vw 2vw 5vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .block-banner ._list > div {
    width: calc(50% - 2.5vw);
    margin-left: 5vw;
  }
  .block-banner ._list > div:nth-child(2n+1) {
    margin-left: 0;
  }
  .block-banner ._list > div:nth-child(n+3) {
    margin-top: 5vw;
  }
  .block-banner ._note {
    padding: 2vw;
    color: #000;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .modal-canvas {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 300px;
    z-index: 99999990;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    display: none;
  }
  .modal-canvas canvas {
    width: 100%;
  }
  .block-wrap {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-family: "Noto Serif JP", serif;
  }
  .block-wrap img {
    width: 100%;
  }
  .block-wrap h2, .block-wrap h3, .block-wrap h4, .block-wrap p {
    margin: 0;
  }
  .block-wrap sup {
    font-size: 50%;
  }
  .block-wrap img {
    width: 100%;
  }
  .block-note {
    position: relative;
    z-index: 100;
  }
  .block-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh + 2px);
    z-index: 5;
  }
  .block-fix .js-state {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    font-size: 14px;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    display: none;
    opacity: 0.6;
  }
  .block-fix img {
    width: 100%;
  }
  .block-fix h1, .block-fix h2, .block-fix h3, .block-fix h4, .block-fix p {
    margin: 0;
  }
  .js-sp-height {
    position: fixed;
    top: 0;
    left: -10px;
    width: 5px;
    height: 100vh;
    background: #888;
    z-index: 1000000;
  }
  .block-banner {
    z-index: 10;
  }
  footer.footerWrap {
    position: relative;
    z-index: 10;
    border-top: none;
    margin-top: 5px;
  }
  /* ----------------------------------------------------------

  ---------------------------------------------------------- */
  .block-scene1-fix {
    z-index: 10;
  }
  .block-transition1 {
    position: fixed;
    inset: 0 0 0 0;
    z-index: 100;
    background: url(/hotelstarbucks/images/bgs/bg2.jpg) left top no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
  }
  /* ----------------------------------------------------------

  ---------------------------------------------------------- */
  .block-scene1-fix {
    background-image: url(/hotelstarbucks/images/bgs/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .block-scene1-fix.is-hide {
    display: none;
  }
  .block-scene1-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-scene1-fix .is-scene1 ._inner {
    width: 100%;
    height: var(--inner-height);
    transition-duration: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 1vw);
  }
  /* ----------------------------------------------------------
  .block-scene2
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene3
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene4 
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene5
  ---------------------------------------------------------- */
}
@media screen and (min-width: 1024px) and (max-height: calc(45vw + 200px)) {
  .block-scene1-fix .is-scene1 ._inner {
    transform: translate(0, 3vw) scale(0.7);
  }
}
@media screen and (min-width: 1024px) and (max-height: 45vw) {
  .block-scene1-fix .is-scene1 ._inner {
    transform: translate(0, 3vw) scale(0.4);
  }
}
@media print, screen and (min-width: 1024px) {
  .block-intro {
    position: relative;
    width: 100%;
  }
  .block-intro:after {
    display: block;
    content: "";
    padding-top: 50%;
  }
  .block-intro .is-hide {
    transition-duration: 0.4s;
  }
  .block-intro .is-hide.is-hide {
    opacity: 0;
  }
  .block-intro ._hotel {
    position: absolute;
    top: 45.14%;
    left: 41.53%;
    width: 16.94%;
    height: 23.19%;
  }
  .block-intro ._title {
    position: absolute;
    top: 9.86%;
    left: 32.36%;
    width: 35.35%;
    height: 25.83%;
  }
  .block-intro ._scroll {
    position: absolute;
    top: 88.92%;
    left: 47.23%;
    width: 5.42%;
    height: 10.33%;
  }
  .block-intro ._note {
    position: absolute;
    top: 94.29%;
    left: 69.84%;
  }
  .block-intro ._lead {
    position: absolute;
    top: 78.51%;
    left: 26.4%;
    width: 47.08%;
  }
  .block-intro ._bear {
    position: absolute;
    top: 54.58%;
    left: 38.13%;
    width: 6.53%;
    height: 19.72%;
  }
  .block-intro ._hotel ._window {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .block-intro ._hotel ._main {
    position: absolute;
    inset: 0;
  }
  .block-intro ._note p {
    font-size: 1.1111111111vw;
    line-height: 1.49;
    color: #b18e28;
    font-weight: bold;
  }
  .block-intro ._lead {
    font-size: 1.8055555556vw;
    line-height: 1.38;
    color: #b18e28;
    text-align: center;
    font-weight: bold;
  }
  .block-intro ._title {
    transition-duration: 0.6s;
  }
  .block-intro ._title.is-hide {
    opacity: 0;
    transform: translate(0, -5vw);
  }
  .block-intro ._scroll,
  .block-intro ._note,
  .block-intro ._lead {
    transition-duration: 0.6s;
  }
  .block-intro ._scroll.is-hide,
  .block-intro ._note.is-hide,
  .block-intro ._lead.is-hide {
    opacity: 0;
    transform: translate(0, 5vw);
  }
  .block-intro ._hotel {
    transform-origin: center 58.5%;
  }
  .block-intro ._hotel.is-window ._window {
    opacity: 1;
  }
  .block-scene2-fix {
    overflow: hidden;
  }
  .block-scene2-fix.is-hide {
    display: none;
  }
  .block-scene2-fix ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: calc(var(--stage-height-scene2) + 50vh);
    background-image: url(/hotelstarbucks/images/bgs/bg1.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-welcome {
    position: relative;
  }
  .block-welcome:after {
    display: block;
    content: "";
    padding-top: 150%;
  }
  .block-welcome:after {
    display: block;
    content: "";
    padding-top: 150%;
  }
  .block-welcome ._p1 {
    position: absolute;
    top: 64.26%;
    left: 12.22%;
    width: 46.32%;
    height: 26.2%;
  }
  .block-welcome ._t_key {
    position: absolute;
    top: 65.74%;
    left: 57.78%;
    width: 27.5%;
    height: 5%;
  }
  .block-welcome ._deco1 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 34.72%;
    height: 46.71%;
  }
  .block-welcome ._deco2 {
    position: absolute;
    top: 0%;
    left: 71.53%;
    width: 30.42%;
    height: 46.71%;
  }
  .block-welcome ._third {
    position: absolute;
    top: 30.42%;
    left: 63.33%;
    width: 9.58%;
    height: 11.02%;
  }
  .block-welcome ._title {
    position: absolute;
    top: 32.56%;
    left: 34.61%;
    width: 30.56%;
  }
  .block-welcome ._lead {
    position: absolute;
    top: 43.24%;
    left: 28.13%;
    width: 43.61%;
  }
  .block-welcome ._title h2 {
    font-size: 2.7777777778vw;
    line-height: 1.4;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .block-welcome ._lead {
    font-size: 1.9444444444vw;
    line-height: 2;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .block-welcome ._lead {
    letter-spacing: 0.08em;
  }
  .block-welcome ._deco1 {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translate(-5vw, 0);
  }
  .block-welcome ._deco1.is-show {
    opacity: 1;
    transform: translate(0, 0);
  }
  .block-welcome ._deco2 {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translate(5vw, 0);
  }
  .block-welcome ._deco2.is-show {
    opacity: 1;
    transform: translate(0, 0);
  }
  .mod-btn-download {
    display: block;
    font-size: 1.8055555556vw;
    text-align: center;
    font-weight: bold;
    padding: 1.4583333333vw;
    line-height: 1;
    background-color: #b18e28;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-download:hover {
    opacity: 0.8;
  }
  .block-checkin {
    position: relative;
  }
  .block-checkin:after {
    display: block;
    content: "";
    padding-top: 111.1111111111%;
  }
  .block-checkin ._bear {
    position: absolute;
    top: 50.81%;
    left: 17.15%;
    width: 64.24%;
    height: 76.63%;
  }
  .block-checkin ._deco1 {
    position: absolute;
    top: 31%;
    left: 25.56%;
    width: 9.24%;
    height: 8.44%;
  }
  .block-checkin ._btn {
    position: absolute;
    top: 38.9%;
    left: 40.62%;
    width: 18.75%;
    height: 4.25%;
  }
  .block-checkin ._lead {
    position: absolute;
    top: 19.5%;
    left: 29.88%;
    width: 41.11%;
  }
  .block-checkin ._title {
    position: absolute;
    top: 5.56%;
    left: 31.81%;
    width: 36.39%;
    height: 9.31%;
  }
  .block-checkin ._lead {
    font-size: 1.9444444444vw;
    line-height: 2;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .block-scene3-fix {
    padding: 18.0555555556vw 0 0 0;
  }
  .block-scene3-fix.is-hide {
    display: none;
  }
  .block-scene3-fix ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .block-scene3-fix ._bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 20.1388888889vw;
    left: 0px;
    right: 0px;
    height: calc(var(--stage-height-scene3) + 100vh);
    background-image: url(/hotelstarbucks/images/bgs/bg4b.png);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-resort {
    position: relative;
  }
  .block-resort:after {
    display: block;
    content: "";
    padding-top: 75%;
  }
  .block-resort ._p1 {
    position: absolute;
    top: 26.11%;
    left: 45.63%;
    width: 48.73%;
    height: 56.25%;
  }
  .block-resort ._lead {
    position: absolute;
    top: 59.26%;
    left: 15.32%;
    width: 25%;
  }
  .block-resort ._title {
    position: absolute;
    top: 37.67%;
    left: 12.8%;
    width: 29.72%;
    height: 17.13%;
  }
  .block-resort ._lead {
    font-size: 1.9444444444vw;
    line-height: 1.99;
    color: #716134;
    font-weight: bold;
    text-align: center;
  }
  .block-door {
    position: relative;
  }
  .block-door:after {
    display: block;
    content: "";
    padding-top: 83.3333333333%;
  }
  .block-door ._p1 {
    position: absolute;
    top: 7.08%;
    left: 5.69%;
    width: 49.38%;
    height: 50.42%;
  }
  .block-door ._deco1 {
    position: absolute;
    top: 8.83%;
    left: 48.47%;
    width: 10.56%;
    height: 14.25%;
  }
  .block-door ._scroll {
    position: absolute;
    top: 70.29%;
    left: 47.3%;
    width: 5.42%;
    height: 6.2%;
  }
  .block-door ._title {
    position: absolute;
    top: 18.17%;
    left: 57.71%;
    width: 31.74%;
    height: 18.25%;
  }
  .block-scene4-fix {
    padding: 160vw 0 0 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -100%);
    background-image: url(/hotelstarbucks/images/bgs/bg1.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-scene4-fix.is-show {
    transform: translate(0, 0);
    visibility: visible;
  }
  .block-scene4-fix ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .block-scene4-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-scene4-fix ._scene ._inner {
    position: relative;
    width: 100%;
    height: var(--inner-height);
  }
  .block-sticker {
    position: relative;
  }
  .block-sticker:after {
    display: block;
    content: "";
    padding-top: 152.7777777778%;
  }
  .block-sticker ._list {
    position: absolute;
    top: 9.05%;
    left: 12.78%;
    width: 73.4%;
    height: 79.09%;
  }
  .mod-sticker {
    position: relative;
  }
  .mod-sticker:after {
    display: block;
    content: "";
    padding-top: 164.6168401135%;
  }
  .mod-sticker ._p4 {
    position: absolute;
    top: 72.13%;
    left: 53.17%;
    width: 19.02%;
    height: 11.55%;
  }
  .mod-sticker ._p3 {
    position: absolute;
    top: 72.13%;
    left: 29.52%;
    width: 19.02%;
    height: 11.55%;
  }
  .mod-sticker ._p2 {
    position: absolute;
    top: 53.68%;
    left: 53.17%;
    width: 19.02%;
    height: 11.55%;
  }
  .mod-sticker ._p1 {
    position: absolute;
    top: 53.68%;
    left: 29.52%;
    width: 19.02%;
    height: 11.55%;
  }
  .mod-sticker ._btn1 {
    position: absolute;
    top: 66.9%;
    left: 29.14%;
    width: 18.92%;
  }
  .mod-sticker ._btn2 {
    position: absolute;
    top: 66.9%;
    left: 53.3%;
    width: 18.92%;
  }
  .mod-sticker ._btn3 {
    position: absolute;
    top: 85.29%;
    left: 29.14%;
    width: 18.92%;
  }
  .mod-sticker ._btn4 {
    position: absolute;
    top: 85.29%;
    left: 53.3%;
    width: 18.92%;
  }
  .mod-sticker ._deco1 {
    position: absolute;
    top: 20.75%;
    left: 39.83%;
    width: 18.45%;
    height: 7.7%;
  }
  .mod-sticker ._lead {
    position: absolute;
    top: 32.7%;
    left: 18.56%;
    width: 61.68%;
  }
  .mod-sticker ._title {
    position: absolute;
    top: 12.87%;
    left: 15.52%;
    width: 70.39%;
    height: 3.74%;
  }
  .mod-sticker ._lead {
    font-size: 1.8055555556vw;
    line-height: 2.15;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .mod-btn-sticker {
    display: block;
    font-size: 1.8055555556vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #B18E28;
    padding: 1.0416666667vw;
    border-radius: 3.4722222222vw;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-sticker:hover {
    filter: brightness(1.1);
  }
  .mod-post-x {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-post-x:hover {
    opacity: 0.8;
  }
  .block-scene5-fix {
    overflow: hidden;
  }
  .block-scene5-fix ._bg {
    height: var(--stage-height-scene5);
  }
  .block-scene5-fix ._bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 20.8333333333vw;
    left: 0px;
    right: 0;
    bottom: 0;
    background: url(/hotelstarbucks/images/bgs/bg6b.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  .block-scene5-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
  }
  .block-scene5-fix ._scene ._inner {
    position: relative;
    width: 100%;
    height: var(--inner-height);
  }
  .block-stay {
    position: relative;
  }
  .block-stay:after {
    display: block;
    content: "";
    padding-top: 183.5416666667%;
  }
  .block-stay ._logo {
    position: absolute;
    top: 53.58%;
    left: 9.1%;
    width: 41.88%;
    height: 21%;
  }
  .block-stay ._btn1 {
    position: absolute;
    top: 91.64%;
    left: 59.99%;
    width: 27.08%;
    height: 2.27%;
  }
  .block-stay ._sns {
    position: absolute;
    top: 78.68%;
    left: 69.87%;
    width: 7.78%;
    height: 4.24%;
  }
  .block-stay ._lead {
    position: absolute;
    top: 78.55%;
    left: 5.28%;
    width: 46.39%;
  }
  .block-stay ._title {
    position: absolute;
    top: 34.88%;
    left: 31.46%;
    width: 37.01%;
    height: 4.81%;
  }
  .block-stay ._scroll-wh {
    position: absolute;
    top: 18.99%;
    left: 46.32%;
    width: 7.29%;
    height: 3.82%;
  }
  .block-stay ._playlist {
    position: absolute;
    top: 59.18%;
    left: 61.04%;
  }
  .block-stay ._playlist {
    transform-origin: left top;
    width: 357px;
    height: 351px;
  }
  .block-stay ._lead {
    font-size: 1.9444444444vw;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._t1 {
    position: absolute;
    top: 75.4%;
    left: 61.86%;
    width: 23.67%;
    height: 2.61%;
  }
  .block-stay ._t2 {
    position: absolute;
    top: 83.26%;
    left: 68.8%;
    width: 9.78%;
    height: 1.25%;
  }
  .block-stay ._t3 {
    position: absolute;
    top: 87.87%;
    left: 64.54%;
    width: 18.67%;
    height: 2.61%;
  }
  .block-stay ._t3 {
    font-size: 1.6666666667vw;
    line-height: 1.49;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._t2 {
    font-size: 1.6666666667vw;
    line-height: 1.49;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._t1 {
    font-size: 1.6666666667vw;
    line-height: 1.49;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay iframe {
    border: none;
    outline: none;
  }
  .block-stay ._scroll-wh,
  .block-stay ._title {
    opacity: 0;
    transition-duration: 0.6s;
  }
  .block-stay ._scroll-wh.is-show,
  .block-stay ._title.is-show {
    opacity: 1;
  }
  .mod-btn-stay-more {
    display: block;
    font-size: 1.6666666667vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #003399;
    border-radius: 3.4722222222vw;
    padding: 1.25vw;
  }
  .mainContents .block-note:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    height: 20px;
    background: #fff;
  }
  .mod-link-image {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-link-image:hover {
    filter: brightness(1.05);
  }
  .area-modal-btn {
    position: fixed;
    top: calc(50vh - 113px);
    right: 0;
    width: 55px;
    z-index: 110;
    transform: translate(100%, 0);
    transition-duration: 0.4s;
    cursor: pointer;
  }
  body.is-open-menu-pc .area-modal-btn {
    transform: translate(0, 0);
  }
  body.js-menu-open .area-modal-btn {
    opacity: 0;
  }
  body.js-pos-last .area-modal-btn {
    transform: translate(100%, 0);
  }
  .area-modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translate(10.4166666667vw, 0);
    transition-duration: 0.4s;
  }
  .area-modal-menu h2, .area-modal-menu h3 {
    margin: 0;
  }
  .area-modal-menu ._bg {
    position: absolute;
    inset: 0 0 0 0;
  }
  body.js-menu-open .area-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translate(0, 0);
  }
  .area-modal-menu ._box {
    position: relative;
    width: 56.25vw;
    height: 38.1944444444vw;
    padding: 4.1666666667vw 0.6944444444vw 0 0;
    border-radius: 1.0416666667vw;
    box-sizing: border-box;
    background: #871718;
    color: #fff;
    text-align: center;
  }
  .area-modal-menu ._box ._menu {
    margin-top: 2.4305555556vw;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
  }
  .area-modal-menu ._box a {
    display: block;
  }
  .area-modal-menu ._box a span {
    display: block;
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1;
  }
  .area-modal-menu ._btn-close {
    position: absolute;
    bottom: 0.6944444444vw;
    right: 1.0416666667vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .area-modal-menu ._btn-close span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 1px;
    left: 0.1388888889vw;
    right: 0.3472222222vw;
  }
  .area-modal-menu ._btn-close span:nth-child(1) {
    top: 1.7361111111vw;
    transform: rotate(30deg);
  }
  .area-modal-menu ._btn-close span:nth-child(2) {
    top: 1.7361111111vw;
    transform: rotate(-30deg);
  }
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --stage-height: 100vh;
    --stage-height-scene1:400vh;
    --stage-height-scene2:537vw;
    --stage-height-scene3:400vw;
    --stage-height-scene4:690vw;
    --stage-height-scene5:518vw;
    --inner-height:150vw;
  }
  body {
    overflow-x: hidden;
  }
  ._area {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    display: none;
  }
  ._area a {
    display: block;
    background: #eee;
    padding: 2px;
    font-size: 8px;
    font-weight: bold;
  }
  ._link {
    position: absolute;
    top: 0vw;
    left: 0px;
    width: 20vw;
    height: 10px;
    z-index: 100;
  }
  ._link#check-in {
    top: 140vw;
  }
  ._link#wallpaper {
    top: 15vw;
  }
  ._link#luxury-time {
    top: 80vw;
  }
  ._link#receipe {
    top: 20vw;
  }
  body.is-dev ._area {
    display: block;
  }
  .breadcrumb-wrap {
    position: relative;
    z-index: 100;
  }
  .mainContents {
    margin-top: -152px;
  }
  .block-virtual {
    position: relative;
  }
  .block-virtual span {
    display: none;
  }
  .stage-sp {
    position: relative;
  }
  .block-virtual-stage {
    position: relative;
    width: 100%;
    font-size: 10px;
  }
  .block-virtual {
    scroll-snap-align: start;
  }
  .block-virtual span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0 0 20px;
    width: 100px;
  }
  .block-virtual-scene1 {
    height: var(--stage-height-scene1);
  }
  .block-virtual-scene2 {
    height: var(--stage-height-scene2);
  }
  .block-virtual-scene3 {
    height: var(--stage-height-scene3);
  }
  .block-virtual-scene4 {
    height: var(--stage-height-scene4);
  }
  .block-virtual-scene5 {
    height: var(--stage-height-scene5);
  }
  .block-virtual-last {
    height: 0;
  }
  .modal-canvas {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 400px;
    z-index: 99999990;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    display: none;
  }
  .modal-canvas canvas {
    width: 100%;
  }
  .block-wrap {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-family: "Noto Serif JP", serif;
  }
  .block-wrap img {
    width: 100%;
  }
  .block-wrap h2, .block-wrap h3, .block-wrap h4, .block-wrap p {
    margin: 0;
  }
  .block-wrap sup {
    font-size: 50%;
  }
  .block-wrap img {
    width: 100%;
  }
  .block-note {
    position: relative;
    z-index: 100;
  }
  .block-fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100vh + 2px);
    overflow: hidden;
    z-index: 5;
  }
  .block-fix .js-state {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    font-size: 14px;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    display: none;
    opacity: 0.6;
  }
  .js-sp-height {
    position: fixed;
    top: 0;
    left: -10px;
    width: 5px;
    height: 100vh;
    background: #888;
    z-index: 1000000;
  }
  footer.footerWrap {
    position: relative;
    z-index: 10;
    border-top: none;
    margin-top: 10px;
  }
  /* ----------------------------------------------------------

  ---------------------------------------------------------- */
  .block-scene1-fix {
    z-index: 10;
  }
  .block-transition1 {
    position: fixed;
    inset: 0 0 0 0;
    z-index: 100;
    background: url(/hotelstarbucks/images/bgs/sp/bg2.jpg) left top no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
  }
  /* ----------------------------------------------------------

  ---------------------------------------------------------- */
  .block-scene1-fix {
    background-image: url(/hotelstarbucks/images/bgs/sp/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .block-scene1-fix.is-hide {
    display: none;
  }
  .block-scene1-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-scene1-fix .is-scene1 ._inner {
    width: 100%;
    height: var(--inner-height);
    transition-duration: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-intro {
    position: relative;
    width: 100%;
    height: 150vw;
  }
  .block-intro .is-hide {
    transition-duration: 0.4s;
  }
  .block-intro .is-hide.is-hide {
    opacity: 0;
  }
  .block-intro ._scroll {
    position: absolute;
    top: 114.99vw;
    left: 42.83vw;
    width: 14.13vw;
    height: 13.76vw;
  }
  .block-intro ._hotel {
    position: absolute;
    top: 58.87vw;
    left: 30vw;
    width: 40vw;
    height: 27.33vw;
  }
  .block-intro ._bear {
    position: absolute;
    top: 71.4vw;
    left: 23.2vw;
    width: 13.33vw;
    height: 20.8vw;
  }
  .block-intro ._note {
    position: absolute;
    top: 145.38vw;
    left: 11.83vw;
    width: 77.87vw;
  }
  .block-intro ._lead {
    position: absolute;
    top: 95.83vw;
    left: 18.16vw;
    width: 62.93vw;
  }
  .block-intro ._title {
    position: absolute;
    top: 12.87vw;
    left: 9.73vw;
    width: 80.67vw;
    height: 29.2vw;
  }
  .block-intro ._lead {
    font-size: 4.4444444444vw;
    line-height: 1.5;
    color: #b18e28;
    text-align: center;
    font-weight: bold;
  }
  .block-intro ._note p {
    font-size: 2.7777777778vw;
    line-height: 1.29;
    color: #b18e28;
    text-align: center;
    font-weight: bold;
  }
  .block-intro ._hotel ._window {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .block-intro ._hotel ._main {
    position: absolute;
    inset: 0;
  }
  /* ----------------------------------------------------------
  .block-scene2
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene3
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene4 
  ---------------------------------------------------------- */
  /* ----------------------------------------------------------
  .block-scene5
  ---------------------------------------------------------- */
}
@media screen and (max-width: 1023px) and (max-height: 700px) {
  .block-intro {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1023px) and (min-width: 500px) {
  .block-intro {
    transform: scale(0.5);
  }
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
  .block-intro {
    transform: scale(0.4);
  }
}
@media screen and (max-width: 1023px) {
  .block-intro ._title {
    transition-duration: 0.6s;
  }
  .block-intro ._title.is-hide {
    opacity: 0;
    transform: translate(0, -5vw);
  }
  .block-intro ._scroll,
  .block-intro ._note,
  .block-intro ._lead {
    transition-duration: 0.6s;
  }
  .block-intro ._scroll.is-hide,
  .block-intro ._note.is-hide,
  .block-intro ._lead.is-hide {
    opacity: 0;
    transform: translate(0, 5vw);
  }
  .block-intro ._hotel.is-window ._window {
    opacity: 1;
  }
  .block-intro ._hotel {
    transform-origin: center 58.5%;
  }
  .block-intro ._doors {
    position: absolute;
    top: 57vw;
    left: 11.33vw;
    width: 77.33vw;
    height: 38.67vw;
  }
  .block-intro ._door1,
  .block-intro ._door2,
  .block-intro ._door3,
  .block-intro ._door4 {
    position: absolute;
    top: -3.4722222222vw;
    left: 0px;
    right: 0px;
  }
  .block-intro ._doors {
    transform-origin: center 58.5%;
  }
  .block-intro ._door1,
  .block-intro ._door2,
  .block-intro ._door3,
  .block-intro ._door4 {
    opacity: 0;
    transition-duration: 0.6s;
  }
  .block-intro.is-door1 ._door1 {
    opacity: 1;
  }
  .block-intro.is-door2 ._door1 {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .block-intro.is-door2 ._door2 {
    opacity: 1;
  }
  .block-intro.is-door3 ._door2 {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .block-intro.is-door3 ._door3 {
    opacity: 1;
  }
  .block-intro.is-door4 ._door3 {
    opacity: 0;
    transition-delay: 0.4s;
  }
  .block-intro.is-door4 ._door4 {
    opacity: 1;
  }
  .block-scene2-fix {
    overflow: hidden;
  }
  .block-scene2-fix.is-hide {
    display: none;
  }
  .block-scene2-fix ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: calc(var(--stage-height-scene2) + 50vh);
    background-image: url(/hotelstarbucks/images/bgs/sp/bg1.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-welcome {
    position: relative;
    width: 100vw;
    height: 297.33vw;
  }
  .block-welcome ._p1 {
    position: absolute;
    top: 187.47vw;
    left: 2.8vw;
    width: 88.93vw;
    height: 75.47vw;
  }
  .block-welcome ._t_key {
    position: absolute;
    top: 152.93vw;
    left: 23.6vw;
    width: 52.8vw;
    height: 14.4vw;
  }
  .block-welcome ._lead {
    position: absolute;
    top: 94.14vw;
    left: 8.54vw;
    width: 83.73vw;
  }
  .block-welcome ._title {
    position: absolute;
    top: 54.17vw;
    left: 16.46vw;
    width: 68.27vw;
  }
  .block-welcome ._deco1 {
    position: absolute;
    top: 0.4vw;
    left: 0vw;
    width: 34.53vw;
    height: 69.73vw;
  }
  .block-welcome ._deco2 {
    position: absolute;
    top: 0.4vw;
    left: 69.73vw;
    width: 30.27vw;
    height: 69.73vw;
  }
  .block-welcome ._third {
    position: absolute;
    top: 45.6vw;
    left: 79.07vw;
    width: 18.4vw;
    height: 31.73vw;
  }
  .block-welcome ._title h2 {
    font-size: 6.6666666667vw;
    line-height: 1.44;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .block-welcome ._lead {
    font-size: 3.8888888889vw;
    line-height: 1.97;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .block-welcome ._deco1 {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translate(-20vw, 0);
  }
  .block-welcome ._deco1.is-show {
    opacity: 1;
    transform: translate(0, 0);
  }
  .block-welcome ._deco2 {
    opacity: 0;
    transition-duration: 0.6s;
    transform: translate(20vw, 0);
  }
  .block-welcome ._deco2.is-show {
    opacity: 1;
    transform: translate(0, 0);
  }
  .block-checkin {
    position: relative;
    width: 100vw;
    height: 213.33vw;
  }
  .block-checkin ._bear {
    position: absolute;
    top: 114.13vw;
    left: 3.73vw;
    width: 105.87vw;
    height: 164.67vw;
  }
  .block-checkin ._deco1 {
    position: absolute;
    top: 95.47vw;
    left: 9.6vw;
    width: 17.73vw;
    height: 18vw;
  }
  .block-checkin ._btn {
    position: absolute;
    top: 85.33vw;
    left: 32vw;
    width: 36vw;
    height: 8.8vw;
  }
  .block-checkin ._lead {
    position: absolute;
    top: 50.09vw;
    left: 10.71vw;
    width: 78.93vw;
  }
  .block-checkin ._title {
    position: absolute;
    top: 21.33vw;
    left: 15.07vw;
    width: 69.87vw;
    height: 19.87vw;
  }
  .block-checkin ._lead {
    font-size: 3.8888888889vw;
    line-height: 1.95;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .mod-btn-download {
    display: block;
    font-size: 3.8888888889vw;
    text-align: center;
    font-weight: bold;
    padding: 2.5vw;
    line-height: 1;
    background-color: #00846F;
    border-radius: 6.9444444444vw;
    color: #fff;
  }
  .block-scene3-fix.is-hide {
    display: none;
  }
  .block-scene3-fix ._bg {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
  }
  .block-scene3-fix ._bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 20.8333333333vw;
    left: 0px;
    right: 0px;
    height: calc(var(--stage-height-scene3) + 150vh);
    background-image: url(/hotelstarbucks/images/bgs/sp/bg4b.png);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-resort {
    position: relative;
    width: 100vw;
    height: 213.33vw;
  }
  .block-resort ._p1 {
    position: absolute;
    top: 100.13vw;
    left: 5.33vw;
    width: 93.87vw;
    height: 81.33vw;
  }
  .block-resort ._lead {
    position: absolute;
    top: 77.55vw;
    left: 26.03vw;
    width: 48vw;
  }
  .block-resort ._title {
    position: absolute;
    top: 48.93vw;
    left: 23.07vw;
    width: 53.47vw;
    height: 19.73vw;
  }
  .block-resort ._lead {
    font-size: 3.8888888889vw;
    line-height: 1.99;
    color: #716134;
    font-weight: bold;
    text-align: center;
  }
  .block-door {
    position: relative;
    width: 100vw;
    height: 196vw;
  }
  .block-door ._p1 {
    position: absolute;
    top: 60.93vw;
    left: -0.27vw;
    width: 94.8vw;
    height: 80.67vw;
  }
  .block-door ._deco1 {
    position: absolute;
    top: 50.4vw;
    left: 74.8vw;
    width: 20.27vw;
    height: 22.8vw;
  }
  .block-door ._scroll {
    position: absolute;
    top: 157.6vw;
    left: 42.93vw;
    width: 14vw;
    height: 13.47vw;
  }
  .block-door ._title {
    position: absolute;
    top: 20vw;
    left: 19.33vw;
    width: 60.93vw;
    height: 29.2vw;
  }
  .block-scene4-fix {
    padding: 450vw 0 0 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -100%);
    background-image: url(/hotelstarbucks/images/bgs/sp/bg1.jpg);
    background-position: center top;
    background-size: 100% auto;
  }
  .block-scene4-fix.is-show {
    transform: translate(0, 0);
    visibility: visible;
  }
  .block-scene4-fix.is-hide {
    display: none;
  }
  .block-scene4-fix ._bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .block-scene4-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-scene4-fix ._scene ._inner {
    position: relative;
    width: 100%;
    height: var(--inner-height);
  }
  .block-sticker {
    position: relative;
    height: 295.33vw;
  }
  .block-sticker ._list {
    position: absolute;
    top: 25.87vw;
    left: 4.13vw;
    width: 91.73vw;
    height: 257.07vw;
  }
  .mod-sticker {
    position: relative;
    width: 91.73vw;
    height: 257.07vw;
  }
  .mod-sticker ._p1 {
    position: absolute;
    top: 142.8vw;
    left: 17.47vw;
    width: 26.8vw;
    height: 26.8vw;
  }
  .mod-sticker ._p2 {
    position: absolute;
    top: 142.8vw;
    left: 49.47vw;
    width: 26.8vw;
    height: 26.8vw;
  }
  .mod-sticker ._p3 {
    position: absolute;
    top: 185.6vw;
    left: 17.47vw;
    width: 26.8vw;
    height: 26.8vw;
  }
  .mod-sticker ._p4 {
    position: absolute;
    top: 185.6vw;
    left: 49.47vw;
    width: 26.8vw;
    height: 26.8vw;
  }
  .mod-sticker ._btn1 {
    position: absolute;
    top: 173.47vw;
    left: 16.93vw;
    width: 26.67vw;
    height: 7.47vw;
  }
  .mod-sticker ._btn2 {
    position: absolute;
    top: 173.47vw;
    left: 49.65vw;
    width: 26.67vw;
    height: 7.47vw;
  }
  .mod-sticker ._btn3 {
    position: absolute;
    top: 216.13vw;
    left: 16.93vw;
    width: 26.67vw;
    height: 7.47vw;
  }
  .mod-sticker ._btn4 {
    position: absolute;
    top: 216.13vw;
    left: 49.65vw;
    width: 26.67vw;
    height: 7.47vw;
  }
  .mod-sticker ._deco1 {
    position: absolute;
    top: 59.33vw;
    left: 32.8vw;
    width: 26vw;
    height: 17.87vw;
  }
  .mod-sticker ._lead {
    position: absolute;
    top: 87.06vw;
    left: 9.76vw;
    width: 73.07vw;
  }
  .mod-sticker ._title {
    position: absolute;
    top: 32vw;
    left: 21.47vw;
    width: 49.47vw;
    height: 19.87vw;
  }
  .mod-sticker ._lead {
    font-size: 3.6111111111vw;
    line-height: 2.15;
    color: #b18e28;
    font-weight: bold;
    text-align: center;
  }
  .mod-btn-sticker {
    display: block;
    font-size: 3.6111111111vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #B18E28;
    padding: 2.0833333333vw;
    border-radius: 13.1944444444vw;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-btn-sticker:hover {
    filter: brightness(1.1);
  }
  .mod-post-x {
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-post-x:hover {
    opacity: 0.8;
  }
  .block-scene5-fix {
    overflow: hidden;
  }
  .block-scene5-fix ._bg {
    height: var(--stage-height-scene5);
  }
  .block-scene5-fix ._bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 38.1944444444vw;
    left: 0px;
    right: 0;
    bottom: 0;
    background: url(/hotelstarbucks/images/bgs/sp/bg6b.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  .block-scene5-fix ._scene {
    position: absolute;
    inset: 0 0 0 0;
  }
  .block-scene5-fix ._scene ._inner {
    position: relative;
    width: 100%;
    height: var(--inner-height);
  }
  .block-stay {
    position: relative;
    height: 518.93vw;
    overflow: hidden;
  }
  .block-stay ._logo {
    position: absolute;
    top: 192.27vw;
    left: 12.8vw;
    width: 80.4vw;
    height: 74vw;
  }
  .block-stay ._btn1 {
    position: absolute;
    top: 480.13vw;
    left: 20.67vw;
    width: 58.67vw;
    height: 8.8vw;
  }
  .block-stay ._t3 {
    position: absolute;
    top: 465.46vw;
    left: 27.63vw;
    width: 45.33vw;
  }
  .block-stay ._t2 {
    position: absolute;
    top: 449.02vw;
    left: 36.31vw;
    width: 26.93vw;
  }
  .block-stay ._sns {
    position: absolute;
    top: 431.62vw;
    left: 42.27vw;
    width: 16.54vw;
    height: 16.53vw;
  }
  .block-stay ._t1 {
    position: absolute;
    top: 418.75vw;
    left: 22.57vw;
    width: 55.73vw;
  }
  .block-stay ._lead {
    position: absolute;
    top: 275.46vw;
    left: 5.48vw;
    width: 89.07vw;
  }
  .block-stay ._title {
    position: absolute;
    top: 122.53vw;
    left: 14.4vw;
    width: 71.07vw;
    height: 16.93vw;
  }
  .block-stay ._scroll-wh {
    position: absolute;
    top: 66.12vw;
    left: 42.83vw;
    width: 14.13vw;
    height: 13.76vw;
  }
  .block-stay ._playlist {
    position: absolute;
    top: 312.8vw;
    left: 10.4vw;
    width: 79.33vw;
    height: 93.47vw;
  }
  .block-stay ._playlist {
    transform-origin: left top;
    width: 300px;
    height: 350px;
  }
  .block-stay ._t3 {
    font-size: 3.8888888889vw;
    line-height: 1.53;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._t2 {
    font-size: 3.8888888889vw;
    line-height: 1.53;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._t1 {
    font-size: 3.8888888889vw;
    line-height: 1.53;
    color: #039;
    font-weight: bold;
    text-align: center;
  }
  .block-stay ._lead {
    font-size: 3.8888888889vw;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .block-stay iframe {
    border: none;
    outline: none;
  }
  .block-stay ._scroll-wh,
  .block-stay ._title {
    opacity: 0;
    transition-duration: 0.6s;
  }
  .block-stay ._scroll-wh.is-show,
  .block-stay ._title.is-show {
    opacity: 1;
  }
  .mod-btn-stay-more {
    display: block;
    font-size: 3.6111111111vw;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #003399;
    border-radius: 6.9444444444vw;
    padding: 2.5vw;
  }
  .mod-link-image {
    display: block;
    cursor: pointer;
    transition-duration: 0.2s;
  }
  .mod-link-image:hover {
    filter: brightness(1.05);
  }
  .area-modal-btn {
    position: fixed;
    top: calc(50vh - 113px);
    right: 0;
    width: 55px;
    z-index: 110;
    transform: translate(100%, 0);
    transition-duration: 0.4s;
    cursor: pointer;
  }
  body.is-open-menu-pc .area-modal-btn {
    transform: translate(0, 0);
  }
  body.js-menu-open .area-modal-btn {
    opacity: 0;
  }
  body.js-pos-last .area-modal-btn {
    transform: translate(100%, 0);
  }
  .area-modal-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translate(10.4166666667vw, 0);
    transition-duration: 0.4s;
  }
  .area-modal-menu h2, .area-modal-menu h3 {
    margin: 0;
  }
  .area-modal-menu ._bg {
    position: absolute;
    inset: 0 0 0 0;
  }
  body.js-menu-open .area-modal-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translate(0, 0);
  }
  .area-modal-menu ._box {
    position: relative;
    width: 56.25vw;
    height: 38.1944444444vw;
    padding: 4.1666666667vw 0.6944444444vw 0 0;
    border-radius: 1.0416666667vw;
    box-sizing: border-box;
    background: #871718;
    color: #fff;
    text-align: center;
  }
  .area-modal-menu ._box ._menu {
    margin-top: 2.4305555556vw;
    display: flex;
    flex-direction: column;
    gap: 1.25vw;
  }
  .area-modal-menu ._box a {
    display: block;
  }
  .area-modal-menu ._box a span {
    display: block;
    font-size: 1.1111111111vw;
    text-align: center;
    line-height: 1;
  }
  .area-modal-menu ._btn-close {
    position: absolute;
    bottom: 0.6944444444vw;
    right: 1.0416666667vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
  .area-modal-menu ._btn-close span {
    transition-duration: 0.2s;
    position: absolute;
    background: #fff;
    height: 1px;
    left: 0.1388888889vw;
    right: 0.3472222222vw;
  }
  .area-modal-menu ._btn-close span:nth-child(1) {
    top: 1.7361111111vw;
    transform: rotate(30deg);
  }
  .area-modal-menu ._btn-close span:nth-child(2) {
    top: 1.7361111111vw;
    transform: rotate(-30deg);
  }
  .u-pc {
    display: none;
  }
}
@keyframes home_mv_scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  20% {
    height: 100%;
    top: 0;
  }
  60% {
    height: 100%;
    top: 0;
  }
  80% {
    height: 0%;
    top: 100%;
  }
  100% {
    height: 0%;
    top: 100%;
  }
}
@keyframes anim_cir_rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.block-loading {
  position: fixed;
  inset: 0 0 0 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-loading:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  transition-duration: 0.6s;
  background: #881719;
}
.block-loading ._icon {
  position: relative;
  transition-duration: 0.2s;
}
.block-loading ._icon svg {
  fill: #fff;
}
body.js-loading-0 .block-loading ._icon {
  opacity: 1;
}
body.js-loading-1 .block-loading ._icon {
  opacity: 1;
}
body.js-loading-2 .block-loading ._icon {
  opacity: 0;
}
body.js-loading-2 .block-loading:before {
  opacity: 0;
}
body.js-loading-last .block-loading {
  display: none;
}

.icon-spin {
  animation-name: icon-spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}