@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&display=swap');

/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* general */
body {
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  background-color: #F9FAFA;
  overflow-x: ;
}
h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
}
a {
  text-decoration: none;
  transition: .3s;
}
.sp-i {
  display: none;
}
.pc-i {
  display: inline;
}
@media (max-width: 976px) {
  .sp-i {
    display: inline;
  }
  .pc-i {
    display: none;
  }
}

/* shop-header */
.shop-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.shop-header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.shop-header-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.shop-header-icon a {
  margin-left: 30px;
}
@media (max-width: 976px) {
  .shop-header {
    height: 50px;
  }
  .shop-header h1 img {
    width: 152px;
    height: 30px;
  }
  .shop-header-icon {
    right: 16px;
  }
  .shop-header-icon a {
    margin-left: 8px;
  }
}
.shop-menu-3lines {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 26px;
  cursor: pointer;
  z-index: 20;
}
.shop-menu-3lines span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #222;
  margin: 7px 0;
  transition: 0.4s;
}
.shop-menu-3lines.active {
  background-color: #55D9FA;
  border-radius: 30px;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
.shop-menu-3lines.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  background-color: #fff;
  height: 1px;
  margin: 4px 0 0 0;
}
.shop-menu-3lines.active span:nth-child(2) {
  opacity: 0;
}
.shop-menu-3lines.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #fff;
  height: 1px;
}
.shop-menu {
  position: fixed;
  top: -400px;
  width: 100%;
  height: 400px;
  background-color: rgba(232, 243, 248, 95%);
  color: #333;
  transition: all .5s ease-in-out;
  padding: 20px 20px 40px;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
  z-index: 10;
}
.shop-menu.open {
  top: 0;
}
.shop-menu-button {
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  justify-content: right;
  gap: .5em;
}
.shop-menu-button li {
  margin: 0;
  padding: 0;
}
.shop-menu-button a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #FF6F2F 0%, #FF8900 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.shop-menu-button li:nth-child(2) a {
  background-color: #00B4E1;
  background-image: linear-gradient(to right, #00B4E1 0%, #55D9FA 100%);
}
.shop-menu-button a img {
  margin-right: .25em;
}
.shop-menu-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.shop-menu-button li a:hover::before {
  left: 100%;
}
.shop-menu-heading {
  color: #FF8900;
  font-size: 16px;
  font-weight: bold;
}
.shop-menu-list,
.shop-menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.shop-menu-list a,
.shop-menu-footer a {
  color: #222;
}
.shop-menu-list a:hover,
.shop-menu-list a:focus,
.shop-menu-list a:active,
.shop-menu-footer a:hover,
.shop-menu-footer a:focus,
.shop-menu-footer a:active {
  text-decoration: underline;
}
.shop-menu > div {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-top: .5em;
}
.shop-menu-footer {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #fff;
}
@media (max-width: 976px) {
  .shop-menu-3lines {
    left: 16px;
  }
  .shop-menu {
    position: relative;
    top: -100vh;
    height: 100vh;
    padding: 20px;
  }
  .shop-menu .shop-menu-button {
    position: absolute;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: .5em;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .shop-menu-button a {
    width: 250px;
  }
  .shop-menu-heading {
    margin: 0 0 .5em
  }
  .shop-menu-list {
    display: none;
  }
  .shop-menu div div:first-child .shop-menu-heading {
    margin-top: 2em;
  }
  .shop-menu div div:first-child .shop-menu-list {
    display: block;
  }
  .shop-menu > div {
    flex-direction: column;
    gap: 1em;
    margin-top: .5em;
  }
  .shop-menu-footer {
    flex-direction: column;
    gap: .5em;
    margin-top: 1em;
    padding-top: 1em;
  }
  .toggle-content {
    position: relative;
    cursor: pointer;
    transition: .3s;
  }
  .toggle-content::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
    vertical-align: middle;
    color: #FF8900;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }
  .toggle-content.open::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 12px;
    vertical-align: middle;
    color: #FF8900;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(-45deg);
  }
}

/* shop-footer */
.shop-footer {
  margin-top: 6em;
  padding: 45px;
  background-color: #E9F3F8;
  border-radius: 30px 30px 0 0;
  color: #222;
}
.shop-footer a:hover,
.shop-footer a:focus,
.shop-footer a:active {
  text-decoration: underline;
}
.shop-footer-above {
  max-width: 920px;
  margin: 0 auto 3em;
  display: flex;
  justify-content: space-between;
}
.shop-footer-logo {
  margin: 0;
}
.shop-footer-logo img {
  width: 200px;
  height: 40px;
}
.shop-footer .shop-menu-button {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-footer-links {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.shop-footer-links p {
  font-weight: bold;
}
.shop-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop-footer-links ul li {
  margin: 1em 0;
  padding: 0;
}
.shop-footer-links a {
  color: #333;
}
.shop-footer-below {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #fff;
}
.shop-footer-below p {
  margin: .5em 0;
}
.shop-footer-below a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 976px) {
  .shop-footer {
    margin-top: 3em;
    padding: 40px 20px;
  }
  .shop-footer-above {
    margin: 0 auto 3em;
    flex-direction: column;
  }
  .shop-footer-logo {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .shop-footer .shop-menu-button {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: -2em
  }
  .shop-footer .shop-menu-button li {
    display: flex;
    justify-content: center;
  }
  .shop-footer-links {
    flex-direction: column;
  }
  .shop-footer-links p {
    margin: 1em 0 0;
  }
  .shop-footer-below {
    font-size: 14px;
  }
}

/* index-kv */
.index-kv {
  margin: 0;
  padding-top: 70px;
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .index-kv-slider div img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
    border-radius: 8px;
  }
  .index-kv-slider .slick-list {
    margin: 0 -10px;
  }
  .index-kv-slider .slick-slide {
    margin: 0 10px;
  }
  .index-kv-slider .slick-dots {
    bottom: -20px;
    margin-bottom: -10px;
    background-color: #F9FAFA;
  }
  .index-kv-slider .slick-dots li {
    margin: 0;
    z-index: 2;
  }
  .index-kv-slider .slick-dots li button::before {
    color: #AEE4F2;
  }
  .index-kv-slider .slick-dots li.slick-active button::before {
    color: #00B4E1;
  }
  .index-kv-slider .slick-dots li button::before {
    font-size: 10px;
  }
  .index-kv-slider .slick-prev {
    left: 8.9vw;
    z-index: 1;
  }
  .index-kv-slider .slick-next {
    right: 9.3vw;
    z-index: 1;
  }
  .index-kv-slider .slick-prev::before,
  .index-kv-slider .slick-next::before {
      font-size: 28px;
      color: #00B4E1;
      opacity: 1.0;
      padding: 0;
  }
  .index-kv-slider-sp {
    display: none !important;
  }
}
@media (max-width: 976px) {
  .index-kv {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .index-kv-slider {
    display: none !important;
  }
  .index-kv-slider-sp {
    display: block !important;
  }
  .index-kv-slider-sp div img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
    border-radius: 6px;
  }
  .index-kv-slider-sp .slick-list {
    margin: 0 -6px;
  }
  .index-kv-slider-sp .slick-slide {
    margin: 0 6px;
  }
  .index-kv-slider-sp .slick-dots {
    bottom: -20px;
    margin-bottom: -10px;
    background-color: #F9FAFA;
  }
  .index-kv-slider-sp .slick-dots li {
    margin: 0;
    z-index: 2;
  }
  .index-kv-slider-sp .slick-dots li button::before {
    color: #AEE4F2;
  }
  .index-kv-slider-sp .slick-dots li.slick-active button::before {
    color: #00B4E1;
  }
  .index-kv-slider-sp .slick-dots li button::before {
    font-size: 10px;
  }
  .index-kv-slider-sp .slick-prev {
    left: 5.3vw;
    z-index: 1;
  }
  .index-kv-slider-sp .slick-next {
    right: 6.7vw;
    z-index: 1;
  }
  .index-kv-slider-sp .slick-prev::before,
  .index-kv-slider-sp .slick-next::before {
      font-size: 28px;
      color: #00B4E1;
      opacity: 1.0;
      padding: 0;
  }
}
.index-kv-campaign-code {
  position: relative;
}
.index-kv-campaign-code span {
  display: inline-block;
  position: absolute;
  left: 38vw;
  top: 11vw;
  font-size: 4vw;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .index-kv-campaign-code span {
    left: 37vw;
    top: 36.5vw;
    font-size: 6.5vw;
  }
}

/* index-lineup */
.index-lineup {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -30px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url(../img/index-lineup-above.svg), url(../img/index-lineup-below.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
  color: #222;
  text-align: center;
}
.index-lineup h2 {
  text-align: center;
}
.index-lineup h3 {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 0;
  padding: 0 .5em;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #FF8900;
  font-weight: normal;
}
.index-lineup h3 + p {
  margin-top: .5em;
}
.index-lineup-inner {
  max-width: 720px;
  margin: 3em auto 0;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.index-lineup-inner h4 {
  text-align: center;
  margin: .5em 0 .75em;
}
.index-lineup-tagline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.index-lineup-tagline::before,
.index-lineup-tagline::after {
  width: 2px;
  height: 16px;
  content: "";
  background-color: #333;
}
.index-lineup-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.index-lineup-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.index-lineup-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  text-align: center;
}
.index-lineup-price span span {
  font-size: 18px;
  font-weight: bold;
}
.index-lineup-inner-right .index-lineup-price span span {
  color: #BF0000;
}
.index-lineup-price strong {
  font-size: 26px;
  font-weight: bold;
}
.index-lineup-price strong span {
  font-size: 18px;
}
.index-lineup-package {
  text-align: center;
}
.index-lineup-package img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.index-lineup-features {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.index-lineup-features li {
  padding: .25em;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
}
.index-lineup-features li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.index-lineup-features li:nth-child(2),
.index-lineup-features li:nth-child(3) {
  width: 47%;
  border: 1px dotted #666;
  color: #666;
}
.index-lineup-inner-right .index-lineup-features li:nth-child(2),
.index-lineup-inner-right .index-lineup-features li:nth-child(3) {
  width: 47%;
  border: 1px solid #BF0000;
  color: #BF0000;
  font-weight: bold;
}
.index-lineup-button-left,
.index-lineup-button-right {
  text-align: center;
}
.index-lineup-button-left a,
.index-lineup-button-right a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #44AEDA;
  background-image: linear-gradient(to right, #44AEDA 0%, #70C1BE 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.index-lineup-button-right a {
  background-color: #A4754A;
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
}
.index-lineup-button-left a::before,
.index-lineup-button-right a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.index-lineup-button-left a:hover::before,
.index-lineup-button-right a:hover::before {
  left: 100%;
}
.index-lineup-button-comingsoon {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #D5D5D5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-lineup-flora {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 1em 0;
  text-align: left;
  line-height: 2;
}
@media (max-width: 976px) {
  .index-lineup {
    margin-top: -30px;
    padding: 60px 24px;
    background-image: url(../img/index-lineup-above.svg), url(../img/index-lineup-below.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain;
    color: #222;
    text-align: center;
  }
  .index-lineup h2 img {
    width: 246px;
    height: 85px;
  }
  .index-lineup h3 {
    margin-top: 1em;
    font-size: 20px;
  }
  .index-lineup-inner {
    margin-top: 1em;
    padding: 24px 24px 12px;
    flex-direction: column;
    gap: 20px;
  }
  .index-lineup-button-left a,
  .index-lineup-button-right a {
    width: 240px;
    font-size: 16px;
  }
  .index-lineup-button-comingsoon {
    width: 240px;
    font-size: 16px;
  }
  .index-lineup-flora {
    margin-top: 0;
    gap: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}

/* index-usecase */
.index-usecase {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: -100px auto 5em;
  padding: 48px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.index-usecase h2 {
  text-align: center;
}
.index-usecase h3 {
  margin-top: 0;
  padding-bottom: .5em;
  border-bottom: 2px dotted #00B4E1;
  font-size: 22px;
  font-weight: normal;
}
.index-usecase h3 span {
  font-size: 32px;
  background: linear-gradient(transparent 70%, #B2E8F6 70%);
}
.index-usecase h3 img {
  vertical-align: bottom;
}
.index-usecase ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.index-usecase ul img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  max-width: 100%;
  height: auto;
}
.index-usecase a:hover,
.index-usecase a:focus,
.index-usecase a:active {
  opacity: .7;
}
@media (max-width: 976px) {
  .index-usecase {
    margin: 0 16px 5em;
    padding: 16px 16px 32px;
  }
  .index-usecase h2 img {
    width: 99px;
    height: 81px;
  }
  .index-usecase h3 {
    font-size: 16px;
  }
  .index-usecase h3 span {
    font-size: 20px;
  }
  .index-usecase h3 img {
    width: 58px;
    height: 52px;
    float: left;
    margin-right: 8px;
  }
  .index-usecase ul {
    gap: 12px;
  }
  .index-usecase ul li {
    width: 48%;
  }
}

/* index-gallery */
.index-gallery {
  margin-top: -160px;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url(../img/index-gallery-above.svg), url(../img/index-gallery-below.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain;
  overflow: hidden;
}
.index-gallery h2 {
  text-align: center;
}
.index-gallery-cg,
.index-gallery-pro {
  margin: 3em 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 60%);
}
.index-gallery-cg div,
.index-gallery-pro div {
  line-height: 1;
}
.index-gallery-cg div a,
.index-gallery-pro div a {
  color: #222;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.index-gallery-cg div a img:nth-child(2),
.index-gallery-pro div a img:nth-child(2) {
  width: 100%;
  height: auto;
}
.index-gallery-cg div p,
.index-gallery-pro div p {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: right;
}
.index-gallery-cg div p img,
.index-gallery-pro div p img {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.index-gallery-cg div p span,
.index-gallery-pro div p span {
  font-size: 12px;
}
.index-gallery-cg.slick .slide,
.index-gallery-pro.slick .slide {
  width: 300px;
}
@media (max-width: 976px) {
  .index-gallery {
    margin-top: -140px;
    padding-top: 100px;
    padding-bottom: 120px;
    background-image: url(../img/index-gallery-above.svg), url(../img/index-gallery-below.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain;
    overflow: hidden;
  }
  .index-gallery h2 img {
    width: 98px;
    height: 81px;
  }
  .index-gallery-cg,
  .index-gallery-pro {
    margin: 2em 0;
  }
}

/* index-info */
.index-info {
  max-width: 810px;
  margin: -120px auto 5em;
  padding: 24px 44px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  text-align: center;
}
.index-info h2 {
  margin-bottom: .5em;
  color: #FF8900;
  font-family: "Kohinoor Bangla", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  text-align: center;
}
.index-info h3 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin: 2em 0 1em;
}
.index-info hr {
  margin: 2em 0;
  border: 0;
  border-top: 1px solid #70C1BE;
}
.index-info a {
  color: #222;
}
.index-info a:hover,
.index-info a:focus,
.index-info a:active {
  text-decoration: underline;
}
.index-media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-media-list li {
  font-size: 0.85em;
}
.index-awards-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-awards-list li {
  max-width: 350px;
  text-align: left;
  font-size: 0.85em;
}
.index-awards-list li a {
  text-decoration: none;
  transition: .3s;
}
.index-awards-list li a:hover {
  opacity: .7;
}
.index-awards-list li a img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.index-youtube-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 200px;
  overflow-y: scroll;
}
.index-youtube-list li {
  margin: 0 0 1em;
  font-size: 1em;
}
.index-youtube-list li a {
  display: block;
  padding-left: 90px;
  background-image: url(../img/index-youtube-icon.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76px 45px;
  text-decoration: none;
  transition: .3s;
  font-size: 0.85em;
}
.index-youtube-list li a:hover {
  opacity: .7;
}
.index-youtube-list li strong {
  font-size: 1.2em;
}
@media (max-width: 976px) {
  .index-info {
    margin: -100px 16px 0;
    padding: 16px 16px 32px;
  }
  .index-info h2 {
    font-size: 1.5em;
  }
  .index-info h3 {
    font-size: 1em;
    margin: 1.5em 0 1em;
  }
  .index-media-list {
    width: 90%;
    margin: 0 auto;
    justify-content: left;
    gap: 12px;
  }
  .index-media-list li {
    width: 45%;
    text-align: left;
  }
  .index-awards-list {
    flex-direction: column;
  }
  .index-awards-list li {
    width: 100%;
  }
  .index-youtube-list li a {
    padding-left: 70px;
    background-size: 60px 36px;
    font-size: .85em;
  }
  .index-youtube-list li strong {
    font-size: 1em;
  }
}
/* index-news */
.index-news {
  max-width: 810px;
  margin: 3em auto 0;
  padding: 2em 5em;
  background-color: #fff;
  background-image: url(../img/index-news-above.svg), url(../img/index-news-below.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: contain, contain;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.index-news h2 {
  text-align: center;
  font-size: 18px;
}
.index-news h2 img {
  vertical-align: middle;
  margin-top: -4px;
}
.index-news ul {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
}
.index-news ul li {
  margin: .75em 0;
}
.index-news a {
  color: #222;
  font-size: 16px;
  display: flex;
}
.index-news a:hover,
.index-news a:focus,
.index-news a:active {
  text-decoration: underline;
}
.index-news a span:first-child {
  width: 110px;
  min-width: 110px;
}
.index-news-button {
  text-align: center;
}
.index-news-button a {
  position: relative;
  width: 350px;
  height: 50px;
  margin: 2em auto 0;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: #B6F8F6;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.index-news-button a:hover,
.index-news-button a:focus,
.index-news-button a:active {
  background-color: #00B4E1;
  color: #fff;
  text-decoration: none;
}
.index-news-button a::before,
.index-news-button a::after {
  content: "";
  position: absolute;
  top: calc(50%);
  right: 20px;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #222;
  transform-origin: calc(100% - 0px) 50%;
}
.index-news-button a::before {
  transform: rotate(45deg);
}
.index-news-button a::after {
  transform: rotate(-45deg);
}
.index-news-button a:hover::before,
.index-news-button a:focus::before,
.index-news-button a:active::before,
.index-news-button a:hover::after,
.index-news-button a:focus::after,
.index-news-button a:active::after {
  background-color: #fff;
}
@media (max-width: 976px) {
  .index-news {
    margin: 3em 16px;
    padding: 32px 24px;
  }
  .index-news h2 {
    text-align: center;
    font-size: 18px;
  }
  .index-news h2 img {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .index-news ul {
    margin: 1.5em 0 0;
  }
  .index-news ul li:nth-child(3),
  .index-news ul li:nth-child(4),
  .index-news ul li:nth-child(5) {
    display: none;
  }
  .index-news a {
    color: #222;
    font-size: 16px;
    flex-direction: column;
  }
  .index-news a span:first-child {
    display: block;
    width: 100%;
    min-width: auto;
  }
  .index-news-button a {
    width: 240px;
    margin: 1.5em auto 0;
  }
}

/* index-note */
.index-note {
  background-image: url(../img/index-note.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 120px;
}
.index-note-inner {
  max-width: 810px;
  margin: 3em auto 0;
  padding: 1em 2.5em;
  background-color: #F7F6F4;
  border-radius: 32px;
}
.index-note h2 {
  font-size: 24px;
}
.index-note a {
  color: #222;
  text-decoration: underline;
}
.index-note strong {
  color: #BF0000;
  font-weight: normal;
}
.index-note ul {
  list-style-type: disc;
  padding-left: 1.5em;
} 
.index-note .index-note-links {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.index-note .index-note-links li {
  margin-right: 1em;
}
.index-note p {
  margin: 1em 0 0;
}
@media (max-width: 976px) {
  .index-note {
    background-size: contain;
    padding-bottom: 60px;
  }
  .index-note-inner {
    margin: 3em 16px 0;
    padding: 1em 2.5em;
    border-radius: 12px;
  }
  .index-note h2 {
    font-size: 1.25em;
  }
  .index-note .index-note-links {
    display: block;
  }
}

/* index-recommended */
.index-recommended {
  margin-top: -30px;
  padding: 2.5em 16px 0;
  background-color: #F8FAFA;
  border-radius: 30px 30px 0 0;
}
.index-recommended h2 {
  font-family: "Kohinoor Bangla", sans-serif;
  max-width: 800px;
  margin: .5em auto;
  color: #FF8900;
  font-size: 40px;
  font-weight: normal;
  line-height: .75;
}
.index-recommended span {
  color: #70C1BE;
  font-size: 18px;
}
.index-recommended ul {
  list-style: none;
  max-width: 800px;
  margin: 1em auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.index-recommended ul li {
  text-align: center;
}
.index-recommended ul li img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
@media (max-width: 976px) {
  .index-recommended {
    margin-top: -18px;
    padding: 2em 24px 0;
    border-radius: 20px 20px 0 0;
  }
  .index-recommended h2 {
    font-size: 24px;
    line-height: 1;
  }
  .index-recommended span {
    font-size: 16px;
  }
}

/* index-campaign-code */
.index-campaign-code {
  margin: 100px auto;
  width: 780px;
  position: relative;
  font-size: 16px;
}
.index-campaign-code img {
  height: auto;
  vertical-align: top;
}
.index-campaign-code span {
  display: inline-block;
  position: absolute;
  left: 45%;
  top: 41%;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: .1em;
}
@media (max-width: 800px) {
  .index-campaign-code {
    margin: 60px auto;
    width: 340px;
    text-align: center;
  }
  .index-campaign-code img {
    width: 100%;
  }
  .index-campaign-code span {
    left: 44.5%;
    top: 41%;
    font-size: 32px;
  }
}

/* cg-kv */
.cg-kv {
  padding: 110px 0 0;
  height: 600px;
  background-color: #EEF8F7;
  background-image: url(../img/cg-kv-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.cg-kv-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.cg-kv-left {
  position: relative;
}
.cg-kv-400items {
  position: relative;
  top: 48px;
  left: -20px;
}
.cg-kv-right img {
  margin-right: 20px;
}
@media (max-width: 1090px) {
  img[src*="cg-kv-image"] {
    width: 268px;
    height: 329px;
  }
}
@media (max-width: 976px) {
  .cg-kv {
    padding: 50px 0 0;
    height: auto;
    background-image: url(../img/cg-kv-bg-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 180px;
    padding-bottom: 2em;
  }
  .cg-kv-inner {
    flex-direction: column;
  }
  .cg-kv-inner h1 {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
  img[src*="cg-kv-title"] {
    width: 100%;
    height: auto;
  }
  img[src*="cg-kv-image"] {
    margin-top: 0;
    margin-bottom: 0;
  }
  .cg-kv-left {
    position: static;
    text-align: center;
  }
  .cg-kv-400items {
    position: static;
  }
  img[src*="cg-kv-400items-sp"] {
    margin-top: -1em
  }
}
@media (max-width: 768px) {
  img[src*="cg-kv-image"] {
    width: 224px;
    height: 275px;
  }
}

/* cg-chatgene */
.cg-chatgene {
  background-color: #EEF8F7;
  padding-bottom: 140px;
}
.cg-chatgene-inner {
  max-width: 1060px;
  padding: 60px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.cg-chatgene-inner-right {
  padding: 12px 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
}
.cg-chatgene h2 {
  margin: 0;
}
.cg-chatgene-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.cg-chatgene-price span {
  font-size: 20px;
}
.cg-chatgene-terms {
  color: #BF0000;
}
.cg-chatgene-detail span {
  font-size: 80%;
}
.cg-chatgene-button {
  text-align: center;
}
.cg-chatgene-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #44AEDA;
  background-image: linear-gradient(to right, #44AEDA 0%, #70C1BE 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cg-chatgene-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.cg-chatgene-button a:hover::before {
  left: 100%;
}
.cg-chatgene-button a img {
  margin-left: .5em;
}
@media (max-width: 976px) {
  .cg-chatgene-inner {
    padding: 12px 16px 24px;
    display: block;
  }
  .cg-chatgene-inner-left {
    background-color: #fff;
    position: relative;
  }
  .cg-chatgene-inner-left img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 322px;
    height: 257px;
  }
  .cg-chatgene-inner-right {
    padding: 240px 16px 16px;
  }
  .cg-chatgene-inner-right p:first-child {
    margin: 0;
  }
  .cg-chatgene h2 img {
    width: 185px;
    height: 41px;
  }
  .cg-chatgene-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 24px;
    font-weight: bold;
  }
  .cg-chatgene-price span {
    font-size: 18px;
  }
  .cg-chatgene-detail {
    font-size: 14px;
  }
  .cg-chatgene-detail span {
    font-size: 60%;
  }
  .cg-chatgene-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* cg-about */
.cg-about {
  margin-top: -140px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: url(../img/cg-about.svg), url(../img/cg-about-above.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: cover, contain;
}
.cg-about strong {
  background: linear-gradient(transparent 50%, #F8EB03 50%);
  font-weight: normal;
  font-size: 1.2em;
}
.cg-about-lead {
  max-width: 820px;
  margin: 0 auto;
}
.cg-about-lead h2 {
  margin-top: 0;
  font-size: 30px;
}
.cg-about-lead h2 img {
  vertical-align: baseline;
}
.cg-about-lead h2 rt {
  color: #03A09A;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: .25em; 
}
_::-webkit-full-page-media, _:future, :root .cg-about-lead h2 rt {
  margin-bottom: 1em; 
}
.cg-about-lead p {
  font-size: 22px;
}
.cg-about-lead ul {
  list-style: none;
  margin: 3em 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cg-about-lead ul li {
  margin: 0;
  padding: 0;
}
.cg-about-lead ul li img {
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.cg-about-items {
  max-width: 820px;
  margin: 6em auto;
}
.cg-about-items h3 {
  padding-left: 50px;
  background-image: url(../img/cg-about-star.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #FF6F2F;
  font-size: 30px;
}
.cg-about-items p {
  font-size: 18px;
}
.cg-about-items p span {
  font-size: 16px;
}
.cg-about-items-column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cg-about-items-column h4 {
  padding-bottom: .25em;
  border-bottom: 2px dotted #70C1BE;
  font-size: 22px;
  text-align: center;
}
.cg-about-items-column h4 span {
  font-size: 20px;
}
.cg-about-items-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 8px;
}
.cg-about-items-column ul li {
  width: 42%;
  padding-left: 22px;
  background-image: url(../img/cg-about-check.svg);
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: 18px;
}
.cg-about-items-column ul li span {
  font-size: 14px;
}
.cg-about-items-column > div {
  display: flex;
  flex-direction: column;
}
.cg-about-items-column > div p {
  margin-top: auto;
  text-align: right;
  font-size: 14px;
}
.cg-about-compare {
  max-width: 820px;
  margin: 6em auto;
}
.cg-about-compare h3 {
  padding-left: 50px;
  background-image: url(../img/cg-about-star.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #FF6F2F;
  font-size: 30px;
}
.cg-about-compare h3 span {
  font-size: .75em;
}
.cg-about-compare h3 i {
  color: #222;
  font-style: normal;
}
.cg-about-compare-table {
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
  margin-top: 3em;
}
.cg-about-compare-table span {
  font-size: .75em;
}
.cg-about-compare-table th,
.cg-about-compare-table td {
  padding: .75em 1.5em;
  font-size: 18px;
}
.cg-about-compare-table thead th {
  padding: .75em 1.5em .25em;
  vertical-align: bottom;
}
.cg-about-compare-table thead th:nth-child(2) {
  position: relative;
}
.cg-about-compare-table img[src*="cg-about-crown"] {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cg-about-compare-table tr th:nth-child(1),
.cg-about-compare-table tr td:nth-child(1) {
  background-color: rgba(255, 255, 255, 50%);
  text-align: right;
}
.cg-about-compare-table tr th:nth-child(2),
.cg-about-compare-table tr td:nth-child(2) {
  background-color: rgba(3, 160, 154, 10%);
  color: #FF6F2F;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.cg-about-compare-table tr th:nth-child(3),
.cg-about-compare-table tr td:nth-child(3),
.cg-about-compare-table tr th:nth-child(4),
.cg-about-compare-table tr td:nth-child(4) {
  background-color: rgba(221, 221, 221, 20%);
  text-align: center;
}
.cg-about-compare-table tr th:nth-child(3),
.cg-about-compare-table tr th:nth-child(4) {
  color: #747474;
}
.cg-about-compare-table tbody tr td {
  border-bottom: 2px dotted #70C1BE;
}
.cg-about-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.cg-about-compare-table tbody tr:last-child td:nth-child(2) {
  color: #222;
}
.cg-about-selfcare {
  max-width: 820px;
  margin: 6em auto;
}
.cg-about-selfcare h3 {
  font-size: 30px;
  text-align: center;
}
.cg-about-selfcare p {
  text-align: center;
  font-size: 18px;
}
.cg-about-selfcare ul {
  list-style: none;
  margin: 3em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cg-about-selfcare ul li {
  width: 30%;
}
.cg-about-selfcare ul li img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  border-radius: 30px;
}
.cg-about-selfcare ul li span {
  display: inline-block;
  margin-top: 1em;
  padding-left: 36px;
  background-image: url(../img/cg-about-checkbox.svg);
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: 18px;
}

@media (max-width: 976px) {
  .cg-about {
    margin-top: -100px;
    padding-top: 80px;
    padding-left: 16px;
    padding-right: 16px;
    background-size: contain, contain;
    background-repeat: repeat;
  }
  .cg-about-lead h2 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
  }
  .cg-about-lead p {
    font-size: 16px;
    text-align: center;
  }
  .cg-about-lead ul {
    list-style: none;
    margin: 1em 0;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cg-about-lead ul li {
    width: 45%;
  }
  .cg-about-lead ul li img {
    width: 100%;
    height: auto;
  }
  .cg-about-items {
    margin: 3em auto;
  }
  .cg-about-items h3 {
    padding-left: 36px;
    background-size: 29px 27px;
    font-size: 22px;
  }
  .cg-about-items p {
    font-size: 16px;
  }
  .cg-about-items p span {
    font-size: 14px;
  }
  .cg-about-items-column {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cg-about-items-column > div {
    width: 45%;
  }
  .cg-about-items-column > div:nth-child(3) {
    width: 94%;
  }
  .cg-about-items-column > div ul {
    width: 70%;
    margin: 0 auto;
  }
  .cg-about-items-column h4 {
    margin-top: .5em;
    font-size: 18px;
  }
  .cg-about-items-column h4 span {
    font-size: 16px;
  }
  .cg-about-items-column ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .cg-about-items-column ul li {
    width: 100%;
    padding-left: 22px;
    font-size: 16px;
  }
  .cg-about-items-column ul li span {
    font-size: 14px;
  }
  .cg-about-items-column > div p {
    text-align: right;
  }
  .cg-about-items-column > div:nth-child(3) ul li {
    width: 45%;
  }
  .cg-about-compare {
    margin: 2em auto;
  }
  .cg-about-compare h3 {
    padding-left: 36px;
    background-size: 29px 27px;
    font-size: 22px;
    background-position: left top 3px;
  }
  .cg-about-compare-table th,
  .cg-about-compare-table td {
    padding: .25em .25em;
    font-size: 13px;
  }
  .cg-about-compare-table img[src*="cg-about-crown"] {
    width: 36px;
    height: 30px;
    top: -18px;
  }
  .cg-about-compare-table img[src*="cg-logo-chatgene"] {
    width: 92px;
    height: 17px;
  }
  .cg-about-compare-table tr th:nth-child(1),
  .cg-about-compare-table tr td:nth-child(1) {
    text-align: center;
  }
  .cg-about-compare-table tr th:nth-child(2),
  .cg-about-compare-table tr td:nth-child(2) {
    font-size: 20px;
  }
  .cg-about-selfcare {
    margin: 6em auto 3em;
  }
  .cg-about-selfcare h3 {
    font-size: 24px;
  }
  .cg-about-selfcare p {
    font-size: 16px;
  }
  .cg-about-selfcare ul {
    list-style: none;
    margin: 2em 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cg-about-selfcare ul li {
    width: 45%
  }
  .cg-about-selfcare ul li img {
    width: 100%;
    height: auto;
  }
  .cg-about-selfcare ul li span {
    padding-left: 24px;
    background-size: 18px 17px;
    background-position: left top 5px;
    font-size: 16px;
  }
}
/* cg-report */
.cg-report {
  background-color: #D7E6E5;
  background-image: url(../img/cg-report-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 16px 60px;
}
.cg-report h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cg-report h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cg-report p {
  font-size: 20px;
}
.cg-report p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cg-report > div {
  max-width: 642px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
}
.cg-report ul {
  list-style: none;
  margin: 1em auto 0;
  padding: 4em 0 0;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cg-report ul li {
  position: relative;
}
.cg-report ul li > span {
  position: absolute;
  display: inline-block;
  margin-top: -3em;
  margin-bottom: .5em;
  padding: .5em 2.5em;
  border-radius: 50px;
  border: 1px solid #70C1BE;
  background-color: #AFE3E1;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.cg-report ul li > span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 40px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #AFE3E1 transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
}
.cg-report ul li > span > span {
  font-size: 80%;
}
.cg-report ul li img {
  max-width: 100%;
  height: auto;
}
.cg-report ul li a:hover {
  opacity: .7;
}
.cg-report .cg-report-note {
  max-width: 1024px;
  margin: 1em auto 0;
  font-size: 16px;
  text-align: right;
}
@media (max-width: 1024px) {
  img[src*="cg-report-illust"] {
    width: 132px;
    height: 108px;
  }
  .cg-report > div {
    gap: 16px;
  }
  .cg-report h2 {
    font-size: 24px;
  }
  .cg-report p {
    font-size: 16px;
  }
  .cg-report ul {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 16px;
  }
  .cg-report ul li {
    width: 47%;
  }
  .cg-report ul li > span {
    padding: .4em 2em;
    font-size: 14px;
  }
  .cg-report .cg-report-note {
    font-size: 14px;
  }
}

/* cg-flow  */
.cg-flow {
  margin: 0 auto;
  padding: 16px 16px 3em;
  box-sizing: border-box;
  background-color: transparent;
  background-image: url(../img/cg-flow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.cg-flow h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cg-flow h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cg-flow p {
  font-size: 20px;
}
.cg-flow p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cg-flow-lead {
  max-width: 604px;
  margin: 3em auto 0;
  display: flex;
  gap: 36px;
}
.cg-flow-inner {
  max-width: 872px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.cg-flow-inner-right > p {
  color: #70C1BE;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: .5em 0;
}
.cg-flow-inner-right ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cg-flow-inner-right ol li {
  margin-bottom: .5em;
}
.cg-flow-01,
.cg-flow-02,
.cg-flow-03,
.cg-flow-fin {
  display: flex;
  border: 1px solid #70C1BE;
  background-color: #AFE3E1;
}
.cg-flow-01 {
  border-radius: 30px 30px 0 0;
}
.cg-flow-fin {
  border-radius: 0 0 30px 30px;
}
.cg-flow-01::before,
.cg-flow-02::before,
.cg-flow-03::before,
.cg-flow-fin::before {
  content: "01";
  width: 80px;
  min-width: 80px;
  background-color: #70C1BE;
  color: #222;
  font-family: "Caveat", cursive;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cg-flow-01::before {
  border-radius: 30px 0 0 0;
}
.cg-flow-02::before {
  content: "02";
}
.cg-flow-03::before {
  content: "03";
}
.cg-flow-fin::before {
  content: "Fin";
  border-radius: 0 0 0 30px;
}
.cg-flow-01 div,
.cg-flow-02 div,
.cg-flow-03 div,
.cg-flow-fin div {
  padding: 0 20px;
}
.cg-flow-01 h3,
.cg-flow-02 h3,
.cg-flow-03 h3,
.cg-flow-fin h3 {
  font-size: 20px;
}
.cg-flow-01 p,
.cg-flow-02 p,
.cg-flow-03 p,
.cg-flow-fin p {
  font-size: 16px;
}
@media (max-width: 976px) {
  img[src*="cg-flow-illust"] {
    width: 93px;
    height: 121px;
  }
  .cg-flow-lead {
    margin: 2em auto 0;
    padding: 0 16px;
    gap: 16px;
  }
  .cg-flow h2 {
    font-size: 24px;
    margin: 0;
  }
  .cg-flow p {
    font-size: 16px;
    line-height: 1.75;
  }
  .cg-flow-inner {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
  .cg-flow-inner-left {
    text-align: center;
  }
  .cg-flow-inner-right > p {
    font-size: 20px;
    margin: .75em 0;
  }
  .cg-flow-inner-right ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cg-flow-01,
  .cg-flow-02,
  .cg-flow-03,
  .formen-flow-fin {
    display: flex;
  }
  .cg-flow-01::before,
  .cg-flow-02::before,
  .cg-flow-03::before,
  .cg-flow-fin::before {
    width: 64px;
    min-width: 64px;
    font-size: 30px;
  }
  .cg-flow-01 div,
  .cg-flow-02 div,
  .cg-flow-03 div,
  .cg-flow-fin div {
    padding: 0 16px;
  }
  .cg-flow-01 h3,
  .cg-flow-02 h3,
  .cg-flow-03 h3,
  .cg-flow-fin h3 {
    font-size: 18px;
  }
}

/* cg-chatgene-pro */
.cg-chatgene-pro {
  position: relative;
  max-width: 720px;
  margin: 80px auto 60px;
  background-color: #F4EDED;
  background-image: url(../img/cg-chatgene-pro-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #A76000;
  color: #222;
}
.cg-chatgene-pro p:first-child {
  position: absolute;
  z-index: 1;
  top: -72px;
  right: -24px;
  display: inline-block;
  margin-bottom: 20px;
  padding: .5em 1.5em;
  border: 2px solid #fff;
  background-color: #A76000;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
.cg-chatgene-pro p:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.cg-chatgene-pro p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #A76000 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.cg-chatgene-pro-inner {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: transparent;
}
.cg-chatgene-pro-inner-left {
  position: absolute;
  top: -10px;
  left: -60px;
  width: 379px;
  height: 354px;
  z-index: 1;
}
.cg-chatgene-pro-inner-left img {
  max-width: 100%;
  height: auto;
}
.cg-chatgene-pro-inner-right {
  width: 345px;
  margin: 0 0 0 auto;
}
.cg-chatgene-pro-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.cg-chatgene-pro-price span {
  font-size: 20px;
}
.cg-chatgene-pro-terms {
  font-size: 16px;
}
.cg-chatgene-pro-terms strong {
  color: #BF0000;
  font-size: 20px;
}
.cg-chatgene-pro-button {
  text-align: center;
}
.cg-chatgene-pro-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin-top: 1.5em;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #F2C07E;
  background-image: linear-gradient(to right, #F2C07E 0%, #A76000 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cg-chatgene-pro-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.cg-chatgene-pro-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .cg-chatgene-pro {
    margin: 100px 16px 40px;
    color: #222;
  }
  .cg-chatgene-pro p:first-child {
    top: -124px;
    right: 16px;
    margin-bottom: 0;
    padding: .5em 1.5em;
    font-size: 20px;
  }
  .cg-chatgene-pro-inner {
    padding: 220px 20px 20px;
    background-color: #fff;
  }
  .cg-chatgene-pro-inner-left {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 255px;
  }
  .cg-chatgene-pro-inner-right {
    width: 100%;
    margin: 0;
  }
  .cg-chatgene-pro-inner-right h2 {
    margin-top: 0;
    margin-bottom: .5em;
  }
  .cg-chatgene-pro-inner-right h2 img {
    width: 177px;
    height: 32px;
  }
  .cg-chatgene-pro-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 22px;
    font-weight: bold;
  }
  .cg-chatgene-pro-price span {
    font-size: 16px;
  }
  .cg-chatgene-pro-terms {
    font-size: 14px;
  }
  .cg-chatgene-pro-terms strong {
    font-size: 16px;
  }
  .cg-chatgene-pro-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* cg-recommended */
.cg-recommended {
  padding: 2.5em 16px 0;
  background-color: #F8FAFA;
  border-radius: 30px 30px 0 0;
}
.cg-recommended h2 {
  font-family: "Kohinoor Bangla", sans-serif;
  max-width: 800px;
  margin: .5em auto;
  color: #FF8900;
  font-size: 40px;
  font-weight: normal;
  line-height: .75;
}
.cg-recommended span {
  color: #70C1BE;
  font-size: 18px;
}
.cg-recommended ul {
  list-style: none;
  max-width: 800px;
  margin: 1em auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cg-recommended ul li {
  text-align: center;
}
.cg-recommended ul li img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.cg-recommended ul li a:hover {
  opacity: .7;
}
@media (max-width: 976px) {
  .cg-recommended {
    margin-top: -18px;
    padding: 2em 24px 0;
    border-radius: 20px 20px 0 0;
  }
  .cg-recommended h2 {
    font-size: 24px;
    line-height: 1;
  }
  .cg-recommended h2 img {
    width: 100%;
    height: auto;
  }
  .cg-recommended span {
    font-size: 16px;
  }
}

/* cg-gallery */
.cg-gallery {
  background-color: #FDFDFD;
  overflow: hidden;
}
.cg-gallery h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cg-gallery h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cg-gallery p {
  font-size: 20px;
}
.cg-gallery p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cg-gallery-lead {
  max-width: 672px;
  margin: 3em auto 0;
  display: flex;
  gap: 36px;
}
.cg-gallery h2 {
  text-align: center;
}
.cg-gallery-cg,
.cg-gallery-pro {
  margin: 3em 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 60%);
}
.cg-gallery-cg div,
.cg-gallery-pro div {
  line-height: 1;
}
.cg-gallery-cg div a,
.cg-gallery-pro div a {
  color: #222;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.cg-gallery-cg div a img:nth-child(2),
.cg-gallery-pro div a img:nth-child(2) {
  width: 100%;
  height: auto;
}
.cg-gallery-cg div p,
.cg-gallery-pro div p {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: right;
}
.cg-gallery-cg div p img,
.cg-gallery-pro div p img {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.cg-gallery-cg div p span,
.cg-gallery-pro div p span {
  font-size: 12px;
}
.cg-gallery-cg.slick .slide,
.cg-gallery-pro.slick .slide {
  width: 300px;
}
@media (max-width: 976px) {
  .cg-gallery {
    overflow: hidden;
  }
  img[src*="cg-gallery-illust"] {
    width: 129px;
    height: 139px;
  }
  .cg-gallery-lead {
    margin: 4em auto 0;
    padding: 0 16px;
    gap: 16px;
  }
  .cg-gallery h2 {
    font-size: 24px;
    text-align: left;
  }
  .cg-gallery h2 span {
    padding: .5em;
    border: 1px solid #2DE136;
  }
  .cg-gallery h2 img {
    width: 98px;
    height: 81px;
  } .cg-gallery p {
    font-size: 16px;
    line-height: 1.75;
  }
  .cg-gallery-cg,
  .cg-gallery-pro {
    margin: 2em 0;
  }
}

/* cg-youtube */
.cg-youtube {
  max-width: 842px;
  margin: 3em auto;
  padding: 16px 16px 32px;
  border: 1px solid #70C1BE;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 30px;
}
.cg-youtube h2 {
  font-size: 30px;
  text-align: center;
}
.cg-youtube-list {
  list-style: none;
  max-width: 700px;
  height: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow-y: scroll;
}
.cg-youtube-list li {
  margin: 0 0 1em;
  font-size: 1em;
}
.cg-youtube-list li a {
  display: block;
  padding-left: 90px;
  background-image: url(../img/cg-icon-youtube.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76px 45px;
  text-decoration: none;
  transition: .3s;
  color: #222;
  font-size: 0.85em;
}
.cg-youtube-list li a:hover {
  opacity: .7;
}
.cg-youtube-list li strong {
  font-size: 1.2em;
}
@media (max-width: 976px) {
  .cg-youtube {
    margin: 2em auto;
    padding: 16px 16px 32px;
    border: 1px solid #2DE136;
  }
  .cg-youtube h2 {
    font-size: 20px;
  }
}
@media (max-width: 866px) {
  .cg-youtube {
    margin: 2em 16px;
  }
  .cg-youtube {
    max-width: 842px;
    margin: 3em auto;
    padding: 16px 16px 32px;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
  .cg-youtube h2 {
    font-size: 24px;
  }
}

/* Image Modal */
.image-modal-overlay {
  display: none;
  position: fixed;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.image-modal-overlay div {
  width: 80%;
  margin: 30px auto;
  height: 100%;
  text-align: center;
  overflow-y: auto;
}
.image-modal-content {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.image-modal-active {
  overflow: hidden;
}

/* baloon */
.cg-baloon {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 10px 5px 0;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #70C1BE;
  border-radius: 50%;
  box-sizing: border-box;
}
.cg-baloon a {
  display: block;
  color: #fff;
}
.cg-baloon span {
  font-size: 14px;
}
@media (max-width: 976px) {
  .cg-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
    border-radius: 0;
  }
  .cg-baloon span {
    font-size: 16px;
  }
  .cg-baloon a img {
    margin-left: .5em;
  }
}

/* cp-kv */
.cp-kv {
  padding-top: 120px;
  background-color: #fff;
  background-image: url(../img/cp-kv-bg.webp);
  background-repeat: no-repeat;
  background-position: left top 70px;
  background-size: cover;
  background-attachment: fixed;
  animation: moveBackground 20s ease-in-out alternate infinite;
}
@keyframes moveBackground {
  from {
    background-position: left top;
  }
  to {
    background-position: left bottom;
  }
}
.cp-kv strong {
  background: linear-gradient(transparent 55%, #F8EB03 45%);
}
.cp-kv-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  padding-bottom: 200px;
  margin: 0 auto;
}
.cp-kv-inner-left {
  width: 504px;
  height: 534px;
  position: relative;
}
.cp-kv-inner-left > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cp-kv-inner-left > div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 324px;
  padding: 24px 24px 16px;
  border: 1px solid #A76000;
  background-color: #fff;
}
.cp-kv-inner-left > div img {
  position: absolute;
  top: -32px;
  right: 0;
}
.cp-kv-inner-left > div p {
  margin: 0 0 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cp-kv-inner-left > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp-kv-inner-left > div ul li {
  margin: .5em 0;
  padding-left: 34px;
  background-image: url(../img/cp-check-brown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #A76000;
  font-size: 18px;
}
.cp-kv-inner-right {
  max-width: 490px;
}
.cp-kv-inner-right h1 {
  margin: 0;
  font-family: "Noto Serif Japanese", serif;
  font-size: 36px;
  line-height: 1.75;
}
.cp-kv-inner-right h1 span {
  color: #A76000;
}
.cp-kv-inner-right ul {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  justify-content: left;
  gap: 10px;
}
.cp-kv-inner-right ul li {
  padding: .25em 1em;
  background-color: #A9A9A9;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
}
.cp-kv-phrase {
  margin: 2em 0 0;
  color: #A76000;
  font-size: 20px;
}
.cp-kv-price {
  margin: .75em 0;
  color: #BF0000;
  font-size: 34px;
  font-weight: bold;
}
.cp-kv-price span {
  font-size: 22px;
}
.cp-kv-note {
  padding: 24px;
  background-color: rgba(255, 255, 255, 70%);
  line-height: 1.75;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}
.cp-kv-note h2 {
  margin-top: 0;
  font-size: 18px;
}
.cp-kv-note i {
  color: #BF0000;
  font-weight: normal;
  font-style: normal;
}
.cp-kv-note span {
  font-size: 60%;
}
.cp-chatgene-pro-button {
  text-align: left;
  margin-bottom: 2em;
}
.cp-chatgene-pro-button a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cp-chatgene-pro-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.cp-chatgene-pro-button a:hover::before {
  left: 100%;
}
.cp-chatgene-pro-button a img {
  margin-left: .5em;
}
@media (max-width: 976px) {
  .cp-kv {
    padding-top: 80px;
    background-image: url(../img/cp-kv-bg-sp.webp);
    background-size: auto;
    background-position: left bottom;
    background-repeat: repeat;
    animation: moveBackground-sp 120s ease-in-out alternate infinite;
  }
  @keyframes moveBackground-sp {
    from {
      background-position: left bottom;
    }
    to {
      background-position: left top;
    }
  }
  .cp-kv-inner {
    flex-direction: column;
    padding-bottom: 200px;
  }
  .cp-kv-inner-left {
    max-width: 375px;
    height: 380px;
    margin: 0 auto;
    position: relative;
  }
  .cp-kv-inner-left > img {
    width: 279px;
    height: 235px;
    margin-left: 16px;
  }
  .cp-kv-inner-left > div {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 260px;
    padding: 16px 16px 12px;
    text-align: left;
  }
  .cp-kv-inner-left > div img {
    top: -40px;
    right: -14px;
  }
  .cp-kv-inner-left > div p {
    font-size: 18px;
  }
  .cp-kv-inner-left > div ul li {
    padding-left: 30px;
    font-size: 16px;
  }
  .cp-kv-inner-right {
    padding: 0 16px;
    max-width: 375px;
    margin: 0 auto;
  }
  .cp-kv-inner-right h1 {
    margin: 1em 0 0;
    font-size: 30px;
    line-height: 1.5;
  }
  .cp-kv-inner-right ul {
    gap: 6px;
  }
  .cp-kv-inner-right ul li {
    padding: .25em .75em;
    font-size: 14px;
  }
  .cp-kv-phrase {
    margin: 1.5em 0 0;
    font-size: 16px;
  }
  .cp-kv-inner-right img[src*="cp-logo-chatgene-pro"] {
    width: 300px;
    height: 41px;
  }
  .cp-kv-price {
    margin: .75em 0;
    color: #BF0000;
    font-size: 24px;
    font-weight: bold;
  }
  .cp-kv-price span {
    font-size: 18px;
  }
  .cp-kv-note {
    padding: 16px;
    font-size: 14px;
  }
  .cp-kv-note h2 {
    margin-top: 0;
    font-size: 16px;
  }
  .cp-chatgene-pro-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* cp-about */
.cp-about {
  position: relative;
  margin-top: -160px;
  padding-top: 0;
}
.cp-about::before {
  content: "";
  background-color: #F8FAFA;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 600px;
  transform: skewY(7deg);
}
.cp-about strong {
  background: linear-gradient(transparent 50%, #F8EB03 50%);
  font-weight: normal;
  font-size: 1.2em;
}
.cp-about-lead {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  z-index: 1;
}
.cp-about-lead h2 {
  margin: 0;
  padding-top: 70px;
  font-size: 30px;
}
.cp-about-lead h2 img {
  vertical-align: baseline;
}
.cp-about-lead h2 rt {
  color: #7A5B3B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: .25em; 
}
_::-webkit-full-page-media, _:future, :root .cp-about-lead h2 rt {
  margin-bottom: 1em; 
}
.cp-about-lead p {
  font-size: 22px;
}
.cp-about-lead ul {
  list-style: none;
  margin: 3em 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cp-about-lead ul li {
  margin: 0;
  padding: 0;
}
.cp-about-lead ul li img {
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
@media (max-width: 976px) {
  .cp-about {
    padding-top: 20px;
  }
  .cp-about::before {
    height: 1100px;
  }
  .cp-about-lead h2 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
  }
  .cp-about-lead img[src*="cp-logo-chatgene-pro"] {
    width: 214px;
    height: 29px;
  }
  .cp-about-lead p {
    font-size: 16px;
    text-align: center;
  }
  .cp-about-lead ul {
    list-style: none;
    margin: 1em 0;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cp-about-lead ul li {
    width: 45%;
  }
  .cp-about-lead ul li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .cp-about::before {
    height: 1000px;
  }
}
@media (max-width: 696px) {
  .cp-about::before {
    height: 880px;
  }
}
@media (max-width: 580px) {
  .cp-about::before {
    height: 780px;
  }
}
@media (max-width: 480px) {
  .cp-about::before {
    height: 680px;
  }
}

/* cp-items */
.cp-items {
  width: 100%;
  margin-top: -100px;
  padding: 160px 16px 280px;
  background-color: #F0F1F6;
}
.cp-items-inner {
  max-width: 820px;
  margin: 0 auto;
}
.cp-items strong {
  background: linear-gradient(transparent 50%, #F8EB03 50%);
  font-weight: normal;
  font-size: 1.2em;
}
.cp-items h2 {
  color: #FF8900;
  font-size: 30px;
}
.cp-items h2 img {
  vertical-align: middle;
  margin-bottom: .25em;
}
.cp-items p {
  font-size: 18px;
}
.cp-items p span {
  font-size: 16px;
}
.cp-items-cg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-items-cg h3 {
  width: 100%;
  margin-bottom: 0;
  color: #70C1BE;
  font-size: 20px;
  font-weight: bold;
}
.cp-items-cg h3 img {
  vertical-align: middle;
  margin-bottom: .75em;
}
.cp-items-cg > div {
  width: 32%;
  padding: 20px 20px 8px;
  border: 1px solid #70C1BE;
  background-color: #F8FFFE;
}
.cp-items-cg > div h4 {
  margin: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #70C1BE;
  color: #70C1BE;
  font-size: 20px;
  text-align: center;
}
.cp-items-cg > div h4 span {
  font-size: 80%;
}
.cp-items-cg > div p {
  font-size: 16px;
  margin-bottom: 0;
}
.cp-items-cg > div ul {
  margin-top: 0;
}
 .cp-items-cg > div ul li {
  margin-top: .5em;
}
.cp-items-cg > div:nth-child(4) ul {
  display: flex;
  flex-wrap: wrap;
}
.cp-items-cg > div:nth-child(4) ul li {
  width: 50%;
}
.cp-items-plus {
  margin: 1em 0 -1em;
  text-align: center;
}
.cp-items-cp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cp-items-cp h3 {
  width: 100%;
  margin-bottom: 0;
  color: #7A5C3A;
  font-size: 20px;
  font-weight: bold;
}
.cp-items-cp h3 img {
  vertical-align: middle;
  margin-bottom: .75em;
}
.cp-items-cp > div {
  padding: 20px 20px 8px;
  border: 1px solid #A76000;
  background-color: #FFF5E6;
}
.cp-items-cp > div:nth-child(2) {
  width: 66%;
}
.cp-items-cp > div:nth-child(3) {
  width: 32%;
}
.cp-items-cp > div h4 {
  margin: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #A76000;
  color: #A76000;
  font-size: 20px;
  text-align: center;
}
.cp-items-cp > div h4 span {
  font-size: 80%;
}
.cp-items-cp > div p {
  font-size: 16px;
  margin-bottom: 0;
}
.cp-items-cp > div ul {
  margin-top: 0;
}
.cp-items-cp > div ul li {
  margin-top: .5em;
}
.cp-items-cp > div:nth-child(2) p:last-child {
  font-size: 14px;
}
@media (max-width: 976px) {
  .cp-items {
    padding: 160px 16px 240px;
  }
  .cp-items h2 {
    color: #FF8900;
    font-size: 24px;
  }
  .cp-items p {
    font-size: 16px;
  }
  .cp-items p span {
    font-size: 14px;
  }
  .cp-items-cg {
    gap: 12px;
  }
  .cp-items-cg h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: -1em;
  }
  .cp-items-cg h3 img:first-child {
    float: left;
    margin-right: 12px;
  }
  .cp-items-cg > div {
    width: 48%;
    padding: 12px 12px 8px;
  }
  .cp-items-cg > div h4 {
    font-size: 14px;
  }
  .cp-items-cg > div p {
    font-size: 14px;
  }
  .cp-items-cg > div ul li {
    margin-top: .5em;
    font-size: 16px;
  }
  .cp-items-cg > div ul li span {
    font-size: 12px;
  }
  .cp-items-cg > div:nth-child(4) {
    width: 100%;
  }
  .cp-items-cg > div:nth-child(4) ul li {
    width: 50%;
  }
  .cp-items-plus {
    margin: 1em 0 -1em;
    text-align: center;
  }
  .cp-items-cp {
    gap: 12px;
  }
  .cp-items-cp h3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 2em;
    margin-bottom: -1em;
  }
  .cp-items-cp h3 img:first-child {
    float: left;
    margin-right: 12px;
  }
  .cp-items-cp h3 img[src*="cp-logo-chatgene-pro"] {
    width: 180px;
    height: 24px;
  }
  .cp-items-cp > div {
    padding: 12px 12px 8px;
  }
  .cp-items-cp > div:nth-child(2) {
    width: 100%;
  }
  .cp-items-cp > div:nth-child(3) {
    width: 100%;
  }
  .cp-items-cp > div h4 {
    margin: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #A76000;
    color: #A76000;
    font-size: 20px;
    text-align: center;
  }
  .cp-items-cp > div h4 span {
    font-size: 80%;
  }
  .cp-items-cp > div p {
    font-size: 14px;
  }
  .cp-items-cp > div ul li {
    margin-top: .5em;
  }
  .cp-items-cp > div:nth-child(2) p:last-child {
    font-size: 14px;
  }

}

/* cp-compare */
.cp-compare {
  position: relative;
  margin-top: -160px;
  padding: 80px 16px 0
}
.cp-compare::before {
  content: "";
  background-color: #EFF6F3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 900px;
  transform: skewY(7deg);
}
.cp-compare-inner {
  max-width: 946px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cp-compare h2 {
  color: #222;
  font-size: 24px;
}
.cp-compare h2 img {
  vertical-align: middle;
  margin-bottom: .5em;
}
.cp-compare h2 strong {
  background: linear-gradient(transparent 50%, #F8EB03 50%);
}
.cp-compare p {
  font-size: 18px;
}
.cp-compare p span {
  font-size: 16px;
}
.cp-compare-table {
  width: 100%;
  border: 1px solid #666;
  font-size: 16px;
}
.cp-compare-table strong {
  font-size: 18px;
}
.cp-compare-table span {
  font-size: 14px;
}
.cp-compare-table thead {
  border: 1px solid #666;
}
.cp-compare-table th {
  padding: .5em .5em;
  background-color: #DFF8F7;
  border-right: 1px solid #666;
  font-weight: normal;
}
.cp-compare-table td {
  padding: .35em .5em .25em;
  border: 1px solid #666;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  background-color: #fff;
  text-align: center;
}
.cp-compare-table thead tr:nth-child(2) th:nth-child(1) {
  border-right: 0;
}
.cp-compare-table tbody tr td:nth-child(1) {
  padding-left: 1em;
  background-color: #F7F4F4;
  text-align: left;
}
.cp-compare-table tbody tr td:nth-child(2) {
  background-color: #FFF0F0;
}
.cp-compare-table tbody tr:nth-child(2) td:nth-child(1),
.cp-compare-table tbody tr:nth-child(3) td:nth-child(1),
.cp-compare-table tbody tr:nth-child(5) td:nth-child(1),
.cp-compare-table tbody tr:nth-child(6) td:nth-child(1),
.cp-compare-table tbody tr:nth-child(7) td:nth-child(1) {
  padding-left: 2.25em;
  background-image: url(../img/cp-table-band.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.cp-compare-inner p:last-child {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 976px) {
  .cp-compare {
    padding-top: 20px;
  }
  .cp-compare::before {
    height: 820px;
  }
  .cp-compare h2 {
    position: relative;
    padding-top: 60px;
    color: #222;
    font-size: 22px;
    line-height: 1.5;
  }
  .cp-compare h2 img:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cp-compare h2 img[src*="cp-logo-chatgene-pro"] {
    width: 180px;
    height: 24px;
  }
  .cp-compare p {
    font-size: 14px;
  }
  .cp-compare p span {
    font-size: 12px;
  }
  .cp-compare-table {
    font-size: 11px;
  }
  .cp-compare-table img[src*="cp-crown"] {
    width: 18px;
    height: 15px;
  }
  .cp-compare-table img[src*="cp-logo-chatgene-pro"] {
    width: 61px;
    height: 8px;
  }
  .cp-compare-table strong {
    font-size: 12px;
  }
  .cp-compare-table span {
    font-size: 11px;
  }
  .cp-compare-table thead {
    border: 1px solid #666;
  }
  .cp-compare-table th {
    padding: .25em .25em;
  }
  .cp-compare-table td {
    padding: .5em .25em;
  }
  .cp-compare-table tbody tr td:nth-child(1) {
    padding-left: .5em;
  }
  .cp-compare-table tbody tr:nth-child(2) td:nth-child(1),
  .cp-compare-table tbody tr:nth-child(3) td:nth-child(1),
  .cp-compare-table tbody tr:nth-child(5) td:nth-child(1),
  .cp-compare-table tbody tr:nth-child(6) td:nth-child(1),
  .cp-compare-table tbody tr:nth-child(7) td:nth-child(1) {
    padding-left: .75em;
    background-position: left -20px center;
  }
  .cp-compare-table thead tr th {
    width: 20%;
  }
  .cp-compare-inner p:last-child {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cp-compare::before {
    height: 800px;
  }
}
@media (max-width: 696px) {
  .cp-compare::before {
    height: 850px;
  }
}
@media (max-width: 470px) {
  .cp-compare::before {
    height: 910px;
  }
}

/* cp-selfcare */
.cp-selfcare {
  width: 100%;
  margin-top: -100px;
  padding: 180px 16px 80px;
  background-color: #F4F5F2;
}
.cp-selfcare-inner {
  max-width: 820px;
  margin: 0em auto;
}
.cp-selfcare strong {
  background: linear-gradient(transparent 50%, #F8EB03 50%);
  font-weight: normal;
  font-size: 1.2em;
}
.cp-selfcare h2 {
  font-size: 30px;
  text-align: center;
}
.cp-selfcare p {
  text-align: center;
  font-size: 18px;
}
.cp-selfcare ul {
  list-style: none;
  margin: 3em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cp-selfcare ul li {
  width: 30%;
}
.cp-selfcare ul li img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  border-radius: 30px;
}
.cp-selfcare ul li span {
  display: inline-block;
  margin-top: 1em;
  padding-left: 36px;
  background-image: url(../img/cp-check-brown.svg);
  background-repeat: no-repeat;
  background-position: left top 5px;
  font-size: 18px;
}
@media (max-width: 976px) {
  .cp-selfcare {
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .cp-selfcare h2 {
    margin-top: 0;
    font-size: 28px;
    text-align: center;
  }
  .cp-selfcare p {
    font-size: 16px;
  }
  .cp-selfcare ul {
    list-style: none;
    margin: 2em 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .cp-selfcare ul li {
    width: 45%
  }
  .cp-selfcare ul li img {
    width: 100%;
    height: auto;
  }
  .cp-selfcare ul li span {
    padding-left: 24px;
    background-size: 18px 17px;
    background-position: left top 5px;
    font-size: 16px;
  }
}
@media (max-width: 796px) {
  .cp-selfcare {
    padding-top: 140px;
  }
}

/* cp-report */
.cp-report {
  background-color: #D7E6E5;
  background-image: url(../img/cp-report-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 16px 60px;
}
.cp-report h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cp-report h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cp-report p {
  font-size: 20px;
}
.cp-report p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cp-report > div {
  max-width: 642px;
  margin: 0 auto;
  display: flex;
  gap: 36px;
}
.cp-report ul {
  list-style: none;
  margin: 1em auto 0;
  padding: 4em 0 0;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cp-report ul li {
  position: relative;
}
.cp-report ul li > span {
  position: absolute;
  display: inline-block;
  margin-top: -3em;
  margin-bottom: .5em;
  padding: .5em 2em;
  border-radius: 50px;
  background-color: #A76000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.cp-report ul li > span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 40px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #A76000 transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
}
.cp-report ul li > span > span {
  font-size: 80%;
}
.cp-report ul li img {
  max-width: 100%;
  height: auto;
}
.cp-report ul li a:hover {
  opacity: .7;
}
.cp-report .cp-report-note {
  max-width: 1024px;
  margin: 1em auto 0;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1024px) {
  img[src*="cp-report-illust"] {
    width: 132px;
    height: 108px;
  }
  .cp-report > div {
    gap: 16px;
  }
  .cp-report h2 {
    font-size: 24px;
  }
  .cp-report p {
    font-size: 16px;
  }
  .cp-report ul {
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 16px;
  }
  .cp-report ul li {
    width: 47%;
  }
  .cp-report ul li > span {
    padding: .4em 2em;
    font-size: 14px;
  }
  .cp-report .cp-report-note {
    font-size: 12px;
  }
}

/* cp-flow  */
.cp-flow {
  margin: 0 auto;
  padding: 16px 16px 3em;
  box-sizing: border-box;
  background-color: transparent;
}
.cp-flow h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cp-flow h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cp-flow p {
  font-size: 20px;
}
.cp-flow p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cp-flow-lead {
  max-width: 604px;
  margin: 3em auto 0;
  display: flex;
  gap: 36px;
}
.cp-flow-inner {
  max-width: 872px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.cp-flow-inner-right > p {
  color: #70C1BE;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: .5em 0;
}
.cp-flow-inner-right ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cp-flow-inner-right ol li {
  margin-bottom: .5em;
}
.cp-flow-01,
.cp-flow-02,
.cp-flow-03,
.cp-flow-fin {
  display: flex;
  border: 1px solid #70C1BE;
  background-color: #AFE3E1;
}
.cp-flow-01 {
  border-radius: 30px 30px 0 0;
}
.cp-flow-fin {
  border-radius: 0 0 30px 30px;
}
.cp-flow-01::before,
.cp-flow-02::before,
.cp-flow-03::before,
.cp-flow-fin::before {
  content: "01";
  width: 80px;
  min-width: 80px;
  background-color: #70C1BE;
  color: #222;
  font-family: "Caveat", cursive;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-flow-01::before {
  border-radius: 30px 0 0 0;
}
.cp-flow-02::before {
  content: "02";
}
.cp-flow-03::before {
  content: "03";
}
.cp-flow-fin::before {
  content: "Fin";
  border-radius: 0 0 0 30px;
}
.cp-flow-01 div,
.cp-flow-02 div,
.cp-flow-03 div,
.cp-flow-fin div {
  padding: 0 20px;
}
.cp-flow-01 h3,
.cp-flow-02 h3,
.cp-flow-03 h3,
.cp-flow-fin h3 {
  font-size: 20px;
}
.cp-flow-01 p,
.cp-flow-02 p,
.cp-flow-03 p,
.cp-flow-fin p {
  font-size: 16px;
}
@media (max-width: 976px) {
  img[src*="cp-flow-illust"] {
    width: 93px;
    height: 121px;
  }
  .cp-flow-lead {
    max-width: 340px;
    margin: 2em auto 0;
    padding: 0 16px;
    gap: 16px;
  }
  .cp-flow h2 {
    font-size: 24px;
    margin: 0;
  }
  .cp-flow p {
    font-size: 16px;
    line-height: 1.75;
  }
  .cp-flow-inner {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
  .cp-flow-inner-left {
    text-align: center;
  }
  .cp-flow-inner-right > p {
    font-size: 20px;
    margin: .75em 0;
  }
  .cp-flow-inner-right ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cp-flow-01,
  .cp-flow-02,
  .cp-flow-03,
  .formen-flow-fin {
    display: flex;
  }
  .cp-flow-01::before,
  .cp-flow-02::before,
  .cp-flow-03::before,
  .cp-flow-fin::before {
    width: 64px;
    min-width: 64px;
    font-size: 30px;
  }
  .cp-flow-01 div,
  .cp-flow-02 div,
  .cp-flow-03 div,
  .cp-flow-fin div {
    padding: 0 16px;
  }
  .cp-flow-01 h3,
  .cp-flow-02 h3,
  .cp-flow-03 h3,
  .cp-flow-fin h3 {
    font-size: 18px;
  }
}

/* cp-chatgene */
.cp-chatgene {
  position: relative;
  max-width: 720px;
  margin: 120px auto 80px;
  border: 1px solid #70C1BE;
  background-image: radial-gradient(#fff, #F4EDED);
  color: #222;
}
.cp-chatgene p:first-child {
  position: absolute;
  z-index: 1;
  top: -72px;
  right: -28px;
  display: inline-block;
  margin-bottom: 20px;
  padding: .5em 1.5em;
  border: 2px solid #fff;
  background-color: #47D8D2;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  font-weight: bold;
}
.cp-chatgene p:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.cp-chatgene p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #47D8D2 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.cp-chatgene-inner {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: transparent;
}
.cp-chatgene-inner-left {
  position: absolute;
  top: -20px;
  left: -60px;
  width: 379px;
  height: 354px;
}
.cp-chatgene-inner-left img {
  max-width: 100%;
  height: auto;
}
.cp-chatgene-inner-right {
  width: 345px;
  margin: 0 0 0 auto;
}
.cp-chatgene-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.cp-chatgene-price span {
  font-size: 20px;
}
.cp-chatgene-terms {
  font-size: 16px;
}
.cp-chatgene-terms strong {
  color: #BF0000;
  font-size: 20px;
}
.cp-chatgene-button {
  text-align: center;
}
.cp-chatgene-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin-top: 1.5em;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #5AFEF7 0%, #6EC2BF 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cp-chatgene-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.cp-chatgene-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .cp-chatgene {
    max-width: 976px;
    margin: 100px auto 0;
    color: #222;
    border-left: 0;
    border-right: 0;
  }
  .cp-chatgene p:first-child {
    top: -108px;
    right: 0;
    margin-bottom: 20px;
    padding: .5em 1.5em;
    font-size: 20px;
  }
  .cp-chatgene-inner {
    padding: 220px 20px 20px;
  }
  .cp-chatgene-inner-left {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 255px;
  }
  .cp-chatgene-inner-right {
    width: 100%;
    margin: 0;
  }
  .cp-chatgene-inner-right h2 img {
    width: 177px;
    height: 32px;
  }
  .cp-chatgene-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 22px;
    font-weight: bold;
  }
  .cp-chatgene-price span {
    font-size: 16px;
  }
  .cp-chatgene-terms {
    font-size: 14px;
  }
  .cp-chatgene-terms strong {
    font-size: 16px;
  }
  .cp-chatgene-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* cp-recommended */
.cp-recommended {
  padding: 2.5em 16px 80px;
  background-color: #F8FAFA;
  border-radius: 30px 30px 0 0;
}
.cp-recommended-before-footer {
  margin-bottom: -120px;
}
.cp-recommended h2 {
  font-family: "Kohinoor Bangla", sans-serif;
  max-width: 800px;
  margin: .5em auto;
  color: #FF8900;
  font-size: 40px;
  font-weight: normal;
  line-height: .75;
}
.cp-recommended span {
  color: #70C1BE;
  font-size: 18px;
}
.cp-recommended ul {
  list-style: none;
  max-width: 800px;
  margin: 1em auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cp-recommended ul li {
  text-align: center;
}
.cp-recommended ul li img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.cp-recommended ul li a:hover {
  opacity: .7;
}
@media (max-width: 976px) {
  .cp-recommended {
    margin-top: 0;
    padding: 2em 24px 2em;
    border-radius: 0;
  }
  .cp-recommended-before-footer {
    margin-bottom: -50px;
    border-radius: 20px 20px 0 0;
  }
  .cp-recommended h2 {
    font-size: 24px;
    line-height: 1;
  }
  .cp-recommended h2 img {
    width: 100%;
    height: auto;
  }
  .cp-recommended span {
    font-size: 16px;
  }
}

/* cp-gallery */
.cp-gallery {
  background-color: #FDFDFD;
  overflow: hidden;
}
.cp-gallery h2 {
  font-size: 30px;
  margin-bottom: .5em;
}
.cp-gallery h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.cp-gallery p {
  font-size: 20px;
}
.cp-gallery p strong {
  color: #FF6F2F;
  font-weight: bold;
}
.cp-gallery-lead {
  max-width: 672px;
  margin: 3em auto 0;
  display: flex;
  gap: 36px;
}
.cp-gallery h2 {
  text-align: center;
}
.cp-gallery-cg,
.cp-gallery-pro {
  margin: 3em 0;
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 60%);
}
.cp-gallery-cg div,
.cp-gallery-pro div {
  line-height: 1;
}
.cp-gallery-cg div a,
.cp-gallery-pro div a {
  color: #222;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.cp-gallery-cg div a img:nth-child(2),
.cp-gallery-pro div a img:nth-child(2) {
  width: 100%;
  height: auto;
}
.cp-gallery-cg div p,
.cp-gallery-pro div p {
  margin: .5em 0 0;
  font-size: 14px;
  text-align: right;
}
.cp-gallery-cg div p img,
.cp-gallery-pro div p img {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.cp-gallery-cg div p span,
.cp-gallery-pro div p span {
  font-size: 12px;
}
.cp-gallery-cg.slick .slide,
.cp-gallery-pro.slick .slide {
  width: 300px;
}
@media (max-width: 976px) {
  .cp-gallery {
    overflow: hidden;
  }
  img[src*="cp-gallery-illust"] {
    width: 129px;
    height: 139px;
  }
  .cp-gallery-lead {
    margin: 4em auto 0;
    padding: 0 16px;
    gap: 16px;
  }
  .cp-gallery h2 {
    font-size: 24px;
    text-align: left;
  }
  .cp-gallery h2 span {
    padding: .5em;
    border: 1px solid #2DE136;
  }
  .cp-gallery h2 img {
    width: 98px;
    height: 81px;
  } .cp-gallery p {
    font-size: 16px;
    line-height: 1.75;
  }
  .cp-gallery-cg,
  .cp-gallery-pro {
    margin: 2em 0;
  }
}

/* cp-youtube */
.cp-youtube {
  max-width: 842px;
  margin: 3em auto;
  padding: 16px 16px 32px;
  border: 1px solid #70C1BE;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 30px;
}
.cp-youtube h2 {
  font-size: 30px;
  text-align: center;
}
.cp-youtube-list {
  list-style: none;
  max-width: 700px;
  height: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow-y: scroll;
}
.cp-youtube-list li {
  margin: 0 0 1em;
  font-size: 1em;
}
.cp-youtube-list li a {
  display: block;
  padding-left: 90px;
  background-image: url(../img/cp-icon-youtube.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76px 45px;
  text-decoration: none;
  transition: .3s;
  color: #222;
  font-size: 0.85em;
}
.cp-youtube-list li a:hover {
  opacity: .7;
}
.cp-youtube-list li strong {
  font-size: 1.2em;
}
@media (max-width: 976px) {
  .cp-youtube {
    margin: 2em auto;
    padding: 16px 16px 32px;
    border: 1px solid #2DE136;
  }
  .cp-youtube h2 {
    font-size: 20px;
  }
}
@media (max-width: 866px) {
  .cp-youtube {
    margin: 2em 16px;
  }
  .cp-youtube {
    max-width: 842px;
    margin: 3em auto;
    padding: 16px 16px 32px;
    border: none;
    background-color: transparent;
    border-radius: 0;
  }
  .cp-youtube h2 {
    font-size: 24px;
  }
}

/* Image Modal */
.image-modal-overlay {
  display: none;
  position: fixed;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.image-modal-overlay div {
  width: 80%;
  margin: 30px auto;
  height: 100%;
  text-align: center;
  overflow-y: auto;
}
.image-modal-content {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.image-modal-active {
  overflow: hidden;
}

/* baloon */
.cp-baloon {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 10px 5px 0;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #7A5B3B;
  border-radius: 50%;
  box-sizing: border-box;
}
.cp-baloon a {
  display: block;
  color: #fff;
}
.cp-baloon span {
  font-size: 14px;
}
@media (max-width: 976px) {
  .cp-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
    border-radius: 0;
  }
  .cp-baloon span {
    font-size: 16px;
  }
  .cp-baloon a img {
    margin-left: .5em;
  }
}

/* formen-kv */
.formen-kv {
  width: 100%;
  height: 650px;
  padding-top: 90px;
  background-image: url(../img/formen-kv.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
.formen-kv-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 560px;
}
.formen-kv-inner > div {
  width: 442px;
  margin: 0 0 0 auto;
}
.formen-kv span {
  padding: .2em;
  border: 2px solid #2DE136;
  font-size: 48px;
}
 @supports (-ms-ime-align:auto) {
  .formen-kv span {
    padding: .1em;
  }
}
.formen-kv strong {
  padding: .25em;
  background-color: #2DE136;
  color: #000;
}
.formen-kv-lead-1 {
  margin: .5em 0;
  font-family: serif;
  font-size: 36px;
  line-height: 2.1;
}
.formen-kv-lead-2 {
  margin: 0;
  font-family: serif;
  font-size: 20px;
}
.formen-kv ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.formen-kv ul li {
  padding: .3em .75em;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(102, 102, 102, 80%);
  font-size: 18px;
}
.formen-kv-link {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
  padding-right: 58px;
  background-image: url(../img/formen-kv-link.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.formen-kv-link a {
  padding: .5em 1em;
  border: 2px solid #2DE136;
  background-color: rgba(255, 255, 255, 70%);
  font-size: 20px;
  color: #222;
}
@media (max-width: 976px) {
  .formen-kv {
    height: 530px;
    padding-top: 60px;
  }
  .formen-kv-inner {
    height: 470px;
  }
  .formen-kv-inner > div {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  .formen-kv span {
    padding: .25em;
    border: 2px solid #2DE136;
    font-size: 36px;
  }
  .formen-kv strong {
    padding: .25em;
    background-color: #2DE136;
    color: #000;
  }
  .formen-kv h1 img {
    width: 142px;
    height: 60px;
  }
  .formen-kv-lead-1 {
    font-size: 30px;
  }
  .formen-kv-lead-2 {
    font-size: 18px;
  }
  .formen-kv ul li {
    font-size: 16px;
  }
  .formen-kv-link {
    bottom: -50px;
    left: 10%;
    transform: translateX(0%);
    padding-bottom: 40px;
    padding-right: 58px;
    background-position: right bottom;
  }
  .formen-kv-link a {
    font-size: 18px;
  }
}

/* formen-what */
.formen-what {
  width: 100%;
  height: 530px;
  background-image: url(../img/formen-what.webp);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.formen-what-inner {
  max-width: 810px;
  height: 530px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
}
.formen-what h2 {
  font-size: 36px;
}
.formen-what h2 span {
  font-size: 20px;
}
.formen-what p {
  font-size: 18px;
}
@media (max-width: 976px) {
  .formen-what {
    height: auto;
  }
  .formen-what-inner {
    height: auto;
    padding: 40px 16px;
  }
  .formen-what h2 {
    font-size: 20px;
  }
  .formen-what h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-what h2 span {
    font-size: 14px;
  }
  .formen-what p {
    font-size: 16px;
  }
  .formen-what-inner > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
   .formen-what-inner > div img {
    width: 160px;
    height: 160px;
   }
}

/* formen-chatgene-pro */
.formen-chatgene-pro-inner {
  max-width: 1024px;
  padding: 60px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.formen-chatgene-pro-inner-right {
  padding: 12px 40px;
  background-color: #fff;
  color: #222;
}
.formen-chatgene-pro h2 {
  margin: 0;
}
.formen-chatgene-pro-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.formen-chatgene-pro-price span {
  font-size: 20px;
}
.formen-chatgene-pro-terms {
  color: #BF0000;
}
.formen-chatgene-pro-detail span {
  font-size: 80%;
}
.formen-chatgene-pro-button {
  text-align: center;
}
.formen-chatgene-pro-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.formen-chatgene-pro-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.formen-chatgene-pro-button a:hover::before {
  left: 100%;
}
.formen-chatgene-pro-button a img {
  margin-left: .5em;
}
@media (max-width: 976px) {
  .formen-chatgene-pro-inner {
    padding: 48px 16px 24px;
    display: block;
  }
  .formen-chatgene-pro-inner-left {
    background-color: #fff;
    position: relative;
  }
  .formen-chatgene-pro-inner-left img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 322px;
    height: 295px;
  }
  .formen-chatgene-pro-inner-right {
    padding: 280px 16px 16px;
  }
  .formen-chatgene-pro h2 img {
    width: 300px;
    height: 41px;
  }
  .formen-chatgene-pro-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 24px;
    font-weight: bold;
  }
  .formen-chatgene-pro-price span {
    font-size: 18px;
  }
  .formen-chatgene-pro-detail {
    font-size: 14px;
  }
  .formen-chatgene-pro-detail span {
    font-size: 60%;
  }
  .formen-chatgene-pro-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* formen-items */
.formen-items {
  max-width: 810px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
  color: #fff;
}
.formen-items h2 {
  font-size: 36px;
}
.formen-items p {
  font-size: 18px;
}
.formen-items p span {
  font-size: 16px;
}
.formen-items-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.formen-items-inner > div {
  width: 31%;
  border: 1px solid #2DE136;
  padding: 0 20px;
}
.formen-items-inner > div h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid #2DE136;
  text-align: center;
  margin-top: .75em;
  margin-bottom: .5em;
}
.formen-items-inner > div h3 + p {
  font-size: 18px;
  color: #2DE136;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
}
.formen-items-inner > div ul {
  margin-top: .5em;
}
.formen-items-inner > div ul li {
  font-size: 18px;
}
.formen-items-inner > div ul li::marker {
  color: #2DE136;
  font-size: 24px;
}
.formen-items-inner > div:nth-child(3) ul {
  display: flex;
  flex-wrap: wrap;
}
.formen-items-inner > div:nth-child(3) ul li {
  width: 50%;
}
.formen-items-inner > div:nth-child(3) ul li span {
  font-size: 80%;
}
.formen-items-inner > div:nth-child(5) {
  width: 65.5%;
}
.formen-items-inner > div:nth-child(5) > div {
  display: flex;
  gap: 12px;
}
.formen-items-inner > div:nth-child(5) > div > div {
  width: 48%;
}
.formen-items-inner > div:nth-child(5) > div > div:nth-child(1) p:first-child {
  color: #2DE136;
}
@media (max-width: 976px) {
  .formen-items {
    padding: 16px;
  }
  .formen-items h2 {
    font-size: 20px;
  }
  .formen-items h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-items p {
    font-size: 16px;
  }
  .formen-items p span {
    font-size: 14px;
  }
  .formen-items-inner {
    gap: 12px;
  }
  .formen-items-inner > div {
    width: 48%;
    border: 1px solid #2DE136;
    padding: 0 8px;
  }
  .formen-items-inner > div h3 {
    font-size: 14px;
  }
  .formen-items-inner > div h3 + p {
    font-size: 16px;
  }
  .formen-items-inner > div ul {
    margin-top: .5em;
  }
  .formen-items-inner > div ul li {
    font-size: 14px;
    margin-left: 0;
  }
  .formen-items-inner > div ul li::marker {
    font-size: 20px;
  }
  .formen-items-inner > div:nth-child(3) ul {
    column-gap: 16px;
  }
  .formen-items-inner > div:nth-child(3) ul li {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) > div {
    flex-direction: column;
    gap: 0;
  }
  .formen-items-inner > div:nth-child(5) > div > div {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) > div > div p {
    margin: .5em 0;
  }
}

/* formen-selfcare */
.formen-selfcare {
  max-width: 842px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
  color: #fff;
}
.formen-selfcare h2 {
  font-size: 36px;
}
.formen-selfcare p {
  font-size: 18px;
}
.formen-selfcare h3 {
  color: #2DE136;
  font-size: 22px;
  text-align: center;
}
.formen-selfcare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formen-selfcare ul li {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  padding-bottom: .5em;
  background-image: url(../img/formen-checkbox.svg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 18px;
}
.formen-selfcare-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.formen-selfcare-inner div {
  width: 30%;
}
.formen-selfcare-inner div p {
  text-align: center;
}
.formen-selfcare p:last-child {
  margin-top: 2.5em;
  font-size: 18px;
  text-align: center;
}
.formen-selfcare p:last-child strong {
  color: #2DE136;
  font-size: 22px;
}
@media (max-width: 976px) {
  .formen-selfcare h2 {
    padding-left: 36px;
    text-indent: -34px;
    font-size: 20px;
  }
  .formen-selfcare h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-selfcare p {
    font-size: 16px;
  }
  .formen-selfcare h3 {
    font-size: 18px;
  }
  .formen-selfcare ul li {
    margin: 0;
    padding: 0;
    padding-left: 28px;
    padding-bottom: .5em;
    background-image: url(../img/formen-checkbox.svg);
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: left top 3px;
    font-size: 16px;
  }
  .formen-selfcare-inner {
    gap: 12px;
  }
  .formen-selfcare-inner div {
    width: 48%;
  }
  .formen-selfcare-inner div p img {
    width: 150px;
    height: 150px;
  }
  .formen-selfcare p:last-child {
    font-size: 16px;
  }
  .formen-selfcare p:last-child strong {
    color: #2DE136;
    font-size: 20px;
  }
}

/* formen-report */
.formen-report {
  background-color: #585858;
  padding: 30px 16px 60px;
  color: #fff;
}
.formen-report h2 {
  font-size: 30px;
  text-align: center;
}
.formen-report h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.formen-report p {
  text-align: center;
}
.formen-report ul {
  list-style: none;
  margin: 0 auto;
  padding: 4em 0 0;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.formen-report ul li {
  position: relative;
}
.formen-report ul li > span {
  position: absolute;
  display: inline-block;
  margin-top: -3em;
  margin-bottom: .5em;
  padding: .5em 1em;
  border-radius: 4px;
  background-color: #2DE136;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.formen-report ul li > span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 40px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #2DE136 transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
}
.formen-report ul li > span > span {
  font-size: 80%;
}
.formen-report ul li img {
  max-width: 100%;
  height: auto;
}
.formen-report ul li a:hover {
  opacity: .7;
}
.formen-report .formen-report-note {
  max-width: 1024px;
  margin: 1em auto 0;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1024px) {
  .formen-report h2 {
    font-size: 24px;
  }
  .formen-report ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 16px;
  }
  .formen-report ul li {
    width: 47%;
  }
  .formen-report ul li > span {
    padding: .4em .75em;
    font-size: 14px;
  }
  .formen-report .formen-report-note {
    font-size: 12px;
  }
}

/* formen-chatgene */
.formen-chatgene {
  position: relative;
  max-width: 794px;
  margin: 120px auto 80px;
  color: #222;
}
.formen-chatgene p:first-child {
  position: absolute;
  z-index: 1;
  top: -72px;
  right: 0;
  display: inline-block;
  margin-bottom: 20px;
  padding: .5em 1.5em;
  border: 2px solid #fff;
  background-color: #47D8D2;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  font-weight: bold;
}
.formen-chatgene p:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.formen-chatgene p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #47D8D2 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.formen-chatgene-inner {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: #fff;
}
.formen-chatgene-inner-left {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 379px;
  height: 354px;
}
.formen-chatgene-inner-left img {
  max-width: 100%;
  height: auto;
}
.formen-chatgene-inner-right {
  width: 345px;
  margin: 0 0 0 auto;
}
.formen-chatgene-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.formen-chatgene-price span {
  font-size: 20px;
}
.formen-chatgene-terms {
  font-size: 16px;
}
.formen-chatgene-terms strong {
  color: #BF0000;
  font-size: 20px;
}
.formen-chatgene-button {
  text-align: center;
}
.formen-chatgene-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin-top: 1.5em;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #5AFEF7 0%, #6EC2BF 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.formen-chatgene-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.formen-chatgene-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .formen-chatgene {
    margin: 132px auto 60px;
    color: #222;
  }
  .formen-chatgene p:first-child {
    top: -114px;
    right: 16px;
    margin-bottom: 20px;
    padding: .5em 1.5em;
    font-size: 20px;
  }
  .formen-chatgene-inner {
    padding: 220px 20px 20px;
    background-color: #fff;
  }
  .formen-chatgene-inner-left {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 255px;
  }
  .formen-chatgene-inner-right {
    width: 100%;
    margin: 0;
  }
  .formen-chatgene-inner-right h2 img {
    width: 177px;
    height: 32px;
  }
  .formen-chatgene-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 22px;
    font-weight: bold;
  }
  .formen-chatgene-price span {
    font-size: 16px;
  }
  .formen-chatgene-terms {
    font-size: 14px;
  }
  .formen-chatgene-terms strong {
    font-size: 16px;
  }
  .formen-chatgene-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* formen-flow  */
.formen-flow {
  max-width: 872px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
}
.formen-flow h2 {
  font-size: 30px;
  text-align: center;
}
.formen-flow > p {
  font-size: 22px;
  text-align: center;
}
.formen-flow > p span {
  padding: .25em;
  border: 1px solid #2DE136;
}
.formen-flow-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 3em;
}
.formen-flow-inner-right > p {
  color: #2DE136;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: .25em 0;
}
.formen-flow-inner-right ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formen-flow-inner-right ol li {
  margin-bottom: .5em;
  border: 1px solid #2DE136;
}
.formen-flow-fin {
  border: 1px solid #2DE136;
}
.formen-flow-01,
.formen-flow-02,
.formen-flow-03,
.formen-flow-fin {
  display: flex;
}
.formen-flow-01::before,
.formen-flow-02::before,
.formen-flow-03::before,
.formen-flow-fin::before {
  content: "01";
  width: 80px;
  min-width: 80px;
  background-color: #2DE136;
  color: #222;
  font-family: Futura, Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formen-flow-02::before {
  content: "02";
}
.formen-flow-03::before {
  content: "03";
}
.formen-flow-fin::before {
  content: "Fin";
}
.formen-flow-01 div,
.formen-flow-02 div,
.formen-flow-03 div,
.formen-flow-fin div {
  padding: 0 20px;
}
.formen-flow-01 h3,
.formen-flow-02 h3,
.formen-flow-03 h3,
.formen-flow-fin h3 {
  font-size: 20px;
}
@media (max-width: 976px) {
  .formen-flow h2 {
    font-size: 24px;
    margin: 0;
  }
  .formen-flow > p {
    font-size: 16px;
    line-height: 1.75;
  }
  .formen-flow-inner {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
  .formen-flow-inner-left {
    text-align: center;
  }
  .formen-flow-inner-right > p {
    font-size: 20px;
    margin: .75em 0;
  }
  .formen-flow-inner-right ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .formen-flow-01,
  .formen-flow-02,
  .formen-flow-03,
  .formen-flow-fin {
    display: flex;
  }
  .formen-flow-01::before,
  .formen-flow-02::before,
  .formen-flow-03::before,
  .formen-flow-fin::before {
    width: 64px;
    min-width: 64px;
    font-size: 30px;
  }
  .formen-flow-01 div,
  .formen-flow-02 div,
  .formen-flow-03 div,
  .formen-flow-fin div {
    padding: 0 16px;
  }
  .formen-flow-01 h3,
  .formen-flow-02 h3,
  .formen-flow-03 h3,
  .formen-flow-fin h3 {
    font-size: 18px;
  }
}

/* formen-youtube  */
.formen-youtube {
  max-width: 842px;
  margin: 3em auto;
  padding: 16px 16px 32px;
  box-sizing: border-box;
  border: 1px solid #2DE136;
  color: #fff;
}
.formen-youtube h2 {
  font-size: 30px;
  text-align: center;
}
.formen-youtube-list {
  list-style: none;
  max-width: 700px;
  height: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow-y: scroll;
}
.formen-youtube-list li {
  margin: 0 0 1em;
  font-size: 1em;
}
.formen-youtube-list li a {
  display: block;
  padding-left: 90px;
  background-image: url(../img/formen-icon-youtube.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76px 45px;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  font-size: 0.85em;
}
.formen-youtube-list li a:hover {
  opacity: .7;
}
.formen-youtube-list li strong {
  font-size: 1.2em;
}
@media (max-width: 976px) {
  .formen-youtube {
    margin: 2em auto;
    padding: 16px 16px 32px;
    border: 1px solid #2DE136;
  }
  .formen-youtube h2 {
    font-size: 20px;
  }
}
@media (max-width: 866px) {
  .formen-youtube {
    margin: 2em 16px;
  }
}

/* Image Modal */
.image-modal-overlay {
  display: none;
  position: fixed;
  inset:0 auto 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.image-modal-overlay div {
  width: 80%;
  margin: 30px auto;
  height: 100%;
  text-align: center;
  overflow-y: auto;
}
.image-modal-content {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.image-modal-active {
  overflow: hidden;
}

/* baloon */
.formen-baloon {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 10px 5px 0;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #A4754A;
  background-image: linear-gradient(135deg, #A4754A 0%, #BB9966 100%);
  border-radius: 50%;
  box-sizing: border-box;
}
.formen-baloon a {
  display: block;
  color: #fff;
}
.formen-baloon span {
  font-size: 14px;
}
@media (max-width: 976px) {
  .formen-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
    border-radius: 0;
  }
  .formen-baloon span {
    font-size: 16px;
  }
  .formen-baloon a img {
    margin-left: .5em;
  }
}

/* about-lead */
.about-lead {
  padding-top: 100px;
  max-width: 970px;
  margin: 0 auto;
}
.about-lead-box {
  max-width: 800px;
  margin-bottom: 1em;
  padding: 30px 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  background-color: #fff;
}
.about-lead-box-right {
  margin-left: auto;
  position: relative;
}
.about-lead-box > img {
  float: left;
  margin-right: 1em;
}
.about-lead-box h1 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-lead-box h1 span {
  font-size: 40px;
}
.about-lead-box h2 {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  background-image: url(../img/about-lead-box-h2.svg);
  background-position: center right 32px;
  background-repeat: no-repeat;
}
.about-lead-box h2 span {
  font-size: 18px;
}
.about-lead-box h2 img {
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
}
.about-lead-box p {
  line-height: 1.75;
}
.about-lead-box strong {
  padding: .25em 0;
  background-color: #B6F8F6;
  font-weight: normal;
}
.about-lead-box-right strong {
  background-color: #FFEB03;
}
.about-lead-arrow {
  position: absolute;
  top: -12px;
  left: -12px;
}
@media (max-width: 976px) {
  .about-lead {
    padding-top: 66px;
  }
  .about-lead-box {
    margin: 0 1em 2em 1em;
    padding: 20px 20px 10px;
  }
  .about-lead-box-right {
    margin: 2em 1em;
  }
  .about-lead-box > img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .about-lead-box h1 {
    margin: .5em 0;
    font-size: 30px;
    text-align: center;
  }
  .about-lead-box h1 span {
    font-size: 24px;
  }
  .about-lead-box h2 {
    margin: 1em 0 0;
    padding-bottom: .5em;
    background-position: bottom left 120px;
  }
  .about-lead-box h2 span {
    font-size: 18px;
  }
  .about-lead-arrow {
    position: absolute;
    top: -36px;
    left: -12px;
  }
}

/* about-what */
.about-what {
  max-width: 810px;
  margin: 0 auto 3em;
  padding-bottom: 92px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right 20px bottom;
  background-repeat: no-repeat;
}
.about-scroll-arrow {
  position: relative;
  top: -16px;
  left: 340px;
}
.about-what h2 {
  position: relative;
  margin: 15px 0 0 180px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-what h2 span {
  font-size: 40px;
}
.about-what h2 img {
  position: absolute;
  top: -46px;
  left: -30px;
}
.about-what > div {
  display: flex;
  justify-content: center;
  gap: 0;
}
.about-what p {
  text-align: center;
}
.about-what strong {
  color: #FF8900;
  font-size: 22px;
}
@media (max-width: 976px) {
  .about-what {
    max-width: 810px;
    margin: 0 auto 3em;
    padding-bottom: 40px;
    background-image: url(../img/about-what-arrow.svg);
    background-size: 56px 58px;
    background-position: right 20px bottom;
    background-repeat: no-repeat;
  }
  .about-scroll-arrow {
    top: -32px;
    left: 70%;
    transform: translateX(-70%);
  }
  .about-what h2 {
    margin: 0;
    font-size: 30px;
    text-align: center;
  }
  .about-what h2 span {
    font-size: 24px;
  }
  .about-what h2 img {
    width: 236px;
    height: 48px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 140px;
  }
  .about-what > div {
    display: block;
    text-align: center;
  }
  .about-what strong {
    font-size: 1rem;
  }
}

/* about-items */
.about-items {
  max-width: 810px;
  margin: -20px auto 0;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-items h2 {
  position: relative;
  margin: -86px 0 .75em;
  padding-top: 6px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
  background-image: url(../img/about-items-h2.svg);
  background-position: left 404px top;
  background-repeat: no-repeat;
}
.about-items h2 span {
  font-size: 40px;
}
.about-items strong {
  padding: .25em 0;
  background-color: #FFEB03;
}
.about-items-chart {
  text-align: center;
}
.about-items-chart img {
  max-width: 100%;
  height: auto;
}
.about-items-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #30C1E5 0%, #21D8C3 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about-items-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.about-items-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .about-items {
    margin: -20px 16px 0;
    padding: 20px;
  }
  .about-items h2 {
    width: 250px;
    margin: -48px auto .75em;
    font-size: 30px;
    background-position: right 10px top -5px;
  }
  .about-items h2 span {
    font-size: 24px;
  }
  .about-items-button a {
    width: 280px;
  }
}

/* about-voice */
.about-voice {
  max-width: 930px;
  margin: 0 auto;
  padding: 40px;
  background-image: url(../img/about-voice-arrow.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.about-voice h2 {
  position: relative;
  margin: 0 0 20px;
  padding-top: 64px;
  padding-bottom: 28px;
  padding-right: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
  background-image: url(../img/about-voice-h2.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.about-voice h2 span {
  font-size: 40px;
}
.about-voice > p {
  margin-top: 0;
  text-align: center;
}
.about-voice-inner {
  display: flex;
  justify-content: space-between;
}
.about-voice-inner p {
  width: 48.5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 18px;
  font-weight: bold;
}
.about-voice-inner p > span {
  display: inline-block;
}
.about-voice-inner p:nth-child(1) > span {
  margin-top: 68px;
}
.about-voice-inner p:nth-child(2) > span {
  margin-top: 40px;
}
.about-voice-inner p strong {
  color: #FF8900;
  font-size: 72px;
}
.about-voice-inner p:nth-child(2) strong {
  color: #4B4BFF
}
.about-voice-inner p strong span {
  font-size: 80%;
}
.about-voice-inner p img {
  float: left;
  margin-right: 20px;
}
@media (max-width: 976px) {
  .about-voice {
    padding: 32px 16px 16px;
  }
  .about-voice h2 {
    margin: 0;
    padding-right: 20px;
    background-image: url(../img/about-voice-h2.svg);
    background-size: 310px 105px;
    font-size: 30px;
  }
  .about-voice h2 span {
    font-size: 24px;
  }
  .about-voice-inner {
    display: block;
  }
  .about-voice-inner p {
    width: 100%;
    padding: 20px 20px 0;
    border-radius: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-voice-inner p:nth-child(1) img {
    width: 133px;
    height: 148px;
    float: none;
    margin-bottom: 20px;
  }
  .about-voice-inner p:nth-child(2) img {
    width: 120px;
    height: 148px;
    float: none;
    margin-bottom: 20px;
  }
  .about-voice-inner p:nth-child(1) > span {
    margin-top: 0;
  }
  .about-voice-inner p:nth-child(2) > span {
    margin-top: 0;
  }
  .about-voice-inner p strong {
    font-size: 60px;
  }
  .about-voice > p {
    font-size: 14px;
  }
}

/* about-howto */
.about-howto {
  max-width: 810px;
  margin: -100px auto 0;
}
.about-howto h2 {
  padding-top: 40px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right top;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
}
.about-howto h2 span {
  font-size: 40px;
}
.about-howto h2 img {
  margin-right: 24px;
}
.about-howto-inner {
  margin-top: -70px;
  padding: 30px 120px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-howto-lines {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.about-howto-lines strong {
  padding: 0 0 .15em;
  background-color: #B6F8F6;
}
.about-howto-lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 26px;
  height: 37px;
  background-image: url(../img/about-howto-lines-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-howto-lines::after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  width: 23px;
  height: 37px;
  background-image: url(../img/about-howto-lines-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.about-howto-flow {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-howto-flow h3 {
  font-size: 20px;
  margin: 0;
}
.about-howto-flow li {
  margin-top: 30px;
  padding: 12px 100px 12px 120px;
  background-image: url(../img/about-howto-01.svg), url(../img/about-howto-01-bg.svg);
  background-position: top left 12px, bottom right 12px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #FFEB00;
}
.about-howto-flow li:nth-child(2) {
  background-image: url(../img/about-howto-02.svg), url(../img/about-howto-02-bg.svg);
}
.about-howto-flow li:nth-child(3) {
  background-image: url(../img/about-howto-03.svg), url(../img/about-howto-03-bg.svg);
  padding-top: 24px;
  padding-bottom: 24px;
}
.about-howto-report {
  padding-left: 90px;
  background-image: url(../img/about-howto-report.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
.about-howto-report p {
  margin: 0;
}
.about-howto-report p:first-child {
  padding-top: 1em;
  color: #00B4E1;
  font-weight: bold;
}
.about-howto-report h3 {
  margin: .75em 0;
  font-size: 20px;
}
.about-howto-report h3 span {
  padding: .5em;
  background-color: #B6F8F6;
}
@media (max-width: 976px) {
  .about-howto {
    margin: 20px 16px 0;
    position: relative;
  }
  .about-howto h2 {
    position: relative;
    top: -60px;
    margin-top: 0;
    padding-top: 60px;
    background-size: 55px 58px;
    font-size: 30px;
  }
  .about-howto h2 span {
    font-size: 24px;
  }
  .about-howto h2 img {
    width: 77px;
    height: 100px;
    margin-right: 0;
    position: absolute;
    top: 110px;
    right: 20px;
  }
  .about-howto-inner {
    margin-top: -70px;
    padding: 20px;
  }
  .about-howto-lines {
    width: 236px;
    font-size: 14px;
  }
  .about-howto-lines strong {
    padding: 0 0 .15em;
    background-color: #B6F8F6;
  }
  .about-howto-lines::before {
    top: 8px;
    width: 16px;
    height: 24px;
    background-size: cover;
  }
  .about-howto-lines::after {
    top: 8px;
    width: 15px;
    height: 24px;
    background-size: cover;
  }
  .about-howto-flow {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .about-howto-flow h3 {
    font-size: 16px;
    margin: 0;
  }
  .about-howto-flow li {
    margin-top: 20px;
    padding: 12px 0 12px 84px;
    background-image: url(../img/about-howto-01.svg), none;
    background-size: 60px auto;
    border-bottom: 3px solid #FFEB00;
  }
  .about-howto-flow li:nth-child(2) {
    background-image: url(../img/about-howto-02.svg), none;
  }
  .about-howto-flow li:nth-child(2) p {
    margin-bottom: 0;
    font-size: 12px;
  }
  .about-howto-flow li:nth-child(3) {
    background-image: url(../img/about-howto-03.svg), none;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .about-howto-report {
    padding-left: 45px;
    background-size: 45px auto;
  }
  .about-howto-report p {
    margin: 0;
  }
  .about-howto-report p:first-child {
    font-size: 15px;
  }
  .about-howto-report h3 {
    font-size: 18px;
  }
  .about-howto-report h3 span {
    padding: .5em;
    background-color: #B6F8F6;
  }
}

/* about-why */
.about-why {
  max-width: 810px;
  margin: 3em auto 0;
  padding: 45px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-why h2 {
  margin: 0 0 .75em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  text-shadow: 2px 3px 0 #B6F8F6;
}
.about-why strong {
  color: #BF0000
}
.about-why-inner {
  display: flex;
  gap: 20px;
}
.about-why-inner-left {
  text-align: center;
}
.about-why-inner-right p:first-child,
.about-why-inner-right p:last-child {
  margin: 0;
}
@media (max-width: 976px) {
  .about-why {
    margin: 3em 16px 0;
    padding: 20px;
  }
  .about-why h2 {
    margin: .5em 0 .75em;
    font-size: 24px;
    text-align: center;
    gap:;
  }
  .about-why-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .about-why-inner-right {
    margin-left: 0;
  }
}

/* about-cost */
.about-cost {
  max-width: 810px;
  margin: -40px auto 0;
}
.about-cost h2 {
  position: relative;
  margin-bottom: .25em;
  padding-top: 120px;
  background-image: url(../img/about-what-arrow.svg);
  background-position: right 20px top;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 50px;
  text-shadow: 2px 3px 0 #B6F8F6;
  text-align: center;
}
.about-cost h2 span {
  font-size: 40px;
}
.about-cost h2 img {
  position: absolute;
  bottom: 62px;
  left: 110px;
}
.about-cost > p {
  text-align: center;
}
.about-cost h3 {
  margin: .25em 0;
  text-align: center;
}
.about-cost-inner {
  padding: 45px 60px 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  display: flex;
  justify-content: center;
  gap: 80px;
}
.about-cost-inner h3 {
  text-align: center;
  margin: .25em 0 .5em;
}
.about-cost-tagline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.about-cost-tagline::before,
.about-cost-tagline::after {
  width: 2px;
  height: 16px;
  content: "";
  background-color: #333;
}
.about-cost-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.about-cost-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.about-cost-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  text-align: center;
}
.about-cost-price span span {
  font-size: 18px;
  font-weight: bold;
}
.about-cost-inner-right .about-cost-price span span {
  color: #BF0000;
}
.about-cost-price strong {
  font-size: 26px;
  font-weight: bold;
}
.about-cost-price strong span {
  font-size: 18px;
}
.about-cost-package {
  text-align: center;
}
.about-cost-package img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
.about-cost-features {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.about-cost-features li {
  padding: .25em;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
}
.about-cost-features li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.about-cost-features li:nth-child(2),
.about-cost-features li:nth-child(3) {
  width: 47%;
  border: 1px dotted #666;
  color: #666;
}
.about-cost-inner-right .about-cost-features li:nth-child(2),
.about-cost-inner-right .about-cost-features li:nth-child(3) {
  width: 47%;
  border: 1px solid #BF0000;
  color: #BF0000;
  font-weight: bold;
}
.about-cost-button-left,
.about-cost-button-right {
  text-align: center;
}
.about-cost-button-left a,
.about-cost-button-right a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #44AEDA 0%, #70C1BE 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.about-cost-button-right a {
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
}
.about-cost-button-left a::before,
.about-cost-button-right a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.about-cost-button-left a:hover::before,
.about-cost-button-right a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .about-cost {
    margin: -26px 16px 0;
  }
  .about-cost h2 {
    padding-top: 100px;
    font-size: 30px;
    background-size: 56px 58px;
  }
  .about-cost h2 span {
    font-size: 24px;
  }
  .about-cost h2 img {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-110%);
  }
  .about-cost-inner {
    padding: 24px 24px 12px;
    flex-direction: column;
    gap: 20px;
  }
  .about-cost-button-left a,
  .about-cost-button-right a {
    width: 240px;
    font-size: 16px;
  }
}

/* about-merits */
.about-merits {
  max-width: 900px;
  margin: 6em auto 3em;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.about-merits h2 {
  position: relative;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  padding: .75em 1.25em;
  background-color: #F8FAFA;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: normal;
}
@keyframes blinkBorder {
  0% {
    border-right: 2px solid #F8FAFA;
  }
  100% {
    border-right: 2px solid #333;
  }
}
.about-merits h2 strong {
  border-right: 2px solid;
  padding-right: 1em;
  font-weight: normal;
  animation: blinkBorder .5s ease-in-out infinite alternate;
}
.about-merits h2 img {
  position: absolute;
  top: 0;
  right: -20px;
}
.about-merits-tagline {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.about-merits-tagline span {
  display: inline-block;
  padding-bottom: .15em;
  border-bottom: 3px solid #FFEB00;
}
.about-merits-tagline::before,
.about-merits-tagline::after {
  width: 2px;
  height: 24px;
  content: "";
  background-color: #333;
}
.about-merits-tagline::before {
  margin-right: .75em;
  transform: rotate(-30deg);
}
.about-merits-tagline::after {
  margin-left: .75em;
  transform: rotate(30deg);
}
.about-merits h2 .about-merits-tagline:nth-child(1) {
  top: -26px;
  left: -30px;
  transform: rotate(-5deg);
}
.about-merits h2 .about-merits-tagline:nth-child(2) {
  top: -26px;
  right: -14px;
  transform: rotate(7deg);
}
.about-merits-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -40px;
  padding: 20px 40px;
}
.about-merits-inner > div {
  width: 48%;
}
.about-merits h3 {
  padding: .25em 0 .25em 1em;
  border-left: 8px solid #00B4E1;
  border-bottom: 2px solid #00B4E1;
}
@media (max-width: 976px) {
  .about-merits {
    margin: 6em 16px 3em;
  }
  .about-merits h2 {
    width: 280px;
    font-size: 20px;
  }
  .about-merits-tagline {
    font-size: 14px;
  }
  .about-merits-tagline::before,
  .about-merits-tagline::after {
    height: 18px;
  }
  .about-merits h2 .about-merits-tagline:nth-child(1) {
    left: -16px;
  }
  .about-merits h2 .about-merits-tagline:nth-child(2) {
    right: -4px;
  }
  .about-merits-inner {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .about-merits-inner > div {
    width: 100%;
  }
  .about-merits h3 {
    font-size: 18px;
  }
}

/* about-life */
.about-life {
  max-width: 960px;
  margin: 6em auto;
}
.about-life h2 {
  margin-bottom: 0;
  padding-bottom: .75em;
  background-image: url(../img/about-life-h2.svg);
  background-position: right 130px top -20px;
  background-repeat: no-repeat;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  text-align: center;
}
.about-life p {
  margin-top: 0;
  margin-bottom: 2.5em;
  text-align: center;
}
.about-life ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.about-life ul li {
  width: 180px;
  height: 180px;
  padding: 20px;
  background-color: #fff;
  border-radius: 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #FF8900;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about-life ul li img {
  margin-top: .5em;
}
@media (max-width: 976px) {
  .about-life {
    margin: 3em 16px;
  }
  .about-life h2 {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 0;
    background-position: right bottom -5px;
    background-size: 208px 70px;
    font-size: 22px;
  }
  .about-life ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .about-life ul li {
    width: 100px;
    height: 100px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
    color: #FF8900;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .about-life ul li img {
    width: auto;
    height: 55px;
    margin-top: .25em;
  }
}

/* about-notice */
.about-notice {
  max-width: 810px;
  margin: 0 auto;
  padding: 45px;
  background-color: #F7F6F4;
  border-radius: 30px;
}
.about-notice h2 {
  font-size: 24px;
}
.about-notice a {
  color: #333;
  text-decoration: underline;
}
.about-notice strong {
  color: #BF0000;
  font-weight: normal;
}
.about-notice ul {
  list-style-type: disc;
  padding-left: 1.5em;
} 
.about-notice .about-notice-links {
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
.about-notice .about-notice-links li {
  margin-right: 1em;
}
.about-notice p {
  margin: 1em 0 0;
}
@media (max-width: 976px) {
  .about-notice {
    margin: 0 16px;
    padding: 20px;
    border-radius: 16px;
  }
  .about-notice h2 {
    font-size: 18px;
  }
  .about-notice .about-notice-links {
    flex-direction: column;
  }
  .about-notice .about-notice-links li {
    margin-right: 1em;
  }
  .about-notice p {
    margin: 1em 0 0;
  }
}

/* baloon */
.about-baloon {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #00B4E1;
  background-image: linear-gradient(135deg, #00B4E1 0%, #00E5C2 100%);
  border-radius: 50%;
  box-sizing: border-box;
}
.about-baloon::before {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #00E5C2;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-baloon a {
  display: block;
  color: #fff;
}
@media (max-width: 976px) {
  .about-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #122C63;
    background-image: url(../img/about-items-h2.svg);
    background-repeat: no-repeat;
    background-position-y: calc(0% + 5px);
    background-position-x: calc(50% + 104px);
    background-size: 16px 16px;
  }
  .about-baloon::before {
    content: none;
  }
  .about-baloon span {
    font-size: 16px;
  }
  .about-baloon a img {
    margin-left: .5em;
  }
}

/* scroll up  */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/* modal */
.c-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
.c-modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.c-modal-container.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.c-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  width: 600px;
}
.c-modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.c-modal-content {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 3em 4em;
}
.c-modal-content h5 {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.c-modal-content p {
  padding-left: 1.4em;
  text-indent: -1.2em;
}
.c-modal-content span {
  font-size: 1.1em;
  font-weight: bold;
}
.c-modal-content strong {
  color: #FF8900;
  font-weight: bold;
}
.c-modal-content .c-modal-button a {
  display: block;
  width: 100%;
  margin-top: 2em;
  padding: 1em;
  background-color: #999;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease-in-out;
}
.c-modal-content .c-modal-button a:hover {
  background-color: #666;
}
.c-modal-open {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  padding-top: 1px;
  border: 1px solid;
  border-radius: 100px;
  color: #AE2C53;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-modal-body {
    max-width: 84%;
    width: 84%;
  }
  .c-modal-content {
    padding: 1.5em;
  }
  .c-modal-content h5 {
    font-size: 1em;
  }
  .c-modal-content p {
    font-size: 0.875em;
  }
}
