@charset "utf-8";
/* variable */
:root {
  --noto-sans-jp: "Noto Sans JP", sans-serif;
  --m-plus-1p: "M PLUS 1p", sans-serif;
  --din-2014: "din-2014", sans-serif;
  --josefin-sans: "Josefin Sans", sans-serif;

  --col-main: #144d92;
  --col-sub: #4bb4e5;
  --col-bg: #e8f7ff;
  --col-marker: #ffed61;
}

/* font */
.aqua_solita * {
  font-family: var(--m-plus-1p);
  word-break: break-all;
}

/* base */
html.is-fixed {
  overflow-y: hidden;
}

/* common */
.inner {
  max-width: 100%;
}
.c-inner {
  width: 1000px;
  margin: 0 auto;
  /* padding: 0 16px; */
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
  }
}

.c-logo {
  line-height: 1;
}
.c-logo sub {
  font-size: 75%;
  transform: translateY(-0.2em);
  display: inline-block;
}

/* gnav */
#main_inner.aqua_solita .gnav {
  background: #fff;
  padding: 20px 30px;
  border-bottom: 1px solid #ebebeb;
}
#main_inner.aqua_solita .gnav * {
  font-family: var(--noto-sans-jp);
}
#main_inner.aqua_solita .gnav ul {
  display: flex;
}
#main_inner.aqua_solita .gnav ul li {
  padding: 0 10px;
  border-right: 1px solid var(--col-main);
}
#main_inner.aqua_solita .gnav ul li a {
  align-items: center;
  height: 100%;
  line-height: 1.5;
  color: var(--col-main);
}
#main_inner.aqua_solita .gnav ul li a em {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main_inner.aqua_solita .gnav {
    background: none;
    border: none;
    padding: 0;
  }
  #main_inner.aqua_solita .gnav .gnav__list {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    padding: 110px 20px 70px;
    position: absolute;
    top: 0;
  }
  #main_inner.aqua_solita .gnav ul {
    flex-direction: column;
    gap: 25px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  #main_inner.aqua_solita .gnav ul li {
    padding: 0;
    border: none;
  }
  #main_inner.aqua_solita .gnav ul li a {
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  #main_inner.aqua_solita .gnav button {
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 106px;
    font-family: var(--josefin-sans);
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--col-main);
    padding: 10px 0 5px;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
    cursor: pointer;
  }
  #main_inner.aqua_solita .gnav button::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/aqua_solita/2025/menu_arrow.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(135deg);
  }
  #main_inner.aqua_solita .gnav button.is-open::after {
    transform: translateY(-5px) rotate(315deg);
  }
}

/* fv */
.aqua_solita #fv {
  background-color: transparent;
  background-image: url(../img/aqua_solita/2025/fv_bg.jpg);
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .aqua_solita #fv {
    /* background-size: 100%; */
    padding: 91px 0;
  }
}
@media screen and (max-width: 767px) {
  .aqua_solita #fv {
    background-image: url(../img/aqua_solita/2025/fv_bg_sp.jpg);
    padding: 2rem 20px 4.5rem;
  }
}
.fv__img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__img {
    transform: translateX(0%);
    width: 82%;
  }
}

/* about */
.about {
  background: var(--col-sub) url(../img/aqua_solita/2025/about_bg.jpg) center bottom no-repeat;
  background-size: 100% auto;
  /* padding: 50px 0; */
  padding: 90px 0 158px;
}
.about .inner {
  width: 820px;
}
.about__inr {
  position: relative;
}
.about__inr::before {
  content: "";
  display: inline-block;
  width: 189px;
  height: 613px;
  background: url(../img/aqua_solita/2025/about_img01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -129px;
  z-index: 1;
}
.about__title {
  padding-top: 65px;
  position: relative;
}
.about__title > span {
  position: relative;
  z-index: 10;
}
.about__title::before {
  content: "";
  display: inline-block;
  width: 147px;
  height: 164px;
  background: url(../img/aqua_solita/2025/about_title.svg) 0 0 no-repeat;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
/* .about__title::after {
  content: "";
  position: absolute;
  background: url(../img/aqua_solita/2025/dec_title.png) no-repeat center center / 100%;
  aspect-ratio: 1072/244;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

.about__title-en {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2.16px;
  color: #53bcec;
  text-align: center;
}

.about__title-ja {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.about__title-ja sup {
  font-size: 10px;
}

.about__list {
  counter-reset: about_list;
  margin-top: 70px;
  overflow: hidden;
  /* padding: 0 16px; */
}
.about__list dt {
  counter-increment: about_list;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 500;
  background: #fff;
  color: var(--col-main);
  padding: 11px 30px 11px 96px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s;
}
.about__list dt::before {
  content: counter(about_list);
  font-family: var(--din-2014);
  font-size: 42px;
  font-weight: 600;
  font-style: italic;
  line-height: 1;
  color: var(--col-sub);
}
.about__list dt::after {
  content: "";
  flex: none;
  width: 39px;
  height: 28px;
  background: url(../img/aqua_solita/2025/about_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: auto;
}
.about__list dt:not(:first-of-type) {
  margin-top: 20px;
}
.about__list dt.current::after {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .about__list dt:hover {
    opacity: 0.7;
  }
}
.about__list dd {
  display: none;
  background: var(--col-bg);
  padding: 24px 30px 24px 98px;
}
.about__list__item {
  display: flex;
  gap: 30px;
}
.about__list__item > div {
  flex: 1;
}
.about__list__item > div > p {
  font-size: 18px;
  font-weight: 500;
  color: var(--col-main);
  transform: rotate(0.03deg);
}
.about__list__point {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--col-main);
  padding: 12px 20px;
  margin-top: 15px;
}
.about__list__point::before {
  content: "POINT";
  font-family: var(--din-2014);
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #fff;
  background: url(../img/aqua_solita/2025/about_point_bd.svg) right center no-repeat;
  background-size: 3px 29px;
  padding-right: 23px;
}
.about__list__point > p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffed61;
  transform: rotate(0.03deg);
}

.about__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about__item:nth-child(2) {
  flex-direction: row-reverse;
}
.about__item:nth-child(n + 2) {
  margin-top: 5px;
}

.about__image {
  width: 43%;
  position: relative;
}
.about__image::after {
  content: "";
  position: absolute;
  background: url(../img/aqua_solita/2025/dec1.png) no-repeat center center / 100%;
  aspect-ratio: 156/158;
}
.about__item:nth-child(1) .about__image::after {
  width: 20%;
  left: 0%;
  top: 68%;
  transform: translate(-100%, -50%);
}
.about__item:nth-child(2) .about__image::after {
  width: 15%;
  right: 0%;
  top: 68%;
  transform: translate(100%, -50%);
}

.about__description {
  width: 48%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 1.08px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 40px 15px 75px;
  }
  .about__list {
    margin-top: 35px;
  }
  .about__title-en {
    font-size: calc(100vw * (23 / 800));
    letter-spacing: 0.1em;
  }
  .about__title-ja {
    font-size: 26px;
    line-height: 1.4;
    /* margin-top: 0.5em; */
  }
  .about__title::after {
    width: 90%;
  }
  .about__item {
    display: block;
  }
  .about__image {
    width: 65%;
    margin: 0 auto;
  }
  .about__description {
    width: 100%;
    margin-top: 10px;
    font-size: calc(100vw * (24 / 800));
  }
  .about__item:nth-child(n + 2) {
    margin-top: 50px;
  }
  .about__inr {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about__inr::before {
    width: 115px;
    height: 364px;
    position: static;
  }
  .about__title {
    order: -1;
    margin-bottom: 20px;
  }
  .about__list dt {
    gap: 15px;
    font-size: 18px;
    padding: 25px 15px;
  }
  .about__list dt::before {
    font-size: 36px;
  }
  .about__list dd {
    padding: 25px 15px;
  }
  .about__list__item {
    gap: 10px;
  }
  .about__list__item > div > p {
    font-size: 17px;
  }
  .about__list__point {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .about__list__point::before {
    background: url(../img/aqua_solita/2025/about_point_bd_sp.svg) center bottom no-repeat;
    background-size: 26px auto;
    padding: 0 0 10px 0;
  }
}

/* sec02 */
.p-sec02 {
  background: url(../img/aqua_solita/2025/sec02_bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 154px;
  margin-top: 40px;
  position: relative;
}
.p-sec02 .inner {
  width: 870px;
}
.p-sec02__ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--col-main);
}
.p-sec02__ttl__lg {
  font-size: 34px;
  font-weight: 500;
}
.p-sec02__ttl__mk {
  display: inline-block;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  background: var(--col-main);
  padding: 0 23px;
}
.p-sec02__ttl__md {
  font-size: 32px;
  font-weight: 500;
}
.p-sec02__list {
  margin-top: 50px;
}
.p-sec02__list li {
  display: flex;
  gap: 40px;
  background: #eff9ff;
  padding: 40px 80px 40px 50px;
}
.p-sec02__list li::before {
  content: "";
  display: inline-block;
  width: 82px;
  height: 102px;
  background: url(../img/aqua_solita/2025/sec02_icon.svg) 0 0 no-repeat;
}
.p-sec02__list li dl {
  flex: 1;
}
.p-sec02__list li dl dt {
  font-size: 18px;
  font-weight: 700;
  color: var(--col-main);
  margin-bottom: 25px;
  transform: rotate(0.03deg);
}
.p-sec02__list li dl dt span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.37;
  background: linear-gradient(transparent 70%, var(--col-marker) 0%);
  padding: 0 7px;
}
.p-sec02__list li dl dd {
  display: flex;
  gap: 40px;
}
.p-sec02__list li dl dd p {
  flex: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--col-main);
  transform: rotate(0.03deg);
}
.p-sec02__list li:not(:last-child) {
  margin-bottom: 20px;
}
.p-sec02__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: var(--col-main);
  margin-top: 20px;
  transform: rotate(0.03deg);
}
.p-sec02__note a {
  color: inherit !important;
}
.p-sec02__data {
  background: var(--col-bg);
  padding: 50px 80px;
  margin-top: 50px;
}
.p-sec02__data dl dt {
  font-size: 18px;
  font-weight: 700;
  color: var(--col-main);
  margin-bottom: 25px;
  transform: rotate(0.03deg);
}
.p-sec02__data dl dt span {
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.37;
  background: linear-gradient(transparent 70%, var(--col-marker) 0%);
  padding: 0 7px;
}
.p-sec02__data dl dd p {
  transform: rotate(0.03deg);
}
.p-sec02__data dl dd p:not([class]) {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--col-main);
}
.p-sec02__data__note {
  font-size: 12px;
  font-weight: 500;
  color: var(--col-main);
  margin-top: 5px;
}
.p-sec02__data__graph {
  display: grid;
  place-items: center;
  background: #fff;
  padding: 44px;
  margin: 30px 0 20px;
}
.p-sec02__data__source {
  font-family: var(--noto-sans-jp) !important;
  font-size: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sec02 {
    padding: 0 15px;
    margin-top: 30px;
  }
  .p-sec02__ttl {
    font-size: 18px;
  }
  .p-sec02__ttl__lg,
  .p-sec02__ttl__mk,
  .p-sec02__ttl__md {
    font-size: 24px;
  }
  .p-sec02__ttl__mk {
    width: 100%;
    line-height: 1.3;
    padding: 10px 0;
    margin: 5px 0;
  }
  .p-sec02 .inner > figure {
    width: 85%;
    margin: 15px auto 90px;
  }
  .p-sec02__list li {
    padding: 60px 15px 20px;
    position: relative;
  }
  .p-sec02__list li::before {
    position: absolute;
    top: -50px;
    right: 15px;
  }
  .p-sec02__list li dl dt {
    margin-bottom: 20px;
  }
  .p-sec02__list li dl dt span {
    padding: 0 5px;
  }
  .p-sec02__list li dl dd {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .p-sec02__list li dl dd p {
    font-size: 16px;
  }
  .p-sec02__list li:not(:last-child) {
    margin-bottom: 70px;
  }
  .p-sec02__data {
    padding: 45px 15px;
  }
  .p-sec02__data dl dt {
    margin-bottom: 20px;
  }
  .p-sec02__data dl dt span {
    padding: 0 5px;
  }
  .p-sec02__data__note {
    margin-top: 15px;
  }
  .p-sec02__data__graph {
    padding: 40px 20px;
    margin-top: 20px;
    position: relative;
  }
}

/* products */
.product {
  margin-top: -154px;
  padding: 204px 0 100px;
  background: url(../img/aqua_solita/2025/product_bg.jpg) top center;
}
.product__ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--col-main);
  margin-bottom: 40px;
}
.product__box {
  border-top: 10px solid var(--col-main);
  padding: 40px 65px 50px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .product__box {
    /* border-radius: calc(100vw * (14 / 800)); */
    /* border-width: 3px; */
  }
}
.product__hd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.product__hd p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: var(--col-main);
}
.product__item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
  margin-top: 30px;
}

/* .product__item:nth-child(n + 2) {
  margin-top: 30px;
} */

.product__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  background: #28559b;
  padding: 7px 20px;
  margin-bottom: 20px;
  transform: rotate(0.03deg);
}

.product__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product__wrapper .product__text {
  width: 74%;
}
.product__mark {
  width: 18%;
}

.product__text {
  transform: rotate(0.03deg);
}

.product__date {
  display: flex;
  flex-wrap: wrap;
  transform: rotate(0.03deg);
}
.product__date dt {
  width: 5.4em;
}
.product__date dd {
  width: 85%;
}

.product__list li {
  text-indent: -27px;
  padding-left: 27px;
  transform: rotate(0.03deg);
}
.product__list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  vertical-align: 0.1em;
  background: var(--col-main);
  border-radius: 50%;
  margin-right: 20px;
}

/* .product__info {
  width: 50%;
} */

.product__info-label {
  font-size: 16px;
  /* line-height: 2; */
  text-align: center;
  color: #fff;
  background: #28559b;
  padding: 6px;
  font-weight: 500;
  transform: rotate(0.03deg);
}

.product__facts {
  display: flex;
  flex-wrap: wrap;
  /* background: #f3f9fc; */
}
.product__facts dt,
.product__facts dd {
  width: 50%;
  /* font-size: 13px; */
  font-weight: 400;
  /* line-height: 2; */
  /* letter-spacing: 0.72px; */
  text-align: center;
  padding: 5px;
  border-bottom: 1px solid var(--col-main);
}
.product__facts dt span,
.product__facts dd span {
  display: inline-block;
  transform: rotate(0.03deg);
}
.product__facts dt {
  font-weight: 500;
  color: var(--col-main);
}
.product__facts--dark {
  background: var(--col-bg);
  border-bottom: 1px solid #fff;
}
.product__facts--wh {
  background: #fff;
}

.product__concentration {
  margin-top: 30px;
}

.product__concentration-label {
  /* font-size: 13px; */
  font-weight: 500;
  /* line-height: 1.75; */
  /* letter-spacing: 0.78px; */
  color: var(--col-main);
  transform: rotate(0.03deg);
}

.product__concentration-text {
  margin-top: 15px;
  /* font-size: 12px; */
  /* font-weight: 500; */
  /* letter-spacing: 0.72px; */
  color: #333;
  line-height: 1.8;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  .product {
    padding: 50px 0 80px;
    margin-top: 0;
  }
  .product__box {
    padding: 50px 15px;
  }
  /* .product__item {
    font-size: calc(100vw * (12 / 375));
  } */
  .product__label {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    padding: 15px;
  }
  .product__date dt {
    width: 25%;
  }
  .product__date dd {
    width: 75%;
  }
  .product__info {
    width: 100%;
  }
  .product__text {
    font-size: 16px;
    /* line-height: 1.3; */
  }
  .product__mark {
    width: 21%;
  }
  .product__item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .product__info-label {
    /* font-size: calc(100vw * (20/800)); */
    /* font-size: 12px; */
  }
  .product__facts dt,
  .product__facts dd {
    line-height: 1.6;
    padding: 12px;
  }
  .product__concentration-text {
    margin-top: 20px;
  }
  .product__ttl {
    font-size: 26px;
    line-height: 1.4;
  }
  .product__hd {
    flex-direction: column;
    gap: 50px;
  }
  .product__hd p {
    font-size: 20px;
  }
}

/* tabs */
.product__tab {
  display: flex;
  /* max-width: 540px; */
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;
  margin-top: 50px;
}
.product__tab li {
  flex: 1;
  text-align: center;
  color: var(--col-main);
  background: var(--col-bg);
  padding: 21px 0;
  cursor: pointer;
  user-select: none;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
.product__tab li.is-active {
  color: #fff;
  background: var(--col-main);
}
.product__tab li > span {
  display: inline-block;
  /* line-height: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px; */
  transform: rotate(0.03deg);
}
.product__box[data-content] {
  display: none;
}
.product__box.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .product__tab li {
    font-size: 20px;
    line-height: 1.5;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .product__tab {
    padding: 0;
    margin-top: 30px;
  }
  .product__date {
    font-size: 16px;
  }
  .product__list li {
    font-size: 16px;
    text-indent: -17px;
    padding-left: 17px;
  }
  .product__list li::before {
    margin-right: 10px;
  }
  .product__list li:not(:first-child) {
    margin-top: 10px;
  }
}

/* menu */
.menu {
  /* background: #43b7ff; */
  padding: 70px 0;
}

.menu__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.menu__item {
  flex: 1;
}

.menu__item a {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  background: var(--col-main);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-radius: 0;
}
.menu__item a::after {
  width: 14px;
  height: 14px;
  background: url(../img/aqua_solita/2025/menu_arrow.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  right: 10px;
  transform: translateY(-50%) rotate(0);
}
.menu__item a span {
  transform: rotate(0.03deg);
}
/* .menu__item a small {
  padding-left: 5px;
} */

@media screen and (max-width: 767px) {
  .menu {
    padding: 60px 30px;
  }
  .menu__list {
    /* display: block; */
    flex-direction: column;
  }
  .menu__item {
    width: 100%;
  }
  /* .menu__item:first-child {
    margin-bottom: 20px;
  } */
  .menu__item a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .menu__item--single {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* feature */
.feature {
  background: var(--col-bg);
  padding: 60px 0 85px;
}
.feature__ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--col-main);
  margin-bottom: 5px;
}
.feature__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: var(--col-main);
  margin-bottom: 80px;
  transform: rotate(0.03deg);
}
.feature__point li {
  background: #fff;
  padding: 60px 0 30px 150px;
  margin-top: 60px;
  position: relative;
}
.feature__point__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 112px;
  height: 97px;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(0.03deg);
}
.feature__point__num span {
  font-family: var(--din-2014);
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
  text-indent: -0.1em;
}
.feature__point li > dl {
  width: calc(480 / 850 * 100%);
}
.feature__point li > dl dt {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--col-main);
  margin-bottom: 10px;
}
.feature__point li > dl dd > p {
  font-weight: 500;
  line-height: 1.6;
  color: var(--col-main);
  transform: rotate(0.03deg);
}
.feature__point li:nth-child(2) > dl dt {
  text-indent: -3.8em;
  padding-left: 3.8em;
}
.feature__point__arrow {
  display: flex;
  align-items: center;
  height: 72px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
  padding: 0 20px 0 25px;
  margin-top: 15px;
}
.feature__point__arrow p {
  transform: rotate(0.03deg);
}
.feature__point__arrow span {
  color: var(--col-marker);
}
.feature__point li > figure {
  width: 31%;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.feature__point li:nth-child(2) {
  padding-top: 35px;
}
.feature__point li:nth-child(1) .feature__point__num,
.feature__point li:nth-child(1) .feature__point__arrow {
  background: #467fc4;
}
.feature__point li:nth-child(2) .feature__point__num,
.feature__point li:nth-child(2) .feature__point__arrow {
  background: #2ca7d5;
}
.feature__diff {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.feature__diff dl {
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}
.feature__diff dl::before {
  content: "";
  width: 106px;
  height: 143px;
  background: url(../img/aqua_solita/2025/feature_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -58px;
  left: -65px;
  z-index: -1;
}
.feature__diff dl dt {
  font-size: 27px;
  font-weight: 500;
  color: var(--col-main);
  margin-bottom: 5px;
}
.feature__diff dl dd {
  transform: rotate(0.03deg);
}
.feature__keep {
  margin-top: 35px;
}
.feature__keep__ttl {
  width: 750px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: #fff;
  background: var(--col-main);
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.feature__keep__ttl::after {
  content: "";
  display: inline-block;
  width: 123px;
  height: 30px;
  background: var(--col-main);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
  z-index: -1;
}
.feature__keep__ttl span {
  color: var(--col-marker);
}
.feature__keep__lead {
  text-align: center;
  margin: 35px 0 45px;
  transform: rotate(0.03deg);
}
.feature__keep__graph {
  display: grid;
  place-items: center;
  background: #fff;
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 50px 15px 40px;
  }
  .feature__ttl {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .feature__point li {
    padding: 45px 15px 20px;
    margin-top: 105px;
  }
  .feature__point__num {
    position: absolute;
    top: -75px;
    left: 20px;
  }
  .feature__point li > dl {
    width: 100%;
  }
  .feature__point li > dl dt {
    font-size: 23px;
  }
  .feature__point li > dl dd > p {
    font-size: 16px;
  }
  .feature__point__arrow {
    height: 87px;
    line-height: 1.4;
    text-align: center;
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding: 0 15px;
  }
  .feature__point li > figure {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    position: static;
  }
  .feature__diff {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .feature__diff dl {
    padding: 50px 0 0;
  }
  .feature__diff dl::before {
    top: 0;
    left: -25px;
  }
  .feature__diff dl dt {
    margin-bottom: 15px;
  }
  .feature__diff dl dd {
    font-size: 16px;
  }
  .feature__keep {
    margin-top: 30px;
  }
  .feature__keep__ttl {
    width: 100%;
    font-size: 22px;
    padding: 24px 15px;
  }
  .feature__keep__lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
  .feature__keep__graph {
    padding: 40px 20px;
    position: relative;
  }
}

/* caution */
.p-caution {
  padding: 75px 70px 70px;
}
.p-caution__inr {
  background: #fdf8d3;
  padding-bottom: 100px;
}
.p-caution__ttl {
  display: grid;
  place-items: center;
  width: 870px;
  background: url(../img/aqua_solita/2025/caution_ttl_bg.png) center 0 no-repeat;
  padding: 40px 0 71px;
  margin: 0 auto -55px;
  position: relative;
  top: -65px;
}
.p-caution__ttl::before {
  content: "";
  display: inline-block;
  width: 52px;
  height: 46px;
  background: url(../img/aqua_solita/2025/caution_ttl_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.p-caution__ttl h2 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: var(--col-main);
}
.p-caution__ttl h2 span {
  background: linear-gradient(transparent 70%, var(--col-marker) 0%);
}
.p-caution__item {
  display: flex;
  gap: 60px;
  width: 895px;
}
.p-caution__item > div {
  flex: 1;
}
.p-caution__item > figure {
  margin-top: 5px;
}
.p-caution__item > div p {
  line-height: 2;
  transform: rotate(0.03deg);
}
.p-caution__item > div figure {
  margin-top: 25px;
}
.p-caution__check {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--col-main);
  padding: 15px;
  margin-top: 45px;
}
.p-caution__check:before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 63px;
  background: url(../img/aqua_solita/2025/caution_check_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.p-caution__check p {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  transform: rotate(0.03deg);
}
.p-caution__check p span:not([class]) {
  color: var(--col-marker);
}
@media screen and (max-width: 767px) {
  .p-caution {
    padding: 105px 0 0;
  }
  .p-caution__inr {
    padding: 0 15px 50px;
  }
  .p-caution__ttl {
    width: 310px;
    background: url(../img/aqua_solita/2025/caution_ttl_bg_sp.png) center 0 no-repeat;
    padding: 0 0 65px;
    top: -54px;
  }
  .p-caution__ttl h2 {
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
  }
  .p-caution__ttl::before {
    width: 42px;
    height: 37px;
    margin-bottom: 8px;
  }
  .p-caution__item {
    flex-direction: column;
    gap: 35px;
    width: 100%;
  }
  .p-caution__item > div p {
    font-size: 16px;
  }
  .p-caution__check {
    flex-direction: column;
    gap: 10px;
    padding: 25px 15px 45px;
    margin-top: 30px;
  }
}

/* comment */
.p-comment {
  background-color: #e8f7ff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #bee8ff calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #bee8ff calc(100% - 1px));
  background-position: -1px -1px;
  background-repeat: repeat;
  background-size: 15px 15px;
  padding: 90px 0;
}
.p-comment .c-inner {
  background: linear-gradient(-135deg, transparent 27px, #fff 27px, #fff 100%);
  padding: 50px 0 70px;
  position: relative;
}
.p-comment .c-inner::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 19px solid #a6ddf7;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.p-comment__inr {
  width: 700px;
  margin: 0 auto;
}
.p-comment__ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--col-main);
  margin-bottom: 30px;
}
.p-comment__area p {
  line-height: 2;
  transform: rotate(0.03deg);
}
.p-comment__area__hd {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.p-comment__area__hd > p {
  flex: 1;
}
.p-comment__profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  width: 540px;
  border: 1px solid var(--col-sub);
  border-radius: 8px;
  padding: 20px;
  margin: 25px auto;
}
.p-comment__profile > div p {
  font-size: 14px;
  line-height: 1.6;
  transform: rotate(0.03deg);
}
.p-comment__profile > div p span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-comment__note {
  font-size: 12px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .p-comment {
    padding: 65px 15px 60px;
  }
  .p-comment .c-inner {
    padding: 50px 20px 55px;
  }
  .p-comment__inr {
    width: 100%;
  }
  .p-comment__ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .p-comment__area__hd {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .p-comment__area p {
    font-size: 16px;
  }
  .p-comment__profile {
    width: 100%;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* faq */
.p-faq {
  background: var(--col-sub);
  padding: 60px 0 70px;
}
.p-faq__ttl {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 30px;
}
.p-faq__list dt > span {
  display: inline-block;
  transform: rotate(0.03deg);
}
.p-faq__list dd p {
  color: var(--col-main);
  transform: rotate(0.03deg);
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 45px 20px 70px;
  }
  .p-faq__ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .p-faq__list dd p {
    font-size: 16px;
  }
}

/* buy */
.p-buy {
  background: var(--col-bg);
  padding: 78px 0 60px;
}
.p-buy__ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--col-main);
  margin-bottom: 40px;
}
.p-buy__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.p-buy__list > li {
  flex: 1;
  background: #fff;
  padding: 30px;
}
.p-buy__list > li dl {
  text-align: center;
}
.p-buy__list > li dl dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--col-main);
  margin-bottom: 5px;
  transform: rotate(0.03deg);
}
.p-buy__list > li dl dd p {
  font-size: 12px;
  font-weight: 500;
  color: var(--col-main);
  transform: rotate(0.03deg);
}
.p-buy__list > li dl dd figure {
  margin-top: 15px;
}
.p-buy__links {
  margin-top: 30px;
}
.p-buy__links .menu__item a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}
.p-buy__links > li:not(:last-child) {
  margin-bottom: 10px;
}
.p-buy__links > li:not([class]) {
  height: 70px;
}
.p-buy__links > li:not([class]) a {
  display: grid;
  place-items: center;
  height: 100%;
  padding-right: 20px;
  border: 1px solid #e0e0e0;
  position: relative;
}
.p-buy__links > li:not([class]) a::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/aqua_solita/2025/buy_arrow.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-buy {
    padding: 45px 15px 50px;
  }
  .p-buy__ttl {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .p-buy__list {
    flex-direction: column;
  }
  .p-buy__list > li {
    padding: 35px 20px 30px;
  }
  .p-buy__list > li dl dt {
    font-size: 20px;
  }
}

/* modal */
button[data-modal-open] {
  width: 130px;
  height: 32px;
  background: url(../img/aqua_solita/2025/zoom_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
}
dialog[data-modal] {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100dvh;
  background: rgba(20, 77, 146, 0.8);
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
dialog[data-modal] button[data-modal-close] {
  width: 93px;
  height: 32px;
  background: url(../img/aqua_solita/2025/zoom_close_icon.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
dialog[data-modal].is-open {
  opacity: 1;
  visibility: visible;
}

/*  */
#contents_as_top #sub_inner .inner .main_txt_white,
#contents_as_top #sub_inner .inner .main_txt_white p {
  text-shadow: unset;
}
#contents_as_top #sub_inner .cont_02_feature .inner .inner_top dl.adv_area dd {
  font-size: 13px;
  line-height: 18.2px;
}

#contents_as_top .about-keikouhosui #sub_inner .inner dl.gif_area dt p.main_ttl,
#contents_as_top .about-keikouhosui #sub_inner .inner dl.gif_area dt p.main_ttl span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  #contents_as_top .about-keikouhosui #sub_inner .inner dl.gif_area dt p.main_ttl,
  #contents_as_top .about-keikouhosui #sub_inner .inner dl.gif_area dt p.main_ttl span {
    font-size: min(40px, calc(100vw * (40 / 400)));
  }
}
.gif_area img {
  max-width: unset;
}

.u-f-din {
  font-family: var(--din-2014);
}

/* 開発用 */

/* #gnav_common,
.pankuzu
{display: none;} */
