@charset "UTF-8";
/*!
*** based on ***
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* HTML5 display-role reset for older browsers */
address, article, aside, figure, figcaption, footer,
header, hgroup, hr, legend, main, menu, nav, section, summary {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Adjust border color as needed */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* Added global box-sizing reset */
*,
::before,
::after {
  box-sizing: border-box;
}

/* Cancel webkit text-size adjustment */
body {
  -webkit-text-size-adjust: 100%;
}

/* Reset button default styles */
button {
  display: inline-block;
  padding: 0;
  background: none;
  border: none;
}

/* Adjust small tag default size */
small {
  font-size: 75%;
}

/* Hide hidden elements */
[hidden] {
  display: none;
}

/* Remove mark default background */
mark {
  background: none;
}

/* Normalize em tag to non-italic */
em {
  font-style: normal;
}

/* Set input opacity to visible */
input {
  opacity: 1;
}

/* Align images to bottom */
img {
  vertical-align: bottom;
}

/* Normalize address font style */
address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  background: #000000;
  color: #fff;
  font-size: 3.59vw;
  overflow-x: hidden;
  overscroll-behavior: none;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  body {
    font-size: 1.6rem;
  }
}
body strong {
  font-weight: bold;
}
body a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  body a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s ease-in;
  }
}
body a:active {
  opacity: 0.7;
  transition: all 0.1s ease-in;
}

button,
input,
select,
option,
textarea,
label {
  font-family: "Noto Sans JP", sans-serif;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #bbb;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.main {
  overflow-x: hidden;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.strong {
  font-weight: bold;
}

.indent {
  margin-top: 1em;
}

.ib {
  display: inline-block;
}

.c-inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
}

.c-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.5s ease, opacity ease 0.5s;
}
.c-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.c-ttl-ribbon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  background: linear-gradient(90deg, #ad8a2f 0%, #cfbb85 50%, #ad8a2f 100%);
  color: #000000;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  max-width: 70.51vw;
  padding: 2.82vw 8.97vw;
  /* カンプ実測: 上辺が下辺よりオフセット分右にずれた平行四辺形（PC比率約6.4%、SP比率約6.6%） */
  -webkit-clip-path: polygon(4.36vw 0, 100% 0, calc(100% - 4.36vw) 100%, 0 100%);
          clip-path: polygon(4.36vw 0, 100% 0, calc(100% - 4.36vw) 100%, 0 100%);
  font-size: 7.18vw;
}
@media only screen and (min-width: 768px) {
  .c-ttl-ribbon {
    width: 100%;
    max-width: 35vw;
    padding: 1.27vw 6.36vw;
    -webkit-clip-path: polygon(2.09vw 0, 100% 0, calc(100% - 2.09vw) 100%, 0 100%);
            clip-path: polygon(2.09vw 0, 100% 0, calc(100% - 2.09vw) 100%, 0 100%);
    font-size: 3.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-ttl-ribbon {
    max-width: 385px;
    padding: 14px 70px;
    -webkit-clip-path: polygon(23px 0, 100% 0, calc(100% - 23px) 100%, 0 100%);
            clip-path: polygon(23px 0, 100% 0, calc(100% - 23px) 100%, 0 100%);
    font-size: 4.2rem;
  }
}
.c-ttl-ribbon h2 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.c-ttl-ribbon--sm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30.77vw;
  width: 100%;
  margin-top: 7.69vw;
  padding: 1.28vw 4.1vw;
  -webkit-clip-path: polygon(1.54vw 0, 100% 0, calc(100% - 1.54vw) 100%, 0 100%);
          clip-path: polygon(1.54vw 0, 100% 0, calc(100% - 1.54vw) 100%, 0 100%);
  font-size: 3.08vw;
}
@media only screen and (min-width: 768px) {
  .c-ttl-ribbon--sm {
    max-width: 16.36vw;
    margin-top: 4.09vw;
    padding: 0.64vw 2vw;
    -webkit-clip-path: polygon(0.82vw 0, 100% 0, calc(100% - 0.82vw) 100%, 0 100%);
            clip-path: polygon(0.82vw 0, 100% 0, calc(100% - 0.82vw) 100%, 0 100%);
    font-size: 1.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-ttl-ribbon--sm {
    max-width: 180px;
    margin-top: 45px;
    padding: 7px 22px;
    -webkit-clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
            clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%);
    font-size: 1.8rem;
  }
}

.c-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #000000;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  gap: 2.05vw;
  padding: 3.08vw 3.08vw;
  border: #c3aa67 4px solid;
}
@media only screen and (min-width: 768px) {
  .c-cta {
    gap: 1.09vw;
    padding: 1.91vw 1.45vw;
    border-width: 0.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-cta {
    gap: 12px;
    padding: 21px 20px 16px;
    border-width: 5px;
  }
}

a.c-cta {
  color: #ffffff;
  transition: background-color 0.2s ease;
}
a.c-cta:hover {
  background: #272215;
}

.c-cta__label {
  display: block;
  color: #c3aa67;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.59vw;
}
@media only screen and (min-width: 768px) {
  .c-cta__label {
    font-size: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-cta__label {
    font-size: 2rem;
  }
}

.c-cta__text {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  gap: 2.05vw;
  font-size: 5.64vw;
}
@media only screen and (min-width: 768px) {
  .c-cta__text {
    gap: 1.36vw;
    font-size: 2.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-cta__text {
    gap: 15px;
    font-size: 3.2rem;
  }
}

.c-cta__arrow {
  display: block;
  width: 5.64vw;
  height: 5.64vw;
}
@media only screen and (min-width: 768px) {
  .c-cta__arrow {
    width: 2.73vw;
    height: 2.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-cta__arrow {
    width: 30px;
    height: 30px;
  }
}

.c-footer {
  text-align: center;
  padding: 7.69vw 5vw 11.54vw;
}
@media only screen and (min-width: 768px) {
  .c-footer {
    padding: 5.45vw 1.82vw 4.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer {
    padding: 60px 20px 50px;
  }
}
.c-footer__logo {
  display: block;
  width: 43.59vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .c-footer__logo {
    width: 18.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer__logo {
    width: 200px;
  }
}
.c-footer__banners {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.85vw;
  margin-top: 6.41vw;
}
@media only screen and (min-width: 768px) {
  .c-footer__banners {
    grid-template-columns: repeat(2, 1fr);
    align-items: end;
    gap: 1.82vw;
    margin-top: 5.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer__banners {
    gap: 20px;
    margin-top: 60px;
  }
}
.c-footer__banner {
  display: block;
  width: 100%;
}
.c-footer__banner-img {
  display: block;
  width: 100%;
  height: auto;
}
.c-footer__office {
  font-weight: 700;
  font-size: 3.85vw;
  margin-top: 11.54vw;
}
@media only screen and (min-width: 768px) {
  .c-footer__office {
    font-size: 1.82vw;
    margin-top: 5.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer__office {
    font-size: 2rem;
    margin-top: 60px;
  }
}
.c-footer__mail {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 3.59vw;
  margin-top: 4.62vw;
}
@media only screen and (min-width: 768px) {
  .c-footer__mail {
    font-size: 1.64vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer__mail {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.c-footer__text {
  font-weight: 400;
  line-height: 1.6;
  font-size: 3.08vw;
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) {
  .c-footer__text {
    font-size: 1.36vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .c-footer__text {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

body::before, body::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
}
body::before {
  top: 104.62vw;
  height: 217.95vw;
  background-image: url(../images/bg1.webp);
  background-position: top center;
}
body::after {
  bottom: 111.28vw;
  height: 230.77vw;
  background-image: url(../images/bg2.webp);
  background-position: top center;
}
@media only screen and (min-width: 768px) {
  body::before {
    top: 60vw;
    height: 93.64vw;
    background-image: url(../images/bg1.webp);
    background-position: top center;
  }
  body::after {
    bottom: 23.27vw;
    height: 100.36vw;
    background-image: url(../images/bg2.webp);
    background-position: top center;
  }
}
@media only screen and (min-width: 1100px) {
  body::before {
    top: 660px;
    height: 1030px;
    background-image: url(../images/bg1.webp);
    background-position: top center;
  }
  body::after {
    bottom: 256px;
    height: 1104px;
    background-image: url(../images/bg2.webp);
    background-position: top center;
  }
}

/* スクロールダウンの線アニメーション */
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.kv {
  position: relative;
  padding-bottom: 5.13vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .kv {
    padding-bottom: 4.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv {
    padding-bottom: 50px;
  }
}
.kv__inner {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
.kv__logo {
  display: block;
  margin: 0;
  width: 28.21vw;
  position: absolute;
  top: 4.36vw;
  left: 4.36vw;
}
@media only screen and (min-width: 768px) {
  .kv__logo {
    width: 15.45vw;
    top: 2.73vw;
    left: 3.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__logo {
    width: 170px;
    top: 30px;
    left: 40px;
  }
}
.kv__visual {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: -1;
}
.kv__visual-bg {
  display: block;
  width: 100%;
  height: auto;
}
.kv__visual-bg img {
  width: 100%;
  height: 104.62vw;
}
@media only screen and (min-width: 768px) {
  .kv__visual-bg img {
    height: 60vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__visual-bg img {
    height: 660px;
  }
}
.kv__product {
  display: block;
  position: absolute;
  right: 1.28vw;
  right: 0;
  bottom: 0;
  width: 40vw;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .kv__product {
    right: 3.82vw;
    bottom: 5.45vw;
    width: 26.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__product {
    right: 42px;
    bottom: 60px;
    width: 296px;
  }
}
.kv__catchcopy {
  display: block;
  width: 87.18vw;
  margin: 2.56vw auto 0;
}
@media only screen and (min-width: 768px) {
  .kv__catchcopy {
    width: 86.91vw;
    margin-top: -4.09vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__catchcopy {
    width: 956px;
    margin-top: -45px;
  }
}
.kv__scroll {
  position: absolute;
  writing-mode: vertical-rl;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: none;
}
@media only screen and (min-width: 768px) {
  .kv__scroll {
    display: block;
    left: 2.27vw;
    bottom: -1.36vw;
    font-size: 1.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__scroll {
    left: 50px;
    bottom: -15px;
    font-size: 1.3rem;
  }
}
.kv__scroll span {
  padding-left: 15px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .kv__scroll span {
    padding-left: 1.36vw;
  }
}
@media only screen and (min-width: 1100px) {
  .kv__scroll span {
    padding-left: 15px;
  }
}
.kv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto 0;
  background: #ffffff;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  height: 18.18vw;
}
@media only screen and (min-width: 1100px) {
  .kv__scroll::after {
    height: 200px;
  }
}

@-webkit-keyframes productsLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--products-loop-w, 50%)));
  }
}

@keyframes productsLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--products-loop-w, 50%)));
  }
}
.products {
  overflow: hidden;
}
.products__track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: productsLoop 30s linear infinite;
          animation: productsLoop 30s linear infinite;
}
.products__group {
  display: flex;
  flex: none;
}
.products__img {
  display: block;
  flex: none;
  height: 43.59vw;
  margin-right: 2.56vw;
}
@media only screen and (min-width: 768px) {
  .products__img {
    height: 27.27vw;
    margin-right: 0.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .products__img {
    height: 300px;
    margin-right: 10px;
  }
}
.products__img img {
  display: block;
  height: 100%;
  width: auto;
}

.lead {
  text-align: center;
  padding: 2.56vw 6.41vw 0;
}
@media only screen and (min-width: 768px) {
  .lead {
    padding: 0.91vw 2.27vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .lead {
    padding: 15px 25px 0;
  }
}
.lead__title {
  font-weight: 700;
  line-height: 1.6;
  font-size: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .lead__title {
    font-size: 2.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .lead__title {
    font-size: 3rem;
  }
}
.lead__highlight {
  color: #c3aa67;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 4.1vw;
  font-size: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .lead__highlight {
    font-size: 2.73vw;
    margin-top: 0.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .lead__highlight {
    font-size: 3rem;
    margin-top: 10px;
  }
}
.lead__sub {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 5.13vw;
  font-size: 4.36vw;
}
@media only screen and (min-width: 768px) {
  .lead__sub {
    font-size: 2vw;
    margin-top: 3.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .lead__sub {
    font-size: 2.2rem;
    margin-top: 40px;
  }
}
.lead__text {
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  margin-top: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .lead__text {
    text-align: center;
    margin-top: 2.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .lead__text {
    margin-top: 24px;
  }
}
.lead__note {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 5.13vw;
  font-size: 3.33vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .lead__note {
    font-size: 1.18vw;
    text-align: center;
    margin-top: 2.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .lead__note {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}

.prize {
  text-align: center;
  padding: 16.67vw 6.41vw 8.97vw;
}
@media only screen and (min-width: 768px) {
  .prize {
    padding: 13.64vw 2.27vw 6.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize {
    padding: 150px 25px 75px;
  }
}
.prize__lead {
  font-weight: 700;
  font-size: 4.36vw;
  margin-top: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .prize__lead {
    font-size: 2vw;
    margin-top: 3.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__lead {
    font-size: 2.2rem;
    margin-top: 40px;
  }
}
.prize__desc {
  font-weight: 400;
  line-height: 1.75;
  margin-top: 5.13vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prize__desc {
    text-align: center;
    margin-top: 2.36vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__desc {
    margin-top: 26px;
  }
}
.prize__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 9.74vw;
  margin-top: 12.82vw;
}
@media only screen and (min-width: 768px) {
  .prize__list {
    flex-direction: row;
    gap: 1.45vw;
    margin-top: 5.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__list {
    gap: 16px;
    margin-top: 60px;
  }
}
.prize__item {
  position: relative;
  background: #000000;
  flex: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .prize__item {
    flex: 1 1 0;
    width: auto;
  }
}
.prize__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(100deg, rgb(173, 138, 47) 0%, rgb(207, 187, 133) 70%);
  color: #000000;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
  width: 21.79vw;
  height: 25.13vw;
  padding-top: 3.59vw;
  font-size: 3.59vw;
}
@media only screen and (min-width: 768px) {
  .prize__badge {
    width: 8vw;
    height: 9.09vw;
    padding-top: 1.45vw;
    font-size: 1.36vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__badge {
    width: 88px;
    height: 100px;
    padding-top: 16px;
    font-size: 1.5rem;
  }
}
.prize__badge-num {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 9.23vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .prize__badge-num {
    font-size: 3.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__badge-num {
    font-size: 3.8rem;
  }
}
.prize__badge-unit {
  font-size: 5.38vw;
}
@media only screen and (min-width: 768px) {
  .prize__badge-unit {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__badge-unit {
    font-size: 2.2rem;
  }
}
.prize__badge-particle {
  font-size: 4.1vw;
}
@media only screen and (min-width: 768px) {
  .prize__badge-particle {
    font-size: 1.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__badge-particle {
    font-size: 1.7rem;
  }
}
.prize__sub {
  display: block;
  font-weight: 700;
  color: #c3aa67;
  font-size: 2.56vw;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .prize__sub {
    font-size: 1.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__sub {
    font-size: 1.3rem;
  }
}
.prize__img img {
  width: 100%;
}
.prize__caption {
  font-weight: 700;
  line-height: 1.5;
  font-size: 4.1vw;
  margin-top: 4.1vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prize__caption {
    font-size: 1.45vw;
    margin-top: 1.36vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__caption {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.prize__count {
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #c3aa67;
  line-height: 1;
  font-size: 6.92vw;
  margin-top: 4.1vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .prize__count {
    font-size: 2.73vw;
    margin-top: 0.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__count {
    font-size: 3rem;
    margin-top: 10px;
  }
}
.prize__count-num {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 10.51vw;
}
@media only screen and (min-width: 768px) {
  .prize__count-num {
    font-size: 3.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__count-num {
    font-size: 4.1rem;
  }
}
.prize__item-note {
  display: block;
  font-weight: 400;
  margin-top: 1em;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .prize__item-note {
    font-size: 1.18vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__item-note {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.prize__item-notes {
  text-align: left;
  margin-top: 1em;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .prize__item-notes {
    font-size: 1.18vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__item-notes {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.prize__item-notes li {
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .prize__item-notes li {
    font-size: 1.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__item-notes li {
    font-size: 1.3rem;
  }
}
.prize__note {
  display: block;
  font-weight: 400;
  font-size: 3.33vw;
  margin-top: 5.13vw;
  text-align: right;
  max-width: 1100px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .prize__note {
    font-size: 1.18vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .prize__note {
    font-size: 1.3rem;
  }
}

.entry {
  text-align: center;
  padding: 8.97vw 3.85vw 7.69vw;
}
@media only screen and (min-width: 768px) {
  .entry {
    padding: 6.82vw 2.27vw 4.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .entry {
    padding: 75px 25px 50px;
  }
}
.entry__lead {
  font-weight: 700;
  font-size: 4.36vw;
  margin-top: 4.62vw;
}
@media only screen and (min-width: 768px) {
  .entry__lead {
    font-size: 2vw;
    margin-top: 2.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .entry__lead {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
.entry__tab {
  display: flex;
  flex-wrap: nowrap;
  margin-block: 7.69vw;
  gap: 2.56vw;
}
@media only screen and (min-width: 768px) {
  .entry__tab {
    margin-block: 5.45vw;
    gap: 3.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .entry__tab {
    margin-block: 60px;
    gap: 0 20px;
  }
}
.entry__tab-btn {
  flex: 1 1 0;
  background: #252525;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 700;
  line-height: 1.4;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  font-size: 3.59vw;
  padding: 4.62vw 1.54vw;
}
@media only screen and (min-width: 768px) {
  .entry__tab-btn {
    font-size: 2vw;
    padding: 3.18vw 0.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .entry__tab-btn {
    font-size: 2.2rem;
    padding: 35px 10px;
  }
}
.entry__tab-btn.is-active {
  background: linear-gradient(90deg, #ad8a2f 0%, #cfbb85 50%, #ad8a2f 100%);
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .entry__tab-btn:not(.is-active):hover {
    opacity: 0.8;
    color: rgb(255, 255, 255);
  }
}
.entry__tab-btn:focus-visible {
  outline: #c3aa67 2px solid;
  outline-offset: -2px;
}
.entry__panel {
  display: none;
  max-width: 1100px;
  margin-inline: auto;
}
.entry__panel.is-active {
  display: block;
}
.entry__placeholder {
  text-align: center;
  font-weight: 400;
  opacity: 0.6;
  font-size: 3.08vw;
  padding: 6.41vw 0;
}
@media only screen and (min-width: 768px) {
  .entry__placeholder {
    font-size: 1.45vw;
    padding: 3.64vw 0;
  }
}
@media only screen and (min-width: 1100px) {
  .entry__placeholder {
    font-size: 1.6rem;
    padding: 40px 0;
  }
}

.step {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-inline: 4.62vw;
}
@media only screen and (min-width: 768px) {
  .step {
    padding-inline: 6.36vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step {
    padding-inline: 70px;
  }
}
.step--01 {
  background-image: url(../images/panel1_bg_sp.jpg);
  z-index: 1;
  padding-top: 7.69vw;
  padding-bottom: 7.69vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 50% 100%, 0 calc(100% - 10.26vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 50% 100%, 0 calc(100% - 10.26vw));
}
@media only screen and (min-width: 768px) {
  .step--01 {
    background-image: url(../images/panel1_bg.jpg);
    padding-top: 5.45vw;
    padding-bottom: 5.45vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.27vw), 50% 100%, 0 calc(100% - 7.27vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.27vw), 50% 100%, 0 calc(100% - 7.27vw));
  }
}
@media only screen and (min-width: 1100px) {
  .step--01 {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }
}
.step--02 {
  background-image: url(../images/panel2_bg_sp.jpg);
  padding-top: 17.95vw;
  padding-bottom: 20.51vw;
  margin-top: -10.26vw;
}
@media only screen and (min-width: 768px) {
  .step--02 {
    background-image: url(../images/panel2_bg.jpg);
    padding-top: 15.45vw;
    padding-bottom: 6.36vw;
    margin-top: -9.09vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step--02 {
    padding-top: 170px;
    padding-bottom: 70px;
    margin-top: -100px;
  }
}
.step--03 {
  position: relative;
  z-index: 0;
  padding-top: 17.95vw;
  padding-bottom: 7.69vw;
  margin-top: -10.26vw;
}
@media only screen and (min-width: 768px) {
  .step--03 {
    padding-top: 12.73vw;
    padding-bottom: 6.36vw;
    margin-top: -7.27vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step--03 {
    padding-top: 140px;
    padding-bottom: 70px;
    margin-top: -80px;
  }
}
.step--03::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../images/panel3_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 50% 10.26vw, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 10.26vw, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 768px) {
  .step--03::before {
    background-image: url(../images/panel3_bg.jpg);
    -webkit-clip-path: polygon(0 0, 50% 7.27vw, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 7.27vw, 100% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (min-width: 1100px) {
  .step--03::before {
    -webkit-clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0 100%);
  }
}
.step__ttl {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #c3aa67;
  font-weight: 700;
  line-height: 1;
  font-size: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .step__ttl {
    font-size: 4.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__ttl {
    font-size: 5rem;
  }
}
.step__text {
  font-weight: 700;
  line-height: 1.8;
  margin-top: 0.75em;
  font-size: 4.36vw;
}
@media only screen and (min-width: 768px) {
  .step__text {
    font-size: 2vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__text {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}
.step__text a {
  color: #c3aa67;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #c3aa67;
          text-decoration-color: #c3aa67;
  transition: opacity 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
  transition: opacity 0.2s ease-in, text-decoration-color 0.2s ease-in;
  transition: opacity 0.2s ease-in, text-decoration-color 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
}
@media (hover: hover) and (pointer: fine) {
  .step__text a:hover {
    color: #c3aa67;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    transition: opacity 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
    transition: opacity 0.2s ease-in, text-decoration-color 0.2s ease-in;
    transition: opacity 0.2s ease-in, text-decoration-color 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
  }
}
.step__note {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.75em;
  font-size: 3.59vw;
}
@media only screen and (min-width: 768px) {
  .step__note {
    font-size: 1.45vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__note {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.step__img {
  display: block;
  width: 52.82vw;
  margin: 2.56vw auto 0;
}
@media only screen and (min-width: 768px) {
  .step__img {
    width: 28.73vw;
    margin-top: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__img {
    width: 316px;
    margin-top: 20px;
  }
}
.step__optional-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 3.85vw;
  width: 24.62vw;
}
@media only screen and (min-width: 768px) {
  .step__optional-badge {
    top: 3.64vw;
    right: 25.91vw;
    width: 13.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__optional-badge {
    top: 40px;
    right: 285px;
    width: 160px;
  }
}
.step__optional-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.step__optional {
  color: #c3aa67;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.5em;
  font-size: 4.62vw;
}
@media only screen and (min-width: 768px) {
  .step__optional {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__optional {
    font-size: 2.2rem;
  }
}
.step__wcard {
  border: #c3aa67 1px solid;
  background: #000000;
  text-align: center;
  margin-top: 7.69vw;
  padding: 7.69vw 3.85vw 7.69vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard {
    margin-top: 4.55vw;
    padding: 5.45vw 3.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard {
    margin-top: 50px;
    padding: 60px 35px;
  }
}
.step__wcard > .c-ttl-ribbon:first-child {
  margin-top: 0;
}
.step__wcard-heading {
  color: #c3aa67;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 3.59vw;
  font-size: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard-heading {
    margin-top: 1.82vw;
    font-size: 2.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard-heading {
    margin-top: 20px;
    font-size: 3rem;
  }
}
.step__wcard-text {
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2.56vw;
  font-size: 3.59vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard-text {
    margin-top: 1.45vw;
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard-text {
    margin-top: 16px;
    font-size: 2.2rem;
  }
}
.step__wcard-hashtag {
  color: #c3aa67;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4.1vw;
  font-size: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard-hashtag {
    margin-top: 2.18vw;
    font-size: 2.91vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard-hashtag {
    margin-top: 24px;
    font-size: 3.2rem;
  }
}
.step__wcard-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 4.1vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard-img {
    margin-top: 2.73vw;
    margin-inline: auto;
    width: 54.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard-img {
    margin-top: 30px;
    width: 600px;
  }
}
.step__wcard-note {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.56vw;
  text-align: left;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .step__wcard-note {
    margin-top: 1.45vw;
    width: 54.55vw;
    margin-inline: auto;
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__wcard-note {
    margin-top: 16px;
    width: 600px;
    font-size: 1.6rem;
  }
}

#panel-web .step--02 {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 50% 100%, 0 calc(100% - 10.26vw));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.26vw), 50% 100%, 0 calc(100% - 10.26vw));
}
@media only screen and (min-width: 768px) {
  #panel-web .step--02 {
    padding-bottom: 12.73vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.27vw), 50% 100%, 0 calc(100% - 7.27vw));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7.27vw), 50% 100%, 0 calc(100% - 7.27vw));
  }
}
@media only screen and (min-width: 1100px) {
  #panel-web .step--02 {
    padding-bottom: 140px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
  }
}

/* レシート有効例／無効例 */
.step__example {
  text-align: left;
  margin-top: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .step__example {
    margin-top: 3.18vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__example {
    margin-top: 35px;
  }
}
.step__example + .step__example {
  margin-top: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .step__example + .step__example {
    margin-top: 3.64vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__example + .step__example {
    margin-top: 40px;
  }
}

.step__example-ttl {
  font-weight: 700;
  font-size: 3.08vw;
}
@media only screen and (min-width: 768px) {
  .step__example-ttl {
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__example-ttl {
    font-size: 1.6rem;
  }
}

.step__example-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.59vw 2.05vw;
  margin-top: 2.05vw;
}
@media only screen and (min-width: 768px) {
  .step__example-list {
    gap: 1.82vw;
    margin-top: 1.09vw;
  }
}
@media only screen and (min-width: 1100px) {
  .step__example-list {
    gap: 20px;
    margin-top: 12px;
  }
}
.step__example-list--invalid {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .step__example-list--invalid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.step__example-item {
  text-align: center;
}
.step__example-item img {
  display: block;
  width: 100%;
  border: #c3aa67 1px solid;
}

.step__example-caption {
  display: block;
  text-align: left;
  font-size: 2.82vw;
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .step__example-caption {
    display: none;
  }
}

.terms {
  background: #000000;
  border: #c3aa67 1px solid;
  margin-top: 0;
  margin-inline: 3.85vw;
  max-width: 1100px;
  padding: 5.13vw 2.56vw 5.13vw 3.85vw;
}
@media only screen and (min-width: 768px) {
  .terms {
    width: min(calc(100% - 2.27vw * 2), 1100px);
    margin: 0 auto;
    padding: 18px 18px 18px 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .terms {
    width: min(calc(100% - 50px), 1100px);
  }
}
.terms__inner {
  overflow-y: auto;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  height: 72.82vw;
  padding-top: 0;
  padding-right: 2.56vw;
  font-size: 3.33vw;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .terms__inner {
    height: 25.45vw;
    padding-top: 1.36vw;
    padding-right: 2.73vw;
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .terms__inner {
    height: 280px;
    padding-top: 15px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
.terms__inner::-webkit-scrollbar {
  background: #666;
  border-left: #000000 1px solid;
  border-right: #000000 1px solid;
  border-radius: 8px;
  width: 4px;
}
.terms__inner::-webkit-scrollbar-thumb {
  background-color: #c3aa67;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
.terms__inner h4 {
  text-align: center;
  font-size: 4.36vw;
}
@media only screen and (min-width: 768px) {
  .terms__inner h4 {
    font-size: 2.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .terms__inner h4 {
    font-size: 2.8rem;
  }
}
.terms__inner h5 {
  margin-top: 1em;
  font-weight: 400;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .terms__inner h5 {
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .terms__inner h5 {
    font-size: 1.6rem;
  }
}
.terms__inner h6 {
  margin-top: 1em;
  font-weight: 400;
  font-size: 3.33vw;
}
@media only screen and (min-width: 768px) {
  .terms__inner h6 {
    font-size: 1.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .terms__inner h6 {
    font-size: 1.6rem;
  }
}

.webentry {
  text-align: center;
  padding: 17.95vw 3.85vw 7.69vw;
}
@media only screen and (min-width: 768px) {
  .webentry {
    padding: 13.64vw 2.27vw 5.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry {
    padding: 150px 25px 60px;
  }
}
.webentry__lead {
  font-weight: 700;
  font-size: 4.36vw;
  margin-top: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .webentry__lead {
    font-size: 2vw;
    margin-top: 2.73vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__lead {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
.webentry__note {
  font-weight: 400;
  margin-top: 1em;
  font-size: 3.59vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .webentry__note {
    font-size: 1.45vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__note {
    font-size: 1.6rem;
  }
}
.webentry__btns {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.85vw;
  margin-top: 7.69vw;
}
@media only screen and (min-width: 768px) {
  .webentry__btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.82vw;
    margin-top: 5.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__btns {
    gap: 20px;
    margin-top: 60px;
  }
}
.webentry__btns.is-masked .c-cta {
  pointer-events: none;
}
.webentry__btns.is-masked .webentry__mask {
  display: flex;
}
.webentry__mask {
  display: none;
  position: absolute;
  inset: calc(2.56vw * -1);
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  padding: 5.13vw;
}
@media only screen and (min-width: 768px) {
  .webentry__mask {
    inset: calc(1.82vw * -1);
    padding: 1.82vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__mask {
    inset: -20px;
    padding: 20px;
  }
}
.webentry__mask-text {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.6;
  font-size: 6.15vw;
}
@media only screen and (min-width: 768px) {
  .webentry__mask-text {
    font-size: 2.55vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__mask-text {
    font-size: 2.8rem;
  }
}
.webentry__wnote {
  font-weight: 400;
  margin-top: 7.69vw;
  line-height: 1.75;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .webentry__wnote {
    margin-top: 5.45vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__wnote {
    margin-top: 60px;
  }
}
.webentry__wnote-sub {
  display: block;
  font-size: 3.33vw;
  padding-top: 1.28vw;
}
@media only screen and (min-width: 768px) {
  .webentry__wnote-sub {
    font-size: 1.18vw;
    padding-top: 0.45vw;
  }
}
@media only screen and (min-width: 1100px) {
  .webentry__wnote-sub {
    font-size: 1.3rem;
    padding-top: 5px;
  }
}
/*# sourceMappingURL=style.css.map */