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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}

html,
body {
  max-width: 100%;
  overflow: clip visible;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

@media screen and (min-width: 836px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 835px) {
  .tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .sp_none {
    display: none !important;
  }
}

header {
  width: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 390px;
  margin: 0 auto;
  padding: 10px 15px;
  box-sizing: border-box;
}

.hero_section {
  width: 100%;
  padding-top: 23px;
  margin-top: -23px;
}
.hero_section .hero_inner {
  width: 390px;
  margin: 0 auto;
}
.hero_section .hero_image {
  width: 100%;
  height: auto;
}
.hero_section .hero_shock {
  background-image: url(./../images/shock__bg_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -50px;
  padding-bottom: 42px;
}
.hero_section .hero_shock_h2 {
  display: block;
  width: 390px;
  height: auto;
  position: relative;
  padding-top: 80px;
}

.shock_section {
  width: 100%;
}
.shock_section .shock_inner {
  width: 390px;
  margin: 0 auto;
}
.shock_section .shock_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shock_section .shock_item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0 16px;
}
.shock_section .shock_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.shock_section .shock_image {
  width: 120px;
  height: auto;
}
.shock_section .shock_item--1 {
  background-image: url(./../images/shock_bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  justify-content: right;
}
.shock_section .shock_item--2 {
  flex-direction: row-reverse;
  background-image: url(./../images/shock_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  justify-content: left;
}
.shock_section .shock_item--3 {
  background-image: url(./../images/shock_bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
  justify-content: right;
}
.shock_section .shock_item--4 {
  background-image: url(./../images/shock_bg4.png);
  flex-direction: row-reverse;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  justify-content: left;
}
.shock_section .shock_h3_inner {
  background-image: url(./../images/shock_bg5.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.shock_section .shock_h3 {
  display: block;
  width: 390px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}
.shock_section .shock_h3_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 40px;
}

.problem_section {
  width: 100%;
}
.problem_section .problem_inner {
  width: 390px;
  margin: 0 auto;
}
.problem_section .problem_shirt_image {
  width: 390px;
  height: auto;
}
.problem_section .problem_enemy_inner {
  background-image: url(./../images/enemy__bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.problem_section .problem_enemy_h2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 40px 0;
}
.problem_section .problem_enemy_text_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}
.problem_section .problem_text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 16px;
  color: #000;
}

.solution_section {
  width: 100%;
}
.solution_section .solution_inner {
  width: 390px;
  margin: 0 auto;
}
.solution_section .suits_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.solution_section .care_h2 {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.solution_section .care_text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding: 0 16px 40px;
}

.feature_section {
  width: 100%;
}
.feature_section .feature_inner {
  width: 390px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.feature_section .feature_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.feature_section .feature_inner_inner {
  background-image: url(./../images/features__bg_1.png), url(./../images/features__bg_2.png);
  background-size: cover, cover;
  background-repeat: no-repeat;
}
.feature_section .feature_h2 {
  width: 390px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
}
.feature_section .features_asset_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.feature_section .feature_text {
  box-sizing: border-box;
  margin: 1px 16px;
  padding: 16px;
  background-color: #E9F4FD;
  border: 1px dotted #004DA0;
  color: #004DA0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.compare_section {
  width: 100%;
}
.compare_section .compare_inner {
  width: 390px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.compare_section .compare_h2 {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.compare_section .compare_table {
  margin: 24px 0;
  padding: 0 20px;
}
.compare_section .compare_head {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
}
.compare_section .compare_head_label--home {
  color: #FF9225;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.compare_section .compare_head_label--crystal {
  color: #004DA0;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
.compare_section .compare_row {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #D9D9D9;
}
.compare_section .compare_cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.compare_section .compare_label {
  width: 100%;
  display: inline-block;
  padding: 16px 12px;
  background-color: #E9F4FD;
  border-radius: 14px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
.compare_section .compare_mark {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.compare_section .compare_mark--circle {
  color: #46CBC0;
}
.compare_section .compare_mark--triangle {
  color: #9E9E9E;
}
.compare_section .compare_mark--double {
  color: #E91E8C;
}
.compare_section .compare_desc {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #444444;
  padding: 0 16px;
}
.compare_section .compare_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding: 0 16px;
}

.polygiene_section {
  width: 100%;
}
.polygiene_section .polygiene_inner {
  width: 390px;
  margin: 0 auto;
  background-color: #FFFFE7;
  padding-bottom: 40px;
}
.polygiene_section .polygiene_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.polygiene_section .polygiene_h2 {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.polygiene_section .polygiene_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 16px 35px;
  color: #041627;
}
.polygiene_section .polygiene_logo {
  background-color: #fff;
}
.polygiene_section .polygiene_logo .polygiene_logo_image {
  display: block;
  width: 100%;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
}
.polygiene_section .polygiene_logo .stayfresh_illust {
  display: block;
  width: 100%;
  height: auto;
}
.polygiene_section .polygiene_compare {
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0 16px 16px;
}
.polygiene_section .polygiene_compare_item {
  position: relative;
  min-width: 0;
}
.polygiene_section .polygiene_compare_image {
  display: block;
  width: 100%;
  height: auto;
}
.polygiene_section .polygiene_compare_arrow_image {
  display: block;
  width: 12px;
  height: 40px;
  margin: 0 auto;
}
.polygiene_section .polygiene_compare_badge,
.polygiene_section .polygiene_compare_caption {
  position: absolute;
}
.polygiene_section .polygiene_compare_badge {
  top: -10px;
  left: 0;
  z-index: 2;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-family: "Hiragino Mincho ProN", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.polygiene_section .polygiene_compare_badge--before {
  background-color: #08508E;
  font-size: 10px;
  padding: 3px 18px;
}
.polygiene_section .polygiene_compare_badge--after {
  background-color: #EE662E;
  font-size: 8px;
  padding: 3px 5px;
}
.polygiene_section .polygiene_compare_caption {
  right: 0px;
  bottom: 0px;
  z-index: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  padding: 2px 6px;
  -webkit-text-stroke: 3px #fff;
  -webkit-stroke-linejoin: round;
  paint-order: stroke fill;
}
.polygiene_section .protect_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.polygiene_section .protect_note {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #041627;
  text-align: end;
  padding: 9px 16px 0;
}
.polygiene_section .protect_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #041627;
  padding: 14px 16px 0;
}

.favorite_section {
  width: 100%;
  background-color: #fff;
}
.favorite_section .favorite_inner {
  width: 390px;
  margin: 0 auto;
}
.favorite_section .favorite_image {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.favorite_section .favorite_message {
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
}
.favorite_section .favorite_text {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #041627;
}
.favorite_section .favorite_text--top {
  margin: 0 0 -80px;
}
.favorite_section .favorite_h2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 390px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.favorite_section .favorite_text--bridge {
  margin: -130px 0 0;
}
.favorite_section .favorite_text--bottom {
  margin: 0;
  line-height: 1.5;
}
.favorite_section .favorite_text_number {
  font-size: 22px;
  font-weight: 900;
  background: linear-gradient(transparent 70%, #FFFF66 70%);
}

.promo_section {
  width: 100%;
}
.promo_section .promo_inner {
  width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.promo_section .collaboration_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.promo_section .collaboration_logo img.hakuyosha-logo {
  display: block;
  width: 149px;
  height: auto;
}
.promo_section .collaboration_logo > img:not(.hakuyosha-logo):not(.suluup-logo) {
  display: block;
  width: 29px;
  height: auto;
}
.promo_section .collaboration_logo img.suluup-logo {
  display: block;
  height: 36px;
  width: auto;
}
.promo_section .trial_h2 {
  width: 390px;
  height: auto;
  margin: 0 auto;
}
.promo_section .promo_coupon {
  padding: 40px 16px;
}
.promo_section .promo_coupon_inner {
  position: relative;
  padding: 56px 16px 16px;
  box-sizing: border-box;
  background-color: #E9F4FD;
}
.promo_section .coupon_badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 188px;
  height: auto;
  z-index: 1;
}
.promo_section .coupon_image {
  display: block;
  width: 326px;
  height: auto;
  margin: 0 auto;
}
.promo_section .coupon_text,
.promo_section .promo_coupon_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding-top: 24px;
}

.qa_section {
  width: 100%;
}
.qa_section .qa_inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #5E83C8;
  padding: 40px 0;
}
.qa_section .qa_title {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.qa_section .qa_list {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px 16px;
  box-sizing: border-box;
}
.qa_section .qa_item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.qa_section .qa_item_question {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.qa_section .qa_label {
  flex-shrink: 0;
  font-family: "MO GCentury", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.qa_section .qa_label--q {
  color: #004DA0;
}
.qa_section .qa_label--a {
  color: #4CA5ED;
}
.qa_section .qa_question {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.qa_section .qa_item_answer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.qa_section .qa_answer {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

footer {
  width: 100%;
  background-color: #fff;
  padding: 40px 0 120px;
}
footer .footer_inner {
  width: 390px;
  margin: 0 auto;
}
footer .footer_hakuyosha_logo {
  width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer .footer_cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
}
footer .footer_cta_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0 16px;
  background-color: #5E83C8;
  border-radius: 100px;
  padding: 18px 20px;
  box-sizing: border-box;
}
footer .footer_cta_text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
footer .footer_cta_icon {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: auto;
}

.sticky_cta {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sticky_cta_link {
  display: block;
  width: 100%;
}

.sticky_cta_inner {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #004DA0;
}

.sticky_cta_left {
  flex-shrink: 0;
}

.sticky_cta_right {
  flex: 1;
  min-width: 0;
}

.sticky_cta_badge_image {
  display: block;
  width: 154px;
  max-width: 100%;
  height: auto;
}

.sticky_cta_right_inner {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-end;
  width: 100%;
}

.sticky_cta_right_inner_top_image {
  display: block;
  width: 100%;
  max-width: 188px;
  height: auto;
}

.sticky_cta_right_inner_bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  width: 100%;
}

.sticky_cta_right_inner_bottom_image {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}

.sticky_cta_right_inner_bottom_icon {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: auto;
}

@media screen and (min-width: 1px) {
  header {
    width: 100%;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 2.564vw 3.846vw;
    box-sizing: border-box;
  }
  .header__inner .hakuyosha-logo img {
    display: block;
    width: 38.205vw;
    height: auto;
  }
  .header__inner > img {
    display: block;
    width: 7.436vw;
    height: auto;
  }
  .header__inner .suluup-logo img {
    display: block;
    height: 9.231vw;
    width: auto;
  }
  .hero_section {
    width: 100%;
    padding-top: 5.897vw;
    margin-top: -5.897vw;
  }
  .hero_section .hero_inner {
    width: 100%;
    margin: 0 auto;
  }
  .hero_section .hero_image {
    width: 100%;
    height: auto;
  }
  .hero_section .hero_shock {
    background-image: url(./../images/shock__bg_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -12.821vw;
    padding-bottom: 10.769vw;
  }
  .hero_section .hero_shock_h2 {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 20.513vw;
  }
  .shock_section {
    width: 100%;
  }
  .shock_section .shock_inner {
    width: 100%;
    margin: 0 auto;
  }
  .shock_section .shock_list {
    display: flex;
    flex-direction: column;
    gap: 2.051vw;
  }
  .shock_section .shock_item {
    display: flex;
    gap: 4.103vw;
    align-items: center;
    padding: 0 4.103vw;
  }
  .shock_section .shock_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  .shock_section .shock_image {
    width: 30.769vw;
    height: auto;
  }
  .shock_section .shock_item--1 {
    background-image: url(./../images/shock_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    justify-content: right;
  }
  .shock_section .shock_item--2 {
    text-align: left;
    flex-direction: row-reverse;
    background-image: url(./../images/shock_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    justify-content: left;
  }
  .shock_section .shock_item--3 {
    text-align: right;
    background-image: url(./../images/shock_bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    justify-content: right;
  }
  .shock_section .shock_item--4 {
    background-image: url(./../images/shock_bg4.png);
    text-align: left;
    flex-direction: row-reverse;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    justify-content: left;
  }
  .shock_section .shock_h3_inner {
    background-image: url(./../images/shock_bg5.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .shock_section .shock_h3 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 10.256vw;
  }
  .shock_section .shock_h3_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    text-align: center;
    padding-top: 6.154vw;
    padding-bottom: 10.256vw;
  }
  .problem_section {
    width: 100%;
  }
  .problem_section .problem_inner {
    width: 100%;
    margin: 0 auto;
  }
  .problem_section .problem_shirt_image {
    width: 100%;
    height: auto;
  }
  .problem_section .problem_enemy_inner {
    background-image: url(./../images/enemy__bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .problem_section .problem_enemy_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 10.256vw 0;
  }
  .problem_section .problem_enemy_text_inner {
    display: flex;
    flex-direction: column;
    gap: 6.154vw;
    padding-bottom: 10.256vw;
  }
  .problem_section .problem_text {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 4.103vw;
    color: #000;
  }
  .solution_section {
    width: 100%;
  }
  .solution_section .solution_inner {
    width: 100%;
    margin: 0 auto;
  }
  .solution_section .suits_image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution_section .care_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .solution_section .care_text {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding: 0 4.103vw;
    padding-bottom: 10.256vw;
  }
  .feature_section {
    width: 100%;
  }
  .feature_section .feature_inner {
    width: 100%;
    margin: 0 auto;
  }
  .feature_section .feature_inner {
    padding-bottom: 5.128vw;
  }
  .feature_section .feature_image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .feature_section .feature_inner_inner {
    background-image: url(./../images/features__bg_1.png), url(./../images/features__bg_2.png);
    background-size: cover, cover;
    background-repeat: no-repeat;
  }
  .feature_section .feature_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10.256vw 0;
  }
  .feature_section .features_asset_image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .feature_section .feature_text {
    box-sizing: border-box;
    margin: 0 4.103vw;
    padding: 4.103vw;
    background-color: #E9F4FD;
    border: 1px dotted #004DA0;
    color: #004DA0;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .compare_section {
    width: 100%;
  }
  .compare_section .compare_inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10.256vw;
  }
  .compare_section .compare_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .compare_section .compare_table {
    margin: 6.154vw 0;
    padding: 0 5.128vw;
  }
  .compare_section .compare_head {
    display: grid;
    grid-template-columns: 1fr 25.641vw 1fr;
    align-items: center;
  }
  .compare_section .compare_head_label--home {
    color: #FF9225;
    font-size: 4.103vw;
    font-weight: 500;
    text-align: center;
  }
  .compare_section .compare_head_label--crystal {
    color: #004DA0;
    font-size: 4.872vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
  }
  .compare_section .compare_row {
    display: grid;
    grid-template-columns: 1fr 25.641vw 1fr;
    align-items: center;
    gap: 3.077vw;
    padding: 4.103vw 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .compare_section .compare_cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.051vw;
  }
  .compare_section .compare_label {
    width: 100%;
    display: inline-block;
    padding: 4.103vw 3.077vw;
    background-color: #E9F4FD;
    border-radius: 3.59vw;
    font-size: 3.077vw;
    font-weight: bold;
    line-height: 1.4;
    white-space: nowrap;
  }
  .compare_section .compare_mark {
    font-size: 6.154vw;
    font-weight: 700;
    line-height: 1;
  }
  .compare_section .compare_mark--circle {
    color: #46CBC0;
  }
  .compare_section .compare_mark--triangle {
    color: #9E9E9E;
  }
  .compare_section .compare_mark--double {
    color: #E91E8C;
  }
  .compare_section .compare_desc {
    font-size: 2.564vw;
    font-weight: 500;
    line-height: 1.2;
    color: #444444;
    padding: 0 4.103vw;
  }
  .compare_section .compare_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding: 0 4.103vw;
  }
  .polygiene_section {
    width: 100%;
  }
  .polygiene_section .polygiene_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #FFFFE7;
    padding-bottom: 10.256vw;
  }
  .polygiene_section .polygiene_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .polygiene_section .polygiene_h2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .polygiene_section .polygiene_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.59vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 4.103vw 8.974vw;
    color: #041627;
  }
  .polygiene_section .polygiene_logo {
    background-color: #fff;
  }
  .polygiene_section .polygiene_logo .polygiene_logo_image {
    display: block;
    width: 100%;
    height: auto;
    padding: 4.103vw;
    box-sizing: border-box;
  }
  .polygiene_section .polygiene_logo .stayfresh_illust {
    display: block;
    width: 100%;
    height: auto;
  }
  .polygiene_section .polygiene_compare {
    display: grid;
    grid-template-columns: 1fr 3.077vw 1fr;
    align-items: center;
    gap: 2.051vw;
    margin: 0 auto;
    padding: 0 4.103vw 4.103vw;
  }
  .polygiene_section .polygiene_compare_item {
    position: relative;
    min-width: 0;
  }
  .polygiene_section .polygiene_compare_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .polygiene_section .polygiene_compare_arrow_image {
    display: block;
    width: 3.077vw;
    height: 10.256vw;
    margin: 0 auto;
  }
  .polygiene_section .polygiene_compare_badge,
  .polygiene_section .polygiene_compare_caption {
    position: absolute;
  }
  .polygiene_section .polygiene_compare_badge {
    top: -2.564vw;
    left: 0;
    z-index: 2;
    border-radius: 256.154vw;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    font-family: "Hiragino Mincho ProN", sans-serif;
    font-weight: bold;
    letter-spacing: 0;
  }
  .polygiene_section .polygiene_compare_badge--before {
    background-color: #08508E;
    font-size: 2.564vw;
    padding: 0.769vw 4.615vw;
  }
  .polygiene_section .polygiene_compare_badge--after {
    background-color: #EE662E;
    font-size: 2.051vw;
    padding: 0.769vw 1.282vw;
  }
  .polygiene_section .polygiene_compare_caption {
    right: 0;
    bottom: 0;
    z-index: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 2.564vw;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    padding: 0.513vw 1.538vw;
    -webkit-text-stroke: 0.769vw #fff;
    -webkit-stroke-linejoin: round;
    paint-order: stroke fill;
  }
  .polygiene_section .protect_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .polygiene_section .protect_note {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.077vw;
    font-weight: 500;
    line-height: 1.5;
    color: #041627;
    text-align: end;
    padding: 2.308vw 4.103vw 0;
  }
  .polygiene_section .protect_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.5;
    color: #041627;
    padding: 3.59vw 4.103vw 0;
  }
  .favorite_section {
    width: 100%;
    background-color: #fff;
  }
  .favorite_section .favorite_inner {
    width: 100%;
    margin: 0 auto;
  }
  .favorite_section .favorite_image {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .favorite_section .favorite_message {
    position: relative;
    padding: 10.256vw 0;
    box-sizing: border-box;
    text-align: center;
  }
  .favorite_section .favorite_text {
    position: relative;
    z-index: 2;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.8;
    color: #041627;
  }
  .favorite_section .favorite_text--top {
    margin: 0 0 -20.513vw;
  }
  .favorite_section .favorite_h2 {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .favorite_section .favorite_text--bridge {
    margin: -33.333vw 0 0;
  }
  .favorite_section .favorite_text--bottom {
    margin: 0;
    line-height: 1.5;
  }
  .favorite_section .favorite_text_number {
    font-size: 5.641vw;
    font-weight: 900;
    background: linear-gradient(transparent 70%, #FFFF66 70%);
  }
  .promo_section {
    width: 100%;
  }
  .promo_section .promo_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.154vw;
  }
  .promo_section .collaboration_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.103vw;
  }
  .promo_section .collaboration_logo img.hakuyosha-logo {
    display: block;
    width: 38.205vw;
    height: auto;
  }
  .promo_section .collaboration_logo > img:not(.hakuyosha-logo):not(.suluup-logo) {
    display: block;
    width: 7.436vw;
    height: auto;
  }
  .promo_section .collaboration_logo img.suluup-logo {
    display: block;
    height: 9.231vw;
    width: auto;
  }
  .promo_section .trial_h2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .promo_section .promo_coupon {
    padding: 10.256vw 4.103vw;
  }
  .promo_section .promo_coupon_inner {
    position: relative;
    padding: 14.359vw 4.103vw 4.103vw;
    box-sizing: border-box;
    background-color: #E9F4FD;
  }
  .promo_section .coupon_badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48.205vw;
    height: auto;
    z-index: 1;
  }
  .promo_section .coupon_image {
    display: block;
    width: 83.59vw;
    height: auto;
    margin: 0 auto;
  }
  .promo_section .coupon_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding-top: 6.154vw;
  }
  .promo_section .promo_coupon_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    padding-top: 6.154vw;
  }
  .qa_section {
    width: 100%;
  }
  .qa_section .qa_inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    background-color: #5E83C8;
    padding: 10.256vw 0;
  }
  .qa_section .qa_title {
    width: 100%;
    height: auto;
    padding-bottom: 10.256vw;
  }
  .qa_section .qa_list {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6.154vw;
    padding: 0 4.103vw;
    box-sizing: border-box;
  }
  .qa_section .qa_item {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2.051vw;
    padding: 4.103vw;
  }
  .qa_section .qa_item_question {
    display: flex;
    align-items: flex-start;
    gap: 4.103vw;
  }
  .qa_section .qa_label {
    flex-shrink: 0;
    font-family: "MO GCentury", serif;
    font-size: 8.205vw;
    font-weight: bold;
    line-height: 1;
  }
  .qa_section .qa_label--q {
    color: #004DA0;
  }
  .qa_section .qa_label--a {
    color: #4CA5ED;
  }
  .qa_section .qa_question {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.103vw;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
  }
  .qa_section .qa_item_answer {
    display: flex;
    align-items: flex-start;
    gap: 4.103vw;
  }
  .qa_section .qa_answer {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
  }
  footer {
    width: 100%;
    background-color: #fff;
    padding: 10.256vw 0;
    padding-bottom: 30.769vw;
  }
  footer .footer_inner {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_hakuyosha_logo {
    width: 61.538vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  footer .footer_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.051vw;
    padding-top: 6.154vw;
  }
  footer .footer_cta_link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 2.051vw;
    margin: 0 4.103vw;
    background-color: #5E83C8;
    border-radius: 25.641vw;
    padding: 4.615vw 5.128vw;
    box-sizing: border-box;
  }
  footer .footer_cta_text {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 4.615vw;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
  }
  footer .footer_cta_icon {
    display: block;
    flex-shrink: 0;
    width: 7.179vw;
    height: auto;
  }
  .sticky_cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .sticky_cta_link {
    display: block;
    width: 100%;
  }
  .sticky_cta_inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.103vw;
    padding: 4.103vw;
    background-color: #004DA0;
  }
  .sticky_cta_left {
    flex-shrink: 0;
  }
  .sticky_cta_right {
    flex: 1;
    min-width: 0;
  }
  .sticky_cta_badge_image {
    display: block;
    width: 39.487vw;
    max-width: 100%;
    height: auto;
  }
  .sticky_cta_right_inner {
    display: flex;
    flex-direction: column;
    gap: 2.821vw;
    align-items: flex-end;
    width: 100%;
  }
  .sticky_cta_right_inner_top_image {
    display: block;
    width: 100%;
    max-width: 48.205vw;
    height: auto;
  }
  .sticky_cta_right_inner_bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.538vw;
    width: 100%;
  }
  .sticky_cta_right_inner_bottom_image {
    display: block;
    width: 100%;
    max-width: 41.026vw;
    height: auto;
  }
  .sticky_cta_right_inner_bottom_icon {
    display: block;
    flex-shrink: 0;
    width: 6.154vw;
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */