@charset "UTF-8";
/* Scss Document */
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
@font-face {
  font-family: "Noto Sans JP"; /* CSSで使うフォント名 */
  src: url("../fonts/NotoSansJP-Light.woff") format("woff");
  font-weight: 300; /* Lightのウェイト */
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示を制御 */
}
@font-face {
  font-family: "Noto Sans JP"; /* CSSで使うフォント名 */
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: 400; /* Regularのウェイト */
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示を制御 */
}
@font-face {
  font-family: "Noto Sans JP"; /* CSSで使うフォント名 */
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-weight: 500; /* Mediumのウェイト */
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示を制御 */
}
@font-face {
  font-family: "Noto Sans JP"; /* 同じフォント名で異なるウェイトを指定 */
  src: url("../fonts/NotoSansJP-SemiBold.woff") format("woff");
  font-weight: 600; /* SemiBoldのウェイト */
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示を制御 */
}
@font-face {
  font-family: "Noto Sans JP"; /* 同じフォント名で異なるウェイトを指定 */
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-weight: 700; /* Boldのウェイト */
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示を制御 */
}
html {
  scroll-behavior: smooth;
}
html:has(body.is-menuOpen) {
  overflow: hidden;
  height: 100%;
}

body {
  color: #222;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  overflow-x: hidden;
}
body.is-menuOpen {
  overflow: hidden;
  height: 100%;
}

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

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.p-lp .l-section {
  margin-top: 160px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-lp .l-section {
    margin-top: 90px;
    scroll-margin-top: 90px;
  }
}
.p-lp .l-inner {
  padding: 0 30px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp .l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  z-index: 100;
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
}
.p-lp .l-header .logo {
  width: 252px;
  line-height: 1;
}
.p-lp .l-header .logo a {
  display: inline-block;
}
.p-lp .l-header .nav-wrap.nav-pc {
  display: flex;
  align-items: center;
}
.p-lp .l-header .nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
.p-lp .l-header .nav li {
  margin-left: 28px;
  font-size: 15px;
  font-weight: 500;
}
.p-lp .l-header .nav-btnArea {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.p-lp .l-header .c-btnEstimate,
.p-lp .l-header .c-btnContact {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 6px 16px;
}
.p-lp .l-header .c-btnEstimate {
  color: #008537;
  background: #fff;
  border: 1px solid #008537;
  margin-right: 10px;
}
.p-lp .l-header .c-btnContact {
  color: #fff;
  background: #008537;
  border: 1px solid #008537;
}
.p-lp .l-header .c-freecall {
  margin-right: 8px;
}
.p-lp .l-header .c-freecall img {
  width: 48px;
}
.p-lp .l-header .nav-sp {
  display: none;
}
.p-lp .l-header .nav-sp .nav-tel {
  margin-top: 20px;
}
.p-lp .l-header .nav-sp .nav-tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #013b90;
  font-size: 20px;
  font-weight: 800;
}
.p-lp .l-header .nav-sp .nav-btnArea {
  flex-direction: column;
  margin-left: 0;
  margin-top: 20px;
}
.p-lp .l-header .nav-sp .nav-btnArea .c-btnEstimate,
.p-lp .l-header .nav-sp .nav-btnArea .c-btnContact {
  width: 100%;
  margin: 0 0 12px;
}
@media screen and (max-width: 1236px) {
  .p-lp .l-header .nav-wrap.nav-pc {
    display: none;
  }
  .p-lp .l-header .nav-sp .nav {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-lp .l-header .nav-sp .nav li {
    text-align: center;
    font-size: 18px;
    margin: 0;
  }
  .p-lp .l-header .nav-sp .nav li + li {
    border-top: 1px solid #cddbd3;
  }
  .p-lp .l-header .nav-sp .nav li a {
    display: block;
    text-align: center;
    padding: 0.8em 0;
  }
  .p-lp .l-header .nav-sp .nav-btnArea {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-lp .l-header .nav-sp {
    display: flex;
  }
  .p-lp .l-header .nav-pc {
    display: none;
  }
  .p-lp .l-header .nav-sp {
    display: flex;
    align-items: center;
  }
  .p-lp .l-header .nav-sp nav {
    display: inline;
  }
  .p-lp .l-header .menu__box {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    margin: 0 0 0 -100vw;
    padding: 15vw 15vw 0;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    transition-duration: 0.3s;
  }
  .p-lp .l-header #menu__toggle {
    opacity: 0;
  }
  .p-lp .l-header #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  .p-lp .l-header #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #008537;
  }
  .p-lp .l-header #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #008537;
  }
  .p-lp .l-header #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }
  .p-lp .l-header .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  .p-lp .l-header .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #008537;
  }
  .p-lp .l-header .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #008537;
    content: "";
    top: -8px;
    transition-duration: 0.25s;
  }
  .p-lp .l-header .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #008537;
    content: "";
    top: 8px;
    transition-duration: 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .l-header {
    width: 100%;
    padding: 10px;
  }
  .p-lp .l-header .logo {
    width: 183px;
  }
}
.p-lp .l-footer {
  padding: 100px 0 40px;
}
.p-lp .l-footer .l-footerWrap {
  justify-content: space-between;
}
.p-lp .l-footer .footer-info .logo {
  width: 185px;
}
.p-lp .l-footer .footer-info .mail {
  margin: 40px 0 20px;
}
.p-lp .l-footer .footer-info .mail a {
  background: #008537;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.p-lp .l-footer .footer-info .mail a img {
  width: 23px;
  margin-right: 14px;
}
.p-lp .l-footer .footer-info .tel a {
  background: #fff;
  font-size: 27px;
  color: #013b90;
  font-weight: 600;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.p-lp .l-footer .footer-info .tel a img {
  width: 41px;
  margin-right: 8px;
}
.p-lp .l-footer .footer-nav__item {
  margin-left: 3em;
}
.p-lp .l-footer .footer-nav__item li {
  margin: 0.8em 0;
}
.p-lp .l-footer .footer-nav__item .link {
  display: flex;
  align-items: center;
}
.p-lp .l-footer .footer-nav__item .link img {
  width: 16px;
  margin-left: 5px;
}
.p-lp .l-footer .l-footerCopy {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 100;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-lp .l-footer {
    padding: 60px 0;
  }
  .p-lp .l-footer .footer-info .logo {
    width: 140px;
  }
  .p-lp .l-footer .footer-info .mail {
    margin: 40px 0 20px;
  }
  .p-lp .l-footer .footer-info .mail a {
    width: 257px;
  }
  .p-lp .l-footer .footer-nav {
    margin-top: 70px;
  }
  .p-lp .l-footer .footer-nav__item {
    margin-left: 0em;
  }
  .p-lp .l-footer .l-footerCopy {
    margin-top: 60px;
  }
}
.p-lp .p-fixBtn {
  position: fixed;
  bottom: 25px;
  right: 0px;
  z-index: 10;
  width: 215px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.p-lp .p-fixBtn.sp {
  display: none;
}
.p-lp .p-fixBtn .logo {
  transform: translateX(-5px);
}
.p-lp .p-fixBtn .name {
  font-size: 12px;
  margin: 3px 0 5px;
  line-height: 1.4;
}
.p-lp .p-fixBtn .price {
  margin: 5px 0 10px;
}
.p-lp .p-fixBtn .price span:nth-child(1) {
  font-size: 17px;
  font-weight: 600;
}
.p-lp .p-fixBtn .price span:nth-child(2) {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 5px;
}
.p-lp .p-fixBtn .price span:nth-child(3) {
  font-size: 9px;
}
.p-lp .p-fixBtn a {
  border-radius: 50px;
  padding: 1em;
  color: #fff;
  display: block;
  padding: 0.7em 1em;
  font-size: 13px;
  position: relative;
  text-align: center;
}
.p-lp .p-fixBtn a span {
  display: inline-block;
  text-align: center;
  width: 4em;
  font-size: 14px;
  font-weight: 600;
}
.p-lp .p-fixBtn a.yahoo {
  background: linear-gradient(180deg, #fa2525, #c60000);
  margin-top: 10px;
}
.p-lp .p-fixBtn a.amazon {
  background: linear-gradient(180deg, #fb8100, #c65400);
  margin-top: 12px;
}
.p-lp .p-fixBtn a:before {
  content: "";
  background: url("../img/icon_arrow.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 15px;
  height: 10px;
  margin: auto;
  top: 1px;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-fixBtn {
    background: none;
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
    right: 10px;
    width: calc(100% - 20px);
    text-align: center;
  }
  .p-lp .p-fixBtn.sp {
    display: block;
  }
  .p-lp .p-fixBtn.pc {
    display: none;
  }
  .p-lp .p-fixBtn a:before {
    display: none;
  }
}

/*------------- component -------------*/
.p-lp .c-head01 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #008537;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .p-lp .c-head01 {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.p-lp .c-head02 {
  padding: 100px 0;
  margin-bottom: 100px;
}
.p-lp .c-head02 h2 {
  display: inline-block;
  margin-left: 10%;
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 4px;
}
.p-lp .c-head02 h2 .small {
  font-size: 38px;
}
.p-lp .c-head02 h2 .en {
  font-size: 16px;
  font-weight: 400;
  display: block;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-lp .c-head02 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .p-lp .c-head02 h2 {
    margin-left: 10%;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .p-lp .c-head02 h2 .small {
    font-size: 16px;
  }
  .p-lp .c-head02 h2 .en {
    font-size: 9px;
    letter-spacing: 1px;
  }
}
.p-lp .c-head03 {
  text-align: center;
  font-size: 36px;
  color: #008537;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-lp .c-head03 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-lp .c-head04 {
  text-align: center;
  font-size: 24px;
  color: #008537;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-lp .c-head04 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-lp .c-flexPC {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-lp .c-flexPC {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .c-flexSP {
    display: flex;
  }
}
.p-lp .c-caution {
  font-size: 9px;
  color: #9f9f9f;
  font-weight: 400;
}
.p-lp .c-patent {
  margin-bottom: 16px;
}
.p-lp .c-patent span {
  line-height: 1;
  background: #d83b3b;
  color: #fff;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  line-height: 1;
}
.p-lp .c-patent span:before {
  content: "";
  background: #d83b3b;
  height: 8px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -7.6px;
  z-index: 1;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

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

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

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

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

/*------------- p-fv -------------*/
.p-lp {
  /*------------- common table -------------*/
  /*------------- p-whyChosen -------------*/
  /*------------- p-diagCta -------------*/
  /*------------- p-productList -------------*/
  /*------------- p-reason -------------*/
  /*------------- p-compare -------------*/
  /*------------- p-feature -------------*/
  /*------------- p-featureCrystaDetail -------------*/
  /*------------- p-featureGerm -------------*/
  /*------------- p-featureWDeodorize -------------*/
  /*------------- p-lineup -------------*/
  /*------------- p-tatami -------------*/
  /*------------- p-panel -------------*/
  /*------------- p-install -------------*/
  /*------------- p-care -------------*/
  /*------------- p-voice -------------*/
  /*------------- p-corporate -------------*/
  /*------------- p-spec -------------*/
  /*------------- p-download -------------*/
  /*------------- p-safety -------------*/
  /*------------- p-healthcare -------------*/
  /*------------- p-diag -------------*/
}
.p-lp .p-fv {
  padding: 160px 0 60px;
  overflow: hidden;
}
.p-lp .p-fv .l-inner {
  max-width: 1100px;
}
.p-lp .p-fvBadge {
  display: inline-block;
  background: #09a43b;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 3px 20px;
  border-radius: 2px;
  text-align: left;
}
.p-lp .p-fvTitle {
  font-size: 43px;
  font-weight: 500;
  margin: 20px 0 40px;
  letter-spacing: 0.05em;
}
.p-lp .p-fvContents {
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.p-lp .p-fvLead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
}
.p-lp .p-fvProducts {
  margin-left: auto;
}
.p-lp .p-fvWatermark {
  font-size: 9vw;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  text-align: center;
}
.p-lp .p-fvLead02 {
  margin-top: 50px;
  text-align: center;
}
.p-lp .p-fvLead02 p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 50px;
  line-height: 3;
  letter-spacing: 0.05em;
}
.p-lp .p-fvLead02 p span {
  font-size: 38px;
  color: #008537;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-lp .p-fv {
    padding: 110px 0 40px;
    text-align: center;
  }
  .p-lp .p-fvBadge {
    font-size: 13px;
    padding: 6px 14px;
  }
  .p-lp .p-fvTitle {
    font-size: 27px;
    margin: 16px 0 30px;
  }
  .p-lp .p-fvContents {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-lp .p-fvLead {
    font-size: 14px;
    margin: 40px 0 24px;
  }
  .p-lp .p-fvProducts {
    width: 100%;
    gap: 10px;
  }
  .p-lp .p-fvProducts li {
    width: 22%;
  }
  .p-lp .p-fvWatermark {
    font-size: 17vw;
    line-height: 1;
    font-weight: 100;
    letter-spacing: -0.01em;
    margin-top: -7vw;
    position: relative;
    z-index: -1;
  }
  .p-lp .p-fvLead02 p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 2.5;
  }
  .p-lp .p-fvLead02 p span {
    font-size: 23px;
  }
}
.p-lp .c-tableWrap {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .c-tableWrap {
    width: calc(100% + 30px);
  }
}
.p-lp .c-tableWrap table {
  width: 100%;
  min-width: 700px;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp .c-tableWrap table {
    min-width: 1100px;
    margin-right: 20px;
  }
}
.p-lp .c-tableWrap table th,
.p-lp .c-tableWrap table td {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 12px;
  font-size: 18px;
  vertical-align: middle;
}
.p-lp .c-tableWrap table td:last-child {
  border-right: none;
}
.p-lp .c-tableWrap table thead th {
  background: #008537;
  color: #fff;
}
.p-lp .c-tableWrap table th:nth-child(1) {
  width: 18%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.p-lp .c-tableWrap table th:nth-child(n+2),
.p-lp .c-tableWrap table td:nth-child(n+2) {
  width: 20.5%;
}
.p-lp .p-whyChosen {
  text-align: center;
}
.p-lp .p-whyChosenList {
  justify-content: space-between;
  gap: 30px;
  text-align: left;
}
.p-lp .p-whyChosenList li {
  background: #f7f7f7;
  flex: 1;
}
.p-lp .p-whyChosenList li .img {
  margin-bottom: 24px;
}
.p-lp .p-whyChosenList li .head {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.p-lp .p-whyChosenList li .text {
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-whyChosenList {
    flex-direction: column;
  }
  .p-lp .p-whyChosenList li {
    margin-bottom: 30px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.p-lp .p-diagCta {
  margin-top: 80px;
  background: #038537;
  padding: 44px 0;
}
.p-lp .p-diagCta .l-inner {
  width: 939px;
  margin: 0 auto;
  background: #fff;
}
.p-lp .p-diagCta .head {
  font-size: 30px;
  padding-top: 20px;
  font-weight: 500;
  color: #008537;
  text-align: center;
}
.p-lp .p-diagCta .head .num {
  font-size: 71px;
  line-height: 1;
}
.p-lp .p-diagCta .head .line {
  background: linear-gradient(transparent 55%, #fff500 55%);
  margin: 0 6px;
}
.p-lp .p-diagCta .body {
  background: #fff;
  padding: 20px 60px 40px;
  align-items: center;
  justify-content: center;
  gap: 10%;
}
.p-lp .p-diagCta .products {
  width: 360px;
  max-width: 100%;
}
.p-lp .p-diagCta .textArea {
  text-align: left;
}
.p-lp .p-diagCta .textArea p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: center;
  color: #008537;
}
.p-lp .p-diagCta .textArea a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #008537;
  color: #fff;
  font-weight: 500;
  padding: 18px 40px;
  width: 300px;
  max-width: 100%;
  position: relative;
  max-width: 100%;
}
.p-lp .p-diagCta .textArea a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-diagCta {
    padding: 20px;
  }
  .p-lp .p-diagCta .l-inner {
    padding: 0;
  }
  .p-lp .p-diagCta .head {
    padding: 24px 20px 0;
    font-size: 24px;
  }
  .p-lp .p-diagCta .head .num {
    font-size: 56px;
  }
  .p-lp .p-diagCta .body {
    flex-direction: column;
    padding: 20px 20px 30px;
  }
  .p-lp .p-diagCta .products {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 24px;
  }
  .p-lp .p-diagCta .products li {
    width: 60px;
  }
  .p-lp .p-diagCta .textArea {
    text-align: center;
  }
  .p-lp .p-diagCta .textArea a {
    width: 100%;
    justify-content: center;
  }
}
.p-lp .p-productListItems {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp .p-productListItems li {
  align-items: center;
  gap: 30px;
  border: 1px solid #e0e6e2;
  padding: 40px;
}
.p-lp .p-productListItems li:nth-child(1) .imgArea img {
  width: 110px;
}
.p-lp .p-productListItems li:nth-child(2) .imgArea img {
  width: 108px;
}
.p-lp .p-productListItems li:nth-child(3) .imgArea img {
  width: 99px;
}
.p-lp .p-productListItems li:nth-child(4) .imgArea img {
  width: 120px;
}
.p-lp .p-productListItems li + li {
  margin-top: 30px;
}
.p-lp .p-productListItems li .imgArea {
  width: 160px;
  flex: none;
  text-align: center;
}
.p-lp .p-productListItems li .textArea {
  text-align: left;
}
.p-lp .p-productListItems li .catch {
  color: #008537;
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 13px;
}
.p-lp .p-productListItems li .name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-lp .p-productListItems li .price {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.p-lp .p-productListItems li .price span {
  font-size: 16px;
  font-weight: 500;
}
.p-lp .p-productListItems li .price .tax {
  font-size: 9px;
  font-weight: 400;
  margin-left: 6px;
}
.p-lp .p-productListItems li .btnArea {
  display: flex;
  gap: 20px;
}
.p-lp .p-productListItems li .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  max-width: 190px;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.p-lp .p-productListItems li .btnArea a span {
  font-optical-sizing: 16px;
}
.p-lp .p-productListItems li .btnArea .yahoo {
  background: linear-gradient(180deg, #fa2525, #c60000);
}
.p-lp .p-productListItems li .btnArea .amazon {
  background: linear-gradient(180deg, #fb8100, #c65400);
}
@media screen and (max-width: 767px) {
  .p-lp .p-productListItems li {
    flex-direction: column;
    padding: 24px;
    text-align: center;
  }
  .p-lp .p-productListItems li .imgArea {
    width: 160px;
    margin: 0 auto 24px;
  }
  .p-lp .p-productListItems li .btnArea {
    flex-direction: column;
    gap: 10px;
  }
  .p-lp .p-productListItems li .btnArea a {
    max-width: none;
  }
}
.p-lp .p-reason {
  text-align: center;
}
.p-lp .p-reasonBadge {
  margin: 30px 0 20px;
}
.p-lp .p-reasonBadge span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #d83b3b;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
.p-lp .p-reasonBadge span strong {
  font-size: 21px;
}
.p-lp .p-reasonSub {
  font-size: 20px;
}
.p-lp .p-reasonHead {
  font-size: 36px;
  font-weight: 500;
  margin: 4px 0 40px;
}
.p-lp .p-reasonCards {
  justify-content: center;
  gap: 10%;
  text-align: center;
  align-items: flex-end;
  margin-top: 60px;
}
.p-lp .p-reasonCards li img {
  margin: 0 auto 16px;
}
.p-lp .p-reasonCards li p {
  font-size: 16px;
  font-weight: 500;
}
.p-lp .p-reasonCards li:nth-child(1) img {
  width: 96px;
}
.p-lp .p-reasonCards li:nth-child(2) img {
  width: 108px;
}
.p-lp .p-reasonCards li:nth-child(3) img {
  width: 105px;
}
.p-lp .p-reasonCards li:nth-child(4) img {
  width: 120px;
}
.p-lp .p-reasonBtn {
  margin-top: 50px;
}
.p-lp .p-reasonBtn a {
  display: inline-block;
  padding: 18px 50px;
  background: #008537;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-reasonLead {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-lp .p-reasonCards {
    flex-wrap: wrap;
    gap: 50px 0;
  }
  .p-lp .p-reasonCards li {
    width: 50%;
    margin-bottom: 20px;
  }
  .p-lp .p-reasonCards li p {
    font-size: 14px;
  }
  .p-lp .p-reasonBadge {
    margin: 30px 0 20px;
  }
  .p-lp .p-reasonBadge span {
    width: 73px;
    height: 73px;
    font-size: 12px;
  }
  .p-lp .p-reasonBadge span strong {
    font-size: 16px;
  }
  .p-lp .p-reasonSub {
    font-size: 13px;
  }
  .p-lp .p-reasonHead {
    font-size: 24px;
    margin: 4px 0 40px;
  }
}
.p-lp .p-compare {
  text-align: center;
}
.p-lp .p-compareTable thead th.img {
  background: #fff;
  border: none;
  padding: 10px 12px;
}
.p-lp .p-compareTable thead th.img img {
  margin: 0 auto;
}
.p-lp .p-compareTable .product_img01 img {
  width: 98px;
}
.p-lp .p-compareTable .product_img02 img {
  width: 108px;
}
.p-lp .p-compareTable .product_img03 img {
  width: 101px;
}
.p-lp .p-compareTable .product_img04 img {
  width: 110px;
}
.p-lp .p-compareTable thead tr:nth-child(2) th {
  position: relative;
  padding: 66px 0 0;
}
.p-lp .p-compareTable thead tr:nth-child(2) th span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  width: calc(100% - 10px);
  bottom: 0;
  left: 5px;
  min-height: 66px;
  padding: 1em 0;
}
.p-lp .p-compareTable thead tr th {
  background: none;
  padding: 0 10px;
  border: none;
}
.p-lp .p-compareTable thead tr th span {
  background: #008537;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  font-size: 13px;
  padding: 10px;
}
.p-lp .p-compareTable thead tr th:nth-child(1) span {
  background: #fff;
  color: #000;
  font-size: 20px;
  border: 1px solid;
}
.p-lp .p-compareTable td {
  position: relative;
}
.p-lp .p-compareTable .p-compare {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.p-lp .p-compareTable .p-compareIcon {
  display: block;
  width: 41px;
}
.p-lp .p-compareTable .p-compareMark {
  font-size: 22px;
}
.p-lp .p-compareTable .p-compare p {
  font-size: 12px;
}
.p-lp .p-compareTable .small td {
  font-size: 14px;
}
.p-lp .p-compareTable .p-compareSize td {
  font-size: 12px;
}
.p-lp .p-compareLegend {
  margin-top: 20px;
  font-size: 12px;
  display: block;
  margin-left: auto;
  text-align: right;
}
.p-lp .p-compareLegend span {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-lp .p-compareLegend {
    text-align: left;
  }
}
.p-lp .p-feature {
  text-align: center;
}
.p-lp .p-featureSub {
  color: #008537;
  font-weight: 500;
  margin-bottom: 20px;
}
.p-lp .p-featureIntro {
  font-size: 16px;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureIntro {
    text-align: left;
  }
}
.p-lp .p-featureSubHead {
  text-align: center;
  color: #008537;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureSubHead {
    font-size: 18px;
  }
}
.p-lp .p-featureText {
  font-size: 16px;
  line-height: 1.9;
  max-width: 600px;
  margin: 0 auto 150px;
  text-align: left;
}
.p-lp .p-featureText--Germ {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureText--Germ {
    text-align: left;
  }
}
.p-lp .p-featureLayers {
  align-items: center;
  justify-content: center;
  gap: 80px;
  text-align: left;
  margin-bottom: 20px;
}
.p-lp .p-featureLayers .imgArea {
  flex: none;
  width: 378px;
}
.p-lp .p-featureLayers .imgArea img {
  width: 100%;
}
.p-lp .p-featureLayers .textArea {
  flex: 1;
  max-width: 520px;
}
.p-lp .p-featureLayers .textArea li {
  padding: 30px 0;
  border-bottom: 1px solid #e0e6e2;
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-lp .p-featureLayers .textArea li:first-child {
  padding-top: 0;
}
.p-lp .p-featureLayers .textArea li:last-child {
  border-bottom: none;
}
.p-lp .p-featureLayers .textArea li img {
  width: 140px;
  flex: none;
  margin-left: auto;
}
.p-lp .p-featureLayers .textArea li:nth-child(1) h3 {
  color: #6bb6d6;
}
.p-lp .p-featureLayers .textArea li:nth-child(2) h3 {
  color: #83a1ad;
}
.p-lp .p-featureLayers .textArea li:nth-child(3) h3 {
  color: #b09d98;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureLayers .textArea li {
    display: block;
  }
}
.p-lp .p-featureLayers .textArea div {
  text-align: center;
}
.p-lp .p-featureLayers .textArea h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-lp .p-featureLayers .textArea p {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 1em;
}
.p-lp .p-featureCaution {
  font-size: 12px;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.8;
  text-align: right;
}
.p-lp .p-featureCaution p {
  text-align: left;
  display: inline-block;
}
.p-lp .p-featureCaution span {
  color: #6bb6d6;
}
.p-lp .p-featurePlus {
  font-size: 80px;
  font-weight: 100;
  color: #008537;
  margin-bottom: 20px;
}
.p-lp .p-featureScale {
  margin: 40px auto 50px;
  max-width: 1200px;
}
.p-lp .p-featureScale img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureScale {
    width: calc(100% + 60px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 10px 0;
  }
  .p-lp .p-featureScale img {
    width: auto;
    max-width: none;
    height: 300px;
    margin-right: 30px;
  }
}
.p-lp .p-featureHikariBox {
  max-width: 900px;
  margin: 100px auto 80px;
  background: #f7f7f7;
  padding: 36px 70px;
  align-items: center;
  text-align: left;
  gap: 44px;
}
.p-lp .p-featureHikariBox .icon {
  flex: none;
  width: 100px;
}
.p-lp .p-featureHikariBox .icon img {
  width: 100%;
}
.p-lp .p-featureHikariBox p {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureHikariBox {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 30px;
  }
  .p-lp .p-featureHikariBox .icon {
    width: 65px;
    margin: 0 auto 20px;
  }
  .p-lp .p-featureHikariBox p {
    text-align: left;
  }
}
.p-lp .p-featureCrysta {
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
.p-lp .p-featureCrysta li img {
  width: 90px;
}
.p-lp .p-featureCrysta p {
  margin-top: 8px;
  font-weight: 500;
}
.p-lp .p-featurePoints {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: left;
}
.p-lp .p-featurePoints li {
  padding: 20px 0;
  border-top: 1px solid #e0e6e2;
}
.p-lp .p-featurePoints li .head {
  color: #008537;
  font-weight: 500;
  margin-bottom: 8px;
}
.p-lp .p-featurePoints li .sub {
  font-weight: 500;
  margin-bottom: 8px;
}
.p-lp .p-featurePoints li p {
  font-size: 14px;
}
.p-lp .p-featureGraphs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin: 60px auto 60px;
  max-width: 820px;
}
.p-lp .p-featureGraphs li {
  width: calc(50% - 10px);
}
.p-lp .p-featureGraphs li .name {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureGraphs {
    margin-top: 40px;
  }
  .p-lp .p-featureGraphs li {
    margin-bottom: 30px;
  }
  .p-lp .p-featureGraphs li .name {
    font-size: 13px;
  }
}
.p-lp .p-featureCrystaDetailWrap {
  margin: 170px auto;
}
.p-lp .p-featureCrystaDetail {
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: left;
  margin: 50px auto;
}
.p-lp .p-featureCrystaDetail .imgArea {
  width: 336px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureCrystaDetail .imgArea {
    width: 276px;
  }
}
.p-lp .p-featureCrystaDetail .textArea {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureCrystaDetail .textArea {
    margin-top: 40px;
  }
}
.p-lp .p-featureCrystaDetail .textArea .lead {
  font-size: 17px;
  margin-bottom: 8px;
  color: #008537;
}
.p-lp .p-featureCrystaDetail .textArea .name {
  font-size: 36px;
  font-weight: 500;
  color: #008537;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureCrystaDetail .textArea .name {
    font-size: 30px;
  }
}
.p-lp .p-featureCrystaDetail .textArea .name span {
  font-size: 13px;
  font-weight: 400;
  background: #f7f7f7;
  margin-left: 10px;
  padding: 5px 10px;
  color: #222222;
}
.p-lp .p-featureCrystaDetail .textArea .text {
  font-size: 16px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureCrystaDetail .textArea .text {
    text-align: left;
  }
}
.p-lp .p-featureCrystaPoints {
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 140px;
}
.p-lp .p-featureCrystaPoints .points {
  flex: 1;
  max-width: 480px;
  text-align: left;
}
.p-lp .p-featureCrystaPoints .points li {
  position: relative;
  padding: 28px 40px 28px 0;
}
.p-lp .p-featureCrystaPoints .points li + li {
  border-top: 1px solid #e0e0e0;
}
.p-lp .p-featureCrystaPoints .points li p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  color: #008537;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureCrystaPoints .points li p {
    font-size: 18px;
  }
}
.p-lp .p-featureCrystaPoints .points li .arrow {
  position: absolute;
  right: 8px;
  top: 40px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-top: 2px solid #038537;
  border-right: 2px solid #038537;
}
.p-lp .p-featureCrystaPoints .points li .sub {
  margin-top: 16px;
  font-size: 18px;
}
.p-lp .p-featureCrystaPoints .points li .detail {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
}
.p-lp .p-featureCrystaPoints .points li .num {
  display: none;
}
.p-lp .p-featureCrystaPoints .imgArea {
  position: relative;
  flex: 1;
  max-width: 380px;
}
.p-lp .p-featureCrystaPoints .imgArea img {
  width: 100%;
}
.p-lp .p-featureCrystaPoints .imgArea .badge {
  display: none;
}
.p-lp .p-featureGerm {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 820px;
  gap: 40px;
  margin: 60px auto 160px;
}
.p-lp .p-featureGerm--Deodorization {
  margin-bottom: 20px;
}
.p-lp .p-featureGerm li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureGerm li {
    margin-top: 30px;
  }
}
.p-lp .p-featureGerm li .name {
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureGerm li .name {
    font-size: 13px;
  }
}
.p-lp .p-featureGerm li .chart {
  width: 100%;
  background: #f7f9f7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureGermWrap {
    margin: 100px auto;
  }
}
.p-lp .p-featureGermLegend {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin: 0 auto 140px;
  font-size: 13px;
  width: 820px;
  max-width: 100%;
}
.p-lp .p-featureGermLegend li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-lp .p-featureGermLegend .dot {
  display: inline-block;
  width: 20px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureGermLegend {
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 100px;
  }
  .p-lp .p-featureGermLegend li {
    width: 50%;
  }
}
.p-lp .p-featureWDeodorize {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 60px;
  margin: 160px 0 160px -140px;
  flex-wrap: wrap;
}
.p-lp .p-featureWDeodorize .group {
  text-align: center;
}
.p-lp .p-featureWDeodorize .group img {
  display: block;
  margin: 0 auto;
}
.p-lp .p-featureWDeodorize .group--hepa img {
  width: 420px;
  max-width: 100%;
}
.p-lp .p-featureWDeodorize .group--hikari img {
  width: 280px;
  max-width: 100%;
}
.p-lp .p-featureWDeodorize .label {
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #008537;
  text-align: center;
}
.p-lp .p-featureWDeodorize .label span {
  display: block;
  font-size: 19px;
}
.p-lp .p-featureWDeodorize .label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.p-lp .p-featureWDeodorize .w {
  flex: none;
  font-size: 72px;
  font-weight: 500;
  color: #008537;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureWDeodorize {
    flex-direction: column;
    gap: 0px;
    margin: 40px 0 140px;
  }
  .p-lp .p-featureWDeodorize .w {
    order: -1;
    font-size: 50px;
    width: 100%;
  }
  .p-lp .p-featureWDeodorize .group {
    width: 100%;
  }
  .p-lp .p-featureWDeodorize .group--hepa {
    margin-bottom: 40px;
  }
  .p-lp .p-featureWDeodorize .label {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .p-featureLayers {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-lp .p-featureLayers .imgArea {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-lp .p-featureLayers .textArea {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .p-lp .p-featureLayers .textArea li img {
    width: 150px;
  }
  .p-lp .p-featureCaution {
    text-align: left;
    margin-bottom: 10px;
  }
  .p-lp .p-featureHikariBox {
    flex-direction: column;
    text-align: center;
  }
  .p-lp .p-featureGraphs li {
    width: 100%;
  }
  .p-lp .p-featureCrystaDetail {
    gap: 10px;
  }
  .p-lp .p-featureCrystaDetail,
  .p-lp .p-featureCrystaPoints {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .p-lp .p-featureCrystaDetail .imgArea,
  .p-lp .p-featureCrystaPoints .imgArea {
    justify-content: center;
  }
  .p-lp .p-featureCrystaDetail .points,
  .p-lp .p-featureCrystaPoints .points {
    text-align: left;
  }
  .p-lp .p-featureCrystaPoints {
    margin-bottom: 0px;
    gap: 0;
  }
  .p-lp .p-featureCrystaPoints .imgArea {
    order: -1;
    max-width: 100%;
    margin-bottom: 0px;
  }
  .p-lp .p-featureCrystaPoints .imgArea .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #038537;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    transform: translate(-50%, -50%);
  }
  .p-lp .p-featureCrystaPoints .imgArea .badge--1 {
    top: 21%;
    left: 50%;
  }
  .p-lp .p-featureCrystaPoints .imgArea .badge--2 {
    top: 42%;
    left: 30%;
  }
  .p-lp .p-featureCrystaPoints .imgArea .badge--3 {
    top: 70%;
    left: 50%;
  }
  .p-lp .p-featureCrystaPoints .points li {
    padding: 24px 40px 24px 0;
  }
  .p-lp .p-featureCrystaPoints .points li .arrow {
    display: none;
  }
  .p-lp .p-featureCrystaPoints .points li .num {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 25px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #038537;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .p-lp .p-featureCrystaPoints .points li .sub,
  .p-lp .p-featureCrystaPoints .points li .detail {
    padding-left: 40px;
  }
  .p-lp .p-featureCrystaPoints .points li p:first-of-type {
    padding-left: 40px;
  }
  .p-lp .p-featureGerm li {
    width: 100%;
  }
}
.p-lp .p-lineup {
  text-align: center;
}
.p-lp .p-lineupLead {
  color: #008537;
  font-weight: 500;
  margin-bottom: 12px;
}
.p-lp .p-lineupBody {
  margin-top: 40px;
  background: #f7f9f7;
  padding: 60px 0 0;
}
.p-lp .p-lineupBody .l-inner {
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding-bottom: 60px;
  max-width: 1000px;
}
.p-lp .p-lineupBody .textArea {
  max-width: 600px;
}
.p-lp .p-lineupBody .textArea .head {
  font-size: 25px;
  font-weight: 500;
  color: #008537;
  margin-bottom: 16px;
  text-align: center;
}
.p-lp .p-lineupBody .textArea .text {
  font-size: 16px;
  line-height: 1.9;
}
.p-lp .p-lineupNum {
  flex: none;
  text-align: center;
  color: #008537;
  position: relative;
  padding-left: 90px;
}
.p-lp .p-lineupNum .label {
  display: block;
  font-weight: 500;
  font-size: 43px;
  font-weight: 100;
  position: absolute;
  top: 30px;
  left: 0;
}
.p-lp .p-lineupNum .num {
  font-weight: 100;
  font-size: 192px;
  line-height: 1.1;
}
.p-lp .p-lineupNum .unit {
  font-size: 104px;
  font-weight: 100;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-lineupNum {
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .p-lp .p-lineupNum .label {
    font-size: 27px;
    left: 30px;
    line-height: 1.2;
  }
  .p-lp .p-lineupNum .num {
    font-size: 122px;
  }
  .p-lp .p-lineupNum .unit {
    font-size: 60px;
    margin-left: 10px;
  }
}
.p-lp .p-lineupPhotos {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.p-lp .p-lineupPhotos__track {
  display: flex;
  flex: none;
  animation: p-lineupPhotos 24s linear infinite;
}
.p-lp .p-lineupPhotos__track li {
  flex: none;
  width: 25vw;
}
.p-lp .p-lineupPhotos__track img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
@keyframes p-lineupPhotos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-lp .p-tatamiList {
  flex-wrap: wrap;
  justify-content: center;
  width: 830px;
  max-width: 100%;
  margin: 0 auto;
}
.p-lp .p-tatamiList li {
  width: 50%;
  padding: 30px;
  text-align: center;
}
.p-lp .p-tatamiList li .name {
  color: #008537;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}
.p-lp .p-tatamiList li .body {
  justify-content: center;
  gap: 20px;
}
.p-lp .p-tatamiList li .num {
  font-size: 127px;
  font-weight: 100;
  color: #008537;
  line-height: 1;
}
.p-lp .p-tatamiList li .num span {
  font-size: 69px;
  margin-left: 4px;
}
.p-lp .p-tatamiList li:nth-child(2) .body, .p-lp .p-tatamiList li:nth-child(4) .body {
  flex-direction: row-reverse;
}
.p-lp .p-tatamiList li:nth-child(1) img {
  width: 97px;
}
.p-lp .p-tatamiList li:nth-child(2) img {
  width: 108px;
}
.p-lp .p-tatamiList li:nth-child(3) img {
  width: 99px;
}
.p-lp .p-tatamiList li:nth-child(4) img {
  width: 116px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-tatamiList li {
    width: 100%;
    padding: 20px 0;
    position: relative;
    margin-top: 40px;
  }
  .p-lp .p-tatamiList li .body, .p-lp .p-tatamiList li:nth-child(2) .body, .p-lp .p-tatamiList li:nth-child(4) .body {
    flex-direction: row;
  }
  .p-lp .p-tatamiList li .body {
    align-items: center;
  }
  .p-lp .p-tatamiList li .name {
    font-size: 16px;
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .p-lp .p-tatamiList li .num {
    font-size: 86px;
  }
  .p-lp .p-tatamiList li .num span {
    font-size: 46px;
  }
  .p-lp .p-lineupBody .l-inner {
    flex-direction: column;
    text-align: center;
  }
  .p-lp .p-lineupBody .l-inner .textArea .head {
    font-size: 20px;
  }
  .p-lp .p-lineupBody .l-inner .text {
    text-align: left;
  }
  .p-lp .p-lineupPhotos__track li {
    width: 50vw;
  }
  .p-lp .p-lineupPhotos__track img {
    height: 140px;
  }
}
.p-lp .p-panel {
  text-align: center;
}
.p-lp .p-panel .l-inner {
  max-width: 1200px;
}
.p-lp .p-panelIntro {
  max-width: 560px;
  margin: 0 auto 50px;
  font-size: 16px;
  text-align: left;
  line-height: 1.9;
}
.p-lp .p-panelList {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}
.p-lp .p-panelList li {
  width: calc(50% - 15px);
  background: #f7f9f7;
  padding: 40px;
}
.p-lp .p-panelList .name {
  text-align: center;
  color: #008537;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
.p-lp .p-panelList .body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.p-lp .p-panelList .body img {
  flex: none;
  width: 200px;
}
.p-lp .p-panelList .body ul li {
  width: auto;
  background: none;
  padding: 0;
  font-size: 15px;
}
.p-lp .p-panelList .body ul li:before {
  content: "・";
}
.p-lp .p-panelNote {
  margin-top: 40px;
  font-size: 12px;
  color: #666;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-lp .p-panelList {
    gap: 60px;
  }
  .p-lp .p-panelList > li {
    width: calc(100% + 60px);
    padding: 30px;
    margin-left: -30px;
    margin-bottom: 15px;
  }
  .p-lp .p-panelList .name {
    font-size: 18px;
  }
  .p-lp .p-panelList .body {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .p-lp .p-panelList .body img {
    width: 220px;
    margin-bottom: 24px;
  }
  .p-lp .p-panelList .body ul {
    width: 100%;
  }
}
.p-lp .p-installHead {
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
  text-align: left;
}
.p-lp .p-installHead .c-head01 {
  flex: none;
  text-align: left;
  margin-bottom: 0;
  white-space: nowrap;
}
.p-lp .p-installHead .textArea {
  max-width: 620px;
}
.p-lp .p-installHead .textArea p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.p-lp .p-installMarquee {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.p-lp .p-installMarquee__track {
  display: flex;
  flex: none;
  animation: p-installMarquee 30s linear infinite;
}
.p-lp .p-installMarquee__track li {
  flex: none;
  width: 240px;
}
.p-lp .p-installMarquee__track img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}
@keyframes p-installMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .p-lp .p-installHead {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-lp .p-installHead .c-head01 {
    white-space: normal;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-lp .p-installMarquee__track li {
    width: 220px;
  }
}
.p-lp .p-care {
  background: #f7f7f7;
  padding: 60px 0;
}
.p-lp .p-care .l-inner {
  max-width: 1000px;
}
.p-lp .p-careSub {
  text-align: center;
  margin-bottom: 30px;
}
.p-lp .p-careBody {
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 60px;
}
.p-lp .p-careBody .textArea {
  max-width: 460px;
}
.p-lp .p-careBody .textArea .c-head03 {
  margin-bottom: 12px;
}
.p-lp .p-careBody .textArea .head {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  padding: 20px;
  margin-bottom: 24px;
}
.p-lp .p-careBody .textArea .text {
  font-size: 16px;
  line-height: 1.9;
}
.p-lp .p-careBody .imgArea {
  flex: 1;
}
.p-lp .p-careBody .imgArea img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lp .p-careBody {
    flex-direction: column;
  }
  .p-lp .p-careBody .imgArea {
    margin-top: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.p-lp .p-voice {
  text-align: center;
  background: #f7f7f7;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voice {
    padding: 50px 0;
  }
}
.p-lp .p-voiceIntro {
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceIntro {
    text-align: left;
  }
}
.p-lp .p-voiceList {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
}
.p-lp .p-voiceList li {
  flex: 0 0 calc(50% - 12px);
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceList li {
    padding: 15px 15px 25px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.p-lp .p-voiceList li .head {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceList li .head {
    align-items: center;
    margin-bottom: 20px;
  }
}
.p-lp .p-voiceList li .avatar {
  flex: none;
  text-align: center;
  margin-top: 10px;
}
.p-lp .p-voiceList li .avatar img {
  width: 93px;
  border-radius: 50%;
}
.p-lp .p-voiceList li .person {
  margin-top: 6px;
  font-size: 12px;
}
.p-lp .p-voiceList li .nameArea {
  flex: 1;
  padding-bottom: 12px;
}
.p-lp .p-voiceList li .nameArea div {
  justify-content: space-between;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceList li .nameArea div {
    border: none;
    padding-bottom: 0;
  }
}
.p-lp .p-voiceList li .name {
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceList li .name {
    font-size: 14px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.p-lp .p-voiceList li .tag {
  display: inline-block;
  font-size: 11px;
  background: #f7f7f7;
  font-weight: 600;
  padding: 4px 16px;
  border-radius: 20px;
}
.p-lp .p-voiceList li .text {
  font-size: 14px;
  line-height: 1.9;
}
.p-lp .p-voiceCaution {
  font-size: 12px;
  text-align: right;
  font-weight: 100;
  max-width: 1024px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceCaution {
    text-align: left;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-lp .p-voiceList li {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.p-lp .p-corporate {
  padding: 60px 0;
  max-width: 1000px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-lp .p-corporate {
    margin: 60px auto;
  }
}
.p-lp .p-corporate .c-head01 {
  text-align: left;
  margin-bottom: 20px;
}
.p-lp .p-corporateBody {
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-lp .p-corporateText {
  line-height: 1.9;
  margin-bottom: 30px;
}
.p-lp .p-corporateProducts {
  display: flex;
  flex: none;
  gap: 20px;
  align-items: end;
}
.p-lp .p-corporateProducts li {
  width: 100px;
}
.p-lp .p-corporateProducts li:nth-child(1) img {
  width: 87px;
}
.p-lp .p-corporateProducts li:nth-child(2) img {
  width: 98px;
}
.p-lp .p-corporateProducts li:nth-child(3) img {
  width: 93px;
}
.p-lp .p-corporateProducts li:nth-child(4) img {
  width: 107px;
}
.p-lp .p-corporate .btnWrap .mail a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-weight: 500;
  background: #008537;
  color: #fff;
  width: 257px;
}
.p-lp .p-corporate .btnWrap .mail a img {
  width: 23px;
}
.p-lp .p-corporate .btnWrap .tel a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: #013b90;
  font-size: 27px;
  font-weight: 800;
}
.p-lp .p-corporate .btnWrap .tel a span {
  display: inline-grid;
}
.p-lp .p-corporate .btnWrap .tel a img {
  width: 41px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .p-lp {
    margin-top: 40px;
  }
  .p-lp .p-corporateBody {
    flex-direction: column-reverse;
  }
  .p-lp .p-corporateProducts {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-lp .p-corporateProducts li {
    width: 20%;
  }
  .p-lp .p-corporateProducts li:nth-child(1) img {
    width: 55px;
  }
  .p-lp .p-corporateProducts li:nth-child(2) img {
    width: 62px;
  }
  .p-lp .p-corporateProducts li:nth-child(3) img {
    width: 58px;
  }
  .p-lp .p-corporateProducts li:nth-child(4) img {
    width: 67px;
  }
  .p-lp .p-corporate .btnWrap {
    flex-direction: column;
  }
  .p-lp .p-corporate .btnWrap .mail a {
    width: 100%;
    justify-content: center;
  }
  .p-lp .p-corporate .btnWrap .tel a {
    justify-content: center;
  }
}
.p-lp .p-spec {
  text-align: center;
}
.p-lp .p-specCaution {
  margin-top: 20px;
  font-size: 12px;
  color: #9f9f9f;
}
.p-lp .p-download {
  text-align: center;
}
.p-lp .p-downloadHead {
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-bottom: 70px;
  gap: 60px;
}
.p-lp .p-downloadHead .c-head01 {
  margin-bottom: 0;
}
.p-lp .p-downloadList {
  justify-content: space-between;
  gap: 20px;
}
.p-lp .p-downloadList li {
  flex: 1;
  border: 1px solid #e0e6e2;
  padding: 20px;
}
.p-lp .p-downloadList li .name {
  font-weight: 500;
  margin-bottom: 16px;
  color: #008537;
}
.p-lp .p-downloadList li .name span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.p-lp .p-downloadList li:nth-child(1) .image img {
  width: 98px;
}
.p-lp .p-downloadList li:nth-child(2) .image img {
  width: 108px;
}
.p-lp .p-downloadList li:nth-child(3) .image img {
  width: 101px;
}
.p-lp .p-downloadList li:nth-child(4) .image img {
  width: 120px;
}
.p-lp .p-downloadList li .image {
  height: 222px;
}
.p-lp .p-downloadList li img {
  margin: 0 auto 20px;
}
.p-lp .p-downloadList li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 10px;
  font-weight: 500;
  position: relative;
}
.p-lp .p-downloadList li a img {
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-lp .p-downloadHead {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .p-lp .p-downloadHead p {
    max-width: none;
    margin-top: 10px;
  }
  .p-lp .p-downloadList {
    flex-wrap: wrap;
  }
  .p-lp .p-downloadList li {
    margin: 0 10px 30px;
  }
}
.p-lp .p-safety .l-inner {
  justify-content: center;
  gap: 60px;
}
.p-lp .p-safety p {
  max-width: 770px;
}
.p-lp .p-healthcareBanner {
  background: #008537;
  padding: 0;
  margin-bottom: 90px;
}
.p-lp .p-healthcareBanner .l-inner {
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.p-lp .p-healthcareBanner .imgArea {
  flex: none;
  width: 426px;
  margin-top: -20px;
}
.p-lp .p-healthcareBanner .imgArea img {
  width: 100%;
}
.p-lp .p-healthcareBanner .textArea {
  text-align: left;
  padding: 30px 0;
}
.p-lp .p-healthcareBanner .badge {
  display: inline-block;
  background: #fff;
  color: #008537;
  font-weight: 500;
  font-size: 23px;
  padding: 6px 56px 6px 56px;
  margin-bottom: 14px;
  transform: translateX(-70px);
  position: relative;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 100%, 100% 100%, 0 100%);
}
.p-lp .p-healthcareBanner .catch {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.p-lp .p-healthcare {
  text-align: center;
}
.p-lp .p-healthcareSub,
.p-lp .p-healthcareSub2 {
  font-size: 16px;
  margin-bottom: 40px;
}
.p-lp .p-healthcareCompare {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 160px;
}
.p-lp .p-healthcareCompare .item {
  flex: 1;
  max-width: 445px;
  border: 1px solid #e0e6e2;
  padding: 50px 30px;
  position: relative;
}
.p-lp .p-healthcareCompare .item .head {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 16px;
  position: absolute;
  top: -3em;
  left: 0;
  width: 100%;
  text-align: center;
  color: #9f9f9f;
}
.p-lp .p-healthcareCompare .item .name {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 22px;
  padding-top: 40px;
}
.p-lp .p-healthcareCompare .item .text {
  font-size: 18px;
  line-height: 1.8;
}
.p-lp .p-healthcareCompare .item .text strong {
  font-weight: 400;
  color: #d83b3b;
}
.p-lp .p-healthcareCompare .item .illust {
  margin-top: 24px;
}
.p-lp .p-healthcareCompare .item .illust img {
  width: 100%;
}
.p-lp .p-healthcareCompare .item.is-main .head {
  color: #008537;
}
.p-lp .p-healthcareCompare .item.is-main .logo {
  margin-bottom: 45px;
}
.p-lp .p-healthcareCompare .item.is-main .logo img {
  width: 160px;
}
.p-lp .p-healthcareCompare .arrow {
  flex: none;
  color: #008537;
  font-size: 28px;
}
.p-lp .p-chose {
  background: #f7f7f7;
  padding: 100px 0 160px;
}
.p-lp .p-chose .p-choseText {
  font-size: 28px;
  text-align: center;
  color: #008537;
  margin-bottom: 60px;
}
.p-lp .p-healthcareIon {
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 40px;
  margin-bottom: 140px;
}
.p-lp .p-healthcareIon .textArea {
  max-width: 480px;
}
.p-lp .p-healthcareIon .textArea .logo {
  margin-bottom: 6px;
}
.p-lp .p-healthcareIon .textArea .logo img {
  width: 192px;
}
.p-lp .p-healthcareIon .textArea .small {
  font-size: 16px;
  color: #969696;
  margin-bottom: 20px;
}
.p-lp .p-healthcareIon .textArea .head {
  font-size: 28px;
  font-weight: 500;
  color: #199bd2;
  margin-bottom: 20px;
}
.p-lp .p-healthcareIon .textArea .text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 16px;
}
.p-lp .p-healthcareIon .textArea .mark {
  font-size: 27px;
  display: inline-block;
  background: #fff500;
  font-weight: 700;
  line-height: 1;
  padding: 6px 8px;
  margin: 6px 6px 0 0;
}
.p-lp .p-healthcareIon .imgArea {
  max-width: 665px;
}
.p-lp .p-healthcareIon .imgArea img {
  width: 100%;
}
.p-lp .p-healthcareDiffuser {
  align-items: center;
  justify-content: center;
  gap: 60px;
  text-align: left;
}
.p-lp .p-healthcareDiffuser .imgArea {
  max-width: 393px;
}
.p-lp .p-healthcareDiffuser .imgArea img {
  width: 100%;
}
.p-lp .p-healthcareDiffuser .textArea {
  max-width: 397px;
}
.p-lp .p-healthcareDiffuser .textArea .head {
  font-size: 28px;
  color: #199bd2;
  margin-bottom: 24px;
}
.p-lp .p-healthcareDiffuser .textArea p {
  font-size: 16px;
  line-height: 1.9;
}
.p-lp .p-healthcareDiffuser .textArea .patent {
  margin-top: 20px;
  color: #9f9f9f;
}
@media screen and (max-width: 767px) {
  .p-lp .p-healthcareBanner .l-inner {
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    gap: 0;
  }
  .p-lp .p-healthcareBanner .imgArea {
    width: 100%;
    margin-top: 0;
    order: 1;
  }
  .p-lp .p-healthcareBanner .imgArea img {
    width: 250px;
  }
  .p-lp .p-healthcareBanner .textArea {
    text-align: center;
    padding-bottom: 24px;
    order: 0;
    padding-bottom: 15px;
  }
  .p-lp .p-healthcareBanner .badge {
    font-size: 19px;
    display: block;
    width: calc(100% + 90px);
    text-align: center;
    padding: 6px 20px 6px 20px;
    margin-bottom: 26px;
    transform: translateX(-60px);
  }
  .p-lp .p-healthcareBanner .catch {
    font-size: 26px;
    line-height: 1.5;
  }
  .p-lp .p-healthcareCompare {
    flex-direction: column;
    align-items: center;
  }
  .p-lp .p-healthcareCompare .item {
    padding: 30px 20px 0;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .p-lp .p-healthcareCompare .item .head {
    font-size: 18px;
    top: -2.5em;
  }
  .p-lp .p-healthcareCompare .item .name {
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .p-lp .p-healthcareCompare .item.is-main {
    margin-top: 80px;
  }
  .p-lp .p-healthcareCompare .item.is-main .head {
    color: #008537;
  }
  .p-lp .p-healthcareCompare .item.is-main .logo {
    margin-bottom: 25px;
  }
  .p-lp .p-healthcareCompare .item.is-main .logo img {
    width: 125px;
  }
  .p-lp .p-healthcareCompare .arrow {
    transform: rotate(90deg);
    margin-top: 30px;
  }
  .p-lp .p-healthcareIon,
  .p-lp .p-healthcareDiffuser {
    flex-direction: column;
  }
  .p-lp .p-chose {
    padding: 60px 0 100px;
  }
  .p-lp .p-chose .p-choseText {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .p-lp .p-healthcareIon {
    gap: 30px;
    margin-bottom: 60px;
  }
  .p-lp .p-healthcareIon .textArea {
    max-width: 480px;
  }
  .p-lp .p-healthcareIon .textArea .logo {
    margin-bottom: 6px;
    text-align: center;
  }
  .p-lp .p-healthcareIon .textArea .logo img {
    width: 154px;
  }
  .p-lp .p-healthcareIon .textArea .small {
    font-size: 15px;
    text-align: center;
  }
  .p-lp .p-healthcareIon .textArea .head {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .p-lp .p-healthcareIon .imgArea {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .p-lp .p-healthcareDiffuser {
    gap: 30px;
    display: flex;
  }
  .p-lp .p-healthcareDiffuser .imgArea {
    max-width: 246px;
    margin: 0 auto;
    order: 1;
  }
  .p-lp .p-healthcareDiffuser .textArea {
    order: 0;
  }
  .p-lp .p-healthcareDiffuser .textArea .head {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.p-lp .p-diag {
  text-align: center;
  padding-bottom: 120px;
  border-bottom: 1px solid #e8e8e8;
}
.p-lp .p-diagIntro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.9;
}
.p-lp .p-diagQuiz {
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
}
.p-lp .p-diag:has(.p-diagQuiz.is-result) .c-head01,
.p-lp .p-diag:has(.p-diagQuiz.is-result) .p-diagIntro {
  display: none;
}
.p-lp .p-diagQuiz.is-result .p-diagQuiz__steps,
.p-lp .p-diagQuiz.is-result .p-diagQuiz__progress {
  display: none;
}
.p-lp .p-diagQuiz__steps {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 12px;
}
.p-lp .p-diagQuiz__steps .step {
  font-size: 24px;
  font-weight: 500;
  color: #b5b5b5;
}
.p-lp .p-diagQuiz__steps .step.is-active {
  color: #008537;
}
.p-lp .p-diagQuiz__progress {
  height: 2px;
  background: #d9d9d9;
  margin-bottom: 50px;
}
.p-lp .p-diagQuiz__progress span {
  display: block;
  height: 100%;
  width: 25%;
  background: #008537;
  transition: width 0.3s ease-out;
}
.p-lp .p-diagQuiz__question {
  display: none;
}
.p-lp .p-diagQuiz__question.is-active {
  display: block;
}
.p-lp .p-diagQuiz__question h3 {
  font-size: 26px;
  font-weight: 500;
  color: #008537;
  text-align: center;
  margin-bottom: 40px;
}
.p-lp .p-diagQuiz__options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  text-align: left;
  margin: 0 auto;
  max-width: 900px;
}
.p-lp .p-diagQuiz__options li label {
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
  border: 1px solid #333;
  padding: 18px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.p-lp .p-diagQuiz__options li label input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #999;
  margin-right: 18px;
  position: relative;
}
.p-lp .p-diagQuiz__options li label input:checked {
  background: #008537;
  border-color: #008537;
}
.p-lp .p-diagQuiz__options li label input:checked:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.p-lp .p-diagQuiz__options li label:has(input:checked) {
  border-color: #008537;
  background: #eef6f0;
}
.p-lp .p-diagQuiz__nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.p-lp .p-diagQuiz__nav button {
  width: 430px;
  max-width: 100%;
  padding: 18px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-lp .p-diagQuiz__nav button.back {
  background: #efefef;
  color: #666;
}
.p-lp .p-diagQuiz__nav button.next, .p-lp .p-diagQuiz__nav button.result {
  background: #008537;
  color: #fff;
}
.p-lp .p-diagQuiz__nav button.next:disabled, .p-lp .p-diagQuiz__nav button.result:disabled {
  background: #cfe3d5;
  cursor: not-allowed;
}
.p-lp .p-diagQuiz__nav button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.p-lp .p-diagQuiz__result {
  display: none;
  text-align: left;
}
.p-lp .p-diagQuiz__result.is-active {
  display: block;
}
.p-lp .p-diagQuiz__result .p-diagResultHead {
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-bottom: 80px;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .textArea {
  max-width: 480px;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .img {
  flex: none;
  width: 260px;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .img img {
  width: 100%;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .p-diagResultLead {
  font-size: 16px;
  font-weight: 500;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .intro {
  font-size: 18px;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .name {
  font-size: 32px;
  font-weight: 500;
  color: #008537;
  margin: 30px 0;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .copy {
  font-size: 20px;
  font-weight: 500;
}
.p-lp .p-diagQuiz__result .p-diagResultHead .target {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph {
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  margin-bottom: 80px;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .graph {
  flex: none;
  width: 460px;
  max-width: 46%;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .graph img {
  width: 100%;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch {
  flex: 1;
  padding: 30px;
  border: 2px solid #e8e8e8;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch h4 {
  color: #008537;
  font-size: 20px;
  font-weight: 500;
  margin-top: -50px;
  text-align: center;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch h4 span {
  background: #fff;
  display: inline-block;
  padding: 5px 1em;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch p {
  line-height: 1.9;
  margin: 20px 0;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch ul li {
  position: relative;
  padding-left: 16px;
  font-weight: 500;
  line-height: 2;
}
.p-lp .p-diagQuiz__result .p-diagResultGraph .catch ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 8px;
  line-height: 2.4;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice {
  margin-bottom: 60px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice h4 {
  color: #008537;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul {
  flex-wrap: wrap;
  gap: 24px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li {
  flex: 0 0 calc(50% - 12px);
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .head {
  gap: 16px;
  margin-bottom: 12px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .avatar {
  flex: none;
  text-align: center;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .avatar img {
  width: 93px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .person {
  font-size: 11px;
  margin-top: 4px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .nameArea {
  flex: 1;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .nameArea .c-flexPC {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .nameArea > div {
  border-bottom: 2px solid #e8e8e8;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .name {
  font-weight: 700;
  font-size: 14px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .tag {
  font-size: 11px;
  background: #f7f7f7;
  padding: 3px 10px;
  border-radius: 20px;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice ul li .text {
  font-size: 16px;
  line-height: 1.8;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice .caution {
  margin-top: 60px;
  font-size: 12px;
  text-align: right;
  font-weight: 100;
  color: #222222;
}
.p-lp .p-diagQuiz__result .p-diagResultVoice .caution span {
  text-align: left;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border: 2px solid #e8e8e8;
  padding: 30px;
  margin: 140px auto 80px;
  max-width: 750px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .img {
  flex: none;
  width: 120px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .img img {
  width: 100%;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .catch {
  color: #008537;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 6px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .price {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .price span {
  font-size: 14px;
  font-weight: 700;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .price .tax {
  font-size: 11px;
  font-weight: 400;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea {
  display: flex;
  gap: 16px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea a span {
  font-size: 16px;
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea .yahoo {
  background: linear-gradient(180deg, #fa2525, #c60000);
}
.p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea .amazon {
  background: linear-gradient(180deg, #fb8100, #c65400);
}
.p-lp .p-diagQuiz__result .p-diagResultCompare {
  text-align: center;
  margin-bottom: 20px;
}
.p-lp .p-diagQuiz__result .p-diagResultCompare a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 60px;
  background: #008537;
  color: #fff;
  font-weight: 500;
  border-radius: 50px;
}
.p-lp .p-diagQuiz__result .retry {
  text-align: center;
}
.p-lp .p-diagQuiz__result .retry a {
  font-size: 14px;
  color: #666;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-lp .p-diagQuiz {
    margin-top: 30px;
  }
  .p-lp .p-diagQuiz__steps {
    gap: 30px;
    margin-bottom: 10px;
  }
  .p-lp .p-diagQuiz__steps .step {
    font-size: 16px;
  }
  .p-lp .p-diagQuiz__progress {
    margin-bottom: 30px;
  }
  .p-lp .p-diagQuiz__question h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .p-lp .p-diagQuiz__options {
    grid-template-columns: 1fr;
  }
  .p-lp .p-diagQuiz__options li label {
    padding: 14px;
    font-size: 14px;
  }
  .p-lp .p-diagQuiz__nav {
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
  }
  .p-lp .p-diagQuiz__nav button {
    width: 100%;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead {
    flex-direction: column-reverse;
    text-align: center;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .textArea {
    max-width: none;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .intro {
    font-size: 16px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .name {
    font-size: 22px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .copy {
    font-size: 18px;
    text-align: left;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .target {
    font-size: 16px;
    text-align: left;
  }
  .p-lp .p-diagQuiz__result .p-diagResultHead .img {
    width: 127px;
    margin: 0 auto 20px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultGraph {
    flex-direction: column;
  }
  .p-lp .p-diagQuiz__result .p-diagResultGraph .graph {
    max-width: calc(100% + 60px);
    margin-left: -30px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultGraph .catch {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 40px;
    padding: 20px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultGraph .catch h4 {
    font-size: 16px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultGraph .catch p,
  .p-lp .p-diagQuiz__result .p-diagResultGraph .catch li {
    font-size: 16px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice h4 {
    text-align: center;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice ul {
    margin-top: 40px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice .head {
    align-items: center;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice ul li {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice .c-flexPC {
    border: none !important;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice .name {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultVoice .tag {
    display: inline-block;
  }
  .p-lp .p-diagQuiz__result .p-diagResultBuy {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultBuy .img {
    margin: 0 auto 20px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultBuy .catch,
  .p-lp .p-diagQuiz__result .p-diagResultBuy .name,
  .p-lp .p-diagQuiz__result .p-diagResultBuy .price {
    text-align: left;
  }
  .p-lp .p-diagQuiz__result .p-diagResultBuy .name {
    font-size: 18px;
  }
  .p-lp .p-diagQuiz__result .p-diagResultBuy .btnArea {
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .p-lp .p-diagQuiz__result .p-diagResultCompare a {
    padding: 10px 40px;
  }
}

/*# sourceMappingURL=style.css.map */
