#article .frame2-1 .frame_inner {
  display: flex;
  justify-content: space-between;
}
#article .frame2-1 .frame_inner .items {
  width: 21.75em;
}
#article .frame2-1 .frame_inner .items .note {
  margin-top: 3em;
}
#article .frame2-1 .frame_inner .img {
  width: 27em;
  margin-left: -1.4em;
  margin-right: -2em;
}
@media screen and (max-width: 767.9px) {
  #article .frame2-1 .frame_inner {
    display: block;
  }
  #article .frame2-1 .frame_inner .items {
    width: auto;
  }
  #article .frame2-1 .frame_inner .items .note {
    margin-top: 1em;
  }
  #article .frame2-1 .frame_inner .img {
    width: auto;
    margin: 1.3333333333em 0 0;
  }
}
#article .group2-2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1em;
}
#article .group2-2 .img {
  width: 29.5em;
}
#article .group2-2 .txt {
  width: 20em;
}
@media screen and (max-width: 767.9px) {
  #article .group2-2 {
    flex-direction: column;
    padding-bottom: 0;
  }
  #article .group2-2 .img {
    width: 19.6666666667em;
    margin-top: 1.6666666667em;
  }
  #article .group2-2 .txt {
    width: auto;
    order: -1;
  }
}
#article .frame2-2 .note {
  margin-top: 1.7em;
}
#article .frame2-2 .group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
#article .frame2-2 .group #animation_a {
  width: 24em;
  height: 14.25em;
  margin-left: -1.9em;
  position: relative;
}
#article .frame2-2 .group #animation_a > div {
  position: absolute;
  transform: scale(0);
  opacity: 0;
  will-change: transform;
}
#article .frame2-2 .group #animation_a > div .cap {
  display: block;
  position: absolute;
  top: 98%;
  font-size: 0.7em;
  will-change: transform;
}
#article .frame2-2 .group #animation_a .panel1 {
  width: 7.9em;
  top: 2.7em;
  left: 0;
  opacity: 1;
  transform: scale(1);
}
#article .frame2-2 .group #animation_a .panel1 .cap {
  left: 3em;
}
#article .frame2-2 .group #animation_a .panel2 {
  width: 9.65em;
  top: 1.7em;
  left: 4.6em;
  transform-origin: 5.6994% 37%;
  transition: all 0.5s ease 0.8s;
}
#article .frame2-2 .group #animation_a .panel2 .cap {
  left: 3em;
}
#article .frame2-2 .group #animation_a .panel3 {
  width: 13.65em;
  top: 0;
  left: 10.35em;
  transform-origin: 4.3956% 42.1964%;
  transition: all 0.7s ease 1.2s;
}
#article .frame2-2 .group #animation_a .panel3 .cap {
  left: 4.65em;
}
#article .frame2-2 .group #animation_a.start .panel2 {
  transform: scale(1);
  opacity: 1;
}
#article .frame2-2 .group #animation_a.start .panel3 {
  transform: scale(1);
  opacity: 1;
}
#article .frame2-2 .group #animation_a.start + #animation_b {
  opacity: 1;
}
#article .frame2-2 .group #animation_b {
  width: 22.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity 0.7s ease 1.8s;
}
#article .frame2-2 .group #animation_b .panel {
  width: 10.5em;
  position: relative;
}
#article .frame2-2 .group #animation_b .panel .ttl {
  font-size: 0.8em;
  font-weight: 500;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 0.75em;
}
#article .frame2-2 .group #animation_b .panel ul {
  position: relative;
}
#article .frame2-2 .group #animation_b .panel ul li {
  transition: all 0.2s ease;
}
#article .frame2-2 .group #animation_b .panel ul li:not(.current) {
  opacity: 0;
}
#article .frame2-2 .group #animation_b .panel ul li:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#article .frame2-2 .group #animation_b .panel ul li .cap {
  margin-top: 0.6em;
}
#article .frame2-2 .group #animation_b .panel ul li .cap .t {
  display: block;
  font-size: 0.6em;
  letter-spacing: 0.06em;
}
#article .frame2-2 .group #animation_b .controller {
  width: 10.8em;
}
#article .frame2-2 .group #animation_b .controller li + li {
  margin-top: 1.5em;
}
#article .frame2-2 .group #animation_b .controller li a {
  display: block;
  position: relative;
  padding-left: 0.8em;
  transition: all 0.2s ease;
  pointer-events: none;
}
#article .frame2-2 .group #animation_b .controller li a span {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
}
#article .frame2-2 .group #animation_b .controller li a span em {
  font-size: 0.875em;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #7d7d7d;
  border-radius: 100px;
  width: 2.35em;
  height: 2.35em;
  margin: auto;
  margin-left: 0.4em;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  transition: background-color 0.2s ease;
}
#article .frame2-2 .group #animation_b .controller li a::before {
  content: "";
  display: block;
  background-image: url(/beauty/kodawari/images/2/arrowhead.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.35em;
  height: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#article .frame2-2 .group #animation_b .controller li.current a {
  color: #5d7fbe;
  margin-left: -0.5em;
}
#article .frame2-2 .group #animation_b .controller li.current a::before {
  background-image: url(/beauty/kodawari/images/2/arrowhead_current.svg);
}
#article .frame2-2 .group #animation_b .controller li.current a em {
  background-color: #5d7fbe;
}
@media screen and (max-width: 767.9px) {
  #article .frame2-2 .note {
    margin-top: 1.1333333333em;
  }
  #article .frame2-2 .group {
    display: block;
    margin-top: 1.8333333333em;
  }
  #article .frame2-2 .group #animation_a {
    width: auto;
    height: 9.5em;
    margin-left: -1.8em;
  }
  #article .frame2-2 .group #animation_a > div .cap {
    top: 100%;
    font-size: 0.6em;
  }
  #article .frame2-2 .group #animation_a .panel1 {
    width: 6.8666666667em;
    top: 2.2666666667em;
  }
  #article .frame2-2 .group #animation_a .panel1 .cap {
    left: 3.1666666667em;
  }
  #article .frame2-2 .group #animation_a .panel2 {
    width: 8.3666666667em;
    top: 1.4em;
    left: 4em;
  }
  #article .frame2-2 .group #animation_a .panel2 .cap {
    left: 3em;
  }
  #article .frame2-2 .group #animation_a .panel3 {
    width: 11.8666666667em;
    left: 8.9em;
  }
  #article .frame2-2 .group #animation_a .panel3 .cap {
    left: 4.5333333333em;
  }
  #article .frame2-2 .group #animation_b {
    width: auto;
    flex-direction: row-reverse;
    margin-top: 3.4666666667em;
  }
  #article .frame2-2 .group #animation_b .panel {
    width: 9.1333333333em;
  }
  #article .frame2-2 .group #animation_b .panel .ttl {
    font-size: 0.7333333333em;
    letter-spacing: 0.1em;
    padding-bottom: 0.6em;
  }
  #article .frame2-2 .group #animation_b .panel ul li .cap {
    margin-top: 0.5333333333em;
  }
  #article .frame2-2 .group #animation_b .panel ul li .cap .t {
    font-size: 0.5333333333em;
  }
  #article .frame2-2 .group #animation_b .controller {
    width: 9em;
  }
  #article .frame2-2 .group #animation_b .controller li + li {
    margin-top: 1em;
  }
  #article .frame2-2 .group #animation_b .controller li a {
    padding-left: auto;
    padding-right: 0.6666666667em;
    text-align: right;
  }
  #article .frame2-2 .group #animation_b .controller li a span {
    font-size: 0.7333333333em;
    padding-bottom: 0.6em;
  }
  #article .frame2-2 .group #animation_b .controller li a span em {
    font-size: 0.6333333333em;
    width: 3.5666666667em;
    height: 3.5666666667em;
    margin-left: auto;
    margin-right: 0.6666666667em;
    bottom: 0.6666666667em;
    left: auto;
    right: 100%;
  }
  #article .frame2-2 .group #animation_b .controller li a::before {
    width: 0.3em;
    height: 0.3666666667em;
    left: auto;
    right: 0;
    transform: rotate(180deg);
  }
  #article .frame2-2 .group #animation_b .controller li.current a {
    margin-left: auto;
    margin-right: -0.3333333333em;
  }
}
#article .group2-3 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 11em;
}
#article .group2-3 .img {
  width: 29.5em;
}
#article .group2-3 .txt {
  width: 21em;
}
#article .group2-3 .img2 {
  width: 25.05em;
  position: absolute;
  top: 15.3em;
  left: 12.75em;
}
#article .group2-3 + .img3 {
  width: 30.05em;
  margin: 2em auto 0;
}
@media screen and (max-width: 767.9px) {
  #article .group2-3 {
    display: block;
    padding-bottom: 0;
  }
  #article .group2-3 .img {
    width: 19.6666666667em;
    margin: 1.6666666667em 1.6666666667em 0 auto;
  }
  #article .group2-3 .txt {
    width: auto;
  }
  #article .group2-3 .img2 {
    width: 20.8666666667em;
    position: static;
    margin-top: -1.8666666667em;
    margin-left: 1.2em;
  }
  #article .group2-3 + .img3 {
    width: 22.1666666667em;
    margin: 1em 0 0 -0.6em;
  }
}
#article #sec_data .inner h2 .t {
  letter-spacing: 0.05em;
}
#article #sec_data .inner .note {
  letter-spacing: 0.1em;
}
#article #sec_data .group {
  display: flex;
  justify-content: space-between;
}
#article #sec_data .group .body {
  width: 19.5em;
}
#article #sec_data .group .img {
  width: 24.3em;
}
@media screen and (max-width: 767.9px) {
  #article #sec_data .group {
    display: block;
  }
  #article #sec_data .group .body {
    width: auto;
  }
  #article #sec_data .group .img {
    width: 19.2666666667em;
    margin-left: -0.5333333333em;
  }
}