@charset "UTF-8";
/* ↓ エルメ Color設定 */
/* ↓ エルメ Color設定 */
/* ↑ エルメ Color設定 */
/* ↓ エルメ 変数設定 */
/* ↑ エルメ 変数設定 */
/* ↓ エルメ フォントサイズ設定 */
/*↑基本的なフォントサイズ*/
/*↑h4タグのフォントサイズ ($basic-font-sizeの1.5倍の大きさ)*/
/*↑h3タグのフォントサイズ ($h4-font-sizeの1.5倍の大きさ)*/
/*↑h2タグのフォントサイズ ($h3-font-sizeの1.5倍の大きさ)*/
/*↑h1タグのフォントサイズ ($h2-font-sizeの1.5倍の大きさ)*/
/*↑サブタイトル(h2直下の読み)のフォントサイズ*/
/* ↑ エルメ フォントサイズ設定 */
/*-------------------------------------------------------------*/
/* ↓ 汎用style
/*-------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, #1e2b38, #4a1c1c);
  color: #ffffff;
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS P明朝", "MS Mincho", serif;
}

li {
  list-style: none;
}

p {
  font-size: 0.9em;
}

h1 {
  font-size: 2.57049em;
}

h2 {
  font-size: 1.9773em;
  font-size: 1.9773em;
  letter-spacing: 0.6rem;
  position: relative;
  padding-left: 2em;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}
h2 span {
  font-size: 3.5rem;
}

h3 {
  font-size: 1.521em;
}

h4 {
  font-size: 1.17em;
}

@media (max-width: 768px) {
  p:not(.price-content p) {
    font-size: 0.81em;
  }
  h1 {
    font-size: 2.1849165em;
  }
  h2 {
    font-size: 1.77957em;
  }
  h2::before {
    width: 40px;
  }
  h3 {
    font-size: 1.29285em;
  }
  h4 {
    font-size: 0.8775em;
  }
}
@media (max-width: 480px) {
  p:not(.price-content p) {
    font-size: 0.675em;
  }
  h1 {
    font-size: 1.799343em;
  }
  h2 {
    font-size: 1.482975em;
  }
  h3 {
    font-size: 1.0647em;
  }
  h4 {
    font-size: 0.702em;
  }
}
a {
  text-decoration: none;
}

#top,
#concept,
#news,
#service,
#gallery,
#indoorview,
#access,
#faq {
  padding: 50px 0 50px;
  position: relative;
}

#price,
#gallery {
  padding: 100px 0 0;
}

@media (max-width: 1300px) {
  .concept-contents,
  .news-contents,
  .service-contents,
  .gallery-contents,
  .view-contents,
  .access-contents,
  .faq-contents,
  .payment-contents {
    padding: 20px 10px 5px !important;
  }
}

.back-text {
  font-size: 110px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  letter-spacing: 1rem;
}

.btn {
  font-size: 14px;
  border: 1px solid #fff;
  text-align: center;
  max-width: 200px;
  margin: 20px auto;
  font-family: "Noto Serif JP", serif;
}

.btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.btn5 {
  position: relative;
  border: none;
  letter-spacing: 0.2em;
  margin-top: 60px;
}

.btn5::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  rotate: -45deg;
  position: absolute;
  right: 0;
  top: -10px;
}

.ring {
  position: absolute;
  opacity: 0.3;
  z-index: -1;
}

@media (max-width: 768px) {
  #top,
  #concept,
  #news,
  #gallery,
  #indoorview,
  #access,
  #faq {
    padding: 45px 0 0px;
  }
  #price,
  #gallery {
    padding: 60px 0 0;
  }
  .back-text {
    font-size: 70px;
  }
  .btn5::before {
    width: 40px;
    height: 40px;
    top: 0;
  }
}
@media (max-width: 480px) {
  #top,
  #concept,
  #news,
  #gallery,
  #indoorview,
  #access,
  #faq {
    padding: 30px 0 0px;
  }
  #price,
  #gallery {
    padding: 60px 0 0;
  }
  .back-text {
    font-size: 50px;
    letter-spacing: 0.2em;
  }
  .btn5::before {
    width: 25px;
    height: 25px;
    top: 7px;
  }
}
/*-------------------------------------------------------------*/
/* ↑ 汎用style
/*-------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* ↓ ローディング画面
/*----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  animation: fadeOut 1.5s 2.5s forwards;
}
.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/loading-back.png") center/cover no-repeat;
  z-index: 100;
}
.loading h1 {
  opacity: 0;
  max-width: 500px;
  width: 100%;
  padding: 25px;
  color: #999999;
  text-align: center;
  animation: logo_fade 2s 0.5s forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 200;
}
.loading h1 span {
  font-size: 1rem;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------------------------------------------*/
/* ↑ ローディング画面
/*----------------------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ MENU
/*-------------------------------------------------------------*/
.hotellogo {
  width: 200px;
}

.pc-menu {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #1e2b38;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  /* 初期色 */
}
.pc-menu ul {
  display: flex;
  align-items: center;
}
@media (max-width: 630px) {
  .pc-menu ul {
    display: none;
  }
}
.pc-menu ul a {
  width: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.pc-menu.scrolled {
  background-color: rgba(0, 0, 0, 0.9019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.sp-menu {
  display: none;
}
@media (max-width: 630px) {
  .sp-menu {
    display: block;
  }
  .sp-menu .hamburger-morph {
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 100;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .sp-menu .hamburger-morph__icon {
    width: 100%;
    height: 100%;
  }
  .sp-menu .hamburger-morph__line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .sp-menu .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 60 207;
  }
  .sp-menu .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 60 60;
  }
  .sp-menu .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 60 207;
  }
  .sp-menu .hamburger-morph.active .hamburger-morph__line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .sp-menu .hamburger-morph.active .hamburger-morph__line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
  }
  .sp-menu .hamburger-morph.active .hamburger-morph__line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .sp-menu .nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(29, 29, 31, 0.98);
    -webkit-clip-path: circle(0% at calc(100% - 44px) 44px);
            clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
  }
  .sp-menu .nav-morph.active {
    -webkit-clip-path: circle(150% at calc(100% - 44px) 44px);
            clip-path: circle(150% at calc(100% - 44px) 44px);
  }
  .sp-menu .nav-morph__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px 0 0 0;
    flex-direction: column;
  }
  .sp-menu .nav-morph__list {
    margin: 0;
    padding-left: 20%;
    list-style: none;
    text-align: center;
  }
  .sp-menu .nav-morph__link {
    color: #ffffff;
  }
  .sp-menu .nav-morph__text {
    font-size: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0.5em;
    padding: 0.2em;
    line-height: 0.95em;
  }
  .sp-menu .nav-morph__text span {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.arrow {
  width: 30px;
}

@media (max-width: 768px) {
  .hotellogo {
    width: 140px;
  }
  .pc-menu {
    padding: 10px 5px;
  }
}
/*-------------------------------------------------------------*/
/* ↑ MENU
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ service
/*-------------------------------------------------------------*/
#service .service-contents {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
#service .service-contents .service-slider {
  flex: 1 1 50%;
}
#service .service-contents .service-slider .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#service .service-contents .service-text {
  flex: 1 1 50%;
  font-size: 1rem;
  line-height: 1.8;
}
#service .back-text {
  bottom: 0;
  right: 0;
  transform: rotate(90deg) translate(15%, -50%);
  transform-origin: right top;
}
@media screen and (max-width: 768px) {
  #service .service-contents {
    flex-direction: column;
    max-width: 550px;
    gap: 0;
  }
  #service .service-contents .service-slider,
  #service .service-contents .service-text {
    width: 100%;
    text-align: center;
  }
  #service .service-contents .service-text {
    margin-top: 20px;
    padding: 0 10px;
  }
  #service .service-contents .service-slider .swiper-slide img {
    max-width: 90vw;
  }
}

/*-------------------------------------------------------------*/
/* ↑ service
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ top
/*-------------------------------------------------------------*/
#top {
  padding: 200px 0 100px;
  position: relative;
}

.top-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0%;
     object-position: 0 0%;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 50%;
  bottom: 170px;
  writing-mode: vertical-rl;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #ffffff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (max-width: 640px) {
  #top {
    padding: 100px 0 50px;
  }
  .top-img {
    height: auto;
  }
  .scroll {
    bottom: auto;
    bottom: 150px;
  }
  .scroll::before {
    height: 50px;
  }
}
/*-------------------------------------------------------------*/
/* ↑ top
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ Concept
/*-------------------------------------------------------------*/
#concept h2 {
  display: none;
}

.concept-contents {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 60px 70px;
}
.concept-contents .back-text {
  right: 3%;
  bottom: 0%;
}

.concept-text {
  position: absolute;
  right: 10%;
  top: 0;
  padding: 30px 10px 15px 0px;
  font-size: 25px;
  line-height: 2.5em;
}
.concept-text h3 {
  padding-bottom: 40px;
}

.concept-img-wrapper {
  position: relative;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.75;
  z-index: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  animation: fuwafuwa 2s infinite;
}
.concept-img-wrapper .concept-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 1s ease;
}
.concept-img-wrapper .concept-img.active {
  opacity: 1;
  z-index: 1;
}

.ring01 {
  width: 600px;
  top: 0;
  right: -15%;
  opacity: 0.2;
}

.ring02 {
  width: 300px;
  top: 35%;
  right: 0;
  opacity: 0.1;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1400px) {
  .concept-img-wrapper {
    width: 550px;
    height: 550px;
  }
  .concept-contents {
    padding: 60px 15px;
  }
  .concept-text {
    font-size: 17px;
  }
  .ring01 {
    width: 300px;
    top: 0;
    right: 0;
    opacity: 0.2;
  }
  .ring02 {
    width: 250px;
    right: 5%;
    top: 25%;
  }
}
@media (max-width: 930px) {
  #concept h2 {
    display: block;
  }
  .concept-contents {
    flex-direction: column;
    align-items: flex-start;
  }
  .concept-img-wrapper {
    width: 100%;
    height: 350px;
    animation: none;
    border-radius: 0;
  }
  .concept-img-wrapper .concept-img {
    border-radius: 0;
  }
  .concept-text {
    position: static;
  }
}
@media (max-width: 768px) {
  .concept-text {
    line-height: 1.9rem;
  }
}
@media (max-width: 480px) {
  .concept-img-wrapper {
    height: 280px;
  }
}
/*-------------------------------------------------------------*/
/* ↑ Concept
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ News
/*-------------------------------------------------------------*/
.news-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 20px;
  position: relative;
  padding: 60px 0;
}
.news-contents .back-text {
  bottom: 0%;
  left: 3%;
}

.news {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  position: relative;
}
.news > div {
  padding: 30px;
  width: calc(100% - 30px);
  text-align: center;
}
.news span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #ffffff;
  opacity: 0.05;
  display: inline-block;
  transform: rotate(-10deg);
  /* マイナスで左斜め、プラスで右斜め */
}

.cheek {
  width: 450px;
}

.ring03 {
  width: 400px;
  bottom: 10%;
  left: -10%;
  opacity: 0.08;
}

.ring04 {
  width: 330px;
  left: 0%;
  bottom: -5%;
  opacity: 0.08;
}

.ring05 {
  width: 60%;
  right: 0%;
  top: 0%;
  opacity: 0.2;
}

@media (max-width: 930px) {
  .news-contents {
    max-width: 600px;
  }
  .news {
    flex-direction: column-reverse;
  }
  .news > div {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .cheek {
    width: 100%;
  }
}
/*-------------------------------------------------------------*/
/* ↑ News
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ view
/*-------------------------------------------------------------*/
.view-contents {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  padding: 60px 10px;
}
.view-contents > p {
  padding-bottom: 30px;
  text-align: center;
}
.view-contents > p span {
  font-size: 24px;
  padding: 10px 0;
}
.view-contents iframe {
  width: 100%;
  height: 500px;
}
.view-contents .back-text {
  bottom: 25px;
  right: 0px;
}

.ring06 {
  width: 80%;
  left: 0%;
  top: 0%;
  opacity: 0.06;
}

@media (max-width: 1300px) {
  .view-contents .back-text {
    bottom: 13%;
  }
}
@media (max-width: 768px) {
  .view-contents > p span {
    font-size: 3.2vw;
  }
}
/*-------------------------------------------------------------*/
/* ↑ view
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ Access
/*-------------------------------------------------------------*/
.access-contents {
  padding: 60px 0;
}

.access-container {
  display: flex;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  gap: 40px;
}
.access-container iframe {
  width: 100%;
  max-width: 690px;
  height: 460px;
}

.access-datails {
  width: 42%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
}
.access-datails h3 {
  font-size: 22px;
  border-bottom: 1px solid #626262;
  padding: 0 0 15px 0;
  width: 100%;
  margin: 0 0 28px 0;
}
.access-datails table {
  font-size: 16px;
  line-height: 30px;
}
.access-datails table tr {
  display: block;
  margin: 18px 0;
}
.access-datails table tr td:first-child {
  width: 100px;
}

@media (max-width: 1130px) {
  .access-container {
    flex-direction: column;
  }
  .access-container iframe {
    width: 100%;
    max-width: 100%;
  }
  .access-datails {
    width: auto;
    padding-left: 6.5vw;
  }
}
@media (max-width: 480px) {
  .access-datails table {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .access-datails table tr td:first-child {
    width: 25vw;
  }
}
/*-------------------------------------------------------------*/
/* ↑ Access
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ faq
/*-------------------------------------------------------------*/
.faq-contents {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}
.faq-contents .back-text {
  bottom: 0;
  right: 0;
}

details {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
details[open] summary::after {
  transform: rotate(90deg);
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  outline: none;
  transition: background-color 0.3s ease;
}
summary::after {
  content: "▶";
  font-size: 10px;
  transition: transform 0.3s ease;
}

.inner {
  padding: 10px 20px 0px;
  border-top: 1px solid #ffffff;
  margin-top: 10px;
  transition: max-height 0.3s ease;
  /* スローなアニメーション */
}
.inner p {
  font-size: 0.8em;
}

@media (max-width: 768px) {
  #faq {
    padding-bottom: 60px;
  }
}
/*-------------------------------------------------------------*/
/* ↑ faq
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ↓ footer
/*-------------------------------------------------------------*/
footer {
  background-color: rgba(0, 0, 0, 0.7490196078);
}
footer .hotellogo {
  width: 400px;
}

.fixed-contact-buttons {
  position: fixed;
  bottom: 20%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  transition: opacity 0.3s ease;
  opacity: 1;
}
.fixed-contact-buttons.hidden {
  opacity: 0;
  pointer-events: none;
}

.btn-contact-call {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #F7C639;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 130px;
  transition: background-color 0.3s;
}

.btn-contact-call:hover {
  background-color: #e6b100;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 25px 0;
  position: relative;
}

.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-links .btn {
  margin: 0;
}
.footer-links .btn:hover::before {
  right: -30px;
}
.footer-links .btn5::before {
  width: 10px;
  height: 10px;
  top: 15px;
  right: -15px;
  transition: right 0.3s ease;
}

.copyright p {
  font-size: 10px;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.3333333333);
  padding-top: 10px;
}

@media (max-width: 768px) {
  footer .hotellogo {
    width: 55%;
  }
  .footer-container {
    flex-direction: column;
    gap: 10px;
  }
  .footer-links {
    flex-direction: row;
  }
  .footer-links .btn {
    font-size: 10px;
  }
  .footer-links .btn5::before {
    display: none;
  }
}
/*-------------------------------------------------------------*/
/* ↑ footer
/*-------------------------------------------------------------*/
.ripple {
  position: fixed;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  animation: ripple-effect 0.5s ease-out;
  pointer-events: none;
  z-index: 9999;
}

@keyframes ripple-effect {
  to {
    transform: scale(1);
    opacity: 0;
  }
}
#circle-transition {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 9999;
  pointer-events: none;
}

/* 全体のスクロールバー */
::-webkit-scrollbar {
  width: 5px;
  /* 横の場合は height */
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track {
  background: #1e2b38;
  /* 背景色（例：ミッドナイトブルー） */
}

/* スクロールバーのつまみ（ドラッグ部分） */
::-webkit-scrollbar-thumb {
  background: #000000;
  /* 例：バーガンディ */
}

/* ホバー時のつまみ */
::-webkit-scrollbar-thumb:hover {
  background: #222222;
}/*# sourceMappingURL=style.css.map */