/** Shopify CDN: Minification failed

Line 595:21 Expected "]" to go with "["
Line 595:38 Unexpected "]"
Line 605:21 Expected "]" to go with "["
Line 605:38 Unexpected "]"
Line 619:21 Expected "]" to go with "["
Line 619:37 Unexpected "]"
Line 633:21 Expected "]" to go with "["
Line 633:37 Unexpected "]"
Line 648:19 Expected "]" to go with "["
Line 648:31 Unexpected "]"
... and 2 more hidden warnings

**/
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/css/brush-pro2-thanks-cp2510.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/** unmounting in html5 */
/**************************************/
address, article, aside, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

[hidden], command, datalist, menu[type=context], rp, source {
  display: none;
}

/** document */
/**************************************/
* {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  font-family: sans-serif;
  color: #1A1A1A;
  text-align: left;
  margin: 0;
  padding: 0;
}

/** h1 h2 h3 h4 h5 */
/**************************************/
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/** ul ol dl */
/**************************************/
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ul li, ol li, dl li {
  list-style: none;
  list-style-type: none;
}
ul li::marker, ol li::marker, dl li::marker {
  display: none;
}

dd {
  margin: 0;
}

/** p */
/**************************************/
p {
  line-height: 2;
  margin: 0;
  padding: 0;
}

/** tables */
/**************************************/
table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
}
table > caption {
  text-align: left;
}
table th {
  text-align: left;
  margin: 0;
  padding: 0;
}
table td {
  margin: 0;
  padding: 0;
}

/** form */
/**************************************/
form {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/** images */
/**************************************/
img, picture {
  border: none;
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

/** anchor */
/**************************************/
a {
  outline: none;
  text-decoration: none;
  color: #1A1A1A;
}

/** pre */
/**************************************/
pre {
  border: 1px solid #bfbfbf;
  padding: 5px;
}

/** liquid
/**************************************/
/** display
/**************************************/
.inlineDesktop {
  display: none !important;
}
@media only screen and (min-width: 901px) {
  .inlineDesktop {
    display: inline !important;
  }
}

.inlineMobile {
  display: inline !important;
}
@media only screen and (min-width: 901px) {
  .inlineMobile {
    display: none !important;
  }
}

.inlineBlockDesktop {
  display: none !important;
}
@media only screen and (min-width: 901px) {
  .inlineBlockDesktop {
    display: inline-block !important;
  }
}

.inlineBlockMobile {
  display: inline-block !important;
}
@media only screen and (min-width: 901px) {
  .inlineBlockMobile {
    display: none !important;
  }
}

.blockDesktop {
  display: block !important;
}
@media only screen and (max-width: 900px) {
  .blockDesktop {
    display: none !important;
  }
}

.blockMobile {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .blockMobile {
    display: block !important;
  }
}

.flexDesktop {
  display: none !important;
}
@media only screen and (min-width: 901px) {
  .flexDesktop {
    display: flex !important;
  }
}

.flexMobile {
  display: flex !important;
}
@media only screen and (min-width: 901px) {
  .flexMobile {
    display: none !important;
  }
}

body {
  font-family: fot-cezanne-pron, sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  -webkit-text-size-adjust: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes _sideCurrent {
  0% {
    transform: scale(0) rotate(0);
    /*opacity: 0;*/
  }
  100% {
    transform: scale(1) rotate(45deg);
    /*opacity: 1;*/
  }
}
@keyframes brightnessIn {
  0% {
    filter: brightness(1.7);
  }
  100% {
    filter: brightness(1);
  }
}
[data-js=split] {
  display: flex;
}
[data-js=split] em {
  font-style: normal;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 628;
  }
  /* calc(600 * 3.14) */
  99.9%, to {
    stroke-dasharray: 628 628;
  }
}
@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?1727238420269");
  src: url("../font/iconfont.eot?1727238420269#iefix") format("eot"), url("../font/iconfont.woff2?1727238420269") format("woff2"), url("../font/iconfont.woff?1727238420269") format("woff"), url("../font/iconfont.ttf?1727238420269") format("truetype"), url("../font/iconfont.svg?1727238420269#iconfont") format("svg");
}
.buttonFrame[data-icon=arrowRight] .buttonFrame_link:after, .buttonFill[data-icon=blank] a:before, .buttonFill[data-icon=cart] a:before, .buttonFill[data-icon=arrow-play] a:before, .buttonFill[data-icon=arrow-right] a:before, .heroIpl_button a i:after {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.hero {
  height: 100lvh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  [data-bursh-type=pro2] .hero::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #B3B3B3 100%);
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 64px;
    mix-blend-mode: multiply;
  }
}
@media only screen and (max-width: 900px) {
  [data-page=botanical] .hero {
    height: calc(100lvh + 100px);
  }
}
.hero[data-position=fix] {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.hero[data-position=fix].is-hidden {
  display: none;
}
.hero.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.hero_side > div {
  position: absolute;
  z-index: 1;
  top: calc(50% - 92px);
}
.hero_side > div:nth-child(1) {
  left: 12px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 900px) {
  .hero_side > div:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  .hero_side > div:nth-child(2) {
    right: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .hero_side > div:nth-child(2) {
    left: 16px;
    top: 15px;
    width: 2.9487179487vw;
  }
}
@media only screen and (max-width: 900px) {
  .hero_side > div img {
    width: 100%;
    height: auto;
  }
}
.hero_logo {
  position: absolute;
  z-index: 3;
  width: 154px;
  height: 48px;
  left: calc(50% - 77px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-image: url("/cdn/shop/files/logo_brand_white.svg?v=1751007034");
}
@media only screen and (max-width: 900px) {
  .hero_logo {
    width: 128px;
    height: 40px;
    left: calc(50% - 64px);
  }
}
[data-page=cavitation] .hero_logo, [data-page=botanical] .hero_logo, [data-page=pro2-cp2510] .hero_logo {
  background-image: url("/cdn/shop/files/logo_brand_black.svg?v=1751004130");
}
[data-page=about] .hero_logo, [data-page=rin] .hero_logo, [data-page=ipl] .hero_logo, [data-page=bfs] .hero_logo, [data-page=brush] .hero_logo, [data-page=cavitation] .hero_logo, [data-page=botanical] .hero_logo, [data-bursh-type=pro2] .hero_logo, [data-page=pro2-cp2510] .hero_logo {
  top: 24px;
}
[data-page=xxx] .hero_logo {
  top: 24px;
  top: 52px;
}
@media only screen and (max-width: 900px) {
  [data-page=xxx] .hero_logo {
    top: 84px;
  }
}
.hero_logo span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
}
.hero_logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.hero_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero_image > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 901px) {
  [data-page=brush][data-bursh-type=std] .hero_image > div, [data-page=brush][data-bursh-type=pro] .hero_image > div, [data-page=cavitation] .hero_image > div {
    top: -10%;
    height: 110%;
  }
}
@media only screen and (max-width: 900px) {
  [data-page=brush][data-bursh-type=std] .hero_image > div, [data-page=brush][data-bursh-type=pro] .hero_image > div, [data-page=cavitation] .hero_image > div {
    height: 120%;
  }
}
@media only screen and (min-width: 901px) {
  [data-page=botanical] .hero_image > div {
    top: -10%;
    height: 110%;
  }
}
@media only screen and (max-width: 900px) {
  [data-page=botanical] .hero_image > div {
    transform: none !important;
  }
}
@media only screen and (min-width: 901px) {
  [data-page=pro2-cp2510] .hero_image > div {
    top: -10%;
    height: 110%;
  }
}
@media only screen and (max-width: 900px) {
  [data-page=pro2-cp2510] .hero_image > div {
    transform: none !important;
  }
}
@media only screen and (max-width: 900px) {
  [data-page=cavitation] .hero_image > div {
    top: 10%;
  }
}
.hero_image > div > div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 901px) {
  [data-page=about] .hero_image > div > div {
    background-image: url("/assets/img/about/hero-pc.webp");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=about] .hero_image > div > div {
    background-image: url("/assets/img/about/hero-sp.webp");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=ipl] .hero_image > div > div {
    background-image: url("/assets/img/ipl/hero2023-pc.jpg");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=ipl] .hero_image > div > div {
    background-image: url("/assets/img/ipl/hero2023-sp.jpg");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=bfs] .hero_image > div > div {
    background-image: url("/assets/img/bfs/trait/hero01-pc.jpg");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=bfs] .hero_image > div > div {
    background-image: url("/assets/img/bfs/trait/hero01-sp.jpg");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=brush] .hero_image > div > div {
    background-image: url("/assets/img/brush/hero-pc.jpg");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=brush] .hero_image > div > div {
    background-image: url("/assets/img/brush/hero-sp.jpg");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=cavitation] .hero_image > div > div {
    background-image: url("/assets/img/cavitation/hero-pc.webp");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=cavitation] .hero_image > div > div {
    background-image: url("/assets/img/cavitation/hero-sp.webp");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=botanical] .hero_image > div > div {
    background-image: url("/assets/img/botanical/hero-pc.jpg");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=botanical] .hero_image > div > div {
    background-image: url("/assets/img/botanical/hero-sp.jpg");
  }
}
@media only screen and (min-width: 901px) {
  [data-bursh-type=pro2] .hero_image > div > div {
    background-image: url("/assets/img/brush_2/trait/hero-pc.webp");
  }
}
@media only screen and (max-width: 900px) {
  [data-bursh-type=pro2] .hero_image > div > div {
    background-image: url("/assets/img/brush_2/trait/hero-sp.webp");
  }
}
@media only screen and (min-width: 901px) {
  [data-page=pro2-cp2510] .hero_image > div > div {
    background-image: url("/cdn/shop/files/lift_brush_pro_2_thanks_cp_2510_hero-pc.webp?v=1764701158");
  }
}
@media only screen and (max-width: 900px) {
  [data-page=pro2-cp2510] .hero_image > div > div {
    background-image: url("/cdn/shop/files/lift_brush_pro_2_thanks_cp_2510_hero-sp.webp?v=1764701158");
  }
}
.hero_inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .hero_inner {
    width: 100%;
  }
}
.hero_inner [class*=_copy] {
  position: static;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  transform: none;
}
[data-page=rin] .hero_inner {
  margin-top: -20px;
}
[data-bursh-type=pro2] .hero_inner {
  transform: none;
  top: auto;
  bottom: 10%;
  width: 100%;
  left: 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  [data-bursh-type=pro2] .hero_inner {
    bottom: 220px;
  }
}
@media only screen and (min-width: 901px) {
  .hero_inner[\:has\(.heroCavitation\)] {
    height: 274px;
    width: 100%;
  }
  .hero_inner:has(.heroCavitation) {
    height: 274px;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .hero_inner[\:has\(.heroCavitation\)] {
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
  .hero_inner:has(.heroCavitation) {
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (min-width: 901px) {
  .hero_inner[\:has\(.heroBotanical\)] {
    width: 430px;
    left: 75.3%;
    top: 66.6%;
    text-align: left;
  }
  .hero_inner:has(.heroBotanical) {
    width: 430px;
    left: 75.3%;
    top: 66.6%;
    text-align: left;
  }
}
@media only screen and (max-width: 900px) {
  .hero_inner[\:has\(.heroBotanical\)] {
    text-align: left;
    top: 63.4%;
    left: 9.2307692308%;
    transform: none;
    right: auto;
  }
  .hero_inner:has(.heroBotanical) {
    text-align: left;
    top: 63.4%;
    left: 9.2307692308%;
    transform: none;
    right: auto;
  }
}
.hero_inner[\:has\(.heroBrush\)] {
  width: 100%;
}
.hero_inner:has(.heroBrush) {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .hero_inner[\:has\(.heroBrush\)] {
    top: 18%;
  }
  .hero_inner:has(.heroBrush) {
    top: 18%;
  }
}
.hero_copy {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_copy span {
  font-size: 64px;
  color: #fff;
  display: flex;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .hero_copy span {
    font-size: 9.2307692308vw;
  }
  [data-page=brush] .hero_copy span, [data-page=rin] .hero_copy span {
    font-size: 10.2564102564vw;
  }
}
.hero_body {
  margin-top: 40px;
}
.hero_body p {
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .hero_body p {
    font-size: 16px;
  }
  [data-bursh-type=pro2] .hero_body p {
    font-size: 18px;
  }
}
[data-page=rin] .hero_body p {
  font-size: 32px;
}
@media only screen and (max-width: 900px) {
  [data-page=rin] .hero_body p {
    font-size: 24px;
  }
}
.hero_body p sup {
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .hero_body p sup {
    font-size: 8px;
  }
}
.hero_rin {
  position: absolute;
  z-index: 2;
  left: calc(50% - 136px);
  bottom: 14.1%;
  width: 273px;
}
@media only screen and (max-width: 900px) {
  .hero_rin {
    width: 196px;
    left: calc(50% - 98px);
    bottom: 160px;
  }
}
.hero_luna > div {
  width: 262px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .hero_luna > div {
    width: 240px;
  }
}
.hero_luna > div img {
  width: 100%;
  height: auto;
}
.hero_bodyGothic {
  margin-top: 40px;
}
.hero_bodyGothic p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.12em;
  font-feature-settings: normal;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .hero_bodyGothic p {
    font-size: 13px;
  }
}
.hero_slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero_attention {
  text-align: right;
  padding: 20px 20px 0;
}
.hero_attention p {
  font-size: 10px;
  line-height: 170%;
  color: #808080;
}
@media only screen and (max-width: 900px) {
  .hero_attention p {
    font-size: 9px;
  }
}
.hero_video {
  width: 100%;
  height: 100lvh;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hero_video > div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero_video > div video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

/** animation
/**************************************/
.hero_side > div {
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hero_side > div:nth-child(1) {
  transform: translateX(calc(-100% - 12px)) rotate(180deg);
  transition-delay: 2.8s;
}
[data-loaded="1"] .hero_side > div:nth-child(1) {
  transform: translateX(0) rotate(180deg);
}
.hero_side > div:nth-child(2) {
  transition-delay: 3s;
}
@media only screen and (min-width: 901px) {
  .hero_side > div:nth-child(2) {
    transform: translateX(calc(100% + 22px));
  }
}
@media only screen and (max-width: 900px) {
  .hero_side > div:nth-child(2) {
    transform: translateX(calc(100% - 42px));
  }
}
[data-loaded="1"] .hero_side > div:nth-child(2) {
  transform: translateX(0);
}
.hero_image {
  overflow: hidden;
}
.hero_image > div > div {
  transform: scale(1.1);
  transition: 4.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
[data-loaded="1"] .hero_image > div > div {
  transform: scale(1);
}
.hero_copy span {
  perspective: 600px;
}
.hero_copy span em {
  transform: rotateY(-25deg) scale(1.2);
  opacity: 0;
  transition: 0s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
[data-loaded="1"] .hero_copy span em {
  transform: rotateY(0deg) scale(1);
  opacity: 1;
}
.hero_copy span em:nth-child(1) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.hero_copy span em:nth-child(2) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.48s;
}
.hero_copy span em:nth-child(3) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.56s;
}
.hero_copy span em:nth-child(4) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.64s;
}
.hero_copy span em:nth-child(5) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.72s;
}
.hero_copy span em:nth-child(6) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}
.hero_copy span em:nth-child(7) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.88s;
}
.hero_copy span em:nth-child(8) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 0.96s;
}
.hero_copy span em:nth-child(9) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.04s;
}
.hero_copy span em:nth-child(10) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.12s;
}
.hero_copy span em:nth-child(11) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
.hero_copy span em:nth-child(12) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.28s;
}
.hero_copy span em:nth-child(13) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.36s;
}
.hero_copy span em:nth-child(14) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.44s;
}
.hero_copy span em:nth-child(15) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.52s;
}
.hero_copy span em:nth-child(16) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.hero_copy span em:nth-child(17) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.68s;
}
.hero_copy span em:nth-child(18) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.76s;
}
.hero_copy span em:nth-child(19) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.84s;
}
.hero_copy span em:nth-child(20) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 1.92s;
}
.hero_copy span em:nth-child(21) {
  transition: 2.3s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}
.hero_logo {
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
[data-page=home] .hero_logo, [data-page=about] .hero_logo, [data-page=ipl] .hero_logo, [data-page=bfs] .hero_logo {
  transform: translateY(calc(-100% - 24px));
}
[data-loaded="1"] .hero_logo {
  transform: translateY(0);
}
.hero_body {
  transform: translateY(10px);
  opacity: 0;
  transition: 1.9s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
[data-loaded="1"] .hero_body {
  transform: none;
  opacity: 1;
}

/** banner fix
/**************************************/
.banner_fix {
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
  transform: translateY(100%);
}
[data-loaded="1"] .banner_fix {
  transform: none;
}

/** ipl
/**************************************/
.heroIpl {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.heroIpl_title {
  font-size: 13px;
  letter-spacing: 0.12em;
}
.heroIpl_copy {
  font-size: 24px;
  line-height: 150%;
  margin-top: 30px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
.heroIpl_copy sup {
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .heroIpl_copy sup {
    font-size: 8px;
  }
}
.heroIpl_button {
  margin-top: 40px;
}
.heroIpl_button a {
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 15px auto 0;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 900px) {
  .heroIpl_button a {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width: 901px) {
  .heroIpl_button a:hover {
    opacity: 0.6;
  }
}
.heroIpl_button a i {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroIpl_button a i:after {
  content: "\ea05";
}
.heroIpl_button a i::after {
  color: #808080;
  font-size: 7px;
  display: block;
  transform: rotate(90deg);
  padding-left: 2px;
}
@media only screen and (max-width: 900px) {
  .heroIpl_button a i::after {
    font-size: 7px;
  }
}
.heroIpl_button a span {
  display: block;
  font-size: 12px;
  margin-right: 8px;
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 900px) {
  .heroIpl_button a span {
    font-size: 10px;
    margin-right: 5px;
  }
}

/** brush
/**************************************/
.heroBrush {
  position: absolute;
  width: 100%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 901px) {
  .heroBrush {
    margin-top: -5.5%;
  }
}
.heroBrush_wrap {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 901px) {
  .heroBrush_wrap {
    max-width: calc(1210px + 10%);
    text-align: left;
    padding-left: 5%;
  }
}
.heroBrush_label {
  font-size: 16px;
}
.heroBrush_headline {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
  margin-top: 38px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 900px) {
  .heroBrush_headline {
    font-size: 26px;
    margin-top: 5px;
  }
}
.heroBrush_label, .heroBrush_headline {
  transform: translateY(10px);
  opacity: 0;
  transition: 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-loaded="1"] .heroBrush_label, [data-loaded="1"] .heroBrush_headline {
  transform: none;
  opacity: 1;
}
.heroBrush_label {
  transition-delay: 1s;
}
.heroBrush_headline {
  transition-delay: 1.2s;
}

/** cavitation
/**************************************/
.heroCavitation {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .heroCavitation {
    left: 0;
    bottom: 12.4%;
  }
}
.heroCavitation_wrap {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 901px) {
  .heroCavitation_wrap {
    max-width: calc(1210px + 10%);
    text-align: left;
    padding-left: 5%;
  }
}
.heroCavitation_headline {
  font-size: 18px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .heroCavitation_headline {
    font-size: 16px;
  }
}
.heroCavitation_main {
  font-size: 52px;
  line-height: 150%;
  margin-top: 28px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .heroCavitation_main {
    font-size: 34px;
    margin-top: 11px;
  }
}
.heroCavitation_sub {
  font-size: 20px;
  line-height: 180%;
  margin-top: 12px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 900px) {
  .heroCavitation_sub {
    font-size: 14px;
    margin-top: 2px;
  }
}
.heroCavitation_headline, .heroCavitation_main, .heroCavitation_sub {
  transform: translateY(20px);
  opacity: 0;
  transition: 1.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
[data-loaded="1"] .heroCavitation_headline, [data-loaded="1"] .heroCavitation_main, [data-loaded="1"] .heroCavitation_sub {
  transform: none;
  opacity: 1;
}
.heroCavitation_headline {
  transition-delay: 0.7s;
}
.heroCavitation_main {
  transition-delay: 0.9s;
}
.heroCavitation_sub {
  transition-delay: 1.1s;
}

/** botanical
/**************************************/
.heroBotanical_headline {
  font-size: 18px;
  line-height: 120%;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 900px) {
  .heroBotanical_headline {
    font-size: 14px;
  }
}
@media only screen and (min-width: 901px) {
  .heroBotanical_body {
    margin-top: 5px;
  }
}
.heroBotanical_body p:nth-child(1) {
  font-size: 56px;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .heroBotanical_body p:nth-child(1) {
    font-size: 40px;
  }
}
.heroBotanical_body p:nth-child(2) {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 901px) {
  .heroBotanical_body p:nth-child(2) {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 900px) {
  .heroBotanical_body p:nth-child(2) {
    font-size: 20px;
  }
}
.heroBotanical_body p:nth-child(3) {
  margin-top: 35px;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 900px) {
  .heroBotanical_body p:nth-child(3) {
    font-size: 16px;
    margin-top: 25px;
  }
}
.heroBotanical_body p:nth-child(4) {
  margin-top: 3px;
  font-size: 13px;
}
@media only screen and (max-width: 900px) {
  .heroBotanical_body p:nth-child(4) {
    font-size: 12px;
  }
}

.heroBotanicalBalloon {
  width: 180px;
  position: absolute;
  left: 10.4%;
  bottom: 6.8%;
}
@media only screen and (max-width: 900px) {
  .heroBotanicalBalloon {
    width: 116px;
    left: auto;
    right: 8.1%;
    top: 51.4%;
  }
}
/** notice
/**************************************/
.heroNotice {
  width: 100%;
  height: 28px;
  background-color: #F8F8F3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width: 900px) {
  .heroNotice {
    height: 60px;
    padding: 12px 5.1282051282% 0;
  }
}
@media only screen and (min-width: 901px) {
  .heroNotice_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .heroNotice_wrap:hover .heroNotice_body {
    text-decoration: none;
  }
}
@media only screen and (max-width: 900px) {
  .heroNotice_wrap {
    display: block;
  }
}
.heroNotice_label {
  margin-right: 12px;
}
@media only screen and (max-width: 900px) {
  .heroNotice_label {
    display: none;
  }
}
.heroNotice_title {
  border-radius: 7px;
  font-size: 9px;
  color: #F8F8F3;
  background-color: #1A1A1A;
  white-space: nowrap;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 901px) {
  .heroNotice_title {
    display: block;
    padding: 2px 6px 1px;
    height: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .heroNotice_title {
    margin-right: 5px;
    line-height: 160%;
    padding: 1px 6px;
    height: 12px;
  }
}
.heroNotice_body {
  font-size: 11px;
  letter-spacing: 0.12em;
  line-height: 160%;
  text-decoration: underline;
}

/** banner pro 2
/**************************************/
/** brush campaign
/**************************************/
.heroCampaign {
  position: absolute;
  text-align: left;
}
@media only screen and (min-width: 901px) {
  .heroCampaign {
    left: 8%;
    top: calc(50% - 74px);
  }
}
@media only screen and (max-width: 900px) {
  .heroCampaign {
    width: 100%;
    left: 0;
    bottom: 30px;
    padding-left: 6%;
    padding-right: 6%;
  }
}
.heroCampaign_headline {
  font-size: 64px;
  letter-spacing: 0.08em;
  line-height: 120%;
  color: #AC1111;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 900px) {
  .heroCampaign_headline {
    font-size: 30px;
  }
}
.heroCampaign_content {
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .heroCampaign_content {
    margin-top: 23px;
  }
}
.heroCampaign_label {
  font-size: 13px;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 17px;
}
.heroCampaign_label::before {
  left: 0;
  top: 4px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  border: 1px solid #1A1A1A;
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
}
.heroCampaign_date {
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .heroCampaign_date {
    font-size: 13px;
    margin-top: 12px;
  }
}
.heroCampaign_note {
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-top: 20px;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .heroCampaign_note {
    margin-top: 12px;
    color: #808080;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}

/** brush campaign banner
/**************************************/
.heroBannerCampaign {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 240px;
  height: 90px;
  position: absolute;
  z-index: 5;
  left: 2.8%;
  bottom: 70px;
}
@media only screen and (max-width: 900px) {
  .heroBannerCampaign {
    display: none;
  }
}
.heroBannerCampaign_link {
  display: block;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 901px) {
  .heroBannerCampaign_link:hover {
    opacity: 0.7;
  }
}

.heroBannerCampaign_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.heroBannerCampaign_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.heroBannerCampaign_title {
  position: relative;
  z-index: 1;
}
.heroBannerCampaign_title span {
  font-size: 14px;
  color: #AC1111;
  letter-spacing: 0.08em;
  line-height: 140%;
  display: block;
}
.heroBannerCampaign_title span i {
  width: 6px;
  height: 6px;
}

/** brush pro2 banner
/**************************************/
.heroBannerPro2 {
  position: absolute;
  z-index: 5;
  left: 2.8%;
}
@media only screen and (min-width: 901px) {
  .heroBannerPro2 {
    bottom: 70px;
  }
}
@media only screen and (max-width: 900px) {
  .heroBannerPro2 {
    display: none;
  }
}
.heroBannerPro2_link {
  width: 260px;
  height: 98px;
  display: flex;
  align-items: center;
  padding-left: 18px;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 901px) {
  .heroBannerPro2_link:hover {
    opacity: 0.7;
  }
}
.heroBannerPro2_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.heroBannerPro2_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.heroBannerPro2_title {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.heroBannerPro2_title span {
  display: block;
}
.heroBannerPro2_title span:nth-child(1) {
  font-size: 10px;
  color: #1A1A1A;
  letter-spacing: 0.08em;
}
.heroBannerPro2_title span:nth-child(2) {
  font-size: 14px;
  color: #AC1111;
  letter-spacing: 0.08em;
  line-height: 140%;
  display: block;
  margin-top: 5px;
}
.heroBannerPro2_title span:nth-child(2) i {
  width: 6px;
  height: 6px;
  transform: translateY(-2px);
  display: inline-block;
}

.heroBannerPro2 {
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1) 1s;
  opacity: 0;
}
[data-loaded="1"] .heroBannerPro2 {
  opacity: 1;
}

/** fill
/**************************************/
.buttonFill a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 288px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .buttonFill a {
    width: 100%;
  }
}
.buttonFill a span {
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 300;
}
.buttonFill[data-size="14"] a span {
  font-size: 14px;
}
.buttonFill[data-size="15"] a span {
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  .buttonFill[data-size="15"] a span {
    font-size: 14px;
  }
}
.buttonFill[data-color=black] a {
  background-color: #1A1A1A;
}
.buttonFill[data-color=black] a span {
  color: #fff;
}
.buttonFill[data-color=black] a:before {
  color: #fff;
}
.buttonFill[data-icon=arrow-right] a:before {
  content: "\ea05";
}
.buttonFill[data-icon=arrow-right] a:before {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: calc(50% - 5px);
}
.buttonFill[data-icon=arrow-play] a:before {
  content: "\ea05";
}
.buttonFill[data-icon=arrow-play] a:before {
  font-size: 10px;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: calc(50% - 5px);
  transform: rotate(-45deg);
}
.buttonFill[data-icon=cart] a {
  padding-right: 15px;
}
.buttonFill[data-icon=cart] a:before {
  content: "\ea08";
}
.buttonFill[data-icon=cart] a:before {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  right: 18px;
  top: calc(50% - 7px);
}
.buttonFill[data-icon=blank] a {
  padding-right: 15px;
}
.buttonFill[data-icon=blank] a:before {
  content: "\ea07";
}
.buttonFill[data-icon=blank] a:before {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  right: 18px;
  top: calc(50% - 7px);
}

.buttonFill a:before {
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 901px) {
  .buttonFill[data-icon=arrow-right] a:hover:before {
    transform: translateX(5px);
  }
}
.buttonFill[data-color=black] a:after {
  background: linear-gradient(137deg, #1e2944 0%, #315970 100%);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  z-index: 0;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
@media only screen and (min-width: 901px) {
  .buttonFill[data-color=black] a:hover:after {
    opacity: 1;
  }
}

/** frame
/**************************************/
.buttonFrame_link {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
}
.buttonFrame_title {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.buttonFrame[data-icon=arrowRight] .buttonFrame_link:after {
  content: "\ea05";
}
.buttonFrame[data-icon=arrowRight] .buttonFrame_link:after {
  font-size: 11px;
  color: #808080;
  transform: rotate(-45deg);
  display: block;
}

.buttonFrame_link::after {
  transition: 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 901px) {
  .buttonFrame_link:hover::after {
    transform: translateX(3px) translateY(-3px) rotate(-45deg) !important;
  }
}

.campaignOutline {
  position: relative;
}
@media only screen and (min-width: 901px) {
  .campaignOutline {
    margin-top: 226px;
  }
  .campaignOutline::before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 78.0555555556vw;
    height: calc(100% - 60px);
  }
  .campaignOutline[data-position=image-right]::before {
    left: 0;
  }
  .campaignOutline[data-position=image-left]::before {
    right: 0;
  }
}
@media only screen and (min-width: 901px) and (min-width: 901px) {
  .campaignOutline[data-theme=beige]::before {
    background-color: #F8F8F3;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline#function1 {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline {
    margin-top: 60px;
  }
  .campaignOutline[data-theme=beige] .campaignOutline_inner {
    background-color: #F8F8F3;
  }
}
.campaignOutline_wrap {
  z-index: 1;
}
@media only screen and (min-width: 901px) {
  .campaignOutline_wrap {
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_wrap {
    margin-top: -60px;
  }
  [data-position=image-left] .campaignOutline_wrap {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_inner {
    display: flex;
    justify-content: space-between;
  }
  [data-position=image-right] .campaignOutline_inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_inner {
    background-color: #fff;
    width: 90.7692307692vw;
    padding: 68px 7% 60px;
  }
}
@media only screen and (min-width: 901px) {
  [data-position=image-right] .campaignOutline_content {
    width: 53.3333333333vw;
    padding: 100px 0 200px 7.6388888889vw;
  }
  [data-position=image-left] .campaignOutline_content {
    width: 51.25vw;
    padding: 88px 7.6388888889vw 163px 0;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_image, .campaignOutline_video {
    width: 39.5833333333vw;
  }
  [data-position=image-right] .campaignOutline_image, [data-position=image-right] .campaignOutline_video {
    margin-top: 6.9444444444vw;
  }
  [data-position=image-left] .campaignOutline_image, [data-position=image-left] .campaignOutline_video {
    margin-top: -6.9444444444vw;
  }
}
@media only screen and (max-width: 900px) {
  [data-position=image-right] .campaignOutline_image, [data-position=image-right] .campaignOutline_video {
    display: flex;
    justify-content: flex-end;
  }
}
.campaignOutline_image > div, .campaignOutline_video > div {
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_image > div, .campaignOutline_video > div {
    width: 90.7692307692vw;
  }
}
[data-position=image-right] .campaignOutline_image > div, [data-position=image-right] .campaignOutline_video > div {
  border-radius: 4px 0 0 4px;
}
[data-position=image-left] .campaignOutline_image > div, [data-position=image-left] .campaignOutline_video > div {
  border-radius: 0 4px 4px 0;
}
.campaignOutline_content h2 {
  font-size: 24px;
}
.campaignOutline_content > p {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 180%;
  margin-top: 27px;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content > p {
    margin-top: 20px;
  }
}
.campaignOutline_content > p strong {
  color: #AC1111;
}
.campaignOutline_content dl dt {
  margin-top: 32px;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding-left: 18px;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content dl dt {
    margin-top: 27px;
  }
}
.campaignOutline_content dl dt::before {
  left: 0;
  top: 4px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border: 1px solid #1A1A1A;
  content: "";
  display: block;
  position: absolute;
}
.campaignOutline_content dl dd {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content dl dd {
    margin-top: 4px;
  }
}
.campaignOutline_content .note {
  margin-top: 5px;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .note {
    margin-top: 3px;
  }
}
.campaignOutline_content .note p {
  font-size: 10px;
  letter-spacing: 0.012em;
  line-height: 180%;
  color: #808080;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.campaignOutline_content .banner {
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner[data-row="2"] {
    display: flex;
    justify-content: space-between;
  }
}
.campaignOutline_content .banner_item {
  background-color: #fff;
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner_item {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 13px 14px 13px 24px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner_item {
    border-radius: 2px;
    height: 194px;
    position: relative;
    padding: 12px 0 0 6%;
    display: block;
  }
  .campaignOutline_content .banner_item + .banner_item {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner_item[data-banner=pro2] {
    width: fit-content;
  }
  .campaignOutline_content .banner_item[data-banner=pro2] .banner_image {
    width: 133px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner_item[data-banner=pro2] .banner_image {
    right: 7.9%;
    bottom: 10px;
    height: 133px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner_item[data-banner=pro] {
    width: 49%;
  }
  .campaignOutline_content .banner_item[data-banner=pro] .banner_title {
    width: calc(100% - 90px);
  }
  .campaignOutline_content .banner_item[data-banner=pro] .banner_image {
    width: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner_item[data-banner=pro] .banner_image {
    right: 11%;
    bottom: 1px;
    height: 133px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner_item[data-banner=std] {
    width: 48%;
  }
  .campaignOutline_content .banner_item[data-banner=std] .banner_image {
    width: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner_item[data-banner=std] .banner_image {
    right: 17%;
    bottom: 15px;
    height: 160px;
  }
}
@media only screen and (min-width: 901px) {
  .campaignOutline_content .banner_image {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .campaignOutline_content .banner_image {
    position: absolute;
  }
  .campaignOutline_content .banner_image > div {
    height: 100%;
  }
  .campaignOutline_content .banner_image > div img {
    width: auto;
    height: 100%;
  }
}
.campaignOutline_content .banner_title {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0.12em;
}

.capmaignEntry {
  background-color: #F8F8F3;
  padding-left: 5%;
  padding-right: 5%;
  padding: 90px 0 90px;
  margin-top: 68px;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry {
    padding: 77px 9.2% 80px;
  }
}
.capmaignEntry_wrap {
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
}
.capmaignEntry_title {
  font-size: 24px;
  letter-spacing: 0.12em;
}
.capmaignEntry_content {
  margin-top: 63px;
  padding-left: 29px;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_content {
    margin-top: 25px;
    padding-left: 18px;
  }
}
.capmaignEntry_content dt {
  font-size: 16px;
  letter-spacing: 0.015em;
  position: relative;
  margin-top: 27px;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_content dt {
    font-size: 20px;
    margin-top: 22px;
  }
}
.capmaignEntry_content dt::before {
  box-sizing:content-box;
  left: -26px;
  top: 6px;
  width: 2px;
  height: 2px;
  transform: rotate(45deg);
  border: 1px solid #1A1A1A;
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_content dt::before {
    top: 8px;
  }
}
.capmaignEntry_content dd {
  margin-top: 17px;
}
.capmaignEntry_content dd p {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 180%;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_content dd p {
    font-size: 14px;
  }
}
.capmaignEntry_content dd ul {
  margin: 5px 0 0 8px;
}
.capmaignEntry_content dd ul li {
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.012em;
  color: #808080;
}
.capmaignEntry_content dd ul[data-indent-size="1"] li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.capmaignEntry_content dd ul[data-indent-size="2"] li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.capmaignEntry_content dd .buttonFill {
  margin-top: 15px;
}
@media only screen and (min-width: 901px) {
  .capmaignEntry_content dd .image {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
  .capmaignEntry_content dd .image > picture {
    width: 49.4%;
  }
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_content dd .image {
    margin-top: 20px;
    margin-left: -18px;
  }
  .capmaignEntry_content dd .image picture + picture {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 901px) {
  .capmaignEntry_receive {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_receive {
    margin-top: 14px;
  }
}
.capmaignEntry_receive .title {
  width: 75px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
}
.capmaignEntry_receive .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  position: absolute;
  right: 19px;
  top: 2px;
}
@media only screen and (min-width: 901px) {
  .capmaignEntry_receive .content {
    width: calc(100% - 76px);
    margin-top: -2px;
  }
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_receive .lead {
    display: flex;
    align-items: center;
  }
}
.capmaignEntry_receive .lead span {
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_receive .lead span {
    font-size: 16px;
  }
}
.capmaignEntry_receive .body {
  margin-top: 15px;
}
.capmaignEntry_receive .body p {
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.012em;
  color: #808080;
}
.capmaignEntry_receive .body p a {
  text-decoration: underline;
}
.capmaignEntry_attention {
  border-top: 1px dotted #1A1A1A;
  margin-top: 87px;
  padding-top: 44px;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_attention {
    margin-top: 40px;
    padding-top: 32px;
  }
}
.capmaignEntry_attention h2 {
  font-size: 20px;
  letter-spacing: 0.12em;
}
.capmaignEntry_attention > ul {
  margin: 40px 0 0 7px;
}
@media only screen and (max-width: 900px) {
  .capmaignEntry_attention > ul {
    margin: 15px 0 0 9px;
  }
}
.capmaignEntry_attention > ul li {
  font-size: 13px;
  letter-spacing: 0.012em;
  line-height: 180%;
  text-indent: -1em;
  padding-left: 1em;
}
.capmaignEntry_attention > ul li > ul {
  margin-left: 9px;
}
.capmaignEntry_attention > ul li > ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.capmaignBottom {
  max-width: 1292px;
  margin: 120px auto 120px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 900px) {
  .capmaignBottom {
    margin: 80px auto 80px;
  }
}
@media only screen and (min-width: 901px) {
  .capmaignBottom_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 901px) {
  .capmaignBottom_column {
    width: 48.5%;
  }
}
@media only screen and (max-width: 900px) {
  .capmaignBottom_column + .capmaignBottom_column {
    margin-top: 28px;
  }
}

/** card
/**************************************/
.capmaignBottomCard {
  background-color: #F8F8F3;
  padding: 61px 14.2% 84px;
}
@media only screen and (max-width: 900px) {
  .capmaignBottomCard {
    padding: 46px 8.9% 70px;
  }
}
.capmaignBottomCard_title {
  font-size: 24px;
  letter-spacing: 0.12em;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .capmaignBottomCard_title {
    font-size: 18px;
  }
}
.capmaignBottomCard_title::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.capmaignBottomCard_body {
  margin-top: 55px;
}
.capmaignBottomCard_body p {
  font-size: 16px;
  line-height: 170%;
}
@media only screen and (max-width: 900px) {
  .capmaignBottomCard_body p {
    font-size: 14px;
  }
}
.capmaignBottomCard .buttonFill {
  margin-top: 30px;
}
