@import "https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap";
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
@media screen and (min-width: 600px){
	.sp-only{
		display: none;
	}
}
@media screen and (max-width: 599.9px){
	.p-special__contents{
		margin-inline: 0;
	}
}
.p-grandopen-faq {
  display: grid;
  width: 1230px;
  margin-inline: auto;
  row-gap: 20px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-faq {
    max-width: 100%;
  }
}
.p-grandopen-faq__box {
  display: grid;
  padding: 20px 30px;
  background-color: #f5f3f2;
  row-gap: 10px;
}
.p-grandopen-faq__q {
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-faq__q {
    font-size: min(4.2666666667vw, 1.8rem);
		line-height: 1.5;
  }
}
.p-grandopen-faq__q::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  color: #ef821d;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-faq__q::before {
    top: 0;
    font-size: min(6.9333333333vw, 2.8rem);
  }
}
.p-grandopen-faq__a {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-faq__a {
    top: 0;
    font-size: min(3.7333333333vw, 1.6rem);
  }
}
.p-grandopen-faq__a::before {
  content: "A";
  position: absolute;
  top: -4px;
  left: 4px;
  color: #004098;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-faq__a::before {
    top: 0;
    font-size: min(5.8666666667vw, 2.4rem);
  }
}
.p-grandopen-faq a {
	display: inline-block;
	margin-top: 8px;
  text-decoration: underline;
}
.p-grandopen-faq a:hover {
  text-decoration: none;
}

.p-grandopen-header__title img {
  width: 100%;
}
.p-grandopen-header__term {
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-header__term {
    margin: 5.3333333333vw 4vw 0;
  }
}
.p-grandopen-header__term-title {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-header__term-title {
    line-height: 1.4;
    font-size: min(8.5333333333vw, 3.2rem);
  }
}
.p-grandopen-header__term-title br {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-header__term-title br {
    display: block;
  }
}
.p-grandopen-header__term-priod {
  max-width: 810px;
  margin: 10px auto 20px;
  padding-block: 2px;
  background-color: #ef821d;
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-header__term-priod {
		margin: 20px auto;
    font-size: min(5.3333333333vw, 2rem);
  }
}
.p-grandopen-header__term-text {
  font-size: 18px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-header__term-text {
    font-size: 17px;
		line-height: 1.5;
  }
}

.p-grandopen-limited {
  width: 990px;
  margin: 40px auto 0;
  background-color: #fff;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-limited {
    width: 100%;
  }
}
.p-grandopen-limited__inner:first-of-type {
  margin-bottom: 50px;
}
.p-grandopen-limited__inner:last-child {
  margin-bottom: 0;
}
.p-grandopen-limited__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 8px;
  column-gap: 15px;
  background-color: #202020;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-limited__title {
    font-size: min(4.8vw, 2rem);
  }
}
.p-grandopen-limited--wine .p-grandopen-limited__title {
  background-color: #7b002e;
}
.p-grandopen-limited--food .p-grandopen-limited__title {
  background-color: #7c674f;
}
.p-grandopen-limited__title span {
  padding-inline: 10px;
  border-radius: 100vh;
  background-color: #fff;
  color: #202020;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-limited__title span {
    font-size: min(3.7333333333vw, 1.6rem);
  }
}
.p-grandopen-limited__area{
	padding: 30px 40px 40px;
}
.p-grandopen-limited__logo {
  height: 58px;
  margin-bottom: 30px;
  text-align: center;
}
.p-grandopen-limited__logo img {
  max-height: 58px;
}
.p-grandopen-limited__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 599.9px) {
	.p-grandopen-limited__area{
		padding: 30px 15px 40px;
	}
  .p-grandopen-limited__list {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
}
.p-grandopen-limited__link {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-limited__link {
    grid-template-columns: 40vw 1fr;
  }
}
.p-grandopen-limited__image {
  width: 50%;
}
.p-grandopen-limited__image img {
  object-fit: cover;
}
@media screen and (max-width: 599.9px) {
	.p-grandopen-limited__image {
		width: 40%;
	}
  .p-grandopen-limited__image img {
    width: 100%;
    height: 100%;
  }
}
.p-grandopen-limited__text {
	width: calc((100% - 20px) - 50%);
}
.p-grandopen-limited__desc {
  font-size: 14px;
  line-height: 1.6;
}
.p-grandopen-limited__name {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
	.p-grandopen-limited__text {
		width: calc((100% - 20px) - 40%);
	}
  .p-grandopen-limited__name {
    font-size: 15px;
    margin-top: 7px;
  }
}
.p-grandopen-limited__price {
  margin-top: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-limited__price {
    font-size: 18px;
    margin-top: 7px;
  }
}
.p-grandopen-limited__price span {
  margin-inline: 2px;
  font-size: 14px;
}
.p-grandopen-limited__free {
  display: grid;
	place-content: center;
	position: absolute;
	top: -8px;
	left: -7px;
	width: 54px;
	height: 54px;
	padding-inline: 11px 10px;
	border-radius: 100%;
	background-color: #202020;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
}
.p-grandopen-limited__button {
  display: grid;
  width: 342px;
  margin: 40px auto 0;
}
@media screen and (max-width: 599.9px){
	.p-grandopen-limited__button{
		width: 85%;
	}
}

.p-grandopen-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1220px;
  margin: 30px auto;
  gap: 10px 20px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-nav__list {
    flex-direction: column;
    margin: 8vw 4vw;
    gap: 0;
  }
}
.p-grandopen-nav__link {
  display: grid;
  position: relative;
  width: 392px;
  padding: 10px 50px 10px 12px;
  transition: color 0.3s;
  border-bottom: 2px solid #ef821d;
  place-items: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-nav__link {
    justify-content: flex-start;
    width: 100%;
    border-bottom-width: 1px;
    font-size: 17px;
  }
}
@media screen and (min-width: 600px) {
  .p-grandopen-nav__link:hover {
    color: #ef821d;
  }
}
.p-grandopen-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-color: #ef821d;
  mask: url("/d_images/campaign/images/grandopen/ico_arrow_bottom.svg") no-repeat center/contain;
}

.p-grandopen-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 990px;
  margin-inline: auto;
  column-gap: 30px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-new {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 8vw 4vw;
  }
}
.p-grandopen-new__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 23px;
  margin-bottom: 8px;
  background: url("/d_images/campaign/images/grandopen/ico_new.svg") no-repeat center/contain;
}
.p-grandopen-new__title {
  padding: 5px;
  border-radius: 5px;
  background-color: #f5f3f2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-new__title {
    font-size: min(4.2666666667vw, 1.8rem);
  }
}
.p-grandopen-new img {
  display: block;
  margin-inline: auto;
}
.p-grandopen-new__text {
  margin-inline: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-new__text {
    font-size: 15px;
  }
}

.p-grandopen-other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 1240px;
  margin-inline: auto;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other {
    grid-template-columns: repeat(1,1fr);
    width: 100%;
  }
}
.p-grandopen-other__box {
  padding: 20px 25px 25px;
  border: 1px solid #202020;
  border-radius: 5px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__box {
    padding: 5.3333333333vw 4vw 6.6666666667vw;
  }
}
.p-grandopen-other__title {
  padding-bottom: 9px;
  border-bottom: 1px solid #202020;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__title {
		padding-bottom: 15px;
    font-size: 20px;
		line-height: 1.5;
  }
}
.p-grandopen-other__title br {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__title br {
    display: block;
  }
}
.p-grandopen-other__text {
  margin-block: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__text {
    font-size: 16px;
  }
}
.p-grandopen-other__text.period{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
@media screen and (max-width: 599.9px){
	.p-grandopen-other__text.period{
		font-size: 18px;
	}
}
.p-grandopen-other__text strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__text strong {
    font-size: min(4.2666666667vw, 1.8rem);
  }
}
.p-grandopen-other__text span {
  font-size: 14px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__text span {
    font-size: min(3.2vw, 1.4rem);
  }
}
.p-grandopen-other__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__list:has(.p-grandopen-other__name) {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__link {
    display: grid;
    grid-template-columns: 34.6666666667vw 1fr;
    grid-template-rows: 1fr auto;
    column-gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other img {
    grid-row: span 2;
  }
}
.p-grandopen-other__name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__name {
    margin-top: 0;
    font-size: min(3.7333333333vw, 1.6rem);
  }
}
.p-grandopen-other__price {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__price {
    font-size: 18px;
  }
}
.p-grandopen-other__price span {
  margin-inline: 2px;
  font-size: 14px;
}
.p-grandopen-other__code {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 12px 20px;
  margin-bottom: 20px;
  background-color: #f5f3f2;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__code {
    font-size: 23px;
  }
}
.p-grandopen-other__code span {
  font-size: 19px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__code span {
    font-size: 17px;
  }
}
.p-grandopen-other__code-attention{
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
}
.p-grandopen-other__code-attention strong{
	font-weight: 600;
}
.p-grandopen-other__content {
  display: grid;
  grid-template-columns: 175px 1fr;
  margin-top: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__content {
    grid-template-columns: 34.6666666667vw 1fr;
  }
}
.p-grandopen-other__desc {
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-other__desc {
    font-size: 16px;
  }
}
.p-grandopen-other__desc strong{
	font-weight: 600;
}

.p-grandopen-register {
  display: flex;
  max-width: fit-content;
  margin-inline: auto;
  column-gap: 88px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-register {
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
  }
}
.p-grandopen-register__text {
  font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-register {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.p-grandopen-register__button {
  position: relative;
  z-index: 2;
  min-width: 420px;
  margin-top: 25px;
  background-color: transparent;
  color: #202020;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-register__button {
    place-items: flex-end;
    min-width: 80vw;
    padding-right: 13.3333333333vw;
    font-size: 18px;
		min-height: 65px;
  }
}
.p-grandopen-register__button::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 2px solid #202020;
  border-radius: 100vh;
}
.p-grandopen-register__button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: rgba(255, 193, 0, 0.5);
}
.p-grandopen-register__arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #fff url("/d_images/campaign/images/kantan/ico_arrow.svg") no-repeat center center/20px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-register__arrow::after {
    right: 2.6666666667vw;
    width: 8vw;
    height: 8vw;
    background-size: 5.3333333333vw;
  }
}
.p-grandopen-register__tag {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 4px 16px;
  transform: translate(-50%, -50%);
  border-radius: 100vh;
  background-color: #ef821d;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-register__tag {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}

.p-grandopen-section {
  padding-block: 80px;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section {
    padding: 13.3333333333vw 4vw;
  }
}
.p-grandopen-section:last-child {
  padding-bottom: 0;
}
.p-grandopen-section--limited {
  padding-top: 40px;
  background-color: #f5f3f2;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section--limited {
    padding-top: 8vw;
  }
}
.p-grandopen-section--register {
  background-color: #f5f3f2;
	text-align: center;
}
.p-grandopen-section--faq {
  padding-top: 0;
}
.p-grandopen-section__title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section__title {
		margin-bottom: 30px;
    font-size: min(5.8666666667vw, 2.6rem);
  }
}
.p-grandopen-section__title br {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section__title br {
    display: block;
  }
}
.p-grandopen-section__text {
  max-width: 1260px;
  margin: 40px auto;
  line-height: 1.5;
  font-size: 17px;
	text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section__text {
		margin: 30px auto;
    font-size: 16px;
  }
}
.p-grandopen-section__text:first-child {
  margin-top: 0;
}
.p-grandopen-section__tel {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section__tel {
    font-size: min(5.3333333333vw, 2.2rem);
  }
}
.p-grandopen-section__note {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .p-grandopen-section__note {
    font-size: min(3.2vw, 1.4rem);
  }
}
