@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

img.uk-password-revealing-handler,
img.amazonpay-button-inner-image,
img.item-image {
	width: auto !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.c-lp img {
  width: 100%;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block;
}

.sp-visible {
  display: none;
}

@media only screen and (max-width: 750px) {
  .pc-visible {
    display: none;
  }

  .sp-visible {
    display: block;
  }
}
/*----------------------------------------
	p-lp
----------------------------------------*/
.p-lp {
  max-width: 750px;
  margin: auto;
  overflow: hidden;
}
.p-lp img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	loading
----------------------------------------*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #BBCA9D;
  background: -moz-linear-gradient(left, #BBCA9D 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #BBCA9D 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #BBCA9D 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #BBCA9D 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #BBCA9D 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #BBCA9D;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*----------------------------------------
	video
----------------------------------------*/
.video,
.fv {
  position: relative;
  height: 580px;
}
@media only screen and (max-width: 750px) {
  .video,
.fv {
    height: 77.3333333333vw;
  }
}
.video video,
.fv video {
  border: 0;
  line-height: 0px;
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video img,
.fv img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*----------------------------------------
	content02
----------------------------------------*/
.content02 {
  position: relative;
}
.content02__textwrap {
  width: 443px;
  text-align: center;
  position: absolute;
  top: 129px;
  right: 60px;
}
@media only screen and (max-width: 750px) {
  .content02__textwrap {
    width: 59.0666666667vw;
    top: 17.2vw;
    right: 8vw;
  }
}
.content02__textwrap__text {
  overflow: hidden;
  position: relative;
  /* &:last-of-type {
  	&::before {
  		transition-delay : 1s;
  	}
  } */
}
.content02__textwrap__text:first-of-type {
  margin-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  .content02__textwrap__text:first-of-type {
    margin-bottom: 0.5333333333vw;
  }
}
.content02__textwrap__text:first-of-type img {
  width: 405px;
}
@media only screen and (max-width: 750px) {
  .content02__textwrap__text:first-of-type img {
    width: 54vw;
  }
}
.content02__textwrap__text::before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.6s ease-in;
}
.content02__textwrap.is-active .content02__textwrap__text::before {
  transform: translateX(100%);
}

/*----------------------------------------
	content03
----------------------------------------*/
.content03 {
  position: relative;
}
.content03 div {
  position: absolute;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.6s ease-in;
}
.content03 div:last-of-type {
  transition-delay: 0.3s;
}
.content03.is-active div {
  transform: translateY(0);
  opacity: 1;
}
.content03--item01 div:first-of-type {
  width: 147px;
  top: 0px;
  left: 191px;
}
@media only screen and (max-width: 750px) {
  .content03--item01 div:first-of-type {
    width: 19.6vw;
    left: 25.4666666667vw;
  }
}
.content03--item01 div:last-of-type {
  width: 80px;
  top: 71px;
  left: 73px;
}
@media only screen and (max-width: 750px) {
  .content03--item01 div:last-of-type {
    width: 10.6666666667vw;
    top: 9.4666666667vw;
    left: 9.7333333333vw;
  }
}
.content03--item02 div:first-of-type {
  width: 146px;
  top: 55px;
  right: 182px;
}
@media only screen and (max-width: 750px) {
  .content03--item02 div:first-of-type {
    width: 19.4666666667vw;
    top: 7.3333333333vw;
    right: 24.2666666667vw;
  }
}
.content03--item02 div:last-of-type {
  width: 78px;
  top: 56px;
  right: 64px;
}
@media only screen and (max-width: 750px) {
  .content03--item02 div:last-of-type {
    width: 10.4vw;
    top: 7.4666666667vw;
    right: 8.5333333333vw;
  }
}
.content03--item03 div:first-of-type {
  width: 147px;
  top: 30px;
  left: 56px;
}
@media only screen and (max-width: 750px) {
  .content03--item03 div:first-of-type {
    width: 19.6vw;
    top: 4vw;
    left: 7.4666666667vw;
  }
}
.content03--item03 div:last-of-type {
  width: 78px;
  top: 114px;
  left: 243px;
}
@media only screen and (max-width: 750px) {
  .content03--item03 div:last-of-type {
    width: 10.4vw;
    top: 15.2vw;
    left: 32.4vw;
  }
}

/*----------------------------------------
	content04
----------------------------------------*/
.content04 {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .content04 {
    margin-top: 2.6666666667vw;
  }
}
.content04__title {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
.content04__loop {
  position: absolute;
  top: 123px;
  left: 0px;
  display: flex;
  flex-flow: row nowrap;
  width: 2148px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .content04__loop {
    top: 16.4vw;
    width: 286.4vw;
  }
}
.content04__loop ul {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  font-size: 0px;
}
.content04__loop ul li {
  display: inline-block;
  width: 354px;
  margin-right: 4px;
}
@media only screen and (max-width: 750px) {
  .content04__loop ul li {
    width: 47.2vw;
  }
}
.content04__loop ul:first-of-type {
  animation: loop_01 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}
.content04__loop ul:last-of-type {
  animation: loop_02 50s linear infinite;
}

@keyframes loop_01 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
/*----------------------------------------
	content05
----------------------------------------*/
.content05 {
  position: relative;
}
.content05__title {
  position: absolute;
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.6s ease-in;
}
.content05--title01 {
  width: 606px;
  top: 35px;
  left: 74px;
}
@media only screen and (max-width: 750px) {
  .content05--title01 {
    width: 80.8vw;
    top: 4.6666666667vw;
    left: 9.8666666667vw;
  }
}
.content05--title02 {
  transition-delay: 0.3s;
  width: 484px;
  top: 148px;
  right: 70px;
}
@media only screen and (max-width: 750px) {
  .content05--title02 {
    width: 64.5333333333vw;
    top: 19.7333333333vw;
    right: 9.3333333333vw;
  }
}
.content05--title03 {
  transition-delay: 0.6s;
  width: 575px;
  top: 141px;
  left: 110px;
}
@media only screen and (max-width: 750px) {
  .content05--title03 {
    width: 76.6666666667vw;
    top: 18.8vw;
    left: 14.6666666667vw;
  }
}
.content05__ingredient {
  position: absolute;
  transition: all 0.6s ease-in;
  opacity: 0;
  transform: scale(0.8);
}
.content05--ingredient01 {
  transition-delay: 0.9s;
  width: 330px;
  top: 284px;
  left: 35px;
}
@media only screen and (max-width: 750px) {
  .content05--ingredient01 {
    width: 44vw;
    top: 37.8666666667vw;
    left: 4.6666666667vw;
  }
}
.content05--ingredientplus {
  transition-delay: 1.2s;
  width: 49px;
  top: 356px;
  left: 388px;
}
@media only screen and (max-width: 750px) {
  .content05--ingredientplus {
    width: 6.5333333333vw;
    top: 47.4666666667vw;
    left: 51.7333333333vw;
  }
}
.content05--ingredient02 {
  transition-delay: 1.5s;
  width: 255px;
  top: 284px;
  right: 34px;
}
@media only screen and (max-width: 750px) {
  .content05--ingredient02 {
    width: 34vw;
    top: 37.8666666667vw;
    right: 4.5333333333vw;
  }
}
.content05__efficacy {
  position: absolute;
  opacity: 0;
  transition: all 0.6s ease-in;
  transition-delay: 1.8s;
  width: 694px;
  bottom: 50px;
  left: 32px;
}
@media only screen and (max-width: 750px) {
  .content05__efficacy {
    width: 92.5333333333vw;
    bottom: 6.6666666667vw;
    left: 4.2666666667vw;
  }
}
.content05.is-active .content05__title,
.content05.is-active .content05__ingredient {
  opacity: 1;
  transform: translateX(0) translateY(0) scale(1);
}
.content05.is-active .content05__efficacy {
  opacity: 1;
  animation: wobbling_x 0.8s ease-in-out infinite alternate;
}

@keyframes wobbling_x {
  0% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(0.95) translateY(0);
  }
}
/*----------------------------------------
	content06
----------------------------------------*/
.content06 {
  position: relative;
}
.content06__title {
  position: absolute;
  width: 735px;
  top: 269px;
  left: 10px;
  transition: all 0.6s ease-in;
  opacity: 0;
  transform: scale(0.8);
}
.content06__title.is-active {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 750px) {
  .content06__title {
    width: 98vw;
    top: 35.8666666667vw;
    left: 1.3333333333vw;
  }
}
.content06__text01 {
  position: absolute;
  width: 669px;
  top: 736px;
  left: 40px;
}
@media only screen and (max-width: 750px) {
  .content06__text01 {
    width: 89.2vw;
    top: 98.1333333333vw;
    left: 5.3333333333vw;
  }
}
.content06__text01__inner {
  position: relative;
}
.content06__text01__inner__text {
  position: relative;
}
.content06__text01__inner__marker {
  position: absolute;
  background: #eeff00;
  transition: all 0.6s linear;
  width: 0px;
}
.content06__text01__inner--marker01 {
  height: 47px;
  top: 44px;
  left: 90px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
  .content06__text01__inner--marker01 {
    height: 6.2666666667vw;
    top: 5.8666666667vw;
    left: 12vw;
  }
}
.content06__text01__inner--marker02 {
  height: 46px;
  top: 46px;
  left: 326px;
  transition-delay: 1.2s;
}
@media only screen and (max-width: 750px) {
  .content06__text01__inner--marker02 {
    height: 6.1333333333vw;
    top: 6.1333333333vw;
    left: 43.4666666667vw;
  }
}
.content06__text01__inner--marker03 {
  height: 46px;
  top: 103px;
  left: -10px;
  transition-delay: 1.8s;
}
@media only screen and (max-width: 750px) {
  .content06__text01__inner--marker03 {
    height: 6.1333333333vw;
    top: 13.7333333333vw;
    left: -1.3333333333vw;
  }
}
.content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker01 {
  width: 179px;
}
@media only screen and (max-width: 750px) {
  .content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker01 {
    width: 23.8666666667vw;
  }
}
.content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker02 {
  width: 222px;
}
@media only screen and (max-width: 750px) {
  .content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker02 {
    width: 29.6vw;
  }
}
.content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker03 {
  width: 690px;
}
@media only screen and (max-width: 750px) {
  .content06 .content06__title.is-active + .content06__text01 .content06__text01__inner--marker03 {
    width: 92vw;
  }
}
.content06__product {
  position: absolute;
  width: 530px;
  top: 995px;
  left: 124px;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content06__product.is-active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content06__product {
    width: 70.6666666667vw;
    top: 132.6666666667vw;
    left: 16.5333333333vw;
  }
}
.content06__efficacy {
  position: absolute;
  width: 202px;
  top: 1278px;
  left: 54px;
  transition: all 0.6s ease-in;
  transition-delay: 0.4s;
  opacity: 0;
  transform: scale(0.8);
}
.content06__efficacy.is-active {
  opacity: 1;
  transform: scale(1);
}
@media only screen and (max-width: 750px) {
  .content06__efficacy {
    width: 26.9333333333vw;
    top: 170.4vw;
    left: 7.2vw;
  }
}
.content06__producttext1 {
  position: absolute;
  width: 90px;
  bottom: 281px;
  right: 92px;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content06__producttext1.is-active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content06__producttext1 {
    width: 12vw;
    bottom: 37.4666666667vw;
    right: 12.2666666667vw;
  }
}
.content06__text02 {
  position: absolute;
  width: 614px;
  bottom: 39px;
  left: 76px;
}
@media only screen and (max-width: 750px) {
  .content06__text02 {
    width: 81.8666666667vw;
    bottom: 5.2vw;
    left: 10.1333333333vw;
  }
}
.content06__text02__inner {
  position: relative;
}
.content06__text02__inner__text {
  position: relative;
}
.content06__text02__inner__marker {
  position: absolute;
  bottom: 46px;
  left: -8px;
  width: 0px;
  height: 44px;
  border-bottom: 4px solid #eeff00;
  overflow: hidden;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .content06__text02__inner__marker {
    bottom: 6.1333333333vw;
    left: -1.0666666667vw;
    height: 5.8666666667vw;
    border-bottom: 0.5333333333vw solid #eeff00;
  }
}
.content06__text02__inner__marker span {
  display: inline-block;
  width: 301px;
  background: #eeff00;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .content06__text02__inner__marker span {
    width: 40.1333333333vw;
  }
}
.content06__text02__inner__marker.is-active {
  width: 623px;
}
@media only screen and (max-width: 750px) {
  .content06__text02__inner__marker.is-active {
    width: 83.0666666667vw;
  }
}
.content06__producttext2 {
  position: absolute;
  width: 321px;
  bottom: 1036px;
  right: 99px;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content06__producttext2.is-active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content06__producttext2 {
    width: 42.8vw;
    bottom: 138.1333333333vw;
    right: 13.2vw;
  }
}
.content06__price {
  position: absolute;
  width: 581px;
  bottom: 577px;
  left: 104px;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content06__price.is-active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content06__price {
    width: 77.4666666667vw;
    bottom: 76.9333333333vw;
    left: 13.8666666667vw;
  }
}
.content06__warranty {
  position: absolute;
  width: 650px;
  bottom: 261px;
  left: 52px;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content06__warranty.is-active {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content06__warranty {
    width: 86.6666666667vw;
    bottom: 34.8vw;
    left: 6.9333333333vw;
  }
}

/*----------------------------------------
	content07
----------------------------------------*/
.content07 {
  position: relative;
}
.content07__text01 {
  position: absolute;
  width: 647px;
  top: 35px;
  left: 48px;
  height: 374px;
}
@media only screen and (max-width: 750px) {
  .content07__text01 {
    width: 86.2666666667vw;
    top: 4.6666666667vw;
    left: 6.4vw;
    height: 49.8666666667vw;
  }
}
.content07__text01__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.content07__text01__inner img {
  position: absolute;
  transition: all 0.6s ease-in;
  opacity: 0;
}
.content07__text01__inner img:first-of-type {
  top: 5px;
  right: 0px;
  width: 393px;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content07__text01__inner img:first-of-type {
    top: 0.6666666667vw;
    width: 52.4vw;
  }
}
.content07__text01__inner img:last-of-type {
  top: 0px;
  left: 0px;
  width: 213px;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 750px) {
  .content07__text01__inner img:last-of-type {
    width: 28.4vw;
  }
}
.content07__text01.is-active .content07__text01__inner img {
  opacity: 1;
}
.content07__text01.is-active .content07__text01__inner img:first-of-type {
  transform: translateY(0%);
}
.content07__worries01 {
  position: absolute;
  width: 781px;
  top: 391px;
  left: -31px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .content07__worries01 {
    width: 104.1333333333vw;
    top: 52.1333333333vw;
    left: -4.1333333333vw;
  }
}
.content07__worries01.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content07__worries02 {
  position: absolute;
  width: 795px;
  top: 673px;
  right: -44px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(50%);
}
@media only screen and (max-width: 750px) {
  .content07__worries02 {
    width: 106vw;
    top: 89.7333333333vw;
    right: -5.8666666667vw;
  }
}
.content07__worries02.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content07__worries03 {
  position: absolute;
  width: 723px;
  top: 992px;
  left: 27px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .content07__worries03 {
    width: 96.4vw;
    top: 132.2666666667vw;
    left: 3.6vw;
  }
}
.content07__worries03.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content07__text02 {
  position: absolute;
  width: 280px;
  top: 1449px;
  left: 235px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content07__text02 {
    width: 37.3333333333vw;
    top: 193.2vw;
    left: 31.3333333333vw;
  }
}
.content07__text02.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content07__figure {
  position: absolute;
  bottom: 852px;
  left: 31px;
  width: 688px;
  height: 740px;
}
@media only screen and (max-width: 750px) {
  .content07__figure {
    bottom: 113.6vw;
    left: 4.1333333333vw;
    width: 91.7333333333vw;
    height: 98.6666666667vw;
  }
}
.content07__figure__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.content07__figure__inner img {
  position: absolute;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.content07__figure__inner img:first-of-type {
  width: 500px;
  top: 0px;
  left: 86px;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .content07__figure__inner img:first-of-type {
    width: 66.6666666667vw;
    left: 11.4666666667vw;
  }
}
.content07__figure__inner img:last-of-type {
  width: 692px;
  bottom: 0px;
  left: 0px;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
  .content07__figure__inner img:last-of-type {
    width: 92.2666666667vw;
  }
}
.content07__figure.is-active .content07__figure__inner img {
  opacity: 1;
  transform: translateY(0%);
}
.content07__figure.is-active .content07__figure__inner img:first-of-type {
  animation: flash 1s linear infinite;
}
.content07__balloon {
  position: absolute;
  bottom: 582px;
  left: 77px;
  width: 595px;
  height: 201px;
}
@media only screen and (max-width: 750px) {
  .content07__balloon {
    bottom: 77.6vw;
    left: 10.2666666667vw;
    width: 79.3333333333vw;
    height: 26.8vw;
  }
}
.content07__balloon__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.content07__balloon__inner img {
  position: absolute;
  transition: all 0.6s linear;
  opacity: 0;
}
.content07__balloon__inner img:first-of-type {
  width: 201px;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .content07__balloon__inner img:first-of-type {
    width: 26.8vw;
  }
}
.content07__balloon__inner img:last-of-type {
  width: 394px;
  top: 0px;
  right: 0px;
  transform: translateX(-10%);
  transition-delay: 0.3s;
}
@media only screen and (max-width: 750px) {
  .content07__balloon__inner img:last-of-type {
    width: 52.5333333333vw;
  }
}
.content07__balloon.is-active .content07__balloon__inner img {
  opacity: 1;
}
.content07__balloon.is-active .content07__balloon__inner img:last-of-type {
  transform: translateX(0%);
}
.content07__answer {
  position: absolute;
  width: 655px;
  bottom: 127px;
  left: 79px;
  transition: all 0.6s linear;
  transition-delay: 1.2s;
  opacity: 0;
  transform: translateY(10%);
  /* &.is-active {
  	opacity: 1;
  	transform: translateY(0%);
  }//.is-active */
}
@media only screen and (max-width: 750px) {
  .content07__answer {
    width: 87.3333333333vw;
    bottom: 16.9333333333vw;
    left: 10.5333333333vw;
  }
}
.content07 .content07__balloon.is-active + .content07__answer {
  opacity: 1;
  transform: translateY(0%);
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------
	content08
----------------------------------------*/
.content08 {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .content08 {
    padding-bottom: 5.3333333333vw;
  }
}
.content08__text01 {
  position: absolute;
  width: 347px;
  top: 86px;
  right: 53px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content08__text01 {
    width: 46.2666666667vw;
    top: 11.4666666667vw;
    right: 7.0666666667vw;
  }
}
.content08__text01.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content08__text02 {
  position: absolute;
  width: 401px;
  top: 332px;
  right: 56px;
  transition: all 0.6s linear;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(10%);
  /* &.is-active {
  	opacity: 1;
  }//.is-active */
}
@media only screen and (max-width: 750px) {
  .content08__text02 {
    width: 53.4666666667vw;
    top: 44.2666666667vw;
    right: 7.4666666667vw;
  }
}
.content08 .content08__text01.is-active + .content08__text02 {
  opacity: 1;
  transform: translateY(0%);
}
.content08__text03 {
  position: absolute;
  width: 612px;
  top: 600px;
  left: 72px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content08__text03 {
    width: 81.6vw;
    top: 80vw;
    left: 9.6vw;
  }
}
.content08__text03.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content08__gif {
  position: absolute;
  width: 518px;
  top: 873px;
  left: 115px;
}
@media only screen and (max-width: 750px) {
  .content08__gif {
    width: 69.0666666667vw;
    top: 116.4vw;
    left: 15.3333333333vw;
  }
}
.content08__ingredient {
  position: absolute;
  width: 681px;
  top: 1245px;
  left: 34px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content08__ingredient {
    width: 90.8vw;
    top: 166vw;
    left: 4.5333333333vw;
  }
}
.content08__ingredient.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content08__efficacy {
  position: absolute;
  width: 692px;
  top: 1467px;
  left: 32px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content08__efficacy {
    width: 92.2666666667vw;
    top: 195.6vw;
    left: 4.2666666667vw;
  }
}
.content08__efficacy.is-active {
  opacity: 1;
  animation: wobbling_x 0.8s ease-in-out infinite alternate;
}
.content08__free {
  position: absolute;
  width: 632px;
  top: 1756px;
  left: 59px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content08__free {
    width: 84.2666666667vw;
    top: 234.1333333333vw;
    left: 7.8666666667vw;
  }
}
.content08__free.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content08__button {
  position: absolute;
  width: 600px;
  top: 2027px;
  left: 75px;
  animation: fluffyY 1s infinite ease-out;
}
@media only screen and (max-width: 750px) {
  .content08__button {
    width: 80vw;
    top: 270.2666666667vw;
    left: 10vw;
  }
}
.content08__button__inner {
  position: relative;
}
.content08__button__inner div {
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 66px;
  height: 66px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .content08__button__inner div {
    right: 6.4vw;
    width: 8.8vw;
    height: 8.8vw;
  }
}
.content08__button__inner div span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.content08__button__inner div span::before, .content08__button__inner div span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .content08__button__inner div span::before, .content08__button__inner div span::after {
    width: 5.8666666667vw;
  }
}
.content08__button__inner div span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.content08__button.is-active .content08__button__inner div span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.content08__button:hover {
  cursor: pointer;
}

@keyframes fluffyY {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(7px);
  }
}
/*----------------------------------------
	content09
----------------------------------------*/
.content09 {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .content09 {
    padding-bottom: 2.6666666667vw;
  }
}
.content09__point01 {
  position: absolute;
  width: 374px;
  top: 525px;
  left: 0px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(-100%);
}
@media only screen and (max-width: 750px) {
  .content09__point01 {
    width: 49.8666666667vw;
    top: 70vw;
  }
}
.content09__point01.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content09__point02 {
  position: absolute;
  width: 374px;
  top: 924px;
  right: 2px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(100%);
}
@media only screen and (max-width: 750px) {
  .content09__point02 {
    width: 49.8666666667vw;
    top: 123.2vw;
    right: 0.2666666667vw;
  }
}
.content09__point02.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content09__point03 {
  position: absolute;
  width: 374px;
  top: 1518px;
  left: 0px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateX(-100%);
}
@media only screen and (max-width: 750px) {
  .content09__point03 {
    width: 49.8666666667vw;
    top: 202.4vw;
  }
}
.content09__point03.is-active {
  opacity: 1;
  transform: translateX(0%);
}
.content09__text01 {
  position: absolute;
  width: 233px;
  top: 1851px;
  right: 75px;
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(-20%);
}
@media only screen and (max-width: 750px) {
  .content09__text01 {
    width: 31.0666666667vw;
    top: 246.8vw;
    right: 10vw;
  }
}
.content09__text01.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content09__image {
  position: absolute;
  width: 708px;
  bottom: 17px;
  left: 21px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content09__image {
    width: 94.4vw;
    bottom: 2.2666666667vw;
    left: 2.8vw;
  }
}
.content09__image.is-active {
  opacity: 1;
  transform: translateY(0%);
}

/*----------------------------------------
	content10
----------------------------------------*/
.content10 {
  position: relative;
}
.content10__text01 {
  position: absolute;
  width: 152px;
  top: 25px;
  left: 308px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content10__text01 {
    width: 20.2666666667vw;
    top: 3.3333333333vw;
    left: 41.0666666667vw;
  }
}
.content10__text01.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content10__box01 {
  position: absolute;
  width: 729px;
  top: 86px;
  left: 30px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
  transition-delay: 0.6s;
}
@media only screen and (max-width: 750px) {
  .content10__box01 {
    width: 97.2vw;
    top: 11.4666666667vw;
    left: 4vw;
  }
}
.content10__box01.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content10__box02 {
  position: absolute;
  width: 691px;
  top: 1558px;
  left: 29px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content10__box02 {
    width: 92.1333333333vw;
    top: 207.7333333333vw;
    left: 3.8666666667vw;
  }
}
.content10__box02.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content10__text02 {
  position: absolute;
  width: 171px;
  bottom: 569px;
  left: 296px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content10__text02 {
    width: 22.8vw;
    bottom: 75.8666666667vw;
    left: 39.4666666667vw;
  }
}
.content10__text02.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content10__text03 {
  position: absolute;
  width: 203px;
  bottom: 103px;
  left: 58px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content10__text03 {
    width: 27.0666666667vw;
    bottom: 13.7333333333vw;
    left: 7.7333333333vw;
  }
}
.content10__text03.is-active {
  opacity: 1;
  transform: translateY(0%);
}

/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  position: absolute;
  left: 22px;
  width: 708px;
  bottom: 61px;
}
@media only screen and (max-width: 750px) {
  .c-button {
    left: 2.9333333333vw;
    width: 94.4vw;
    bottom: 8.1333333333vw;
  }
}
.c-button a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.c-button a::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*----------------------------------------
	content11
----------------------------------------*/
.content11 {
  position: relative;
}
.content11 ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 0px;
}
.content11 ul li {
  display: inline-block;
  width: 33.33%;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.content11 ul li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.content11 ul li:nth-of-type(3) {
  transition-delay: 0.9s;
}
.content11__text01 {
  position: absolute;
  top: 358px;
  left: 104px;
  width: 542px;
  transition: all 1s ease;
  opacity: 0;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 750px) {
  .content11__text01 {
    top: 47.7333333333vw;
    left: 13.8666666667vw;
    width: 72.2666666667vw;
  }
}
.content11.is-active ul li {
  opacity: 1;
  transform: translateY(0);
}
.content11.is-active .content11__text01 {
  opacity: 1;
}

/*----------------------------------------
	review
----------------------------------------*/
.review ul li {
  padding-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .review ul li {
    padding-bottom: 3.3333333333vw;
  }
}
.review ul li h3 {
  position: relative;
}
.review ul li h3 img {
  width: 725px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .review ul li h3 img {
    width: 96.6666666667vw;
  }
}
.review ul li h3:hover {
  cursor: pointer;
}
.review ul li h3 span.toggle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 37px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #A9BCAD;
}
@media only screen and (max-width: 750px) {
  .review ul li h3 span.toggle {
    right: 4.9333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.review ul li h3 span.toggle span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.review ul li h3 span.toggle span::before, .review ul li h3 span.toggle span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 46px;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .review ul li h3 span.toggle span::before, .review ul li h3 span.toggle span::after {
    width: 6.1333333333vw;
    height: 0.2666666667vw;
  }
}
.review ul li h3 span.toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.review ul li h3 span.toggle.is-active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.review_box {
  display: none;
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .review_box {
    padding-top: 10.6666666667vw;
  }
}
.review_box img {
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.review_box img:first-of-type {
  transform: translateY(0%);
}
.review_box img.is-active {
  opacity: 1;
  transform: translateY(0%);
}

.review01__text01 {
  position: relative;
}
.review01__text01 img {
  opacity: 1;
}
.review01__text01 img:last-of-type {
  opacity: 0;
  position: absolute;
  top: 26px;
  left: 34px;
  width: 226px;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .review01__text01 img:last-of-type {
    top: 3.4666666667vw;
    left: 4.5333333333vw;
    width: 30.1333333333vw;
  }
}
.review01.is-active .review01__text01.is-active img {
  opacity: 1;
  transform: translateY(0%);
}
.review01.is-active .review01__text01.is-active img:last-of-type {
  transform: translateY(0%);
}

.review02__text01 {
  position: relative;
}
.review02__text01 img {
  opacity: 1;
}
.review02__text01 img:last-of-type {
  opacity: 0;
  position: absolute;
  top: 25px;
  right: 76px;
  width: 175px;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .review02__text01 img:last-of-type {
    top: 3.3333333333vw;
    right: 10.1333333333vw;
    width: 23.3333333333vw;
  }
}
.review02.is-active .review02__text01.is-active img {
  opacity: 1;
  transform: translateY(0%);
}
.review02.is-active .review02__text01.is-active img:last-of-type {
  transform: translateY(0%);
}

.review03__text01 {
  position: relative;
}
.review03__text01 img {
  opacity: 1;
}
.review03__text01 img:last-of-type {
  opacity: 0;
  position: absolute;
  top: 33px;
  left: 64px;
  width: 179px;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .review03__text01 img:last-of-type {
    top: 4.4vw;
    left: 8.5333333333vw;
    width: 23.8666666667vw;
  }
}
.review03.is-active .review03__text01.is-active img {
  opacity: 1;
  transform: translateY(0%);
}
.review03.is-active .review03__text01.is-active img:last-of-type {
  transform: translateY(0%);
}

/*----------------------------------------
	content12
----------------------------------------*/
.content12 {
  position: relative;
}
.content12__text01 {
  position: absolute;
  top: 71px;
  right: 62px;
  width: 128px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content12__text01 {
    top: 9.4666666667vw;
    right: 8.2666666667vw;
    width: 17.0666666667vw;
  }
}
.content12__text01.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.content12__text02 {
  position: absolute;
  top: 576px;
  left: 95px;
  width: 139px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .content12__text02 {
    top: 76.8vw;
    left: 12.6666666667vw;
    width: 18.5333333333vw;
  }
}
.content12__text02.is-active {
  opacity: 1;
  transform: translateY(0%);
}

/*----------------------------------------
	content13
----------------------------------------*/
.content13 {
  padding: 65px 0px 45px;
  background: transparent;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.content13 img {
  width: 585px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  .content13 img {
    width: 78vw;
  }
}
.content13.is-active {
  opacity: 1;
  transform: translateY(0%);
}

/*----------------------------------------
	offer
----------------------------------------*/
.offer {
  position: relative;
}
.offer__text {
  position: absolute;
  width: 321px;
  top: 190px;
  right: 100px;
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .offer__text {
    width: 42.8vw;
    top: 25.3333333333vw;
    right: 13.3333333333vw;
  }
}
.offer__price {
  position: absolute;
  width: 581px;
  top: 503px;
  left: 103px;
  transition: all 0.6s linear;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(10%) scale(0.8);
}
@media only screen and (max-width: 750px) {
  .offer__price {
    width: 77.4666666667vw;
    top: 67.0666666667vw;
    left: 13.7333333333vw;
  }
}
.offer__warranty {
  position: absolute;
  width: 650px;
  top: 930px;
  left: 51px;
  transition: all 1s ease;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .offer__warranty {
    width: 86.6666666667vw;
    top: 124vw;
    left: 6.8vw;
  }
}
.offer__warranty.is-active {
  opacity: 1;
}
.offer__button {
  position: absolute;
  left: 20px;
  width: 710px;
  bottom: 97px;
}
@media only screen and (max-width: 750px) {
  .offer__button {
    left: 2.6666666667vw;
    width: 94.6666666667vw;
    bottom: 12.9333333333vw;
  }
}
.offer__button a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.offer__button a::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: buttonEffect 3s ease-in-out infinite;
}
.offer.is-active .offer__text {
  opacity: 1;
  transform: translateY(0%);
}
.offer.is-active .offer__price {
  opacity: 1;
  transform: translateY(0%) scale(1);
}

@keyframes buttonEffect {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*----------------------------------------
	howto
----------------------------------------*/
.howto__title {
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.howto__title.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.howto__image {
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.howto__image.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.howto__introduction {
  transition: all 0.6s linear;
  opacity: 0;
  transform: translateY(10%);
}
.howto__introduction.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.howto__care {
  position: relative;
}
.howto__care__text {
  position: absolute;
  top: 79px;
  left: 388px;
  width: 230px;
  transition: all 0.6s linear;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .howto__care__text {
    top: 10.5333333333vw;
    left: 51.7333333333vw;
    width: 30.6666666667vw;
  }
}
.howto__care__step01 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 250px;
  transition: all 0.6s ease-in;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .howto__care__step01 {
    top: 10.6666666667vw;
    width: 33.3333333333vw;
  }
}
.howto__care__step02 {
  position: absolute;
  top: 160px;
  left: 250px;
  width: 250px;
  transition: all 0.6s ease-in;
  transition-delay: 0.9s;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .howto__care__step02 {
    top: 21.3333333333vw;
    left: 33.3333333333vw;
    width: 33.3333333333vw;
  }
}
.howto__care__step03 {
  position: absolute;
  top: 240px;
  left: 500px;
  width: 250px;
  transition: all 0.6s ease-in;
  transition-delay: 1.2s;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .howto__care__step03 {
    top: 32vw;
    left: 66.6666666667vw;
    width: 33.3333333333vw;
  }
}
.howto__care__free {
  position: absolute;
  bottom: 58px;
  left: 59px;
  width: 632px;
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(10%);
}
@media only screen and (max-width: 750px) {
  .howto__care__free {
    bottom: 7.7333333333vw;
    left: 7.8666666667vw;
    width: 84.2666666667vw;
  }
}
.howto__care__free.is-active {
  opacity: 1;
  transform: translateY(0%);
}
.howto__care.is-active .howto__care__text {
  opacity: 1;
}
.howto__care.is-active .howto__care__step01 {
  opacity: 1;
  transform: translateY(0%);
}
.howto__care.is-active .howto__care__step02 {
  opacity: 1;
  transform: translateY(0%);
}
.howto__care.is-active .howto__care__step03 {
  opacity: 1;
  transform: translateY(0%);
}

/*----------------------------------------
	faq
----------------------------------------*/
.faq__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .faq__title {
    margin-bottom: 5.3333333333vw;
  }
}
.faq ul {
  width: 92%;
  max-width: 690px;
  margin: 0 auto 75px;
}
@media only screen and (max-width: 750px) {
  .faq ul {
    margin: 0 auto 10vw;
  }
}
.faq ul li {
  padding-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  .faq ul li {
    padding-bottom: 10vw;
  }
}
.faq ul li h3 {
  transition: all 0.3s ease-in;
  position: relative;
}
.faq ul li h3:hover {
  cursor: pointer;
}
.faq ul li h3 span.toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .faq ul li h3 span.toggle {
    right: 2.6666666667vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.faq ul li h3 span.toggle span {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}
.faq ul li h3 span.toggle span::before, .faq ul li h3 span.toggle span::after {
  content: "";
  width: 31px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .faq ul li h3 span.toggle span::before, .faq ul li h3 span.toggle span::after {
    width: 4.1333333333vw;
  }
}
.faq ul li h3 span.toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.faq ul li h3 span.toggle.is-active span::after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.faq ul div {
  display: none;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 4vw 0;
  }
}
footer a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #288DC7;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0px 15px;
}
@media only screen and (max-width: 750px) {
  footer a {
    font-size: 2.1333333333vw;
    padding: 0px 2vw;
  }
}
