/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
body {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-feature-settings: "palt";
}

input, button, textarea, select {
  font-family: "Shippori Mincho", serif;
  box-sizing: border-box;
  outline: none;
}

* {
  letter-spacing: 0.1em;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media (hover: hover) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}
@container (max-width: 768px) {
  .cont-pc-br {
    display: none;
  }
}
@container (min-width: 769px) {
  .cont-sp-br {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}
@media (hover: hover) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.6;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.wrapper {
  min-width: 320px;
}

/* =========================================================
common parts
========================================================= */
.c-btn01 a {
  position: relative;
  border: 1px solid #000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .c-btn01 a {
    padding: 30px 0;
  }
}
@media (min-width: 769px) {
  .c-btn01 a {
    padding: 20px 0;
    font-size: 14px;
  }
}
.c-btn01 .ico {
  display: block;
  width: 24px;
  height: 24px;
  padding: 10px 0 0 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}

.c-btn01 .ico::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
}

@media (hover: hover) {
  .c-btn01 a {
    transition: background 0.2s ease, color 0.2s ease;
  }

  .c-btn01 a .ico {
    transition: background 0.2s ease;
  }

  .c-btn01 a .ico::before {
    transition: border-color 0.2s ease;
  }
}
@media (max-width: 768px) {
  .c-btn01 .ja {
    font-size: 16px;
  }
}
.c-btn01 .en {
  font-family: "Cardo", serif;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .c-btn01 .en {
    font-size: 18px;
  }
}
/* =========================================================
common layout
========================================================= */
@media (max-width: 768px) {
  .c-cont01 {
    padding: 0 6.4vw;
  }
}
@media (min-width: 769px) {
  .c-cont01 {
    padding: 0 clamp(1px, 12.07vw, 165px);
  }
}
.c-cont01__in {
  max-width: 1036px;
  margin: 0 auto;
}

.wysiwyg {
  word-break: break-all;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  box-sizing: content-box;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    opacity: 0.6;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg table {
  border-collapse: separate;
}

/* =========================================================
header
========================================================= */
/*------------------------------------------
header
------------------------------------------*/
.page-hd {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.page-hd__logo {
  font-family: "Cardo", serif;
  position: absolute;
  letter-spacing: 0.1em;
  left: 16px;
}

@media (max-width: 768px) {
  .page-hd__logo {
    font-size: 18px;
    line-height: 1.11;
    top: 16px;
  }
}
@media (min-width: 769px) {
  .page-hd__logo {
    height: 100vh;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    font-size: clamp(1px, 1.8vh, 14px);
    line-height: 1;
    text-align: center;
    top: 0;
  }
}
.page-hd__btn {
  position: absolute;
  top: 20px;
  right: 0;
}

@media (min-width: 769px) {
  .page-hd__btn {
    display: none;
  }
}
.page-hd__btn button {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.page-hd__btn span {
  width: 20px;
  height: 2px;
  background: #000;
}

.page-hd__btn button.is-open span {
  width: 23px;
  transform-origin: left;
}

.page-hd__btn button.is-open span:nth-child(1) {
  transform: translateX(4px) rotate(45deg);
}

.page-hd__btn button.is-open span:nth-child(2) {
  opacity: 0;
}

.page-hd__btn button.is-open span:nth-child(3) {
  transform: translateX(4px) rotate(-45deg);
}

/*------------------------------------------
navigation
------------------------------------------*/
.page-nav {
  position: fixed;
  z-index: 8;
}

@media (max-width: 768px) {
  .page-nav {
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    background: #fff;
    top: 0;
    left: 0;
    overflow: auto;
    display: none;
  }
}
@media (min-width: 769px) {
  .page-nav {
    display: block !important;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.page-nav__line {
  width: 1px;
  height: 289px;
  background: rgba(0, 0, 0, 0.1);
}

.page-nav__line .current {
  width: 1px;
  height: var(--current);
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-nav__line .p {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: var(--current);
  left: 50%;
  transform: translateX(-50%);
}

.page-nav__line .p::before {
  content: "";
  width: 19px;
  height: 27px;
  -webkit-mask: url(../images/ico_p.svg) no-repeat center/contain;
          mask: url(../images/ico_p.svg) no-repeat center/contain;
  background: #000;
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  transform: translateY(-50%);
}

.page-nav__list {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .page-nav__list {
    padding: 100px 0;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }
}
@media (min-width: 769px) {
  .page-nav__list {
    justify-content: space-between;
    position: absolute;
    top: -5px;
    left: calc(100% + 10px);
  }
}
@media (min-width: 769px) {
  .page-nav__item {
    position: relative;
  }
}
.page-nav__item::before {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  right: calc(100% + 8px);
}

@media (min-width: 769px) {
  .page-nav__item::before {
    content: "";
  }
}
.page-nav__item a {
  font-family: "Cardo", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .page-nav__item a {
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .page-nav__item a {
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
}
/* =========================================================
footer
========================================================= */
.page-ft {
  border-top: 1px solid #000;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.page-ft__bottom {
  width: 100%;
}

@media (min-width: 769px) {
  .page-ft__bottom {
    display: flex;
    justify-content: flex-end;
  }
}
.page-ft__list {
  font-family: "Cardo", serif;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .page-ft__list {
    font-size: 12px;
    line-height: 1.66;
  }
}
@media (min-width: 769px) {
  .page-ft__list {
    font-size: 10px;
    line-height: 2;
  }
}
.page-ft__block {
  display: grid;
}

@media (max-width: 768px) {
  .page-ft__block {
    margin: 24px auto 0;
    grid-template-columns: 118px 1fr;
    grid-template-rows: repeat(2, max-content);
    grid-template-areas: "logo sns" "copyright copyright";
    gap: 15px;
  }
}
@media (min-width: 769px) {
  .page-ft__block {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .page-ft__block .logo {
    grid-area: logo;
  }
}
@media (min-width: 769px) {
  .page-ft__block .logo {
    margin: 0 0 0 auto;
  }
}
.page-ft__block .logo a {
  display: block;
  width: 118px;
  height: 51px;
  -webkit-mask: url(../images/logo_sapporo.svg) no-repeat center/contain;
          mask: url(../images/logo_sapporo.svg) no-repeat center/contain;
}

.page-ft__block .sns {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .page-ft__block .sns {
    grid-area: sns;
  }
}
.page-ft__block .sns li a {
  display: block;
  width: 17px;
  height: 17px;
}

.page-ft__block .sns li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .page-ft__block .sns li img {
    width: 15px;
  }
}
@media (min-width: 769px) {
  .page-ft__block .sns li img {
    width: 17px;
  }
}
.page-ft__block .sns .x a {
  -webkit-mask: url(../images/ico_x.png) no-repeat center/contain;
          mask: url(../images/ico_x.png) no-repeat center/contain;
}

.page-ft__block .sns .ig a {
  -webkit-mask: url(../images/ico_ig.png) no-repeat center/contain;
          mask: url(../images/ico_ig.png) no-repeat center/contain;
}

.page-ft__block .copyright {
  font-family: "Cardo", serif;
  font-size: clamp(1px, 2.66vw, 10px);
  line-height: 1;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .page-ft__block .copyright {
    grid-area: copyright;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .page-ft__block .copyright {
    text-align: right;
  }
}