@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border-top-width: 1px;
  color: inherit;
}
pre {
  font-size: inherit;
  font-family: monospace, monospace;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type=number] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
:root {
  --font-size: 62.5%;
  --bar-width: 17px;
  --header-height: 120px;
  --color-key: #075FFF;
  --color-sub-1: #A0E0FF;
  --color-sub-2: #9EDDFB;
  --color-sub-3: #E6F7FF;
  --color-gradation: #98FFFC;
  --color-conversion: #FEC40A;
  --color-border: #9D9D9D;
  --color-hover-1: #FFFED1;
  --color-hover-2: #FFFC4C;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-red: #E6002D;
  --color-text: #000000;
  --color-caption: #666666;
}
html {
  overflow-y: scroll;
  background: var(--color-sub-1);
  font-size: var(--font-size);
  scroll-padding-top: var(--header-height);
}
html.is-fixed {
  margin-right: var(--bar-width);
  overflow: hidden;
}
body {
  position: relative;
  color: var(--color-text);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  min-width: 1280px;
}
svg {
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a.is-none {
  pointer-events: none;
}
.l-header {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: max(1280px, 100%);
  height: var(--header-height);
}
.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: url("/hokkaido100/sakerucheese/assets/images/common/bg_01.jpg") center top/60px auto repeat;
  content: "";
  opacity: 0;
  transition: height 0.4s, opacity 0.4s;
}
.l-header.is-scroll::before {
  height: 100%;
  opacity: 1;
}
.l-header__inner {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-inline: max(40px, min(40px + (100vw - 1297px) / 160 * 20, 60px));
}
.l-header__logo {
  z-index: 2;
  position: relative;
  top: 15px;
}
.l-header__nav {
  flex: 1;
  margin-left: 20px;
}
.l-header__megmilk {
  z-index: 2;
  position: relative;
}
.l-header__spmenu {
  display: none;
  z-index: 2;
  position: relative;
}
.l-header__spmenu a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.l-header__spmenu a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_humberger.svg") center center/50px auto no-repeat;
  content: "";
}
.l-header.is-open .l-header__spmenu a::before {
  display: none;
}
.l-header__spmenu a::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_close.svg") center center/16px auto no-repeat, var(--color-conversion);
  content: "";
}
.l-header.is-open .l-header__spmenu a::after {
  display: block;
}
.l-footer {
  position: relative;
}
.l-footer__inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: max(40px, min(40px + (100vw - 1297px) / 160 * 40, 80px));
}
.l-footer-upper {
  position: relative;
  padding: 80px 0;
  background: var(--color-key);
  color: var(--color-white);
}
.l-footer-upper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 184px;
  background: linear-gradient(to top, #98FFFC, transparent);
  content: "";
}
.l-footer-upper .upper-flex {
  display: flex;
  justify-content: space-between;
}
.l-footer__logo {
  margin-bottom: 50px;
}
.l-footer__page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 64px;
}
.l-footer__page-list .item {
  position: relative;
}
.l-footer__page-list .item:not(:last-child)::before {
  position: absolute;
  top: 0.5em;
  right: -33px;
  width: 2px;
  height: calc(100% - 1em);
  background: var(--color-white);
  content: "";
}
.l-footer__page-list .item a {
  display: block;
}
.l-footer__link-list {
  display: flex;
  gap: 0 40px;
}
.l-footer-lower {
  background: url("/hokkaido100/sakerucheese/assets/images/common/bg_01.jpg") center top/60px auto repeat;
  color: var(--color-white);
}
.l-footer-lower .lower-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.l-footer__privacy {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.l-footer__privacy a {
  text-decoration: underline;
}
.l-footer__copyright {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.l-nav {
  z-index: 1;
  position: relative;
}
.l-nav__page-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 64px;
  color: #FFFFFF;
}
.l-nav__page-list .item {
  position: relative;
}
.l-nav__page-list .item:not(:last-child)::before {
  position: absolute;
  top: 0.5em;
  right: -33px;
  width: 2px;
  height: calc(100% - 1em);
  background: var(--color-white);
  content: "";
}
.l-nav__page-list .item a {
  display: block;
}
.l-nav__link-list {
  display: none;
}
.l-main {
  position: relative;
  padding-top: var(--header-height);
  overflow: hidden;
}
.l-section {
  position: relative;
}
.l-section__inner {
  position: relative;
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 40px;
}
.l-section__inner.size-l {
  max-width: 1440px;
}
.l-flex-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.l-flex-box.col--2 > .flex-item {
  width: calc((100% - 40px) / 2);
}
.l-flex-box.col--3 > .flex-item {
  width: calc((100% - 80px) / 3);
}
.c-border--line {
  border-bottom: 2px solid var(--color-border);
}
.c-border--dot {
  border-bottom: 4px dotted var(--color-conversion);
}
.c-button--a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 120px;
  padding: 20px 20px;
  border-radius: 10px 10px;
  background: var(--color-white);
  text-align: center;
}
.c-button--a .c-button__icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-button--b {
  display: block;
  position: relative;
  max-width: 288px;
  padding-bottom: 6px;
}
.c-button--b .c-button__inner {
  display: block;
  position: relative;
  padding: 15px 25px;
  border: 4px solid var(--color-black);
  border-radius: 10px 10px;
  background: var(--color-white);
  box-shadow: 0 0 20px var(--color-hover-2) inset, 0 6px 0 #CCA121;
  font-size: 2rem;
  line-height: 1.45;
  text-align: center;
}
.c-button--b .c-button__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.c-button--b.icon .c-button__inner {
  padding-right: 45px;
}
.c-button--b.size-l {
  max-width: 408px;
}
.c-button--b.size-l .c-button__inner {
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 2.4rem;
}
.c-card--a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px;
}
.c-card--a .c-card__image {
  position: relative;
}
.c-card--a .c-card__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-card--a .c-card__text {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: calc(100% - 30px);
  padding: 12px 20px;
  border-radius: 0 20px 0 0;
  background: var(--color-conversion);
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-card--a .c-card__button {
  display: block;
}
.c-color--key {
  color: #075FFF;
}
.c-color--sub-1 {
  color: #A0E0FF;
}
.c-color--sub-2 {
  color: #9EDDFB;
}
.c-color--sub-3 {
  color: #E6F7FF;
}
.c-color--gradation {
  color: #98FFFC;
}
.c-color--conversion {
  color: #FEC40A;
}
.c-color--border {
  color: #9D9D9D;
}
.c-color--hover-1 {
  color: #FFFED1;
}
.c-color--hover-2 {
  color: #FFFC4C;
}
.c-color--white {
  color: #FFFFFF;
}
.c-color--black {
  color: #000000;
}
.c-color--red {
  color: #E6002D;
}
.c-color--text {
  color: #000000;
}
.c-color--caption {
  color: #666666;
}
.c-color--clear {
  color: transparent;
}
.c-icon--arrow {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 30px;
  border-radius: 50% 50%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_arrow_02.svg") center center/46.6666666667% auto no-repeat, var(--color-conversion);
}
.c-icon--ancher {
  display: block;
  position: relative;
  height: 20px;
  border-radius: 10px 10px;
  background: var(--color-conversion);
}
.c-icon--ancher::before {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 16px;
  transform: translate(-50%, -50%) rotate(90deg);
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_arrow_02.svg") center center/100% auto no-repeat;
  content: "";
}
.c-icon--blank {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 30px;
  border-radius: 50% 50%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_window.svg") center center/46.6666666667% auto no-repeat, var(--color-conversion);
}
.c-icon--play {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 90px;
  border: 5px solid var(--color-black);
  border-radius: 50% 50%;
  background: var(--color-white);
  box-shadow: 0 6px 0 #CCA121, 0 0 20px var(--color-hover-2) inset;
}
.c-icon--play::before {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_arrow_04.svg") 58% center/37.5% auto no-repeat;
  content: "";
}
.c-list--note {
  color: var(--color-red);
  font-weight: 400;
  line-height: 1.6;
}
.c-list--note > li {
  position: relative;
  padding-left: 1.5em;
}
.c-list--note > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.c-list--note > li + li {
  margin-top: 10px;
}
.c-movie {
  position: relative;
  max-width: 870px;
  margin-inline: auto;
}
.c-movie__frame {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 20px 20px;
  background: var(--color-black);
}
.c-movie__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-movie__poster::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-movie__thumb {
  height: 100%;
}
.c-movie__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-movie__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-movie__title {
  z-index: 1;
  position: relative;
  margin: -30px 40px 0;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.c-movie__title span {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px 10px;
  background: var(--color-conversion);
}
.c-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-text--lead {
  font-size: 2.4rem;
  line-height: 1.8;
}
.c-text--box > * + * {
  margin-top: 1.2em;
}
.c-title--h1 {
  /*font-size: 6.0rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: rgba(g.$color-white, 0.85);
  -webkit-text-stroke: 10px var(--color-text);
  text-stroke: 10px var(--color-text);
  paint-order: stroke;
  text-shadow: 0 1px 1px var(--color-hover-2), 0 -1px 1px var(--color-hover-2), 1px 0 1px var(--color-hover-2), -1px 0 1px var(--color-hover-2), 0 0 0 var(--color-white);
  @include g.media(sp) {
  	font-size: 4.0rem;
  	-webkit-text-stroke-width: 7px;
  	text-stroke-width: 7px;
  }*/
  line-height: 1;
}
.c-title--h2 {
  line-height: 1;
  /*font-size: 6.0rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(g.$color-white, 0.85);
  -webkit-text-stroke: 10px var(--color-text);
  text-stroke: 10px var(--color-text);
  paint-order: stroke;
  text-shadow: 0 1px 1px var(--color-hover-2), 0 -1px 1px var(--color-hover-2), 1px 0 1px var(--color-hover-2), -1px 0 1px var(--color-hover-2), 0 0 0 var(--color-white);
  @include g.media(sp) {
  	font-size: 4.0rem;
  	-webkit-text-stroke-width: 7px;
  	text-stroke-width: 7px;
  }*/
  text-align: center;
}
.c-title--h3 {
  font-size: 3.6rem;
  line-height: 1.8;
}
.c-title--h4 {
  font-size: 2.4rem;
  line-height: 1.8;
}
.p-ancherlink {
  position: relative;
  padding-bottom: 6px;
}
.p-ancherlink__list {
  display: flex;
  border: 4px solid var(--color-black);
  border-radius: 10px 10px;
  background: var(--color-white);
  box-shadow: 0 0 20px var(--color-hover-2) inset, 0 6px 0 #CCA121;
}
.p-ancherlink__list .item {
  position: relative;
}
.p-ancherlink__list.col--3 .item {
  width: 33.3333333333%;
}
.p-ancherlink__list.col--4 .item {
  width: 25%;
}
.p-ancherlink__list.col--5 .item {
  width: 20%;
}
.p-ancherlink__list.col--6 .item {
  width: 16.6666666667%;
}
.p-ancherlink__list .item:not(:last-child)::before {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: -1px;
  width: 2px;
  height: calc(100% - 60px);
  border-radius: 2px 2px;
  background-color: #CECECE;
  content: "";
}
.p-ancherlink__list .item-button {
  display: block;
  position: relative;
  padding: 24px 15px 15px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.p-ancherlink__list .item:first-of-type .item-button {
  border-radius: 10px 0 0 10px;
}
.p-ancherlink__list .item:last-of-type .item-button {
  border-radius: 0 10px 10px 0;
}
.p-ancherlink__list .item-text {
  display: block;
  margin-bottom: 15px;
}
.p-keyvisual {
  position: relative;
  aspect-ratio: 1360/500;
  padding: 1.4705882353%;
  border-radius: 20px 20px;
  background: var(--color-white);
}
.p-keyvisual__inner {
  display: flex;
  position: relative;
  height: 100%;
  border-radius: 10px 10px;
  background: var(--color-sub-3);
}
.p-keyvisual__body {
  flex: 1;
  align-self: center;
  padding: 0 6.0606060606% 0 7.5757575758%;
}
.p-keyvisual__title {
  margin-bottom: 40px;
  /*@include g.media(pc) {
  	font-size: max(54px, min(calc(60px - (1457px - 100vw) / 160 * 6), 60px));
  }*/
}
.p-keyvisual__image {
  position: relative;
  width: 41.6666666667%;
  margin: -1.5151515152% 6.0606060606% -1.5151515152% 0;
}
.p-keyvisual__image-circle {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-keyvisual__image-circle::before {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  margin-top: -4.5454545455%;
  overflow: hidden;
  border-radius: 50% 50%;
  background: url("/hokkaido100/sakerucheese/assets/images/common/bg_02.jpg") center center/60px auto repeat;
  content: "";
}
.p-keyvisual__image-pic {
  position: absolute !important;
  bottom: 0;
  transform-origin: center bottom;
}
.p-pagetop {
  z-index: 20;
  position: fixed;
  right: 40px;
  bottom: 100px;
  transition: opacity 0.3s ease;
}
.p-pagetop a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 60px;
  border-radius: 50% 50%;
  background: var(--color-conversion);
}
.p-pagetop a::before {
  position: absolute;
  top: 48%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 33.3333333333%;
  transform: translate(-50%, -50%);
  background: url("/hokkaido100/sakerucheese/assets/images/common/icon_arrow_03.svg") center center/100% auto no-repeat;
  content: "";
}
.p-note {
  z-index: 20;
  position: sticky;
  bottom: 0;
}
.p-note__inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: max(40px, min(40px + (100vw - 1297px) / 160 * 40, 80px));
}
.p-note__text {
  position: absolute;
  top: calc((1em + 20px) * -1);
  left: max(40px, min(40px + (100vw - 1297px) / 160 * 40, 80px));
  -webkit-text-stroke: 2px #666666;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
  text-stroke: 2px #666666;
  paint-order: stroke;
}
[class*=js-fadein] {
  position: relative;
  opacity: 0;
}
.u-disp--block {
  display: block;
}
.u-disp--inline {
  display: inline;
}
.u-disp--inline-block {
  display: inline-block;
}
.u-mt--xl {
  margin-top: 160px;
}
.u-mt--l {
  margin-top: 80px;
}
.u-mt--m {
  margin-top: 60px;
}
.u-mt--s {
  margin-top: 40px;
}
.u-mb--xl {
  margin-bottom: 160px;
}
.u-mb--l {
  margin-bottom: 80px;
}
.u-mb--m {
  margin-bottom: 60px;
}
.u-mb--s {
  margin-bottom: 40px;
}
.u-pt--xl {
  padding-top: 160px;
}
.u-pt--l {
  padding-top: 80px;
}
.u-pt--m {
  padding-top: 60px;
}
.u-pt--s {
  padding-top: 40px;
}
.u-pb--xl {
  padding-bottom: 160px;
}
.u-pb--l {
  padding-bottom: 80px;
}
.u-pb--m {
  padding-bottom: 60px;
}
.u-pb--s {
  padding-bottom: 40px;
}
.u-text--nowrap {
  white-space: nowrap;
}
.u-text--breakall {
  word-break: break-all;
}
.u-text--anywhere {
  line-break: anywhere;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-font--noto {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font--marugo {
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
}
.u-font--w400 {
  font-weight: 400;
}
.u-font--w500 {
  font-weight: 500;
}
.u-font--w700 {
  font-weight: 700;
}
.u-color--text, .u-color--default {
  color: var(--color-text);
}
.u-color--white {
  color: var(--color-white);
}
.u-color--red {
  color: var(--color-red);
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 80px;
  }
  body {
    min-width: 0;
    font-size: 1.5rem;
  }
  svg {
    width: 100%;
    max-width: none;
  }
  img {
    width: 100%;
    max-width: none;
  }
  .l-header {
    width: 100%;
  }
  .l-header::before {
    height: 100%;
    opacity: 1;
  }
  .l-header__overlay {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    background: rgba(0, 0, 0, 0.5);
  }
  .l-header__inner {
    padding-inline: 5.3333333333%;
  }
  .l-header__logo {
    width: 177px;
  }
  .l-header__nav {
    margin-left: 0;
  }
  .l-header__megmilk {
    display: none;
  }
  .l-header__spmenu {
    display: block;
  }
  .l-footer__inner {
    padding-inline: 8%;
  }
  .l-footer-upper {
    padding: 60px 0 140px;
  }
  .l-footer-upper::before {
    height: 248px;
  }
  .l-footer-upper .upper-flex {
    flex-direction: column;
  }
  .l-footer__logo {
    width: min(243px, 77.1428571429%);
    margin: 0 auto 40px;
  }
  .l-footer__page-list {
    gap: 10px 0;
  }
  .l-footer__page-list .item {
    width: 50%;
    text-align: center;
  }
  .l-footer__page-list .item:nth-of-type(2n)::before {
    content: none;
  }
  .l-footer__page-list .item:not(:nth-of-type(2n))::before {
    right: -1px;
  }
  .l-footer__link-list {
    flex-direction: column;
    margin-top: 40px;
    gap: 20px 0;
  }
  .l-footer-lower .lower-flex {
    flex-direction: column;
    padding: 30px 0;
    gap: 30px 0;
    text-align: center;
  }
  .l-nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
  }
  .l-nav__inner {
    position: relative;
    padding: 55px 8% 60px;
    background: var(--color-key);
  }
  .l-nav__inner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background: linear-gradient(to top, #98FFFC, transparent);
    content: "";
  }
  .l-nav__page-list {
    gap: 10px 0;
  }
  .l-nav__page-list .item {
    width: 50%;
    text-align: center;
  }
  .l-nav__page-list .item:nth-of-type(2n)::before {
    content: none;
  }
  .l-nav__page-list .item:not(:nth-of-type(2n))::before {
    right: -1px;
  }
  .l-nav__link-list {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px 0;
  }
  .l-section__inner {
    padding-inline: 8%;
  }
  .l-section__inner.size-sp-l {
    padding-inline: 2.6666666667%;
  }
  .l-flex-box {
    gap: 40px 0;
  }
  .l-flex-box.col--2 > .flex-item {
    width: 100%;
  }
  .l-flex-box.col--3 > .flex-item {
    width: 100%;
  }
  .c-button--a {
    width: 100%;
    height: 106px;
    padding: 15px 20px;
  }
  .c-button--a.hokkaido100 img {
    width: min(185px, 67.2727272727%);
  }
  .c-button--a.megsnow img {
    width: min(200px, 72.7272727273%);
  }
  .c-button--b {
    max-width: 83.4920634921%;
    margin-inline: auto;
  }
  .c-button--b .c-button__inner {
    padding: 18px 25px;
    font-size: 1.6rem;
  }
  .c-button--b.icon .c-button__inner {
    padding-right: 40px;
  }
  .c-button--b.size-l {
    max-width: 100%;
  }
  .c-button--b.size-l .c-button__inner {
    font-size: 1.8rem;
  }
  .c-card--a .c-card__text {
    max-width: 90.4761904762%;
    padding: 10px 20px;
    font-size: 1.8rem;
  }
  .c-icon--arrow {
    width: 25px;
  }
  .c-icon--ancher {
    aspect-ratio: 1/1;
    width: 25px;
    height: auto;
    border-radius: 50% 50%;
  }
  .c-icon--ancher::before {
    width: 46.6666666667%;
  }
  .c-icon--blank {
    width: 25px;
  }
  .c-icon--play {
    width: 70px;
  }
  .c-movie__title {
    margin: -20px 0 0;
    font-size: 1.8rem;
  }
  .c-movie__title span {
    padding: 10px 3.1746031746%;
  }
  .c-text--lead {
    font-size: 1.8rem;
  }
  .c-title--h1 img {
    width: auto;
    height: 45px;
  }
  .c-title--h1 img.h2 {
    height: 90px;
  }
  .c-title--h2 img {
    width: auto;
    height: 45px;
  }
  .c-title--h2 img.h2 {
    height: 92px;
  }
  .c-title--h3 {
    font-size: 2rem;
  }
  .c-title--h4 {
    font-size: 1.8rem;
  }
  .p-ancherlink__list {
    flex-direction: column;
  }
  .p-ancherlink__list .item {
    width: 100% !important;
  }
  .p-ancherlink__list .item:not(:last-child)::before {
    top: calc(100% - 1px);
    right: 16px;
    width: calc(100% - 32px);
    height: 2px;
  }
  .p-ancherlink__list .item-button {
    padding: 22px 45px 22px 25px;
    font-size: 1.8rem;
  }
  .p-ancherlink__list .item:first-of-type .item-button {
    border-radius: 10px 10px 0 0;
  }
  .p-ancherlink__list .item:last-of-type .item-button {
    border-radius: 0 0 10px 10px;
  }
  .p-ancherlink__list .item-text {
    margin-bottom: 0;
  }
  .p-ancherlink__list .item-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .p-keyvisual {
    aspect-ratio: auto;
    padding: 2.8169014085%;
    border-radius: 10px 10px;
  }
  .p-keyvisual__inner {
    display: block;
    padding: 0 2.9850746269%;
    border-radius: 5px 5px;
  }
  .p-keyvisual__body {
    padding: 40px 0 15.873015873%;
    text-align: center;
  }
  .p-keyvisual__title {
    margin-bottom: 15px;
  }
  .p-keyvisual__text {
    display: inline-block;
    text-align: left;
  }
  .p-keyvisual__image {
    aspect-ratio: 295/265;
    width: 93.6507936508%;
    margin: 0 3.1746031746% -3.1746031746%;
  }
  .p-keyvisual__image-circle::before {
    margin: 0 0 -10.1694915254%;
  }
  .p-pagetop {
    position: absolute;
    right: 8%;
    bottom: 188px;
  }
  .p-note__inner {
    padding-inline: 5.3333333333%;
  }
  .p-note__text {
    top: calc((1em + 15px) * -1);
    left: 2.6666666667%;
    font-size: 1rem;
  }
  .u-disp-sp--block {
    display: block;
  }
  .u-disp-sp--inline {
    display: inline;
  }
  .u-disp-sp--inline-block {
    display: inline-block;
  }
  .u-pc {
    display: none;
  }
  .u-mt--xl {
    margin-top: 100px;
  }
  .u-mt-sp--xl {
    margin-top: 100px;
  }
  .u-mt--l {
    margin-top: 60px;
  }
  .u-mt-sp--l {
    margin-top: 60px;
  }
  .u-mt--m {
    margin-top: 40px;
  }
  .u-mt-sp--m {
    margin-top: 40px;
  }
  .u-mt--s {
    margin-top: 30px;
  }
  .u-mt-sp--s {
    margin-top: 30px;
  }
  .u-mb--xl {
    margin-bottom: 100px;
  }
  .u-mb-sp--xl {
    margin-bottom: 100px;
  }
  .u-mb--l {
    margin-bottom: 60px;
  }
  .u-mb-sp--l {
    margin-bottom: 60px;
  }
  .u-mb--m {
    margin-bottom: 40px;
  }
  .u-mb-sp--m {
    margin-bottom: 40px;
  }
  .u-mb--s {
    margin-bottom: 30px;
  }
  .u-mb-sp--s {
    margin-bottom: 30px;
  }
  .u-pt--xl {
    padding-top: 100px;
  }
  .u-pt-sp--xl {
    margin-bottom: 100px;
  }
  .u-pt--l {
    padding-top: 60px;
  }
  .u-pt-sp--l {
    margin-bottom: 60px;
  }
  .u-pt--m {
    padding-top: 40px;
  }
  .u-pt-sp--m {
    margin-bottom: 40px;
  }
  .u-pt--s {
    padding-top: 30px;
  }
  .u-pt-sp--s {
    margin-bottom: 30px;
  }
  .u-pb--xl {
    padding-bottom: 100px;
  }
  .u-pb-sp--xl {
    margin-bottom: 100px;
  }
  .u-pb--l {
    padding-bottom: 60px;
  }
  .u-pb-sp--l {
    margin-bottom: 60px;
  }
  .u-pb--m {
    padding-bottom: 40px;
  }
  .u-pb-sp--m {
    margin-bottom: 40px;
  }
  .u-pb--s {
    padding-bottom: 30px;
  }
  .u-pb-sp--s {
    margin-bottom: 30px;
  }
  .u-text-sp--center {
    text-align: center;
  }
  .u-text-sp--left {
    text-align: left;
  }
  .u-text-sp--right {
    text-align: right;
  }
}
@media screen and (min-width: 767.1px) {
  .p-pagetop {
    opacity: 0;
    pointer-events: none;
  }
  .p-pagetop.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .u-sp {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-footer__page-list .item a {
    transition: color 0.3s ease;
  }
  .l-footer__page-list .item a:hover {
    color: var(--color-hover-2);
    text-decoration: underline;
  }
  .l-footer__privacy a {
    transition: color 0.3s ease;
  }
  .l-footer__privacy a:hover {
    color: var(--color-hover-2);
  }
  .l-nav__page-list .item a {
    transition: color 0.3s ease;
  }
  .l-nav__page-list .item a:hover {
    color: var(--color-hover-2);
    text-decoration: underline;
  }
  .c-button--a {
    transition: background-color 0.3s ease;
  }
  .c-button--a:hover {
    background: var(--color-hover-1);
  }
  .c-button--b .c-button__inner {
    transition: background-color 0.3s ease;
  }
  .c-button--b:hover .c-button__inner {
    background: var(--color-hover-1);
  }
  .c-card--a .c-card__button .c-card__image::after {
    transition: box-shadow 0.3s ease;
  }
  .c-card--a .c-card__button:hover .c-card__image::after {
    box-shadow: 0 0 30px var(--color-hover-2) inset;
  }
  .c-movie__poster::after {
    transition: box-shadow 0.3s ease;
  }
  .c-movie__poster:hover::after {
    box-shadow: 0 0 30px var(--color-hover-2) inset;
  }
  .p-ancherlink__list .item-button {
    transition: background-color 0.3s ease;
  }
  .p-ancherlink__list .item-button:hover {
    background-color: var(--color-hover-1);
  }
  .p-pagetop a {
    transition: background-color 0.3s ease;
  }
  .p-pagetop a:hover {
    background: var(--color-hover-1);
  }
}