* {
  box-sizing: border-box;
  min-height: 0vw; /* Safari clamp関数対策 */
}

/* ↓ 変数 ↓  */
:root {
  --brand-color: 195, 150, 149 !important;
  --ff-min: "a-otf-ryumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --ff-tsukumin: "fot-tsukumin-pr6n", "Hiragino Mincho ProN", "Yu Mincho", sans-serif;
  --font-gothic: "YuGothic", "Yu Gothic medium", "hiragino-kaku-gothic-pron", sans-serif;
  --font-mincho: "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --main-color: 96, 76, 63;
  --dark-color: 73, 69, 62;
  --bg-color: 240, 229, 222;
  --font-color: 93, 100, 106;
  --point-color: 194, 129, 134;
  --border: solid 1px red;
}

html {
  scroll-behavior: smooth;
}

body {
  color: rgba(var(--font-color),1);
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "sans-serif";
}

main {font-size: 0.7em;}

section {
  margin: 0;
  padding: 0;
}
div {
  width: 100%;
  height: auto;
}

sub {
  font-size: 0.6em;
  line-height: 1em;
  vertical-align: baseline;
}

.small {font-size: 73%;}
.relative {position: relative;}
.nowrap {text-wrap: nowrap;}
.annotation {
  text-align: right;
  padding-right: 2em;
  font-size: 0.7em;
}
.annotation > span {display: inline-block;}
.pc_hidden {display: none !important;}



/* ↓ top ↓ --------------------------------------------------------------------------------- */
#top {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 0;
}

#top > div {
  position: absolute;
  top: calc(80px + 5em);
  left: 0;
}

#logo {
  width: 14.25%;
  margin: 0 auto;
}
#top p {
  font-family: var(--ff-tsukumin);
  font-size: 40px;
  font-size: 1.85em;
  line-height: 1.479em;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin-top: 1.22em;
}
#top .annotation {
  position: absolute;
  font-family: var(--font-gothic);
  font-size: 0.7em;
  letter-spacing: 0;
  color: rgba(var(--main-color), 1);
  bottom: 1em;
  right: 0;
}

/* ↓ femcare ↓ --------------------------------------------------------------------------------- */
#femcare {
  color: rgba(var(--main-color), 1);
}

/* ↓ intro ↓ */
#intro {
  color: rgba(var(--main-color), 1);
  background: rgba(var(--bg-color), 1);
  padding: 2.2em 0;
}

#intro .st1 {
  font-family: var(--ff-tsukumin);
  width: fit-content;
  background-color: white;
  font-size: 41px;
  font-size: 1.9em;
  line-height: 2.02em;
  letter-spacing: 0.16em;
  margin: 0 auto;
  padding: 0 0.7em;
  font-feature-settings: "palt";
}

#intro .st2 {
  background-color: rgba(var(--main-color), 1);
  color: white;
  font-size: 19px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.12em;
  width: fit-content;
  padding: 0.5em 0.8em;
  margin: 2.2em auto 1.5em;
  position: relative;
}
#intro .st2::after {
  content: "";
  width: 0.73em;
  height: 0.52em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--main-color), 1);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#intro > div {
  font-size: 16px;
  font-size: 0.74em;
  line-height: 2.25em;
  letter-spacing: 0.07em;
  text-align: center;
}

/* ↓ trouble ↓ */
#trouble {
  background-image: url("../images/trouble-bg_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 1.7em 0;
}

#trouble .st1 {
  font-family: var(--ff-tsukumin);
  font-size: 41px;
  font-size: 1.9em;
  line-height: 1.4em;
  letter-spacing: 0.14em;
  text-align: center;
}

#trouble > .content > div {
  width: 70%;
  margin: 2em auto;
}

.talk {
  width: fit-content;
  margin: 0.5em;
}

.talk > p {
  font-size: 24px;
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0.09em;
  position: relative;
  padding: 1em 1em 2em 2.6em;
}

.talk > p::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("../images/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 1em;
  margin-top: 0.2em;
}

.talk > p::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  clip-path: polygon(
    /* 内側 */
    calc(100% - 1.5em - 1px) calc(80% - 1px),
    calc(100% - 1px) calc(80% - 1px),
    calc(100% - 1px) 1px,
    1px 1px,
    1px calc(80% - 1px),
    calc(100% - 2.5em + 1px) calc(80% - 1px),
    calc(100% - 1.7em + 1px) 100%,
    
    /* 外枠 */
    calc(100% - 1.7em) 100%,
    calc(100% - 2.5em) 80%,
    0 80%,
    0 0,
    100% 0,
    100% 80%, 
    calc(100% - 1.5em) 80%);
}

.talk:nth-of-type(1) > p::after,
.talk:nth-of-type(3) > p::after,
.talk:nth-of-type(4) > p::after {
  transform: scale(-1, 1);
}

.talk:nth-of-type(1) {margin-left: 0.5em;} 
.talk:nth-of-type(2) {margin-left: 5.2em;} 
.talk:nth-of-type(3) {margin-left: 2.85em;} 
.talk:nth-of-type(5) {margin-left: 6em;}

/* ↓ risk ↓ --------------------------------------------------------------------------------- */
#risk {position: relative;}
#risk::before {
  content: "";
  width: 5.6em;
  height: 2.8em;
  background-color: rgba(var(--main-color), 1);
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* ↓ routine ↓ */
#routine {
  color: rgba(var(--main-color), 1);
  background-color: rgba(var(--bg-color), 1);
  padding: 6em 0 1em;
}
#routine .st1 {
  font-family: var(--ff-min);
  font-weight: 600;
  font-size: 43px;
  font-size: 2em;
  line-height: 1.6em;
  letter-spacing: 0.14em;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
#routine .st1 span.br {
  display: inline-block;
  padding: 0;
  position: relative;
}
#routine .st1 span.br::after {
  content: "";
  width: 105%;
  height: 2px;
  position: absolute;
  top: 1.6em;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(var(--main-color), 1);
}
#routine .st1 span.red {color: rgba(165, 63, 63, 1);}
#routine > div {
  width: 77.4%;
  margin: 4.4em auto 0;
}
#routine .box {
  width: 87%;
  display: flex;
  justify-content: space-between;
  margin-top: -1em;
}
#routine .box:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: -1em 0 0 auto;
  margin-right: 0; 
} 
#routine .box2 {margin-top: -1.5em;}
#routine .img-box {
  width: 13.24em;
  background-color: white;
  padding: 0.32em;
  text-align: center;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);  
}
#routine .img-box p {
  font-size: 23px;
  font-size: 1.06em;
  line-height: 1.2em;
  letter-spacing: 0.09em;
}
#routine .box1 .img-box {transform: rotate(354.5deg);}
#routine .box2 .img-box {transform: rotate(6.6deg);}
#routine .box3 .img-box {transform: rotate(356.5deg);}
#routine .box4 .img-box {transform: rotate(5.3deg);}

.damage {
  width: 5.4em;
  height: 5.4em;
  color: white;
  background: url("../images/icon.svg") no-repeat center / contain;
  display: grid;
  align-items: center;
  position: relative;
}
.damage > p {
  gisplay: grid;
  align-items: center;
  text-align: center;
  text-align-last: center;
  font-family: var(--ff-min);
  font-size: 26px;
  font-size: 1.1em;
  letter-spacing: 0.15em;
  line-height: 1em;
  margin-left: 0.4em;
}
#routine .box1 .damage {transform: rotate(5.6deg); margin-top: 0.8em;}
#routine .box2 .damage {margin-top: 2.1em;}
#routine .box3 .damage {margin-top: 1.76em; margin-right: 3em;}
#routine .box4 .damage {margin-top: 2.9em;}
#routine .annotation {margin-top: 4em; padding-right: 2em;}

/* やじるし */
.damage::before {
  content: url("../images/arrow.svg");
  position: absolute;
  top: 55%;
  width: 3.8em;
}
#routine .box1 .damage::before {right: 120%;}
#routine .box2 .damage::before {left: 120%; transform: scale(-1, 1);}
#routine .box3 .damage::before {width: 3.5em; right: 110%; transform: rotate(3.3deg);}
#routine .box4 .damage::before {top: 15% ;left: 120%; transform: scale(-1, 1) rotate(26deg);}

/* ↓ routine2 ↓ */
#routine2 {
  background-color: rgba(var(--bg-color), 1);
  color: rgba(var(--main-color), 1);
  text-align: center;
  font-size: 19px;
  font-size: 0.88em;
  line-height: 1.9em;
  letter-spacing: 0.09em;
  padding: 2.4em 0 7.4em;
}

/* ↓ vio ↓ */
#vio {
  width: 75%;
  margin: -3.5em auto 0;
}
#vio .purple {color: rgba(146, 104, 137, 1);}

#vio .st1 {
  width: 100%;
  height: 7em;
  position: relative;
  background: linear-gradient(90deg, rgba(178, 159, 150, 1) 0%, rgba(200, 178, 169, 1) 55.88%, rgba(178, 159, 150, 1) 100%);
  border: solid 2px rgba(139, 123, 117, 1);
}
#vio .st1 .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(183, 154, 177, 1) 0%, rgba(197, 174, 193, 1) 55.88%, rgba(183, 154, 177, 1) 100%);
  border: solid 2px rgba(156, 118, 148, 1);
  mix-blend-mode: multiply;
}
#vio .st1 .text {position: absolute;}
#vio .st1 .text > p {
  font-family: var(--ff-min);
  font-size: 40px;
  font-size: 1.85em;
  line-height: 1.45em;
  letter-spacing: 0.2em;
  color: white;
  text-align: center;
  padding: 0.5em;
}
#vio .st1 .text .white {
  background-color: white;
  color: rgba(var(--main-color), 1);
  padding: 0 0.2em;
}

#vio .st2 {
  background : rgba(83, 75, 70, 1);
  color: white;
  text-align: center;
  font-size: 24px;
  font-size: 1.1em;
  line-height: 1.67em;
  letter-spacing: 0.13em;
  margin-top: 1em;
}

#vio .box1 > div {
  display: grid;
  grid-template-columns: 34.6% 1fr 32.3%;
  grid-template-rows: 3.84em 2.45em auto;
  position: relative;
}
#vio .box1 > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 235, 239, 1);
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
#vio .box1 > div > picture:first-of-type {
  grid-area: 1 / 1 / 3 / 2;
  width: 7.5em;
  margin: 0.83em 0.55em 0 auto;
  z-index: 1;
}
#vio .box1 > div > picture:last-of-type {
  grid-area: 2 / 3 / 4 / 4;
  width: 6.8em;
}
#vio .box1 > div > p {
  font-size: 22px;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  z-index: 1;
}
#vio .box1 > div > p:first-of-type {
  grid-area: 1 / 2 / 3 / 3;
  margin-top: 1.26em;
}
#vio .box1 > div > p:last-of-type {
  grid-area: 3 / 2 / 4 / 3;
  text-align: right;
}

#vio .box2 .purple {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  margin: 0.5em auto 0;
  align-items: center;
  position: relative;
}
#vio .box2 .purple::after {
  content: "";
  background-color: rgba(var(--dark-color), 1);
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}
#vio .box2 .st3 {
  font-size: 24px;
  font-size: 1.1em;
  line-height: 1.1em;
  letter-spacing: 0.09em;
  text-align: right;
  margin-right: 0.7em;
}
#vio .box2 .st4 {
  font-family: var(--ff-min);
  font-size: 78px;
  font-size: 3.61em;
  line-height: 1.25em;
  letter-spacing: 0.12em;
  font-weight: 600;
}
#vio .box2 .st4 .small {font-size: 50%;}

#vio .box2 .attention {
  background-color: rgba(212, 194, 208, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.8em;
  border-radius: 9px;
  border: solid 0.5em white;
  font-family: var(--ff-min);
  font-weight: 600;
  text-align: center;
  padding: 1em;
  margin-top: 2em;
  position: relative;
}
#vio .box2 .attention::before {
  content: "";
  width: 2px;
  height: 1.5em;
  background-color: rgba(var(--dark-color), 1);
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
#vio .box2 .st5 {
  width: 1.7em;
  height: 1.6em;
  background-color: white;
  font-size: 40px;
  font-size: 1.8em;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: rgba(112, 53, 100, 1);
  clip-path: polygon(50% 0, 100% 100%, 0 100%)
}
#vio .box2 .st6 {
  font-size: 33px;
  font-size: 1.5em;
  line-height: 1.28em;
  letter-spacing: 0.1em;
}
#vio .annotation {margin-top: 1em; padding-right: 1em;}

/* ↓ selfCare ↓ */
#selfCare .st1 {
  background-color: rgba(var(--dark-color), 1);
  color: white;
  width: fit-content;
  padding: 0 0.5em;
  font-size: 32px;
  font-size: 1.5em;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  margin: 1.1em auto 0;
  border: solid 0.35em white;
  position: relative;
}
#selfCare .st1::before {
  content: "";
  width: 2px;
  height: 10.7em;
  background-color: rgba(var(--dark-color), 1);
  position: absolute;
  top: -7em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#selfCare .st2 {
  font-size: 40px;
  font-size: 1.85em;
  font-weight: 600;
  line-height: 1.34em;
  letter-spacing: 0.11em;
  text-align: center;
  color: rgb(193, 166, 203);
  margin-top: 2em;
  position: relative;
}
#selfCare .st2::before {
  content: "";
  background-color: rgba(var(--dark-color), 1);
  width: 0.6em;
  height: 0.5em;
  transform: translateX(-50%);
  position: absolute;
  top: -0.9em;
  left: 50%;
  clip-path: polygon(0 0, 50% 20%, 100% 0, 50% 100%);
}

/* ↓ catch ↓ --------------------------------------------------------------------------------- */
#catch {
  --font-color: 76, 48, 29;
  width: 100%;
  height: 20.5em;
  position: relative;
  margin-top: 2em;
  padding-top: 1.8em;
  font-family: var(--ff-min);
  color: rgba(var(--font-color), 1);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  z-index: 1;
}
#catch > picture.bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#catch .st1 {
  font-size: 25px;
  font-size: 1.16em;
  line-height: 1.5em;
  letter-spacing: 0.18em;
}
#catch .st1 > span {
  width: fit-content;
  display: block;
  background-color: white;
  padding: 0 0.6em;
  margin: 0.5em auto;
}
#catch > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: -3.5em auto 3.5em;
}
#catch > div > .il {width: 32%;}
#catch > div > p {
  font-size: 48px;
  font-size: 2.22em;
  line-height: 1.49em;
  letter-spacing: 0.14em;
  text-align: center;
  transform: skewX(-10deg);
}
#catch > div > p .rotate {
  display: inline-block;
  transform: rotate(-12.4deg) skewX(10deg);
}

/* ↓ features ↓ --------------------------------------------------------------------------------- */
#features {
  background-color: rgba(245, 228, 229, 1);
  text-align: center;
  padding-bottom: 4em;
}
#features .point {color: rgba(var(--point-color), 1);}
/* ↓ f-top ↓ */
#f-top {
  position: relative;
  margin-top: -5.8em;
  z-index: 0;
  background-color: white;
  line-height: 0;
}
#f-top > div {
  position: absolute;
  top: 5.8em;
}
#f-top > div > p {
  font-family: var(--ff-tsukumin);
  font-size: 41px;
  font-size: 1.9em;
  line-height: 1.48em;
  letter-spacing: 0.12em;
  color: rgba(93, 100, 106, 1);
  margin-top: 1.36em;
}
#f-top > div .st2 {
  font-size: 58px;
  font-size: 2.7em;
  line-height: 1.5em;
  letter-spacing: 0.12em;
  color: rgba(var(--point-color), 1);
  margin-top: -0.5em;
  transform: skewX(-5deg);
  position: relative;
}
#f-top > div .st2::after {
  content: url("../images/f-top-line.svg");
  width: 6.24em;
  height: 0.66em;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
}
  #f-top > div .st2 .big {
    font-family: "fot-tsukuaoldmin-pr6n";
    font-size: 115px;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #f-top > div .st2 > span:nth-of-type(2) {
    vertical-align: 0.2em;
    font-family: var(--ff-tsukumin);
  }

/* ↓ flame ↓ */
.flame {
  width: 80%;
  min-height: 48em;
  margin: 5em auto 0;
  background-color: white;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0.3em 0.3em 0.3em);
  padding: 3.4em 0;
  color: rgba(var(--font-color), 1);
}
#features .flame::before {
  content: "0";
  text-align: center;
  display: block;
  font-family: var(--ff-tsukumin);
  font-size: 93px;
  font-size: 4.3em;
  line-height: 1.6em;
  color: rgba(194, 129, 134, 1);
  width: 2.3em;
  height: 1.8em;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
#features #f-1::before {content: "1";}
#features #f-2::before {content: "2";}
#features #f-3::before {content: "3";}

#features .flame > .box > p:first-of-type {
  font-family: var(--ff-min);
  font-size: 36px;
  font-size: 1.7em;
  line-height: 1.3em;
  letter-spacing: 0.18em;
  margin-top: 0.28em;
}
#features .flame > .box > p:last-of-type {
  font-size: 18px;
  font-size: 0.83em;
  line-height: 1.66em;
  letter-spacing: 0.11em;
  margin-top: 1.2em;
}
#features .flame > .box > picture {
  display: none;
  width: 78%;
  margin: 2em auto;
  line-height: 0;
}

/* ↓ 特長 1 ↓ */
#graph {
  width: 82%;
  margin: 2.4em auto;
}
#graph > p {
  display: flex;
  justify-content: space-between;
}
#graph > p > span {
  width: 33%;
  font-size: 21px;
  font-size: 1em;
  letter-spacing: 0.06em;
}
#graph > p > span:first-of-type {
  color: rgba(220, 158, 163, 1);
  text-align: left;
}
#graph > p > span:nth-of-type(2) {
  color: rgba(140, 137, 189, 1);
  text-align: center;
}
#graph > p > span:last-of-type {
  color: rgba(121, 183, 189, 1);
  text-align: right;
}

#graph > div {margin-top: 0.7em;}
#graph .img-box {position: relative;}
#g1, #g2, #g3 {position: absolute;}
#g1 {
  width: 15.8%;
  top: 1.7em;
  left: 31.7%
}
#g2 {
  width: 6%;
  top: 3.2em;
  left: 26.7%
}
#g3 {
  width: 4%;
  top: 3.2em;
  left: 37%
}

.graph-arrow {
  width: 100%;
  height: 1.2em;
  display: inline-block;
  background-color: white;
  clip-path: polygon(
    0 50%, 0.33em 0, 0.33em 25%, calc(100% - 0.33em) 25%, calc(100% - 0.33em) 0,
    100% 50%, calc(100% - 0.33em) 100%, calc(100% - 0.33em) 75%, 0.33em 75%, 0.33em 100%
  );
  animation-name: graphAni;
  animation-duration: 2s;
  animation-delay: 0s;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  transform: scale(0,1);
}
#graph .img-box #g1 > span {animation-delay: 0s;}
#graph .img-box #g2 > span {animation-delay: 1s;}
#graph .img-box #g3 > span {
  animation-delay: 2s;
  background-color: rgba(193, 130, 143, 1);
}
@keyframes graphAni {
  0% {transform: scale(0,1);}
  100% {transform: scale(1,1);}
}
#graph-icon {
  width: 62.5%;
  display: grid;
  grid-template-columns: 26.15% 1fr 26%;
  margin: 1em auto 0 9.1%;
}
.i-ani {
  opacity: 0;
  animation-name: iconAni;
  animation-duration: 3s;
  animation-delay: 4s;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
#arrow1 {
  grid-area: 1 / 3 / 2 / 4;
  text-align: right;
}
#arrow2 {
  grid-column: 1 / 2;
  text-align: left;
}
#arrow3 {grid-column: 2 / 3;}
.border {position: absolute;}
#arrow1 .border {
  width: 3.2em;
  height: 4.1em;
  border-top: solid 0.05em rgba(var(--font-color), 1);
  border-right: solid 0.05em rgba(var(--font-color), 1);
  bottom: 99%;
  left: -55%;
}
#arrow1 .border::before {
  content: "";
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  background-color: rgba(var(--font-color), 1);
  border-radius: 50%;
  top: -4%;
  left: -10%;
}
#arrow2 .border {
  width: 1.06em;
  height: 3.55em;
  border-bottom: solid 0.05em rgba(var(--font-color), 1);
  border-right: solid 0.05em rgba(var(--font-color), 1);
  bottom: 80%;
  left: 98%;
}
#arrow2 .border::before {
  content: "";
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  background-color: rgba(var(--font-color), 1);
  border-radius: 50%;
  top: -3%;
  right: -18.8%;
}
#arrow3 .border {
  width: 0.05em;
  height: 2.6em;
  background-color: rgba(var(--font-color), 1);
  bottom: 100%;
  left: 45%;
}
#arrow3 .border::before {
  content: "";
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  background-color: rgba(var(--font-color), 1);
  border-radius: 50%;
  top: -4%;
  left: -350%;
}
#graph-icon img {
  width: auto;
  height: 4.4em;
}
@keyframes iconAni {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#free {
  width: 83%;
  margin: 0 auto;
}
#free .st1 {
  height: 2em;
  font-size: 25px;
  font-size: 1.16em;
  line-height: 2em;
  letter-spacing: 0.3em;
  color: rgba(62, 58, 57, 1);
  background : linear-gradient(90deg, rgba(209, 169, 183, 1) 0%, rgba(197, 192, 220, 1) 100%);
}
#free > div {
  display: flex;
  justify-content: space-between;
  margin-top: 1.57em;
  color: black;
}
#free > div > .box1 {
  width: 58%;
  display: grid;
  grid-template-columns: repeat(3, 3.7em);
  grid-template-rows: repeat(2, 3.7em);
  grid-gap: 0.6em 1.55em;
}
#free > div > .box1 > p {
  background: url("../images/free-bg.svg") no-repeat center/cover;
  font-size: 18px;
  font-size: 0.72em;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  display: grid;
  align-content: center;
}
#free > div > .box2 {
  width: 35.5%;
  height: 7.6em;
  background: url("../images/file.svg") no-repeat center/cover;
  display: grid;
  align-content: center;
  position: relative;
}
#free > div > .box2 .st2 {
  font-size: 13px;
  font-size: 0.6em;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  margin-top: 0.7em;
}
#free > div > .box2 hr {
  width: 72%;
  height: 2px;
  border: none;
  background-color: rgba(186, 180, 213, 1);
  margin: 0.4em auto;
}
#free > div > .box2 .st3 {
  font-size: 21px;
  font-size: 0.95em;
  line-height: 1.3em;
  letter-spacing: 0.13em;
  font-weight: 600;
  color: rgba(186, 180, 213, 1);
}
#free > div > .box2 picture {
  width: 37.4%;
  position: absolute;
  top: 50%;
  right: -16%
}
#f-1 .annotation {
  font-size: 0.6em;
  color: rgba(var(--dark-color), 1);
  margin-top: 2.5em;
  padding-right: 0;
}

/* ↓ 特長 2 ↓ */
#f-2 {background: white url("../images/features2-bg.jpg") no-repeat bottom / contain;}
#component {
  width: 77%;
  margin: 0.4em auto 0;
  color: black;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#component .box {
  display: grid;
  grid-template-row: 1.67em auto 1.3em;
  grid-gap: 0.8em 0.81em;
  justify-content: center;
  margin-top: 2em;
}
#component .st1 {
  height: 2.2em;
  font-size: 17px;
  font-size: 0.87em;
  line-height: 2.2em;
  letter-spacing: 0.14em;
  border-radius: 0.9em;
  border: solid 1px rgba(var(--font-color), 1);
}
#component .st2 {
  font-size: 14px;
  font-size: 0.75em;
  line-height: 1.3em;
  letter-spacing : -0.01em;
  margin-top: 0.5em;
}
#component .st2 > span.br {display: block;}
#component .st2 > span.width120 {
  width: 120%;
  margin-left: -10%;
}
#component .box > .st2 {
  height: 2em;
  line-height: 2em;
  letter-spacing: 0.07em;
}
#component .pink {
  background-color: rgba(220, 158, 163, 0.5);
  grid-column: span 2;
}
#component .green {
  background-color: rgba(178, 216, 223, 0.5);
  grid-column: span 2;
}
#component .purple {background-color: rgba(186, 180, 213, 0.5);}
#component .orange {background-color: rgba(241, 199, 114, 0.5);}
#component .box1 {grid-template-columns: repeat(4, 5em);}
#component .box1 .st1 {grid-column: 1 / span 4;}
#component .box2 {
  width: 49%;
  grid-template-columns: repeat(2, 5em);
}
#component .box2 .st1 {grid-column: 1 / span 2;}
#component .box3,
#component .box4{
  width: 74%;
  grid-template-columns: repeat(3, 5em);
}
#component .box3 .st1,
#component .box4 .st1{grid-column: 1 / span 3;}
#component .box4 > .st2 { grid-column: span 1;}

/* ↓ 特長 3 ↓ */
#features #f-3 > .box {display: grid;}
#features #f-3 > .box > p:last-of-type {grid-row-start: 2;}

#features #f-3 > .box > picture {
  display: block;
  width: 100%;
}
#f-3 .comfort {
  width: 84%;
  margin: 2em auto 0 3em;
  display: grid;
  grid-template-columns: 34.5% 1fr;
  grid-column-gap: 0.83em;
}
#f-3 .comfort .left {position: relative;}
#f-3 .comfort .left > p {
  width: 5.4em;
  height: 5.4em;
  position: absolute;
  top: -37%;
  left: -17.7%;
  font-size: 20px;
  font-size: 0.926em;
  line-height: 1.34em;
  letter-spacing: 0.055em;
  color: white;
  border-radius: 50%;
  display: grid;
  align-content: center;
  border: solid 1px white;
}
#f-3 .comfort .right {
  font-size: 18px;
  font-size: 0.85em;
  line-height: 1.66em;
  letter-spacing: 0.11em;
  text-align: left;
}
#f-3 .blue {background-color: rgba(157, 174, 186, 1);}
#f-3 .green {background-color: rgba(185, 200, 182, 1); padding-top: 0.4em;}
#f-3 .yellow {background-color: rgba(214, 190, 115, 1); padding-top: 0.1em;}

/* ↓ line up ↓ --------------------------------------------------------------------------------- */
#lineup {padding-top: 2.8em;}
#lineup > .st1 {
  font-size: 43px;
  font-size: 2em;
  line-height: 1em;
  letter-spacing: 0.14em;
  color: rgba(var(--point-color), 1);
  text-align: center;
}
#lineup #product {font-size: 1.1em;}
#lineup .step {
  width: 83%;
  margin: 3em auto 0;
  font-size: 18px;
  font-size: 0.83em;
}
#lineup .step .box1 {
  display: grid;
  grid-template-columns: 35.2% 57%;
  justify-content: space-between;
}
#lineup .step .box1 .left {position: relative;}
#lineup .step .box1 .left .img-box {
  position: absolute;
  width: 27.7%;
  bottom: 0;
  right: -7%;
}
#lineup #step1 {
  position: relative;
  padding-bottom: 4em;
}
#lineup #step1 > picture {
  position: absolute;
  width: 50%;
  bottom: -5%;
  right: -5%;
}
#lineup #step2 {padding-bottom: 4em;}
#lineup #step2 .box1 .left .img-box {
  position: absolute;
  width: 38%;
  right: -13%;
}
#lineup #step3 .box1 .left img {
  margin-top: -2em;
}
#lineup .step .right .st2 {
  background-color: rgba(216, 189, 188, 0.7);
  height: 2.1em;
  font-family: var(--ff-tsukumin);
  font-size: 22px;
  font-size: 1.22em;
  line-height: 2.1em;
  letter-spacing: 0.13em;
  color: rgb(74, 64, 67);
  display: grid;
  grid-template-columns: 30% 1fr;
}
#lineup .step .right .st2 > span:first-of-type {
  text-align: center;
  position: relative;
}
#lineup .step .right .st2 > span:first-of-type::after {
  content: "";
  width: 0.5px;
  height: 1.23em;
  background-color: rgba(74, 64, 67, 1);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#lineup .step .right .st2 > span:last-of-type {margin-left: 1.5em;}
#lineup .step .right .st3 {
  font-size: 21px;
  font-size: 1.17em;
  letter-spacing: 0.01em;
  color: black;
  margin-top: 1em;
}
#lineup .step .right .st4 {
  font-size: 16px;
  font-size: 0.89em;
  line-height: 2.155em;
  letter-spacing: 0.09em;
}
#lineup .step .right > div {
  font-size: 18px;
  font-size: 1em;
  line-height: 1.66em;
  letter-spacing: 0.11em;
  margin-top: 0.5em;
}

#lineup .step .box2 {
  display: grid;
  grid-template-columns: 11.5% 1fr;
  grid-gap: 1.44em 0.79em;
  justify-content: space-between;
  margin-top: 3.5em;
}
#lineup .step .box2 > .left {
  width: 4.4em;
  height: 4.4em;
  font-family: var(--ff-min);
  font-weight: 600;
  font-size: 19px;
  font-size: 0.9em;
  line-height: 1em;
  letter-spacing: 0.09em;
  text-align: center;
  background-color: pink;
  border-radius: 50%;
  display: grid;
  align-content: center;
}
#lineup .step .box2 > .right {
  font-size: 18px;
  font-size: 1em;
  line-height: 1.66em;
  letter-spacing: 0.11em;
}
#lineup .step .box2 > .howto {
  background-color: rgba(224, 203, 202, 0.7);
  color: rgba(var(--point-color), 1);
}
#lineup .step .box2 > .point {
  background-color: rgba(195, 150, 149, 1);
  color: white;
}
#lineup .step .box2 > .point + p {
  color: rgba(147, 97, 91, 1);
  display: grid;
  align-content: center;
}
#fragrance {
  width: 75%;
  background: rgba(251, 243, 241, 1);
  font-size: 0.85em;
  margin: 0 auto;
  padding: 1.5em 8.4%;
  margin-top: 3.5em;
}
#fragrance .st1 {
  font-family: var(--font-mincho);
  font-size: 35px;
  font-size: 1.5em;
  line-height: 1.56em;
  letter-spacing: 0.15em;
  color: rgba(182, 74, 122, 1);
  text-align: center;
}
#fragrance p span {display: block;}
#fragrance .box {
  display: flex;
  justify-content: space-around;
  margin-top: 1em;
}
#fragrance .img-box {
  width: 32.8%;
  mix-blend-mode: multiply;
}
#fragrance .st2 {
  font-size: 25px;
  font-size: 1.1em;
  line-height: 1.43em;
  letter-spacing: 0.11em;
  color: rgb(93, 100, 106);
  align-content: center;
}
#fragrance .box2 {flex-direction: row-reverse;}
#fragrance .box2 .img-box {width: 45%;}
#fragrance .box2 .st2 {text-align: right;}



/* ↓ usage ↓ */
#usage {
  padding-top: 2em;
  text-align: center;
}
#usage > .st1 {
  font-size: 28px;
  font-size: 2em;
  letter-spacing: 0.3em;
  color: rgba(195, 150, 149, 1);
  margin-top: 1em;
}
#usage > div > div:first-of-type {
  background-color: rgba(243, 232, 235, 1);
  padding: 4em 15% 4em;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 3em;
  margin-top: 2em;
}
#usage > div .box {
  height: 15.4em;
  background-color: white;
  padding: 0.7em 9%;
  position: relative;
  display: grid;
  grid-template-columns: 19% auto;
  grid-template-rows: 43% 57%;
  grid-column-gap: 0.76em;
}
#usage > div .box:not(#oil)::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 1.5em;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#usage .box .st1 {
  width: 95%;
  font-size: 36px;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: rgba(var(--point-color), 1);
  border-bottom: solid 1px rgba(var(--point-color), 1);
  margin: 0 auto;
  align-self: end;
  padding-bottom: 0.8em;
}
#usage .box > .img-box {
  display: inline-block;
  margin: 0.6em auto;
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
}
#wash .img-box {width: 74%;}
#lotion .img-box {width: 95%;}
#oil .img-box {
  width: 69%;
  padding-top: 2.5em;
}
#usage .st2 {
  font-size: 1.25em;
  line-height: 1.375em;
  letter-spacing: 0.09em;
  margin-top: 1.3em;
}
#usage .st2 span {display: block;}

/* ↓ bodyCare ↓ */
#bodyCare {
  width: 80%;
  background-color: white;
  padding: 4em 0;
  display: grid;
  grid-template-rows: 13.5% auto;
  margin: 0 auto;
}
#bodyCare > .st1 {
  grid-area: 1 / 1 / 2 / 2;
  width: 80%;
  height: 1.6em;
  font-family: var(--ff-min);
  font-size: 55px;
  font-size: 2.55em;
  line-height: 0.9em;
  letter-spacing: 0.04em;
  background-color: rgba(168, 159, 108, 1);
  border: solid 0.1em rgba(225, 222, 205, 1);
  padding: 0.25em 0;
  color: white;
  text-align: center;
  margin: 0 auto;
}
#bodyCare .img-box {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 9% 38% 52.6%;
  grid-template-rows: 4.3% 44.8% auto;
}
#bodyCare .img-box > picture {grid-area: 1 / 1 / 4 / 4;}
#parts {
  grid-area: 2 / 2 / 3 / 3;
  position: relative;
}
#parts .balloon {
  position: absolute;
  border-radius: 50%;
  border: solid 1px rgba(168, 157, 122, 1);
  color: rgba(168, 157, 122, 1);
  font-size: 22px;
  font-size: 1em;
  line-height: 1.11em;
  letter-spacing: 0.05em;
  display: grid;
  align-content: center;
  text-align: center;
  opacity: 0;
}

.balloonAni {animation: balloon 1.5s both;}
#parts #balloon1 {
  width: 5.4em;
  height: 5.4em;
  left: 18%;
  animation-delay: 1.5s;
}
#parts #balloon2 {
  width: 4em;
  height: 4em;
  right: 0;
  top: 30%;
  animation-delay: 1s;
}
#parts #balloon3 {
  width: 5.1em;
  height: 5.1em;
  top: 46%;
  animation-delay: 0.5s;
}
#parts #balloon4 {
  width: 4em;
  height: 4em;
  left: 50.4%;
  bottom: 0;
  animation-delay: 0s;
}

@keyframes balloon {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/* ↓ footer ↓ --------------------------------------------------------------------------------- */
footer {background-color: rgba(243, 232, 235, 1);}
footer > p {
  font-size: 0.5em;
  line-height: 1.5em;
  padding: 0.5em 0;
  text-align: center;
  opacity: 0.5;
}


/* ↓ return ↓ */
#return {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: grid;
  z-index: 100;
}
#return div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(var(--brand-color), 1);
  display: grid;
  align-items: center;
}
#return p {
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  margin-top: 3px;
}
#return p span {display: block;}



