@charset "UTF-8";
/* Utility
   ----------------------------------------------------------------- */
.gold-gradient-bg {
  background: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
}

/* ==========================================================================
    Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style-type: none;
}

.sp {
  display: block;
}
.sp.inline {
  display: inline;
}
.sp.inline-block {
  display: inline-block;
}
.sp.flex {
  display: flex;
}
@media (min-width: 1000px) {
  .sp {
    display: none;
  }
  .sp.inline {
    display: none;
  }
  .sp.inline-block {
    display: none;
  }
  .sp.flex {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 1000px) {
  .pc {
    display: block;
  }
}
@media (min-width: 1000px) {
  .pc.inline {
    display: inline !important;
  }
}
@media (min-width: 1000px) {
  .pc.inline-blok {
    display: inline-block !important;
  }
}
@media (min-width: 1000px) {
  .pc.flex {
    display: flex !important;
  }
}

/* Utility
   ----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

.viewer-count-wrapper {
  position: fixed;
  top: 105px;
  right: 5px;
  z-index: 100;
  background: #FFEA4B;
  text-align: center;
  color: #3AAE36;
  font-weight: 500;
  border-radius: 10px;
  transition: opacity 0.5s ease;
  opacity: 1;
  font-size: 1.4rem;
  padding: 3px 7px;
}
@media (min-width: 1440px) {
  .viewer-count-wrapper {
    top: 90px;
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
.viewer-count-wrapper #viewer-count {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .viewer-count-wrapper #viewer-count {
    font-size: 2rem;
  }
}

.viewer-count-wrapper.hidden {
  opacity: 0;
}

/* ==========================================================================
    Layout
   ========================================================================== */
.l-header {
  width: 100%;
}

.l-main {
  width: 100%;
}

body {
  overflow-x: hidden;
}
@media (min-width: 800px) {
  body {
    letter-spacing: 0.08em;
  }
}

/* Flex Wrapper Utility */
.flex-wrapper {
  --gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.flex-wrapper > * {
  flex: 0 0 auto;
  box-sizing: border-box;
}
.flex-wrapper .col-full {
  width: 100%;
}
.flex-wrapper .col-2 {
  width: calc(50% - var(--gap) * 0.5);
}
.flex-wrapper .col-2-2 {
  width: calc(100% - var(--gap) * 0);
}
.flex-wrapper .col-2-1 {
  width: calc(50% - var(--gap) * 0.5);
}
.flex-wrapper .col-3 {
  width: calc(33.3333333333% - var(--gap) * 0.6666666667);
}
.flex-wrapper .col-3-2 {
  width: calc(66.6666666667% - var(--gap) * 0.3333333333);
}
.flex-wrapper .col-4 {
  width: calc(25% - var(--gap) * 0.75);
}
.flex-wrapper .col-4-2 {
  width: calc(50% - var(--gap) * 0.5);
}
.flex-wrapper .col-4-3 {
  width: calc(75% - var(--gap) * 0.25);
}
.flex-wrapper .col-5 {
  width: calc(20% - var(--gap) * 0.8);
}
.flex-wrapper .col-5-2 {
  width: calc(40% - var(--gap) * 0.6);
}
.flex-wrapper .col-5-3 {
  width: calc(60% - var(--gap) * 0.4);
}
.flex-wrapper .col-5-4 {
  width: calc(80% - var(--gap) * 0.2);
}
.flex-wrapper .col-6 {
  width: calc(16.6666666667% - var(--gap) * 0.8333333333);
}
.flex-wrapper .col-6-2 {
  width: calc(33.3333333333% - var(--gap) * 0.6666666667);
}
.flex-wrapper .col-6-3 {
  width: calc(50% - var(--gap) * 0.5);
}
.flex-wrapper .col-6-4 {
  width: calc(66.6666666667% - var(--gap) * 0.3333333333);
}
.flex-wrapper .col-6-5 {
  width: calc(83.3333333333% - var(--gap) * 0.1666666667);
}
@media (min-width: 600px) {
  .flex-wrapper .col-tab-full {
    width: 100%;
  }
  .flex-wrapper .col-tab-1 {
    width: 100%;
  }
  .flex-wrapper .col-tab-1-2 {
    width: 100%;
  }
  .flex-wrapper .col-tab-1-1 {
    width: 100%;
  }
  .flex-wrapper .col-tab-1-0 {
    width: 100%;
  }
  .flex-wrapper .col-tab-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-tab-2-2 {
    width: calc(100% - var(--gap) * 0);
  }
  .flex-wrapper .col-tab-2-1 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-tab-3 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-tab-3-2 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-tab-4 {
    width: calc(25% - var(--gap) * 0.75);
  }
  .flex-wrapper .col-tab-4-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-tab-4-3 {
    width: calc(75% - var(--gap) * 0.25);
  }
  .flex-wrapper .col-tab-5 {
    width: calc(20% - var(--gap) * 0.8);
  }
  .flex-wrapper .col-tab-5-2 {
    width: calc(40% - var(--gap) * 0.6);
  }
  .flex-wrapper .col-tab-5-3 {
    width: calc(60% - var(--gap) * 0.4);
  }
  .flex-wrapper .col-tab-5-4 {
    width: calc(80% - var(--gap) * 0.2);
  }
  .flex-wrapper .col-tab-6 {
    width: calc(16.6666666667% - var(--gap) * 0.8333333333);
  }
  .flex-wrapper .col-tab-6-2 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-tab-6-3 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-tab-6-4 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-tab-6-5 {
    width: calc(83.3333333333% - var(--gap) * 0.1666666667);
  }
}
@media (min-width: 800px) {
  .flex-wrapper .col-sub-full {
    width: 100%;
  }
  .flex-wrapper .col-sub-1 {
    width: 100%;
  }
  .flex-wrapper .col-sub-1-2 {
    width: 100%;
  }
  .flex-wrapper .col-sub-1-1 {
    width: 100%;
  }
  .flex-wrapper .col-sub-1-0 {
    width: 100%;
  }
  .flex-wrapper .col-sub-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-sub-2-2 {
    width: calc(100% - var(--gap) * 0);
  }
  .flex-wrapper .col-sub-2-1 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-sub-3 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-sub-3-2 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-sub-4 {
    width: calc(25% - var(--gap) * 0.75);
  }
  .flex-wrapper .col-sub-4-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-sub-4-3 {
    width: calc(75% - var(--gap) * 0.25);
  }
  .flex-wrapper .col-sub-5 {
    width: calc(20% - var(--gap) * 0.8);
  }
  .flex-wrapper .col-sub-5-2 {
    width: calc(40% - var(--gap) * 0.6);
  }
  .flex-wrapper .col-sub-5-3 {
    width: calc(60% - var(--gap) * 0.4);
  }
  .flex-wrapper .col-sub-5-4 {
    width: calc(80% - var(--gap) * 0.2);
  }
  .flex-wrapper .col-sub-6 {
    width: calc(16.6666666667% - var(--gap) * 0.8333333333);
  }
  .flex-wrapper .col-sub-6-2 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-sub-6-3 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-sub-6-4 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-sub-6-5 {
    width: calc(83.3333333333% - var(--gap) * 0.1666666667);
  }
}
@media (min-width: 1000px) {
  .flex-wrapper .col-mid-full {
    width: 100%;
  }
  .flex-wrapper .col-mid-1 {
    width: 100%;
  }
  .flex-wrapper .col-mid-1-2 {
    width: 100%;
  }
  .flex-wrapper .col-mid-1-1 {
    width: 100%;
  }
  .flex-wrapper .col-mid-1-0 {
    width: 100%;
  }
  .flex-wrapper .col-mid-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-mid-2-2 {
    width: calc(100% - var(--gap) * 0);
  }
  .flex-wrapper .col-mid-2-1 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-mid-3 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-mid-3-2 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-mid-4 {
    width: calc(25% - var(--gap) * 0.75);
  }
  .flex-wrapper .col-mid-4-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-mid-4-3 {
    width: calc(75% - var(--gap) * 0.25);
  }
  .flex-wrapper .col-mid-5 {
    width: calc(20% - var(--gap) * 0.8);
  }
  .flex-wrapper .col-mid-5-2 {
    width: calc(40% - var(--gap) * 0.6);
  }
  .flex-wrapper .col-mid-5-3 {
    width: calc(60% - var(--gap) * 0.4);
  }
  .flex-wrapper .col-mid-5-4 {
    width: calc(80% - var(--gap) * 0.2);
  }
  .flex-wrapper .col-mid-6 {
    width: calc(16.6666666667% - var(--gap) * 0.8333333333);
  }
  .flex-wrapper .col-mid-6-2 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-mid-6-3 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-mid-6-4 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-mid-6-5 {
    width: calc(83.3333333333% - var(--gap) * 0.1666666667);
  }
}
@media (min-width: 1200px) {
  .flex-wrapper .col-pc-full {
    width: 100%;
  }
  .flex-wrapper .col-pc-1 {
    width: 100%;
  }
  .flex-wrapper .col-pc-1-2 {
    width: 100%;
  }
  .flex-wrapper .col-pc-1-1 {
    width: 100%;
  }
  .flex-wrapper .col-pc-1-0 {
    width: 100%;
  }
  .flex-wrapper .col-pc-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pc-2-2 {
    width: calc(100% - var(--gap) * 0);
  }
  .flex-wrapper .col-pc-2-1 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pc-3 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-pc-3-2 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-pc-4 {
    width: calc(25% - var(--gap) * 0.75);
  }
  .flex-wrapper .col-pc-4-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pc-4-3 {
    width: calc(75% - var(--gap) * 0.25);
  }
  .flex-wrapper .col-pc-5 {
    width: calc(20% - var(--gap) * 0.8);
  }
  .flex-wrapper .col-pc-5-2 {
    width: calc(40% - var(--gap) * 0.6);
  }
  .flex-wrapper .col-pc-5-3 {
    width: calc(60% - var(--gap) * 0.4);
  }
  .flex-wrapper .col-pc-5-4 {
    width: calc(80% - var(--gap) * 0.2);
  }
  .flex-wrapper .col-pc-6 {
    width: calc(16.6666666667% - var(--gap) * 0.8333333333);
  }
  .flex-wrapper .col-pc-6-2 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-pc-6-3 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pc-6-4 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-pc-6-5 {
    width: calc(83.3333333333% - var(--gap) * 0.1666666667);
  }
}
@media (min-width: 1440px) {
  .flex-wrapper .col-pcHeader-full {
    width: 100%;
  }
  .flex-wrapper .col-pcHeader-1 {
    width: 100%;
  }
  .flex-wrapper .col-pcHeader-1-2 {
    width: 100%;
  }
  .flex-wrapper .col-pcHeader-1-1 {
    width: 100%;
  }
  .flex-wrapper .col-pcHeader-1-0 {
    width: 100%;
  }
  .flex-wrapper .col-pcHeader-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pcHeader-2-2 {
    width: calc(100% - var(--gap) * 0);
  }
  .flex-wrapper .col-pcHeader-2-1 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pcHeader-3 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-pcHeader-3-2 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-pcHeader-4 {
    width: calc(25% - var(--gap) * 0.75);
  }
  .flex-wrapper .col-pcHeader-4-2 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pcHeader-4-3 {
    width: calc(75% - var(--gap) * 0.25);
  }
  .flex-wrapper .col-pcHeader-5 {
    width: calc(20% - var(--gap) * 0.8);
  }
  .flex-wrapper .col-pcHeader-5-2 {
    width: calc(40% - var(--gap) * 0.6);
  }
  .flex-wrapper .col-pcHeader-5-3 {
    width: calc(60% - var(--gap) * 0.4);
  }
  .flex-wrapper .col-pcHeader-5-4 {
    width: calc(80% - var(--gap) * 0.2);
  }
  .flex-wrapper .col-pcHeader-6 {
    width: calc(16.6666666667% - var(--gap) * 0.8333333333);
  }
  .flex-wrapper .col-pcHeader-6-2 {
    width: calc(33.3333333333% - var(--gap) * 0.6666666667);
  }
  .flex-wrapper .col-pcHeader-6-3 {
    width: calc(50% - var(--gap) * 0.5);
  }
  .flex-wrapper .col-pcHeader-6-4 {
    width: calc(66.6666666667% - var(--gap) * 0.3333333333);
  }
  .flex-wrapper .col-pcHeader-6-5 {
    width: calc(83.3333333333% - var(--gap) * 0.1666666667);
  }
}
.flex-wrapper.no-gap {
  --gap: 0px;
}
.flex-wrapper.gap-5 {
  --gap: .5rem;
}
.flex-wrapper.gap-10 {
  --gap: 1rem;
}
.flex-wrapper.jc-center {
  justify-content: center;
}
.flex-wrapper.jc-sa {
  justify-content: space-around;
}
.flex-wrapper.jc-sb {
  justify-content: space-between;
}
.flex-wrapper.jc-end {
  justify-content: flex-end;
}
.flex-wrapper.jc-start {
  justify-content: flex-start;
}
.flex-wrapper.ai-center {
  align-items: center;
}
.flex-wrapper.ai-start {
  align-items: flex-start;
}
.flex-wrapper.ai-end {
  align-items: flex-end;
}
.flex-wrapper.ai-stretch {
  align-items: stretch;
}
.flex-wrapper.ai-base {
  align-items: baseline;
}
.flex-wrapper.nowrap {
  flex-wrap: nowrap;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.w-1 {
  width: 0.25rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.w-4 {
  width: 1rem !important;
}

.h-4 {
  height: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.w-8 {
  width: 2rem !important;
}

.h-8 {
  height: 2rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.w-12 {
  width: 3rem !important;
}

.h-12 {
  height: 3rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.w-16 {
  width: 4rem !important;
}

.h-16 {
  height: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.w-20 {
  width: 5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.w-24 {
  width: 6rem !important;
}

.h-24 {
  height: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.w-28 {
  width: 7rem !important;
}

.h-28 {
  height: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.w-32 {
  width: 8rem !important;
}

.h-32 {
  height: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.w-36 {
  width: 9rem !important;
}

.h-36 {
  height: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.w-40 {
  width: 10rem !important;
}

.h-40 {
  height: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.gap-auto {
  gap: auto !important;
}

.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.l-footer {
  width: 100%;
}

/* Project
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */
#fv {
  height: 157dvw;
  height: calc(100dvw + 10em);
  width: 100%;
  background-image: url(../images/lp/fv/fvbg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #1a1a1a;
}
@media (min-width: 1000px) {
  #fv {
    height: 100dvh;
    background-size: cover;
    background-image: url(../images/lp/fv/fvbg_pc.png);
  }
}
#fv .fv_ms_1 {
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #2e2e2e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 1000px) {
  #fv .fv_ms_1 {
    font-size: 2em;
    padding: 2rem;
    line-height: 1.5;
  }
}
#fv .fv_sugawara img {
  width: 100%;
  position: absolute;
  top: 50px;
  left: -31%;
  z-index: 10;
}
@media (min-width: 1000px) {
  #fv .fv_sugawara img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-93.5%);
  }
}
#fv .slash img {
  position: absolute;
  top: 50px;
  left: 0%;
  width: 50%;
  z-index: 8;
}
@media (min-width: 1000px) {
  #fv .slash img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-100%);
  }
}
#fv .zerostart source,
#fv .zerostart img {
  width: 70%;
  position: absolute;
  top: 80px;
  right: 1rem;
  z-index: 10;
}
@media (min-width: 1000px) {
  #fv .zerostart source,
  #fv .zerostart img {
    width: auto;
    max-width: 60%;
    top: 40%;
    left: 50%;
    transform: translate(-25%, -50%);
    right: auto;
  }
}
#fv .fv_cta {
  position: absolute;
  top: 80dvw;
  width: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 15;
  color: #fff;
  padding: 2.5em 1.5em 0;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1000px) {
  #fv .fv_cta {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 668px;
    padding: 2em 1em 1em;
    font-size: 1.8em;
  }
}
#fv .fv_cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.9);
  filter: blur(5px);
  margin: 1em auto 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1000px) {
  #fv .fv_cta::after {
    background-color: rgba(26, 26, 26, 0.5);
  }
}
#fv .fv_cta p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  #fv .fv_cta p {
    margin-bottom: 0.75em;
  }
}
#fv .fv_cta p span {
  background-image: linear-gradient(#C5A820, #D4BB43, #E5C21E);
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 0.2em;
  margin: 0 0.2em;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  #fv .fv_cta p span {
    padding: 0.2em 0.5em;
  }
}
#fv .fv_cta .goldtext {
  color: transparent;
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
}
#fv .fv_cta .btn {
  background-image: linear-gradient(0deg, #2FA502, #1F6005);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 1.7rem;
  text-align: center;
  padding: 1.2em 1em;
  font-weight: bold;
  margin: 1em auto;
  width: 100%;
  display: inline-block;
  position: relative;
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.3);
}
@media (min-width: 1000px) {
  #fv .fv_cta .btn {
    padding: 1em 1.5em;
    scale: 1.25;
    width: auto;
  }
}
#fv .fv_cta .btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1%;
  width: 98%;
  height: 25%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  filter: blur(5px);
}
#fv .fv_cta .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  border-left: solid 0.5em #fff;
  border-top: transparent solid 0.5em;
  border-right: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  transform: translateY(-50%);
}

/* Utility
   ----------------------------------------------------------------- */
#sec_1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
#sec_1 .why {
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  text-align: center;
  padding: 1.5rem 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #2e2e2e;
  width: 100%;
}
@media (min-width: 1000px) {
  #sec_1 .why {
    font-size: 2.5rem;
    padding: 2rem;
    line-height: 2;
  }
}
#sec_1 .why_contents {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 3rem 0 20vw;
  background-image: url(../images/lp/sec_1/sec_1_bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  text-align: center;
}
@media (min-width: 1000px) {
  #sec_1 .why_contents {
    background-size: 100% autos;
    padding: 3rem 0 8vw;
    background-position: center bottom;
    background-image: url(../images/lp/sec_1/sec_1_bg_pc.png);
  }
}
#sec_1 .why_contents .inner {
  max-width: 20em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1000px) {
  #sec_1 .why_contents .inner {
    margin-top: -9em;
    padding-top: 10em;
    max-width: 1020px;
  }
}
#sec_1 .why_contents .inner p {
  line-height: 1.5;
}
@media (min-width: 1000px) {
  #sec_1 .why_contents .inner p {
    font-size: 1.5em;
  }
}
#sec_1 .why_contents .inner p large {
  font-size: 1.5em;
  color: #FFFB04;
}
#sec_1 .why_contents .inner p span {
  position: relative;
  width: auto;
  padding: 0;
}
#sec_1 .why_contents .inner p span.uline {
  margin: 0.5em 0;
}
#sec_1 .why_contents .inner p span.uline.sp {
  display: inline-block;
}
@media (min-width: 1000px) {
  #sec_1 .why_contents .inner p span.uline.sp {
    display: none;
  }
}
#sec_1 .why_contents .inner p span.uline.pc {
  display: none;
}
@media (min-width: 1000px) {
  #sec_1 .why_contents .inner p span.uline.pc {
    display: inline-block;
  }
}
#sec_1 .why_contents .inner p span.uline::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E0C73E;
  margin-top: -3px;
}
#sec_1 .together {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#sec_1 .together p.copy {
  font-size: 1.8em;
  font-weight: bold;
}
@media (min-width: 1000px) {
  #sec_1 .together p.copy {
    font-size: 2.5em;
  }
}
#sec_1 .together p.offer {
  padding: 1em;
  margin: 1em 0;
  font-family: "Shippori Mincho", serif;
  position: relative;
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  #sec_1 .together p.offer {
    font-size: 2em;
    padding: 0.5em 0;
  }
}
#sec_1 .together p.offer::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #E0C73E 20%, #E0C73E 80%, transparent);
  position: absolute;
  top: 0;
  left: 0;
}
#sec_1 .together p.offer::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #E0C73E 20%, #E0C73E 80%, transparent);
  position: absolute;
  top: 100%;
  left: 0;
}

.yt {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .yt {
    max-width: 800px;
  }
}
.yt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 305/180;
}
@media (min-width: 1000px) {
  .yt iframe {
    aspect-ratio: 811/411;
  }
}

/* Utility
   ----------------------------------------------------------------- */
#sec_2 {
  width: 100%;
  background-color: #000000;
  margin-top: -20vw;
  padding: 20vw 0 0;
  position: relative;
  color: #ffffff;
  text-align: center;
}
#sec_2::before {
  content: "";
  position: absolute;
  display: block;
  top: 10vw;
  left: 0;
  width: 100%;
  height: 50vw;
  background-image: url(../images/lp/sec_2/frea.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
}
@media (min-width: 1000px) {
  #sec_2::before {
    background-image: url(../images/lp/sec_2/sec2_bg_pc.png);
    mask-image: none;
  }
}
#sec_2 .inner {
  position: relative;
  z-index: 10;
  padding: 3rem 1em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 1000px) {
  #sec_2 .inner {
    padding: 5rem 1em;
    font-size: 1.5em;
    line-height: 2.2;
  }
}
#sec_2 .inner .large {
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  #sec_2 .inner .large {
    font-size: 2em;
    line-height: 1.5;
  }
  #sec_2 .inner .large:first-of-type {
    margin-top: 1em;
  }
}
@media (min-width: 1000px) {
  #sec_2 .inner .mid {
    font-size: 1.5em;
  }
}
#sec_2 .inner .gold-gradient-text {
  display: inline-block;
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sec_2 .inner .goldtext {
  color: #bfa522;
}
#sec_2 .inner p {
  margin-bottom: 1.5em;
}
#sec_2 .inner .triangle_down {
  width: 0;
  height: 0;
  border-left: 1.2em solid transparent;
  border-right: 1.2em solid transparent;
  border-top: 0.8em solid #fff;
  margin: 2rem auto 0;
}
#sec_2 .bg_1 {
  position: absolute;
  top: 30vw;
  left: -15vw;
  width: 60%;
  z-index: 0;
}
#sec_2 .bg_1 img {
  width: 100%;
  opacity: 0.5;
}
@media (min-width: 1000px) {
  #sec_2 .bg_1 {
    display: none;
  }
}
#sec_2 .bg_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: 0;
}
@media (min-width: 1000px) {
  #sec_2 .bg_2 {
    display: none;
  }
}
#sec_2 .bg_2 img {
  width: 100%;
  -webkit-mask-image: linear-gradient(30deg, transparent 0%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%), linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(30deg, transparent 10%, black 50%, transparent 90%), linear-gradient(to right, transparent 0%, black 50%), linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
  -webkit-mask-composite: source-in;
  /* Firefox / 標準仕様 */
  mask-composite: intersect;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Utility
   ----------------------------------------------------------------- */
#sec_3 {
  width: 100%;
  background-color: #000000;
  position: relative;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 1000px) {
  #sec_3 {
    padding-top: 10rem;
    margin-top: -10rem;
    overflow: hidden;
    font-size: 1.2em;
  }
}
#sec_3 .inner {
  padding: 3rem 1em;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.8;
  position: relative;
  z-index: 10;
}
@media (min-width: 1000px) {
  #sec_3 .inner .charange {
    font-size: 2em;
    line-height: 1.5;
    font-weight: 500;
  }
}
#sec_3 .inner .gold-gradient-text {
  display: inline-block;
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#sec_3 .inner .goldtext {
  color: #ffea88;
}
#sec_3 .inner .large {
  font-size: 1.2em;
}
@media (min-width: 1000px) {
  #sec_3 .inner .large {
    font-size: 1.5em;
  }
}
#sec_3 .inner p {
  margin-bottom: 1em;
}
@media (min-width: 1000px) {
  #sec_3 .inner p {
    line-height: 1.8;
  }
}
#sec_3 .inner p.beleaf {
  position: relative;
  z-index: 50;
}
@media (min-width: 1000px) {
  #sec_3 .inner p.beleaf {
    line-height: 2.5em;
  }
}
#sec_3 .inner img {
  max-width: 100%;
}
#sec_3 .inner .underlinegold {
  position: relative;
  display: inline-block;
  padding: 0 0.5em 0.2em;
}
@media (min-width: 1000px) {
  #sec_3 .inner .underlinegold::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #E0C73E 20%, #E0C73E 80%, transparent);
    position: absolute;
    top: 100%;
    left: 0;
  }
}
#sec_3 .inner .approve {
  position: relative;
  margin: 3em auto;
  max-width: 70rem;
  padding: 0.5em 0;
}
@media (min-width: 1000px) {
  #sec_3 .inner .approve {
    font-size: 1.2em;
  }
}
#sec_3 .inner .approve .large {
  font-size: 1.05em;
}
@media (min-width: 1000px) {
  #sec_3 .inner .approve .large {
    font-size: 1.5em;
  }
}
#sec_3 .inner .approve::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  z-index: -2;
}
#sec_3 .inner .approve::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  z-index: -2;
}
#sec_3 .fig {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 4em;
  z-index: 0;
  opacity: 0;
}
@media (min-width: 1000px) {
  #sec_3 .fig {
    margin-top: -10em;
    opacity: 1;
  }
}
#sec_3 .fig img {
  width: 100%;
}
#sec_3 .bg_1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sec_3 .bg_1 img {
  width: 100%;
}
#sec_3 .bg_2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 1000px) {
  #sec_3 .bg_2 {
    z-index: 5;
  }
}
#sec_3 .bg_2 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
}
@media (min-width: 1000px) {
  #sec_3 .bg_2 img {
    width: 80%;
  }
}

/* Utility
   ----------------------------------------------------------------- */
#sec_4 {
  width: 100%;
  background-color: #000000;
  position: relative;
  text-align: center;
  background-image: url(../images/lp/sec_4/sec4_bg_sp.png);
  background-size: 100% 100%;
  background-position: center bottom;
  padding: 5rem 0.5rem 1rem;
}
@media (min-width: 1000px) {
  #sec_4 {
    background-position: center 0%;
    background-size: 100% 100%;
    background-image: url(../images/lp/sec_4/bg.png);
  }
}
#sec_4 .inner {
  background-image: url(../images/lp/sec_4/sec4_inner_bg_sp.png);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  width: calc(100% - 2em);
  margin: 12rem auto 4rem;
  padding: 5rem 3rem 4rem;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  text-align: left;
}
@media (min-width: 800px) {
  #sec_4 .inner {
    max-width: 1016px;
    background-size: cover;
    margin: 10em auto;
    background-image: url(../images/lp/sec_4/bg_inner.png);
  }
}
#sec_4 .inner h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 10px 40px;
  color: #D34638;
  font-size: 1.3em;
  font-weight: 900;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
}
#sec_4 .inner h2::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 5%;
  width: 90%;
  height: 110%;
  background-color: #fff;
  border: 3px solid #444;
  transform: skewX(-12deg);
  z-index: -1;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#sec_4 .inner .textarea {
  padding: 1rem;
}
#sec_4 .inner .textarea p {
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  #sec_4 .inner .textarea p {
    font-size: 1.55em;
  }
}
@media (min-width: 800px) {
  #sec_4 .inner .textarea p {
    font-size: 1.25em;
  }
}
@media (min-width: 1000px) {
  #sec_4 .inner .textarea p {
    font-size: 1.55em;
  }
}
@media (min-width: 800px) {
  #sec_4 .inner .textarea p.large {
    font-size: 1.4em;
  }
}
@media (min-width: 1000px) {
  #sec_4 .inner .textarea p.large {
    font-size: 2.2em;
  }
}
@media (min-width: 800px) {
  #sec_4 .inner .textarea p strong {
    font-size: 1.5em;
    line-height: 1.2;
  }
}
#sec_4 .inner .textarea p.kaimaku {
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 5;
}
@media (min-width: 800px) {
  #sec_4 .inner .textarea p.kaimaku {
    font-size: 2em;
  }
}
#sec_4 .inner .textarea p.kaimaku::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(90deg, #bfa522 0%, #fff2b5 100%);
}
#sec_4 .inner img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
@media (min-width: 800px) {
  #sec_4 .inner img {
    position: absolute;
    top: 2em;
    right: 2em;
    max-width: 470px;
    width: 40%;
  }
}
@media (min-width: 1000px) {
  #sec_4 .inner img {
    width: 60%;
  }
}

/* Utility
   ----------------------------------------------------------------- */
#sec_5 {
  width: 100%;
  position: relative;
  text-align: center;
  position: relative;
  background-image: url(../images/lp/sec_5/bg_top_sp.png);
  background-size: 100% auto;
  background-position: top center;
}
@media (min-width: 1000px) {
  #sec_5 {
    padding-top: 2em;
    padding-bottom: 3em;
    font-size: 2em;
    background-size: cover;
    background-image: url(../images/lp/sec_5/bg_top.png);
  }
}
#sec_5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFBF4;
  z-index: -2;
}
#sec_5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lp/sec_5/bg_bottom_sp.png);
  background-size: 100% auto;
  background-position: bottom center;
  z-index: -1;
}
@media (min-width: 1000px) {
  #sec_5::after {
    background-image: url(../images/lp/sec_5/bg_bottom.png);
  }
}
#sec_5 .inner {
  padding: 5rem 1rem 1rem;
}
#sec_5 .inner img {
  max-width: 100%;
}
#sec_5 .inner p {
  margin-bottom: 1em;
}
#sec_5 .inner p.message {
  margin: 0 0 2rem;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 2;
}
@media (min-width: 1000px) {
  #sec_5 .inner p.message {
    margin-top: -1em;
    font-weight: 500;
    font-size: 1em;
  }
}
@media (min-width: 1100px) {
  #sec_5 .inner p.message {
    font-size: 1.1em;
  }
}
#sec_5 .inner p.message span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#sec_5 .inner p.message span.sp {
  display: block;
}
@media (min-width: 1000px) {
  #sec_5 .inner p.message span.sp {
    display: none;
  }
}
#sec_5 .inner p.message span.pc {
  display: none;
}
@media (min-width: 1000px) {
  #sec_5 .inner p.message span.pc {
    display: block;
  }
}
#sec_5 .inner p.message span.red {
  color: #F13E3E;
}
#sec_5 .inner p.message span.narrow {
  font-weight: 400;
  line-height: 1.5;
}
#sec_5 .inner p.message span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 1em;
  z-index: -2;
  filter: blur(8px);
}
@media (min-width: 1000px) {
  #sec_5 .inner p.message span:after {
    filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
#sec_5 .inner p.message span strong {
  display: inline;
  font-weight: 400;
  position: relative;
}
#sec_5 .inner p.message span strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: rgba(241, 62, 62, 0.95);
  z-index: -1;
}
@media (min-width: 1000px) {
  #sec_5 .inner p.message span strong {
    display: inline-block;
    position: relative;
    font-weight: 400;
    position: relative;
  }
  #sec_5 .inner p.message span strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(241, 62, 62, 0.95);
    z-index: -1;
  }
}
#sec_5 .inner p.bg-blur {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.2rem 2em;
  font-weight: 600;
}
#sec_5 .inner p.bg-blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6E0B8;
  filter: blur(5px);
  z-index: -1;
}
#sec_5 .inner h2 {
  padding: 1em;
}
#sec_5 .inner h2 img {
  width: 100%;
  max-width: 36rem;
}
@media (min-width: 1000px) {
  #sec_5 .inner h2 img {
    width: auto;
    max-width: none;
  }
}
#sec_5 .inner .checklist {
  position: relative;
  z-index: 1;
  padding: 1.5rem 2.5rem;
  margin: 3rem auto;
  max-width: 36rem;
}
@media (min-width: 800px) {
  #sec_5 .inner .checklist {
    padding: 3rem;
    max-width: 34em;
  }
}
@media (min-width: 1000px) {
  #sec_5 .inner .checklist {
    padding: 3rem;
    max-width: 978px;
  }
}
#sec_5 .inner .checklist::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFE9BC;
  filter: blur(2rem);
  z-index: -1;
}
#sec_5 .inner .checklist ul li {
  text-align: left;
  line-height: 1.5;
  font-size: 1.5rem;
  padding-left: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  position: relative;
}
@media (min-width: 1000px) {
  #sec_5 .inner .checklist ul li {
    font-size: 3rem;
  }
}
#sec_5 .inner .checklist ul li::before {
  content: "";
  height: 1em;
  width: 1em;
  top: 0.5rem;
  left: 0;
  position: absolute;
  background-image: url(../images/lp/sec_5/check.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec_5 .inner .checklist ul li + li {
  margin-top: 1em;
}
@media (min-width: 1000px) {
  #sec_5 .inner .checklist ul li + li {
    margin-top: 0.5em;
  }
}
#sec_5 .inner .other {
  position: relative;
  z-index: 10;
  margin-top: 3rem;
}
#sec_5 .inner .other h2 {
  margin: 0;
  padding: 0 1em;
}
@media (min-width: 1000px) {
  #sec_5 .inner .other h2 {
    padding: 1em;
  }
}
#sec_5 .inner .other img {
  max-width: 100%;
}
#sec_5 .inner .other ul {
  padding: 0;
  list-style: none;
  text-align: left;
  width: 90%;
  margin: 2rem auto 0;
}
@media (min-width: 1000px) {
  #sec_5 .inner .other ul {
    max-width: 1445px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
#sec_5 .inner .other ul li {
  border: solid 2px #bfa522;
  background-color: #ffffff;
  padding: 1.8rem 3rem 1.8rem 6.5rem;
  margin-bottom: 2.5rem;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  position: relative;
  width: auto;
  display: block;
  letter-spacing: 0;
}
#sec_5 .inner .other ul li:nth-child(1) {
  padding: 1.8rem 6rem 1.8rem 6.5rem;
}
@media (min-width: 1000px) {
  #sec_5 .inner .other ul li {
    height: 10rem;
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    font-size: 0.75em;
  }
}
#sec_5 .inner .other ul li img {
  position: absolute;
  left: 5px;
  top: -10px;
}

.cta {
  color: #fff;
  padding: 2em 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .cta {
    padding: 4em 0;
  }
}
.cta .btn {
  background-image: linear-gradient(0deg, #2FA502, #1F6005);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  font-size: 1.8rem;
  text-align: center;
  padding: 1em 1.5em;
  font-weight: bold;
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.3);
}
@media (min-width: 1000px) {
  .cta .btn {
    padding: 1.5em 3em;
  }
}
.cta .btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1%;
  width: 98%;
  height: 25%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  filter: blur(5px);
}
.cta .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.25rem;
  border-left: solid 0.5em #fff;
  border-top: transparent solid 0.5em;
  border-right: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  transform: translateY(-50%);
}

/* Utility
   ----------------------------------------------------------------- */
#sec_6 {
  width: 100%;
  position: relative;
  text-align: center;
  position: relative;
  background-color: #181107;
  color: #fff;
}
#sec_6 .inner {
  padding: 1em;
}
#sec_6 .inner img {
  max-width: 100%;
}
#sec_6 .inner p.about {
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: bold;
  margin: 3em 0;
}
#sec_6 .inner p.about span {
  color: #ffea88;
}
@media (min-width: 1000px) {
  #sec_6 .inner p.about {
    font-size: 2em;
  }
}
#sec_6 .inner .no1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec_6 .inner .no1 div {
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 1000px) {
  #sec_6 .inner .no1 div {
    width: auto;
    padding: 0 1em;
  }
}
#sec_6 .inner .no1 div img {
  max-width: 100%;
}
#sec_6 .inner .ex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin-bottom: 1em;
}
#sec_6 .inner .ex div {
  flex: 0 0 auto;
  width: 33%;
}
@media (min-width: 1000px) {
  #sec_6 .inner .ex div {
    width: auto;
    padding: 0 1em;
  }
}
#sec_6 .inner .ex div img {
  max-width: 100%;
}
#sec_6 .inner .offer {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (min-width: 1000px) {
  #sec_6 .inner .offer {
    font-size: 1.2em;
    line-height: 2;
    letter-spacing: 0.2em;
    margin: 6em auto 9em;
  }
}
#sec_6 .inner .offer p {
  margin-bottom: 1em;
}
#sec_6 .inner .offer p > span {
  color: transparent;
  background-image: linear-gradient(45deg, #bfa522, #ffea88, #fff2b5, #fff1af, #c5a820);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 1.2em;
}
#sec_6 .inner .offer p .pclarge {
  margin-top: 1em;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (min-width: 1000px) {
  #sec_6 .inner .offer p .pclarge {
    margin-top: 0;
    font-size: 1.15em;
  }
}
#sec_6 .inner .offer .large {
  font-size: 1.2em;
  margin-bottom: 2em;
}
#sec_6 .inner .offer .large .u_bar {
  margin: 0.5em 0;
  line-height: 1.2;
}
#sec_6 .inner .offer .large .u_bar span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0;
}
#sec_6 .inner .offer .large .u_bar span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(90deg, #bfa522 0%, #fff2b5 100%);
}
@media (min-width: 1000px) {
  #sec_6 .inner .offer .large {
    margin-top: 2em;
    font-size: 1.5em;
    line-height: 1.2;
  }
  #sec_6 .inner .offer .large .u_bar {
    margin: 0.5em 0 1em;
    font-weight: 400;
    font-size: 1.14em;
  }
  #sec_6 .inner .offer .large .u_bar span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  #sec_6 .inner .offer .large .u_bar span::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(90deg, #bfa522 0%, #fff2b5 100%);
  }
}
#sec_6 .youtube {
  background-image: url(../images/lp/sec_6/bg_youtube.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding: 5rem 1rem;
  margin: 3rem 0;
  width: 100%;
}
@media (min-width: 1000px) {
  #sec_6 .youtube {
    padding: 5em 1rem;
  }
}
#sec_6 .youtube .plate {
  background-image: url(../images/lp/sec_6/gold_plate_sp.png);
  width: 100%;
  background-size: cover;
  aspect-ratio: 352/152;
  color: #2E2E2E;
  padding: 3rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate {
    background-image: url(../images/lp/sec_6/gold_plate.png);
    max-width: 1127px;
    aspect-ratio: 1127/260;
    margin: 0 auto;
    padding: 0;
    font-size: 2em;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
#sec_6 .youtube .plate .title {
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-weight: 900;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8em;
  gap: 0;
  position: relative;
  margin: 0;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .title {
    position: static;
    font-size: 2em;
    margin: 0;
    line-height: 1;
  }
}
@media (min-width: 1100px) {
  #sec_6 .youtube .plate .title {
    font-size: 2.5em;
  }
}
#sec_6 .youtube .plate .title::before {
  content: "";
  width: 1em;
  height: 1.8em;
  position: absolute;
  top: -0.15em;
  left: -1em;
  background-image: url(../images/lp/sec_6/leaf_left.png);
  background-position: center;
  background-size: contain;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .title::before {
    width: 1em;
    height: 3em;
    left: 0;
    top: 50%;
    transform: translate(1vw, -50%);
  }
}
#sec_6 .youtube .plate .title::after {
  content: "";
  width: 1em;
  height: 1.8em;
  position: absolute;
  top: -0.15em;
  right: -1em;
  background-image: url(../images/lp/sec_6/leaf_right.png);
  background-position: center;
  background-size: contain;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .title::after {
    width: 1em;
    height: 3em;
    right: 0;
    top: 50%;
    transform: translate(-0.5vw, -50%);
  }
}
#sec_6 .youtube .plate .title .sub {
  font-size: 0.5em;
  font-weight: 700;
}
#sec_6 .youtube .plate .title .sub span {
  display: block;
  padding: 0 1em;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .title .sub span.spline {
    font-size: 0.6em;
    padding: 0;
  }
}
#sec_6 .youtube .plate .title .sub span.pcline {
  position: relative;
}
#sec_6 .youtube .plate .title .sub span.pcline::after {
  content: "";
  display: block;
  width: 3em;
  height: 2px;
  background-color: #A6773E;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#sec_6 .youtube .plate .title .sub span.pcline::before {
  content: "";
  display: block;
  width: 6em;
  height: 2px;
  background-color: #A6773E;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .title .sub span.pcline {
    font-size: 1.2em;
    padding: 0.1em 0;
    line-height: 1;
    border-top: solid 3px #A6773E;
    border-bottom: solid 3px #A6773E;
  }
  #sec_6 .youtube .plate .title .sub span.pcline::before {
    display: none;
  }
  #sec_6 .youtube .plate .title .sub span.pcline::after {
    display: none;
  }
}
#sec_6 .youtube .plate .no {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 4em;
  line-height: 1;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .no {
    margin-top: -0.25em;
    display: flex;
  }
}
#sec_6 .youtube .plate .no span {
  font-size: 0.5em;
  margin-left: 0.8rem;
}
@media (min-width: 1000px) {
  #sec_6 .youtube .plate .no span {
    writing-mode: vertical-rl;
    font-size: 0.4em;
    margin: 0;
  }
}
#sec_6 .sns {
  padding: 2rem 1rem;
  margin: 3rem 0;
  width: 100%;
}
#sec_6 .sns .plate {
  background-image: url(../images/lp/sec_6/gold_plate_sp.png);
  width: 100%;
  background-size: cover;
  aspect-ratio: 352/152;
  color: #2E2E2E;
  padding: 3rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate {
    background-image: url(../images/lp/sec_6/gold_plate.png);
    max-width: 1127px;
    aspect-ratio: 1127/260;
    margin: 0 auto;
    padding: 0;
    font-size: 2em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
  }
}
#sec_6 .sns .plate .title {
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
  font-size: 1.5em;
  position: relative;
  margin: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate .title {
    position: static;
    font-size: 2em;
    margin: 0;
    line-height: 1;
  }
}
@media (min-width: 1100px) {
  #sec_6 .sns .plate .title {
    font-size: 2.5em;
  }
}
#sec_6 .sns .plate .title::before {
  content: "";
  width: 1em;
  height: 1.8em;
  position: absolute;
  top: -0.1em;
  left: -1em;
  background-image: url(../images/lp/sec_6/leaf_left.png);
  background-position: center;
  background-size: contain;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate .title::before {
    width: 1em;
    height: 3em;
    left: 0;
    top: 50%;
    transform: translate(3vw, -50%);
  }
}
#sec_6 .sns .plate .title::after {
  content: "";
  width: 1em;
  height: 1.8em;
  position: absolute;
  top: -0.1em;
  right: -1em;
  background-image: url(../images/lp/sec_6/leaf_right.png);
  background-position: center;
  background-size: contain;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate .title::after {
    width: 1em;
    height: 3em;
    right: 0;
    top: 50%;
    transform: translate(-3vw, -50%);
  }
}
#sec_6 .sns .plate .no {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 4em;
  line-height: 1;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate .no {
    margin-top: -0.25em;
    display: flex;
  }
}
#sec_6 .sns .plate .no span {
  font-size: 0.5em;
  margin-left: 0.8rem;
}
@media (min-width: 1000px) {
  #sec_6 .sns .plate .no span {
    writing-mode: vertical-rl;
    font-size: 0.4em;
    margin: 0;
  }
}

/* Utility
   ----------------------------------------------------------------- */
#sponser {
  padding: 4em 1em;
  background-color: #F1DEC4;
  position: relative;
  z-index: 10;
  width: 100%;
}
#sponser::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffefde;
  -webkit-mask-image: url(../images/lp/sponser/bg_sp.png);
  mask-image: url(../images/lp/sponser/bg_sp.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
#sponser::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4em;
  width: 100%;
  min-height: 1px;
  border-top: solid 2em #F1DEC4;
  border-left: solid calc(50vw - 0.1px) transparent;
  border-right: solid calc(50vw - 0.1px) transparent;
  border-bottom: solid 2em transparent;
  z-index: 10;
}
@media (min-width: 1000px) {
  #sponser::after {
    bottom: -8em;
    border-top: solid 6em #F1DEC4;
  }
}
#sponser h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2em;
}
#sponser h2 span {
  display: block;
  color: #B4B7B9;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 1000px) {
  #sponser h2 span {
    font-size: 3rem;
  }
}
#sponser .inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: 3rem;
  padding: 3em 1.8em 3em 2em;
  width: 100%;
  max-width: 961px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9em;
}
@media (min-width: 1000px) {
  #sponser .inner {
    margin: 3em auto;
    padding: 2em 1em 2em 3em;
    font-size: 1.3em;
  }
}
#sponser .inner p {
  font-weight: bold;
  margin-bottom: 2em;
}
@media (min-width: 1000px) {
  #sponser .inner p {
    margin-bottom: 0.5em;
  }
}
#sponser .inner p:last-child {
  margin: 0;
}
@media (min-width: 1000px) {
  #sponser .inner p:last-child {
    margin-bottom: 0;
  }
}
#sponser .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1em #CDAB7D;
  border-bottom: solid 1em #CDAB7D;
  border-left: solid 1em #F1DEC4;
  border-top: solid 1em #F1DEC4;
}

/* Utility
   ----------------------------------------------------------------- */
#flow {
  background-image: url(../images/lp/flow/flow_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 1em 3rem;
  text-align: center;
}
@media (min-width: 1000px) {
  #flow {
    padding: 18rem 1em 3rem;
    background-image: url(../images/lp/flow/flow_bg.png);
  }
}
#flow h2 {
  font-size: 3em;
  margin-bottom: 1em;
}
#flow .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  max-width: 1009px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #flow .inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  #flow .inner picture {
    max-width: 450px;
    width: 48%;
  }
}
#flow .inner picture img {
  max-width: 100%;
}

/* Utility
   ----------------------------------------------------------------- */
#qa {
  background-color: #CACACA;
  padding: 3em 1rem 1em;
}
#qa h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 2em;
}
@media (min-width: 1000px) {
  #qa h2 {
    font-size: 4em;
    margin: 1em auto 1.5em;
  }
}
@media (min-width: 1000px) {
  #qa {
    padding: 4em 1rem;
  }
}
#qa .inner {
  width: 100%;
  max-width: 800px;
  margin: 3em auto;
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.qa-list .qa-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.qa-list .qa-item .qa-head {
  background-color: #F4F4F4;
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.qa-list .qa-item .qa-head .qa-icon {
  width: 44px;
  height: 44px;
  background-color: #1A120B;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  font-family: sans-serif;
  flex-shrink: 0;
  margin-right: 20px;
  transition: all 0.3s;
}
.qa-list .qa-item .qa-head .qa-title {
  flex: 1;
  font-weight: bold;
  line-height: 1.6;
  color: #1A120B;
  transition: color 0.3s;
}
.qa-list .qa-item .qa-head .qa-toggle {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-left: 1.5rem;
}
.qa-list .qa-item .qa-head .qa-toggle::before, .qa-list .qa-item .qa-head .qa-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1A120B;
  transition: background-color 0.3s, transform 0.3s;
}
.qa-list .qa-item .qa-head .qa-toggle::before {
  width: 100%;
  height: 2px;
}
.qa-list .qa-item .qa-head .qa-toggle::after {
  width: 2px;
  height: 100%;
}
.qa-list .qa-item .qa-body {
  display: none;
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.qa-list .qa-item .qa-body .qa-body-inner {
  display: flex;
  align-items: center;
}
.qa-list .qa-item .qa-body .qa-icon.icon-a {
  width: 44px;
  height: 44px;
  background-color: #1A120B;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  font-family: sans-serif;
  flex-shrink: 0;
  margin-right: 20px;
}
.qa-list .qa-item .qa-body .qa-text {
  flex: 1;
  line-height: 1.8;
  color: #333333;
}
.qa-list .qa-item.is-open .qa-head {
  background-color: #1A120B;
}
.qa-list .qa-item.is-open .qa-head .qa-icon {
  background-color: #ffffff;
  color: #1A120B;
}
.qa-list .qa-item.is-open .qa-head .qa-title {
  color: #ffffff;
}
.qa-list .qa-item.is-open .qa-head .qa-toggle::before {
  background-color: #ffffff;
}
.qa-list .qa-item.is-open .qa-head .qa-toggle::after {
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(90deg);
}
.qa-list .qa-item.is-open .qa-body {
  display: block;
  animation: fadeBody 0.3s ease forwards;
}

@keyframes fadeBody {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Utility
   ----------------------------------------------------------------- */
#form {
  background-color: #181107;
  padding: 1em 1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#form p {
  text-align: center;
}
#form p small {
  display: block;
  font-size: 0.7em;
  margin-top: 1em;
}
@media (min-width: 1000px) {
  #form p small {
    font-size: 0.8em;
    margin-top: 5em;
  }
}
#form p .large {
  display: none;
  font-size: 1.2em;
  margin-top: 1em;
  font-weight: bold;
}
@media (min-width: 1000px) {
  #form p .large {
    display: block;
    margin-bottom: 1rem;
  }
}
#form .gold-gradient-text {
  color: transparent;
  background-image: linear-gradient(90deg, #bf953f, #fcf6ba, #bf953f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin: 1em auto;
}
#form .gold-gradient-underline {
  display: inline-block;
  position: relative;
}
#form .gold-gradient-underline::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(90deg, #bf953f, #fcf6ba, #bf953f);
}
@media (min-width: 1000px) {
  #form .gold-gradient-underline {
    font-size: 1.1em;
  }
}
#form form {
  max-width: 600px;
  margin: 3rem auto 3rem;
  text-align: left;
}
@media (min-width: 1000px) {
  #form form {
    margin: 1rem auto 3rem;
  }
}
#form form .form-item {
  margin-bottom: 1.5rem;
}
#form form .form-item label {
  display: flex;
  align-items: center;
  font-weight: nomal;
  font-size: 0.8em;
  margin-bottom: 0.5rem;
}
#form form .form-item label .badge {
  background-color: #E69500;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 1em;
  font-weight: normal;
}
#form form .form-item input[type=text],
#form form .form-item input[type=tel],
#form form .form-item input[type=email] {
  width: 100%;
  padding: 1em;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  outline: none;
  box-sizing: border-box;
  margin-bottom: 1em;
}
#form form .form-item input[type=text]::placeholder,
#form form .form-item input[type=tel]::placeholder,
#form form .form-item input[type=email]::placeholder {
  color: #bbb;
}
#form form .date-inputs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#form form .date-inputs .date-input-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
}
#form form .date-inputs .date-input-wrap input {
  flex: 1;
  padding: 1rem;
  border: none;
  background: linear-gradient(to bottom, #E6E6E6, #F2F2F2 50%, #D9D9D9);
  font-size: 1rem;
  color: #555;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
}
#form form .date-inputs .date-input-wrap input::placeholder {
  color: #888;
}
#form form .date-inputs .date-input-wrap .arrow-box {
  width: 50px;
  background: linear-gradient(to bottom, #EFA82C, #D88200);
  position: relative;
  cursor: pointer;
}
#form form .date-inputs .date-input-wrap .arrow-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
}
#form form .privacy-check {
  margin: 4rem 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 1000px) {
  #form form .privacy-check {
    margin: 4rem 0 6rem;
  }
}
#form form .privacy-check label {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
}
#form form .privacy-check label input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: #fff;
  cursor: pointer;
}
#form form .privacy-check label .check-text {
  font-size: 1.3rem;
}
#form form .privacy-check label .check-text a {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1000px) {
  #form form .privacy-check label .check-text a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
#form form .privacy-check label .check-text a:hover {
  opacity: 0.8;
  color: #ffffff;
  border-bottom: none;
}
#form form .submit-btn {
  background-image: linear-gradient(0deg, #2FA502, #1F6005);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 1em;
  text-align: center;
  padding: 1em 1.5em;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  width: 90%;
  position: relative;
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.3);
}
#form form .submit-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1%;
  width: 98%;
  height: 25%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  filter: blur(5px);
}
#form form .submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  border-left: solid 0.5em #fff;
  border-top: transparent solid 0.5em;
  border-right: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  transform: translateY(-50%);
}
#form p.dont {
  display: block;
  width: auto;
  font-size: 1.3rem;
}
@media (min-width: 1000px) {
  #form p.dont {
    display: inline-block;
    text-align: left;
    font-size: 1.3rem;
    margin: 3rem auto 10rem;
  }
}

#confirm {
  background-color: #181107;
  padding: 3rem 1em 5rem;
  color: #fff;
  min-height: 100vh;
}
#confirm p {
  text-align: center;
  line-height: 1.8;
}
#confirm .gold-gradient-text {
  color: transparent;
  background-image: linear-gradient(90deg, #bf953f, #fcf6ba, #bf953f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin: 0 auto 2em;
  line-height: 1.4;
}
#confirm .confirm-container {
  max-width: 600px;
  margin: 3rem auto 0;
  text-align: left;
}
#confirm .confirm-list {
  margin-bottom: 3rem;
}
#confirm .confirm-list .confirm-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#confirm .confirm-list .confirm-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#confirm .confirm-list .confirm-item dt {
  font-size: 0.85em;
  color: #aaa;
  font-weight: normal;
}
#confirm .confirm-list .confirm-item dd {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  line-height: 1.6;
  color: #fff;
}
#confirm .btn-area {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  #confirm .btn-area {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
#confirm .btn-area button,
#confirm .btn-area a {
  font-family: inherit;
  cursor: pointer;
  box-sizing: border-box;
}
#confirm .btn-area .back-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: transparent;
  color: #ccc;
  border: 1px solid #666;
  border-radius: 2px;
  font-size: 1em;
  padding: 1em 2em;
  width: 200px;
  max-width: 100%;
  transition: all 0.3s;
}
#confirm .btn-area .back-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #999;
}
#confirm .btn-area .submit-btn {
  appearance: none;
  border: none;
  background-image: linear-gradient(0deg, #2FA502, #1F6005);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 1.1em;
  text-align: center;
  padding: 1em 1.5em;
  font-weight: bold;
  width: 300px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.3);
  transition: transform 0.1s, box-shadow 0.1s;
}
#confirm .btn-area .submit-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1%;
  width: 98%;
  height: 25%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  filter: blur(5px);
}
#confirm .btn-area .submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  border-left: solid 0.5em #fff;
  border-top: transparent solid 0.5em;
  border-right: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  transform: translateY(-50%);
}
#confirm .btn-area .submit-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 5px 0px rgba(255, 255, 255, 0.3);
}

#thanks {
  background-color: #181107;
  padding: 5rem 1em 8rem;
  color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#thanks .thanks-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#thanks .gold-gradient-text {
  color: transparent;
  background-image: linear-gradient(90deg, #bf953f, #fcf6ba, #bf953f);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
  margin: 0 auto 2rem;
  line-height: 1.4;
}
#thanks .message-area {
  margin-bottom: 4rem;
}
#thanks .message-area p {
  line-height: 2;
  margin-bottom: 1.5em;
  color: #eee;
}
#thanks .btn-area {
  display: flex;
  justify-content: center;
}
#thanks .btn-area .home-btn {
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(0deg, #2FA502, #1F6005);
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  font-size: 1.1em;
  text-align: center;
  padding: 1em 1.5em;
  font-weight: bold;
  width: 300px;
  max-width: 100%;
  position: relative;
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.3);
  transition: transform 0.1s, box-shadow 0.1s;
  box-sizing: border-box;
}
#thanks .btn-area .home-btn::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1%;
  width: 98%;
  height: 25%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2rem;
  filter: blur(5px);
}
#thanks .btn-area .home-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  border-left: solid 0.5em #fff;
  border-top: transparent solid 0.5em;
  border-right: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  transform: translateY(-50%);
}
#thanks .btn-area .home-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 5px 0px rgba(255, 255, 255, 0.3);
}

.spam-check {
  display: none !important;
}

/* Utility
   ----------------------------------------------------------------- */
footer {
  background-color: #181107;
  text-align: center;
  color: #fff;
  padding: 1em 1em 5em;
  display: block;
}
footer p {
  margin-bottom: 0.5rem;
}
footer p a {
  color: #fff;
  font-size: 0.8em;
}
footer p a:hover {
  color: #fff;
}/*# sourceMappingURL=style.css.map */