@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "yumin";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yumin.otf") format("opentype"), url("../fonts/yumin.woff") format("woff"), url("../fonts/yumin.woff2") format("woff2");
}
@font-face {
  font-family: "yumin-light";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yuminl.otf") format("opentype"), url("../fonts/yuminl.woff") format("woff"), url("../fonts/yuminl.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.ETVOS_lp {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #F9EEE9;
  color: #000000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp img,
.ETVOS_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.ETVOS_lp picture {
  display: block;
}
.ETVOS_lp a {
  display: block;
  color: inherit;
}
.ETVOS_lp *:focus {
  outline: none;
}
.ETVOS_lp a,
.ETVOS_lp label {
  -webkit-tap-highlight-color: rgba(235, 153, 137, 0.4);
}
.ETVOS_lp input {
  display: none;
}
.ETVOS_lp li,
.ETVOS_lp ol {
  list-style-type: none;
}
.ETVOS_lp .spOnly {
  display: block;
}
.ETVOS_lp .pcOnly {
  display: none;
}
.ETVOS_lp ::-moz-selection {
  color: #FAF8E4;
  background-color: rgba(235, 153, 137, 0.5);
}
.ETVOS_lp ::selection {
  color: #FAF8E4;
  background-color: rgba(235, 153, 137, 0.5);
}
.ETVOS_lp sup {
  font-size: 0.6em;
}
.ETVOS_lp #share img {
  margin: auto;
}
.ETVOS_lp .fv__img,
.ETVOS_lp .fv__title,
.ETVOS_lp .fv__logo,
.ETVOS_lp .anim {
  opacity: 0;
}
.ETVOS_lp .fv__title,
.ETVOS_lp .fv__logo,
.ETVOS_lp .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  10% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ETVOS_lp .fv__img {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .ETVOS_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.ETVOS_lp .fv {
  margin-bottom: calc(14 * 100vw/390);
  width: 100%;
}
.ETVOS_lp .campaign {
  padding-block: calc(37 * 100vw/390) calc(45 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.7);
}
.ETVOS_lp .campaign_title {
  margin-inline: auto;
  margin-bottom: calc(20 * 100vw/390);
  width: calc(378 * 100vw/390);
}
.ETVOS_lp .campaignlist {
  display: flex;
  flex-direction: column;
  row-gap: calc(20 * 100vw/390);
  padding-inline: calc(23 * 100vw/390);
}
.ETVOS_lp .campaign__item--03 {
  position: relative;
  z-index: 0;
}
.ETVOS_lp .campaign__button {
  position: absolute;
  margin: auto;
  bottom: calc(23 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(288 * 100vw/390);
  height: calc(48 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp .lead-sentence {
  margin-top: calc(39 * 100vw/390);
  margin-bottom: calc(65 * 100vw/390);
  padding-inline: calc(20 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 2.15;
  letter-spacing: 0.075em;
}
.ETVOS_lp .lead-sentence .en {
  font-family: fot-matisse-pron, sans-serif;
  font-size: calc(17 * 100vw/390);
  font-weight: 500;
  font-style: normal;
}
.ETVOS_lp .topics-menu {
  display: flex;
  flex-direction: column;
  row-gap: calc(10 * 100vw/390);
  padding-inline: calc(20 * 100vw/390) calc(18 * 100vw/390);
}
.ETVOS_lp .topics-menu__title {
  margin-inline: auto;
  margin-bottom: calc(23 * 100vw/390);
  width: calc(118 * 100vw/390);
}
.ETVOS_lp .container_wrap {
  position: relative;
  margin-top: calc(63 * 100vw/390);
  margin-bottom: calc(65 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp .container_wrap .js-scrollable::-webkit-scrollbar {
  display: none;
}
.ETVOS_lp .container_wrap .section__title {
  width: calc(100% * 100vw/390);
}
.ETVOS_lp .container_wrap .section__text {
  padding-inline: calc(23 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.ETVOS_lp .container_wrap .section__text .serif {
  font-family: fot-matisse-pron, sans-serif;
  font-size: calc(16 * 100vw/390);
  font-weight: 500;
  font-style: normal;
}
.ETVOS_lp .container_wrap .section__text .note {
  display: inline-block;
  margin-top: calc(5 * 100vw/390);
  color: #525252;
  font-size: calc(10 * 100vw/390);
}
.ETVOS_lp .container_wrap .product-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(26 * 100vw/390);
  padding-inline: calc(51 * 100vw/390);
}
.ETVOS_lp .container_wrap .product__name {
  font-size: calc(14 * 100vw/390);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
}
.ETVOS_lp .container_wrap .praicewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(6 * 100vw/390);
}
.ETVOS_lp .container_wrap .praice {
  font-size: calc(17 * 100vw/390);
  line-height: 1.07;
  letter-spacing: 0.035em;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ETVOS_lp .container_wrap .praice .small-letter {
  font-size: calc(11 * 100vw/390);
}
.ETVOS_lp .container_wrap .link {
  position: relative;
  padding: calc(6.5 * 100vw/390) calc(5 * 100vw/390) calc(5.5 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.035em;
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #FFF1EB;
  background-color: #1A1A1A;
  border-radius: calc(3 * 100vw/390);
  box-sizing: border-box;
  width: calc(100 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp .container_wrap .link::after {
  content: "";
  position: absolute;
  top: calc(9.5 * 100vw/390);
  right: calc(7.5 * 100vw/390);
  width: calc(5 * 100vw/390);
  height: calc(6.1 * 100vw/390);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #FFF1EB;
  z-index: 0;
}
.ETVOS_lp .container_wrap .product__tetxt {
  margin-top: calc(10 * 100vw/390);
  color: #525252;
  font-size: calc(13 * 100vw/390);
  line-height: 1.4;
  letter-spacing: 0.055em;
}
.ETVOS_lp .container_wrap .staff-investigation__title {
  line-height: 1.75;
}
.ETVOS_lp .topics01 {
  margin-bottom: calc(46 * 100vw/390);
}
.ETVOS_lp .topics01 .section__title {
  margin-bottom: calc(20 * 100vw/390);
}
.ETVOS_lp .topics01 .section__wrap {
  margin-bottom: calc(30 * 100vw/390);
}
.ETVOS_lp .topics01 .imgwrap {
  margin-bottom: calc(35 * 100vw/390);
  padding-inline: calc(19 * 100vw/390);
  overflow: hidden;
}
.ETVOS_lp .topics01 .imgwrap picture {
  width: calc(514 * 100vw/390);
}
.ETVOS_lp .topics01 .textwrap {
  padding-inline: calc(23 * 100vw/390);
}
.ETVOS_lp .topics01 .picwrap {
  position: relative;
  margin-top: calc(-11 * 100vw/390);
  z-index: 1;
}
.ETVOS_lp .topics01 .section__subtitle {
  margin-bottom: calc(17 * 100vw/390);
  font-size: calc(18 * 100vw/390);
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: #EB9989;
          text-decoration-color: #EB9989;
}
.ETVOS_lp .topics01 .section__sentence {
  font-size: calc(14 * 100vw/390);
  line-height: 2;
  letter-spacing: 0.075em;
}
.ETVOS_lp .topics01 .section__sentence:nth-child(3) {
  margin-top: calc(6 * 100vw/390);
}
.ETVOS_lp .topics01 .sensitive-skin {
  margin-inline: auto;
  padding: calc(40 * 100vw/390) calc(30 * 100vw/390) calc(50 * 100vw/390);
  width: calc(376 * 100vw/390);
  height: auto;
  background-image: url(../img/sensitive-skin_bg_sp.png);
  background-size: calc(410 * 100vw/390) 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}
.ETVOS_lp .topics01 .sensitive-skin .close .sensitive-skin--textwrap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.ETVOS_lp .topics01 .sensitive-skin .open .sensitive-skin--textwrap {
  transition: max-height 0.4s, opacity 0.4s 0.1s;
  overflow: 1;
}
.ETVOS_lp .topics01 .sensitive-skin__title {
  margin-inline: auto;
  margin-bottom: calc(16 * 100vw/390);
  width: calc(218 * 100vw/390);
}
.ETVOS_lp .topics01 .sensitive-skin__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(21 * 100vw/390);
}
.ETVOS_lp .topics01 .sensitive-skin--titlewrap {
  display: flex;
  position: relative;
  -moz-column-gap: calc(6 * 100vw/390);
       column-gap: calc(6 * 100vw/390);
  align-items: center;
  padding-right: calc(6.5 * 100vw/390);
  padding-bottom: calc(8 * 100vw/390);
  border-bottom: 1px solid #ED8773;
  color: #ED8773;
  font-size: calc(16 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.075em;
  cursor: pointer;
  z-index: 0;
}
.ETVOS_lp .topics01 .sensitive-skin--title {
  font-weight: 300;
}
.ETVOS_lp .topics01 .sensitive-skin .number {
  width: auto;
  height: calc(17 * 100vw/390);
}
.ETVOS_lp .topics01 .sensitive-skin--textwrap {
  color: #656565;
  font-size: calc(11 * 100vw/390);
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
  box-sizing: border-box;
  max-height: calc(300 * 100vw/390);
  transition: max-height 0.4s, opacity 0.4s 0.1s;
}
.ETVOS_lp .topics01 .sensitive-skin--text {
  padding-top: calc(12 * 100vw/390);
  padding-bottom: calc(8 * 100vw/390);
}
.ETVOS_lp .topics01 .sensitive-skin--infoimg {
  padding-bottom: calc(8 * 100vw/390);
  width: 100%;
}
.ETVOS_lp .topics01 .sensitive-skin .border {
  position: absolute;
  top: calc(11 * 100vw/390);
  right: calc(16 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp .topics01 .sensitive-skin .border::before,
.ETVOS_lp .topics01 .sensitive-skin .border::after {
  content: "";
  position: absolute;
  width: calc(14 * 100vw/390);
  height: 1px;
  border-bottom: 1px solid #ED8773;
}
.ETVOS_lp .topics01 .sensitive-skin .border::after {
  transform: rotate(-90deg);
}
.ETVOS_lp .topics02 .section__title {
  margin-bottom: calc(14 * 100vw/390);
}
.ETVOS_lp .topics02 .product-list {
  margin-top: calc(30 * 100vw/390);
  padding-bottom: calc(35 * 100vw/390);
}
.ETVOS_lp .topics02 .product-item--img {
  margin: 0 auto calc(15 * 100vw/390);
  width: calc(262 * 100vw/390);
}
.ETVOS_lp .topics02 .osusume {
  padding-top: calc(23 * 100vw/390);
  margin-bottom: calc(28 * 100vw/390);
  margin-inline: calc(23 * 100vw/390);
  border-top: 1px dotted #A3A3A3;
}
.ETVOS_lp .topics02 .osusume__title {
  margin: 0 auto calc(20 * 100vw/390);
  width: calc(290 * 100vw/390);
}
.ETVOS_lp .topics02 .osusume__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(13 * 100vw/390);
}
.ETVOS_lp .topics02 .osusume__list.pcOnly {
  display: none;
}
.ETVOS_lp .topics02 .osusume__item {
  position: relative;
  padding-left: calc(29 * 100vw/390);
  color: #1A1A1A;
  font-size: calc(15 * 100vw/390);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.035em;
  z-index: 0;
}
.ETVOS_lp .topics02 .osusume__item::before {
  content: "";
  position: absolute;
  top: calc(-3 * 100vw/390);
  left: calc(-5 * 100vw/390);
  width: calc(28 * 100vw/390);
  height: calc(28 * 100vw/390);
  background-image: url(../img/icon_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.ETVOS_lp .topics02 .small {
  font-size: calc(11 * 100vw/390);
}
.ETVOS_lp .topics02 .point {
  position: relative;
  margin: 0 auto calc(69 * 100vw/390);
  width: calc(344 * 100vw/390);
  z-index: 0;
}
.ETVOS_lp .topics02 .point::after {
  content: "";
  position: absolute;
  top: calc(4 * 100vw/390);
  left: calc(4 * 100vw/390);
  width: 100%;
  height: 100%;
  background-color: #E2B3AA;
  z-index: -1;
}
.ETVOS_lp .topics02 .point__inner {
  padding: calc(36 * 100vw/390) calc(22 * 100vw/390) calc(36 * 100vw/390);
  background-color: #FDF5F2;
  box-sizing: border-box;
}
.ETVOS_lp .topics02 .point__title {
  margin-bottom: calc(16 * 100vw/390);
}
.ETVOS_lp .topics02 .point__contentswrap {
  margin-inline: auto;
}
.ETVOS_lp .topics02 .point__contentswrap:not(.poinnt04, .poinnt05) {
  width: calc(290 * 100vw/390);
}
.ETVOS_lp .topics02 .point__contents__inner {
  display: flex;
  flex-direction: column;
  row-gap: calc(22 * 100vw/390);
}
.ETVOS_lp .topics02 .point__contents__title {
  margin-top: calc(11 * 100vw/390);
  font-size: calc(16 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.035em;
  border-bottom: 1px solid #EB9989;
  width: calc(255 * 100vw/390);
}
.ETVOS_lp .topics02 .point__number {
  transform: translateX(calc(12 * 100vw/390));
  width: calc(34 * 100vw/390);
}
.ETVOS_lp .topics02 .point dd {
  margin-top: calc(9 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.035em;
}
.ETVOS_lp .topics02 .point__contentsinner {
  margin-top: calc(33 * 100vw/390);
}
.ETVOS_lp .topics02 .point__img {
  margin-left: calc(-6 * 100vw/390);
  margin-bottom: calc(30 * 100vw/390);
  width: calc(313 * 100vw/390);
}
.ETVOS_lp .topics02 .point .poinnt04 {
  margin-top: calc(25 * 100vw/390);
}
.ETVOS_lp .topics02 .point .poinnt04 .point__contents__head {
  display: flex;
  align-items: self-end;
}
.ETVOS_lp .topics02 .point .poinnt04 dd {
  font-size: calc(14 * 100vw/390);
  line-height: 2;
}
.ETVOS_lp .topics02 .point .poinnt05 {
  margin-top: calc(22 * 100vw/390);
}
.ETVOS_lp .topics02 .point .poinnt05 .point__contents__head {
  display: flex;
  align-items: self-end;
}
.ETVOS_lp .topics02 .point .poinnt05 dd {
  font-size: calc(14 * 100vw/390);
  line-height: 2;
}
.ETVOS_lp .topics04 {
  margin-bottom: calc(75 * 100vw/390);
}
.ETVOS_lp .topics04 .section__title {
  margin-bottom: calc(20 * 100vw/390);
}
.ETVOS_lp .topics04 .section__text {
  margin-bottom: calc(24 * 100vw/390);
}
.ETVOS_lp .topics04 .product__images {
  margin-bottom: calc(30 * 100vw/390);
}
.ETVOS_lp .topics04 .product-item--img {
  margin-bottom: calc(16 * 100vw/390);
}
.ETVOS_lp .brand-banner {
  margin-top: calc(65 * 100vw/390);
}
.ETVOS_lp .brand-banner .text {
  font-size: calc(15 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
.ETVOS_lp .brand-banner .banner__link {
  margin: calc(20 * 100vw/390) auto 0;
  box-shadow: 1px 1px 6px rgba(255, 255, 255, 0.16);
  width: calc(354 * 100vw/390);
}

/* .ETVOS_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.following-nav {
  position: fixed;
  transition: transform 0.6s ease;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  box-sizing: border-box;
  transform: translateY(100%);
  z-index: 5;
}
.following-nav.up-move {
  transition: transform 0.6s ease;
  transform: translateY(0);
  z-index: 10;
}
.following-nav__button {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: calc(146 * 100vw/390);
  height: calc(37 * 100vw/390);
  opacity: 0;
  visibility: hidden;
  pointer-events: all;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  z-index: 1;
}
.following-nav__wraper {
  height: 100vh;
  pointer-events: none;
}
.following-nav__inner {
  position: absolute;
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(100%);
  visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.following-nav .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.following-nav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: calc(1 * 100vw/390);
       column-gap: calc(1 * 100vw/390);
  row-gap: calc(2 * 100vw/390);
  overflow: hidden;
  background-color: #F9EEE9;
}
.following-navitem {
  background-color: #ffffff;
  border-top: 1px solid #EB9989;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.following-nav .img {
  position: relative;
  z-index: 0;
}
.following-nav .img::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: calc(171 * 100vw/390);
  height: calc(23 * 100vw/390);
  background-image: url(../img/current_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
}
.following-nav .following-nav__button {
  opacity: 1;
  visibility: visible;
  background-image: url(../img/topics_menu_button.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.following-nav .open {
  right: calc(66 * 100vw/390);
  left: auto;
  background-image: url(../img/close.svg);
  width: calc(74 * 100vw/390);
}
.following-nav .open + .following-nav__wraper {
  pointer-events: all;
}
.following-nav .open + .following-nav__wraper .bg {
  visibility: visible;
}
.following-nav .open + .following-nav__wraper > .following-nav__inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

[data-color=topics01] .navitem01 .img::after {
  opacity: 1;
}

[data-color=topics02] .navitem02 .img::after {
  opacity: 1;
}

[data-color=topics03] .navitem03 .img::after {
  opacity: 1;
}

[data-color=topics04] .navitem04 .img::after {
  opacity: 1;
}

[data-color=topics05] .navitem05 .img::after {
  opacity: 1;
}

.campaign-icon {
  width: calc(105 * 100vw/390);
  position: fixed;
  transition: transform 0.6s ease;
  bottom: calc(30 * 100vw/390);
  right: calc(15 * 100vw/390);
  opacity: 0;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.16));
  visibility: hidden;
  z-index: -1;
}
.campaign-icon.up-move {
  transition: transform 0.6s ease;
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

#share {
  transition: transform 0.6s ease;
}

#share {
  z-index: 0;
}

html:has(.open) #share {
  opacity: 0;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .ETVOS_lp {
    width: 100%;
    max-width: 100vw;
  }
  .ETVOS_lp a {
    cursor: pointer;
  }
  .ETVOS_lp .pcOnly {
    display: block;
  }
  .ETVOS_lp .spOnly {
    display: none;
  }
  .ETVOS_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  /* .ETVOS_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .ETVOS_lp .fv {
    margin: 4.5rem auto;
    width: 115rem;
  }
  .ETVOS_lp .campaign {
    padding-block: 5rem 6.5rem;
  }
  .ETVOS_lp .campaign_title {
    margin-bottom: 3.1rem;
    width: 64.1rem;
  }
  .ETVOS_lp .campaignlist {
    flex-direction: row;
    justify-content: center;
    gap: 0 1.3rem;
    padding-inline: 0;
  }
  .ETVOS_lp .campaign__item--01 {
    width: 31.8rem;
  }
  .ETVOS_lp .campaign__item--02 {
    width: 31.8rem;
  }
  .ETVOS_lp .campaign__item--03 {
    width: 36.8rem;
  }
  .ETVOS_lp .campaign__item--03 {
    position: relative;
    z-index: 0;
  }
  .ETVOS_lp .campaign__button {
    bottom: 3.3rem;
    width: 28.8rem;
    height: 4.8rem;
  }
  .ETVOS_lp .lead-sentence {
    margin-top: 4.3rem;
    margin-bottom: 5.2rem;
    padding-inline: 0;
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: center;
  }
  .ETVOS_lp .lead-sentence .en {
    font-size: 1.7rem;
  }
  .ETVOS_lp .topics-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 1.45rem 1.5rem;
    padding-inline: 16vw;
  }
  .ETVOS_lp .topics-menu__title {
    margin-bottom: 2rem;
    width: 14.1rem;
  }
  .ETVOS_lp .topics-menu li:nth-child(n-3) .topics-menuitem {
    width: 29.1rem;
  }
  .ETVOS_lp .topics-menu li:nth-child(n+4) .topics-menuitem {
    width: 31.1rem;
  }
  .ETVOS_lp .container_wrap {
    margin-top: 8.6rem;
    margin-bottom: 7.5rem;
  }
  .ETVOS_lp .container_wrap .section__title {
    margin-inline: auto;
    width: 90rem;
  }
  .ETVOS_lp .container_wrap .section__text {
    padding-inline: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.035em;
    text-align: center;
  }
  .ETVOS_lp .container_wrap .section__text .serif {
    font-size: 1.7rem;
  }
  .ETVOS_lp .container_wrap .section__text .note {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
  .ETVOS_lp .container_wrap .product-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 2.7rem;
    padding-inline: 0;
  }
  .ETVOS_lp .container_wrap .product-item {
    width: 24rem;
  }
  .ETVOS_lp .container_wrap .product__credit {
    margin-inline: auto;
    width: 22rem;
  }
  .ETVOS_lp .container_wrap .product__name {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .ETVOS_lp .container_wrap .praicewrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .ETVOS_lp .container_wrap .praice {
    font-size: 1.6rem;
  }
  .ETVOS_lp .container_wrap .praice .small-letter {
    font-size: 1.1rem;
  }
  .ETVOS_lp .container_wrap .link {
    padding: 0.65rem 0.5rem 0.5rem;
    font-size: 1.1rem;
    border: 1px solid #1A1A1A;
    border-radius: 0.3rem;
    width: 10rem;
  }
  .ETVOS_lp .container_wrap .link::after {
    top: 0.9rem;
    right: 0.75rem;
    width: 0.5rem;
    height: 0.61rem;
  }
  .ETVOS_lp .container_wrap .link:hover {
    background-color: #FFF1EB;
    color: #1A1A1A;
  }
  .ETVOS_lp .container_wrap .link:hover::after {
    background-color: #1A1A1A;
  }
  .ETVOS_lp .container_wrap .product__tetxt {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.52;
  }
  .ETVOS_lp .topics01 {
    margin-bottom: 7.8rem;
  }
  .ETVOS_lp .topics01 .section__title {
    margin-bottom: 2.2rem;
  }
  .ETVOS_lp .topics01 .section__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    margin-bottom: 4rem;
    padding-inline: 0;
  }
  .ETVOS_lp .topics01 .imgwrap {
    margin-bottom: 0;
    padding: 0;
  }
  .ETVOS_lp .topics01 .imgwrap picture {
    width: 57.4rem;
  }
  .ETVOS_lp .topics01 .textwrap {
    padding: 0;
    width: 42.6rem;
  }
  .ETVOS_lp .topics01 .section__subtitle {
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
    text-underline-offset: 5px;
  }
  .ETVOS_lp .topics01 .section__sentence {
    font-size: 1.4rem;
  }
  .ETVOS_lp .topics01 .section__sentence:nth-child(3) {
    margin-top: 0.8rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin {
    padding: 7.1rem 16.2rem 9.5rem;
    width: 95.95rem;
    background-image: url(../img/sensitive-skin_bg_pc.png);
    background-size: 100rem 100%;
  }
  .ETVOS_lp .topics01 .sensitive-skin__title {
    margin-inline: -0.7rem 0;
    margin-bottom: 2.2rem;
    width: 21.2rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin__list {
    row-gap: 3.2rem;
    width: 64.2rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin--titlewrap {
    display: flex;
    position: relative;
    -moz-column-gap: 0.65rem;
         column-gap: 0.65rem;
    padding-right: 0;
    padding-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin .number {
    height: 1.7rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin--textwrap {
    font-size: 1.1rem;
    max-height: 20rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin--text {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin--infoimg {
    margin-inline: auto;
    padding-bottom: 1.4rem;
    width: 59.3rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin .border {
    top: 1.1rem;
    right: 1.4rem;
  }
  .ETVOS_lp .topics01 .sensitive-skin .border::before,
.ETVOS_lp .topics01 .sensitive-skin .border::after {
    width: 1.2rem;
  }
  .ETVOS_lp .topics02 .section__title {
    margin-bottom: 3rem;
  }
  .ETVOS_lp .topics02 .product-list {
    margin-top: 1.9rem;
    padding-bottom: 3.1rem;
  }
  .ETVOS_lp .topics02 .product-item--img {
    margin: 0 0 2.2rem;
    width: 24rem;
  }
  .ETVOS_lp .topics02 .osusume {
    padding-top: 3.2rem;
    margin-bottom: 5.5rem;
    margin-inline: auto;
    width: 104rem;
  }
  .ETVOS_lp .topics02 .osusume__title {
    margin: 0 auto 2.4rem;
    width: 36rem;
  }
  .ETVOS_lp .topics02 .osusume__listwrap {
    padding-left: 2rem;
  }
  .ETVOS_lp .topics02 .osusume__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.1rem 5.9rem;
  }
  .ETVOS_lp .topics02 .osusume__list.pcOnly {
    display: flex;
  }
  .ETVOS_lp .topics02 .osusume__list.spOnly {
    display: none;
  }
  .ETVOS_lp .topics02 .osusume__item {
    padding-left: 3.4rem;
    font-size: 1.5rem;
    line-height: 1;
    width: 49rem;
  }
  .ETVOS_lp .topics02 .osusume__item:nth-child(2), .ETVOS_lp .topics02 .osusume__item:nth-child(4) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ETVOS_lp .topics02 .osusume__item::before {
    top: -0.9rem;
    left: -0.5rem;
    width: 3rem;
    height: 3rem;
  }
  .ETVOS_lp .topics02 .small {
    font-size: 1.1rem;
  }
  .ETVOS_lp .topics02 .point {
    margin: 0 auto 8.1rem;
    width: 104rem;
  }
  .ETVOS_lp .topics02 .point::after {
    top: 0.6rem;
    left: 0.6rem;
  }
  .ETVOS_lp .topics02 .point__inner {
    padding: 5.1rem 7rem 5.3rem;
  }
  .ETVOS_lp .topics02 .point__title {
    margin-inline: auto;
    margin-bottom: 3.2rem;
    width: 36rem;
  }
  .ETVOS_lp .topics02 .point__contentswrap {
    width: auto;
  }
  .ETVOS_lp .topics02 .point__contents__inner {
    justify-content: space-between;
    flex-direction: row;
    row-gap: calc(0 * 100vw/390);
  }
  .ETVOS_lp .topics02 .point__contents__title {
    margin-top: 1.3rem;
    font-size: 1.6rem;
  }
  .ETVOS_lp .topics02 .point__number {
    transform: translateX(0);
    width: 3.4rem;
  }
  .ETVOS_lp .topics02 .point dd {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .ETVOS_lp .topics02 .point__contentsinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.6rem;
  }
  .ETVOS_lp .topics02 .point__img {
    margin-left: 0;
    margin-bottom: 0;
    width: 45rem;
  }
  .ETVOS_lp .topics02 .point .poinnt01,
.ETVOS_lp .topics02 .point .poinnt02,
.ETVOS_lp .topics02 .point .poinnt03 {
    margin-inline: 0;
    width: 28.4rem;
  }
  .ETVOS_lp .topics02 .point .poinnt01 .point__contents__title,
.ETVOS_lp .topics02 .point .poinnt02 .point__contents__title,
.ETVOS_lp .topics02 .point .poinnt03 .point__contents__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ETVOS_lp .topics02 .point .poinnt04 {
    margin-top: 0;
    width: 41.9rem;
  }
  .ETVOS_lp .topics02 .point .poinnt04 .point__contents__head {
    justify-content: space-between;
  }
  .ETVOS_lp .topics02 .point .poinnt04 .point__contents__title {
    width: 37.2rem;
  }
  .ETVOS_lp .topics02 .point .poinnt04 dd {
    font-size: 1.4rem;
  }
  .ETVOS_lp .topics02 .point .poinnt05 {
    margin-top: 2.4rem;
    width: 41.9rem;
  }
  .ETVOS_lp .topics02 .point .poinnt05 .point__contents__head {
    justify-content: space-between;
  }
  .ETVOS_lp .topics02 .point .poinnt05 .point__contents__title {
    width: 37.2rem;
  }
  .ETVOS_lp .topics02 .point .poinnt05 dd {
    font-size: 1.4rem;
  }
  .ETVOS_lp .topics04 {
    margin-bottom: 7.5rem;
  }
  .ETVOS_lp .topics04 .section__title {
    margin-bottom: 3rem;
  }
  .ETVOS_lp .topics04 .section__text {
    margin-bottom: 2.8rem;
  }
  .ETVOS_lp .topics04 .productwrap {
    display: flex;
    justify-content: center;
    -moz-column-gap: 2.6rem;
         column-gap: 2.6rem;
  }
  .ETVOS_lp .topics04 .product__images {
    margin-bottom: 0;
    width: 33rem;
  }
  .ETVOS_lp .topics04 .product-item--img {
    margin-bottom: 1.9rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ following-nav  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  .ETVOS_lp .following-nav.up-move {
    opacity: 1;
    visibility: visible;
  }
  .ETVOS_lp .following-nav.up-move .following-nav__inner {
    transform: translateY(0);
  }
  .ETVOS_lp .following-nav__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: 0.3rem;
         column-gap: 0.3rem;
    overflow: unset;
  }
  .ETVOS_lp .following-nav__inner {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .ETVOS_lp .following-nav__wraper {
    pointer-events: all;
    height: auto;
  }
  .ETVOS_lp .following-navitem {
    width: 23rem;
  }
  .ETVOS_lp .following-nav .img::after {
    bottom: -0.4rem;
    width: 19.5rem;
    height: 3rem;
    background-image: url(../img/current_pc.svg);
  }
  .campaign-icon {
    margin-left: 38vw;
    transform: translateX(-50%);
    width: 12rem;
    bottom: 10%;
    right: auto;
    left: 50%;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .ETVOS_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*# sourceMappingURL=style.css.map */