@keyframes loading_01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.toLinks {
  display: none !important;
}

.sapporp-header {
  text-align: center;
  padding: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sapporp-header {
    padding: 10px 0;
  }
}
.sapporp-header a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sapporp-header a img {
    width: 80px;
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a648b;
  z-index: 1000000;
}

.loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-image-01 {
  animation-name: loading_01;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

.loading-image-02 {
  animation-name: loading_01;
  animation-delay: 2s;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .floating {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
  }
}
.floating-wrapper {
  position: fixed;
  right: 1%;
  bottom: calc(70px + 2%);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .floating-wrapper {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
.floating-wrapper a {
  display: block;
}

.floating-wrapper a img {
  width: 330px;
  max-width: 25vw;
}

@media screen and (max-width: 767px) {
  .floating-wrapper a img {
    max-width: 80vw;
  }
}
.floating-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #222;
}

.floating-close::after,
.floating-close::before {
  content: "";
  top: 50%;
  right: 3px;
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #fff;
}

.floating-close::after {
  transform: rotate(-45deg);
}

.floating-close::before {
  transform: rotate(45deg);
}

.mv {
  position: relative;
  width: 100%;
}

.mv img {
  width: 100%;
}

.mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv-text {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  text-shadow: 0 0 6px #000;
}

@media screen and (max-width: 767px) {
  .mv-text {
    font-size: 18px;
  }
}
.mv-text .large {
  font-size: 150%;
  line-height: 1;
}

.mv-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.mv-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-link-row {
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .about-link-row {
    margin-top: 10px;
  }
}
.about-link {
  position: relative;
  padding: 10px;
  background-color: rgba(196, 228, 249, 0.6);
}

.about-link-bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: inline-block;
  width: calc(100% - 20px);
  height: 40px;
  background-color: #5c5c5c;
  mix-blend-mode: multiply;
}

.about-link-bg.blue {
  background-color: #2a648b;
}

@media screen and (max-width: 767px) {
  .about-link-bg {
    height: 32px;
  }
}
.about-link-title {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px 5px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about-link-title {
    font-size: 10px;
  }
}
.about-link-button {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-link-button {
    bottom: 15px;
  }
}
.about-link-button span {
  color: #c4e4f9 !important;
  padding: 12px 23px 11px;
}

.about-lead {
  font-size: 16px;
  line-height: 2.58 !important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-lead {
    font-size: 15px;
    line-height: 2 !important;
  }
}
.merit-wrapper {
  margin-top: 60px;
  padding: 30px 100px;
  background-color: #EDF5FA;
  outline: solid #EDF5FA 30px;
  outline-offset: 0px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .merit-wrapper {
    outline: solid #EDF5FA 10px;
    padding: 20px 20px;
  }
}
.merit-ttl {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto 60px !important;
  padding: 0 48px 14px;
  background-image: linear-gradient(#2a648b, #2a648b);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 0 2px;
  transition: background-size 1.5s cubic-bezier(0.76, 0, 0.24, 1);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .merit-ttl {
    padding: 15px 10px;
    margin: 0 auto 30px !important;
  }
}
.merit-ttl.js-active {
  background-position: bottom center;
  background-size: 100% 1px;
}
.merit-con {
  display: grid;
  align-items: center;
  grid-template: "txt img" 1fr/1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .merit-con {
    grid-template: "txt" min-content "img" 1fr/1fr;
    gap: 10px;
    margin-bottom: 60px;
  }
}
.merit-con-reverse {
  grid-template: "img txt" 1fr/1fr 1fr;
}
@media (max-width: 767px) {
  .merit-con-reverse {
    grid-template: "txt" min-content "img" 1fr/1fr;
    gap: 10px;
    gap: 10px;
  }
}
.merit-con-txtbox {
  grid-area: txt;
  text-align: justify;
}
.merit-con-txtbox-ttl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  background-image: linear-gradient(#2a648b, #2a648b);
  background-position: bottom;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .merit-con-txtbox-ttl {
    gap: 12px;
    padding-bottom: 12px;
  }
}
.merit-con-txtbox-ttl-num {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit-con-txtbox-ttl-num-small {
  font-size: 0.5em;
}
.merit-con-txtbox-ttl-num-em {
  font-size: 1.6em;
  letter-spacing: 0;
  line-height: 1;
}
.merit-con-txtbox-ttl-num-i {
  display: inline-block;
}
.merit-con-imgbox {
  grid-area: img;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 10px 10px 0 #B8D3E6;
  position: relative;
}

.ranking-wrapper {
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 100px;
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: #fff;
  border: 2px solid #2A648A;
}

@media screen and (max-width: 767px) {
  .ranking-wrapper {
    display: block;
    padding: 20px 30px;
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .ranking-detail {
    width: 58.3%;
  }
}
@media screen and (min-width: 768px) {
  .ranking-table {
    width: 34%;
  }
}
.image-slide {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .image-slide {
    padding-bottom: 30px;
  }
}
.image-slide-wrapper {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .image-slide-wrapper {
    padding: 0 5px;
  }
}
.image-slide-inner {
  position: relative;
  transition: 2s ease;
}

.image-slide-item:not(.slick-center) .image-slide-inner {
  transform: scale(0.9);
}

.image-slide-inner img {
  width: 100%;
}

.image-slide-text {
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
  transition: 2s ease;
}

.image-slide-item:not(.slick-center) .image-slide-text {
  margin-left: 5%;
}

@media screen and (max-width: 767px) {
  .image-slide-text {
    font-size: 14px;
  }
}
.image-slide .slick-dots {
  bottom: 0;
}

.image-slide .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 10px;
}

.image-slide .slick-dots li.slick-active {
  background-color: #C4E4F9;
}

.image-slide .slick-dots li button {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 10px;
}

.image-slide .slick-dots li button::before {
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #C4E4F9;
  border-radius: 10px;
}

.map {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .map {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1.25;
    max-width: unset;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    scroll-snap-align: center;
  }
}
.map__img {
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: top;
}
@media (max-width: 767px) {
  .map__img {
    max-width: none;
    width: auto;
    height: 100%;
  }
}

/* ------------------------------------------------------------
	icon
------------------------------------------------------------ */
.c-icon__in {
  width: 8rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-icon__in {
    display: block;
  }
}

@media screen and (max-width: 1400px) {
  .bukken-slide-container {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .bukken-slide-container {
    padding: 0 20px;
  }
}
.bukken-slide-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.bukken-slide-row__rever {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .bukken-slide-row {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .bukken-slide-detail {
    width: 32%;
  }
}
.bukken-slide-wrapper {
  position: relative;
  width: 65%;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .bukken-slide-wrapper {
    width: 100%;
  }
}
.bukken-slide-number {
  position: absolute;
  top: 0;
  right: 15px;
}

.bukken-slide-number-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bukken-slide .slick-arrow {
  left: auto;
  right: -50px;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.bukken-slide .slick-arrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #5c5c5c;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-arrow::before {
    width: 36px;
    height: 36px;
  }
}
.bukken-slide .slick-prev {
  top: auto;
  bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-prev {
    bottom: 30px;
  }
}
.bukken-slide .slick-prev::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-prev::after {
    top: 11px;
    left: 11px;
  }
}
.bukken-slide .slick-next {
  top: auto;
  bottom: -10px;
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-next {
    bottom: -14px;
  }
}
.bukken-slide .slick-next::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bukken-slide .slick-next::after {
    top: 11px;
    left: 11px;
  }
}
.bukken-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.bukken-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gran-bg {
  padding: 90px 0 120px;
  background: #b5cad1;
}

@media screen and (max-width: 767px) {
  .gran-bg {
    padding: 50px 0 60px;
  }
}
.naebo-bg {
  padding: 90px 0 120px;
  background-color: #f3eed3;
}

@media screen and (max-width: 767px) {
  .gran-bg {
    padding: 50px 0 60px;
  }
}
.kita4jo-bg {
  padding: 90px 0 120px;
  background-color: #eefbf1;
}

@media screen and (max-width: 767px) {
  .kita4jo-bg {
    padding: 50px 0 60px;
  }
}
.naebo-bg {
  padding: 90px 0 120px;
  background-color: #f3eed3;
}

@media screen and (max-width: 767px) {
  .kita4jo-bg {
    padding: 50px 0 60px;
  }
}
.grand-bg {
  padding: 90px 0 120px;
  background-color: #b1ced8;
}

@media screen and (max-width: 767px) {
  .grand-bg {
    padding: 50px 0 60px;
  }
}
.shinsapporo-bg {
  padding: 90px 0 120px;
}

@media screen and (max-width: 767px) {
  .shinsapporo-bg {
    padding: 50px 0 60px;
  }
}
.shinsapporo-column {
  position: relative;
  padding: 80px 100px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .shinsapporo-column {
    padding: 40px 20px 20px;
  }
}
.shinsapporo-column::before {
  content: "COLUMN";
  position: absolute;
  top: 0;
  left: 34px;
  color: #f4f4f4;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .shinsapporo-column::before {
    left: 14px;
    font-size: 42px;
  }
}
.shinsapporo-column-text {
  text-align: justify;
  border-left: 1px solid #999999;
}

@media screen and (min-width: 768px) {
  .shinsapporo-ranking {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.odori-bg {
  padding: 90px 0 120px;
}

@media screen and (max-width: 767px) {
  .odori-bg {
    padding: 50px 0 60px;
  }
}
.remote-wrapper {
  position: relative;
}

.remote-bg {
  display: flex;
  justify-content: center;
}

.remote-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}

.remote-detail-lead {
  color: #5c5c5c;
  font-size: 24px;
  font-weight: 700;
  text-shadow: 0 0 6px #fff;
}

@media screen and (max-width: 767px) {
  .remote-detail-lead {
    font-size: 18px;
  }
}
.remote-detail-text {
  color: #5c5c5c;
  font-size: 20px;
  line-height: 1.57 !important;
  text-shadow: 0 0 6px #fff;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .remote-detail-text {
    font-size: 15px;
  }
}
.remote-detail-image img {
  max-width: 225px;
}

@media screen and (max-width: 767px) {
  .remote-detail-image img {
    max-width: 50%;
  }
}
.salon-wrapper {
  position: relative;
}

.salon-bg-inner img {
  width: 100%;
}

.salon-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 20px;
}

.salon-detail-lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7 !important;
}

@media screen and (max-width: 767px) {
  .salon-detail-lead {
    font-size: 18px;
  }
}
.salon-detail-point {
  display: flex;
  justify-content: center;
}

.salon-detail-point-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .salon-detail-point-item {
    width: 92px;
    height: 92px;
    margin: 0 5px;
  }
}
.salon-detail-point-item span {
  color: #2a648b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .salon-detail-point-item span {
    font-size: 12px;
  }
}
.salon-table {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .salon-table tr:not(:last-child) td {
    padding-bottom: 15px !important;
  }
}
.salon-table th {
  font-size: 16px;
  padding: 10px 12px 10px 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .salon-table th {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
}
.salon-table td {
  color: #2a648b;
  font-size: 20px;
  padding: 10px 0 10px 12px;
  border: none;
}

@media screen and (max-width: 767px) {
  .salon-table td {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 0;
  }
}
.salon-table td .large {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .salon-table td .large {
    font-size: 24px;
  }
}
.salon-table td .small {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .salon-table td .small {
    font-size: 12px;
  }
}
.salon-table td .black {
  color: #5c5c5c;
}

.salon-access {
  padding: 10px;
  border-left: 1px solid #999999;
}

.salon-access p {
  font-size: 18px;
}

.salon-access p .small {
  font-size: 75%;
}

.salon-mask-wrapper {
  position: relative;
}

.salon-mask {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .salon-mask {
    top: 20px;
    bottom: 20px;
  }
}
.salon-mask-inner {
  width: 1160px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  margin: 0 auto;
  background-color: rgba(42, 100, 139, 0.8);
}

@media screen and (max-width: 1160px) {
  .salon-mask-inner {
    width: 100%;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .salon-mask-inner {
    padding: 10px 20px;
  }
}
.salon-mask-text {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .salon-mask-text {
    font-size: 14px;
  }
}
.salon-button {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  padding: 14px 30px 13px;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .salon-button {
    width: 80%;
    font-size: 14px;
    padding: 12px 20px 11px;
  }
}
.salon-button.dark {
  background-color: #1b2c3c;
}

.salon-button.dark:hover {
  color: #1b2c3c !important;
  background-color: #fff;
}

.salon-button .large {
  font-size: 130%;
}

.salon-title {
  text-align: center;
}

.salon-title > h3 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}

.salon-title > h3::before,
.salon-title > h3::after {
  content: "";
  position: absolute;
  top: 0;
  width: 38px;
  height: 102px;
  background-image: url(../img/salon-title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .salon-title > h3::before,
  .salon-title > h3::after {
    width: 30px;
    height: 80px;
  }
}
.salon-title > h3::before {
  left: -40px;
}

@media screen and (max-width: 767px) {
  .salon-title > h3::before {
    left: -25px;
  }
}
.salon-title > h3::after {
  right: -40px;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .salon-title > h3::after {
    right: -25px;
  }
}
.intermediary-wrapper {
  padding: 20px;
  border: 1px solid #333;
}

.intermediary-logo {
  width: 100%;
}

.intermediary-inner {
  padding: 20px;
  background-color: #DBE6ED;
}

@media screen and (max-width: 767px) {
  .intermediary-inner {
    padding: 15px;
    margin-top: 5px;
  }
}
.intermediary-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.intermediary-list li {
  width: 25%;
  padding: 5px;
  margin-bottom: 0;
}

.intermediary-list li span {
  display: block;
  color: #2a648b;
  text-align: center;
  padding: 5px;
  background-color: #fff;
}

.intermediary-list-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7 !important;
}

@media screen and (max-width: 767px) {
  .intermediary-list-lead {
    font-size: 16px;
  }
}/*# sourceMappingURL=sapporo.css.map */