@charset "UTF-8";
@import url("https://use.typekit.net/fry4xbx.css");

.platform {
	overflow: inherit;
}

@media screen and (max-width: 768px) {
	.platform {
		overflow: hidden;
	}
}

@media screen and (min-width: 769px) {
	.header__mypageContent {
	    bottom: 27px;
	    right: -60px;
	}
	.header__mypageContent .headerBalloon:after, .header__mypageContent .headerBalloon:before {
	    right: 115px;
	}
	.header__cartContent {
	    bottom: 27px;
	    right: -60px;
	}
	.header__cartContent .headerBalloon:after, .header__cartContent .headerBalloon:before {
	    right: 60px;
	}
}

body {
  color: #231815;
}

.futura {
  font-family: "futura-pt", sans-serif;
  line-height: 1;
}

.mt0 {
  margin-top: 0 !important;
}

.quasiDrug {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .quasiDrug {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .viewSp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .viewPc {
    display: none;
  }
}

.note {
  font-size: 10px;
}

.note sup {
  font-size: 10px;
}

sup {
  font-size: small;
  font-size: 10px;
}

.innerWrap {
  max-width: 1160px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .innerWrap {
    padding: 0 20px;
  }
}

.ttlBlock {
  text-align: center;
}

.headingLv2 {
  margin: 0 auto;
}

.headingLv2 img {
  width: auto;
}

.headingLead {
  font-size: 32px;
  color: #004c9d;
  margin-top: 13px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .headingLead {
    font-size: 20px;
  }
}

.ttlBlock__txt {
  margin-top: 33px;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .ttlBlock__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

@-webkit-keyframes anim-slider-before {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes anim-slider-before {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes anim-slider-after {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes anim-slider-after {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes anim-copy-txt {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes anim-copy-txt {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes anim-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anim-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes anim-op-mask1-before {
  0% {
    height: 70%;
  }
  100% {
    height: 80%;
  }
}

@keyframes anim-op-mask1-before {
  0% {
    height: 70%;
  }
  100% {
    height: 80%;
  }
}

@-webkit-keyframes anim-op-mask1-after {
  0% {
    height: 30%;
  }
  100% {
    height: 20%;
  }
}

@keyframes anim-op-mask1-after {
  0% {
    height: 30%;
  }
  100% {
    height: 20%;
  }
}

@-webkit-keyframes anim-op-mask2 {
  0% {
    right: 43%;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  55% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    right: -10%;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes anim-op-mask2 {
  0% {
    right: 43%;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  55% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    right: -10%;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@-webkit-keyframes anim-op-mask3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes anim-op-mask3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes anim-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anim-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes anim-end {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    visibility: hidden;
    display: none;
  }
}

@keyframes anim-end {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    visibility: hidden;
    display: none;
  }
}

.op {
  min-width: 1024px;
}

.op__logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.op__logo svg {
  width: 266px;
}

.op__logo svg .fill {
  fill: #fff;
}

.op__mask3 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00b8ff), color-stop(2%, #00abf4), color-stop(6%, #0090db), color-stop(12%, #0073c1), color-stop(19%, #0060af), color-stop(26%, #0055a5), color-stop(33%, #004fa0), color-stop(43%, #004c9d), to(#004c9d));
  background: linear-gradient(90deg, #00b8ff 0%, #00abf4 2%, #0090db 6%, #0073c1 12%, #0060af 19%, #0055a5 26%, #004fa0 33%, #004c9d 43%, #004c9d 100%);
  z-index: 99;
}

.op__mask2 {
  position: fixed;
  top: 0;
  right: 43%;
  width: 100px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 76, 157, 0.4)), color-stop(16%, rgba(0, 80, 159, 0.4)), color-stop(28%, rgba(0, 89, 164, 0.4)), color-stop(51%, rgba(0, 120, 181, 0.4)), color-stop(66%, rgba(0, 151, 198, 0.4)), color-stop(77%, rgba(0, 179, 213, 0.4)), color-stop(91%, rgba(0, 221, 236, 0.4)), to(rgba(0, 252, 253, 0.4)));
  background: linear-gradient(90deg, rgba(0, 76, 157, 0.4) 0%, rgba(0, 80, 159, 0.4) 16%, rgba(0, 89, 164, 0.4) 28%, rgba(0, 120, 181, 0.4) 51%, rgba(0, 151, 198, 0.4) 66%, rgba(0, 179, 213, 0.4) 77%, rgba(0, 221, 236, 0.4) 91%, rgba(0, 252, 253, 0.4) 100%);
  z-index: 99;
  mix-blend-mode: hard-light;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.op__inner1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 97;
  mix-blend-mode: multiply;
}

.op__mask1:before, .op__mask1:after {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00b8ff), color-stop(2%, #00abf4), color-stop(6%, #0090db), color-stop(12%, #0073c1), color-stop(19%, #0060af), color-stop(26%, #0055a5), color-stop(33%, #004fa0), color-stop(43%, #004c9d), to(#004c9d));
  background: linear-gradient(90deg, #00b8ff 0%, #00abf4 2%, #0090db 6%, #0073c1 12%, #0060af 19%, #0055a5 26%, #004fa0 33%, #004c9d 43%, #004c9d 100%);
}

.op__mask1:after {
  bottom: 0;
  height: 30%;
}

.op__mask1:before {
  top: 0;
  height: 70%;
}

.op.is-anim .op__logo {
  -webkit-animation: anim-fade-out 0.6s ease-in 0s forwards;
          animation: anim-fade-out 0.6s ease-in 0s forwards;
}

.op.is-anim .op__mask3 {
  -webkit-animation: anim-op-mask3 0.3s ease-in 0.9s forwards;
          animation: anim-op-mask3 0.3s ease-in 0.9s forwards;
}

.op.is-anim .op__mask2 {
  -webkit-animation: anim-op-mask2 0.6s ease-in 1.2s forwards;
          animation: anim-op-mask2 0.6s ease-in 1.2s forwards;
}

.op.is-anim .op__inner1 {
  -webkit-animation: anim-end 0.6s ease-in 1.9s forwards;
          animation: anim-end 0.6s ease-in 1.9s forwards;
}

.op.is-anim-end {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .op {
    min-width: inherit;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .container {
  min-width: auto;
  padding: 0 60px;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: auto;
  position: relative;
}

.header__logo {
  width: 200px;
  margin: 0 20px 0 0;
  padding: 0;
}

.header__logo svg .fill {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__item {
  line-height: 1;
}

.header__nav__item + .header__nav__item {
  margin-left: 30px;
}

.headerOverlay--contents {
	top: 62px;
}

@media screen and (max-width: 1023px) {
  .header__nav__item + .header__nav__item {
    margin-left: 15px;
  }
}

.header__nav__item--link {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 42px;
}

@media screen and (max-width: 1023px) {
  .header__icon {
    margin-left: 20px;
  }
}

.header__icon__logo--link {
  text-indent: -9999px;
  display: block;
  width: 70px;
  height: 18px;
  background-image: url(/contents/product/clearful/images/logo-orbis01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__icon__mypage {
  margin: 0 0 0 23px;
}

.header__icon__mypage--link {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/contents/product/clearful/images/icon-mypage01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__icon__cart {
  margin: 0 0 0 13px;
}

.header__icon__cart--link {
  display: block;
  width: 28px;
  height: 24px;
  background-image: url(/contents/product/clearful/images/icon-cart01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.is-anim {
  -webkit-animation: anim-header 0.6s ease-out 0s forwards;
          animation: anim-header 0.6s ease-out 0s forwards;
}

.header.is-secondTime {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: none;
  transition: none;
}

.header.is-scroll,
.header.is-area {
  background-color: rgba(99, 153, 209, 0.9);
}

@media screen and (max-width: 768px) {
  .header {
    height: auto;
  }
  .header .container {
    background-color: transparent;
  }
  .header__inner {
    max-width: 100%;
    min-width: inherit;
    height: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__logo {
    width: 120px;
    line-height: 1;
    margin: 0;
  }
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    position: absolute;
    top: 55px;
    left: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 6px 0;
    visibility: hidden;
    background-color: rgba(99, 153, 209, 0.9);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__nav__list {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .header__nav__item {
    line-height: 1.1;
  }
  .header__nav__item + .header__nav__item {
    margin-left: 0;
  }
  .header__nav__item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .header__nav__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__nav__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__nav__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header__nav__item--link {
    font-size: 10px;
  }
  .header__icon {
    margin-left: 0;
  }
  .header__icon__logo--link {
    width: 56px;
    height: 14px;
  }
  .header__icon__mypage {
    margin-left: 25px;
    position: static;
    width: auto;
    height: auto;
  }
  .header__icon__mypage--link {
    width: 24px;
    height: 24px;
  }
  .header__icon__cart {
    margin-left: 25px;
    position: static;
    width: auto;
    height: auto;
  }
  .header__icon__cart--link {
    width: 26px;
  }
  .header.is-scroll .header__nav {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
  }
}

.footer {
  background-color: #004c9d;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 23px 0 32px;
  max-width: 1400px;
  min-width: 1024px;
  margin: auto;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__logo {
  width: 190px;
  height: 23px;
}

.footer__logo svg .fill {
  fill: #fff;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}

.footer__cr {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.footer__orbis {
  width: 129px;
  margin-left: 10px;
}

.footer__orbis img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    background-color: transparent;
    position: relative;
    margin: 70px 0;
  }
  .footer__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 20px;
    max-width: 100%;
    min-width: 100%;
    height: 50px;
    background-color: #004c9d;
  }
  .footer__logo {
    position: absolute;
    left: 10px;
    top: -35px;
    width: 122px;
    height: 20px;
  }
  .footer__logo svg .fill {
    fill: #004c9d;
  }
  .footer__cr {
    font-size: 10px;
  }
  .footer__orbis {
    width: 80px;
  }
}

.mv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv-area-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  z-index: 2;
}

.mv-area-left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.mv-area-right {
  width: 50vw;
}

.mv-area-right .kv {
  position: relative;
}

.mv-area-right .kv-slider {
  width: 50vw;
  line-height: 1;
}

.mv-area-right .kv-slider__item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mv-area-right .kv-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.mv-area-right .kv-slider__item:before, .mv-area-right .kv-slider__item:after {
  content: '';
  background-color: #dae2e8;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

.mv-area-right .kv-slider__item:before {
  right: 0;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.mv-area-right .kv-slider__item:after {
  left: 0;
  width: 0%;
}

.mv-area-right .kv-slider .slick-slide {
  overflow: hidden;
}

.mv-area-right .kv-slider .slick-slide.slick-current.slide-before .kv-slider__item:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-animation: anim-slider-before 0.15s ease-out 0.15s forwards;
          animation: anim-slider-before 0.15s ease-out 0.15s forwards;
}

.mv-area-right .kv-slider .slick-slide.slick-current.slide-after .kv-slider__item:after {
  -webkit-animation: anim-slider-after 0.15s ease-out 3.85s forwards;
          animation: anim-slider-after 0.15s ease-out 3.85s forwards;
}

.mv-area-right .kv-copy {
  position: absolute;
  top: 34%;
  left: 7%;
  z-index: 1;
  overflow: hidden;
  line-height: 2;
}

.mv-area-right .kv-copy__txt {
  font-size: 32px;
  color: #fff;
  opacity: 0;
  letter-spacing: 0.08em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.mv-area-right .kv-copy__txt.is-anim {
  -webkit-animation-name: anim-copy-txt;
          animation-name: anim-copy-txt;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mv-area-right .kv-copy__txt.is-delay1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.mv-area-right .kv-copy__txt.is-delay2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.mv-area-right .kv-copy__txt.is-delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.mv-area-right .kv-copy__txt.is-delay4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.mv-area-right .kv-copy__txt.is-secondTime {
  opacity: 1;
}

.mv-area-right .kv-product {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #fff;
  z-index: 1;
}

.mv-area-right .kv-product.is-anim {
  -webkit-animation: anim-fade-in 1.0s ease-out 0s forwards;
          animation: anim-fade-in 1.0s ease-out 0s forwards;
}

.mv-area-right .kv-product.is-secondTime {
  opacity: 1;
}

.mv-area-right .kv-product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  min-height: 80px;
  text-decoration: none;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #004c9d;
  position: relative;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(51, 51, 51, 0.2);
          box-shadow: 1px 1px 10px 0px rgba(51, 51, 51, 0.2);
}

.mv-area-right .kv-product__link:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #005dc3;
  border-right: solid 2px #005dc3;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}

.mv-area-right .kv-product__img {
  width: 70px;
}

.mv-area-right .kv-product__img img {
  width: 100%;
}

.mv-area-right .kv-product__txt {
  font-size: 16px;
  font-weight: bold;
  color: #004c9d;
  margin-left: 22px;
  letter-spacing: 0.02em;
}

.mv-area-right .right-contents {
  padding: 80px 0 75px 60px;
}

.mv-area-right .right-contents__tit {
  font-size: 20px;
  color: #004c9d;
  line-height: 2;
  letter-spacing: 0.06em;
}

.mv-area-right .right-contents .quasiDrug {
  color: #004c9d;
  font-size: 16px;
}

.mv-area-right .right-contents__txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.06em;
}

.mv-area-right .right-contents__txt sup {
  font-size: 10px;
}

.mv-area-right .right-contents__txt:nth-of-type(3) {
  margin-top: 35px;
}

.mv-area-right .right-contents .note {
  margin-top: 24px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mv-area {
    display: block;
  }
  .mv-area-left {
    position: static;
    width: 100%;
    height: 50vh;
  }
  .mv-area-right {
    width: 100%;
  }
  .mv-area-right .kv-slider {
    width: 100%;
  }
  .mv-area-right .kv-slider__item {
    height: 50vh;
  }
  .mv-area-right .kv-copy {
    top: 9vh;
    left: 9%;
    line-height: 2.1;
  }
  .mv-area-right .kv-copy__txt {
    font-size: 21px;
  }
  .mv-area-right .kv-product {
    bottom: -45px;
    right: 0;
    left: 0;
    margin: 0 20px;
  }
  .mv-area-right .kv-product.is-scroll {
    position: fixed;
    bottom: 0;
  }
  .mv-area-right .kv-product__link {
    width: 100%;
    min-height: 70px;
  }
  .mv-area-right .kv-product__img {
    width: 53px;
  }
  .mv-area-right .kv-product__txt {
    margin-left: 32px;
    padding-top: 12px;
  }
  .mv-area-right .right-contents {
    padding: 90px 20px 0;
  }
  .mv-area-right .right-contents__tit {
    font-size: 18px;
    line-height: 2.2;
  }
  .mv-area-right .right-contents .quasiDrug {
    font-size: 14px;
  }
  .mv-area-right .right-contents__txt {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
    margin-right: -20px;
  }
  .mv-area-right .right-contents__txt sup {
    font-size: 10px;
  }
  .mv-area-right .right-contents__txt:nth-of-type(3) {
    margin-top: 30px;
  }
  .mv-area-right .right-contents .note {
    margin-top: 15px;
    line-height: 2;
  }
  .mv-area-right .right-contents .note.rc-sp {
    margin-top: 25px;
  }
}

.mvArea__txtBlock__achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.mvArea__txtBlock__achievement sup {
  display: contents;
}

.mvArea__txtBlock__achievement__item {
  border: 1px solid #004c9d;
  width: 102px;
  height: 102px;
  font-size: 10px;
  color: #004c9d;
  border-radius: 50%;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 769px) {
  .mvArea__txtBlock__achievement__item + .mvArea__txtBlock__achievement__item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mvArea__txtBlock__achievement {
    margin: 45px -20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mvArea__txtBlock__achievement__item {
    width: 84px;
    height: 84px;
    padding: 0px 5px;
    margin: 0 2px;
    line-height: 1.6;
  }
}

.bestCosmetics {
  margin: 100px 0;
}

.bestCosmetics__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #004c9d;
  border-right: 1px solid #004c9d;
  padding: 58px 20px 58px 60px;
  position: relative;
}

.bestCosmetics__box:before, .bestCosmetics__box:after {
  content: '';
  background-image: url(/contents/product/clearful/images/img-border-grde.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 100%;
  height: 1px;
}

.bestCosmetics__box:before {
  top: 0;
  left: 0;
}

.bestCosmetics__box:after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bestCosmetics__box__img {
  width: 178px;
}

.bestCosmetics__box__img img {
  width: 100%;
}

.bestCosmetics__box__in {
  margin-left: 25px;
}

.bestCosmetics__box__tit {
  font-size: 32px;
  color: #004c9d;
  margin-bottom: 20px;
  line-height: 1.125;
  letter-spacing: -0.04em;
}

.bestCosmetics__box__txt {
  letter-spacing: -0.01em;
  line-height: 1.71429;
}

.bestCosmetics__box__txt--small {
  margin-top: 30px;
  font-size: 10px;
}

.bestCosmetics__box__txt span {
  color: #004c9d;
}

@media screen and (max-width: 768px) {
  .bestCosmetics {
    margin: 55px 0;
  }
  .bestCosmetics__inner {
    padding: 0 18px;
  }
  .bestCosmetics__box {
    display: block;
    padding: 40px 20px 30px;
  }
  .bestCosmetics__box:before, .bestCosmetics__box:after {
    background-image: url(/contents/product/clearful/images/img-border-grde-sp.png);
    background-size: cover;
  }
  .bestCosmetics__box__img {
    width: 137px;
    margin: auto;
  }
  .bestCosmetics__box__in {
    margin-left: 0;
  }
  .bestCosmetics__box__tit {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 1.36364;
    text-align: center;
  }
  .bestCosmetics__box__txt {
    letter-spacing: -0.03em;
    line-height: 1.5;
  }
  .bestCosmetics__box .bestCosmetics__box__toggle {
    display: none;
  }
  .bestCosmetics__box .bestCosmetics__box__toggle .bestCosmetics__box__txt {
    margin-top: 5px;
  }
  .bestCosmetics__box__btn {
    margin-top: -65px;
    padding: 90px 0 0;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
    position: relative;
  }
  .bestCosmetics__box__btn.is-active {
    margin-top: 20px;
    padding-top: 0;
    background: none;
  }
  .bestCosmetics__box__btn--icon {
    position: relative;
    cursor: pointer;
  }
  .bestCosmetics__box__btn--icon:before, .bestCosmetics__box__btn--icon:after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 8px;
    right: -15px;
  }
  .bestCosmetics__box__btn--icon:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bestCosmetics__box__btn.is-active .bestCosmetics__box__btn--icon:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.series {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f8fe), color-stop(50%, white));
  background: linear-gradient(180deg, #f0f8fe 0%, white 50%);
}

.series__head--note {
  margin-top: 17px;
}

.series-column {
  border: 1px solid #004c9d;
  background-color: #fff;
  padding: 68px 0 73px;
}

.series-column__icon {
  width: 145px;
  margin-left: auto;
  margin-top: 73px;
}

.series-column__icon img {
  width: 100%;
}

.series-column__item + .series-column__item {
  margin-top: 68px;
}

.series-column__head {
  text-align: center;
}

.series-column__tit {
  font-size: 28px;
}

.series-column__tit span {
  background: -webkit-gradient(linear, left bottom, left top, from(#d7ebfb), color-stop(30%, #d7ebfb), color-stop(31%, white), to(white));
  background: linear-gradient(0deg, #d7ebfb 0%, #d7ebfb 30%, white 31%, white 100%);
}

.series-column__tit--sub {
  font-size: 20px;
  line-height: 1.6;
}

.series-column__img.column1 {
  width: 933px;
  margin: 36px auto 20px;
}

.series-column__img.column2 {
  width: 520px;
  margin: 43px auto 33px;
}

.series-column__img img {
  width: 100%;
}

.series-column__txt {
  text-align: center;
  font-size: 18px;
}

.series-column .note {
  text-align: center;
  margin-top: 10px;
}

.series-column-bnr {
  margin-top: 100px;
}

.series-sec__head {
  border-top: 1px solid #004c9d;
  border-bottom: 1px solid #004c9d;
  text-align: center;
  padding: 19px 0;
}

.series-sec__tit {
  display: inline-block;
}

.series-approach {
  padding: 120px 0;
}

.series-approach__txt {
  font-size: 20px;
  text-align: center;
  margin-top: 53px;
}

.series-approach__img {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.series-approach__img:before {
  content: '';
  width: 2px;
  height: 88px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a7b5e5), to(#6880d2));
  background: linear-gradient(180deg, #a7b5e5 0%, #6880d2 100%);
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}

.series-approach-list {
  margin-top: 150px;
}

.series-approach-list__item + .series-approach-list__item {
  margin-top: 115px;
}

.series-approach-list__tit {
  text-align: center;
}

.series-approach-list__tit--img {
  display: inline-block;
}

.series-approach-list__txt {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

.series-approach-list__mainImg {
  margin-top: 10px;
  text-align: center;
}

.series-approach-list .note {
  text-align: center;
  margin-top: 18px;
}

.series-approach-list .note.btm {
  text-align: left;
  margin: 30px 0 0 40px;
}

.series-approach-list .note.list02 {
  margin-top: 5px;
}

.series-approach-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 47px;
  padding: 0 40px;
}

.series-approach-box__item {
  width: 500px;
}

.series-approach-box__tit {
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #999;
  padding-bottom: 7px;
}

.series-approach-box__list.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.series-approach-box__list.is-flex .series-approach-box__list__item {
  width: 50%;
}

.series-approach-box__list.is-flex .series-approach-box__list__item .series-approach-box__imgArea {
  margin-top: 40px;
}

.series-approach-box__list.is-flex .series-approach-box__list__item .note {
  margin-right: 35px;
  margin-top: 8px;
}

.series-approach-box__imgArea {
  margin-top: 50px;
}

.series-approach-box__imgArea .note {
  margin-top: 0;
  text-align: right;
  margin-right: 110px;
}

.series-approach-box__img {
  text-align: center;
}

.series-approach-box__in {
  margin-top: 3px;
}

.series-approach-box__sub {
  font-size: 22px;
  text-align: center;
  margin-top: 5px;
}

.series-approach-box__txt {
  text-align: center;
}

.series-step {
  margin-top: 14px;
}

.series-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
  padding: 0 50px;
}

.series-step-list__item {
  width: 280px;
  position: relative;
}

.series-step-list__item + .series-step-list__item:before {
  content: '';
  background-image: url(/contents/product/clearful/images/img-step-icon-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 81px;
  position: absolute;
  top: 463px;
  left: -4vw;
}

.series-step-list__step {
  font-size: 24px;
  font-weight: 600;
}

.series-step-list__read {
  font-size: 16px;
  margin-top: 8px;
}

.series-step-list__tit {
  font-size: 36px;
  color: #004c9d;
  line-height: 1.6;
  font-weight: 600;
}

.series-step-list__img {
  margin-top: 17px;
  text-align: center;
  min-height: 237px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.series-step-list__sub {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.07em;
  margin-top: 23px;
}

.series-step-list__txt {
  margin-top: 14px;
}

.series-step-list .note.up {
  margin-top: 20px;
}

.series-step-list__box {
  display: none;
}

.series-step-list__box__img {
  margin-top: 35px;
}

.series-step-list__box__img img {
  width: 100%;
}

.series-step-list__box__img.step2 {
  margin-top: 16px;
}

@media screen and (min-width: 769px) {
  .series-step-list__box__img.is-pc {
    margin-top: 0;
  }
}

.series-step-list__box__txt {
  margin-top: 37px;
}

.series-step-list__box .note.btm {
  margin-top: 17px;
}

.series-step-list__before {
  position: relative;
}

.series-step-list__before:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fffffe), color-stop(40%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fffffe 0%, white 40%, rgba(255, 255, 255, 0) 100%);
}

.series-step-list__before.is-active:before {
  content: none;
}

.series-step__btn {
  text-align: center;
  width: 265px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #231815;
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  background-color: #fff;
}

.series-step__btn:before, .series-step__btn:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #999;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.series-step__btn:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}

.series-step__btn.is-pc {
  margin-top: -85px;
}

.series-step__btn.is-active.is-pc {
  margin-top: 50px;
}

.series-step__btn.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.series-step-info {
  width: 823px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.series-step-info--wrap {
  background-color: #fff;
  padding-top: 100px;
  position: relative;
}

.series-step-info__txt {
  font-size: 32px;
  line-height: 1.8;
  margin-top: 25px;
  margin: 25px 0 0 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.series-step-info__txt .futura {
  font-weight: normal;
}

.series-step-info__img {
  width: 337px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.series-step-info__img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .series {
    padding: 55px 0;
  }
  .series__head--note {
    margin-top: 13px;
  }
  .series-column {
    border-left: none;
    border-right: none;
    padding: 33px 20px;
    margin: 0 -20px;
  }
  .series-column__icon {
    width: 145px;
    margin-left: 0;
    margin-top: 43px;
  }
  .series-column__item + .series-column__item {
    margin-top: 45px;
  }
  .series-column__tit {
    font-size: 20px;
    line-height: 1.6;
  }
  .series-column__tit--sub {
    font-size: 14px;
    line-height: 1.5;
  }
  .series-column__img__wrap {
    overflow: auto;
    margin: 0 -20px;
  }
  .series-column__img.column1 {
    width: 700px;
    margin: 15px 0;
  }
  .series-column__img.column2 {
    width: 100%;
    margin: 23px auto 26px;
  }
  .series-column__txt {
    text-align: left;
    font-size: 14px;
    letter-spacing: -0.04em;
  }
  .series-column .note {
    text-align: left;
    margin-top: 0;
  }
  .series-column-bnr {
    margin-top: 50px;
  }
  .series-column-bnr img {
    width: 100%;
  }
  .series-sec__head {
    padding: 9px 0;
  }
  .series-approach {
    padding: 72px 0;
  }
  .series-approach__txt {
    font-size: 14px;
    margin-top: 24px;
  }
  .series-approach__img {
    text-align: center;
    margin-top: 50px;
    position: relative;
    margin: 20px -65px 0;
  }
  .series-approach__img img {
    width: 100%;
  }
  .series-approach__img:before {
    width: 1px;
    height: 44px;
    bottom: -25px;
  }
  .series-approach-list {
    margin-top: 55px;
  }
  .series-approach-list__item + .series-approach-list__item {
    margin-top: 65px;
  }
  .series-approach-list__tit {
    text-align: center;
  }
  .series-approach-list__tit--img {
    display: inline-block;
  }
  .series-approach-list__txt {
    font-size: 14px;
    margin-top: 18px;
    text-align: left;
  }
  .series-approach-list__mainImg {
    margin: 25px -15px 0;
  }
  .series-approach-list__mainImg img {
    width: 100%;
  }
  .series-approach-list .note {
    text-align: left;
    margin-top: 8px;
  }
  .series-approach-list .note.btm {
    text-align: left;
    margin: 25px 0 0 0;
    line-height: 1.6;
  }
  .series-approach-list .note.list02 {
    margin-top: 25px;
  }
  .series-approach-box {
    display: block;
    margin-top: 35px;
    padding: 0;
  }
  .series-approach-box__item {
    width: 100%;
  }
  .series-approach-box__item + .series-approach-box__item {
    margin-top: 46px;
  }
  .series-approach-box__tit {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .series-approach-box__list.is-flex {
    display: block;
    margin-top: 0;
  }
  .series-approach-box__list.is-flex .series-approach-box__list__item {
    width: 100%;
  }
  .series-approach-box__list.is-flex .series-approach-box__list__item .series-approach-box__imgArea {
    margin-top: 22px;
    width: 123px;
  }
  .series-approach-box__list.is-flex .series-approach-box__list__item .series-approach-box__in {
    margin-top: 35px;
  }
  .series-approach-box__list.is-flex .series-approach-box__list__item .note {
    margin-right: 0;
    margin-top: 5px;
  }
  .series-approach-box__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .series-approach-box__list__item + .series-approach-box__list__item {
    margin-top: 4px;
  }
  .series-approach-box__imgArea {
    margin-top: 47px;
    width: 130px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .series-approach-box__imgArea .note {
    text-align: left;
    margin-top: 5px;
    margin-right: 0;
  }
  .series-approach-box__img {
    text-align: left;
  }
  .series-approach-box__img img {
    width: 100%;
  }
  .series-approach-box__in {
    margin: 24px 0 0 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .series-approach-box__sub {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
  }
  .series-approach-box__txt {
    text-align: left;
    margin-top: 5px;
  }
  .series-step {
    margin-top: 14px;
  }
  .series-step-list {
    display: block;
    margin-top: 30px;
    padding: 0;
  }
  .series-step-list__item {
    width: 100%;
  }
  .series-step-list__item + .series-step-list__item {
    margin-top: 103px;
  }
  .series-step-list__item + .series-step-list__item:before {
    width: 20px;
    height: 66px;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .series-step-list__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .series-step-list__in {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 23px;
    margin: 10px 0 0 23px;
  }
  .series-step-list__step {
    font-size: 20px;
    font-weight: 500;
  }
  .series-step-list__read {
    font-size: 14px;
    margin-top: 10px;
  }
  .series-step-list__tit {
    font-size: 30px;
    line-height: 1.6;
  }
  .series-step-list__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    min-height: auto;
    display: block;
  }
  .series-step-list__img.step1 {
    width: 107px;
    padding-left: 35px;
  }
  .series-step-list__img.step2 {
    width: 107px;
    margin-top: 5px;
    padding-left: 50px;
  }
  .series-step-list__img.step3 {
    width: 92px;
    padding-left: 43px;
  }
  .series-step-list__img img {
    width: 100%;
    zoom: 1;
  }
  .series-step-list__sub {
    font-size: 21px;
    margin-top: 33px;
  }
  .series-step-list__txt {
    margin-top: 2px;
  }
  .series-step-list .note.up {
    margin-top: 5px;
  }
  .series-step-list__box__img {
    margin-top: 35px;
  }
  .series-step-list__box__img.step1 {
    padding: 0 20px 0 15px;
    margin-top: 33px;
  }
  .series-step-list__box__img.step2 {
    margin-top: 27px;
    padding: 0 35px 0 33px;
  }
  .series-step-list__box__img.step3 {
    margin-top: 25px;
  }
  .series-step-list__box__img img {
    width: 100%;
  }
  .series-step-list__box__txt {
    margin-top: 35px;
  }
  .series-step-list__box .note.btm {
    margin-top: 5px;
  }
  .series-step-list__before:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#fffffe), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fffffe 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .series-step__btn.is-sp {
    margin-top: 30px;
  }
  .series-step-info {
    width: 100%;
    display: block;
  }
  .series-step-info--wrap {
    padding-top: 42px;
  }
  .series-step-info__txt {
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    margin-top: 25px;
    margin: 0;
  }
  .series-step-info__img {
    padding: 0 40px 0 44px;
    width: 100%;
    margin-top: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.product__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
  border: 1px solid #231815;
}

.product__tag--tit {
  font-size: 18px;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
  color: #fff;
  height: 30px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.04em;
}

.product__tag--name {
  font-size: 18px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.06em;
}

@media screen and (max-width: 768px) {
  .product__tag {
    left: 0;
  }
  .product__tag--tit {
    padding: 0 3px;
    height: 18px;
    font-size: 13px;
  }
  .product__tag--name {
    font-size: 12px;
    padding: 0 3px;
    height: 18px;
  }
}

.bunnerArea {
  text-align: center;
}

@-webkit-keyframes "b_op" {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes "b_op" {
  0% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes "l_op" {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes "l_op" {
  0% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes "r_op" {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes "r_op" {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes "op" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes "op" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes "op_img" {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .1;
  }
  60% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes "op_img" {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .1;
  }
  60% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes "img-wrap" {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  100% {
    opacity: 1;
    width: 636px;
    height: 744px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@keyframes "img-wrap" {
  0% {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
  }
  100% {
    opacity: 1;
    width: 636px;
    height: 744px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@-webkit-keyframes "img-wrapSp" {
  0% {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
  }
  100% {
    width: 750px;
    height: 903px;
    position: absolute;
    top: 0;
    right: calc(50% - 375px);
    opacity: 1;
  }
}

@keyframes "img-wrapSp" {
  0% {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
  }
  100% {
    width: 750px;
    height: 903px;
    position: absolute;
    top: 0;
    right: calc(50% - 375px);
    opacity: 1;
  }
}

@-webkit-keyframes "pathmove" {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    height: 82px;
    top: 0;
    opacity: 1;
  }
}

@keyframes "pathmove" {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  100% {
    height: 82px;
    top: 0;
    opacity: 1;
  }
}

.bgArea {
  background-color: #f9fafd;
}

.innerWrap--top {
  max-width: 896px;
}

.innerWrap--approach {
  max-width: 896px;
}

.innerWrap--voice {
  max-width: 900px;
}

.innerWrap--product {
  max-width: 896px;
}

.innerWrap--faq {
  max-width: 896px;
}

.ttlBlock__txt--approach {
  font-size: 20px;
}

.ttlBlock__txt--story {
  font-size: 16px;
}

.headingLv1 {
  display: inline-block;
}

.mvArea {
  padding-top: 320px;
  text-align: center;
  min-height: 1010px;
  position: relative;
  padding-top: 10px;
}

.mvArea__lead {
  margin-top: 60px;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
  -webkit-transform: translate(0, 12%);
  transform: translate(0, 12%);
}

.topArea {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.topArea__imgBox {
  position: absolute;
  top: 315px;
  right: 0;
  z-index: -1;
  width: 636px;
  height: 744px;
}

.topArea__imgBox img {
  width: 1;
  height: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 50%;
}

.topArea__imgBox__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.topArea__imgBox.is-show img {
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-animation: img-wrap 1.5s;
  animation: img-wrap 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.topArea__ttlBox {
  width: 50%;
}

.topArea__ttl {
  font-size: 24px;
  padding-top: 140px;
  text-align: left;
  padding-right: 38px;
}

.topArea__ttl span {
  margin-top: 15px;
  display: inline-block;
}

.topArea__txt {
  font-size: 16px;
  margin-top: 50px;
}

.topArea__note {
  font-size: 10px;
  margin-top: 30px;
}

.startBlock {
  margin-top: 100px;
  padding: 50px 0 40px;
  border-top: 1px solid #97a8e1;
  border-bottom: 1px solid #3c5cc6;
  position: relative;
}

.startBlock:after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-start-02.png");
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  width: 57px;
  height: 27px;
  position: absolute;
  right: 0;
  bottom: -13px;
}

.startBlock__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.startBlock__flex__item--img {
  margin-right: 30px;
}

.startBlock__flex__item__ttlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18px;
}

.startBlock__flex__item__ttlBlock__item--img {
  margin-right: 15px;
}

.startBlock__flex__item__ttlBlock__item__ttl {
  font-size: 24px;
  color: #004c9d;
}

.startBlock__flex__item__ttlBlock__item__txt {
  font-size: 16px;
}

.startBlock__flex__item__btn {
  max-width: 320px;
  text-align: center;
  background-color: #329deb;
}

.startBlock__flex__item__btn a {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 24px 0;
}

.startBlock__flex__item__btn a:after {
  content: "";
  background-image: url("/contents/product/clear/teaser/images/img-start-arrow.png");
  display: inline-block;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

.startBlock__lead {
  text-align: center;
  font-size: 14px;
  margin-top: 14px;
}

.mvArea__imgBlock {
  position: absolute;
  z-index: -1;
}

.mvArea__imgBlock--01 {
  top: 0;
  right: 0;
}

.mvArea__imgBlock--01 img {
  width: 85%;
  margin-right: -15%;
  margin-top: -15%;
}

.mvArea__imgBlock--02 {
  top: 300px;
  left: 0;
}

.mvArea__imgBlock--02 img {
  width: 85%;
  margin-left: -15%;
  margin-top: -15%;
}

.mvArea__imgBlock--03 {
  bottom: 0;
  right: 160px;
}

.mvArea__txtBlock {
  margin-top: 230px;
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.mvArea__txtBlock__ttl {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.mvArea__txtBlock__ttl span {
  margin-top: 15px;
  display: inline-block;
}

.mvArea__txtBlock.is-show {
  opacity: 1;
}

.mvArea__iconBlock {
  position: relative;
  margin-top: 100px;
  display: inline-block;
}

.mvArea__iconBlock::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  height: 82px;
  background: #004c9d;
  -webkit-animation: pathmove 1.3s ease-in-out;
  animation: pathmove 1.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
}

.note--right {
  text-align: right;
}

.note--numberBlock {
  text-align: right;
  margin-right: -40px;
  margin-top: 10px;
}

.note--numberBlock02 {
  width: 350px;
  margin: 20px auto;
}

.productArea {
  margin-top: 60px;
}

.productArea .innerWrap {
  padding-bottom: 90px;
}

.productArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.productArea__list__item {
  padding: 20px;
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.productArea__list__item::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 21px;
  background-image: url("/contents/product/clear/teaser/images/img-product-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 21px;
  position: absolute;
  top: 140px;
  right: -6px;
  z-index: 10;
}

.productArea__list__item:last-child::after {
  background-image: none;
}

.productArea__list__item:nth-child(2) {
  background-color: #f9fafd;
}

.productArea__list__item__subTtl {
  text-align: center;
}

.productArea__list__item__ttl {
  font-size: 20px;
  color: #004c9d;
  margin-bottom: 20px;
  text-align: center;
}

.productArea__list__item__img {
  margin-bottom: 18px;
  text-align: center;
  height: 150px;
}

.productArea__list__item__txt span {
  white-space: nowrap;
  letter-spacing: -0.2px;
}

.productArea__list__item__note {
  font-size: 10px;
  margin-top: 16px;
}

.faqArea {
  padding-top: 160px;
  padding-bottom: 46px;
}

.faqArea__qTxt {
  margin-top: 48px;
  margin-left: 48px;
  font-size: 20px;
  color: #004c9d;
  padding-left: 18px;
  border-left: 2px solid #5d79d7;
  position: relative;
  line-height: 1.6;
}

.faqArea__qTxt:before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-faq-q.png");
  width: 25px;
  height: 24px;
  position: absolute;
  left: -48px;
  top: 0.1em;
}

.faqArea__aTxt {
  margin-top: 30px;
  margin-left: 48px;
  font-size: 14px;
  padding-left: 18px;
  border-left: 2px solid #53b2f7;
  position: relative;
}

.faqArea__aTxt:before {
  content: "";
  display: inline-block;
  background-image: url("/contents/product/clear/teaser/images/img-faq-a.png");
  width: 22px;
  height: 24px;
  position: absolute;
  left: -48px;
  top: 0.3em;
}

.prodcutItem {
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.product {
  position: relative;
}

.product h2 {
  position: absolute;
  left: -10px;
  top: 0;
}

.product .row {
  min-width: 1024px;
  margin: 0 auto;
}

.product .col--1of3 {
  padding: 0 40px;
}

.product__img {
  text-align: center;
  height: 240px;
  margin-top: 65px;
}

.product__img img {
  width: auto;
  max-width: 100%;
  max-height: 215px;
}

.product__title {
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.product__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product__price {
  font-size: 12px;
  min-height: 44px;
}

.product__price span {
  display: inline-block;
  margin-top: 8px;
}

.product__more {
  content: "";
  position: relative;
  border-bottom: 1px solid #878484;
  cursor: pointer;
  margin-top: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  cursor: pointer;
}

.product__more::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #777575;
  border-right: 1px solid #777575;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -10px;
}

.product__more img {
  width: auto;
}

.product__more img:first-child {
  display: none;
}

.product__more.is-active {
  border: none;
}

.product__more.is-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.product__more.is-active img:first-child {
  display: inline-block;
}

.product__more.is-active img:last-child {
  display: none;
}

.product__content {
  display: none;
  padding-top: 24px;
}

.product__content + .product__btn {
  position: static;
  margin-top: 30px;
  width: auto;
}

.product__subTitle {
  color: #0a205c;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.product__subTitle + p {
  font-size: 12px;
}

.product__point {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product__point img {
  width: 100%;
}

.product__point + img {
  width: 100%;
}

.product__btn {
  width: 100%;
}

.product__link span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  position: relative;
  color: #999999;
  border: 2px solid #e3e3e3;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: 5px;
}

.product__link span:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
  background: #999999;
}

.product__link span:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
  background: #999999;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product__link span:hover {
  background: #3e3a39;
  color: #fff;
}

.product__link span:hover:before {
  background: #fff;
}

.product__link span:hover:after {
  background: #fff;
}

.product__link span.product__normal {
  color: #015cbd;
  border: 2px solid #2170c5;
}

.product__link span.product__normal:before {
  background: #317bc9;
}

.product__link span.product__normal:after {
  background: #317bc9;
}

.product__link span.product__normal:hover {
  background: #015cbd;
  color: #fff;
}

.product__link span.product__normal:hover:before {
  background: #fff;
}

.product__link span.product__normal:hover:after {
  background: #fff;
}

.product__link span.product__regular {
  color: #ef857d;
  border: 2px solid #ef857d;
}

.product__link span.product__regular:before {
  background: #f08f88;
}

.product__link span.product__regular:after {
  background: #f08f88;
}

.product__link span.product__regular:hover {
  background: #ef857d;
  color: #fff;
}

.product__link span.product__regular:hover:before {
  background: #fff;
}

.product__link span.product__regular:hover:after {
  background: #fff;
}

.product__link li {
  margin-bottom: 1px;
}

.product__block {
  height: 120px;
}

.product__link__txt {
  font-size: 16px;
  color: #ef857d;
  margin-top: 16px;
  font-weight: bold;
}

.product__link__txt--normal {
  color: #004c9d;
}

.product__page {
  margin: 16px auto 0;
  text-align: right;
}

.product__page a {
  display: block;
  font-size: 12px;
}

.product__page a:after {
  content: "";
  background: url("/contents/product/clear/common/images/img-icon-link.png") no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 10px;
}

.product__note {
  font-size: 10px;
  margin-top: 10px;
}

.product__txt {
  color: #ef857d;
  font-size: 16px;
  font-weight: bold;
}

.productModal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.productModal .js-productModalTab__img div {
  display: none;
}

.productModal .js-productModalTab__img div.is-show {
  display: block;
  text-align: center;
}

.productModal--sample {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.productModal--sample .js-productModalTab__img div {
  display: none;
}

.productModal--sample .js-productModalTab__img div.is-show {
  display: block;
  text-align: center;
}

.productModal--sample .productModal__content {
  width: 530px;
  padding: 60px;
}

.productModal--sample .productModal__btn {
  position: static;
  margin-top: 30px;
}

.productModal__overlay {
  position: absolute;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.productModal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}

.productModal__content {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  margin: 0 auto;
  z-index: 10002;
  padding: 100px 30px 30px;
}

.productModal__content img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.productModal__content--sub {
  padding-top: 50px;
}

.productModal__content--02 {
  min-height: 450px;
}

.productModal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.productModal__col:nth-child(2) {
  width: auto;
}

.productModal__col:nth-child(3) {
  width: 100%;
  margin-left: 0;
}

.productModal__img {
  width: 280px;
  padding-right: 20px;
  border-bottom: none;
}

.productModal__img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.productModal__comments {
  font-size: 12px;
}

.productModal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 22px;
  margin-top: 12px;
  margin-bottom: 22px;
  max-width: 380px;
}

.productModal__list li {
  width: 60px;
  margin-right: 8px;
}

.productModal__list img {
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.productModal__list span {
  border: 1px solid #1b69b1;
  color: #1b69b1;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.productModal__list .is-active img {
  border: 1px solid #1b69b1;
}

.productModal__list .is-active span {
  background: #1b69b1;
  color: #fff;
}

.productModal__title {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.2;
}

.productModal__title span {
  font-size: 14px;
}

.productModal__price span {
  font-size: 20px;
}

.productModal__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 30px;
  margin-bottom: 25px;
}

.productModal__btn select {
  width: 70px;
  margin: 0 5px;
}

.numberTxt {
  margin-left: 10px;
}

.productModal__cart {
  background: #004c9d;
  color: #fffdff;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 230px;
  height: 40px;
  padding: 8px 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.productModal__cart:hover {
  text-decoration: none;
}

.productModal__cart img {
  margin-right: 4px;
}

.productModal__cart--prev {
  color: #004c9d;
  border: 1px solid #004c9d;
  background-color: #fff;
}

.productAction__cartBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.productAction__cartBtn li {
  padding: 0 7px;
}

.productModal__block {
  margin-top: 32px;
  border-top: 1px solid #ececec;
  padding-top: 30px;
}

.productModal__spec div {
  display: none;
}

.productModal__spec div.is-show {
  display: block;
}

.productModal__txt {
  color: #ef857d;
  font-size: 12px;
}

.regularModalWrap {
  position: relative;
}

.regularModal {
  line-height: 1.5;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
}

.regularModal--first {
  position: relative;
  opacity: 1;
  z-index: 0;
}

.modal__inner {
  overflow: inherit;
  overflow-y: inherit;
}

.regularModal__nav {
  position: absolute;
  top: -70px;
  right: 0;
  left: 0;
}

.regularModal__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.regularModal__nav ul li {
  font-size: 16px;
  padding: 2px 8px;
  margin-right: 16px;
}

.regularModal__nav ul li:last-child {
  margin-right: 0;
}

.regularModal__nav ul li.is-active {
  color: #fff;
  background-color: #004c9d;
}

.regularModal__nav p {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.row--clearful {
  max-width: 1022px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.row--clearful .col--1of3 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.product__ttl {
  position: relative;
  font-size: 36px;
  color: #004c9d;
  margin-top: 45px;
  padding-left: 25px;
  margin-bottom: 22px;
  line-height: 1;
}

.product__ttl span {
  font-size: 20px;
}

.product__ttl::before {
  content: "";
  background-color: #004c9d;
  width: 5px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.innerWrap--readBlock {
  max-width: 896px;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.readBlock__ttl {
  text-align: center;
  font-size: 34px;
  color: #004c9d;
}

.readBlock__ttl span {
  font-size: 20px;
  display: block;
  margin-bottom: -10px;
}

.readBlock__lead {
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 56px;
}

.tag--blue {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
  background: #abced8;
}

.tag--bluePurple {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--category {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--gray {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--green {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--orange {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--pink {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--purple {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--thinPurple {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.tag--yellowGreen {
  background: #bbb;
  color: #fff;
  padding-top: 5px;
  border: 0;
  padding: 4px 5px;
  line-height: 1;
}

.navBlock {
  background-color: #004c9d;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding-top: 77px;
}

.navBlock__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.navBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navBlock__listItem {
  width: 25%;
  padding: 14px 0;
}

.navBlock__listItem:last-child .navBlock__listItem__link {
  border-right: none;
}

.navBlock__listItem__link {
  text-align: center;
  border-right: 1px solid #fff;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.navBlock__listItem__link:hover {
  text-decoration: none;
}

.navBlock__listItem__link span {
  font-size: 16px;
}

.navBlock.is-scroll {
  opacity: 0.8;
}

.productModal__priceWrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.productModal__priceWrap__regular {
  font-size: 16px;
  font-weight: bold;
  margin-right: 24px;
}

.productModal__priceWrap__regular span {
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}

.productModal__priceWrap__normal {
  font-size: 12px;
  font-weight: bold;
  margin-left: 26px;
  margin: 0;
}

.productModal__priceWrap__normal span {
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
}

.product__block--notes {
  height: 156px;
}

.product__notes {
  font-size: 12px;
}

.productModal__note {
  font-size: 10px;
  margin-top: 6px;
  margin-left: 0.5em;
  text-indent: -0.5em;
}

.productModal__note + .productModal__note {
  margin-top: 0;
}

.productModal__title--second {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 2px solid #e0dfdf;
}

.beautyColumnBlock {
  border: 1px solid #004c9d;
  padding: 40px;
  max-width: 730px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
}

.beautyColumnBlock__icon {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  display: inline-block;
  max-width: 160px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.beautyColumnBlock__ttl {
  text-align: center;
  color: #004c9d;
  font-size: 20px;
  margin-bottom: 28px;
}

.beautyColumnBlock__ttl span {
  font-size: 15px;
}

.beautyColumnBlock__img {
  text-align: center;
  width: 515px;
  margin: 0 auto 30px;
}

.beautyColumnBlock__img img {
  width: 100%;
}

.headingLv2--min {
  margin-top: 120px;
  position: relative;
}

.headingLv2--min::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 42px;
  background: #004c9d;
  position: absolute;
  top: -90px;
  left: calc(50% - 2px);
}

.js-fade {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fade.is-show {
  opacity: 1;
}

.readArea {
  padding-top: 100px;
  margin-top: 0;
}

.snsArea {
  padding: 98px 0 0;
}

.snsArea__logo {
  width: 35px;
  margin: 17px auto 0;
}

.snsArea__logo img {
  width: 100%;
}

.productDetail__complete {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 24px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  text-decoration: none;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  z-index: 1020;
}

.productDetail__complete:hover {
  text-decoration: none;
}

.confirm {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.confirm.is-show {
  opacity: 1;
}

.confirm.is-show .confirm__complete {
  opacity: 1;
}

.addCart__complete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 1020;
}

.addCart__complete:hover {
  text-decoration: none;
}

.confirm__complete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 1020;
}

.productDetail__btn {
  border: 1px solid #fff;
  background: url(/contents/common/images/bg-link-arrow-next-white.png) right 6px center no-repeat;
  background-size: 5px 9px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
  padding: 3px 18px 3px 18px;
  text-decoration: none;
}

.productDetail__btn .link-next {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}

.addCart__btn {
  border: 1px solid #fff;
  background: url(/contents/common/images/bg-link-arrow-next-white.png) right 6px center no-repeat;
  background-size: 5px 9px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  text-align: center;
  width: 110px;
  margin: 12px auto 0;
  padding: 3px 18px 3px 18px;
  text-decoration: none;
}

.addCart__btn .link-next {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-weight: bold;
}

.note--sub {
  margin-top: 10px;
  text-align: left;
}

.sup__sub {
  font-size: 10px;
  zoom: 0.9;
}

.kvBunner {
	text-align: center;
	margin-top: 40px;
}

.kvBunner p {
	color: #231815;
	font-size: 20px;
}

@media screen and (max-width: 768px) {
  .nav img {
    width: 100%;
  }
  body {
    overflow-x: hidden;
  }
  img {
    zoom: 0.5;
    width: auto;
    max-width: 100%;
  }
  .ttlBlock__txt--approach {
    font-size: 15px;
  }
  .ttlBlock__txt--story {
    text-align: left;
    font-size: 14px;
  }
  .headingLv1 {
    width: 224px;
    margin: 0 auto;
  }
  .headingLv1__second {
    width: 225px;
  }
  .headingLv2--min {
    width: calc(449px / 2);
    margin-top: 75px;
  }
  .headingLv2--min::before {
    width: 2px;
    height: 21px;
    top: -50px;
  }
  .headingLv2--sub {
    padding-left: 4px;
  }
  .mvArea {
    padding-top: 300px;
    min-height: 950px;
    padding-top: 100px;
  }
  .mvArea__lead {
    margin: 90px auto 0;
    width: calc(523px / 2);
  }
  .mvArea__imgBlock--01 {
    top: 40px;
  }
  .mvArea__imgBlock--02 {
    top: auto;
    bottom: 60px;
  }
  .mvArea__imgBlock--03 {
    right: 20px;
  }
  .mvArea__txtBlock {
    margin-top: 170px;
  }
  .mvArea__txtBlock__ttl {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .mvArea__iconBlock::after {
    width: 2px;
    height: 50px;
  }
  .note--numberBlock {
    margin-right: 0;
  }
  .note--numberBlock02 {
    margin: 20px 0;
    position: relative;
  }
  .productArea {
    margin-top: 60px;
  }
  .productArea .innerWrap {
    padding-bottom: 20px;
  }
  .productArea__list {
    display: block;
    margin-top: 0;
  }
  .productArea__list__item {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
  .productArea__list__item::after {
    width: 40px;
    height: 21px;
    background-image: url("/contents/product/clear/teaser/images/sp/img-product-arrow.png");
    background-size: 40px 21px;
    position: absolute;
    top: auto;
    bottom: -10px;
    right: calc(50% - 20px);
  }
  .productArea__list__item:first-child::after {
    bottom: -52px;
  }
  .productArea__list__item:nth-child(3)::after {
    bottom: -25px;
  }
  .productArea__list__item:nth-child(2) {
    padding: 40px 20px;
  }
  .productArea__list__item__subTtl {
    margin: 0 auto;
  }
  .productArea__list__item__subTtl--01 {
    width: calc(109px / 2);
  }
  .productArea__list__item__subTtl--02 {
    width: calc(290px / 2);
  }
  .productArea__list__item__subTtl--03 {
    width: calc(115px / 2);
  }
  .productArea__list__item__subTtl--04 {
    width: calc(114px / 2);
  }
  .productArea__list__item__ttl {
    font-size: 25px;
  }
  .productArea__list__item__img {
    height: auto;
    margin: 0 auto 20px;
  }
  .productArea__list__item__img--01 {
    width: calc(468px / 2);
  }
  .productArea__list__item__img--02 {
    width: calc(312px / 2);
  }
  .productArea__list__item__img--03 {
    width: calc(312px / 2);
  }
  .productArea__list__item__img--04 {
    width: calc(312px / 2);
  }
  .productArea__list__item__txt span {
    white-space: initial;
    letter-spacing: 0;
  }
  .faqArea {
    padding-top: 75px;
    padding-bottom: 25px;
  }
  .faqArea__qTxt {
    font-size: 17px;
    margin-left: 40px;
    margin-top: 55px;
  }
  .faqArea__qTxt:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-faq-q.png");
    background-size: contain;
    width: 22px;
    height: 21px;
    left: -40px;
  }
  .faqArea__aTxt {
    margin-left: 40px;
    margin-top: 20px;
  }
  .faqArea__aTxt:before {
    background-image: url("/contents/product/clear/teaser/images/sp/img-faq-a.png");
    background-size: contain;
    width: 20px;
    height: 22px;
    left: -40px;
  }
  .product {
    margin: 0;
    padding-top: 60px;
  }
  .product:not(:first-child) {
    padding-top: 30px;
  }
  .product:not(:first-child) h2 {
    top: 30px;
  }
  .product h2 {
    top: 60px;
    left: 0;
    width: 12px;
  }
  .product .row {
    width: auto;
    min-width: inherit;
  }
  .product .col--1of3 {
    max-width: none;
    padding: 0;
  }
  .product__img {
    height: 130px;
    margin-top: 40px;
  }
  .product__title {
    font-size: 13px;
  }
  .product__title--sub {
    height: 90px;
  }
  .product__info {
    min-height: auto;
  }
  .product__price {
    font-size: 14px;
  }
  .product__point {
    margin-top: 20px;
  }
  .product__btn {
    position: static;
    width: auto;
    margin-top: 0;
  }
  .product__content + .product__btn {
    margin-top: 20px;
  }
  .product__link span {
    font-size: 11px;
    text-align: left;
    padding: 10px 0 10px 8px;
  }
  .product__link span:before {
    right: 14px;
  }
  .product__link span:after {
    right: 14px;
  }
  .product__block {
    min-height: 65px;
    height: auto;
  }
  .product__block--sub {
    min-height: 130px;
  }
  .product__link__txt {
    font-size: 13px;
  }
  .product__page {
    margin-top: 8px;
  }
  .product__txt {
    font-size: 13px;
  }
  .productModal__close {
    width: 20px;
  }
  .productModal__content {
    padding: 95px 10px 15px;
    width: 90%;
    overflow-y: auto;
    max-height: 95%;
    overflow-y: scroll;
  }
  .productModal__content::-webkit-scrollbar {
    width: 6px;
  }
  .productModal__content::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
  }
  .productModal__content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 50, 0.5);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .productModal__content--sub {
    padding-top: 45px;
  }
  .productModal__row {
    display: block;
    padding-bottom: 30px;
  }
  .productModal__img {
    width: auto;
    text-align: center;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .productModal__img img {
		max-width: 230px;
    margin: 0;
  }

  .productModal__list {
    margin-bottom: 0;
  }
  .productModal__list + .productModal__title {
    margin-top: 10px;
  }

  .productModal__title {
    margin-top: 20px;
  }
  .productModal__code {
    font-size: 12px;
  }
  .productModal__price span {
    font-size: 18px;
  }
  .productModal__btn {
    font-size: 11.5px;
    margin-top: 20px;
    white-space: nowrap;
  }
  .productModal__btn select {
    width: 68px;
    height: 50px;
  }
  .productModal__cart {
    font-size: 10px;
    width: 100%;
    height: 50px;
    padding: 16px 0;
  }
  .productModal__cart img {
    width: 16px;
    margin-top: -4px;
    zoom: inherit;
  }
  .productAction__cartBtn li {
    width: 50%;
  }
  .productModal--sample .productModal__content {
    padding: 30px 40px 40px;
    width: 90%;
  }
  .productModal__block {
    margin-top: 25px;
  }
  .productModal__block > .productModal__title {
    margin-top: 0;
  }
  .row--clearful {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row--clearful .col--1of3 {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .product__ttl {
    font-size: 23px;
    padding-left: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    margin-top: 23px;
    margin-bottom: 15px;
  }
  .product__ttl span {
    font-size: 12px;
  }
  .product__ttl::before {
    width: 2px;
    height: 22px;
    top: 60%;
  }
  .readBlock__ttl {
    font-size: 30px;
  }
  .readBlock__lead {
    font-size: 13px;
    margin-bottom: 45px;
  }
  .navBlock {
    padding-top: 0;
  }
  .navBlock__list {
    padding: 10px 6px;
  }
  .navBlock__listItem {
    width: 50%;
    padding: 0;
  }
  .navBlock__listItem:nth-child(even) .navBlock__listItem__link {
    border-right: none;
  }
  .navBlock__listItem:nth-child(1) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
  }
  .navBlock__listItem:nth-child(2) .navBlock__listItem__link {
    border-bottom: 1px solid #fff;
  }
  .navBlock__listItem__link {
    font-size: 9px;
    padding: 10px 0;
  }
  .navBlock__listItem__link span {
    font-size: 13px;
  }
  .navBlock.is-hide {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  .product__block--notes {
    min-height: 65px;
    height: auto;
  }
  .product__notes {
    margin-bottom: 6px !important;
  }
  .productModal__priceWrap__regular {
    margin-right: 10px;
    white-space: nowrap;
  }
  .productModal__priceWrap__normal {
    white-space: nowrap;
  }
  .beautyColumnBlock {
    padding: 30px 14px;
  }
  .beautyColumnBlock__icon {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: -14px;
  }
  .beautyColumnBlock__ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .beautyColumnBlock__ttl span {
    font-size: 13px;
  }
  .beautyColumnBlock__img {
    width: auto;
  }
  .readArea {
    padding-top: 75px;
  }
  .snsArea {
    padding-top: 43px;
  }
  .snsArea__logo {
    width: 28px;
    margin-top: 7px;
  }
}

.pageScrollTop {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 23px;
	bottom: 83px;
	z-index: 100;
}

@media screen and (max-width: 768px) {
  .pageScrollTop {
		right: 5px;
		bottom: 75px;
  }

	.pageScrollTop img {
		zoom: 1;
	}
}

@media screen and (max-width: 768px) {
	.header__mypageContent {
		top: 54px;
	}

	.header__cartContent {
		top: 54px;
	}
}
