@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.tokuototokuko_lp {
  position: relative;
  color: var(--color-text);
  font-family: var(--font-jp);
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.tokuototokuko_lp img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.tokuototokuko_lp picture {
  display: block;
}
.tokuototokuko_lp a {
  display: block;
  color: inherit;
}
.tokuototokuko_lp *:focus {
  outline: none;
}
.tokuototokuko_lp a:not(.follow-nav__link),
.tokuototokuko_lp label {
  -webkit-tap-highlight-color: rgba(7, 186, 105, 0.2);
}
.tokuototokuko_lp .follow-nav__link {
  -webkit-tap-highlight-color: transparent;
}
.tokuototokuko_lp .follow-nav__link:hover, .tokuototokuko_lp .follow-nav__link:active {
  opacity: 1;
}
.tokuototokuko_lp input {
  display: none;
}
.tokuototokuko_lp li,
.tokuototokuko_lp ol {
  list-style-type: none;
}
.tokuototokuko_lp .spOnly {
  display: block;
}
.tokuototokuko_lp .pcOnly {
  display: none;
}
.tokuototokuko_lp ::-moz-selection {
  color: #ffffff;
  background-color: rgba(7, 186, 105, 0.8);
}
.tokuototokuko_lp ::selection {
  color: #ffffff;
  background-color: rgba(7, 186, 105, 0.8);
}
.tokuototokuko_lp sup {
  font-size: 0.6em;
}
.tokuototokuko_lp #share img {
  margin: auto;
}
.tokuototokuko_lp .anim {
  opacity: 0;
}
.tokuototokuko_lp .fv,
.tokuototokuko_lp .anim_enable {
  -webkit-animation: fade 1.2s ease forwards;
          animation: fade 1.2s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tokuototokuko_lp .fv {
  -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(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.tokuototokuko_lp .move::after {
  opacity: 0;
  -webkit-animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.8s 1 forwards;
          animation: opa 1.8s cubic-bezier(0.51, 0.21, 0.41, 1) 0.8s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.6s 0.8s linear;
  transition: mask-position 1.6s 0.8s linear;
  transition: mask-position 1.6s 0.8s linear, -webkit-mask-position 1.6s 0.8s linear;
}
.tokuototokuko_lp .move_enable::after {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .tokuototokuko_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.tokuototokuko_lp {
  --color-text: #24644E;
  --color-primary: #07BA69;
  --color-secondary: #089355;
  --color-tertiary: #FF7C36;
  --color-quaternary: #E36521;
  --color-background: #F5F0ED;
  --color-background-movie: #FFB271;
  --font-en: "futura-pt", sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
}
.tokuototokuko_lp .section__titleWrap {
  margin-bottom: calc(25 * 100vw/390);
  font-weight: 700;
  text-align: center;
}
.tokuototokuko_lp .section__headding {
  display: inline-block;
  position: relative;
  padding-bottom: calc(12 * 100vw/390);
  background-size: 100% calc(1.6 * 100vw/390);
  background-position: bottom calc(6 * 100vw/390) left;
  background-repeat: no-repeat;
  color: var(--color-primary);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
  z-index: 0;
}
.tokuototokuko_lp .section__headding__inner::before, .tokuototokuko_lp .section__headding__inner::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.tokuototokuko_lp .section__headding__inner::before {
  width: calc(9.3 * 100vw/390);
  height: calc(7.5 * 100vw/390);
  -webkit-mask-image: url(../img/border-headding.svg);
          mask-image: url(../img/border-headding.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 2;
}
.tokuototokuko_lp .section__headding__inner::after {
  margin-left: calc(-3 * 100vw/390);
  bottom: calc(1 * 100vw/390);
  width: calc(10 * 100vw/390);
  height: calc(7 * 100vw/390);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.tokuototokuko_lp .section__headding .en {
  font-family: var(--font-en);
  font-size: calc(14 * 100vw/390);
  font-weight: 600;
}
.tokuototokuko_lp .section__title {
  display: block;
  margin: calc(1 * 100vw/390) auto 0;
}
.tokuototokuko_lp .section__title path {
  fill: var(--color-primary);
}
.tokuototokuko_lp .section__subTitle {
  color: var(--color-secondary);
  font-size: calc(16 * 100vw/390);
  line-height: 1.44;
  letter-spacing: 0;
}
.tokuototokuko_lp .poreCare .contentsBox__title {
  width: calc(304 * 100vw/390);
}
.tokuototokuko_lp .agingCare .contentsBox__title {
  width: calc(341 * 100vw/390);
}
.tokuototokuko_lp .drySkin .contentsBox__title {
  width: calc(275.6 * 100vw/390);
}
.tokuototokuko_lp .coldBody .contentsBox__title {
  width: calc(325.6 * 100vw/390);
}
.tokuototokuko_lp .accordionBox.close .accordionBox__text {
  max-height: calc(83 * 100vw/390);
  overflow: hidden;
}
.tokuototokuko_lp .accordionBox.close .accordionBox__button {
  background: linear-gradient(180deg, rgba(245, 240, 237, 0) 0%, rgb(245, 240, 237) 100%);
}
.tokuototokuko_lp .accordionBox.open .accordionBox__text {
  max-height: calc(400 * 100vw/390);
}
.tokuototokuko_lp .accordionBox.open .accordionBox__button {
  display: none;
}
.tokuototokuko_lp .accordionBox:nth-of-type(1) .accordionBox__text {
  padding-bottom: calc(3 * 100vw/390);
}
.tokuototokuko_lp .accordionBox:nth-of-type(2) {
  margin-top: calc(23 * 100vw/390);
}
.tokuototokuko_lp .accordionBox__title {
  margin-bottom: calc(12.5 * 100vw/390);
  color: var(--color-secondary);
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.tokuototokuko_lp .accordionBox__title small {
  font-size: calc(13 * 100vw/390);
}
.tokuototokuko_lp .accordionBox__text {
  transition: all 0.8s ease;
  font-size: calc(13 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.025em;
  overflow: hidden;
  text-align: justify;
}
.tokuototokuko_lp .accordionBox__button {
  position: relative;
  margin-top: calc(-54 * 100vw/390);
  padding-top: calc(30 * 100vw/390);
  padding-bottom: calc(3 * 100vw/390);
  text-align: center;
  z-index: 1;
}
.tokuototokuko_lp .accordionBox__button--text {
  padding: calc(2 * 100vw/390) calc(15 * 100vw/390);
  background-color: var(--color-primary);
  border-radius: 100px;
  color: #FFFFFF;
  font-family: var(--font-en);
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.tokuototokuko_lp .profile {
  padding: calc(43 * 100vw/390) calc(20 * 100vw/390) calc(55 * 100vw/390);
}
.tokuototokuko_lp .profile .section__headding {
  background-image: url(../img/borderBottom-headding.svg);
}
.tokuototokuko_lp .profile .section__headding__inner::before {
  background-color: var(--color-primary);
  bottom: calc(0 * 100vw/390);
}
.tokuototokuko_lp .profile .section__headding__inner::after {
  background-color: #ffffff;
}
.tokuototokuko_lp .profile .section__title {
  width: calc(179 * 100vw/390);
}
.tokuototokuko_lp .profile .section__subTitle {
  margin-top: calc(22 * 100vw/390);
}
.tokuototokuko_lp .profile__box {
  position: relative;
  padding: calc(27 * 100vw/390) calc(24 * 100vw/390) calc(31 * 100vw/390);
  background-color: var(--color-background);
  border: 1px solid var(--color-text);
  z-index: 0;
}
.tokuototokuko_lp .profile__box::before, .tokuototokuko_lp .profile__box::after {
  content: "";
  position: absolute;
  width: calc(43 * 100vw/390);
  height: calc(61 * 100vw/390);
  background-image: url(../img/profile-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.tokuototokuko_lp .profile__box::before {
  top: calc(-9 * 100vw/390);
  left: calc(-8 * 100vw/390);
}
.tokuototokuko_lp .profile__box::after {
  transform: scale(-1, -1);
  bottom: calc(-9 * 100vw/390);
  right: calc(-8 * 100vw/390);
}
.tokuototokuko_lp .profile__text {
  margin-bottom: calc(39 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
}
.tokuototokuko_lp .profile__text .strong {
  color: var(--color-secondary);
}
.tokuototokuko_lp .leadArea {
  padding-block: calc(34 * 100vw/390) calc(124 * 100vw/390);
  background-color: #C3F0FF;
  text-align: center;
}
.tokuototokuko_lp .leadArea__text {
  color: var(--color-tertiary);
  font-size: calc(15 * 100vw/390);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .leadArea__text:nth-of-type(n+2) {
  margin-top: calc(19 * 100vw/390);
}
.tokuototokuko_lp .leadArea .button-move {
  display: inline-block;
  margin-top: calc(37 * 100vw/390);
  padding: calc(6 * 100vw/390) calc(43 * 100vw/390) calc(9 * 100vw/390) calc(34 * 100vw/390);
  background-color: var(--color-tertiary);
  border-radius: 100px;
}
.tokuototokuko_lp .leadArea .button-moveWrap {
  position: relative;
  z-index: 0;
}
.tokuototokuko_lp .leadArea .button-moveWrap::before {
  content: "";
  position: absolute;
}
.tokuototokuko_lp .leadArea .button-moveWrap::before {
  top: calc(16 * 100vw/390);
  left: calc(193 * 100vw/390);
  width: calc(130.5 * 100vw/390);
  height: calc(59 * 100vw/390);
  background-image: url(../img/button-img1.png), url(../img/button-img2.png), url(../img/button-arrow.svg);
  background-size: calc(45 * 100vw/390) auto, calc(45 * 100vw/390) auto, calc(20 * 100vw/390) auto;
  background-position: top left, top left calc(50 * 100vw/390), bottom right;
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
}
.tokuototokuko_lp .leadArea .button-move--text {
  color: #ffffff;
  font-size: calc(15 * 100vw/390);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.055em;
  text-align: left;
  text-indent: calc(1 * 100vw/390);
}
.tokuototokuko_lp .leadArea .button-move small {
  font-size: calc(12 * 100vw/390);
}
.tokuototokuko_lp .conceptArea .section__inner {
  margin-top: calc(-76 * 100vw/390);
  padding-top: calc(78 * 100vw/390);
  padding-bottom: calc(103 * 100vw/390);
  background-color: var(--color-background);
}
.tokuototokuko_lp .conceptArea .section__headding {
  background-image: url(../img/borderBottom-headding.svg);
}
.tokuototokuko_lp .conceptArea .section__titleWrap {
  margin-top: calc(-79 * 100vw/390);
}
.tokuototokuko_lp .conceptArea .section__headding__inner::before {
  background-color: var(--color-primary);
  bottom: 0;
}
.tokuototokuko_lp .conceptArea .section__headding__inner::after {
  background-color: #C3F0FF;
}
.tokuototokuko_lp .conceptArea .section__title {
  width: calc(221 * 100vw/390);
}
.tokuototokuko_lp .conceptArea .section__subTitle {
  margin-top: calc(8 * 100vw/390);
}
.tokuototokuko_lp .conceptArea__item {
  padding: 0 calc(12 * 100vw/390);
}
.tokuototokuko_lp .conceptArea__item:nth-of-type(1) .text {
  margin-inline: calc(48 * 100vw/390) calc(18 * 100vw/390);
  padding: calc(28 * 100vw/390) calc(24 * 100vw/390) calc(30 * 100vw/390) calc(49 * 100vw/390);
  text-indent: calc(-8 * 100vw/390);
}
.tokuototokuko_lp .conceptArea__item:nth-of-type(2) {
  margin-top: calc(28 * 100vw/390);
}
.tokuototokuko_lp .conceptArea__item:nth-of-type(2) .text {
  margin-inline: calc(18 * 100vw/390) calc(48 * 100vw/390);
  padding: calc(26 * 100vw/390) calc(21 * 100vw/390) calc(30 * 100vw/390) calc(28 * 100vw/390);
}
.tokuototokuko_lp .conceptArea__item:nth-of-type(2) .people {
  margin-left: auto;
  margin-right: 0;
}
.tokuototokuko_lp .conceptArea .text {
  position: relative;
  background-color: #FFFFFF;
  border-radius: calc(7 * 100vw/390);
  color: var(--color-secondary);
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.025em;
  z-index: 0;
}
.tokuototokuko_lp .conceptArea .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/border1.svg), url(../img/border2.svg), url(../img/border3.svg), url(../img/border4.svg);
  background-size: calc(28 * 100vw/390), calc(28 * 100vw/390), calc(28 * 100vw/390), calc(28 * 100vw/390);
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  z-index: 0;
}
.tokuototokuko_lp .conceptArea .people {
  position: relative;
  margin-top: calc(-62 * 100vw/390);
  width: calc(87 * 100vw/390);
  z-index: 1;
}
.tokuototokuko_lp .conceptArea .name {
  margin-top: calc(8 * 100vw/390);
  color: var(--color-primary);
  font-size: calc(12 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
}
.tokuototokuko_lp .categoryArea .section__inner {
  margin-top: calc(-84 * 100vw/390);
  padding-top: calc(104 * 100vw/390);
  padding-bottom: calc(68 * 100vw/390);
  background-color: #A0EACE;
}
.tokuototokuko_lp .categoryArea .section__headding {
  background-image: url(../img/borderBottom-headding.svg);
}
.tokuototokuko_lp .categoryArea .section__titleWrap {
  margin-top: calc(-67 * 100vw/390);
}
.tokuototokuko_lp .categoryArea .section__headding__inner::before {
  background-color: var(--color-primary);
  bottom: 0;
}
.tokuototokuko_lp .categoryArea .section__headding__inner::after {
  background-color: var(--color-background);
}
.tokuototokuko_lp .categoryArea .section__title {
  width: calc(243.5 * 100vw/390);
}
.tokuototokuko_lp .categoryArea .section__subTitle {
  margin-top: calc(14 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(19 * 100vw/390) calc(16 * 100vw/390);
  padding-top: calc(19 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__item {
  background-color: #ffffff;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  box-sizing: border-box;
  width: calc(162 * 100vw/390);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.tokuototokuko_lp .categoryArea__item:nth-child(odd) {
  margin-top: calc(-19 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__item:nth-child(2) {
  margin-right: calc(4 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__item:nth-child(4) {
  margin-right: calc(-4 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__link {
  position: relative;
  padding: calc(17 * 100vw/390) calc(13 * 100vw/390) calc(30 * 100vw/390) calc(11 * 100vw/390);
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  overflow: hidden;
  z-index: 0;
}
.tokuototokuko_lp .categoryArea__link::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: calc(5 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(10 * 100vw/390);
  height: calc(16 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.tokuototokuko_lp .categoryArea__title {
  width: calc(136 * 100vw/390);
}
.tokuototokuko_lp .categoryArea__text {
  margin-top: calc(6 * 100vw/390);
  color: var(--color-primary);
  font-size: calc(14 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-indent: calc(3 * 100vw/390);
}
.tokuototokuko_lp .contentsBox {
  margin-top: calc(-23 * 100vw/390);
  padding-bottom: calc(79 * 100vw/390);
  text-align: center;
}
.tokuototokuko_lp .contentsBox__head {
  margin-top: calc(23 * 100vw/390);
  padding-bottom: calc(19 * 100vw/390);
  background-color: var(--color-background);
}
.tokuototokuko_lp .contentsBox__title {
  margin: auto;
}
.tokuototokuko_lp .contentsBox__title path {
  fill: var(--color-secondary);
}
.tokuototokuko_lp .contentsBox__titleWrap {
  transform: translateY(calc(-32 * 100vw/390));
}
.tokuototokuko_lp .contentsBox .jp {
  margin-top: calc(8 * 100vw/390);
  color: var(--color-primary);
  font-size: calc(17 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox__brandList {
  position: relative;
  display: inline-block;
  margin-top: calc(30 * 100vw/390);
  z-index: 0;
}
.tokuototokuko_lp .contentsBox__brandList::after {
  content: "";
  position: absolute;
  top: calc(3 * 100vw/390);
  left: calc(3 * 100vw/390);
  background-color: #ffffff;
  border-radius: 100px;
  width: 100%;
  height: calc(32 * 100vw/390);
  z-index: -1;
}
.tokuototokuko_lp .contentsBox__brandList ul {
  display: inline-flex;
  position: relative;
  padding: calc(3 * 100vw/390) 0 calc(1 * 100vw/390);
  border: 1px solid #A0EACE;
  border-radius: 100px;
  color: var(--color-tertiary);
  font-family: var(--font-en);
  font-size: calc(17 * 100vw/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 1;
}
.tokuototokuko_lp .contentsBox__brandList li:nth-child(1) {
  position: relative;
  z-index: 0;
}
.tokuototokuko_lp .contentsBox__brandList li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: calc(5 * 100vw/390);
  right: 0;
  width: 1px;
  height: calc(15 * 100vw/390);
  border-right: 1px solid #A0EACE;
  z-index: 0;
}
.tokuototokuko_lp .contentsBox__brandList li:nth-child(1) a {
  padding-left: calc(18 * 100vw/390);
  padding-right: calc(16 * 100vw/390);
}
.tokuototokuko_lp .contentsBox__brandList li:nth-child(2) a {
  padding-left: calc(16 * 100vw/390);
  padding-right: calc(18 * 100vw/390);
}
.tokuototokuko_lp .contentsBox-productItem {
  position: relative;
  z-index: 0;
}
.tokuototokuko_lp .contentsBox-productItem:nth-of-type(n+2) {
  margin-top: calc(34 * 100vw/390);
  padding-top: calc(37 * 100vw/390);
}
.tokuototokuko_lp .contentsBox-productItem:nth-of-type(n+2):before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: calc(340 * 100vw/390);
  height: 1px;
  border-bottom: 1px solid #C7DBD4;
  z-index: 0;
}
.tokuototokuko_lp .contentsBox__img {
  margin-top: calc(-10 * 100vw/390);
  margin-inline: auto;
  width: calc(328 * 100vw/390);
}
.tokuototokuko_lp .contentsBox-productLIst {
  padding-top: calc(35 * 100vw/390);
}
.tokuototokuko_lp .contentsBox .brand {
  display: inline-block;
  margin-bottom: calc(11 * 100vw/390);
  padding: calc(5 * 100vw/390) calc(12 * 100vw/390) calc(4 * 100vw/390);
  background-color: #FFFCFA;
  border: 1px solid #A0EACE;
  border-radius: 100px;
  color: var(--color-tertiary);
  font-family: var(--font-en);
  font-size: calc(17 * 100vw/390);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox .brand span {
  display: block;
  min-width: calc(66 * 100vw/390);
}
.tokuototokuko_lp .contentsBox .name {
  margin-bottom: calc(3 * 100vw/390);
  color: var(--color-secondary);
  font-family: "futura-pt", "Noto Sans JP", sans-serif;
  font-size: calc(18 * 100vw/390);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.055em;
}
.tokuototokuko_lp .contentsBox .price {
  margin-bottom: calc(16 * 100vw/390);
  color: var(--color-secondary);
  font-family: var(--font-en);
  font-size: calc(20 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox .price .small {
  font-family: var(--font-jp);
  font-size: calc(11 * 100vw/390);
  font-weight: 500;
}
.tokuototokuko_lp .contentsBox .image {
  position: relative;
  margin-inline: auto;
  width: calc(270 * 100vw/390);
  z-index: 0;
}
.tokuototokuko_lp .contentsBox .image::after {
  content: "";
  position: absolute;
  width: calc(150 * 100vw/390);
  background-size: calc(150 * 100vw/390) auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.tokuototokuko_lp .contentsBox .image .bg {
  position: relative;
  border: 2px solid #DBD7B1;
  box-sizing: border-box;
  z-index: 0;
}
.tokuototokuko_lp .contentsBox .image .character {
  position: absolute;
  -webkit-animation: move 1s linear infinite;
          animation: move 1s linear infinite;
  width: calc(170 * 100vw/390);
  height: auto;
  z-index: 1;
}
@-webkit-keyframes move {
  0% {
    transform: rotate(1deg);
  }
  15% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@keyframes move {
  0% {
    transform: rotate(1deg);
  }
  15% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-1.5deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
.tokuototokuko_lp .contentsBox .image svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tokuototokuko_lp .contentsBox .image .line {
  stroke-dasharray: 260;
  stroke-width: 5px;
  fill: transparent;
  stroke: rgb(244, 242, 223);
  -webkit-animation: svgAnimation 6.5s linear infinite;
          animation: svgAnimation 6.5s linear infinite;
}
@-webkit-keyframes svgAnimation {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes svgAnimation {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.tokuototokuko_lp .contentsBox .copy {
  margin-top: calc(20 * 100vw/390);
  margin-bottom: calc(3 * 100vw/390);
  color: var(--color-secondary);
  font-size: calc(17 * 100vw/390);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox .copy .en {
  font-family: var(--font-en);
  font-size: calc(19 * 100vw/390);
  font-weight: 600;
  letter-spacing: 0.055em;
}
.tokuototokuko_lp .contentsBox .text {
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox .text:nth-of-type(n+3) {
  margin-top: calc(8 * 100vw/390);
}
.tokuototokuko_lp .contentsBox .button-check {
  display: inline-block;
  margin-top: calc(14 * 100vw/390);
  padding: calc(11 * 100vw/390) calc(57 * 100vw/390) calc(10 * 100vw/390);
  background-color: var(--color-tertiary);
  border-radius: 100px;
  color: #ffffff;
  font-family: var(--font-en);
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .contentsBox .note {
  margin-top: calc(12 * 100vw/390);
  font-size: calc(12 * 100vw/390);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp .buttonArea {
  margin-top: calc(-33 * 100vw/390);
  padding: calc(32 * 100vw/390) 0 calc(140 * 100vw/390);
  background-color: var(--color-background);
  text-align: center;
}
.tokuototokuko_lp .buttonArea .button {
  display: inline-block;
  padding: calc(13 * 100vw/390) calc(60 * 100vw/390);
  background-color: var(--color-primary);
  border-radius: 100px;
  color: #ffffff;
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.tokuototokuko_lp #poreCare1 .image::after {
  top: calc(82 * 100vw/390);
  right: calc(-52 * 100vw/390);
  height: calc(190 * 100vw/390);
  background-image: url(../img/poreCare_img1_sp.png);
}
.tokuototokuko_lp #poreCare1 .character {
  top: calc(27 * 100vw/390);
  left: calc(30 * 100vw/390);
}
.tokuototokuko_lp #poreCare2 .image::after {
  top: calc(93 * 100vw/390);
  left: calc(-64 * 100vw/390);
  height: calc(170 * 100vw/390);
  background-image: url(../img/poreCare_img2_sp.png);
}
.tokuototokuko_lp #poreCare2 .character {
  top: calc(85 * 100vw/390);
  right: calc(34 * 100vw/390);
}
.tokuototokuko_lp #agingCare1 .image::after {
  top: calc(121 * 100vw/390);
  right: calc(-15 * 100vw/390);
  height: calc(170 * 100vw/390);
  background-image: url(../img/agingCare_img1_sp.png);
}
.tokuototokuko_lp #agingCare1 .character {
  top: calc(18 * 100vw/390);
  left: calc(1 * 100vw/390);
}
.tokuototokuko_lp #agingCare2 .image::after {
  top: calc(107 * 100vw/390);
  left: calc(-62 * 100vw/390);
  height: calc(152 * 100vw/390);
  background-image: url(../img/agingCare_img2_sp.png);
}
.tokuototokuko_lp #agingCare2 .character {
  top: calc(84 * 100vw/390);
  right: calc(34 * 100vw/390);
}
.tokuototokuko_lp #drySkin1 .image::after {
  top: calc(93 * 100vw/390);
  right: calc(-3 * 100vw/390);
  height: calc(204 * 100vw/390);
  background-image: url(../img/drySkin_img1_sp.png);
}
.tokuototokuko_lp #drySkin1 .character {
  top: calc(17 * 100vw/390);
  left: calc(0 * 100vw/390);
}
.tokuototokuko_lp #drySkin2 .image::after {
  top: calc(82 * 100vw/390);
  left: calc(-9 * 100vw/390);
  height: calc(188 * 100vw/390);
  background-image: url(../img/drySkin_img2_sp.png);
}
.tokuototokuko_lp #drySkin2 .character {
  top: calc(10 * 100vw/390);
  right: calc(0 * 100vw/390);
}
.tokuototokuko_lp #coldBody1 .image::after {
  top: calc(108 * 100vw/390);
  right: calc(-11 * 100vw/390);
  height: calc(192 * 100vw/390);
  background-image: url(../img/coldBody_img1_sp.png);
}
.tokuototokuko_lp #coldBody1 .character {
  top: calc(11 * 100vw/390);
  left: calc(6 * 100vw/390);
}
.tokuototokuko_lp #coldBody2 .image::after {
  top: calc(132 * 100vw/390);
  left: calc(-59 * 100vw/390);
  height: calc(120 * 100vw/390);
  background-image: url(../img/coldBody_img2_sp.png);
}
.tokuototokuko_lp #coldBody2 .character {
  top: calc(77 * 100vw/390);
  right: calc(42 * 100vw/390);
}
.tokuototokuko_lp .movieArea .section__titleWrap {
  position: relative;
  margin-top: calc(-93 * 100vw/390);
  z-index: 2;
}
.tokuototokuko_lp .movieArea .section__headding {
  background-image: url(../img/borderBottom-moveiHeadding.svg);
  color: var(--color-quaternary);
}
.tokuototokuko_lp .movieArea .section__headding__inner::before {
  background-color: var(--color-quaternary);
  bottom: calc(0 * 100vw/390);
}
.tokuototokuko_lp .movieArea .section__headding__inner::after {
  background-color: var(--color-background);
}
.tokuototokuko_lp .movieArea .section__title {
  color: var(--color-quaternary);
  width: calc(156 * 100vw/390);
}
.tokuototokuko_lp .movieArea .section__title path {
  fill: #e36521;
}
.tokuototokuko_lp .movieArea .section__inner {
  margin-top: calc(-36 * 100vw/390);
  padding-top: calc(48 * 100vw/390);
  padding-bottom: calc(55 * 100vw/390);
  background-color: var(--color-background-movie);
}
.tokuototokuko_lp .movieArea .movie-container {
  padding-bottom: calc(10 * 100vw/390);
}
.tokuototokuko_lp .movieArea .movie-container .swiper-slide {
  transform: scale(0.85);
  transition: 1.2s;
}
.tokuototokuko_lp .movieArea .movie-container .swiper-slide-active {
  transform: scale(1);
  z-index: 1;
}
.tokuototokuko_lp .movieArea .swiper-button-prev,
.tokuototokuko_lp .movieArea .swiper-button-next {
  top: auto;
  bottom: 0;
  background-image: url(../img/flowingFace-arrow.svg);
  background-size: calc(13 * 100vw/390) calc(14 * 100vw/390);
  border: 1px solid #ffffff;
  border-radius: calc(7 * 100vw/390);
  width: calc(38 * 100vw/390);
  height: calc(32 * 100vw/390);
}
.tokuototokuko_lp .movieArea .swiper-button-prev {
  transform: scale(-1, 1);
  left: calc(57 * 100vw/390);
}
.tokuototokuko_lp .movieArea .swiper-button-next {
  right: calc(57 * 100vw/390);
}
.tokuototokuko_lp .movieArea .swiper-pagination {
  position: static;
  margin-top: calc(30 * 100vw/390);
  line-height: 1;
}
.tokuototokuko_lp .movieArea .swiper-pagination-bullet {
  margin: 0 calc(7 * 100vw/390);
  background: transparent;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  line-height: 1;
  opacity: 1;
  width: calc(9 * 100vw/390);
  height: calc(9 * 100vw/390);
}
.tokuototokuko_lp .movieArea .swiper-pagination-bullet-active {
  background: #ffffff;
}
.tokuototokuko_lp .movieArea .loop-container {
  margin-top: calc(42 * 100vw/390);
}
.tokuototokuko_lp .movieArea .loop-container .swiper-wrapper {
  transition-timing-function: linear;
}
.tokuototokuko_lp .movieArea .loop-container .swiper-slide {
  position: relative;
  z-index: 0;
}
.tokuototokuko_lp .movieArea .no1 {
  -webkit-animation: switch1 1.2s linear infinite;
          animation: switch1 1.2s linear infinite;
}
@-webkit-keyframes switch1 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes switch1 {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.tokuototokuko_lp .movieArea .no2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: switch2 1.2s linear infinite;
          animation: switch2 1.2s linear infinite;
}
@-webkit-keyframes switch2 {
  0% {
    opacity: 1;
  }
  49.9% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switch2 {
  0% {
    opacity: 1;
  }
  49.9% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.tokuototokuko_lp .movieArea iframe {
  width: calc(236 * 100vw/390);
  height: calc(420 * 100vw/390);
}
.tokuototokuko_lp .follow-nav {
  position: fixed;
  transition: all 0.6s 0.2s ease;
  transform: translateY(100%);
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFAD5;
  border-top: 1px solid #07BA69;
  box-sizing: border-box;
  width: 100%;
}
.tokuototokuko_lp .bannerArea {
  padding: calc(24 * 100vw/390) calc(10 * 100vw/390);
  background-color: #A0EACE;
}
.tokuototokuko_lp .bannerArea .bannerArea__title {
  margin-bottom: calc(8 * 100vw/390);
  font-size: calc(19 * 100vw/390);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .025em;
  text-align: center;
}
.tokuototokuko_lp .bannerArea .en {
  font-family: var(--font-en);
  font-size: calc(20 * 100vw/390);
}
.tokuototokuko_lp .follow-nav__list {
  display: flex;
}
.tokuototokuko_lp .follow-nav li:nth-child(n+2) .follow-nav__link::after {
  content: "";
  position: absolute;
  top: calc(8 * 100vw/390);
  left: 0;
  width: calc(1.5 * 100vw/390);
  height: calc(34 * 100vw/390);
  background-image: url(../img/circle.svg);
  background-size: calc(1.5 * 100vw/390) auto;
  background-repeat: repeat-y;
  z-index: 0;
}
.tokuototokuko_lp .follow-nav li:nth-child(4) .jp {
  color: #FF7C36;
}
.tokuototokuko_lp .follow-nav__link {
  position: relative;
  padding-top: calc(8 * 100vw/390);
  padding-inline: calc(9 * 100vw/390);
  box-sizing: border-box;
  text-align: center;
  height: calc(49 * 100vw/390);
  z-index: 0;
}
.tokuototokuko_lp .follow-nav .jp {
  margin-bottom: calc(1 * 100vw/390);
  color: #07BA69;
  font-size: calc(8 * 100vw/390);
  font-weight: bold;
  letter-spacing: 0;
}
.tokuototokuko_lp [data-color=profileArea] .follow-nav__item:nth-child(1) .follow-nav__link {
  background-color: #FDF0B9;
}
.tokuototokuko_lp [data-color=conceptArea] .follow-nav__item:nth-child(2) .follow-nav__link {
  background-color: #FDF0B9;
}
.tokuototokuko_lp [data-color=categoryArea] .follow-nav__item:nth-child(3) .follow-nav__link {
  background-color: #FDF0B9;
}
.tokuototokuko_lp [data-color=movieArea] .follow-nav__item:nth-child(4) .follow-nav__link {
  background-color: #FDF0B9;
}
.tokuototokuko_lp [data-color=leadArea] .follow-nav__item .follow-nav__link,
.tokuototokuko_lp [data-color=contentsBox] .follow-nav__item .follow-nav__link,
.tokuototokuko_lp [data-color=button-all] .follow-nav__item .follow-nav__link {
  background-color: transparent;
}

/* .tokuototokuko_lp SP*/
#share {
  transition: transform 0.6s ease;
}

.follow-nav.up-active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.follow-nav.down-active {
  transform: translateY(100%);
  visibility: visible;
  opacity: 0å;
  z-index: 10;
}

#share.active {
  transform: translateY(calc(-50 * 100vw/390));
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 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%;
  }
  .tokuototokuko_lp {
    max-width: 100vw;
  }
  .tokuototokuko_lp a {
    cursor: pointer;
  }
  .tokuototokuko_lp .pcOnly {
    display: block;
  }
  .tokuototokuko_lp .spOnly {
    display: none;
  }
  .tokuototokuko_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .tokuototokuko_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .tokuototokuko_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .tokuototokuko_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .tokuototokuko_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .tokuototokuko_lp .section__titleWrap {
    margin-bottom: 4.4rem;
  }
  .tokuototokuko_lp .section__headding {
    padding-bottom: 1.2rem;
    background-size: 100% 0.16rem;
    background-position: bottom 0.6rem left;
    font-size: 1.3rem;
  }
  .tokuototokuko_lp .section__headding__inner::before {
    width: 0.93rem;
    height: 0.7rem;
  }
  .tokuototokuko_lp .section__headding__inner::after {
    margin-left: -0.26rem;
    bottom: 0.1rem;
    width: 1rem;
    height: 0.7rem;
  }
  .tokuototokuko_lp .section__headding .en {
    font-size: 1.6rem;
  }
  .tokuototokuko_lp .section__title {
    margin: -0.3rem auto 0;
  }
  .tokuototokuko_lp .section__subTitle {
    font-size: 2rem;
    line-height: 1;
  }
  .tokuototokuko_lp .poreCare .contentsBox__title {
    margin-top: -0.5rem;
    width: 36.1rem;
  }
  .tokuototokuko_lp .poreCare.contentsBox .jp {
    margin-top: 1.5rem;
  }
  .tokuototokuko_lp .agingCare .contentsBox__title {
    margin-top: -1.3rem;
    width: 40.7rem;
  }
  .tokuototokuko_lp .agingCare.contentsBox .jp {
    margin-top: 0.3rem;
  }
  .tokuototokuko_lp .drySkin .contentsBox__title {
    margin-top: -1.3rem;
    width: 33rem;
  }
  .tokuototokuko_lp .drySkin.contentsBox .jp {
    margin-top: 0.5rem;
  }
  .tokuototokuko_lp .coldBody .contentsBox__title {
    margin-top: -0.7rem;
    width: 38.8rem;
  }
  .tokuototokuko_lp .coldBody.contentsBox .jp {
    margin-top: 0.7rem;
  }
  .tokuototokuko_lp .accordionBox.close .accordionBox__text {
    max-height: 100%;
    overflow: visible;
  }
  .tokuototokuko_lp .accordionBox:nth-of-type(1) .accordionBox__text {
    padding-bottom: 0;
  }
  .tokuototokuko_lp .accordionBox:nth-of-type(2) {
    margin-top: 2.3rem;
  }
  .tokuototokuko_lp .accordionBox__title {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
  }
  .tokuototokuko_lp .accordionBox__title small {
    font-size: 1.3rem;
  }
  .tokuototokuko_lp .accordionBox__text {
    font-size: 1.3rem;
  }
  .tokuototokuko_lp .fv {
    background-color: #53C198;
  }
  .tokuototokuko_lp .fv__img {
    margin: auto;
    padding-block: 4rem 2.6rem;
    width: 86.6rem;
  }
  .tokuototokuko_lp .profile {
    padding: 6rem 0 7.7rem;
  }
  .tokuototokuko_lp .profile .section__headding {
    background-image: url(../img/borderBottom-headding.svg);
  }
  .tokuototokuko_lp .profile .section__title {
    width: 22.8rem;
  }
  .tokuototokuko_lp .profile .section__subTitle {
    margin-top: 2.5rem;
  }
  .tokuototokuko_lp .profile__box {
    margin-inline: auto;
    padding: 4.3rem 3.9rem 3.7rem;
    box-sizing: border-box;
    width: 82rem;
  }
  .tokuototokuko_lp .profile__box::before, .tokuototokuko_lp .profile__box::after {
    width: 4.3rem;
    height: 6.1rem;
  }
  .tokuototokuko_lp .profile__box::before {
    top: -0.9rem;
    left: -0.8rem;
  }
  .tokuototokuko_lp .profile__box::after {
    bottom: -0.9rem;
    right: -0.8rem;
  }
  .tokuototokuko_lp .profile__text {
    margin-bottom: 3.1rem;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.055em;
  }
  .tokuototokuko_lp .leadArea {
    padding-block: 4.8rem 13.2rem;
  }
  .tokuototokuko_lp .leadArea__text {
    margin-left: -1.6rem;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .tokuototokuko_lp .leadArea__text:nth-of-type(n+2) {
    margin-top: 1.5rem;
  }
  .tokuototokuko_lp .leadArea .button-move {
    position: relative;
    margin-top: 3.7rem;
    padding: 0.5rem 4.9rem 0.9rem 3.4rem;
    overflow: hidden;
    z-index: 0;
  }
  .tokuototokuko_lp .leadArea .button-moveWrap {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tokuototokuko_lp .leadArea .button-moveWrap::before {
    top: 1.5rem;
    left: 15.25rem;
    width: 13.55rem;
    height: 5.8rem;
    background-position: top left, top left 5rem, bottom right;
    background-size: 4.5rem auto, 4.5rem auto, 2.2rem auto;
  }
  .tokuototokuko_lp .leadArea .button-move::after {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .tokuototokuko_lp .leadArea .button-move:hover::after {
    -webkit-animation: moveBg 0.3s ease forwards;
            animation: moveBg 0.3s ease forwards;
  }
  .tokuototokuko_lp .leadArea .button-move--text {
    font-size: 1.6rem;
    text-indent: 0.1rem;
    line-height: 1.2;
  }
  .tokuototokuko_lp .leadArea .button-move small {
    font-size: 1.3rem;
  }
  .tokuototokuko_lp .conceptArea .section__inner {
    margin-top: -10.7rem;
    padding-top: 10.5rem;
    padding-bottom: 7.9rem;
  }
  .tokuototokuko_lp .conceptArea .section__headding {
    background-image: url(../img/borderBottom-headding_pc.svg);
  }
  .tokuototokuko_lp .conceptArea .section__titleWrap {
    margin-top: -7.3rem;
  }
  .tokuototokuko_lp .conceptArea .section__title {
    width: 28.8rem;
  }
  .tokuototokuko_lp .conceptArea .section__subTitle {
    margin-top: 1.3rem;
  }
  .tokuototokuko_lp .conceptArea__contents {
    display: flex;
    justify-content: center;
    -moz-column-gap: 8.3rem;
         column-gap: 8.3rem;
  }
  .tokuototokuko_lp .conceptArea__item {
    padding: 0;
  }
  .tokuototokuko_lp .conceptArea__item:nth-of-type(1) .text {
    margin-inline: 7.2rem 0;
    padding: 3rem 2.6rem 2.9rem 4.8rem;
    text-indent: -0.8rem;
  }
  .tokuototokuko_lp .conceptArea__item:nth-of-type(1) .people {
    margin-top: -7.1rem;
  }
  .tokuototokuko_lp .conceptArea__item:nth-of-type(2) {
    margin-top: 5.1rem;
  }
  .tokuototokuko_lp .conceptArea__item:nth-of-type(2) .text {
    margin-inline: 0 7.2rem;
    padding: 2.9rem 2.5rem 3rem 2.8rem;
  }
  .tokuototokuko_lp .conceptArea__item:nth-of-type(2) .people {
    margin-top: -7.1rem;
    margin-left: auto;
    margin-right: 0;
  }
  .tokuototokuko_lp .conceptArea .text {
    border-radius: 0.7rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    width: 30rem;
  }
  .tokuototokuko_lp .conceptArea .text::after {
    background-size: 2.6rem, 2.6rem, 2.6rem, 2.6rem;
  }
  .tokuototokuko_lp .conceptArea .people {
    width: 10rem;
  }
  .tokuototokuko_lp .conceptArea .name {
    margin-top: 0.8rem;
    font-size: 1.3rem;
  }
  .tokuototokuko_lp .categoryArea .section__inner {
    margin-top: -10.9rem;
    padding-top: 13.5rem;
    padding-bottom: 6rem;
  }
  .tokuototokuko_lp .categoryArea .section__headding {
    background-image: url(../img/borderBottom-headding_pc.svg);
  }
  .tokuototokuko_lp .categoryArea .section__titleWrap {
    margin-top: -7.2rem;
  }
  .tokuototokuko_lp .categoryArea .section__title {
    width: 31.4rem;
  }
  .tokuototokuko_lp .categoryArea .section__subTitle {
    margin-top: 0.8rem;
  }
  .tokuototokuko_lp .categoryArea__list {
    gap: 3.8rem;
    padding-top: 4.9rem;
  }
  .tokuototokuko_lp .categoryArea__item {
    width: 20.2rem;
  }
  .tokuototokuko_lp .categoryArea__item:nth-child(odd) {
    margin-top: -3rem;
  }
  .tokuototokuko_lp .categoryArea__item:nth-child(2) {
    margin-right: 0;
  }
  .tokuototokuko_lp .categoryArea__item:nth-child(4) {
    margin-right: 0;
  }
  .tokuototokuko_lp .categoryArea__link {
    padding: 2rem 2.6rem 3.6rem 2.5rem;
  }
  .tokuototokuko_lp .categoryArea__link:hover::after {
    -webkit-animation: arrow 0.8s ease-in infinite;
            animation: arrow 0.8s ease-in infinite;
  }
  @-webkit-keyframes arrow {
    0% {
      transform: translateY(-0.3rem);
    }
    50% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes arrow {
    0% {
      transform: translateY(-0.3rem);
    }
    50% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  .tokuototokuko_lp .categoryArea__link::after {
    transform: translateY(-0.3rem);
    bottom: 0.5rem;
    width: 0.8rem;
    height: 1.5rem;
  }
  .tokuototokuko_lp .categoryArea__title {
    transform: translateX(-0.3rem);
    width: 15.4rem;
  }
  .tokuototokuko_lp .categoryArea__text {
    margin-top: 0.4rem;
    font-size: 1.6rem;
    text-indent: 0.3rem;
  }
  .tokuototokuko_lp .contentsBox {
    margin-top: 0;
    padding-bottom: 6rem;
  }
  .tokuototokuko_lp .contentsBox__head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .tokuototokuko_lp .contentsBox__titleWrap {
    transform: translateY(0);
    width: 49rem;
  }
  .tokuototokuko_lp .contentsBox .jp {
    font-size: 1.8rem;
  }
  .tokuototokuko_lp .contentsBox__brandList {
    margin-top: 2.7rem;
  }
  .tokuototokuko_lp .contentsBox__brandList::after {
    top: 0.3rem;
    left: 0.3rem;
    height: 3.5rem;
  }
  .tokuototokuko_lp .contentsBox__brandList ul {
    padding: 0.2rem 0 0.2rem;
    font-size: 1.9rem;
  }
  .tokuototokuko_lp .contentsBox__brandList li:nth-child(1)::after {
    top: 0.4rem;
    height: 1.9rem;
  }
  .tokuototokuko_lp .contentsBox__brandList li:nth-child(1) a {
    padding-left: 2rem;
    padding-right: 1.6rem;
  }
  .tokuototokuko_lp .contentsBox__brandList li:nth-child(2) a {
    padding-left: 1.6rem;
    padding-right: 2rem;
  }
  .tokuototokuko_lp .contentsBox-productItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-width: 65.2rem;
  }
  .tokuototokuko_lp .contentsBox-productItem:nth-of-type(n+2) {
    margin-top: 0;
    padding-top: 0;
  }
  .tokuototokuko_lp .contentsBox-productItem:nth-of-type(n+2):before {
    transform: translateX(0);
    left: 0;
    width: 1px;
    height: 100%;
    border-bottom: none;
    border-left: 1px solid #C7DBD4;
  }
  .tokuototokuko_lp .contentsBox__img {
    margin-top: 0;
    margin-inline: 1rem 7rem;
    width: 41rem;
  }
  .tokuototokuko_lp .contentsBox-productLIst {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-inline: 4.9rem;
  }
  .tokuototokuko_lp .contentsBox .brand {
    margin-bottom: 1.3rem;
    padding: 0.3rem 1.2rem 0.4rem 1.2rem;
    font-size: 1.8rem;
  }
  .tokuototokuko_lp .contentsBox .brand span {
    min-width: 7rem;
  }
  .tokuototokuko_lp .contentsBox .name {
    margin-bottom: 0.5rem;
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .tokuototokuko_lp .contentsBox .price {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .tokuototokuko_lp .contentsBox .price .small {
    font-size: 1.1rem;
  }
  .tokuototokuko_lp .contentsBox .image {
    margin-top: auto;
    width: 28rem;
  }
  .tokuototokuko_lp .contentsBox .image::after {
    width: 15.6rem;
    background-size: 15.6rem auto;
  }
  .tokuototokuko_lp .contentsBox .image .character {
    width: 17.6rem;
  }
  .tokuototokuko_lp .contentsBox .copy {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.42;
  }
  .tokuototokuko_lp .contentsBox .copy .en {
    font-size: 2rem;
  }
  .tokuototokuko_lp .contentsBox .textWrap {
    margin-bottom: 1.5rem;
  }
  .tokuototokuko_lp .contentsBox .text {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .tokuototokuko_lp .contentsBox .text:nth-of-type(n+3) {
    margin-top: 0.7rem;
  }
  .tokuototokuko_lp .contentsBox .button-check {
    position: relative;
    margin-top: auto;
    padding: 1.1rem 5.6rem 1rem;
    font-size: 1.7rem;
    overflow: hidden;
    z-index: 0;
  }
  .tokuototokuko_lp .contentsBox .button-check::after {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .tokuototokuko_lp .contentsBox .button-check:hover::after {
    -webkit-animation: moveBg 0.2s ease forwards;
            animation: moveBg 0.2s ease forwards;
  }
  .tokuototokuko_lp .contentsBox .note {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
  @-webkit-keyframes moveBg {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes moveBg {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .tokuototokuko_lp .buttonArea {
    margin-top: 0;
    padding: 4.7rem 0 12.8rem;
    background-color: var(--color-background);
    text-align: center;
  }
  .tokuototokuko_lp .buttonArea .button {
    display: inline-block;
    position: relative;
    padding: 1.4rem 10.3rem 1.5rem;
    font-size: 1.6rem;
    overflow: hidden;
    z-index: 0;
  }
  .tokuototokuko_lp .buttonArea .button::after {
    content: "";
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    background-color: var(--color-tertiary);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .tokuototokuko_lp .buttonArea .button:hover::after {
    -webkit-animation: moveBg 0.35s ease forwards;
            animation: moveBg 0.35s ease forwards;
  }
  @keyframes moveBg {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .tokuototokuko_lp #poreCare1 .image::after {
    top: 7.5rem;
    right: -5.7rem;
    height: 20rem;
    background-image: url(../img/poreCare_img1_pc.png);
  }
  .tokuototokuko_lp #poreCare1 .character {
    top: 2.8rem;
    left: 3.1rem;
  }
  .tokuototokuko_lp #poreCare2 .image::after {
    top: 9.1rem;
    left: -6.4rem;
    height: 17.2rem;
    background-image: url(../img/poreCare_img2_pc.png);
  }
  .tokuototokuko_lp #poreCare2 .character {
    top: 8.5rem;
    right: 3.6rem;
  }
  .tokuototokuko_lp #agingCare1 .image::after {
    top: 13.1rem;
    right: -0.9rem;
    height: 17rem;
    background-image: url(../img/agingCare_img1_pc.png);
  }
  .tokuototokuko_lp #agingCare1 .character {
    top: 1.9rem;
    left: 0.2rem;
  }
  .tokuototokuko_lp #agingCare2 .image::after {
    top: 10.9rem;
    left: -6.4rem;
    height: 15rem;
    background-image: url(../img/agingCare_img2_pc.png);
  }
  .tokuototokuko_lp #agingCare2 .character {
    top: 8.8rem;
    right: 3.6rem;
  }
  .tokuototokuko_lp #drySkin1 .image::after {
    top: 9.9rem;
    right: -0.8rem;
    height: 20.8rem;
    background-image: url(../img/drySkin_img1_pc.png);
  }
  .tokuototokuko_lp #drySkin1 .character {
    top: 1.8rem;
  }
  .tokuototokuko_lp #drySkin2 .image::after {
    top: 8.9rem;
    left: -1.1rem;
    height: 18.8rem;
    background-image: url(../img/drySkin_img2_pc.png);
  }
  .tokuototokuko_lp #drySkin2 .character {
    top: 1rem;
  }
  .tokuototokuko_lp #coldBody1 .image::after {
    top: 11.4rem;
    right: -0.9rem;
    height: 19.4rem;
    background-image: url(../img/coldBody_img1_pc.png);
  }
  .tokuototokuko_lp #coldBody1 .character {
    top: 1.2rem;
    left: 0.2rem;
  }
  .tokuototokuko_lp #coldBody2 .image::after {
    top: 13.4rem;
    left: -6.4rem;
    height: 13rem;
    background-image: url(../img/coldBody_img2_pc.png);
  }
  .tokuototokuko_lp #coldBody2 .character {
    top: 8rem;
    right: 4.3rem;
  }
  .tokuototokuko_lp .movieArea .section__titleWrap {
    margin-top: -7.3rem;
  }
  .tokuototokuko_lp .movieArea .section__headding {
    background-image: url(../img/borderBottom-moveiHeadding_pc.svg);
  }
  .tokuototokuko_lp .movieArea .section__title {
    width: 20.1rem;
  }
  .tokuototokuko_lp .movieArea .section__inner {
    margin-top: -6.2rem;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .tokuototokuko_lp .movieArea .movie-container {
    margin-inline: auto;
    padding-bottom: 1.2rem;
    width: 137.2rem;
  }
  .tokuototokuko_lp .movieArea .movie-container .swiper-slide {
    transform: scale(0.76);
  }
  .tokuototokuko_lp .movieArea .movie-container .swiper-slide-active {
    transform: scale(1);
  }
  .tokuototokuko_lp .movieArea .swiper-button-prev,
.tokuototokuko_lp .movieArea .swiper-button-next {
    transition: all 0.4s ease;
    background-size: 1.5rem 1.5rem;
    border-radius: 0.7rem;
    width: 4.4rem;
    height: 3.7rem;
  }
  .tokuototokuko_lp .movieArea .swiper-button-prev:hover,
.tokuototokuko_lp .movieArea .swiper-button-next:hover {
    background-color: #FFA252;
  }
  .tokuototokuko_lp .movieArea .swiper-button-prev {
    left: 52.1rem;
  }
  .tokuototokuko_lp .movieArea .swiper-button-next {
    right: 52.1rem;
  }
  .tokuototokuko_lp .movieArea .swiper-pagination {
    margin-top: 4rem;
  }
  .tokuototokuko_lp .movieArea .swiper-pagination-bullet {
    margin: 0 0.8rem;
    width: 1rem;
    height: 1rem;
  }
  .tokuototokuko_lp .movieArea .loop-container {
    margin-top: 4rem;
  }
  .tokuototokuko_lp .movieArea .loop-container .swiper-slide {
    position: relative;
    z-index: 0;
  }
  .tokuototokuko_lp .movieArea iframe {
    width: 27.2rem;
    height: 48.4rem;
  }
  .tokuototokuko_lp .bannerArea {
    padding: 3.3rem 20rem 5rem;
  }
  .tokuototokuko_lp .bannerArea .bannerArea__title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
  .tokuototokuko_lp .bannerArea .en {
    font-size: 2.2rem;
  }
  .tokuototokuko_lp .bannerArea__link {
    margin: auto;
    width: 62rem;
  }
  .tokuototokuko_lp .follow-nav__list {
    margin-inline: auto;
    width: 61rem;
  }
  .tokuototokuko_lp .follow-nav li:nth-child(n+2) .follow-nav__link::after {
    top: 0.85rem;
    width: 0.15rem;
    height: 4rem;
    background-size: 0.15rem auto;
  }
  .tokuototokuko_lp .follow-nav__link {
    padding-top: 1rem;
    height: 5.8rem;
  }
  .tokuototokuko_lp .follow-nav .jp {
    margin-bottom: 0.1rem;
    font-size: 1.1rem;
  }
  /* .tokuototokuko_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1350px )
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.tokuototokuko_lp .section__title path,
.tokuototokuko_lp .contentsBox__title path {
  opacity: 0;
}
.tokuototokuko_lp .section__title .move-text_enable path,
.tokuototokuko_lp .contentsBox__title .move-text_enable path {
  -webkit-animation: animeUp 0.7s cubic-bezier(0.49, 0.02, 0.39, 0.98) forwards;
          animation: animeUp 0.7s cubic-bezier(0.49, 0.02, 0.39, 0.98) forwards;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(2),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(2) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(3),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(3) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(4),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(4) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(5),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(5) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(6),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(6) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(7),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(7) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(8),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(8) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(9),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(9) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}
.tokuototokuko_lp .section__title .move-text_enable path:nth-child(10),
.tokuototokuko_lp .contentsBox__title .move-text_enable path:nth-child(10) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}
@-webkit-keyframes animeUp {
  0% {
    transform: translateY(117%);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  40% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(17%);
    opacity: 1;
  }
}
@keyframes animeUp {
  0% {
    transform: translateY(117%);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  40% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(17%);
    opacity: 1;
  }
}
.tokuototokuko_lp .slide-in {
  overflow: hidden;
  display: inline-block;
}
.tokuototokuko_lp .slide-in_inner {
  display: inline-block;
}
.tokuototokuko_lp .downAnime {
  opacity: 0;
}
.tokuototokuko_lp .slideAnimeUpDown {
  -webkit-animation-name: slideTextY-Down;
          animation-name: slideTextY-Down;
}
.tokuototokuko_lp .slideAnimeUpDown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.tokuototokuko_lp .price .slideAnimeUpDown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tokuototokuko_lp .copy .slideAnimeUpDown {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.tokuototokuko_lp .text .slideAnimeUpDown {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.tokuototokuko_lp .slideAnimeUpDown,
.tokuototokuko_lp .slideAnimeDownUp {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tokuototokuko_lp .slideAnimeDownUp {
  -webkit-animation-name: slideTextY-Up;
          animation-name: slideTextY-Up;
}
.tokuototokuko_lp .slideAnimeDownUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.tokuototokuko_lp .price .slideAnimeDownUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.tokuototokuko_lp .copy .slideAnimeDownUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.tokuototokuko_lp .text .slideAnimeDownUp {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.tokuototokuko_lp .text .slideAnimeDownUp:nth-child(2) .slideAnimeDownUp {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.tokuototokuko_lp .text .slideAnimeDownUp:nth-child(3) .slideAnimeDownUp {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.tokuototokuko_lp .note .slideAnimeDownUp {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes slideTextY-Up {
  0% {
    transform: translateY(0%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY-Up {
  0% {
    transform: translateY(0%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
@-webkit-keyframes slideTextY-Down {
  0% {
    transform: translateY(80%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY-Down {
  0% {
    transform: translateY(80%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

/* .tokuototokuko_lp : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
/* .tokuototokuko_lp : motion PC*/
/*# sourceMappingURL=style.css.map */
