@charset "UTF-8";
.page-date {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0 0 4px;
}

.page-date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: calc(var(--margin-side-small) * -1);
  margin-left: calc(var(--margin-side-small) * -1);
}
.page-date-content > .date {
  padding: 0 10px;
  width: 74.7%;
}
.page-date-content > .button {
  position: relative;
}
.page-date-content > .button::after {
  background-color: #DE949B;
  border-radius: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: -4px;
  width: 100%;
  filter: grayscale(1);
}
.page-date-content > .button > .item {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #ea636e;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 8px;
  position: relative;
  text-align: center;
  z-index: 2;
  filter: grayscale(1);
  pointer-events: none;

}
.page-date-content > .button > .item > .note {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}

.page-local-nav {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 0;
  margin-right: calc(var(--margin-side-small) * -1);
  margin-left: calc(var(--margin-side-small) * -1);
  padding: 20px 2.3vw;
}
.page-local-nav > li {
  border-right: 2px dotted #b9b9b9;
  grid-column: span 2;
}
.page-local-nav > li:first-child {
  border-left: 2px dotted #b9b9b9;
}
.page-local-nav > li:nth-child(4) {
  border-left: 2px dotted #b9b9b9;
}
.page-local-nav > li.-half {
  grid-column: span 3;
}
.page-local-nav > li > .item {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 10px 1em;
}
.page-local-nav > li > .item::after {
  font-family: "iconfonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  content: var(--icon-arrow-under);
}

.page-prize > .site-heading-combi {
  margin-bottom: 20px;
}

.page-prize-gift {
  margin-bottom: 40px;
  position: relative;
}
.page-prize-gift > .background {
  border-radius: 16px;
  mix-blend-mode: multiply;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-prize-gift > .background::before {
  background-color: transparent;
  background-image: repeating-linear-gradient(110deg, transparent, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px), -webkit-gradient(linear, left top, right top, from(#F9C915), to(#E85949));
  background-image: repeating-linear-gradient(110deg, transparent, transparent 5px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 9px), linear-gradient(to right, #F9C915 0%, #E85949 100%);
  background-size: auto auto, auto auto;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-prize-gift > .background::after {
  background-color: #ffffff;
  border-radius: 8px;
  content: "";
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
}
.page-prize-gift > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  padding: 50px 8px;
  position: relative;
  z-index: 2;
}
.page-prize-gift > .inner > .text > .note {
  color: #E22121;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 6px;
  text-align: center;
}
.page-prize-gift > .inner > .image {
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 50.8%;
}

.page-prize-gift-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
.page-prize-gift-text > .price {
  font-size: 20px;
  line-height: 52px;
}
.page-prize-gift-text > .price > .number {
  background-color: #FFDDC7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 221, 199, 0)), color-stop(45%, rgb(255, 221, 199)), color-stop(85%, rgb(255, 221, 199)), color-stop(85%, rgba(255, 221, 199, 0)));
  background: linear-gradient(rgba(255, 221, 199, 0) 45%, rgb(255, 221, 199) 45%, rgb(255, 221, 199) 85%, rgba(255, 221, 199, 0) 85%);
  font-size: 26px;
}

.page-prize-more > .title {
  color: #B28939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.page-prize-more > .title::before, .page-prize-more > .title::after {
  background-color: #eee;
  content: "";
  height: 22px;
  width: 19px;
}
.page-prize-more > .title::before {
  background: url(../../images/lp/icon_ornament01.svg) center center no-repeat;
  background-size: cover;
}
.page-prize-more > .title::after {
  background: url(../../images/lp/icon_ornament02.svg) center center no-repeat;
  background-size: cover;
}
.page-prize-more > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.page-prize-more > .content > .description {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.47;
  text-align: right;
}
.page-prize-more > .content > .description > .price {
  background-color: #FFDDC7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 221, 199, 0)), color-stop(45%, rgb(255, 221, 199)), color-stop(85%, rgb(255, 221, 199)), color-stop(85%, rgba(255, 221, 199, 0)));
  background: linear-gradient(rgba(255, 221, 199, 0) 45%, rgb(255, 221, 199) 45%, rgb(255, 221, 199) 85%, rgba(255, 221, 199, 0) 85%);
  font-size: 26px;
  line-height: 39px;
}
.page-prize-more > .content > .description > .price > .note {
  font-size: 26px;
}
.page-prize-more > .content > .point {
  width: 84%;
}

.page-apply > .site-heading-combi {
  margin-bottom: 30px;
}
.page-apply > .step {
  margin-bottom: 30px;
}
.page-apply > .note {
  color: #E22121;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.page-apply > .tips {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  margin: 0 auto 30px;
  padding: 40px 26px;
  position: relative;
}
.page-apply > .tips::after {
  background-image: repeating-linear-gradient(110deg, transparent, transparent 5px, rgb(216, 57, 57) 5px, rgb(216, 57, 57) 9px);
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-apply-step {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 34px;
}
.page-apply-step > .item {
  position: relative;
}
.page-apply-step > .item > .title {
  background-color: #252525;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Jost", system-ui;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 0.5em 1em;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.page-apply-step > .item > .image {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  overflow: hidden;
}
.page-apply-step > .item > .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  width: 100%;
}

.page-apply-tips-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 55px;
}
.page-apply-tips-title > .text {
  margin-top: 10px;
}
.page-apply-tips-title > .text > .title {
  color: #D83939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.47;
}
.page-apply-tips-title > .text > .title::before {
  background-image: url(../../images/lp/icon_attention.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 26px;
  min-width: 26px;
  width: 26px;
}
.page-apply-tips-title > .text > .description {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.5;
  margin-top: 20px;
}
.page-apply-tips-title > .image {
  border-radius: 10px;
  border: 2px solid #BEBEBE;
  line-height: 0;
}

.page-apply-tips-example {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}
.page-apply-tips-example > .item {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 35px 20px 20px;
  position: relative;
}
.page-apply-tips-example > .item > .title {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.5;
  margin: auto;
  padding: 0 0.75em;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.page-apply-tips-example > .item > .title::after {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.page-apply-tips-example > .item > .title.-good::after {
  content: "○";
  color: #FCD8D8;
}
.page-apply-tips-example > .item > .title.-bad::after {
  content: "×";
  color: #CDDDF0;
  font-size: 56px;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.page-apply-tips-good {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.page-apply-tips-good > .text > .main {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.5;
}
.page-apply-tips-good > .text > .sub {
  color: #E06767;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.5;
  overflow: visible;
}
.page-apply-tips-good > .text > .sub li {
  margin-top: 10px;
}
.page-apply-tips-good > .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.page-apply-tips-good > .image img {
  border-radius: 5px;
}

.page-apply-tips-bad {
  margin: auto;
}
.page-apply-tips-bad > .main {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.page-apply-tips-bad > .sub {
  color: #679AE0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: visible;
}
.page-apply-tips-bad > .sub li {
  margin-top: 10px;
}

.page-apply-tips-if {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 15px;
  padding: 0;
}
.page-apply-tips-if > .text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4375;
}
.page-apply-tips-if > .image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.page-apply-action > .pop {
  margin: 0 auto 35px;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-apply-action > .pop > .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.page-apply-action > .pop > .background {
  border: 2px solid #000000;
  border-radius: 20px;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page-apply-action > .pop > .background::before {
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  width: 23px;
  z-index: 1;
}
.page-apply-action > .pop > .background::after {
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 20px;
  z-index: 2;
}
.page-apply-action > .action {
  margin: auto;
  position: relative;
  width: 100%;
}
.page-apply-action > .action::after {
  background-color: #97D8B1;
  border-radius: 100px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  z-index: 1;
  filter: grayscale(1);
}
.page-apply-action > .action > .button {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #08C754;
  background-image: url(../../images/lp/background_button.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 729px 149px;
  border: 3px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.47;
  margin: auto;
  padding: 1em 1em;
  position: relative;
  text-align: center;
  z-index: 2;
  filter: grayscale(1);
  pointer-events: none;
}

.page-tonyu > .site-heading-combi {
  margin-bottom: 20px;
}
.page-tonyu > .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.page-tonyu > .intro > .mark {
  width: 100%;
}
.page-tonyu > .intro > .mark > .note {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
.page-tonyu-intro-title > .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.47;
}
.page-tonyu-intro-title > .title > .number {
  font-size: 26px;
}

.page-tonyu-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.page-tonyu-mark > .pop {
  margin: 0;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-tonyu-mark > .pop > .text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08;
  line-height: 1.5;
  padding: 18px 20px;
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-tonyu-mark > .pop > .background {
  border: 3px solid #000000;
  border-radius: 20px;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page-tonyu-mark > .pop > .background::before {
  background-color: #000000;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 1;
}
.page-tonyu-mark > .pop > .background::after {
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  z-index: 1;
}
.page-tonyu-mark > .image {
  width: 64px;
}

.page-tonyu-list {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px;
  padding: 15px 20px;
}
.page-tonyu-list > .content {
  display: none;
  margin-top: 20px;
}
.page-tonyu-list > .content > .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 9px;
}

.page-tonyu-list-title {
  width: 100%;
}
.page-tonyu-list-title > .button {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: transparent;
  border: 0;
  color: var(--color-black);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  min-height: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  width: 100%;
}
.page-tonyu-list-title > .button > .icon {
  background-color: #60C3C7;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  line-height: 1;
  margin-top: -4px;
  min-width: 20px;
  position: relative;
  width: 20px;
}
.page-tonyu-list-title > .button > .icon::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: "iconfonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  content: var(--icon-arrow-under);
  font-size: 12px;
}
.page-tonyu-list-title > .button.-open > .icon::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-tonyu-item > .image {
  line-height: 0;
}
.page-tonyu-item > .name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 8px;
  text-align: center;
}
.page-tonyu-item > .renewal {
  background-color: #60C3C7;
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 8px auto 0;
  padding: 0.25em 1em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.page-tonyu-button {
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.page-tonyu-button > .button {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #60C3C7;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: auto;
  padding: 0.75em 0.5em;
  position: relative;
  text-align: center;
  z-index: 2;
}
.page-tonyu-button::after {
  background-color: #B0E6E8;
  border-radius: 100px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  bottom: -5px;
  width: 100%;
}

.page-requirement > .site-heading-combi {
  margin-bottom: 30px;
}

.page-requirement-content {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4375;
  overflow-y: scroll;
  height: 480px;
  padding: 20px 14px;
  word-break: break-all;
}
.page-requirement-content .link {
  color: #D88239;
  text-decoration: underline;
}

.page-faq > .site-heading-combi {
  margin-bottom: 30px;
}

.page-faq-content > .item {
  border-top: 1px dotted #A1AD96;
  padding: 20px 0;
}
.page-faq-content > .item:last-child {
  border-bottom: 1px dotted #A1AD96;
}
.page-faq-content > .item > .question > .inner, .page-faq-content > .item > .answer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-faq-content > .item > .question > .inner::before, .page-faq-content > .item > .answer > .inner::before {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Jost", system-ui;
  font-size: 16px;
  font-weight: 500;
  height: 26px;
  line-height: 1;
  margin-right: 10px;
  min-width: 26px;
  width: 26px;
}
.page-faq-content > .item > .question > .inner::before {
  border-color: #82D839;
  color: #82D839;
  content: "Q";
}
.page-faq-content > .item > .answer {
  display: none;
}
.page-faq-content > .item > .answer > .inner {
  margin-top: 8px;
}
.page-faq-content > .item > .answer > .inner::before {
  border-color: #D83939;
  color: #D83939;
  content: "A";
}

.page-faq-question {
  width: 100%;
}
.page-faq-question > .button {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: transparent;
  border: 0;
  color: var(--color-black);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 4px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.page-faq-question > .button > .icon {
  background-color: #82D839;
  border-radius: 100%;
  height: 26px;
  line-height: 1;
  margin-top: -2px;
  min-width: 26px;
  position: relative;
  width: 26px;
}
.page-faq-question > .button > .icon::before, .page-faq-question > .button > .icon::after {
  background-color: #ffffff;
  content: "";
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 10px;
}
.page-faq-question > .button > .icon::before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-faq-question > .button.-open > .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.page-faq-answer {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 3px;
}
.page-faq-answer .note {
  font-size: 12px;
}
.page-faq-answer .accent {
  color: #D83939;
  font-style: normal;
}
.page-faq-answer .link {
  color: #82D839;
  text-decoration: underline;
}
@media screen and (min-width: 1001px) {
  .page-date {
    margin-bottom: 15px;
    padding: 17px 0;
  }
  .page-date-content {
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
  .page-date-content > .date {
    max-width: 696px;
    padding: 0;
    width: auto;
  }
  .page-date-content > .button::after {
    border-radius: 100px;
    bottom: -6px;
  }
  .page-date-content > .button > .item {
    border-radius: 50px;
    font-size: 16px;
    padding: 15px 52px;
  }
  .page-date-content > .button > .item > .note {
    margin-top: 8px;
    font-size: 12px;
  }
  .page-date-content > .button > .item:hover {
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .page-local-nav {
    background-color: transparent;
    border-left: 2px dotted #B9B9B9;
    grid-template-columns: repeat(5, 1fr);
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .page-local-nav > li {
    grid-column: auto;
  }
  .page-local-nav > li:first-child {
    border-left: 0;
  }
  .page-local-nav > li:nth-child(4) {
    border-left: 0;
  }
  .page-local-nav > li.-half {
    grid-column: auto;
  }
  .page-local-nav > li > .item {
    font-size: 18px;
    gap: 10px;
    padding: 4px 0;
  }
  .page-local-nav > li > .item:hover {
    color: #E50014;
    opacity: 1;
  }
  .page-prize > .site-heading-combi {
    margin-bottom: 40px;
  }
  .page-prize-gift > .background {
    border-radius: 24px;
  }
  .page-prize-gift > .background::after {
    height: calc(100% - 32px);
    top: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
  .page-prize-gift > .inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 80px;
    padding: 66px;
  }
  .page-prize-gift > .inner > .text > .note {
    font-size: 16px;
    text-align: left;
  }
  .page-prize-gift > .inner > .image {
    max-width: 284px;
    width: auto;
  }
  .page-prize-gift-text {
    font-size: 32px;
    line-height: 1.47;
    text-align: left;
  }
  .page-prize-gift-text > .price {
    font-size: 26px;
    line-height: 68px;
  }
  .page-prize-gift-text > .price > .number {
    font-size: 46px;
  }
  .page-prize-more > .title {
    font-size: 40px;
    gap: 20px;
    margin-bottom: 0;
  }
  .page-prize-more > .title::before, .page-prize-more > .title::after {
    height: 38px;
    width: 33px;
  }
  .page-prize-more > .content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .page-prize-more > .content > .description {
    font-size: 26px;
    min-width: 447px;
  }
  .page-prize-more > .content > .description > .price {
    font-size: 36px;
    line-height: 54px;
  }
  .page-prize-more > .content > .point {
    width: 447px;
  }
  .page-apply > .site-heading-combi {
    margin-bottom: 50px;
  }
  .page-apply > .step {
    margin-bottom: 50px;
  }
  .page-apply > .note {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-apply > .tips {
    margin: 0 auto 50px;
    max-width: 1070px;
    padding: 50px 60px;
  }
  .page-apply-step {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .page-apply-step > .item {
    width: 100%;
  }
  .page-apply-step > .item > .title {
    font-size: 14px;
  }
  .page-apply-step > .item > .image {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .page-apply-step > .item > .description {
    min-height: 6em;
  }
  .page-apply-tips-title {
    grid-template-columns: 4.7fr 5.3fr;
    gap: 25px;
  }
  .page-apply-tips-title > .text > .title {
    font-size: 32px;
  }
  .page-apply-tips-title > .text > .title::before {
    height: 40px;
    min-width: 40px;
    width: 40px;
  }
  .page-apply-tips-title > .text > .description {
    font-size: 16px;
  }
  .page-apply-tips-title > .image {
    border-radius: 17px;
  }
  .page-apply-tips-example {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .page-apply-tips-example > .item {
    padding: 40px 20px 25px;
  }
  .page-apply-tips-example > .item > .title {
    font-size: 21px;
  }
  .page-apply-tips-example > .item > .title::after {
    font-size: 64px;
  }
  .page-apply-tips-example > .item > .title.-bad::after {
    font-size: 72px;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
  .page-apply-tips-example > .item.-if {
    grid-column: span 2;
  }
  .page-apply-tips-good {
    grid-template-columns: 3.2fr 6.8fr;
    gap: 15px;
  }
  .page-apply-tips-good > .text > .main {
    font-size: 16px;
  }
  .page-apply-tips-good > .text > .sub {
    font-size: 12px;
  }
  .page-apply-tips-good > .image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-apply-tips-bad {
    max-width: 300px;
  }
  .page-apply-tips-bad > .main {
    font-size: 16px;
  }
  .page-apply-tips-bad > .sub {
    font-size: 12px;
  }
  .page-apply-tips-if {
    grid-template-columns: 3.14fr 6.86fr;
    gap: 30px;
    padding: 0 20px 5px;
  }
  .page-apply-tips-if > .text {
    font-size: 16px;
  }
  .page-apply-action > .pop {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-apply-action > .pop > .text {
    font-size: 18px;
    padding: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-apply-action > .pop > .background {
    border: 3px solid #000000;
  }
  .page-apply-action > .pop > .background::after {
    height: 14px;
    bottom: -13px;
    width: 18px;
  }
  .page-apply-action > .action {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-apply-action > .action::after {
    bottom: -15px;
  }
  .page-apply-action > .action > .button {
    font-size: 32px;
    min-width: 704px;
    padding: 25px 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-apply-action > .action > .button:hover {
    opacity: 1;
    -webkit-transform: translateY(13px);
    transform: translateY(13px);
  }
  .page-tonyu > .site-heading-combi {
    margin-bottom: 50px;
  }
  .page-tonyu > .intro {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
  .page-tonyu > .intro > .mark {
    width: auto;
  }
  .page-tonyu > .intro > .mark > .note {
    font-size: 12px;
    margin-right: 50px;
    text-align: right;
  }
  .page-tonyu-intro-title {
    margin-bottom: 30px;
  }
  .page-tonyu-intro-title > .title {
    font-size: 32px;
  }
  .page-tonyu-intro-title > .title > .number {
    font-size: 46px;
  }
  .page-tonyu-mark {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 50px;
  }
  .page-tonyu-mark > .pop {
    margin: 0 auto 13px;
  }
  .page-tonyu-mark > .pop > .text {
    font-size: 18px;
    padding: 20px 30px;
  }
  .page-tonyu-mark > .image {
    width: 89px;
  }
  .page-tonyu-list {
    padding: 30px 50px;
  }
  .page-tonyu-list > .content {
    margin-top: 30px;
  }
  .page-tonyu-list > .content > .inner {
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
  }
  .page-tonyu-list-title > .button {
    font-size: 24px;
    min-height: 36px;
  }
  .page-tonyu-list-title > .button > .icon {
    height: 36px;
    margin-top: -8px;
    min-width: 36px;
    width: 36px;
  }
  .page-tonyu-list-title > .button > .icon::after {
    font-size: 24px;
  }
  .page-tonyu-list-title > .button:hover {
    color: #60C3C7;
  }
  .page-tonyu-item > .name {
    font-size: 12px;
    line-height: 1.63;
    margin-top: 12px;
  }
  .page-tonyu-button {
    margin: 50px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-tonyu-button > .button {
    font-size: 24px;
    min-width: 426px;
    padding: 1em 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-tonyu-button > .button:hover {
    opacity: 1;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  .page-tonyu-button::after {
    bottom: -6px;
  }
  .page-requirement > .site-heading-combi {
    margin-bottom: 50px;
  }
  .page-requirement-content {
    font-size: 16px;
    height: 500px;
    padding: 30px 50px;
  }
  .page-faq > .site-heading-combi {
    margin-bottom: 50px;
  }
  .page-faq-content > .item {
    padding: 25px 0 26px;
  }
  .page-faq-content > .item > .question > .inner::before, .page-faq-content > .item > .answer > .inner::before {
    font-size: 20px;
    height: 36px;
    margin-right: 15px;
    min-width: 36px;
    width: 36px;
  }
  .page-faq-content > .item > .answer > .inner {
    margin-top: 15px;
  }
  .page-faq-question > .button {
    font-size: 20px;
    margin-top: 8px;
  }
  .page-faq-question > .button > .icon {
    height: 36px;
    margin-top: -8px;
    min-width: 36px;
    width: 36px;
  }
  .page-faq-question > .button > .icon::before, .page-faq-question > .button > .icon::after {
    width: 14px;
  }
  .page-faq-question > .button:hover {
    color: #82D839;
  }
  .page-faq-answer {
    font-size: 16px;
    max-width: 814px;
  }
  .page-faq-answer .note {
    font-size: 14px;
  }
}