/* ==============================
  1DAY FRESH UV MOIST LP
  SP first / PC-SMT common inc
============================== */

.uvm-kv,
.uvm-kv *,
.uvm-sec01,
.uvm-sec01 * {
  box-sizing: border-box;
}

.uvm-kv img,
.uvm-sec01 img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}



/* ======================================
KV
====================================== */

.uvm-kv {
  width: 100%;
  overflow: hidden;
}

/* ======================================
SECTION 01
====================================== */

.uvm-sec01 {
  position: relative;
  overflow: hidden;
}

/* 背景画像 */

.uvm-sec01__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.uvm-sec01__bg picture,
.uvm-sec01__bg img {
  width: 100%;
  height: 100%;
}

.uvm-sec01__bg img {
  object-fit: cover;
}

/* コンテンツ */

.uvm-sec01__inner {
  position: relative;
  z-index: 1;

  width: 88%;
  margin: 0 auto;

  padding: 64px 0 78px;
}

/* ヘッド */

.uvm-sec01__head {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 42px;

  color: #8ebee4;
    
}

.uvm-sec01__head::after {
  content: "";

  display: block;

  width: 120px;
  height: 1px;

  background: rgba(126,181,224,.55);
}

.uvm-sec01__num {
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.uvm-sec01__en {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .26em;
}

/* PCタイトル 共通*/
.uvm-sec01__title,
.uvm-sec02__title,
.uvm-sec03__title,
.uvm-sec04__title {
  margin: 0;

  color: #5e99cc;

  font-family:
  "Yu Mincho",
  "Hiragino Mincho ProN",
  "YuMincho",
  serif;
  font-weight: 400;
 font-size: clamp(30px, 4.8vw, 44px);
  line-height: 1.45;
  letter-spacing: .12em;

  height: auto;
  min-height: 0;
  text-align: left;
}

.uvm-sec01__title,
.uvm-sec02__title,
.uvm-sec03__title,
.uvm-sec04__title {
  display: block;
}



.uvm-sec01__title::after {
  content: "";

  display: block;

  width: 48px;
  height: 1px;

  margin: 24px 0 24px;

  background: #91c3ea;
}

/* 本文 */

.uvm-sec01__text {
  font-family:
  "Zen Kaku Gothic New",
  "Yu Gothic",
  sans-serif;

  font-size: 14px;
  line-height: 2.4;
  letter-spacing: .06em;
  color: #555;
}

/* アイコン */

.uvm-sec01__icons {
  display: flex;
  gap: 14px;

  margin: 38px 0 0;
  padding: 0;

  list-style: none;
}

.uvm-sec01__icons li {
  width: 92px;
}

/* ======================================
PC
====================================== */

@media screen and (min-width: 768px) {

  .uvm-sec01__inner {
    width: min(90%, 1040px);

    padding: 120px 0;
  }

  .uvm-sec01__head {
    gap: 18px;
    margin-bottom: 64px;
  }

  .uvm-sec01__head::after {
    width: 320px;
  }

  .uvm-sec01__num {
    font-size: 48px;
  }

  .uvm-sec01__en {
    font-size: 15px;
    letter-spacing: .32em;
  }

  .uvm-sec01__title::after {
    width: 56px;
    margin: 30px 0 28px;
  }

  .uvm-sec01__text {
    font-size: 17px;
    line-height: 2.3;
  }

  .uvm-sec01__icons {
    gap: 28px;
    margin-top: 56px;
  }

  .uvm-sec01__icons li {
    width: 116px;
  }

}

/* ======================================
SECTION 02
====================================== */

.uvm-sec02 {
  position: relative;
  overflow: hidden;
}

.uvm-sec02__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.uvm-sec02__bg picture,
.uvm-sec02__bg img {
  width: 100%;
  height: 100%;
}

.uvm-sec02__bg img {
  object-fit: cover;
}

.uvm-sec02__inner {
  position: relative;
  z-index: 1;

  width: 88%;
  margin: 0 auto;

  padding: 64px 0 78px;
}

/* head */

.uvm-sec02__head {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 42px;

  color: #8ebee4;
}

.uvm-sec02__head::after {
  content: "";

  display: block;

  width: 120px;
  height: 1px;

  background: rgba(126,181,224,.55);
}

.uvm-sec02__num {
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.uvm-sec02__en {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .26em;
}

/* title */


.uvm-sec02__title::after {
  content: "";

  display: block;

  width: 48px;
  height: 1px;

  margin: 24px 0 24px;

  background: #91c3ea;
}

/* text */

.uvm-sec02__text {
  margin: 0;

  color: #555;

  font-family:
  "Zen Kaku Gothic New",
  "Yu Gothic",
  sans-serif;

  font-size: 14px;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: .05em;
}

/* icons */

/* SPアイコン調整 */
.uvm-sec02__icons {
  display: inline-flex;
  justify-content: flex-start;
  gap: 8px;

  margin: 34px 0 0 -6px;
  padding: 0;
}

.uvm-sec02__icons li {
  flex: 0 0 31%;
  max-width: 92px;

  list-style: none;
}

.uvm-sec02__icons img {
  display: block;
  width: 100%;
  height: auto;
}


@media screen and (min-width: 768px) {

  .uvm-sec02__inner {
    width: min(90%, 1040px);

    padding: 120px 0;
  }

  .uvm-sec02__head {
    gap: 18px;
    margin-bottom: 64px;
  }

  .uvm-sec02__head::after {
    width: 320px;
  }

  .uvm-sec02__num {
    font-size: 48px;
  }

  .uvm-sec02__en {
    font-size: 15px;
    letter-spacing: .32em;
  }

  .uvm-sec02__title::after {
    width: 56px;
    margin: 30px 0 28px;
  }

  .uvm-sec02__text {
    font-size: 17px;
  }

  .uvm-sec02__icons {
    gap: 28px;
    margin-top: 56px;
  }

  .uvm-sec02__icons li {
    width: 116px;
  }

}

/* ==============================
  SECTION 03
============================== */

.uvm-sec03,
.uvm-sec03 * {
  box-sizing: border-box;
}

.uvm-sec03 {
  position: relative;
  overflow: hidden;
}

.uvm-sec03 img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 背景 */
.uvm-sec03__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.uvm-sec03__bg picture,
.uvm-sec03__bg img {
  width: 100%;
  height: 100%;
}

.uvm-sec03__bg img {
  object-fit: cover;
}

/* 中身 */
.uvm-sec03__inner {
  position: relative;
  z-index: 1;
  width: 88%;
  margin: 0 auto;
  padding: 64px 0 42px;
}

/* 見出し上 */
.uvm-sec03__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  color: #8ebee4;
}

.uvm-sec03__head::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(126,181,224,.55);
}

.uvm-sec03__num {
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.uvm-sec03__en {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .26em;
  white-space: nowrap;
}

.uvm-sec03__title::after {
  content: "";

  display: block;

  width: 48px;
  height: 1px;

  margin: 24px 0 24px;

  background: #91c3ea;
}
/* 本文 */
.uvm-sec03__text {
  margin: 26px 0 0;
  color: #555;
  font-family:
  "Zen Kaku Gothic New","Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: .05em;
}

/* 断面図 */
.uvm-sec03__diagramWrap {
  width: 74%;
  margin: 34px 0 0 auto;
}

.uvm-sec03__diagramWrap img {
  width: 100%;
}

/* MPCボックス */
.uvm-sec03__mpc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  padding: 13px;
  border: 1px solid rgba(126,181,224,.45);
  border-radius: 12px;
  background: rgba(255,255,255,.5);
}

.uvm-sec03__mpcImg {
  flex: 0 0 74px;
}

.uvm-sec03__mpcTxt {
  flex: 1;
}

.uvm-sec03__mpcTxt h3 {
  margin: 0 0 10px;
  color: #5e99cc;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .06em;
}

.uvm-sec03__mpcTxt p {
  margin: 0;
  color: #555;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: .04em;
}

/* 注釈 */
.uvm-sec03__note {
  margin: 18px 0 0;
  color: #555;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: .04em;
}

/* PC */
@media screen and (min-width:768px){

  .uvm-sec03__inner {
    width: 88%;
    padding: 90px 0 70px;
  }

  .uvm-sec03__text {
    font-size: 17px;
    line-height: 2.2;
    margin-top: 32px;
  }
    
    

  .uvm-sec03__bottom {
    display: block;
    margin-top: 42px;
  }

  .uvm-sec03__diagramWrap {
    width: 78%;
    max-width: 360px;
    margin: 28px 0 0 auto;
  }

.uvm-sec03__mpc {
  width: 90%;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 34px 0 0;
  padding: 20px;
  border-radius: 16px;
}

  .uvm-sec03__mpcImg {
    flex: 0 0 90px;
  }

  .uvm-sec03__mpcTxt {
    flex: 1;
    min-width: 0;
  }

  .uvm-sec03__mpcTxt h3 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .04em;
  }

  .uvm-sec03__mpcTxt p {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .03em;
  }

  .uvm-sec03__note {
    margin-top: 22px;
    font-size: 11px;
  }
}


/* ==============================
  SECTION 04
============================== */

.uvm-sec04,
.uvm-sec04 * {
  box-sizing: border-box;
}

.uvm-sec04 {
  position: relative;
  overflow: hidden;
}

.uvm-sec04 img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* 背景 */
.uvm-sec04__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.uvm-sec04__bg picture,
.uvm-sec04__bg img {
  width: 100%;
  height: 100%;
}

.uvm-sec04__bg img {
  object-fit: cover;
}

/* 中身 */
.uvm-sec04__inner {
  position: relative;
  z-index: 1;
  width: 88%;
  margin: 0 auto;
  padding: 64px 0 78px;
}

/* head */
.uvm-sec04__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 42px;
  color: #8ebee4;
}

.uvm-sec04__head::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(126,181,224,.55);
}

.uvm-sec04__num {
  font-family: "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.uvm-sec04__en {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .26em;
  white-space: nowrap;
}

/* title */


.uvm-sec04__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 24px 0 24px;
  background: #91c3ea;
}

/* text */
.uvm-sec04__text {
  margin: 0;
  color: #555;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: .05em;
}

/* diagram */
.uvm-sec04__diagram {
  width: 86%;
  max-width: 360px;
  margin: 28px 0 0;
}

.uvm-sec04__diagram img {
  width: 100%;
}

/* PC */
@media screen and (min-width: 768px) {
  .uvm-sec04__inner {
    width: min(90%, 1040px);
    padding: 120px 0 100px;
  }

  .uvm-sec04__head {
    gap: 18px;
    margin-bottom: 64px;
  }

  .uvm-sec04__head::after {
    width: 320px;
  }

  .uvm-sec04__num {
    font-size: 48px;
  }

  .uvm-sec04__en {
    font-size: 15px;
    letter-spacing: .32em;
  }

  .uvm-sec04__title::after {
    width: 56px;
    margin: 30px 0 28px;
  }

  .uvm-sec04__text {
    font-size: 17px;
    line-height: 2.25;
  }

  .uvm-sec04__diagram {
    width: 46%;
    max-width: 520px;
    margin-top: 42px;
  }
}

/* 比較 */

.uvm-sec04__compare {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 10px;

  margin-top: 34px;
}

.uvm-sec04__compareItem {
  width: calc((100% - 38px) / 2);
}

.uvm-sec04__compareItem img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.uvm-sec04__compareItem p {
  margin: 16px 0 0;

  color: #555;

  font-family:
  "Zen Kaku Gothic New",
  sans-serif;

  font-size: 11px;
  line-height: 1.9;
  letter-spacing: .04em;
}

.uvm-sec04__compareArrow {
  flex: 0 0 18px;

  margin-top: 92px;
}
.uvm-sec04__compareArrow img {
  width: 100%;
}

/* PC */

@media screen and (min-width:768px){
  .uvm-sec04__compareItem img {
    height: 260px;
  }
}

@media screen and (min-width:768px){

  .uvm-sec04__compare {
    gap: 28px;
    margin-top: 52px;
  }

    
    
  .uvm-sec04__compareItem {
    width: 42%;
    max-width: 420px;
  }

  .uvm-sec04__compareItem p {
    margin-top: 24px;

    font-size: 15px;
    line-height: 2;
  }

  .uvm-sec04__compareArrow {
    flex-basis: 28px;
  }

}

/* ==============================
SPEC
============================== */

.uvm-spec {
  padding: 70px 0 90px;

  background:
  linear-gradient(
    180deg,
    #f7fbff 0%,
    #eef6fd 100%
  );
}

.uvm-spec__inner {
  width: 88%;
  margin: 0 auto;
}

/* head */

.uvm-spec__head {
  display: flex;
  align-items: center;
  gap: 14px;

  margin-bottom: 34px;

  color: #8ebee4;
}

.uvm-spec__head::after {
  content: "";

  display: block;

  width: 120px;
  height: 1px;

  background: rgba(126,181,224,.55);
}

.uvm-spec__num {
  font-family:
  "Zen Kaku Gothic New",
  sans-serif;
white-space: nowrap;
  font-size: 24px;
  font-weight: 500;

  letter-spacing: .08em;
}
.uvm-spec__en {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .24em;
}

@media screen and (min-width:768px){

  .uvm-spec__num {
    font-size: 34px;
  }

}

/* table */

.uvm-spec__table {
  width: 100%;

  border-collapse: collapse;

  background:
  rgba(255,255,255,.55);

  backdrop-filter: blur(10px);

  border:
  1px solid rgba(145,195,234,.45);

  overflow: hidden;

  border-radius: 16px;
}

.uvm-spec__table th,
.uvm-spec__table td {
  padding: 18px 16px;

  border-bottom:
  1px solid rgba(145,195,234,.3);

  font-family:
  "Zen Kaku Gothic New",
  sans-serif;

  font-size: 13px;

  line-height: 1.9;
}

.uvm-spec__table tr:last-child th,
.uvm-spec__table tr:last-child td {
  border-bottom: none;
}

.uvm-spec__table th {
  width: 34%;

  color: #5e99cc;

  font-weight: 500;

  background:
  rgba(240,248,255,.45);
}

.uvm-spec__table td {
  color: #555;
}

.uvm-spec__table tr:last-child th,
.uvm-spec__table tr:last-child td {
  border-bottom: none;
}

/* PC */

@media screen and (min-width:768px){

  .uvm-spec {
    padding: 120px 0 140px;
  }

  .uvm-spec__inner {
    width: min(90%, 1040px);
  }

  .uvm-spec__head {
    gap: 18px;
    margin-bottom: 54px;
  }

  .uvm-spec__head::after {
    width: 320px;
  }

  .uvm-spec__num {
    font-size: 30px;
  }

  .uvm-spec__en {
    font-size: 14px;
    letter-spacing: .32em;
  }

  .uvm-spec__table th,
  .uvm-spec__table td {
    padding: 24px 28px;

    font-size: 16px;
  }

  .uvm-spec__table th {
    width: 200px;
  }

}

@media screen and (max-width: 767px) {
  .uvm-sec01__inner,
  .uvm-sec02__inner,
  .uvm-sec03__inner,
  .uvm-sec04__inner {
    width: 88% !important;
    padding: 64px 0 78px !important;
  }

  .uvm-sec01__title,
  .uvm-sec02__title,
  .uvm-sec04__title {
    font-size: 38px !important;
    line-height: 1.55 !important;
    letter-spacing: .1em !important;
      height: auto !important;
  min-height: 0 !important;
  text-align: left !important;
  padding: 0 !important;
  }

  .uvm-sec01__text,
  .uvm-sec02__text,
  .uvm-sec03__text,
  .uvm-sec04__text {
    font-size: 14px !important;
    line-height: 2.2 !important;
      height: auto !important;
  text-align: left !important;
  }

  .uvm-sec01__head,
  .uvm-sec02__head,
  .uvm-sec03__head,
  .uvm-sec04__head {
    margin-bottom: 42px !important;
  }
}

/* 03タイトルだけフォント小さく */
@media screen and (max-width:767px){

  .uvm-sec03__title {
    font-size: 8vw !important;
    letter-spacing: .06em;
  }

}


.uvm-copy {
  padding: 56px 0 60px;

  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f7fbff 100%
  );
}

.uvm-copy__inner {
  width: 88%;
  max-width: 540px;
  margin: 0 auto;
}

.uvm-copy p {
  margin: 0;

  color: #4f4f4f;

  font-family:
    "Zen Kaku Gothic New",
    sans-serif;

  font-size: 20px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: .08em;
  text-align: center;
}

/* PC */
@media screen and (min-width:768px){

  .uvm-copy {
    padding: 80px 0;
  }

  .uvm-copy p {
    font-size: 20px;
    line-height: 2.1;
  }

}
