@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

h2, h3, h4, p, span {
  margin: 0;
}

a {
  text-decoration: none;
  color: white;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FDF7EE;
}
body .zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}
body .zen-old-mincho-15 {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.8461538462vw;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #312F2D;
}
@media (min-width: 768px) {
  body .zen-old-mincho-15 {
    font-size: 15px;
  }
}
body .noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}
body .textalign-center {
  text-align: center;
}
body .ignorePadding {
  padding: 0 !important;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
body .margin-top-0 {
  margin-top: 0 !important;
}
body .margin-bottom-0 {
  margin-bottom: 0 !important;
}
body .margin-bottom-40 {
  margin-bottom: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  body .margin-bottom-40 {
    margin-bottom: 40px !important;
  }
}
body .cursor-pointer {
  cursor: pointer;
}
body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body #warp {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  position: relative;
}
body .pc-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body .pc-left {
  display: none;
}
@media (min-width: 768px) {
  body .pc-left {
    display: block;
    width: calc(50vw - 195px);
    height: 100vh;
    z-index: 0;
    position: fixed;
  }
}
body .pc-left .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
body .pc-left .logo {
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  max-width: 80px;
  max-height: 80px;
  left: 30px;
  top: 30px;
  position: absolute;
}
body .pc-left .logo img {
  width: 100%;
  height: 100%;
}
body .pc-left h1 {
  width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .pc-right {
  display: none;
}
@media (min-width: 768px) {
  body .pc-right {
    display: block;
    width: calc(50vw - 195px);
    height: 100vh;
    z-index: 0;
    position: fixed;
    right: 0;
  }
}
body .pc-right .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
body .pc-right .pc-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .pc-right .table {
  color: #312F2D;
  width: 320px;
  border: 1px solid #DCD0C0;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-bottom: 40px;
}
body .pc-right .table a {
  color: #312F2D;
}
body .pc-right .table .table-title {
  color: #C7B9A6;
  border-bottom: 1px solid #DCD0C0;
  margin-bottom: 2px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 8px 22px;
}
body .pc-right .table .table-column_big {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding: 8px 30px;
  background-color: rgba(220, 208, 192, 0.3019607843);
  border-top: 1px solid #DCD0C0;
}
body .pc-right .table .table-column_small {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding: 5px 45px;
  background-color: rgba(220, 208, 192, 0.1490196078);
  border-top: 1px solid #DCD0C0;
}
body .pc-right .h3-title {
  width: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
body .pc-right .kv-generator {
  width: 420px;
  object-fit: cover;
}
body .pc-right .trytomake {
  width: 80px;
  height: 30px;
  object-fit: cover;
  position: absolute;
  left: 10px;
  bottom: 20px;
}
body .main-content {
  max-width: 768px;
  background-color: #FDF7EE;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content {
    max-width: 390px;
    margin: auto;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  }
}
body .main-content .overlay-top {
  width: 17.9487179487vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 17.9487179487vw;
}
@media (min-width: 768px) {
  body .main-content .overlay-top {
    width: 70px;
    height: 70px;
    left: 50%;
    transform: translateX(-190px);
  }
}
body .main-content .overlay-top .logo {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
body .main-content .overlay-top .logo img {
  width: 12.8205128205vw;
  margin: 5.1282051282vw 0 0 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content .overlay-top .logo img {
    width: 50px;
    margin: 20px 0 0 20px;
  }
}
body .main-content .generator-overlay-top {
  width: 16.1538461538vw;
  top: 0;
  left: unset;
  right: 0;
  z-index: 100;
  height: 13.3333333333vw;
}
@media (min-width: 768px) {
  body .main-content .generator-overlay-top {
    width: 63px;
    height: 52px;
    right: unset;
    left: 50%;
    transform: translateX(140px);
  }
}
body .main-content .generator-overlay-top .backtotop {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7.9487179487vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  body .main-content .generator-overlay-top .backtotop {
    width: 31px;
  }
}
body .main-content .generator-overlay-top .backtotop a {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: black;
  padding-bottom: 2.1794871795vw;
}
@media (min-width: 768px) {
  body .main-content .generator-overlay-top .backtotop a {
    font-size: 13px;
    padding-bottom: 8.5px;
  }
}
body .main-content .generator-overlay-top .backtotop-border {
  border-top: 1px solid black;
  width: 100%;
}
body .main-content .overlay-bottom {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  body .main-content .overlay-bottom {
    width: 390px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body .main-content .overlay-bottom .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12.8205128205vw;
  background-color: #00AA7B;
  font-size: 4.1025641026vw;
  letter-spacing: 0.15em;
  line-height: 12.8205128205vw;
  color: #312F2D;
  text-align: center;
  font-weight: 500;
  border: 1px solid #312F2D;
}
@media (min-width: 768px) {
  body .main-content .overlay-bottom .link {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}
body .main-content .overlay-bottom .link span {
  color: #FDF7EE;
}
body .main-content .overlay-bottom .pen {
  width: 10vw;
  position: absolute;
  bottom: 3.8461538462vw;
  right: 2.3512820513vw;
}
@media (min-width: 768px) {
  body .main-content .overlay-bottom .pen {
    width: 39px;
    bottom: 15px;
    right: 9.17px;
  }
}
body .main-content .section-FV {
  padding-top: 16.4102564103vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV {
    padding-top: 64px;
    padding-bottom: 100px;
  }
}
body .main-content .section-FV h1 {
  text-align: center;
}
body .main-content .section-FV h1 img {
  width: 67.1794871795vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV h1 img {
    width: 262px;
  }
}
body .main-content .section-FV h2 {
  text-align: center;
}
body .main-content .section-FV h2 img {
  width: 72.8205128205vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV h2 img {
    width: 284px;
  }
}
body .main-content .section-FV p {
  text-align: center;
  padding-top: 13.5897435897vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV p {
    padding-top: 53px;
  }
}
body .main-content .section-FV span {
  font-weight: 700;
  color: #00AA7B;
}
body .main-content .section-FV_KV {
  width: 100%;
  height: 95.641025641vw;
  position: relative;
  overflow: hidden;
  margin: 12.0512820513vw 0 14.1025641026vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV {
    height: 373px;
    margin: 47px 0 55px;
  }
}
body .main-content .section-FV_KV img {
  position: absolute;
}
body .main-content .section-FV_KV span {
  color: #312F2D;
  font-size: 2.0512820513vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 15.3846153846vw;
  left: 52.0512820513vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV span {
    font-size: 8px;
    top: 60px;
    left: 203px;
  }
}
body .main-content .section-FV_KV-bg {
  top: 17.9487179487vw;
  left: 50%;
  transform: translateX(-50%);
  width: 94.358974359vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-bg {
    top: 70px;
    width: 368px;
  }
}
body .main-content .section-FV_KV-title {
  top: 0;
  left: 47.9487179487vw;
  width: 3.8641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-title {
    top: 0;
    left: 187px;
    width: 15.07px;
  }
}
body .main-content .section-FV_KV-item1 {
  bottom: 0;
  left: 25.1282051282vw;
  width: 49.7435897436vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-item1 {
    bottom: 0;
    left: 98px;
    width: 194px;
  }
}
body .main-content .section-FV_KV-item2 {
  bottom: 11.3128205128vw;
  right: 0;
  width: 44.358974359vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-item2 {
    bottom: 44.12px;
    right: 0;
    width: 173px;
  }
}
body .main-content .section-FV_KV-item3 {
  top: 1.5384615385vw;
  right: 7.1794871795vw;
  width: 41.5384615385vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-item3 {
    top: 6px;
    right: 28px;
    width: 162px;
  }
}
body .main-content .section-FV_KV-item4 {
  bottom: 12.1102564103vw;
  left: -1.2820512821vw;
  width: 36.4102564103vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-item4 {
    bottom: 47.23px;
    left: -5px;
    width: 142px;
  }
}
body .main-content .section-FV_KV-item5 {
  top: 5.641025641vw;
  left: 16.9230769231vw;
  width: 26.9230769231vw;
}
@media (min-width: 768px) {
  body .main-content .section-FV_KV-item5 {
    top: 22px;
    left: 66px;
    width: 105px;
  }
}
body .main-content .border {
  border-top: 1px solid #DCD0C0;
  border-bottom: 1px solid #DCD0C0;
  height: 2px;
}
body .main-content .section-sample {
  padding-top: 25.641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample {
    padding-top: 100px;
  }
}
body .main-content .section-sample h2 {
  text-align: center;
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample h2 {
    padding-bottom: 40px;
  }
}
body .main-content .section-sample h2 img {
  width: 61.5384615385vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample h2 img {
    width: 240px;
  }
}
body .main-content .section-sample p {
  text-align: center;
  padding-bottom: 14.6153846154vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample p {
    padding-bottom: 57px;
  }
}
body .main-content .section-sample .profiles .profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15.3846153846vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample .profiles .profile {
    padding-bottom: 60px;
  }
}
body .main-content .section-sample .profiles .profile img {
  width: 100%;
  margin-bottom: 7.6923076923vw;
}
@media (min-width: 768px) {
  body .main-content .section-sample .profiles .profile img {
    width: 390px;
    margin-bottom: 30px;
  }
}
body .main-content .section-sample .profiles .profile button {
  width: 56.4102564103vw;
  height: 9.7435897436vw;
  border-radius: 7.6923076923vw;
  background-color: transparent;
  border: 1px solid #312F2D;
  font-size: 3.5897435897vw;
  line-height: 185%;
  letter-spacing: 0.1em;
  color: #312F2D;
}
@media (min-width: 768px) {
  body .main-content .section-sample .profiles .profile button {
    width: 220px;
    height: 38px;
    font-size: 14px;
  }
}
body .main-content .profiles-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #CDCDCD;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out;
}
body .main-content .profiles-overlay-content {
  position: absolute;
  top: 27.4358974359vw;
  bottom: 27.4358974359vw;
  left: 5.1282051282vw;
  right: 5.1282051282vw;
  background-color: #FDF7EE;
  overflow: scroll;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content {
    width: 350px;
    top: 107px;
    bottom: 107px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body .main-content .profiles-overlay-content-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10.2564102564vw 0;
}
body .main-content .profiles-overlay-content-profile img {
  height: 76.9230769231vw;
  object-fit: cover;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-profile img {
    height: 300px;
    margin-bottom: 20px;
  }
}
body .main-content .profiles-overlay-content-profile-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main-content .profiles-overlay-content-profile-text-name {
  font-size: 5.1282051282vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-profile-text-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
body .main-content .profiles-overlay-content-profile-text-hiragana {
  font-size: 3.0769230769vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-profile-text-hiragana {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
body .main-content .profiles-overlay-content-profile-text-border {
  border-top: 1px dashed #1F0C0C;
  width: 71.7948717949vw;
  margin: 5.1282051282vw 0;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-profile-text-border {
    margin: 20px 0px;
    width: 280px;
  }
}
body .main-content .profiles-overlay-content-profile-text-profile {
  width: 71.7948717949vw;
  font-size: 3.8461538462vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 173%;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-profile-text-profile {
    width: 280px;
    font-size: 15px;
  }
}
body .main-content .profiles-overlay-content-profile.is-hide {
  display: none;
}
body .main-content .profiles-overlay-content-close {
  position: fixed;
  top: 32.5641025641vw;
  right: 10.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-close {
    top: 127px;
    right: 50%;
    transform: translateX(280%);
  }
}
body .main-content .profiles-overlay-content-close p {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 100%;
  color: black;
  margin-bottom: 2.1794871795vw;
}
@media (min-width: 768px) {
  body .main-content .profiles-overlay-content-close p {
    font-size: 13px;
    margin-bottom: 8.5px;
  }
}
body .main-content .profiles-overlay-content-close-border {
  border-top: 1px solid black;
  width: 100%;
}
body .main-content .profiles-overlay.is-show {
  opacity: 1;
  pointer-events: all;
}
body .main-content .section-apply {
  background-color: #00AA7B;
  padding: 5.641025641vw 0 30.7692307692vw;
  margin-top: 20.5128205128vw;
  position: relative;
  color: #312F2D;
}
@media (min-width: 768px) {
  body .main-content .section-apply {
    padding: 22px 0 120px;
    margin-top: 80px;
  }
}
body .main-content .section-apply_decoration {
  position: absolute;
  top: -15.1282051282vw;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body .main-content .section-apply_decoration {
    top: -59px;
  }
}
body .main-content .section-apply h3 {
  text-align: center;
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply h3 {
    padding-bottom: 40px;
  }
}
body .main-content .section-apply h3 img {
  width: 69.2307692308vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply h3 img {
    width: 270px;
  }
}
body .main-content .section-apply h4 {
  text-align: center;
}
body .main-content .section-apply h4 img {
  width: 63.5102564103vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply h4 img {
    width: 247.69px;
  }
}
body .main-content .section-apply_info {
  margin: 0 9.4871794872vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply_info {
    margin: 0 37px;
  }
}
body .main-content .section-apply_info span {
  font-weight: 700;
  color: #FDF7EE;
}
body .main-content .section-apply .campaign-box {
  background-color: #FDF7EE;
  border: solid 1px #312F2D;
  margin: 10.2564102564vw 6.9230769231vw;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-box {
    margin: 40px 27px;
  }
}
body .main-content .section-apply .campaign_defaulttext {
  font-size: 3.0769230769vw;
  line-height: 158%;
  letter-spacing: 0.1em;
  color: #312F2D;
  font-weight: 300;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign_defaulttext {
    font-size: 12px;
  }
}
body .main-content .section-apply .campaign_defaulttext span {
  color: #00AA7B;
  font-weight: 700;
}
body .main-content .section-apply li {
  margin-bottom: 3.0769230769vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply li {
    margin-bottom: 12px;
  }
}
body .main-content .section-apply ::marker {
  font-size: 3.0769230769vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply ::marker {
    font-size: 12px;
  }
}
body .main-content .section-apply .campaign-information {
  padding: 7.6923076923vw 5.1282051282vw;
  overflow: hidden;
  height: 148.7179487179vw;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information {
    padding: 30px 20px;
    height: 560px;
  }
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body .main-content .section-apply .campaign-information_border {
  border-top: 1px dashed #7E7E7E;
  margin: 5.1282051282vw 0;
  width: 100%;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_border {
    margin: 20px 0;
  }
}
body .main-content .section-apply .campaign-information_title {
  text-align: center;
  font-size: 7.6923076923vw;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_title {
    padding-bottom: 10px;
    font-size: 30px;
  }
}
body .main-content .section-apply .campaign-information_3steps {
  font-weight: 300;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_3steps {
    max-width: 300px;
  }
}
body .main-content .section-apply .campaign-information_3steps div {
  display: flex;
  flex-direction: row;
}
body .main-content .section-apply .campaign-information_3steps p {
  font-size: 3.5897435897vw;
  margin: 0;
  line-height: 157%;
  padding-bottom: 3.8461538462vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_3steps p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
  }
}
body .main-content .section-apply .campaign-information_3steps-num {
  font-size: 5.1282051282vw;
  color: #312F2D;
  padding-right: 0.7692307692vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_3steps-num {
    font-size: 20px;
    padding-right: 3px;
  }
}
body .main-content .section-apply .campaign-information_3steps-bold {
  font-weight: 700;
  color: #00AA7B;
  letter-spacing: 0.1em;
}
body .main-content .section-apply .campaign-information_subtitle {
  font-size: 3.8461538462vw;
  line-height: 173%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 5.1282051282vw 0;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_subtitle {
    font-size: 15px;
    margin: 20px 0;
  }
}
body .main-content .section-apply .campaign-information_subtitle span {
  color: #312F2D;
  padding: 0 1.2820512821vw;
}
body .main-content .section-apply .campaign-information_schedule {
  text-align: center;
  font-size: 7.6923076923vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_schedule {
    font-size: 30px;
  }
}
body .main-content .section-apply .campaign-information_windate {
  text-align: center;
  font-size: 5.1282051282vw;
  letter-spacing: 0.1em;
  line-height: 100%;
  padding-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-information_windate {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
body .main-content .section-apply .campaign-scrolldown {
  position: absolute;
  top: 291.7948717949vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FDF7EE;
  border: 1px solid #312F2D;
  border-radius: 12.8205128205vw;
  width: 48.7179487179vw;
  height: 7.6923076923vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-scrolldown {
    bottom: 20px;
    top: 1118px;
    left: 50%;
    width: 190px;
    height: 30px;
  }
}
body .main-content .section-apply .campaign-scrolldown p {
  font-size: 3.0769230769vw;
  letter-spacing: 0.1em;
  padding-bottom: 0.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-scrolldown p {
    font-size: 12px;
    padding-bottom: 1px;
  }
}
body .main-content .section-apply .campaign-scrolldown img {
  position: absolute;
  width: 2.8205128205vw;
  top: 50%;
  transform: translateY(-30%);
  right: 2.5641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-scrolldown img {
    width: 11px;
    right: 10px;
  }
}
body .main-content .section-apply .campaign-goods-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.1282051282vw 8.9743589744vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item {
    padding: 20px 35px;
  }
}
body .main-content .section-apply .campaign-goods-item_attention {
  position: absolute;
  background-color: #FDF7EE;
  border: solid 1px #312F2D;
  border-radius: 50%;
  width: 23.0769230769vw;
  height: 23.0769230769vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  transform: translate(-20%, -30%);
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_attention {
    width: 90px;
    height: 90px;
  }
}
body .main-content .section-apply .campaign-goods-item_attention p {
  font-size: 3.5897435897vw;
  line-height: 178%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_attention p {
    font-size: 14px;
  }
}
body .main-content .section-apply .campaign-goods-item_attention p span {
  font-weight: 700;
  color: #00AA7B;
  font-size: 5.8974358974vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_attention p span {
    font-size: 23px;
  }
}
body .main-content .section-apply .campaign-goods-item_title {
  font-size: 5.1282051282vw;
  letter-spacing: 0.1em;
  color: #00AA7B;
  font-weight: 700;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_title {
    font-size: 20px;
  }
}
body .main-content .section-apply .campaign-goods-item_title span {
  font-size: 10.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_title span {
    font-size: 40px;
  }
}
body .main-content .section-apply .campaign-goods-item_subtitle {
  font-size: 4.6153846154vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 170%;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item_subtitle {
    font-size: 18px;
  }
}
body .main-content .section-apply .campaign-goods-item img {
  margin: 3.8461538462vw 0;
  width: 69.2307692308vw;
  height: 53.8461538462vw;
  object-fit: cover;
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item img {
    margin: 15px 0;
    width: 270px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  body .main-content .section-apply .campaign-goods-item .campaign_defaulttext {
    max-width: 270px;
  }
}
body .main-content .section-apply .campaign-goods-item .campaign_defaulttext-warning span {
  color: #312F2D;
  font-weight: 300;
}
body .main-content .section-fair {
  position: relative;
  padding: 25.641025641vw 0 20.5128205128vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair {
    padding: 100px 0 80px;
  }
}
body .main-content .section-fair_decoration {
  position: absolute;
  top: -15.1282051282vw;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body .main-content .section-fair_decoration {
    top: -59px;
  }
}
body .main-content .section-fair_stamp {
  width: 42.5769230769vw;
  position: absolute;
  top: -7.1794871795vw;
  left: 0;
  transform: translate(0%, -50%);
}
@media (min-width: 768px) {
  body .main-content .section-fair_stamp {
    top: -28px;
    width: 166.05px;
  }
}
body .main-content .section-fair h3 {
  text-align: center;
  padding-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair h3 {
    padding-bottom: 20px;
  }
}
body .main-content .section-fair h3 img {
  width: 56.4102564103vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair h3 img {
    width: 220px;
  }
}
body .main-content .section-fair_logo {
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  position: absolute;
  left: 50%;
  top: 6.4102564103vw;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  body .main-content .section-fair_logo {
    top: 25px;
    width: 50px;
    height: 50px;
  }
}
body .main-content .section-fair_fairtitle {
  text-align: center;
  padding-bottom: 15.8974358974vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_fairtitle {
    padding-bottom: 62px;
  }
}
body .main-content .section-fair_fairtitle img {
  width: 65.3846153846vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_fairtitle img {
    width: 255px;
  }
}
body .main-content .section-fair h4 {
  text-align: center;
  padding-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair h4 {
    padding-bottom: 20px;
  }
}
body .main-content .section-fair h4 img {
  width: 70.2564102564vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair h4 img {
    width: 274px;
  }
}
body .main-content .section-fair_cta {
  font-size: 3.8461538462vw;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 7.6923076923vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_cta {
    font-size: 15px;
    padding-bottom: 30px;
  }
}
body .main-content .section-fair_cta a {
  color: #00AA7B;
  text-decoration: underline;
}
body .main-content .section-fair_message {
  font-size: 5.8974358974vw;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 3.8461538462vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_message {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
body .main-content .section-fair_message-info {
  font-size: 3.0769230769vw;
  line-height: 158%;
  letter-spacing: 0.05em;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_message-info {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
body .main-content .section-fair_product {
  width: 100%;
}
body .main-content .section-fair_bear {
  position: absolute;
  width: 72.8205128205vw;
  right: 0;
  bottom: 0;
  transform: translateY(68%);
}
@media (min-width: 768px) {
  body .main-content .section-fair_bear {
    width: 284px;
  }
}
body .main-content .section-fair_eligibleTitles {
  margin-top: 46.1538461538vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  body .main-content .section-fair_eligibleTitles {
    margin-top: 180px;
  }
}
body .main-content .section-fair_eligibleTitles-title {
  font-size: 7.6923076923vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 100%;
  margin-bottom: 15.3846153846vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_eligibleTitles-title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
body .main-content .section-fair_recomend {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 17.9487179487vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend {
    margin-bottom: 70px;
  }
}
body .main-content .section-fair_recomend-nameblock {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 7.6923076923vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock {
    margin-bottom: 30px;
  }
}
body .main-content .section-fair_recomend-nameblock-item {
  width: 43.5897435897vw;
  height: 25.641025641vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-item {
    width: 170px;
    height: 100px;
  }
}
body .main-content .section-fair_recomend-nameblock-left1 img {
  width: 20.5128205128vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-left1 img {
    width: 80px;
  }
}
body .main-content .section-fair_recomend-nameblock-left2 img {
  width: 29.4871794872vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-left2 img {
    width: 115px;
  }
}
body .main-content .section-fair_recomend-nameblock-left3 img {
  width: 30.7692307692vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-left3 img {
    width: 120px;
  }
}
body .main-content .section-fair_recomend-nameblock-left4 img {
  width: 36.1538461538vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-left4 img {
    width: 141px;
  }
}
body .main-content .section-fair_recomend-nameblock-left5 img {
  width: 22.8205128205vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-left5 img {
    width: 89px;
  }
}
body .main-content .section-fair_recomend-nameblock-right {
  border-left: 1px dashed #00AA7B;
}
body .main-content .section-fair_recomend-nameblock-right p {
  font-size: 3.5897435897vw;
  line-height: 157%;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 6.4102564103vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-right p {
    font-size: 14px;
    padding-left: 25px;
  }
}
body .main-content .section-fair_recomend-nameblock-right p span {
  font-size: 5.641025641vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-nameblock-right p span {
    font-size: 22px;
  }
}
body .main-content .section-fair_recomend-books {
  background-color: white;
  width: 92.3076923077vw;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books {
    width: 360px;
  }
}
body .main-content .section-fair_recomend-books_border {
  border-top: 1px dashed #7E7E7E;
  width: 82.0512820513vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books_border {
    width: 320px;
  }
}
body .main-content .section-fair_recomend-books-item {
  height: 54.1025641026vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item {
    height: 211px;
  }
}
body .main-content .section-fair_recomend-books-item_bookimg {
  width: 36.1538461538vw;
  position: absolute;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_bookimg {
    width: 141px;
  }
}
body .main-content .section-fair_recomend-books-item_bookimgtop {
  transform: translate(5.1282051282vw, -2.5641025641vw);
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_bookimgtop {
    transform: translate(20px, -10px);
  }
}
body .main-content .section-fair_recomend-books-item_bookimgbottom {
  transform: translate(5.1282051282vw, 5.1282051282vw);
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_bookimgbottom {
    transform: translate(20px, 20px);
  }
}
body .main-content .section-fair_recomend-books-item_booktext {
  width: 51.2820512821vw;
  display: block;
  margin-left: 41.0256410256vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_booktext {
    width: 200px;
    margin-left: 160px;
  }
}
body .main-content .section-fair_recomend-books-item_booktext .book-title {
  font-size: 3.8461538462vw;
  line-height: 113%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #00AA7B;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_booktext .book-title {
    font-size: 15px;
  }
}
body .main-content .section-fair_recomend-books-item_booktext .book-title2 {
  color: #00B8F2;
}
body .main-content .section-fair_recomend-books-item_booktext .book-title3 {
  color: #FF9900;
}
body .main-content .section-fair_recomend-books-item_booktext .book-title4 {
  color: #AEACF4;
}
body .main-content .section-fair_recomend-books-item_booktext .book-title5 {
  color: #EB86B4;
}
body .main-content .section-fair_recomend-books-item_booktext .book-auther {
  font-size: 3.3333333333vw;
  line-height: 220%;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #85725C;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_booktext .book-auther {
    font-size: 13px;
  }
}
body .main-content .section-fair_recomend-books-item_booktexttop {
  transform: translate(0%, 17.9487179487vw);
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_booktexttop {
    transform: translate(0%, 70px);
  }
}
body .main-content .section-fair_recomend-books-item_booktextbottom {
  transform: translate(0%, 25.641025641vw);
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-item_booktextbottom {
    transform: translate(0%, 100px);
  }
}
body .main-content .section-fair_recomend-books-itemmiddle {
  height: 61.5384615385vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-itemmiddle {
    height: 240px;
  }
}
body .main-content .section-fair_recomend-books-itemsingle {
  height: 46.1538461538vw;
}
@media (min-width: 768px) {
  body .main-content .section-fair_recomend-books-itemsingle {
    height: 180px;
  }
}
body .main-content .section-fair_link {
  font-size: 4.1025641026vw;
  padding: 3.0769230769vw 17.4358974359vw;
  color: #312F2D;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 1px solid #312F2D;
  border-radius: 16.6666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  body .main-content .section-fair_link {
    font-size: 16px;
    padding: 12px 68px;
    border-radius: 65px;
  }
}
body .main-content .section-fair_link img {
  position: absolute;
  width: 3.5897435897vw;
  margin-left: 7.4358974359vw;
  right: 7.6923076923vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  body .main-content .section-fair_link img {
    width: 14px;
    margin-left: 29px;
    right: 30px;
  }
}
body .main-content #fairanchor {
  display: none;
}
@media (min-width: 768px) {
  body .main-content #fairanchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
  }
}
body .main-content footer {
  background-color: #312F2D;
  padding: 9.7435897436vw 0 23.0769230769vw;
}
@media (min-width: 768px) {
  body .main-content footer {
    padding: 38px 0 90px;
  }
}
body .main-content footer .snsbox {
  margin-bottom: 8.7179487179vw;
  display: flex;
  flex-direction: row;
  column-gap: 17.9487179487vw;
  justify-content: center;
}
@media (min-width: 768px) {
  body .main-content footer .snsbox {
    margin-bottom: 34px;
    column-gap: 70px;
  }
}
body .main-content footer .snsbox-item {
  display: flex;
  flex-direction: column;
}
body .main-content footer .snsbox-item-title {
  font-size: 3.8461538462vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #FDF7EE;
}
@media (min-width: 768px) {
  body .main-content footer .snsbox-item-title {
    font-size: 15px;
  }
}
body .main-content footer .snsbox-item-border {
  border-top: 1px solid #FDF7EE;
  width: 100%;
  margin: 3.5897435897vw 0;
}
@media (min-width: 768px) {
  body .main-content footer .snsbox-item-border {
    margin: 14px 0;
  }
}
body .main-content footer .snsbox-item-list {
  display: flex;
  flex-direction: row;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  body .main-content footer .snsbox-item-list {
    gap: 20px;
  }
}
body .main-content footer .snsbox-item-list img {
  width: 9.2307692308vw;
}
@media (min-width: 768px) {
  body .main-content footer .snsbox-item-list img {
    width: 36px;
  }
}
body .main-content footer .copyright {
  font-size: 2.5641025641vw;
  color: #FDF7EE;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  body .main-content footer .copyright {
    font-size: 10px;
  }
}

.generator-padding-bottom {
  padding-bottom: 11.5384615385vw !important;
}
@media (min-width: 768px) {
  .generator-padding-bottom {
    padding-bottom: 45px !important;
  }
}

.section-generator {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 80%;
  padding-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .section-generator {
    padding-top: 10px;
  }
}
.section-generator_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  width: 87.1794871795vw;
  position: relative;
  padding: 12.8205128205vw 0 8.2051282051vw;
  border: 1px solid #312F2D;
  margin-top: 12.8205128205vw;
}
@media (min-width: 768px) {
  .section-generator_box {
    width: 340px;
    padding: 50px 0px 32px;
    margin-top: 50px;
  }
}
.section-generator_box-step {
  position: absolute;
  width: 20.5128205128vw;
  height: 20.5128205128vw;
  background-color: #FDF7EE;
  border: 1px solid #312F2D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10.2564102564vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section-generator_box-step {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.section-generator_box-step p {
  font-size: 3.0769230769vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  text-align: center;
  padding: 2.0512820513vw 0 0 0;
}
@media (min-width: 768px) {
  .section-generator_box-step p {
    font-size: 12px;
    padding: 8px 0 0 0;
  }
}
.section-generator_box-step p span {
  font-size: 7.6923076923vw;
  padding-left: 0.5128205128vw;
}
@media (min-width: 768px) {
  .section-generator_box-step p span {
    font-size: 30px;
    padding-left: 2px;
  }
}
.section-generator_box-title {
  font-size: 3.5897435897vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 157%;
  text-align: center;
  margin-bottom: 3.8461538462vw;
}
@media (min-width: 768px) {
  .section-generator_box-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.section-generator_box-title2 {
  margin-top: 8.4615384615vw;
}
@media (min-width: 768px) {
  .section-generator_box-title2 {
    margin-top: 33px;
  }
}
.section-generator_box-input {
  border-radius: 14.1025641026vw;
  border: 1px solid #AAAAAA;
  width: 66.6666666667vw;
  height: 10.2564102564vw;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  padding: 0 3.8461538462vw;
}
@media (min-width: 768px) {
  .section-generator_box-input {
    border-radius: 55px;
    width: 260px;
    height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
}
.section-generator_box-input.is-hide {
  display: none !important;
}
.section-generator_box .reselect {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section-generator_box .reselect p {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  color: #FF0000;
}
@media (min-width: 768px) {
  .section-generator_box .reselect p {
    font-size: 13px;
  }
}
.section-generator_box-textarea {
  border-radius: 3.0769230769vw;
  height: 30.7692307692vw;
  letter-spacing: 0em;
  padding: 3.8461538462vw;
}
@media (min-width: 768px) {
  .section-generator_box-textarea {
    border-radius: 12px;
    height: 120px;
    padding: 15px;
  }
}
.section-generator_box-attention {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-generator_box-attention p {
  font-size: 3.5897435897vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .section-generator_box-attention p {
    font-size: 14px;
  }
}
.section-generator_box-attention img {
  width: 5.641025641vw;
  margin-left: 2.5641025641vw;
}
@media (min-width: 768px) {
  .section-generator_box-attention img {
    width: 22px;
    margin-left: 10px;
  }
}
.section-generator_box-attention.is-hide {
  display: none !important;
}
.section-generator_box .dropdown {
  display: none;
  position: relative;
  vertical-align: top;
  width: 74.358974359vw;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown {
    width: 290px;
  }
}
.section-generator_box .dropdown-menu {
  width: 100%;
  max-height: 61.5384615385vw;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 20;
  background-color: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 3.0769230769vw;
  margin-top: 2.5641025641vw;
  overflow: scroll;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-menu {
    border-radius: 12px;
    margin-top: 10px;
    max-height: 240px;
  }
}
.section-generator_box .dropdown-content {
  list-style: none;
  margin: 3.8461538462vw;
  padding: 0;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-content {
    margin: 15px;
  }
}
.section-generator_box .dropdown-content::before {
  content: "※システムの都合上、表示されない作品があります";
  display: block;
  color: #AAAAAA;
  font-size: 2.5641025641vw;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-content::before {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.section-generator_box .dropdown-itemwrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.2820512821vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-itemwrapper {
    margin-bottom: 5px;
  }
}
.section-generator_box .dropdown-item-thumbnail {
  width: 5.641025641vw;
  height: 7.9487179487vw;
  object-fit: cover;
  margin-right: 2.0512820513vw;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-item-thumbnail {
    width: 22px;
    height: 31px;
    margin-right: 8px;
  }
}
.section-generator_box .dropdown-item {
  font-size: 3.3333333333vw;
  color: #312F2D;
  line-height: 214%;
  letter-spacing: 0.1em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown-item {
    font-size: 13px;
  }
}
.section-generator_box .dropdown .powerdbygoogle {
  display: block;
  width: 18.9743589744vw;
  height: 2.5641025641vw;
  object-fit: cover;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section-generator_box .dropdown .powerdbygoogle {
    width: 74px;
    height: 10px;
  }
}
.section-generator_box .dropdown.is-active {
  display: block;
}
.section-generator_box .books-generated {
  display: none;
  width: 74.358974359vw;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated {
    width: 290px;
  }
}
.section-generator_box .books-generated-inner {
  display: flex;
  flex-direction: row;
  column-gap: 3.8461538462vw;
  margin: 8.4615384615vw 0 0;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-inner {
    column-gap: 15px;
    margin: 33px 0 0;
  }
}
.section-generator_box .books-generated-inner img {
  width: 23.8461538462vw;
  height: 34.1025641026vw;
  object-fit: cover;
  box-shadow: 1.0256410256vw 1.0256410256vw 1.0256410256vw rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-inner img {
    width: 93px;
    height: 133px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  }
}
.section-generator_box .books-generated-info {
  margin-top: 6.4102564103vw;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-info {
    margin-top: 25px;
  }
}
.section-generator_box .books-generated-info_title {
  font-size: 4.1025641026vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 105%;
  margin-bottom: 2.5641025641vw;
  color: #312F2D;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-info_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.section-generator_box .books-generated-info_author, .section-generator_box .books-generated-info_company {
  font-size: 3.0769230769vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 105%;
  margin-bottom: 2.5641025641vw;
  color: #312F2D;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-info_author, .section-generator_box .books-generated-info_company {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.section-generator_box .books-generated-info_border {
  width: 100%;
  border-top: 1px dashed #7e7e7e;
  margin: 3.5897435897vw 0;
}
@media (min-width: 768px) {
  .section-generator_box .books-generated-info_border {
    margin: 14px 0;
  }
}
.section-generator_box .books-generated.is-active {
  display: block;
}
.section-generator_box .color-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5641025641vw;
  width: 74.358974359vw;
}
@media (min-width: 768px) {
  .section-generator_box .color-list {
    width: 290px;
    gap: 10px;
  }
}
.section-generator_box .color-list-item {
  width: 12.8205128205vw;
  height: 12.8205128205vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .section-generator_box .color-list-item {
    width: 50px;
    height: 50px;
  }
}
.section-generator_box .color-list-item img {
  width: 5.5128205128vw;
  display: none;
}
@media (min-width: 768px) {
  .section-generator_box .color-list-item img {
    width: 21.5px;
  }
}
.section-generator_box .color-list-item.is-selected {
  border: 1px solid #000000;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-generator_box .color-list-item.is-selected img {
  display: block;
}
.section-generator_box .color-list-item.orange {
  background-color: #F2AA55;
}
.section-generator_box .color-list-item.yellow {
  background-color: #EFD248;
}
.section-generator_box .color-list-item.lightgreen {
  background-color: #A7B93F;
}
.section-generator_box .color-list-item.green {
  background-color: #6DAE7E;
}
.section-generator_box .color-list-item.purple {
  background-color: #8E96C4;
}
.section-generator_box .color-list-item.blue {
  background-color: #84BBE9;
}
.section-generator_box .color-list-item.gray {
  background-color: #ACAB96;
}
.section-generator_box .color-list-item.red {
  background-color: #ED714C;
}
.section-generator_box .color-list-item.pink {
  background-color: #EF88AD;
}
.section-generator_box .color-list-item.brown {
  background-color: #C6A574;
}
.section-generator_box .step3-text {
  color: #85725C;
  font-size: 2.8205128205vw;
  letter-spacing: 0.1em;
  padding-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .section-generator_box .step3-text {
    font-size: 11px;
    padding-top: 20px;
  }
}
.section-generator_box-bottom {
  margin-top: 0px;
  border-top: none;
}
@media (min-width: 768px) {
  .section-generator_box-bottom {
    margin-top: 0px;
  }
}
.section-generator .warningBox {
  display: none;
  width: 71.7948717949vw;
  margin-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .section-generator .warningBox {
    width: 280px;
    margin-top: 5px;
  }
}
.section-generator .warningBox .warning {
  color: red;
  font-size: 3.0769230769vw;
  letter-spacing: 0.1em;
  text-align: left;
}
@media (min-width: 768px) {
  .section-generator .warningBox .warning {
    font-size: 12px;
  }
}
.section-generator .warningBox.is-active {
  display: block !important;
}
.section-generator .warningBox_step4 {
  margin-top: 3.8461538462vw;
}
@media (min-width: 768px) {
  .section-generator .warningBox_step4 {
    margin-top: 15px;
  }
}
.section-generator .warningBox_step4 .warning {
  text-align: center;
}

input:focus, textarea:focus {
  outline: solid #00AA7B 2px;
}

.submit {
  width: 38.4615384615vw;
  height: 38.4615384615vw;
  background-color: #00AA7B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .submit {
    width: 150px;
    height: 150px;
  }
}
.submit p {
  text-align: center;
  font-size: 5.1282051282vw;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .submit p {
    font-size: 20px;
  }
}

.submitWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 15.3846153846vw;
  margin-bottom: 20.5128205128vw;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .submitWrapper {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.submitWrapper .make {
  display: block;
}
.submitWrapper .making {
  display: none;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .submitWrapper .making {
    margin-bottom: 20px;
  }
}
.submitWrapper .loading-img {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  animation: rotation 1s linear 0s infinite;
  display: none;
}
@media (min-width: 768px) {
  .submitWrapper .loading-img {
    width: 20px;
    height: 20px;
  }
}
@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.submitWrapper.is-loading {
  pointer-events: none;
}
.submitWrapper.is-loading .make {
  display: none !important;
}
.submitWrapper.is-loading .making {
  display: block !important;
}
.submitWrapper.is-loading .loading-img {
  display: block !important;
}

.submitWrapper.is-error {
  pointer-events: none;
}
.submitWrapper.is-error .submit {
  background-color: #E2E9E7;
}

.section-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25.641025641vw 0 20.5128205128vw;
}
@media (min-width: 768px) {
  .section-result {
    padding: 100px 0 80px;
  }
}
.section-result .result-img {
  width: 92.3076923077vw;
  height: 123.0769230769vw;
  object-fit: cover;
  box-shadow: 0px 5px 12px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .section-result .result-img {
    width: 360px;
    height: 480px;
  }
}
.section-result .result-img_download-btn {
  background-color: #FFFFFF;
  width: 76.9230769231vw;
  height: 13.3333333333vw;
  border-radius: 14.1025641026vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  margin-top: 12.8205128205vw;
  color: black;
}
@media (min-width: 768px) {
  .section-result .result-img_download-btn {
    width: 300px;
    height: 52px;
    border-radius: 55px;
    margin-top: 50px;
  }
}
.section-result .result-img_download-btn p {
  letter-spacing: 0.1em;
  font-size: 5.1282051282vw;
  padding-bottom: 0.7692307692vw;
}
@media (min-width: 768px) {
  .section-result .result-img_download-btn p {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
.section-result .result-img_download-btn img {
  width: 4.8717948718vw;
  margin-right: 2.5641025641vw;
}
@media (min-width: 768px) {
  .section-result .result-img_download-btn img {
    width: 19px;
    margin-right: 10px;
  }
}
.section-result .share_cta {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-result .share_cta {
    width: 390px;
  }
}
.section-result .share_cta-title {
  font-size: 3.8461538462vw;
  margin-top: 7.6923076923vw;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 768px) {
  .section-result .share_cta-title {
    font-size: 15px;
    margin-top: 30px;
  }
}
.section-result .share_cta-title-decoration {
  position: absolute;
  width: 83.5102564103svw;
  top: 8.7179487179vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .section-result .share_cta-title-decoration {
    width: 325.69px;
    top: 34px;
  }
}
.section-result .share_cta-btn {
  width: 61.5384615385vw;
  height: 13.3333333333vw;
  background-color: black;
  border-radius: 13.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.8205128205vw;
}
@media (min-width: 768px) {
  .section-result .share_cta-btn {
    width: 240px;
    height: 52px;
    border-radius: 52px;
    margin-top: 11px;
  }
}
.section-result .share_cta-btn p {
  color: white;
  font-size: 4.6153846154vw;
  letter-spacing: 0.1em;
  padding-bottom: 0.5128205128vw;
}
@media (min-width: 768px) {
  .section-result .share_cta-btn p {
    font-size: 18px;
    padding-bottom: 2px;
  }
}
.section-result .share_cta-btn img {
  width: 5.1282051282vw;
  margin: 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .section-result .share_cta-btn img {
    width: 20px;
    margin: 0 10px;
  }
}
.section-result .result-newone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.6153846154vw;
}
@media (min-width: 768px) {
  .section-result .result-newone {
    margin-bottom: 18px;
  }
}
.section-result .result-newone p {
  font-size: 4.6153846154vw;
  padding-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .section-result .result-newone p {
    font-size: 18px;
    padding-top: 20px;
  }
}
.section-result .result-newone img {
  margin-top: 2.8205128205vw;
}
@media (min-width: 768px) {
  .section-result .result-newone img {
    margin-top: 11px;
  }
}
.section-result .link_campaign-detail {
  font-size: 3.8461538462vw;
  letter-spacing: 0.1em;
  text-decoration: underline;
  font-weight: 300;
  color: #312F2D;
}
@media (min-width: 768px) {
  .section-result .link_campaign-detail {
    font-size: 15px;
  }
}
.section-result .submit {
  margin-top: 15.3846153846vw;
}
@media (min-width: 768px) {
  .section-result .submit {
    margin-top: 60px;
  }
}

.animation_blur-fade-in, .animation_blur-fade-in_kvBlur {
  opacity: 0;
  filter: blur(7px);
  will-change: opacity, filter;
}