/* node_modules/.pnpm/reset-css@5.0.2/node_modules/reset-css/reset.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
*[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* src/scss/global.scss */
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
html {
  scroll-behavior: smooth;
}
body {
  text-align: left;
}
button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
a:hover img {
  opacity: 1;
}
dialog {
  border: none;
}
.is-hidden {
  display: none !important;
}
@media (max-width: 767.9px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* src/components/GeneratorPage/Search/index.scss */
@media (hover: hover) and (pointer: fine) {
  .app-search-button {
    transition: transform 300ms ease-in-out;
  }
  .app-search-button:hover {
    transform: scale(1.05);
  }
}
.app-search {
  width: 100%;
  height: 100dvh;
  background-color: #027beb;
}
.app-search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}
.app-search-title {
  width: 214.5px;
}
.app-search-text {
  width: 318.5px;
  margin-top: 24px;
}
.app-search-annotation {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.app-search-form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 36px;
  margin-top: 30px;
}
.app-search-input {
  width: 100%;
  height: 50px;
  padding: 18px 17px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #a3d3ff;
  border: 3px solid #050405;
  border-radius: 8px;
}
.app-search-input::placeholder {
  color: #7497b8;
}
.app-search-input::-webkit-search-cancel-button {
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: top;
  appearance: none;
}
.app-search-form {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.app-search-form-clearbutton {
  position: absolute;
  right: 12.5px;
  width: 20px;
  height: 20px;
}
.app-search-form-clearbutton[data-visible=false] {
  display: none;
}
.app-search-form-clearbutton::before,
.app-search-form-clearbutton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 12px;
  content: "";
  background-color: #050405;
}
.app-search-form-clearbutton::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.app-search-form-clearbutton::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.app-search-button-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 0 16px;
  margin-top: 20px;
}
.app-search-button {
  transition-duration: 0.3s;
}
.app-search-button[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.app-search-suggestion-container {
  position: absolute;
  top: 50px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 157.5px;
  padding: 20px;
  overflow: scroll;
  background-color: #fff;
  border: 3.5px solid #050405;
  border-radius: 5px;
}
.app-search-suggestion-container:empty {
  padding: 0;
  overflow: hidden;
  border: none;
}
.app-search-suggest-item:not(:last-child)::after {
  display: block;
  width: 100%;
  margin: 15px 0;
  content: "";
  border-bottom: 3.5px dotted #050405;
}
.app-search-suggest-item-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: left;
}

/* src/components/common/Loading/index.scss */
.common-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.common-loading-spinner {
  width: 30px;
  height: 30px;
  border: solid 3px rgba(0, 0, 0, 0.1);
  border-top-color: #ffbf9f;
  border-radius: 50%;
  animation: spin 0.6s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* src/components/common/EmbedSP/index.scss */
@media (min-width: 768px) {
  .embed-sp-outer {
    position: relative;
    height: 100%;
    padding: 0 11px;
    background-color: #ffd6c2;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
  }
}
.embed-sp-container {
  position: relative;
  display: flex;
  width: 375px;
  height: 100%;
  min-height: 100dvh;
}
@media (min-width: 768px) {
  .embed-sp-container {
    box-sizing: content-box;
    border-right: 2px solid #000;
    border-left: 2px solid #000;
  }
}
.embed-sp-inner {
  width: 100%;
  max-height: 100%;
}

/* src/components/common/PcWrapper/index.scss */
@media (hover: hover) and (pointer: fine) {
  .pc-wrapper-logo,
  .pc-wrapper-title,
  .pc-wrapper-navi-item,
  .pc-wrapper-terms,
  .pc-wrapper-cmoastyle {
    transition: transform 300ms ease-in-out;
  }
  .pc-wrapper-logo:hover,
  .pc-wrapper-title:hover,
  .pc-wrapper-navi-item:hover,
  .pc-wrapper-terms:hover,
  .pc-wrapper-cmoastyle:hover {
    transform: scale(1.05);
  }
}
.pc-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pc-wrapper::before {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/sol/cc/N/promo/cmoastylevalue/images/common/bg.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .pc-wrapper-logo {
    position: fixed;
    top: min(1.5277777778vw, 22px);
    left: min(1.5972222222vw, 23px);
    z-index: 2;
    width: 110px;
  }
}
@media (max-width: 767.9px) {
  .pc-wrapper-logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-wrapper-content {
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 405px) / 2);
    height: 100%;
  }
}
@media (max-width: 767.9px) {
  .pc-wrapper-content {
    display: none;
  }
}
.pc-wrapper-content-left {
  left: 0;
}
.pc-wrapper-content-right {
  right: 0;
}
@media (min-width: 768px) {
  .pc-wrapper-title {
    width: min(32.5vw, 468px);
  }
}
@media (min-width: 768px) {
  .pc-wrapper-navi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: min(24.7222222222vw, 356px);
    aspect-ratio: 356/449;
    padding-block: min(3.0555555556vw, 44px) min(3.2638888889vw, 47px);
    padding-left: min(3.9583333333vw, 57px);
    background: url(/sol/cc/N/promo/cmoastylevalue/images/common/bg_navi.png) no-repeat;
    background-size: 100% 100%;
  }
}
@media (min-width: 768px) {
  .pc-wrapper-navi-item {
    position: relative;
  }
  .pc-wrapper-navi-item[data-name=top] {
    width: min(5.3472222222vw, 77px);
  }
  .pc-wrapper-navi-item[data-name=top][data-is-active=true] {
    background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_text_01_active.png);
  }
  .pc-wrapper-navi-item[data-name=personal] {
    width: min(17.2916666667vw, 249px);
  }
  .pc-wrapper-navi-item[data-name=personal][data-is-active=true] {
    background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_text_02_active.png);
  }
  .pc-wrapper-navi-item[data-name=product] {
    width: min(17.1527777778vw, 247px);
  }
  .pc-wrapper-navi-item[data-name=product][data-is-active=true] {
    background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_text_03_active.png);
  }
  .pc-wrapper-navi-item[data-name=achievement] {
    width: min(14.4444444444vw, 208px);
  }
  .pc-wrapper-navi-item[data-name=achievement][data-is-active=true] {
    background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_text_04_active.png);
  }
  .pc-wrapper-navi-item[data-name=footer-contents] {
    width: min(15.5555555556vw, 224px);
  }
  .pc-wrapper-navi-item[data-name=footer-contents][data-is-active=true] {
    background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_text_05_active.png);
  }
}
.pc-wrapper-navi-item[data-is-active=true] {
  background-repeat: no-repeat;
  background-size: cover;
}
.pc-wrapper-navi-item[data-is-active=true]::before {
  position: absolute;
  left: min(-2.3611111111vw, -34px);
  display: block;
  width: min(3.125vw, 45px);
  height: min(3.1944444444vw, 46px);
  content: "";
  background-image: url(/sol/cc/N/promo/cmoastylevalue/images/common/navi_icon_active.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pc-wrapper-navi-item[data-is-active=true] img {
  opacity: 0;
}
@media (min-width: 768px) {
  .pc-wrapper-terms {
    position: fixed;
    right: min(1.5972222222vw, 23px);
    bottom: min(1.5972222222vw, 23px);
    z-index: 2;
    width: min(10.8333333333vw, 156px);
  }
}
@media (max-width: 767.9px) {
  .pc-wrapper-terms {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-wrapper-cmoastyle {
    position: fixed;
    bottom: min(1.5972222222vw, 23px);
    left: min(1.5972222222vw, 23px);
    z-index: 2;
    width: min(17.2916666667vw, 249px);
  }
}
@media (max-width: 767.9px) {
  .pc-wrapper-cmoastyle {
    display: none;
  }
}

/* src/components/GeneratorPage/Share/index.scss */
@media (hover: hover) and (pointer: fine) {
  .app-share-result-edit,
  .app-share-result-download,
  .app-share-process2-share,
  .app-share-process2-campaign-follow {
    transition: transform 300ms ease-in-out;
  }
  .app-share-result-edit:hover,
  .app-share-result-download:hover,
  .app-share-process2-share:hover,
  .app-share-process2-campaign-follow:hover {
    transform: scale(1.05);
  }
}
.app-share {
  width: 100%;
  padding-top: 80.5px;
  background-color: #017beb;
}
.app-share-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 15.5px;
  background-color: #ffd409;
  border-top: 3px solid #050405;
}
.app-share-title {
  width: 305px;
  margin-inline: auto;
  margin-top: -57px;
}
.app-share-process1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.app-share-process1-title {
  width: 300px;
}
.app-share-process1-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.app-share-process1-caution {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #000;
  text-align: center;
}
.app-share-result {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 14px;
}
.app-share-result-edit {
  width: 80px;
}
.app-share-result-image {
  width: 340px;
  margin-top: 15px;
  overflow: hidden;
  border: 3px solid #000;
  border-radius: 8px;
}
.app-share-result-download {
  width: 244px;
  margin-inline: auto;
  margin-top: 25px;
}
.app-share-process2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: 30px 50px;
  margin-top: 30px;
}
.app-share-process2::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.5px;
  content: "";
  background: url(/sol/cc/N/promo/cmoastylevalue/images/top/footer/bg_dot.png) repeat-x left top;
  background-size: auto 100%;
}
.app-share-process2-title {
  width: 317px;
}
.app-share-process2-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.app-share-process2-share {
  width: 264.5px;
  margin-top: 18px;
}
.app-share-process2-campaign {
  display: none;
  margin-top: 15px;
}
.app-share-process2-campaign-title {
  width: 79.5px;
  margin-inline: auto;
  margin-top: 32px;
}
.app-share-process2-campaign-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 18.5px;
}
.app-share-process2-campaign-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}
.app-share-process2-campaign-text > strong {
  font-size: 16px;
}
.app-share-process2-campaign-follow {
  margin-inline: auto;
}
.app-share-process2-campaign-follow-icon {
  width: 43px;
  height: 17px;
  margin-inline: auto;
  background: url(/sol/cc/N/promo/cmoastylevalue/images/generator/share/icon_arrow.png) no-repeat center center;
  background-size: contain;
}
.app-share-process2-campaign-follow-button {
  width: 204.5px;
}
.app-share-process2-campaign-list-item {
  display: flex;
  gap: 16px;
}
.app-share-process2-campaign-list-item::before {
  display: block;
  margin-bottom: 5px;
  content: "";
}
.app-share-process2-campaign-list-item:nth-of-type(1)::before {
  width: 33px;
  height: 32.5px;
  background: url(/sol/cc/N/promo/cmoastylevalue/images/generator/share/image_01.png) no-repeat center center;
  background-size: contain;
}
.app-share-process2-campaign-list-item:nth-of-type(2)::before {
  width: 43px;
  height: 32.5px;
  background: url(/sol/cc/N/promo/cmoastylevalue/images/generator/share/image_02.png) no-repeat center center;
  background-size: contain;
}
.app-share-process2-campaign-caution {
  display: inline-block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #000;
}
.app-share-process2-campaign-account {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
[data-is-campaign=true] .app-share-process2-campaign {
  display: block;
}

/* src/components/common/Footer/index.scss */
@media (hover: hover) and (pointer: fine) {
  .footer-style-image,
  .footer-style-guide-button,
  .footer-banner,
  .footer-links-logo,
  .footer-links-attention,
  .footer-top-link {
    transition: transform 300ms ease-in-out;
  }
  .footer-style-image:hover,
  .footer-style-guide-button:hover,
  .footer-banner:hover,
  .footer-links-logo:hover,
  .footer-links-attention:hover,
  .footer-top-link:hover {
    transform: scale(1.05);
  }
}
.footer {
  background: #ffbc09;
  border-top: solid 2.5px #000;
}
.footer-inner {
  padding: 46px 17px 11.5px;
}
.footer-title {
  width: 296px;
  margin-inline: auto;
}
.footer-section:not(:first-of-type) {
  position: relative;
  padding-top: 37.5px;
  margin-top: 33px;
}
.footer-section:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4.5px;
  content: "";
  background: url(/sol/cc/N/promo/cmoastylevalue/images/top/footer/bg_dot.png) repeat-x left top;
  background-size: auto 100%;
}
.footer-style-image {
  overflow: hidden;
  border: solid 4px #000;
  border-radius: 10px;
}
.footer-style-caption {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 9.5px 16px;
  font-size: 16px;
  line-height: 0.875;
  color: #fff;
  text-align: center;
  letter-spacing: -0.04em;
  white-space: nowrap;
  background-color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.footer-style-caption::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/sol/cc/N/promo/cmoastylevalue/images/top/footer/icon_arrow.png) no-repeat center;
  background-size: 100% 100%;
}
.footer-style-guide-button {
  width: 264px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 19.5px;
  align-items: center;
  margin-top: 19.5px;
}
.footer-content:not(:first-of-type) {
  padding-top: 33px;
  margin-top: 33px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.footer-links-logo {
  display: block;
  width: 94px;
  margin: 21px auto 0;
}
.footer-links-attention {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.footer-links-attention:hover {
  color: #000;
}
.footer-copyright {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67.5px;
  font-size: 14px;
  color: #000;
  background-color: #fd6c25;
  border-top: solid 2.5px #000;
}
.footer-top-link {
  display: block;
  width: 264.5px;
  margin-inline: auto;
}
[data-is-logged-in=false] .footer-section:first-of-type {
  display: none;
}
[data-is-logged-in=false] .footer-section:nth-of-type(2) {
  padding-top: 0;
  margin-top: 0;
}
[data-is-logged-in=false] .footer-section:nth-of-type(2)::before {
  display: none;
}

/* src/components/TopPage/Guide/index.scss */
@media (hover: hover) and (pointer: fine) {
  .guide-section-link-detail,
  .guide-section-link {
    transition: transform 300ms ease-in-out;
  }
  .guide-section-link-detail:hover,
  .guide-section-link:hover {
    transform: scale(1.05);
  }
}
.guide-section {
  position: relative;
  padding-block: 10px 40px;
  background-color: #ffece2;
}
.guide-section-link-detail {
  position: absolute;
  width: 100px;
}
.guide-section-link-detail--monthly {
  top: 280px;
  left: 65.5px;
}
.guide-section-link-detail--pointplus {
  top: 280px;
  left: 186.5px;
}
.guide-section-image:nth-of-type(1) {
  width: 324px;
  margin-left: 10px;
}
.guide-section-image:nth-of-type(2) {
  width: 310.5px;
  margin-left: 12px;
}
.guide-section-image:nth-of-type(3) {
  width: 327.5px;
  margin-left: 5px;
}
.guide-section-image:nth-of-type(4) {
  width: 287.5px;
  margin-top: 24px;
  margin-left: 16px;
}
.guide-section-image:nth-of-type(5) {
  width: 302.5px;
  margin-left: 32px;
}
.guide-section-image:nth-of-type(6) {
  width: 306.5px;
  margin-top: 24px;
  margin-left: 16px;
}
.guide-section-image:nth-of-type(7) {
  width: 320px;
  margin-top: 15px;
  margin-left: 5.5px;
}
.guide-section-attention {
  margin: 17px 30px 0;
  font-size: 11px;
  line-height: 1.4545454545;
  letter-spacing: -0.04em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
}
.guide-section-link {
  display: block;
  width: 264px;
  margin-inline: auto;
  margin-top: 13.5px;
}

/* src/components/common/Modal/index.scss */
.common-modal {
  width: 355px;
  height: calc(100% + 1px);
  padding-inline: 0;
  background: transparent;
}
.common-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.common-modal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .common-modal-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .common-modal-inner::-webkit-scrollbar {
    display: none;
  }
}
.common-modal-content {
  margin-top: 18px;
  overflow-y: scroll;
  border: 3px solid #000;
  border-radius: 8px;
}
.common-modal-close {
  width: 30px;
  height: 30px;
  margin-left: auto;
}

/* src/components/common/ShareCampaignBanner/index.scss */
.common-share-banner-caption {
  width: 255.5px;
  margin-inline: auto;
}
