/********************************* Reset *********************************/
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}



h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

img, article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
}
.wraper {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.25vw, 1.25vw, 23px);
  line-height: 1.75;
  /*width: 100%;*/
  color: #000000;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);  
}
@media all and (max-width: 767px) {
  .wraper {
    font-size: clamp(3.38vw, 3.38vw, 20px);
    overflow-x: hidden;
  }
}
.wraper._fixed {
  position: fixed;
  overflow: hidden;
}
/*
img {
  vertical-align: top;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  opacity: 0.6 !important;
  -webkit-transition: 0.2s ease-in-out !important;
  -o-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
}

/********************************* Common *********************************/
@media all and (max-width: 767px) {
  ._pc {
    display: none;
  }
}
@media all and (min-width: 768px) {
  ._pc {
    display: inline;
  }
}

@media all and (max-width: 767px) {
  ._sp {
    display: inline;
  }
}
@media all and (min-width: 768px) {
  ._sp {
    display: none;
  }
}

h2.sec-title {
  width: 7.34vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 767px) {
  h2.sec-title {
    /*width: 14.49vw;*/
    width: 20.49vw;
  }
}

h3 {
  font-size: clamp(2.34vw, 2.34vw, 44px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.34vw;
}
@media all and (max-width: 767px) {
  h3 {
    font-size: clamp(6.28vw, 6.28vw, 30px);
    margin-bottom: 4.83vw;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 30.47vw;
  height: 5.63vw;
  padding-left: 1.88vw;
  font-size: clamp(1.41vw, 1.41vw, 26px);
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
}
@media all and (max-width: 767px) {
  .button {
    width: 73.91vw;
    height: 17.39vw;
    padding-left: 5.8vw;
    font-size: clamp(3.86vw, 3.86vw, 24px);
  }
}
.button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1.88vw;
  width: 1.17vw;
  height: 1.17vw;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (max-width: 767px) {
  .button::before {
    left: 5.8vw;
    width: 3.62vw;
    height: 3.62vw;
  }
}
.button._glink {
  padding-left: 0;
}
.button._glink::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3.91vw;
  width: 1.25vw;
  height: 1.25vw;
  background: url("/img/brand/powant/icon_glink.png") no-repeat center;
  background-size: cover;
}
@media all and (max-width: 767px) {
  .button._glink::after {
    right: 9.66vw;
    width: 3.38vw;
    height: 3.38vw;
  }
}

section {
  position: relative;
  padding-top: 3.67vw;
}
@media all and (max-width: 767px) {
  section {
    padding-top: 7.25vw;
  }
}
section p {
  font-size: clamp(1.25vw, 1.25vw, 23px);
}
@media all and (max-width: 767px) {
  section p {
    font-size: clamp(3.38vw, 3.38vw, 20px);
  }
}
section img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/********************************* header *********************************/
header .header__kv {
  position: relative;
  width: 100%;
  height: 53.67vw;
  background-image: url("/img/brand/powant/powant_kv_img.png");
  background-size: cover;
  opacity: 0;
  transition: 1s;
}
header .header__kv._show {
  opacity: 1;
}
@media all and (max-width: 767px) {
  header .header__kv {
    height: 154.59vw;
    background-image: url("/img/brand/powant/sp_kv.png");
  }
}
header .header__kv video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 767px) {
  header .header__kv video {
    display: none;
  }
}
header .header__kv h1 {
  width: 29.53vw;
  position: absolute;
  top: 16.56vw;
  left: 62.5vw;
}
@media all and (max-width: 767px) {
  header .header__kv h1 {
    width: 72.46vw;
    top: 43.48vw;
    left: 13.53vw;
  }
}
header .header__kv p {
  position: absolute;
  top: 30.31vw;
  left: 65.31vw;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.48vw, 1.48vw, 27px);
}
@media all and (max-width: 767px) {
  header .header__kv p {
    top: 74.88vw;
    left: 12.08vw;
    font-size: clamp(4.59vw, 4.59vw, 27px);
  }
}
header .header__kv .kv-logo, header .header__kv .kv-text {
  transform: translate(0, 30px);
  opacity: 0;
  transition-duration: 1s;
}
header .header__kv .kv-logo._show, header .header__kv .kv-text._show {
  transform: translate(0, 0);
  opacity: 1;
}
header .header__link {
  width: 100%;
  height: 9.38vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  header .header__link {
    display: none;
  }
}
header .header__link a {
  font-family: "new-hero", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1.88vw, 1.88vw, 35px);
  margin: 0 4vw;
}

/********************************* #intro *********************************/
section#intro {
  padding-top: 6.64vw;
  padding-bottom: 17.19vw;
  text-align: center;
}
@media all and (max-width: 767px) {
  section#intro {
    padding-top: 16.91vw;
    padding-bottom: 38.65vw;
  }
}
section#intro .intro__inner {
  background: url(/img/brand/powant/con_illu_img_02.png) no-repeat;
  background-size: 20.31vw;
  background-position: center 13.67vw;
}
@media all and (max-width: 767px) {
  section#intro .intro__inner {
    background-size: 40.58vw;
    background-position: center 33.82vw;
  }
}
section#intro .intro__inner ._mark {
  width: 17.19vw;
  margin: 0 auto 3.91vw;
}
@media all and (max-width: 767px) {
  section#intro .intro__inner ._mark {
    width: 29.47vw;
    margin-bottom: 11.11vw;
  }
}
section#intro .intro__inner ._catch {
  width: 26.09vw;
  margin: 0 auto 2.19vw;
}
@media all and (max-width: 767px) {
  section#intro .intro__inner ._catch {
    width: 57.97vw;
    margin-bottom: 14.49vw;
  }
}
section#intro .intro__inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-size: clamp(2.03vw, 2.03vw, 37px);
  height: 15.63vw;
}
@media all and (max-width: 767px) {
  section#intro .intro__inner h2 {
    font-size: clamp(5.07vw, 5.07vw, 26px);
    height: auto;
    margin-bottom: 14.49vw;
  }
}
section#intro .intro__inner p {
  margin-bottom: 2.34vw;
}
@media all and (max-width: 767px) {
  section#intro .intro__inner p {
    margin-bottom: 9.66vw;
  }
}

/********************************* #feautre *********************************/
section#feature .feature__inner {
  padding-top: 5.78vw;
  padding-bottom: 26.56vw;
  background-color: #f8f8f8;
  background-image: url("/img/brand/powant/bg_powder_img01.png"), url("/img/brand/powant/bg_powder_img02.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 54.84vw, 54.84vw;
  background-position: 39.06vw 3.44vw, 6.41vw 48.91vw;
}
@media all and (max-width: 767px) {
  section#feature .feature__inner {
    padding-top: 31.4vw;
    padding-bottom: 38.65vw;
    background-size: 97.83vw, 84.06vw;
    background-position: center 72.95vw, center 241.55vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content01 {
    margin-bottom: 31.4vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 76.56vw;
    margin-left: 13.28vw;
    margin-bottom: 11.72vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content01 .content01__text {
    width: 74.88vw;
    margin-left: 19.32vw;
    margin-bottom: 15.7vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content01 .content01__text {
    width: 26.56vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content01 .content01__img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 46.88vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content02 {
    margin-bottom: 43.48vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content02 {
    position: relative;
    width: 90.63vw;
    height: 47.81vw;
    margin: 0 auto 19.53vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content02 .content02__text {
    width: 79.71vw;
    margin-left: 6.04vw;
    margin-bottom: 28.99vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content02 .content02__text {
    width: 31.25vw;
    position: absolute;
    left: 55.08vw;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content02 .content02__img {
    margin-bottom: 14.49vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content02 .content02__img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content02 .content02__text2 {
    width: 74.88vw;
    margin-left: 19.32vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content02 .content02__text2 {
    width: 23.44vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
section#feature .feature__content03 {
  position: relative;
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 {
    height: 294.69vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 {
    width: 89.06vw;
    height: 75.94vw;
    margin: 0 auto;
  }
}
section#feature .feature__content03 .content03__dec01 {
  position: absolute;
  background-color: #D1DBF5;
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__dec01 {
    width: 36.23vw;
    height: 72.46vw;
    left: 2.42vw;
    top: 70.05vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__dec01 {
    width: 17.97vw;
    height: 35.94vw;
    left: 0;
    top: 17.19vw;
  }
}
section#feature .feature__content03 .content03__dec02 {
  background-color: #FFEBDE;
  position: absolute;
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__dec02 {
    width: 44.2vw;
    height: 81.88vw;
    left: 13.29vw;
    top: 212.56vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__dec02 {
    width: 21.88vw;
    height: 40.63vw;
    left: 48.75vw;
    top: 26.56vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__text {
    width: 71.5vw;
    margin-left: 4.83vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__text {
    width: 31.41vw;
    position: absolute;
    left: 24.22vw;
    top: 0;
  }
}
section#feature .feature__content03 .content03__img {
  position: absolute;
}
section#feature .feature__content03 .content03__img p {
  font-size: clamp(0.94vw, 0.94vw, 16px);
  margin-top: 0.78vw;
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__img p {
    font-size: clamp(2.9vw, 2.9vw, 16px);
    margin-top: 1.21vw;
  }
}
section#feature .feature__content03 .content03__img._img01 {
  z-index: 2;
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__img._img01 {
    width: 44.93vw;
    left: 6.04vw;
    top: 83.33vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__img._img01 {
    width: 25.78vw;
    left: 5.47vw;
    top: 23.44vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__img._img02 {
    width: 47.58vw;
    right: 6.04vw;
    top: 105.07vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__img._img02 {
    width: 27.34vw;
    left: 29.38vw;
    top: 35.63vw;
  }
}
@media all and (max-width: 767px) {
  section#feature .feature__content03 .content03__img._img03 {
    width: 53.38vw;
    left: 22.71vw;
    top: 190.82vw;
  }
}
@media all and (min-width: 768px) {
  section#feature .feature__content03 .content03__img._img03 {
    width: 26.56vw;
    right: 0vw;
    top: 16.25vw;
  }
}

.img_frame01 {
  position: relative;
  width: 46.88vw;
  height: 32.34vw;
}
@media all and (max-width: 767px) {
  .img_frame01 {
    width: 83.57vw;
    height: 60.63vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.img_frame01__dec01, .img_frame01__dec02 {
  position: absolute;
  width: 11.72vw;
  height: 27.34vw;
  background-color: #F7E5D2;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .img_frame01__dec01, .img_frame01__dec02 {
    width: 21.98vw;
    height: 51.21vw;
  }
}
.img_frame01__dec01 {
  right: 12.5vw;
  top: 0;
}
@media all and (max-width: 767px) {
  .img_frame01__dec01 {
    right: 21.74vw;
  }
}
.img_frame01__dec01._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame01-slide1;
}
@media all and (max-width: 767px) {
  .img_frame01__dec01._anm {
    animation-name: frame01-slide1-sp;
  }
}
.img_frame01__dec02 {
  left: 12.5vw;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .img_frame01__dec02 {
    left: 21.74vw;
  }
}
.img_frame01__dec02._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame01-slide2;
}
@media all and (max-width: 767px) {
  .img_frame01__dec02._anm {
    animation-name: frame01-slide2-sp;
  }
}
.img_frame01__pad, .img_frame01__01, .img_frame01__02 {
  width: 46.88vw;
  height: 16.17vw;
  position: absolute;
  left: 0;
  top: 8.36vw;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .img_frame01__pad, .img_frame01__01, .img_frame01__02 {
    width: 87.92vw;
    height: 30.43vw;
    top: 15.7vw;
  }
}
.img_frame01__pad._anm {
  animation-duration: 3s;
  animation-name: frame01-pad;
  opacity: 0;
}
.img_frame01__01 {
  opacity: 0;
}
.img_frame01__01._anm {
  animation-duration: 3s;
  animation-name: frame01-01-frame;
  opacity: 1;
}
.img_frame01__02 {
  opacity: 0;
}
.img_frame01__02._anm {
  animation-duration: 3s;
  animation-name: frame01-02-frame;
  opacity: 1;
}

@keyframes frame01-slide1 {
  0% {
    top: -4.69vw;
    opacity: 0;
  }
  20% {
    top: -4.69vw;
    opacity: 0;
  }
  60% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes frame01-slide1-sp {
  0% {
    top: -7.25vw;
    opacity: 0;
  }
  20% {
    top: -7.25vw;
    opacity: 0;
  }
  60% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes frame01-slide2 {
  0% {
    bottom: -4.69vw;
    opacity: 0;
  }
  20% {
    bottom: -4.69vw;
    opacity: 0;
  }
  60% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes frame01-slide2-sp {
  0% {
    bottom: -7.25vw;
    opacity: 0;
  }
  20% {
    bottom: -7.25vw;
    opacity: 0;
  }
  60% {
    bottom: 0;
    opacity: 1;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes frame01-pad {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes frame01-01-frame {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frame01-02-frame {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.img_frame02 {
  position: relative;
  width: 57.81vw;
  height: 36.88vw;
}
@media all and (max-width: 767px) {
  .img_frame02 {
    width: 88.89vw;
    height: 56.52vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.img_frame02__dec01, .img_frame02__dec02 {
  position: absolute;
  width: 40.63vw;
  height: 7.81vw;
  background-color: #D4EBF2;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .img_frame02__dec01, .img_frame02__dec02 {
    width: 62.32vw;
    height: 12.08vw;
  }
}
.img_frame02__dec01 {
  left: 6.56vw;
  top: 0;
}
@media all and (max-width: 767px) {
  .img_frame02__dec01 {
    left: 10.14vw;
  }
}
.img_frame02__dec01._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame02-slide1;
}
@media all and (max-width: 767px) {
  .img_frame02__dec01._anm {
    animation-name: frame02-slide1-sp;
  }
}
.img_frame02__dec02 {
  left: 0;
  top: 6.25vw;
}
@media all and (max-width: 767px) {
  .img_frame02__dec02 {
    top: 9.66vw;
  }
}
.img_frame02__dec02._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame02-slide2;
}
@media all and (max-width: 767px) {
  .img_frame02__dec02._anm {
    animation-name: frame02-slide2-sp;
  }
}
.img_frame02__01, .img_frame02__02 {
  width: 56.02vw;
  height: 32.19vw;
  position: absolute;
  left: 1.8vw;
  top: 5.63vw;
  opacity: 0;
}
@media all and (max-width: 767px) {
  .img_frame02__01, .img_frame02__02 {
    width: 85.99vw;
    height: 49.28vw;
    left: auto;
    right: 0;
  }
}
.img_frame02__01 {
  opacity: 0;
}
.img_frame02__01._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame02-01-frame;
}
.img_frame02__02 {
  opacity: 0;
}
.img_frame02__02._anm {
  opacity: 1;
  animation-duration: 3s;
  animation-name: frame02-02-frame;
}

@keyframes frame02-slide1 {
  0% {
    left: 11.25vw;
    opacity: 0;
  }
  20% {
    left: 11.25vw;
    opacity: 0;
  }
  60% {
    left: 6.56vw;
    opacity: 1;
  }
}
@keyframes frame02-slide1-sp {
  0% {
    left: 17.39vw;
    opacity: 0;
  }
  20% {
    left: 17.39vw;
    opacity: 0;
  }
  60% {
    left: 10.14vw;
    opacity: 1;
  }
}
@keyframes frame02-slide2 {
  0% {
    left: -4.69vw;
    opacity: 0;
  }
  20% {
    left: -4.69vw;
    opacity: 0;
  }
  60% {
    left: 0;
    opacity: 1;
  }
}
@keyframes frame02-slide2-sp {
  0% {
    left: -7.25vw;
    opacity: 0;
  }
  20% {
    left: -7.25vw;
    opacity: 0;
  }
  60% {
    left: 0;
    opacity: 1;
  }
}
@keyframes frame02-01-frame {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frame02-02-frame {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********************************* #product *********************************/
section#product {
  background-color: #f8f8f8;
}
@media all and (max-width: 767px) {
  section#product {
    padding-top: 26.57vw;
    padding-bottom: 36.23vw;
  }
}
@media all and (min-width: 768px) {
  section#product {
    padding-left: 20.31vw;
    padding-bottom: 19.53vw;
  }
}
section#product .product__inner {
  position: relative;
  color: #fff;
  background: linear-gradient(0deg, #3EAACB 0%, #58BDD2 40%, #8CC2F0 100%);
}
@media all and (max-width: 767px) {
  section#product .product__inner {
    margin-left: 22.95vw;
  }
}
@media all and (min-width: 768px) {
  section#product .product__inner {
    width: 68.75vw;
  }
}
section#product .product__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/brand/powant/bg_product.png);
}
section#product .product__item {
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  section#product .product__item {
    padding-top: 16.91vw;
  }
  section#product .product__item:nth-of-type(2n) .item-img {
    margin-left: -8.21vw;
  }
  section#product .product__item:nth-of-type(4) {
    padding-bottom: 31.4vw;
  }
}
@media all and (min-width: 768px) {
  section#product .product__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.56vw;
    padding-bottom: 1.56vw;
  }
  section#product .product__item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  section#product .product__item:nth-of-type(2n) .item-img {
    margin-left: -8.59vw;
    margin-right: 0 !important;
  }
  section#product .product__item:nth-of-type(1) {
    padding-top: 7.81vw;
  }
  section#product .product__item:nth-of-type(4) {
    padding-bottom: 18.13vw;
  }
}
@media all and (max-width: 767px) {
  section#product .product__item .item-text {
    padding-left: 6.04vw;
    padding-right: 6.04vw;
    padding-bottom: 6.04vw;
  }
}
@media all and (min-width: 768px) {
  section#product .product__item .item-text {
    width: 25.63vw;
    padding-left: 2.34vw;
    padding-right: 2.34vw;
  }
}
section#product .product__item .item-text h3 {
  font-family: "new-hero", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(3.13vw, 3.13vw, 59px);
  line-height: 1;
  margin-bottom: 1.25vw;
}
@media all and (max-width: 767px) {
  section#product .product__item .item-text h3 {
    font-size: clamp(9.66vw, 9.66vw, 59px);
    margin-bottom: 3.86vw;
  }
}
section#product .product__item .item-text p {
  font-size: clamp(1.09vw, 1.09vw, 18px);
}
@media all and (max-width: 767px) {
  section#product .product__item .item-text p {
    font-size: clamp(3.38vw, 3.38vw, 18px);
  }
}
section#product .product__item .item-text p._spec {
  margin-bottom: 1.25vw;
}
@media all and (max-width: 767px) {
  section#product .product__item .item-text p._spec {
    margin-bottom: 3.86vw;
  }
}
section#product .product__item .item-text p._note {
  font-weight: bold;
  margin-top: 0.78vw;
}
@media all and (max-width: 767px) {
  section#product .product__item .item-text p._note {
    margin-top: 2.42vw;
  }
}
section#product .product__item .item-img {
  background-color: #fff;
}
@media all and (max-width: 767px) {
  section#product .product__item .item-img {
    width: 86.96vw;
    margin-left: -16.91vw;
  }
}
@media all and (min-width: 768px) {
  section#product .product__item .item-img {
    width: 52.34vw;
    margin-right: -8.59vw;
  }
}
section#product .product__inner2 {
  padding-top: 9.38vw;
}
@media all and (max-width: 767px) {
  section#product .product__inner2 {
    padding-top: 28.99vw;
    padding-left: 18.36vw;
    padding-right: 7.25vw;
  }
}
section#product .product__inner2 p {
  margin-bottom: 3.75vw;
}
@media all and (max-width: 767px) {
  section#product .product__inner2 p {
    margin-bottom: 9.66vw;
  }
}

/********************************* #shoplist *********************************/
section#shoplist {
  background-color: #f8f8f8;
}
section#shoplist .shoplist__inner {
  padding-top: 7.03vw;
  padding-bottom: 14.84vw;
  padding-left: 20.31vw;
  background-color: #fff;
  background-image: url("/img/brand/powant/bg_powder_img03.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52.5vw;
}
@media all and (max-width: 767px) {
  section#shoplist .shoplist__inner {
    padding-top: 24.15vw;
    padding-bottom: 43.48vw;
    padding-left: 18.36vw;
    padding-right: 7.25vw;
    background-size: 100vw;
  }
}
@media all and (min-width: 768px) {
  section#shoplist .shoplist__text {
    width: 65.63vw;
  }
}
section#shoplist .shoplist__text p {
  margin-bottom: 2.34vw;
}
@media all and (max-width: 767px) {
  section#shoplist .shoplist__text p {
    margin-bottom: 7.25vw;
  }
}
@media all and (min-width: 768px) {
  section#shoplist .shoplist__text p:last-of-type {
    margin-bottom: 4.69vw;
  }
}
section#shoplist .shoplist__text .button:first-of-type {
  margin-bottom: 1.56vw;
}
@media all and (max-width: 767px) {
  section#shoplist .shoplist__text .button:first-of-type {
    margin-bottom: 4.83vw;
  }
}

/********************************* #reservation *********************************/
section#reservation {
  padding-top: 10.94vw;
  padding-bottom: 15.63vw;
  padding-left: 20.31vw;
}
@media all and (max-width: 767px) {
  section#reservation {
    padding-top: 24.15vw;
    padding-bottom: 53.14vw;
    padding-left: 18.36vw;
    padding-right: 7.25vw;
  }
}
@media all and (min-width: 768px) {
  section#reservation .reservation__inner {
    width: 65.63vw;
  }
}
section#reservation .reservation__inner p {
  margin-bottom: 4.69vw;
}
@media all and (max-width: 767px) {
  section#reservation .reservation__inner p {
    margin-bottom: 7.25vw;
  }
}
section#reservation .reservation__inner p._sub {
  font-size: clamp(1.72vw, 1.72vw, 32px);
  margin-bottom: 1.88vw;
}
@media all and (max-width: 767px) {
  section#reservation .reservation__inner p._sub {
    font-size: clamp(4.35vw, 4.35vw, 22px);
    margin-bottom: 3.86vw;
  }
}

/********************************* footer *********************************/
/*
footer {
  padding-top: 3.75vw;
  padding-bottom: 1.95vw;
  color: #fff;
  text-align: center;
  background-color: #D58F91;
}
@media all and (max-width: 767px) {
  footer {
    padding-top: 10.87vw;
    padding-bottom: 16.91vw;
  }
}
footer .footer__logo {
  display: block;
  width: 24.06vw;
  margin: 0 auto 3.13vw;
}
@media all and (max-width: 767px) {
  footer .footer__logo {
    width: 74.4vw;
    margin-bottom: 9.66vw;
  }
}
footer .footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer__social-link a {
  width: 2.34vw;
  height: 2.34vw;
  margin: 0 1.56vw 3.75vw;
}
@media all and (max-width: 767px) {
  footer .footer__social-link a {
    width: 7.25vw;
    height: 7.25vw;
    margin: 0 4.83vw 10.63vw;
  }
}
footer .footer__copyright {
  font-size: clamp(0.78vw, 0.78vw, 14px);
}
@media all and (max-width: 767px) {
  footer .footer__copyright {
    font-size: clamp(2.42vw, 2.42vw, 14px);
  }
}

#page-top {
  width: 3.52vw;
  height: 3.52vw;
  position: fixed;
  right: 1.25vw;
  bottom: 1.56vw;
  z-index: 10;
}
@media all and (max-width: 767px) {
  #page-top {
    width: 10.87vw;
    height: 10.87vw;
    right: 3.86vw;
    bottom: 4.83vw;
  }
}
*/
/********************************* sp-menu *********************************/
.sp-menu {
  width: 276px;
  height: 100vh;
  height: 100dvh;
  right: -276px;
  position: fixed;
  top: 0;
  z-index: 999;
  overflow-y: auto;
  color: #000;
  background-color: #FAF4ED;
  transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
}
.sp-menu._open {
  right: 0;
}
.sp-menu._close {
  right: -100%;
}
.sp-menu__wrap {
  width: 100%;
  max-width: calc(600px + 5%);
  padding: 80px 36px 100px;
  margin: 0 auto;
}
.sp-menu__main {
  width: 100%;
}
.sp-menu__main li {
  line-height: 1;
  margin-bottom: 48px;
}
.sp-menu__main li a {
  font-size: 16px;
  line-height: 1.4;
}
.sp-menu__main li a._insideLink {
  font-family: "new-hero", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
}
.sp-menu__main li a._glink::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url("/img/brand/powant/icon_glink.png") no-repeat center;
  background-size: cover;
}
.sp-menu__main li ul {
  padding-left: 20px;
}
.sp-menu__main li ul li {
  margin-top: 24px;
  margin-bottom: 0;
}
.sp-menu__sub {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 48px;
}
.sp-menu__sub li {
  line-height: 1;
  margin-top: 24px;
}
.sp-menu__sub li a {
  font-size: 16px;
  line-height: 1.4;
}
.sp-menu__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sp-menu__sns li {
  width: 30px;
}

/********************************* sp-menu-mask *********************************/
.sp-menu-mask {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  transition: all 0.5s;
}
.sp-menu-mask._open {
  opacity: 0.4;
  z-index: 998;
}
.sp-menu-mask._close {
  opacity: 0;
  z-index: -1;
}

/********************************* sp-menu-button *********************************/
.sp-menu-button {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 27px;
  right: 23px;
  z-index: 1000;
  transition: 0.5s;
  cursor: pointer;
}
@media all and (min-width: 767px) {
  .sp-menu-button {
    display: none;
  }
}
.sp-menu-button span {
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition-duration: 0.15s;
  transition: transform 0.1s;
}
.sp-menu-button span:before, .sp-menu-button span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  border-radius: 0px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.sp-menu-button span:before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  top: -14px;
}
.sp-menu-button span:after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s, -webkit-transform 0.1s;
  bottom: -14px;
}
.sp-menu-button._close span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: transform 0.1s 0.14s;
}
.sp-menu-button._close span:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.sp-menu-button._close span:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s, -webkit-transform 0.1s 0.14s;
}

/********************************* effect *********************************/
._fadeIn {
  opacity: 0;
  transition-duration: 1.5s;
}
._fadeIn._done {
  opacity: 1;
}

._leftSlide {
  transform: translate(-100px);
  opacity: 0;
  transition-duration: 1s;
}
@media all and (max-width: 767px) {
  ._leftSlide {
    transform: translate(-50px);
  }
}
._leftSlide._done {
  transform: translate(0);
  opacity: 1;
}

._rightSlide {
  transform: translate(100px);
  opacity: 0;
  transition-duration: 1s;
}
@media all and (max-width: 767px) {
  ._rightSlide {
    transform: translate(50px);
  }
}
._rightSlide._done {
  transform: translate(0);
  opacity: 1;
}

._topSlide {
  transform: translate(0, -30px);
  opacity: 0;
  transition-duration: 1s;
}
._topSlide._done {
  transform: translate(0, 0);
  opacity: 1;
}

._bottomSlide {
  transform: translate(0, 30px);
  opacity: 0;
  transition-duration: 1s;
}
._bottomSlide._done {
  transform: translate(0, 0);
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
