@charset "UTF-8";
/* stylelint-disable */
/*!
 * 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;
  -o-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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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;
}

body {
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  background-position: center top;
  background-color: #333;
  background-repeat: repeat-y;
  background-image: url('../img/common/background--sp-ad.png?1698042923');
}

.l-main {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.c-header-logo {
  position: absolute;
  top: 12px;
  left: 21px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/header/c-header-logo@2x.png?1698042923') no-repeat;
  background-size: contain;
  width: 88px;
  height: 31px;
  transition: all 0.3s ease;
}
.c-header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header-logo:hover {
  cursor: pointer;
  opacity: 0.9;
}
.c-header-logo--sp-ad {
  top: 19px;
  left: 17px;
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/header/c-header-logo--sp-ad@2x.png?1698042923') no-repeat;
  background-size: contain;
  width: 118px;
  height: 41px;
}

.c-footer-area {
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 150px;
}
.c-footer-area__copyright {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.c-footer-area-sp-ad {
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 150px;
}
.c-footer-area-sp-ad__copyright {
  font-size: 14px;
  text-align: center;
}

.c-generator {
  display: block;
  margin-top: 135px;
  margin-bottom: 45px;
}
.c-generator__box {
  position: relative;
  display: block;
  width: 470px;
  padding-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #444;
  background: #fff;
  border-radius: 22px;
}
.c-generator__maipyon {
  position: absolute;
  top: -101px;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/generator/c-generator__maipyon@2x.png?1698042923') no-repeat;
  background-size: contain;
  width: 70px;
  height: 107px;
}
.c-generator__preview {
  position: absolute;
  top: -130px;
  left: 0;
  width: auto;
  height: 130px;
  vertical-align: bottom;
}
.c-generator__message {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  font-weight: 700;
}
.c-generator__message--strong {
  color: #fc5c3c;
}
.c-generator__message--small {
  font-size: 16px;
}
.c-generator__text {
  display: block;
  width: 335px;
  padding: 0 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-size: 35px;
  line-height: 40px;
  color: #444;
  vertical-align: bottom;
  border: 4px solid #444;
}
.c-generator__text--noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.c-generator__text--noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-generator__text--noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-generator__text--noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-generator__text--yuji-syuku {
  font-family: "Yuji Syuku", sans-serif;
  font-weight: 400;
}
.c-generator__text--biz-udpgothic-400 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.c-generator__text--biz-udpgothic-700 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.c-generator__textarea {
  display: block;
  width: 335px;
  height: 130px;
  padding: 0 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  font-size: 35px;
  line-height: 40px;
  color: #444;
  vertical-align: bottom;
  border: 4px solid #444;
}
.c-generator__textarea--noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.c-generator__textarea--noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-generator__textarea--noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-generator__textarea--noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-generator__textarea--yuji-syuku {
  font-family: "Yuji Syuku", sans-serif;
  font-weight: 400;
}
.c-generator__textarea--biz-udpgothic-400 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.c-generator__textarea--biz-udpgothic-700 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.c-generator__text-for-preload {
  width: 0;
  height: 0;
  overflow: hidden;
}
.c-generator__text-for-preload--noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.c-generator__text-for-preload--noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-generator__text-for-preload--noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-generator__text-for-preload--noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-generator__text-for-preload--yuji-syuku {
  font-family: "Yuji Syuku", sans-serif;
  font-weight: 400;
}
.c-generator__text-for-preload--biz-udpgothic-400 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.c-generator__text-for-preload--biz-udpgothic-700 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.c-generator__progress {
  position: relative;
  width: 335px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  vertical-align: bottom;
  /* visibility:visible; */
  visibility: hidden;
  background: #000;
}
.c-generator__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background: #0f0;
}
.c-generator__submit {
  font-weight: 700;
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  background: #fc5c3c;
  filter: drop-shadow(3px 6px 0 #ffecb2);
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.c-generator__submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
.c-generator__error-text {
  font-weight: 700;
  height: 50px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 50px;
  color: #fc5c3c;
  text-align: center;
}
.c-generator__result-area {
  padding-bottom: 40px;
  background: #ffea59;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
.c-generator__result-area::before {
  display: block;
  content: "";
  overflow: hidden;
  text-align: left;
  text-indent: -119988px;
  display: block;
  background: url('../img/generator/c-generator__result-area.png?1698042923') no-repeat;
  background-size: contain;
  width: 470px;
  height: 73px;
}
.c-generator__result {
  position: relative;
  display: block;
  width: 380px;
  height: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  filter: drop-shadow(4px 6px 0 #ffd83e);
  border: 1px solid #fff;
}
.c-generator__message-save {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 27px;
  color: #fc5c3c;
  text-align: center;
}
.c-generator__notice {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #7d6432;
  text-align: center;
}

.c-generator-sp-ad {
  display: block;
  margin-bottom: 94px;
}
.c-generator-sp-ad__box {
  position: relative;
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.c-generator-sp-ad__input-area {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #fff;
  background: #00a23f;
  filter: drop-shadow(0 5px 0 #005320);
  border-radius: 14px;
}
.c-generator-sp-ad__preview {
  position: absolute;
  top: -130px;
  left: 0;
  width: auto;
  height: 130px;
  vertical-align: bottom;
}
.c-generator-sp-ad__message {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}
.c-generator-sp-ad__message--small {
  font-size: 18px;
}
.c-generator-sp-ad__text {
  display: block;
  width: 370px;
  padding: 5px 10px 0;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  font-size: 35px;
  line-height: 55px;
  color: #444;
  vertical-align: bottom;
  background: #fff;
  box-shadow: inset 5px 5px #c1bdbd;
}
.c-generator-sp-ad__text--noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.c-generator-sp-ad__text--noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-generator-sp-ad__text--noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text--noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-generator-sp-ad__text--yuji-syuku {
  font-family: "Yuji Syuku", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text--biz-udpgothic-400 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text--biz-udpgothic-700 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.c-generator-sp-ad__text-for-preload {
  width: 0;
  height: 0;
  overflow: hidden;
}
.c-generator-sp-ad__text-for-preload--noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.c-generator-sp-ad__text-for-preload--noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-generator-sp-ad__text-for-preload--noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text-for-preload--noto-sans-jp-300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.c-generator-sp-ad__text-for-preload--yuji-syuku {
  font-family: "Yuji Syuku", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text-for-preload--biz-udpgothic-400 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}
.c-generator-sp-ad__text-for-preload--biz-udpgothic-700 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
}
.c-generator-sp-ad__progress {
  position: relative;
  width: 370px;
  height: 5px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  vertical-align: bottom;
  /* visibility:visible; */
  visibility: hidden;
  background: #000;
}
.c-generator-sp-ad__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  background: #0f0;
}
.c-generator-sp-ad__submit {
  font-weight: 700;
  display: block;
  width: 229px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 55px;
  color: #00a23f;
  background: #fff500;
  filter: drop-shadow(0 5px 0 #bab300);
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.c-generator-sp-ad__submit:hover {
  cursor: pointer;
  opacity: 0.6;
}
.c-generator-sp-ad__error-text {
  font-weight: 700;
  height: 25px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  color: #fff500;
  text-align: center;
}
.c-generator-sp-ad__arrow {
  width: 0;
  height: 0;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  border-color: #fff500 transparent transparent;
  border-style: solid;
  border-width: 22px 13px 0;
}
.c-generator-sp-ad__result-area {
  padding-top: 45px;
  padding-bottom: 40px;
  background: #fff500;
  filter: drop-shadow(0 5px 0 #bab300);
  border-radius: 14px;
}
.c-generator-sp-ad__result {
  position: relative;
  display: block;
  width: 356px;
  height: auto;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
}
.c-generator-sp-ad__message-save {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  color: #00a23f;
  text-align: center;
}
.c-generator-sp-ad__notice {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #505050;
  text-align: center;
}

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

.u-pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-inline {
    display: inline;
  }
}

.u-pc-inline-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-inline-block {
    display: inline-block;
  }
}

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

.u-sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-sp-inline {
    display: none;
  }
}

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

.p-sp-ad-hero {
  padding-top: 30px;
  margin-bottom: 50px;
}
.p-sp-ad-hero__title {
  position: relative;
  width: 100%;
  height: 598px;
  margin-bottom: 14px;
  overflow: hidden;
  pointer-events: none;
}
.p-sp-ad-hero__title-image {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, 0);
}
.p-sp-ad-hero__text {
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
}

.p-sp-ad-ogiri {
  margin-bottom: 80px;
}
.p-sp-ad-ogiri__title {
  margin-bottom: 33px;
}
.p-sp-ad-ogiri__title-image {
  display: block;
  width: 385px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-sp-ad-ogiri__text {
  font-weight: 700;
  width: 440px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
}
.p-sp-ad-ogiri__footnote {
  font-weight: 700;
  width: 440px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
}
.p-sp-ad-ad__title {
  margin-bottom: 23px;
}
.p-sp-ad-ad__title-image {
  display: block;
  width: 374px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.p-sp-ad-ad__go {
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.p-sp-ad-ad__go-image {
  display: block;
  width: 100%;
  height: auto;
}