@charset "UTF-8";
body {
  overflow-x: hidden;
}
body main {
  font-size: 1.23vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
body main h2,
body main h3,
body main h4 {
  font-weight: 500;
  font-size: 1.176vw;
}
#header {
  display: none;
}

main.l-contents-wrap {
	background: #000;
}

section .inner {
  max-width: 1080px;
  width: 88%;
  margin: 0 auto;
	background: #fff;
	padding: 4.5rem;
	border-radius: 1.5rem;
}
@media only screen and (max-width: 750px){
	section .inner {
		padding: 9vw 6vw;
	}
}

.font-en {
  font-family: "Montserrat", sans;
	letter-spacing: -0.02rem;
	font-size: 114%;
}
@media only screen and (min-width: 751px){
	.font-en {
		font-size: 144%;
	}
}
@media only screen and (min-width: 1360px){
	.font-en {
		font-size: 120%;
	}
}

.font-Montserrat {
  font-weight: 600;
  font-family: "Montserrat", sans;
}

.example {
  font-size: 10px;
  vertical-align: top;
}

.is-sp {
  display: none !important;
}

img {
  width: 100%;
}
@media screen and (min-width: 1360px) {
  body main {
    font-size: 15.2px;
  }
  body main h2,
  body main h3,
  body main h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px){
  body main {
    font-size: 3.93vw;
  }
  body main h2,
  body main h3,
  body main h4 {
    font-size: 4.267vw;
  }


  section .inner {
    max-width: none;
    width: 90.6vw;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp {
      display: block !important;
  }
}
/* 画像フェードイン */
.js-scroll {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.js-scroll.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}



/*★変更★*/
/*------------------------------------------------------
 メインビジュアル
 -----------------------------------------------------*/
.main-wrap {
  position: relative;
  height: auto;
  min-height: 62.5vw;
  max-height: 62.5vw;
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}
@media screen and (min-width: 1360px) {
  .main-wrap {
    height: 100vh;
    min-height: 850px;
    max-height: 850px;
  }
}
@media only screen and (max-width: 750px){
  .main-wrap {
    height: auto;
    min-height: auto;
    max-height: none;
  }
}
/*--------------- メニュー ---------------*/
.nav-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.515vw;
  align-items: center;
  justify-content: center;

  position: absolute;
	bottom: 0;
  width: 100%;
}

.nav-wrap .nav-item {
  border-radius: 2.206vw 2.206vw 0 0;
  background-color: rgba(255,255,255,0.2);
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.16);
}
.nav-wrap .nav-item a {
  width: 100%;
  height: 7.353vw;
  border-radius: 2.206vw 2.206vw 0 0;
  backdrop-filter: blur(15px);
  font-size: 1.471vw;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-wrap .nav-item a::after {
  content: '';
  width: 0.985vw;
  height: 0.582vw;

  background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-icon-white.svg) no-repeat;
  background-size: cover;
  margin-top: 0.588vw;
}
.nav-wrap .nav-item a span {
  margin-bottom: 0.221vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-wrap .nav-item:nth-of-type(1) a span img {
  width: 5.58vw;
}
.nav-wrap .nav-item:nth-of-type(2) a span img {
  width: 4.14vw;
}
.nav-wrap .nav-item:nth-of-type(3) a span img {
  width: 5.22vw;
}

.nav-wrap .nav-item a span::before,
.nav-wrap .nav-item a span::after {
  content: '';
  width: 0.882vw;
  height: 0.882vw;

  background: url(../../../../../contents/img/special/hokuto2025/campaign/deco-white.svg) no-repeat;
  background-size: cover;
}
.nav-wrap .nav-item a span::before {
  margin-right: 0.662vw;
}
.nav-wrap .nav-item a span::after {
  margin-left: 0.662vw;
}
@media screen and (min-width: 1360px) {
  .nav-wrap {
    grid-gap: 7px;
  }

  .nav-wrap .nav-item {
    border-radius: 30px 30px 0 0;
  }
  .nav-wrap .nav-item a {
    height: 100px;
    border-radius: 30px 30px 0 0;
    font-size: 20px;
  }
  .nav-wrap .nav-item a::after {
    width: 13.4px;
    height: 7.92px;

    margin-top: 8px;
  }
  .nav-wrap .nav-item a span {
    margin-bottom: 3px;
  }
  .nav-wrap .nav-item:nth-of-type(1) a span img {
    width: 74.4px;
  }
  .nav-wrap .nav-item:nth-of-type(2) a span img {
    width: 55.2px;
  }
  .nav-wrap .nav-item:nth-of-type(3) a span img {
    width: 69.6px;
  }

  .nav-wrap .nav-item a span::before,
  .nav-wrap .nav-item a span::after {
    width: 12px;
    height: 12px;
  }
  .nav-wrap .nav-item a span::before {
    margin-right: 9px;
  }
  .nav-wrap .nav-item a span::after {
    margin-left: 9px;
  }
}
@media only screen and (max-width: 750px){


  .nav-wrap .nav-item {
    border-radius: 0;
  }
  .nav-wrap .nav-item a {
    width: 100%;
    height: 18.667vw;
    border-radius: 0;
    font-size: 4.267vw;
  }
  .nav-wrap .nav-item a::after {
    width: 3.653vw;
    height: 1.923vw;
    margin-top: 1.2vw;
    background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-icon-white-2.svg) no-repeat;
    background-size: cover;
  }
  .nav-wrap .nav-item a span {
    margin-bottom: 0.333vw;
  }
  .nav-wrap .nav-item:nth-of-type(1) a span img {
    width: 18.6vw;
  }
  .nav-wrap .nav-item:nth-of-type(2) a span img {
    width: 13.8vw;
  }
  .nav-wrap .nav-item:nth-of-type(3) a span img {
    width: 17.4vw;
  }

  .nav-wrap .nav-item a span::before,
  .nav-wrap .nav-item a span::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .nav-wrap .nav-item a span::before {
    margin-right: 0.533vw;
  }
  .nav-wrap .nav-item a span::after {
    margin-left: 0.533vw;
  }
}



h2 {
  line-height: 3;
  letter-spacing: 0.06em;
  text-align: center;
	padding-top: 60px;
}
h2 img {
  width: 21vw;
}
h2 + .present-wrap {
  margin-top: 9.301vw;
}
h2 p {
	color: #fff;
	margin: -6px auto 15px;
	font-size: 21px;
}
@media screen and (min-width: 1360px) {
  h2 img {
    width: 300px;
  }
  h2 + .present-wrap {
    margin-top: 126.5px;
  }
}
@media only screen and (max-width: 750px){
  h2 img {
    width: 47.904vw;
  }
  h2 + .present-wrap {
    margin-top: 25vw;
  }
	h2 p {
		margin: -1.2vw auto 2.4vw;
	}
}
/*------------------------------------------------------
賞品プレゼント
 -----------------------------------------------------*/
#present {
  margin-top: 8.088vw;
}

#present .present-wrap {
  position: relative;
}
#present .present-wrap .present-title {
  background: #BCAF83;
  border-radius: 2.941vw;
  position: absolute;
  top: -2.353vw;

  display: inline-flex;
  align-products: center;

  padding: 0 2.426vw 0 5.368vw;
  height: 4.412vw;

  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
}
#present .present-wrap .present-title p {
  font-size: 1.471vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #FFFFFF;
}
#present .present-wrap .present-title p.title {
  border-right: 1px solid #FFFFFF;

  padding-right: 1.213vw;
  margin-right: 1.544vw;
}
#present .present-wrap .present-title p.num {
  font-size: 2.353vw;
  line-height: 0.5;
  letter-spacing: 0;
}
#present .present-wrap .present-title p span {
  font-size: 1.176vw;
}
#present .present-wrap .present-title .icon-wrap {
  width: 10.163vw;
  height: 10.107vw;

  position: absolute;
  left: -5vw;
}

#present .present-wrap .present-detail {
  display: flex;
  justify-content: space-between;
  align-products: center;
  border: 3px solid #BCAF83;
}

#present .present-wrap .note-wrap {
  font-size: 1.029vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;

  margin-top: 1.103vw;
  margin-left: 0.221vw;
}

#present .present-wrap .present-detail .text {
  color: #BCAF83;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #BCAF83;
  border-radius: 2.941vw;
  display: inline-block;
  text-align: center;

  margin-top: 0.551vw;
  width: 27.206vw;
  height: 1.985vw;
}
@media screen and (min-width: 1360px) {
  #present {
    margin-top: 110px;
  }
  #present .present-wrap .present-title {
    border-radius: 40px;
    top: -32px;

    padding: 0 33px 0 73px;
    height: 60px;
  }
  #present .present-wrap .present-title p {
    font-size: 20px;
  }
  #present .present-wrap .present-title p.title {
    padding-right: 16.5px;
    margin-right: 21px;
  }
  #present .present-wrap .present-title p.num {
    font-size: 32px;
  }
  #present .present-wrap .present-title p span {
    font-size: 16px;
  }
  #present .present-wrap .present-title .icon-wrap {
    width: 138.22px;
    height: 137.46px;

    left: -68px;
  }

  #present .present-wrap .present-detail {
    border: 3px solid #BCAF83;
  }

  #present .present-wrap .note-wrap {
    font-size: 14px;

    margin-top: 15px;
    margin-left: 3px;
  }

  #present .present-wrap .present-detail .text {
    border-radius: 40px;

    margin-top: 7.5px;
    width: 370px;
    height: 27px;
  }
}
@media only screen and (max-width: 750px){
  #present {
    margin-top: 14vw;
  }
  #present .present-wrap .present-title {
    border-radius: 10.667vw;
    top: -15.2vw;
    right: 0;

    padding: 0 5.867vw 0 16.533vw;
    height: 18.667vw;

    margin-right: -4.267vw;
  }
  #present .present-wrap .present-title p {
    font-size: 4.267vw;
    line-height: 1.375;
  }
  #present .present-wrap .present-title p.title {
    padding-right: 0.933vw;
    margin-right: 2.8vw;
  }
  #present .present-wrap .present-title p.num {
    font-size: 6.4vw;
    line-height: 0.75;
    display: flex;
    flex-direction: column;
    align-products: center;
  }
  #present .present-wrap .present-title p span {
    font-size: 3.467vw;
    line-height: 1.75;
  }
  #present .present-wrap .present-title .icon-wrap {
    width: 21.632vw;
    height: 21.515vw;
    left: -6.4vw;
  }

  #present .present-wrap .present-detail {
    flex-direction: column-reverse;
    border: 3px solid #BCAF83;
  }

  #present .present-wrap .note-wrap {
    font-size: 3.733vw;
    margin-top: 2.667vw;
    margin-left: 0;
  }

  #present .present-wrap .present-detail .text {
    font-size: 3.733vw;
    line-height: 2.5;
    border-radius: 10.667vw;

    margin: 2.587vw auto 0;
    width: 80vw;
    height: 9.333vw;

    display: block;
  }
}

/*--------------- 特賞 ---------------*/
#present .present-wrap.present-a .present-detail .present-detail-left {
  width: 38.015vw;
  text-align: center;
}
#present .present-wrap.present-a .present-detail .present-detail-left img {
  width: 29.932vw;
}
#present .present-wrap.present-a .present-detail .present-detail-right {
  width: 35.074vw;
}

#present .present-wrap.present-a .event-detail-wrap {
  margin-top: 6.618vw;
}

#present .present-wrap.present-a .event-detail-wrap h3 {
  line-height: 3;
  letter-spacing: 0.06em;
  text-align: center;
}
#present .present-wrap.present-a .event-detail-wrap h3 img {
  width: 8.712vw;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail {
  margin-top: 3.088vw;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail dl {
  display: flex;
  align-products: center;
  padding: 1.838vw 4.265vw;

  border-top: 1px dashed #BCAF83;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail dl:last-child {
  border-bottom: 1px dashed #BCAF83;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail dl dt {
  width: 13.382vw;

  font-size: 1.471vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #79725C;

  display: flex;
  align-products: center;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail dl dt::before {
  content: '';
  width: 1.618vw;
  height: 1.618vw;

  background: url(../../../../../contents/img/special/hokuto2025/campaign/deco-gold.svg) no-repeat;
  background-size: cover;

  margin-right: 0.809vw;
}
#present .present-wrap.present-a .event-detail-wrap .event-detail dl dd {
  font-size: 1.324vw;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

#present .present-wrap.present-a .performer-wrap {
  margin-top: 0;
}

#present .present-wrap.present-a .performer-wrap .title h4 {
  display: flex;
  justify-content: center;
  align-products: center;

  color: #79725C;
  font-size: 1.471vw;
  font-weight: 700;
  line-height: 2;
}
#present .present-wrap.present-a .performer-wrap .title h4::before,
#present .present-wrap.present-a .performer-wrap .title h4::after {
  content: '';
  width: 1.618vw;
  height: 1.618vw;

  background: url(../../../../../contents/img/special/hokuto2025/campaign/deco-gold.svg) no-repeat;
  background-size: cover;
}
#present .present-wrap.present-a .performer-wrap .title h4::before {
  margin-right: 0.735vw;
}
#present .present-wrap.present-a .performer-wrap .title h4::after {
  margin-left: 0.735vw;
}
#present .present-wrap.present-a .performer-wrap .title p {
  font-size: 1.029vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
#present .present-wrap.present-a .performer-wrap .member-list {
	margin: 2.4vw auto 6.6vw;
	display: grid;
  justify-content: center;
	grid-gap: 2vw 4vw;
	grid-template-columns: repeat(2, 1fr);
}

#present .present-wrap.present-a .performer-wrap .member-list .member-product {
  width: 17.647vw;
}
#present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap {
  text-align: center;
  margin-top: 0.809vw;
}
#present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .name {
  font-size: 1.471vw;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .en-name {
  font-size: 1.471vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #001C7B;
}
#present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .note {
  font-size: 0.882vw;
  line-height: 2.5;
  letter-spacing: 0.06em;
}

#present .present-wrap.present-a .performer-wrap .performer-note {
  font-size: 1.029vw;
  letter-spacing: 0.1em;
  text-align: center;

  margin-top: 2.574vw;
}
@media screen and (min-width: 1360px) {
  #present .present-wrap.present-a .present-detail .present-detail-left {
    width: 517px;
  }
  #present .present-wrap.present-a .present-detail .present-detail-left img {
    width: 407.07px;
  }
  #present .present-wrap.present-a .present-detail .present-detail-right {
    width: 477px;
  }

  #present .present-wrap.present-a .event-detail-wrap {
    margin-top: 90px;
  }
  #present .present-wrap.present-a .event-detail-wrap h3 img {
    width: 118.48px;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail {
    margin-top: 42px;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl {
    padding: 25px 58px;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dt {
    width: 182px;

    font-size: 20px;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dt::before {
    width: 22px;
    height: 22px;

    margin-right: 11px;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dd {
    font-size: 18px;
  }

  #present .present-wrap.present-a .performer-wrap {
    margin-top: 0;
  }

  #present .present-wrap.present-a .performer-wrap .title h4 {
    font-size: 20px;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::before,
  #present .present-wrap.present-a .performer-wrap .title h4::after {
    width: 22px;
    height: 22px;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::before {
    margin-right: 10px;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::after {
    margin-left: 10px;
  }
  #present .present-wrap.present-a .performer-wrap .title p {
    font-size: 14px;
  }
  #present .present-wrap.present-a .performer-wrap .member-list {
		margin: 36px auto 96px;
		grid-gap: 30px 40px;
  }

  #present .present-wrap.present-a .performer-wrap .member-list .member-product {
    width: 240px;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap {
    margin-top: 11px;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .name {
    font-size: 20px;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .en-name {
    font-size: 20px;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .note {
    font-size: 12px;
  }

  #present .present-wrap.present-a .performer-wrap .performer-note {
    font-size: 14px;

    margin-top: 35px;
  }
}

@media only screen and (max-width: 750px){
  #present .present-wrap.present-a .present-detail .present-detail-left {
    width: auto;
    text-align: left;
    padding: 6.667vw 0 7.2vw;
  }
  #present .present-wrap.present-a .present-detail .present-detail-left img {
    width: 78.851vw;
  }
  #present .present-wrap.present-a .present-detail .present-detail-right {
    width: auto;
  }

  #present .present-wrap.present-a .event-detail-wrap {
    margin-top: 16vw;
  }

  #present .present-wrap.present-a .event-detail-wrap h3 img {
    width: 24.573vw;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail {
    margin-top: 9.867vw;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl {
    flex-direction: column;
    align-products: flex-start;
    padding: 6.4vw 0;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dt {
    width: auto;

    font-size: 4.267vw;
    letter-spacing: 0.1em;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dt::before {
    width: 5.867vw;
    height: 5.867vw;

    margin-right: 1.333vw;
  }
  #present .present-wrap.present-a .event-detail-wrap .event-detail dl dd {
    font-size: 4.267vw;
    margin-left: 7vw;
  }

  #present .present-wrap.present-a .performer-wrap {
    margin-top: 0;
  }

  #present .present-wrap.present-a .performer-wrap .title h4 {
    font-size: 4.267vw;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::before,
  #present .present-wrap.present-a .performer-wrap .title h4::after {
    width: 5.867vw;
    height: 5.867vw;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::before {
    margin-right: 1.6vw;
  }
  #present .present-wrap.present-a .performer-wrap .title h4::after {
    margin-left: 1.6vw;
  }
  #present .present-wrap.present-a .performer-wrap .title p {
    font-size: 3.733vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list {
		margin: 6vw 0 12vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    grid-gap: 4.267vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list + .member-list {
    margin-top: 4.267vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product {
    width: 42.5vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap {
    text-align: center;
    margin-top: 1.333vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .name {
    font-size: 4.267vw;
    line-height: 1.5;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .en-name {
    font-size: 3.733vw;
  }
  #present .present-wrap.present-a .performer-wrap .member-list .member-product .name-wrap .note {
    font-size: 3.2vw;
  }

  #present .present-wrap.present-a .performer-wrap .performer-note {
    font-size: 3.2vw;

    margin-top: 5.867vw;
  }
}



/*★追加★*/
/*------------------------------------------------------
対象商品
-------------------------------------------------------*/
#product {
  margin: 7.353vw 0 7.338vw;
}

#product .rec-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1vw;
}
#product .rec-products .rec-product {
  border: 1px solid #aca260;
  padding: 0.98vw;
  position: relative;

  width: 19.2vw;

  display: flex;
  flex-direction: column;
}

#product .rec-products .rec-product .img-wrap img {
  border: 1px solid #EBEBEB;
  width: 17.1vw;
  height: 17.1vw;
  object-fit: cover;
  object-position: center;
}

#product .rec-products .rec-product .detail-wrap {
  margin-top: 1.838vw;
  margin-bottom: 1.471vw;
  height: 100%;
  display: flex;
  flex-direction: column;  
}

#product .rec-products .rec-product .detail-wrap .title {
  margin-bottom: 0.662vw;
  letter-spacing: 0;
}
#product .rec-products .rec-product .detail-wrap .price {
  margin-top: auto;
  margin-bottom: 0;
}
#product .rec-products .rec-product .btn-wrap {
  margin-top: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 1220px) {
  #product {
    margin: 100px 0 99.8px;
  }

  #product .rec-products {
    grid-gap: 20px;
  }
  #product .rec-products .rec-product {
		padding: 24px;
		width: 232px;
  }

  #product .rec-products .rec-product .img-wrap img {
    width: 182px;
    height: 182px;
  }

  #product .rec-products .rec-product .detail-wrap {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 750px){
  #product {
    margin: 18.667vw 0;
  }

  #product .rec-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.667vw;
  }
  #product .rec-products .rec-product {
    padding: 1.6vw 1.6vw 3.2vw;

    width: 38vw;
  }

  #product .rec-products .rec-product .img-wrap img {
    width: 34.5vw;
    height: 34.5vw;
    object-fit: cover;
    object-position: center;
  }

  #product .rec-products .rec-product .detail-wrap {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }

  #product .rec-products .rec-product .detail-wrap .title {
    font-size: 2.933vw;
    line-break: 1.36;
    margin-bottom: 0;
  }
  #product .rec-products .rec-product .detail-wrap .price {
    font-size: 4.8vw;
  }
  #product .rec-products .rec-product .btn-wrap a {
    font-size: 3.2vw;
    height: 6.667vw;
  }
  #product .rec-products .rec-product .btn-wrap a:after {
    width: 1.275vw;
    height: 2.173vw;
    right: 3.947vw;
  }
  #product .img-wrap .slide-arrow {
    width: 4vw !important;
    height: 4vw !important;
  }
  #product .img-wrap .slick-dots li {
    width: 0.8vw;
    height: 0.8vw;
    margin: 0 1.067vw;
  }
  #product .img-wrap .prev-arrow {
    left: -1vw;
  }
  #product .img-wrap .next-arrow {
    right: -1vw;
  }
}



/*★追加★*/
/*------------------------------------------------------
 スマホで簡単 応募方法
 -----------------------------------------------------*/
section#entry {
    margin-bottom: 80px;
}

.entry_box {
    overflow: hidden;
    margin: 0 0 30px;
}
.entry_box .step {
    width: 30%;
    float: left;
}
.entry_box .arrow_line {
    width: 2.6%;
    float: left;
    margin-left: 2%;
}
.entry_box .step div {
    text-align: center;
}
.entry_box .step div img {
    width: 100%;
}
.entry_box p {
    color: #222;
}
@media only screen and (max-width: 750px) { /* SP */
    .entry_box .step {
        float: none;
        width: 100%;
        margin: auto;
    }
    .entry_box .arrow_line {
        float: none;
        width: 5.4%;
        margin: -36% auto -40%;
		-webkit-transform: rotate(90deg); /* Android */
		-ms-transform:     rotate(90deg); /* IE 9 */
		transform:         rotate(90deg);
    }
}



/*★追加★*/
/*------------------------------------------------------
応募規約
 -----------------------------------------------------*/
.term {
    color: #fff;
}

@media screen and (min-width: 751px) {

  main .section8 {
    position: relative;
    padding-bottom: 120px;
  }
  main .section8 .image-photo {
    position: relative;
    margin-bottom: 80px;
  }
  main .section8 .image-photo .ttl {
    position: relative;
    width: 574px;
    margin-bottom: 20px;
  }
  main .section8 .image-photo .photos {
    display: flex;
    gap: 80px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1150px) {
  main .section8 .image-photo .photos {
    gap: 40px;
  }
}
@media screen and (min-width: 751px) {
  main .section8 .image-photo .photos .photo1 {
    display: block;
    width: 520px;
  }
  main .section8 .image-photo .photos .photo2 {
    display: block;
    width: 520px;
  }
  main .section8 .frame {
		max-width: 1080px;
		width: 88%;
    margin: auto;
  }
  main .section8 .frame .frame-inner .term {
    aspect-ratio: 640/300;
    padding: 0 30px;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    font-feature-settings: "palt";
    /* スクロールバーの形を設定する */
    /* スクロールバーの色を設定する */
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar {
    width: 5px;
    height: 80px;
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: white;
  }
  main .section8 .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    width: 1440px;
    height: 865px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto;
    z-index: 0;
    pointer-events: none;
  }
  main .section8 .logo {
    display: block;
    width: 665px;
    margin: auto;
    pointer-events: none;
  }
  main .section9 {
    position: relative;
    padding-bottom: 60px;
  }
  main .section9 .ttl {
    display: block;
    width: 254px;
    margin: auto;
    margin-bottom: 40px;
  }
  main .section9 .sns-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  main .section9 .sns-wrap a {
    display: block;
    width: 50px;
    height: 50px;
  }
  main .section9 .sns-wrap a img {
    width: 100%;
  }

/*★追加★*/
    main .frame .frame-inner {
        border: solid 1px white;
        padding: 30px 0;
        border-radius: 1.5rem;
    }
    main .frame .frame-outer, main .frame .frame-inner {
        position: relative;
    }
    main .frame .frame-inner .detail-ttl {
        border-top: solid 1px yellow;
        border-bottom: solid 1px yellow;
        text-align: center;
        font-size: 21px;
        padding: 8px;
        color: yellow;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 750px) {

  main .section8 {
    position: relative;
		margin-top: -3vw;
		padding-bottom: 3vw;
  }
  main .section8 .image-photo {
    position: relative;
    margin-bottom: 21.3vw;
  }
  main .section8 .image-photo .ttl {
    position: absolute;
    left: 0;
    top: 0;
    width: 11vw;
    z-index: 1;
  }
  main .section8 .image-photo .photo1 {
    display: block;
    width: 86.6vw;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 5.3vw;
  }
  main .section8 .image-photo .photo2 {
    display: block;
    width: 86.6vw;
    position: relative;
    margin-left: 0;
    margin-right: auto;
  }
  main .section8 .frame {
    width: 90.6vw;
    margin: auto;
    margin-bottom: 18.6vw;
  }
  main .section8 .frame .frame-inner .term {
    aspect-ratio: 285/371;
    padding: 0 6.6vw;
    overflow: auto;
    font-size: 3.24vw;
    font-weight: 400;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt";
    /* スクロールバーの形を設定する */
    /* スクロールバーの色を設定する */
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar {
    width: 2vw;
    height: 2vw;
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar-thumb {
    border-radius: 2vw;
  }
  main .section8 .frame .frame-inner .term::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: white;
  }
  main .section8 .bg {
    position: absolute;
    left: 0;
    bottom: -20vw;
    width: 100%;
    pointer-events: none;
  }
  main .section8 .logo {
    display: block;
    width: 76vw;
    margin: auto;
    pointer-events: none;
  }

/*★追加★*/
    main .frame .frame-inner {
        border: solid 1px white;
        padding: 8vw 0;
    	border-radius: 1.5rem;
    }
    main .frame .frame-outer, main .frame .frame-inner {
        position: relative;
    }
    main .frame .frame-inner .detail-ttl {
        border-top: solid 1px yellow;
        border-bottom: solid 1px yellow;
        text-align: center;
        font-size: 4.5vw;
        padding: 2.1vw;
        color: yellow;
        margin-bottom: 8vw;
    }
}



/*★追加★*/
/*------------------------------------------------------
 コンテンツ共有
-------------------------------------------------------*/
/* btn */
section .btn-wrap {
  margin-top: 2.206vw;
}
section .btn-wrap a {
  width: 100%;
  height: 3.676vw;
  display: flex;
  align-products: center;
  justify-content: center;
  background-color: #555555;
  border-radius: 3.676vw;
  color: #FFFFFF;

  position: relative;
	align-items: center;
}
section .btn-wrap a:after {
  content: "";
  width: 0.629vw;
  height: 1.155vw;
  background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-wt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2.059vw;
}
section.uno_btn .btn-wrap a:after {
	background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-bk.svg);
	transform: rotate(90deg);
}
.dos_btn .btn-wrap a:after {
	background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-wt.svg);
}
@media screen and (min-width: 1360px) {
  section .btn-wrap {
    margin-top: 30px;
  }
  section .btn-wrap a {
    width: 100%;
    height: 50px;
    border-radius: 50px;
  }
  section .btn-wrap a:after {
    content: "";
	width: 12px;
	height: 21px;
    right: 28px;
  }
}

@media only screen and (max-width: 750px){
  section .btn-wrap {
    margin-top: 4vw;
  }
  section .btn-wrap a {
    font-size: 3.467vw;
    height: 11.467vw;
    border-radius: 6.667vw;
  }
  section .btn-wrap a:after {
    content: "";
    width: 2vw;
    height: 3.621vw;
    right: 4.133vw;
  }
}

/* detail */
section .detail-wrap .title {
  font-size: 1.176vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
section .detail-wrap .price {
  font-size: 1.765vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.625vw;
}
section .detail-wrap .price .tax {
  font-size: 1.029vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 1360px) {
  section .detail-wrap .title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
  section .detail-wrap .price {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 8.5px;
  }
  section .detail-wrap .price .tax {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

@media only screen and (max-width: 750px){
  section .detail-wrap .title {
    font-size: 3.733vw;
    letter-spacing: 0;
  }
  section .detail-wrap .price {
    font-size: 5.333vw;
    margin-top: 0;
  }
  section .detail-wrap .price .tax {
    font-size: 2.4vw;
  }
}

/* slick */
section .img-wrap .slide-arrow {
  position: absolute;
  top: 45%;
  z-index: 1;

  width: 30px !important;
  height: 30px !important;

  mix-blend-mode: unset;
  border: 0 !important;
  cursor: pointer;
}
section .img-wrap .next-arrow {
  right: -1.103vw;
  transform: rotate(180deg);
}
section .img-wrap .prev-arrow {
  left: -1.103vw;
}
section .img-wrap .slick-dots {
  display: flex;
  justify-content: center;
  position: relative;

  margin-top: 0.846vw;
}
section .img-wrap .slick-dots li {
  width: 0.515vw;
  height: 0.515vw;
  border-radius: 50em;
  background: #EBEBEB;
  cursor: pointer;
  margin: 0 0.368vw;
}
section .img-wrap .slick-dots li.slick-active {
  background: #aca260;
}
section .img-wrap .slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -735.221vw;
}
@media screen and (min-width: 1360px) {
  section .img-wrap .slide-arrow {
    width: 30px !important;
    height: 30px !important;
  }
  section .img-wrap .next-arrow {
    right: -15px;
  }
  section .img-wrap .prev-arrow {
    left: -15px;
  }
  section .img-wrap .slick-dots {
    margin-top: 11.5px;
  }
  section .img-wrap .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50em;
    margin: 0 5px;
  }
  section .img-wrap .slick-dots button {
    text-indent: -735.221vw;
  }
}
@media only screen and (max-width: 750px){
  section .img-wrap .slide-arrow {
    position: absolute;
    top: 45%;
    z-index: 1;

    width: 6.933vw !important;
    height: 6.933vw !important;

    mix-blend-mode: unset;
    border: 0 !important;
  }
  section .img-wrap .next-arrow {
    right: -4vw;
  }
  section .img-wrap .prev-arrow {
    left: -4vw;
  }
  section .img-wrap .slick-dots {
    display: flex;
    justify-content: center;
    position: relative;

    margin-top: 2.4vw;
  }
  section .img-wrap .slick-dots li {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50em;
    background: #EBEBEB;
    cursor: pointer;
    margin: 0 1.067vw;
  }
}



/*★追加★（調整）*/
section.uno_btn .btn-wrap {
	margin: 60px auto 90px;
}
section.uno_btn .btn-wrap a {
    margin: auto;
    background: #fff;
    color: #222;
    font-weight: bolder;
	width: 300px;
	height: 60px;
	font-size: 20px;
}
section.uno_btn .btn-wrap a:hover {
    opacity: 1;
    background: #dc0b2c;
    color: #fff;
}
section.uno_btn .btn-wrap a:hover::after {
    background: url(../../../../../contents/img/special/hokuto2025/campaign/arrow-wt.svg);
}

.dos_btn .btn-wrap {
	margin: 60px auto 90px;
}
.dos_btn .btn-wrap a {
    margin: auto;
    background: #dc0b2c;
    color: #fff;
    font-weight: bolder;
	width: 330px;
	height: 60px;
	font-size: 20px;
}
.dos_btn .btn-wrap a:hover {
    opacity: 1;
    background: #222;
}

p.name {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: -6px;
}

p.title b {
	font-size: 200%;
}
p.title i {
	font-style: normal;
	font-size: 144%;
}

@media only screen and (max-width: 750px){
    h2 {
        margin-top: -6vw;
    }

    section.uno_btn .btn-wrap {
        margin: 9vw auto 18vw;
        width: 60%;
    }
    .dos_btn .btn-wrap {
        margin: 9vw auto 18vw;
    }

    p.name {
        font-size: 5vw;
        margin-bottom: -1.25vw;
    }

	.w_chance {
		margin: 6vw auto;
	}
}

@media screen and (min-width: 751px) {
  section.uno_btn .btn-wrap a:after {
	width: 12px;
	height: 21px;
    right: 28px;
  }
  .dos_btn .btn-wrap a:after {
	width: 12px;
	height: 21px;
    right: 28px;
  }

	.w_chance {
		text-align: center;
		margin: 30px auto;
	}
	.w_chance img {
		width: 75%;
		max-width: 660px;
	}

	.entry_box p {
		margin-right: -6px;
	}
}



/*★追加★（最終）*/
p.inquiry {
    margin: -1.5rem auto 1rem;
}
@media screen and (min-width: 751px) {
    p.inquiry {
        width: 400px;
    }
}
p.inquiry span {
    font-size: 63%;
}
.txt {
	color: #dc0b2c;
}
.url {
	text-decoration: underline;
}
.url:hover {
	text-decoration: none;
}
.btn_page_top {
	display: none !important;
}
