@charset "UTF-8";
:root {
  --font-mincho: "ヒラギノ明朝 ProN W4", "Hiragino Mincho ProN", "Noto Serif JP",
    "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-gothic: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*-------------
スマホ
-------------*/
/*英語フォント*/
body {
  overflow-x: hidden;
}
body.news-active, body.colorbox-active {
  overflow: hidden;
}
body main {
  font-size: 1.176vw;
  font-weight: 500;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, sans-serif;
}
@media print, screen and (min-width:1360px) {
  body main {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body main {
    font-size: 4.267vw;
  }
}

section .inner {
  max-width: 1000px;
  width: 73.529%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section .inner {
    max-width: none;
    width: 89.3%;
  }
}

.font-en {
  font-family: "Montserrat", sans;
}

.bg-gray {
  background-color: #f7f7f7;
}

.txt-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

img {
  width: 100%;
}

/*------------------------------------------------------
 ナビゲーション
-------------------------------------------------------*/
.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 4.779vw 0;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8.8vw 0 8vw;
  }
}
.nav-wrap div {
  width: 14.706vw;
  border-right: 1px solid #c6b788;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap div {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap div {
    width: 43.467vw;
    border: 0;
    position: relative;
  }
  .nav-wrap div:nth-child(2n) {
    border-right: 0;
  }
  .nav-wrap div:nth-child(2n)::before {
    content: "";
    display: block;
    width: 1px;
    height: 26.667vw;
    background: #c6b788;
    position: absolute;
    top: 1.5vw;
  }
  .nav-wrap div::after {
    content: "";
    display: block;
    width: 42.667vw;
    height: 1px;
    background: #c6b788;
    position: absolute;
    bottom: 0;
  }
  .nav-wrap div:nth-child(odd)::after {
    left: 0;
  }
  .nav-wrap div:nth-child(even)::after {
    right: 0;
  }
}
.nav-wrap div:first-child {
  border-left: 1px solid #c6b788;
}
@media only screen and (max-width: 767px) {
  .nav-wrap div:first-child {
    border-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap div:last-child {
    border-right: 0;
    border-bottom: 0;
    width: 100%;
  }
  .nav-wrap div:last-child::after {
    content: none;
  }
  .nav-wrap div:last-child a {
    padding-bottom: 0;
  }
}
.nav-wrap div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .nav-wrap div a {
    font-size: 3.733vw;
    height: 29.333vw;
    padding-bottom: 3vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav-wrap div a::after {
  content: "";
  width: 1.155vw;
  height: 0.629vw;
  background: url(../../../../contents/img/special/hokuto2025/arrow-btm-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0.772vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap div a::after {
    width: 15.71px;
    height: 8.56px;
    margin-top: 10.5px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap div a::after {
    width: 2.867vw;
    height: 1.621vw;
    margin-top: 2.667vw;
  }
}
.nav-wrap div a span {
  display: inline-block;
  text-align: center;
  margin-top: 0.699vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap div a span {
    margin-top: 9.5px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap div a span {
    margin-top: 1.333vw;
  }
}
.nav-wrap .nav-item01 img {
  width: 2.632vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap .nav-item01 img {
    width: 35.79px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap .nav-item01 img {
    width: 8.48vw;
  }
}
.nav-wrap .nav-item02 img {
  width: 3.56vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap .nav-item02 img {
    width: 48.41px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap .nav-item02 img {
    width: 10.533vw;
  }
}
.nav-wrap .nav-item03 img {
  width: 3.043vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap .nav-item03 img {
    width: 41.38px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap .nav-item03 img {
    width: 7.848vw;
  }
}
.nav-wrap .nav-item04 img {
  width: 1.838vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap .nav-item04 img {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap .nav-item04 img {
    width: 4.461vw;
  }
}
.nav-wrap .nav-item05 img {
  width: 1.768vw;
}
@media print, screen and (min-width:1360px) {
  .nav-wrap .nav-item05 img {
    width: 24.05px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-wrap .nav-item05 img {
    width: 4.995vw;
  }
}

.special .title-wrap img {
  height: 3vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .special .title-wrap img {
    height: 40.5px;
  }
}
@media only screen and (max-width: 767px) {
  .special .title-wrap img {
    height: 10.6382978723vw;
  }
}

.special .title-wrap .en img {
  height: 1.7vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .special .title-wrap .en img {
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .special .title-wrap .en img {
    height: 6.914893617vw;
  }
}

.present .title-wrap img {
  height: 3.4vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .present .title-wrap img {
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .present .title-wrap img {
    height: 9.666667vw;
  }
}

.present .title-wrap .en img {
  height: 3.45vw;
  width: auto;
  margin-top: 0.5em;
}
@media print, screen and (min-width:1360px) {
  .present .title-wrap .en img {
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .present .title-wrap .en img {
    height: 9.333333vw;
    margin-top: 0;
  }
}

.ranking .title-wrap img {
  height: 2.9411764706vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .ranking .title-wrap img {
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .ranking .title-wrap img {
    height: 10.6382978723vw;
  }
}

.ranking .title-wrap .en img {
  height: 1.9852941176vw;
  width: auto;
}
@media print, screen and (min-width:1360px) {
  .ranking .title-wrap .en img {
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ranking .title-wrap .en img {
    height: 6.914893617vw;
  }
}

#scene .title-wrap img {
  width: 3.56vw;
}
@media print, screen and (min-width:1360px) {
  #scene .title-wrap img {
    width: 48.41px;
  }
}
@media only screen and (max-width: 767px) {
  #scene .title-wrap img {
    width: 10.533vw;
  }
}

#item .title-wrap img {
  width: 1.838vw;
}
@media print, screen and (min-width:1360px) {
  #item .title-wrap img {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #item .title-wrap img {
    width: 4.461vw;
  }
}

#wrapping .title-wrap img {
  width: 1.768vw;
}
@media print, screen and (min-width:1360px) {
  #wrapping .title-wrap img {
    width: 24.05px;
  }
}
@media only screen and (max-width: 767px) {
  #wrapping .title-wrap img {
    width: 4.995vw;
  }
}

/*
 * # 	header
 */
#header {
  -webkit-animation: fadeInHeader 1s ease forwards;
          animation: fadeInHeader 1s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /* 1秒待ってから開始 */
}

@-webkit-keyframes fadeInHeader {
  to {
    visibility: visible;
  }
}

@keyframes fadeInHeader {
  to {
    visibility: visible;
  }
}
/*
 * # 	このLPの内容全体
 */
.l-contents-wrap {
  background-color: #000;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.l-contents-wrap img {
  height: auto;
}

.l-inner {
  width: 100%;
  margin: auto;
  max-width: 1360px;
}

/*
 * # 	ファーストビュー
 */
.fv {
  position: relative;
}
.fv__imgtext {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.fv__imgtext.is-hidden {
  opacity: 0;
}
.fv__imgtext img {
  width: 100%;
  height: auto;
}

.intro {
  overflow: hidden;
  background: url(../../../../contents/img/special/hokuto2025/intro_bg_sp.png) no-repeat top center/cover;
}
@media print, screen and (min-width: 768px) {
  .intro {
    background: url(../../../../contents/img/special/hokuto2025/intro_bg.png) no-repeat top center/100% auto;
  }
}
.intro__inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 9.6vw);
  margin: auto;
  padding: 16.7553191489vw 0 0;
}
@media print, screen and (min-width: 768px) {
  .intro__inner {
    padding-top: min(135px, 9.9264705882vw);
  }
}
.intro__title {
  margin: 0 auto 9.3085106383vw;
  width: 75%;
}
@media print, screen and (min-width: 768px) {
  .intro__title {
    width: min(510px, 39.3382352941vw);
    margin-bottom: min(30px, 2.2058823529vw);
  }
}
.intro__text {
  font-size: 4.5212765957vw;
  line-height: 1.7058823529;
  letter-spacing: -0.09em;
  color: #fff;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media print, screen and (min-width: 768px) {
  .intro__text {
    font-size: min(24px, 1.7647058824vw);
    line-height: 2;
    max-width: 804px;
    margin: 0 auto;
  }
}
.intro__product-nav {
  margin: 13.5638297872vw auto 0;
  width: 63.829787234vw;
}
@media print, screen and (min-width: 768px) {
  .intro__product-nav {
    margin-top: min(132px, 9.7058823529vw);
    width: min(990px, 72.7941176471vw);
    max-width: 990px;
  }
}
.intro__product-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.9893617021vw;
}
@media print, screen and (min-width: 768px) {
  .intro__product-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: min(10px, 0.7352941176vw);
  }
}
.intro__product-nav li a {
  display: inline-block;
  position: relative;
}
.intro__product-nav li a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .intro__product-nav li a:hover .hover {
    opacity: 1;
  }
  .intro__product-nav li a:hover .default {
    opacity: 0;
  }
}
.intro__product-nav li a picture {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.intro__product-nav li a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.intro__other-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.3829787234vw;
  margin-bottom: 10.6382978723vw;
  gap: 9.8404255319vw;
}
@media print, screen and (min-width: 768px) {
  .intro__other-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: min(52px, 3.8235294118vw);
    margin-bottom: min(20px, 1.4705882353vw);
    gap: min(10px, 0.7352941176vw);
    width: min(950px, 69.8529411765vw);
  }
}
@media print, screen and (min-width: 768px) {
  .intro__other-nav li {
    width: 33.3%;
  }
}
.intro__other-nav a::after {
  content: "";
  display: block;
  margin: 5.8510638298vw auto 0;
  width: 3.9893617021vw;
  height: 2.7925531915vw;
  background: url(../../../../contents/img/special/hokuto2025/intro_button_arrow.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .intro__other-nav a::after {
    width: min(17.5px, 1.2867647059vw);
    height: min(12.5px, 0.9191176471vw);
    margin-top: min(22.5px, 1.6544117647vw);
  }
}
.intro__other-nav a .text {
  height: 5.1063829787vw;
  width: auto !important;
}
@media print, screen and (min-width: 768px) {
  .intro__other-nav a .text {
    height: min(19.5px, 1.4338235294vw);
  }
}

.products {
  caret-color: transparent;
  /*ケンシロウモデル*/
  /*レイモデル*/
}
.products__title {
  position: relative;
}
.products__link {
  display: block;
  position: absolute;
  left: 7.4468085106vw;
  bottom: 59.9734042553vw;
  width: 53.7234042553vw;
  z-index: 4;
}
@media print, screen and (min-width: 768px) {
  .products__link {
    width: min(257px, 18.8970588235vw);
    left: min(138px, 10.1470588235vw);
    bottom: min(620px, 45.5882352941vw);
  }
}
.products__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 2.9255319149vw 3.4574468085vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .products__link a {
    border-width: 2px;
    padding: min(12.5px, 0.9191176471vw) min(18px, 1.3235294118vw);
  }
}
.products__link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.7925531915vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.3244680851vw;
  height: 5.0531914894vw;
  background: url(../../../../contents/img/special/hokuto2025/products_button_arrow.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .products__link a::after {
    right: min(14px, 1.0294117647vw);
    width: min(16px, 1.1764705882vw);
    height: min(23px, 1.6911764706vw);
  }
}
.products__link a:hover {
  opacity: 1;
  background: #cc841a;
  background: rgba(204, 132, 26, 0.75);
}
.products__link a .text {
  width: 26.1968085106vw;
}
@media print, screen and (min-width: 768px) {
  .products__link a .text {
    width: min(119px, 8.75vw);
  }
}
.products__video {
  display: block;
  position: absolute;
  left: 7.4468085106vw;
  bottom: 0;
  width: 53.7234042553vw;
  z-index: 4;
}
@media print, screen and (min-width: 768px) {
  .products__video {
    width: min(516px, 37.9411764706vw);
    left: min(138px, 10.1470588235vw);
  }
}
.products__video video {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .products__title--01 .products__link {
    bottom: min(568px, 41.7647058824vw);
  }
}
.products__title--04 .products__link {
  bottom: 73.2712765957vw;
}
@media print, screen and (min-width: 768px) {
  .products__title--04 .products__link {
    bottom: min(682px, 50.1470588235vw);
  }
}
.products__title--04 .products__video {
  bottom: 13.2978723404vw;
}
@media print, screen and (min-width: 768px) {
  .products__title--04 .products__video {
    bottom: min(61px, 4.4852941176vw);
  }
}

.nsforce {
  caret-color: transparent;
}
.nsforce__video {
  position: relative;
}
.nsforce__video video {
  width: 100%;
  height: auto;
}

.campaign {
  caret-color: transparent;
  position: relative;
}
.campaign__link {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17.8191489362vw;
  width: 85.3723404255vw;
  z-index: 4;
}
@media print, screen and (min-width: 768px) {
  .campaign__link {
    width: min(401px, 29.4852941176vw);
    bottom: min(44px, 3.2352941176vw);
  }
}
.campaign__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 3.7234042553vw 18.3510638298vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .campaign__link a {
    border-width: 1px;
    padding: min(18px, 1.3235294118vw) min(88px, 6.4705882353vw);
  }
}
.campaign__link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 6.1170212766vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 2.1276595745vw;
  height: 3.7234042553vw;
  background: url(../../../../contents/img/special/hokuto2025/campaign_button_arrow.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .campaign__link a::after {
    right: min(30px, 2.2058823529vw);
    width: min(11px, 0.8088235294vw);
    height: min(18px, 1.3235294118vw);
  }
}
.campaign__link a:hover {
  opacity: 1;
  background: #cc841a;
  background: rgba(204, 132, 26, 0.75);
}
.campaign__link a .text {
  width: 47.2074468085vw;
}
@media print, screen and (min-width: 768px) {
  .campaign__link a .text {
    width: min(222px, 16.3235294118vw);
  }
}

.store {
  caret-color: transparent;
  position: relative;
  z-index: 2;
  width: calc(100% - 9.8vw);
  margin: auto;
  padding: 19.2819148936vw 0 28.1914893617vw;
}
@media print, screen and (min-width: 768px) {
  .store {
    padding-top: min(140px, 10.2941176471vw);
    padding-bottom: min(112px, 8.2352941176vw);
  }
}
.store__title {
  margin: 0 auto 9.3085106383vw;
  width: 42.1542553191vw;
}
@media print, screen and (min-width: 768px) {
  .store__title {
    width: min(264px, 19.4117647059vw);
    margin-bottom: min(65px, 4.7794117647vw);
  }
}
.store__list {
  margin-bottom: 13.9627659574vw;
}
@media print, screen and (min-width: 768px) {
  .store__list {
    margin-bottom: min(40px, 2.9411764706vw);
  }
}
.store__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.329787234vw 3.9893617021vw;
}
@media print, screen and (min-width: 768px) {
  .store__item {
    margin: 0 min(5px, 0.3676470588vw) min(21px, 1.5441176471vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--01 {
    width: 41.4893617021vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--01 {
    width: min(252px, 18.5294117647vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--02 {
    width: 29.6542553191vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--02 {
    width: min(180px, 13.2352941176vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--03 {
    width: 29.6542553191vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--03 {
    width: min(180px, 13.2352941176vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--04 {
    width: 41.2234042553vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--04 {
    width: min(250px, 18.3823529412vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--05 {
    width: 25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--05 {
    width: min(152px, 11.1764705882vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--06 {
    width: 30.3191489362vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--06 {
    width: min(184px, 13.5294117647vw);
    margin-right: min(25px, 1.8382352941vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--07 {
    width: 42.1542553191vw;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--07 {
    width: min(257px, 18.8970588235vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--08 {
    width: 42.2872340426vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--08 {
    width: min(252px, 18.5294117647vw);
  }
}
@media only screen and (max-width: 767px) {
  .store__item--09 {
    width: 42.1542553191vw;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .store__item--09 {
    width: min(257px, 18.8970588235vw);
  }
}
.store__link {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .store__link {
    width: min(541px, 39.7794117647vw);
  }
}
.store__link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  color: #fff;
  padding: 5.3191489362vw 9.8404255319vw;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .store__link a {
    border-width: 1px;
    padding: min(16px, 1.1764705882vw) min(50px, 3.6764705882vw);
  }
}
.store__link a::after {
  content: "";
  display: block;
  position: absolute;
  right: 5.3191489362vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 3.1914893617vw;
  height: 4.3882978723vw;
  background: url(../../../../contents/img/special/hokuto2025/store_button_arrow_sp.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .store__link a::after {
    right: min(43px, 3.1617647059vw);
    width: min(12px, 0.8823529412vw);
    height: min(19px, 1.3970588235vw);
    background: url(../../../../contents/img/special/hokuto2025/store_button_arrow.png) no-repeat center center/contain;
  }
}
.store__link a:hover {
  opacity: 1;
  background: #cc841a;
  background: rgba(204, 132, 26, 0.75);
}
.store__link a .text {
  width: 56.1170212766vw;
}
@media print, screen and (min-width: 768px) {
  .store__link a .text {
    width: min(421px, 30.9558823529vw);
  }
}

/*
 * モーダルウィンドウ
 */
.p-modal {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 10000;
  display: none;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  /*クリックアニメーション*/
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  /*クリックしたらクラスを追加*/
}
.p-modal.is-show {
  opacity: 1;
}
.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh + 1px);
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.p-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: calc(100% - 160px);
  max-width: 1037px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .p-modal__inner {
    width: 100%;
  }
}
.p-modal__inner::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.p-modal__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__player iframe,
.p-modal__player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__player iframe {
  border: none;
}
.p-modal__close {
  width: 29px;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -44px;
  right: -52px;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-modal__close {
    top: -39px;
    right: 15px;
  }
}
.p-modal__close-icon {
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
}
.p-modal__close-icon::before, .p-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
}
.p-modal__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*
 * # フェードインのアニメーション
 */
.js-fadein-anim {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out 0.3s;
  transition: opacity 0.6s ease-in-out 0.3s;
}
.js-fadein-anim__child {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.8s;
  transition: opacity 0.3s ease-in-out 0.8s;
}
.js-fadein-anim.is-show {
  opacity: 1;
}
.js-fadein-anim.is-show .js-fadein-anim__child {
  opacity: 1;
}