@charset "UTF-8";

/* -------------------------
common
------------------------- */
.spaandmineral .l-main {
  position: relative;
  z-index: 1;
}
.spaandmineral .l-main picture {
  display: block;
    max-width: 100%;
    line-height: 1;
}
.spaandmineral .l-main img {
  width: auto;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: middle;
  pointer-events: none;
}
.spaandmineral sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: 0.2em;
}

.spaandmineral .l-main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.spaandmineral .l-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4rem;
}

.spaandmineral .u-ff--mincho {
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu mincho', 'Sawarabi Mincho', serif;
  font-weight: 400;
}
.spaandmineral .u-fw--bold {
  font-weight: 800;
}
.spaandmineral .p-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34rem;
  height: 8.2rem;
  margin: 0 auto 1.6rem;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
  text-align: center;
}
.spaandmineral .p-title.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-title::before,
.spaandmineral .p-title::after {
  content: '';
  display: inline-block;
  /* left: 50%; */
  /* transform: ; */
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  transform: scale(0);
  transition: .5s;
  transition-delay: .5s;
}
.spaandmineral .p-title.active::before,
.spaandmineral .p-title.active::after {
  transform: scale(1);
}
.spaandmineral .p-title::before {bottom: 0;}
.spaandmineral .p-title::after {top: 0;}
.spaandmineral .p-title.p-title--blue{
  color: #000F9F;
}
.spaandmineral .p-title.p-title--blue::before,
.spaandmineral .p-title.p-title--blue::after {
  background-color: #000F9F;
}
.spaandmineral .p-title.p-title--black{
  color: #000;
}
.spaandmineral .p-title.p-title--black::before,
.spaandmineral .p-title.p-title--black::after {
  background-color: #000;
}
.spaandmineral .p-title .line {
  z-index: 10;
  position: absolute;
  top: -.6em;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0 1rem;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  width: max-content;
  font-weight: 500;
}
.spaandmineral .p-title .text-feature {
  width: 25.4rem;
}
.spaandmineral .p-title .text-product {
  width: 26.4rem;
}
.spaandmineral .p-title .text-usability {
  width: 30rem;
}
.spaandmineral .p-title__sub {
  margin-bottom: 5rem;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-title__sub.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-title__sub.p-title__sub--blue {
  color: #000F9F;
}
.spaandmineral .p-title__sub.p-title__sub--black {
  color: #000;
}

@media screen and (max-width: 950px) {
  .spaandmineral .l-container {
    padding: 0 calc(50 / 768 * 100vw);
  }
  .spaandmineral .u-only-pc {
    display: none;
  }
  .spaandmineral .p-title {
    width: calc(522 / 768 * 100vw);
    height: calc(130 / 768 * 100vw);
    margin: 0 auto calc(28 / 768 * 100vw);
  }
  .spaandmineral .p-title .line {
    top: calc(-12 / 768 * 100vw);
    padding: 0 calc(8 / 768 * 100vw);
    font-size: calc(22 / 768 * 100vw);
    letter-spacing: -0.02rem;
  }
  .spaandmineral .p-title .text-feature {
    width:  calc(386 / 768 * 100vw);
  }
  .spaandmineral .p-title .text-product {
    width: calc(400 / 768 * 100vw);
  }
  .spaandmineral .p-title .text-usability {
    width: calc(454 / 768 * 100vw);
  }
  .spaandmineral .p-title__sub {
    margin-bottom: calc(40 / 768 * 100vw);
    /* font-size: calc(47 / 768 * 100vw); */
    font-size: 2rem;
  }
}

@media screen and (min-width: 951px) {
  .u-only-sp {
    display: none;
  }
}

/* -------------------------
p-menu
------------------------- */
.spaandmineral .p-menu {
  padding-top: 6.8rem;
}
.spaandmineral .p-menu .p-menu__container {
  display: flex;
}
.spaandmineral .p-menu .p-menu__item {
  position: relative;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing {
  max-width: 42.8rem;
  width: calc(428 / 1080 * 100vw);
  width: 100%;
  border-right: solid 2px#7f7f7f;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel {
  max-width: 57.6rem;
  width: calc(576 / 1080 * 100vw);
  padding-left: 4rem;
}
.spaandmineral .p-menu .p-menu__item small {
  display: inline-block;
  margin-bottom: 2.2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1;
}
.spaandmineral .p-menu .p-menu__item p {
  width: 100%;
  margin-bottom: 2.4rem;
  color: #000F9F;
  font-size: 2.7rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul {
  display: flex;
  flex-wrap: wrap;
  width: 43rem;
}
.spaandmineral .p-menu .p-menu__item ul li {
  height: 6rem;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li {
  max-width: 30rem;
  width: calc(300 / 1080 * 100vw);
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li {
  max-width: 20rem;
  width: calc(200 / 1080 * 100vw);
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li:nth-child(n + 2) {
  margin-top: 2.6rem;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li:nth-child(2n + 1) {
  margin-right: 3rem;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li:nth-child(n + 3) {
  margin-top: 2.6rem;
}
.spaandmineral .p-menu .p-menu__item ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #000;
  font-weight: 500;
  transition: all .5s;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li a {
  background-color: #D5E8F6;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li a {
  background-color: #dfe2f3;
}
.spaandmineral .p-menu .p-menu__item ul li a span {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2rem solid transparent;
  border-bottom: 2rem solid #000;
  transition: all .5s;
}
.spaandmineral .p-menu .p-menu__item ul li a:hover {
  background-color: #000;
  text-decoration: none;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li a:hover {
  color: #D5E8F6;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li a:hover {
  color: #dfe2f3;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li a:hover span {
  border-bottom: 2rem solid #D5E8F6;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li a:hover span {
  border-bottom: 2rem solid #dfe2f3;
}
.spaandmineral .p-menu .p-menu__item figure {
  position: absolute;
  bottom: 0;
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing figure {
  right: 4rem;
  max-width: 6.8rem;
  width: calc(68 / 1080 * 100vw);
}
.spaandmineral .p-menu .p-menu__item.p-menu__item--gel figure {
  right: 0rem;
  max-width: 8.2rem;
  width: calc(82 / 1080 * 100vw);
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-menu {
    padding-top: calc(94 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__container {
    flex-direction: column;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing,
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel {
    max-width: 100%;
    width:  100%;
    padding: 0 calc(24 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing {
    border-right: none;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel {
    margin-top: calc(60 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel small {
    margin-bottom: calc(24 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item small {
    margin-bottom: calc(20 / 768 * 100vw);
    font-size: calc(24 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item p {
    margin-bottom: calc(28 / 768 * 100vw);
    font-size: calc(40 / 768 * 100vw);
    line-height: 1.2;
  }
  .spaandmineral .p-menu .p-menu__item p span {
    display: none;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul,
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul {
    width: calc(420 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul {
    flex-direction: column;
  }
  .spaandmineral .p-menu .p-menu__item ul li {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: calc(94 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li,
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li {
    max-width: 100%;
    width: 100%;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing ul li:nth-child(n + 2),
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel li:nth-child(n + 2) {
    margin-top: calc(40 / 768 * 100vw) !important;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li:nth-child(2n + 1) {
    margin-right: 0;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li:nth-child(2) {
    display: none;
  }
  .spaandmineral .p-menu .p-menu__item ul li a {
    font-size: calc(34 / 768 * 100vw);
  }

  .spaandmineral .p-menu .p-menu__item ul li a span {
    border-left: 1.5rem solid transparent;
    border-bottom: 1.5rem solid #000;
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--cleansing figure {
    right: calc(50 / 768 * 100vw);
    bottom: calc(-10 / 768 * 100vw);
    max-width: 108px;
    width: calc(110 / 768 * 100vw);
  }
  .spaandmineral .p-menu .p-menu__item.p-menu__item--gel figure {
    right: calc(20 / 768 * 100vw);
    max-width: 144px;
    width: calc(144 / 768 * 100vw);
  }
}

/* -------------------------
mainVisual
------------------------- */
.spaandmineral .swiper-container {
  padding-bottom: 3.4rem;
}
.spaandmineral .mainVisual .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  z-index: 10;
  bottom: 0rem;
}
.spaandmineral .mainVisual .swiper-pagination-bullet {
  width: 3rem;
  height: .6rem;
  margin: 0 6px;
  border-radius: 0;
  border: solid 1px #000;
  background-color: #fff;
}
.spaandmineral .mainVisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.spaandmineral .mainVisual a:hover img {
  opacity: 1;
}
@media screen and (max-width: 950px) {
  .spaandmineral .swiper-container {
    padding-bottom: 30px;
  }
  .spaandmineral .mainVisual .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
  }
}
/* -------------------------
p-intro
------------------------- */
.spaandmineral .p-intro {
  padding-top: 7.6rem;
  position: relative;
}
.spaandmineral .p-intro__title {
  margin-bottom: 6rem;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-intro__title.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-intro__title span {
  padding-left: 3rem;
  font-weight: 500;
  white-space: nowrap;
}
.spaandmineral .p-intro__title small {
  display: block;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.spaandmineral .p-intro__bg {
  position: relative;
  margin: 0 auto;
  padding: 7.8rem 0;
  background-color: #69aed7;
  overflow-y: hidden;
}
.spaandmineral .p-intro__bg-img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% + 150px);
  background: url('../img/bg01.jpg') no-repeat top center / auto 110%;
  transition: all 0.3s ease-out;
}
.spaandmineral .p-intro__list {
  position: relative;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spaandmineral .p-intro__list li {
  width: 100%;
  background-color: #fff;
  padding: 3rem 4rem 4rem;
}
.spaandmineral .p-intro__list li{
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-intro__list li.active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 951px) {
  .spaandmineral .p-intro__list li:nth-of-type(2){
    transition-delay: .3s;
  }
}
.spaandmineral .p-intro__list li:first-child,
.spaandmineral .p-intro__list li:nth-child(2) {
  width: calc((100% - 5rem) / 2);
}
.spaandmineral .p-intro__list li:nth-child(3) {
  display: flex;
}
.spaandmineral .p-intro__list li:nth-child(n + 3) {
  margin-top: 5rem;
}
.spaandmineral .p-intro__list li h3 {
  color: #000F9F;
  font-size: 3.3rem;
  font-weight: 500;
  white-space: nowrap;
}
.spaandmineral .p-intro__list li p {
  position: relative;
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.spaandmineral .p-intro__list li:first-child p::after {
  content: '';
  position: absolute;
  top: -.5rem;
  right: 0;
  display: inline-block;
  width: 12rem;
  height: 13.6rem;
  background: url('../img/img_03.png') no-repeat center center / contain;
}
.spaandmineral .p-intro__list li:nth-child(2) p::after  {
  content: '';
  position: absolute;
  top: -3rem;
  right: 0;
  display: inline-block;
  width: 13rem;
  height: 11rem;
  background: url('../img/img_04.png') no-repeat center center / contain;
}
.spaandmineral .p-intro__list li small {
  display: block;
  margin-top: 4rem;
  font-size: 1.2rem;
}
.spaandmineral .p-intro__list li a.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
  margin-top: 5rem;
  background-color: #D5E8F6;
  font-size: 1.8rem;
  color: #000;
  font-weight: 400;
  transition: all .5s;
}
.spaandmineral .p-intro__list li a.button span {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2rem solid transparent;
  border-bottom: 2rem solid #000;
  transition: all .5s;
}
.spaandmineral .p-intro__list li a.button:hover {
  text-decoration: none;
  color: #D5E8F6;
  background-color: #000;
}
.spaandmineral .p-intro__list li a.button:hover span {
  border-bottom: 2rem solid #D5E8F6;

}
.spaandmineral .p-intro__list li:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
.spaandmineral .p-intro__list li:nth-child(3) a {
  width: 39.6rem;
}
.spaandmineral .p-intro__list li:nth-child(3) a.button {
  margin-top: 2.5rem;
}
.spaandmineral .p-intro__list li:nth-child(3) a.link {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
  height: 5.2rem;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}
.spaandmineral .p-intro__list li:nth-child(3) a.link::after {
  content: '';
  position: absolute;
  right: 0;
  /* top: 50%; */
  transform: rotate(45deg);
  margin-top: -1rem;
  width: 1.2rem;
  height: 1.2rem;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.spaandmineral .p-intro__list li:nth-child(3) figure {
  width: 39.8rem;
}
.spaandmineral .p-intro__list li:nth-child(4) {
  position: relative;
}
.spaandmineral .p-intro__list li:nth-child(4) .wrap {
  position: relative;
}
.spaandmineral .p-intro__list li:nth-child(4) .wrap figure {
  position: relative;
  width: 20rem;
  margin-top: 3.3rem;
}
.spaandmineral .p-intro__list li:nth-child(4) .wrap small {
  position: absolute;
  left: 25rem;
  bottom: 0rem;
}
.spaandmineral .p-intro__list li:nth-child(4) .wrap span {
  font-weight: 800;
  line-height: 2;
}
.spaandmineral .p-intro__list li:nth-child(4) > figure {
  position: absolute;
  right: 5rem;
  top: 4rem;
  width: 45rem;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-intro {
    padding-top: calc(76 / 768 * 100vw);
  }
  .spaandmineral .p-intro__title {
    margin-bottom: calc(76 / 768 * 100vw);
    font-size: calc(42 / 768 * 100vw);
  }
  .spaandmineral .p-intro__title span {
    display: inline-block;
    padding-left: calc(20 / 768 * 100vw);
  }
  .spaandmineral .p-intro__title small {
    margin-top: calc(44 / 768 * 100vw);
    font-size: calc(26 / 768 * 100vw);
  }
  .spaandmineral .p-intro__bg {
    padding: calc(50 / 768 * 100vw) 0 calc(75 / 768 * 100vw);
  }
  .spaandmineral .p-intro__bg-img {
    background: url('../img/bg01_sp.jpg') no-repeat top center / auto 110%;
  }
  .spaandmineral .p-intro__list {
    flex-direction: column;
  }
  .spaandmineral .p-intro__list li {
    padding: calc(45 / 768 * 100vw) calc(50 / 768 * 100vw) calc(55 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li:first-child,
  .spaandmineral .p-intro__list li:nth-child(2) {
    width: 100%;
  }
  .spaandmineral .p-intro__list li:nth-child(n + 2) {
    margin-top: calc(50 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li h3 {
    font-size: calc(45 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li p {
    margin-top: calc(26 / 768 * 100vw);
    font-size: calc(22 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li:first-child p::after {
    top: calc(-16 / 768 * 100vw);
    width: calc(168 / 768 * 100vw);
    height: calc(186 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li:nth-child(2) p::after  {
    top: calc(-35 / 768 * 100vw);
    right: calc(-10 / 768 * 100vw);
    width: calc(180 / 768 * 100vw);
    height: calc(150 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li small {
    margin-top: calc(35 / 768 * 100vw);
    font-size: calc(18 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li a.button {
    height: calc(94 / 768 * 100vw);
    margin-top: calc(45 / 768 * 100vw);
    font-size: calc(27 / 768 * 100vw);
    white-space: nowrap;
  }
  .spaandmineral .p-intro__list li a.button span {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: calc(27 / 768 * 100vw)solid transparent;
    border-bottom: calc(27 / 768 * 100vw) solid #000;
    transition: all .5s;
  }
  .spaandmineral .p-intro__list li:nth-child(3) {
    flex-direction: column;
  }
  .spaandmineral .p-intro__list li:nth-child(3) a {
    width: 100%;
  }
  .spaandmineral .p-intro__list li:nth-child(3) a.button {
    margin-top: calc(28 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li:nth-child(3) a.link {
    justify-content: center;
    margin-top: calc(40 / 768 * 100vw);
    height: calc(96 / 768 * 100vw);
    font-size: calc(28 / 768 * 100vw);
    text-align: center;
    line-height: 1.2;
  }
  .spaandmineral .p-intro__list li:nth-child(3) a.link::after {
    content: '';
    position: absolute;
    right: 0;
    /* top: 50%; */
    transform: rotate(45deg);
    margin-top: -1rem;
    width: 1.2rem;
    height: 1.2rem;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
  }
  .spaandmineral .p-intro__list li:nth-child(3) figure {
    width: 100%;
    margin-top: calc(50 / 768 * 100vw);
  }
  .spaandmineral .p-intro__list li:nth-child(4) .wrap figure {
    position: relative;
    width: calc(462 / 768 * 100vw);
    margin: calc(54 / 768 * 100vw) auto 0;
  }
  .spaandmineral .p-intro__list li:nth-child(4) .wrap small {
    display: none;
  }
  .spaandmineral .p-intro__list li:nth-child(4) > figure {
    position: static;
    margin-top: calc(54 / 768 * 100vw);
    width: 100%;
  }
}

/* -------------------------
p-menu
------------------------- */
.spaandmineral .p-feature {
  position: relative;
  padding-top: 7.2rem;
}
.spaandmineral .p-feature__bg {
  position: relative;
  padding: 7.2rem 5rem 5rem 9.8rem;
}
.spaandmineral .p-feature__item {
  z-index: 10;
  position: absolute;
  top: -7rem;
  right: -4rem;
  max-width: 290px;
  width: calc(290 / 1080 * 100vw);
  /* transform: translateY(150px); */
}
.spaandmineral .p-feature__item img{
  width: 100%;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue {
  background-color: #D5E8F6;
}
.spaandmineral .p-feature__bg.p-feature__bg--purple {
  background-color: #DFE1F3;
}
.spaandmineral .p-feature__list {
  position: relative;
}
.spaandmineral .p-feature__list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-feature__list li.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-feature__list li ._number {
  position: absolute;
  top: -5rem;
  left: -12.2rem;
  width: 10.4rem;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(2) {
  margin-top: 0rem;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(2) ._title {
  margin-top: 4rem;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) {
  margin-top: 8rem;
}
.spaandmineral .p-feature__bg--blue .p-feature__list li .wrap {
  width: 32.4rem;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li .wrap {
  width: 40rem;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) .wrap {
  width: 65rem;
  padding-right: 3rem;
}

.spaandmineral .p-feature__bg li .wrap-pic {
  position: relative;
}
.spaandmineral .p-feature__list li ._title {
  color: #000F9F;
  font-size: 3.3rem;
  letter-spacing: 0.3rem;
  font-weight: 500;
  white-space: nowrap;
}
.spaandmineral .p-feature__list li ._text {
  max-width: 330px;
  width: calc(330 / 1080 * 100vw);
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 2;
}
.spaandmineral .p-feature__bg--purple .p-feature__list li ._text {
  max-width: 100%;
  width: 100%;
}
.spaandmineral .p-feature__list li ._note {
  max-width: 330px;
  width: calc(330 / 1080 * 100vw);
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.6;
}
.spaandmineral .p-feature__list li ._label {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  color: #000F9F;
  font-size: 1.7rem;
  font-weight: 500;
  background-color: #fff;
  padding: 0 1.5rem;
  height: 4rem;
  transition: .5s;
  white-space: nowrap;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(n + 2) {
  margin-top: 8rem;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) {
  max-width: 63rem;
  width: calc(630 / 1080* 100vw);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) .wrap {
  max-width: 45rem;
  width: calc(450 / 1080* 100vw);
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._text {
  max-width: 36rem;
  width: calc(360 / 1080* 100vw);
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) figure {
  width: 12rem;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5rem;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl {
  width: calc((100% - 3rem)/ 2);
  background-color: #fff;
  padding: 2rem;
  position: relative;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl dt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: -1.4rem;
  color: #000F9F;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl dd {
  font-size: 1.2rem;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(2) figure {
  max-width: 48rem;
  width: calc(480 / 1080* 100vw);
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic {
  position: relative;
  width: 29rem;
  margin-top: 3rem;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure {
  width: 100%;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic p {
  z-index: 10;
  position: absolute;
  left: -21rem;
  bottom: 3.8rem;
  padding-bottom: 1rem;
  /* border-bottom: solid 1px #000F9F; */
  color: #000F9F;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000F9F;
  transition: .65s;
  transition-delay: .5s;
}
.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3).active .wrap-pic p::after {
  width: 100%;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-feature {
    padding-top: calc(70 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg {
    padding: calc(50 / 768 * 100vw) calc(50 / 768 * 100vw) calc(104 / 768 * 100vw);
  }
  .spaandmineral .p-feature__item {
    z-index: 10;
    position: absolute;
    top:  calc(-110 / 768 * 100vw);
    right: calc(-120 / 768 * 100vw);
    max-width: 100%;
    width: calc(290 / 768 * 100vw);
  }
  .spaandmineral .p-feature__item img{
    width: 100%;
  }
  .spaandmineral .p-feature__list {
    position: relative;
  }
  .spaandmineral .p-feature__list li {
    flex-direction: column;
  }
  .spaandmineral .p-feature__list li ._number {
    position: static;
    width: calc(128 / 768 * 100vw);
    margin: 0 auto calc(50 / 768 * 100vw);
    text-align: center;
  }
  .spaandmineral .p-feature__list li .wrap {
    width: 100%;
  }
  .spaandmineral .p-feature__bg--purple .p-feature__list li .wrap {
    width: 100%;
  }
  .spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) .wrap {
    width: 100%;
    padding-right: 0;
  }
  .spaandmineral .p-feature__bg--purple .p-feature__list li .wrap-pic {
    margin-top: calc(50 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) .wrap-pic {
    width: calc(414 / 768 * 100vw);
    margin: calc(50 / 768 * 100vw) auto 0;
  }
  .spaandmineral .p-feature__bg--blue .p-feature__list li .wrap {
    width: 100%;
  }
  .spaandmineral .p-feature__list li ._title {
    font-size: calc(36 / 768 * 100vw);
    text-align: center;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .spaandmineral .p-feature__list li ._text {
    max-width: 100%;
    width: 100%;
    margin-top: calc(30 / 768 * 100vw);
    font-size: calc(26 / 768 * 100vw);
    letter-spacing: -0.02em;
  }
  .spaandmineral .p-feature__list li ._note {
    max-width: 100%;
    width: 100%;
    padding-left: 1rem;
    text-indent: -1rem;
    margin-top: calc(30 / 768 * 100vw);
    font-size: calc(20 / 768 * 100vw);
    line-height: 1.6;
  }
  .spaandmineral .p-feature__list li ._label {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: calc(34 / 768 * 100vw) auto 0;
    font-size: calc(27 / 768 * 100vw);
    padding: 0 calc(20 / 768 * 100vw);
    height: calc(64 / 768 * 100vw);
    font-weight: 500;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(n + 2) {
    margin-top: calc(60 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) .wrap {
    max-width: 100%;
    width: 100%;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._title {
    text-align: left;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._text {
    max-width: 100%;
    width: 100%;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) figure {
    margin-top: calc(50 / 768 * 100vw);
    width: 100%;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list {
    flex-direction: column;
    margin-top: calc(60 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl {
    width: 100%;
    background-color: #fff;
    margin-top: calc(40 / 768 * 100vw) calc(40 / 768 * 100vw) calc(30 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl:nth-child(n + 2) {
    margin-top: calc(50 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl dt {
    top: calc(-25 / 768 * 100vw);
    font-size: calc(33 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl dd {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(2) figure {
    max-width: 100%;
    width: 100%;
    margin-top: calc(40 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic {
    margin: calc(60 / 768 * 100vw) auto 0;
    width: calc(454 / 768 * 100vw);
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure {
    width: 100%;
  }
  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic p {
    z-index: 10;
    position: absolute;
    left: auto;
    right: calc(-60 / 768 * 100vw);
    bottom: calc(-30 / 768 * 100vw);
    padding-bottom: calc(20 / 768 * 100vw);
    font-size: calc(27 / 768 * 100vw);
    font-weight: 500;
  }
}

/* -------------------------
p-product
------------------------- */
.spaandmineral .p-product {
  margin-top: 8rem;
  padding: 7rem 0 8rem;
}
.spaandmineral .p-product.p-product--blue {
  background-color: #D5E8F6;
}
.spaandmineral .p-product.p-product--purple {
  background-color: #DFE1F3;
}
.spaandmineral .p-product.p-product--blue .p-title .line {
  background-color: #D5E8F6;
}
.spaandmineral .p-product.p-product--purple .p-title .line {
  background-color: #DFE1F3;
}
.spaandmineral .p-product .p-product__item {
  position: relative;
  width: 100%;
  padding: 0 7.6rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-product .p-product__item.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-product.p-product--purple .p-product__item:first-of-type,
.spaandmineral .p-product.p-product--blue .p-product__item {
  margin-top: -2rem;
}


.spaandmineral .p-product .p-product__item.gel02 {
  margin-top: 3rem;
}
.spaandmineral .p-product .p-product__item ._label {
  display: inline-flex;
  align-items: center;
  padding: 0 1.7rem;
  height: 5rem;
  background-color: #000F9F;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
}
.spaandmineral .p-product .p-product__item ._name {
  margin-top: 2.5rem;
  color: #000F9F;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.spaandmineral .p-product .p-product__item.gel02 ._name {
  margin-top: 3rem;
}
.spaandmineral .p-product .p-product__item ._price {
  margin-top: 2rem;
  font-size: 2rem;
}
.spaandmineral .p-product .p-product__item ._text {
  margin-top: 3rem;
  font-size: 1.8rem;
}
.spaandmineral .p-product .p-product__item dl {
  max-width: 500px;
  width: calc(500 / 1080 * 100vw);
  margin-top: 2rem;
}
.spaandmineral .p-product .p-product__item.gel02 dl {
  margin-top: 7rem;
}
.spaandmineral .p-product .p-product__item dl dt {
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1.6rem;
  /* border-bottom: solid 1px #000; */
}
.spaandmineral .p-product .p-product__item dl dt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  display: block;
  transition: all .8s;
  transition-delay: .5s;
}
.spaandmineral .p-product .p-product__item dl:nth-of-type(2) dt::after {
  transition-delay: .75s;
}
.spaandmineral .p-product .p-product__item.active dl dt::after {
  width: 100%;
}

.spaandmineral .p-product .p-product__item dl dd {
  font-size: 1.3rem;
}
.spaandmineral .p-product .p-product__item figure {
  width: 19.8rem;
}
.spaandmineral .p-product.p-product--blue .p-product__item figure {
  width: 18rem;
}
.spaandmineral .p-product .p-product__item figure img {
  width: 100%;
}
.spaandmineral .p-product .p-product__item.gel01 figure,
.spaandmineral .p-product .p-product__item.gel02 figure {
  width: 24rem;
}
.spaandmineral .p-product .p-product__item ._sale {
  position: absolute;
  bottom: 0;
  right: 7.6rem;
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #000F9F;
  font-size: 1.8rem;
  height: 5rem;
  padding: 0 1.8rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-product {
    margin-top: calc(80 / 768 * 100vw);
    padding: calc(65 / 768 * 100vw) 0 calc(76 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item {
    padding: 0 0 calc(150 / 768 * 100vw);
    flex-direction: column;
  }
  .spaandmineral .p-product.p-product--blue .p-product__item {
    margin-top: 0rem;
  }
  .spaandmineral .p-product.p-product--purple .p-product__item:first-of-type {
    margin-top: 0rem;
  }
  .spaandmineral .p-product .p-product__item.gel02 {
    margin-top: calc(70 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item.gel01 {padding: 0;}
  .spaandmineral .p-product .p-product__item ._label {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 calc(26 / 768 * 100vw);
    height: calc(80 / 768 * 100vw);
    font-size: calc(30 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item ._name {
    margin-top: calc(38 / 768 * 100vw);
    font-size: calc(49 / 768 * 100vw);
    line-height: 1.2;
    text-align: center;
  }
  .spaandmineral .p-product .p-product__item.gel01 ._name {margin-top: calc(38 / 768 * 100vw);}
  .spaandmineral .p-product .p-product__item.gel02 ._name {margin-top: 0;}
  .spaandmineral .p-product .p-product__item ._price {
    margin-top: calc(30 / 768 * 100vw);
    font-size: calc(30 / 768 * 100vw);
    text-align: center;
  }
  .spaandmineral .p-product .p-product__item dl {
    max-width: 100%;
    width: 100%;
    margin-top: calc(60 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item.gel02 dl {
    margin-top: calc(60 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item dl dt {
    font-size: calc(30 / 768 * 100vw);
    margin-bottom: calc(20 / 768 * 100vw);
    padding-bottom: calc(20 / 768 * 100vw);
    text-align: center;
  }
  .spaandmineral .p-product .p-product__item dl dd {
    font-size: calc(26 / 768 * 100vw);
    line-height: 2;
  }
  .spaandmineral .p-product .p-product__item figure {
    width: calc(280 / 768 * 100vw);
    margin: calc(40 / 768 * 100vw) auto;
  }
  .spaandmineral .p-product.p-product--blue .p-product__item figure {
    width: calc(280 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item ._text {
    margin-top:calc(40 768 * 100vw);
    font-size: calc(27/ 768 * 100vw);
    text-align: center;
  }
  .spaandmineral .p-product .p-product__item.gel01 figure,
  .spaandmineral .p-product .p-product__item.gel02 figure {
    width: calc(350/ 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item ._sale {
    position: absolute;
    bottom: calc(0 / 768 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(30 / 768 * 100vw);
    height: calc(80 / 768 * 100vw);
    padding: 0 calc(22 / 768 * 100vw);
    white-space: nowrap;
    width: fit-content;
  }
  .spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) {
    margin-top: calc(70 / 768 * 100vw);
  }
}


/* -------------------------
p-menu
------------------------- */
.spaandmineral .p-usability {
  padding-top: 7.6rem;
}
.spaandmineral .p-usability__bg {
  background-color: #DFE1F3;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(10%);
  opacity: 0;
  transition: all .75s;
}
.spaandmineral .p-usability__bg.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-usability__item li {
  position: relative;
  max-width: 72rem;
  width: calc(720 / 1080 * 100vw);
}
.spaandmineral .p-usability__item li:first-child {
  margin-top: 2.5rem;
}
.spaandmineral .p-usability__item li:nth-child(2) {
  margin-top: 7.7rem;
}
.spaandmineral .p-usability__item li .item {
  z-index: 10;
  position: absolute;
  width: 40rem;
  left: -5.5rem;
}
.spaandmineral .p-usability__item li:first-child .item {
  top: -14.8rem;
}
.spaandmineral .p-usability__item li:nth-child(2) .item {
  top: -10.8rem;
}
.spaandmineral .p-usability__item li .tester {
  z-index: 10;
  position: absolute;
  width: 12rem;
  right: 0rem;
  top: -1.5rem;
  transition: all .65s;
  transition-delay: .6s;
  opacity: 0;
  transform: scale(0.9);
}
.spaandmineral .p-usability__bg.active .p-usability__item li:nth-child(2) .tester {
  transition-delay: 1.2s;
}
.spaandmineral .p-usability__bg.active .p-usability__item li .tester {
  opacity: 1;
  transform: scale(1);
}
.spaandmineral .p-usability__item li h3,
.spaandmineral .p-usability__item li p {
  padding-left: 24rem;
  line-height: 1;
}
.spaandmineral .p-usability__item li h3 {
  position: relative;
  color: #000F9F;
  font-size: 3.3rem;
  font-weight: 500;
  padding-bottom: 1.8rem;
  margin-bottom: 1.8rem;
}
.spaandmineral .p-usability__item li h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .75s;
  transition-delay: .6s;
}
.spaandmineral .p-usability__bg.active .p-usability__item li:nth-child(2) h3:after {
  transition-delay: 1.2s;
}
.spaandmineral .p-usability__bg.active .p-usability__item li h3:after {
  width: 100%;
}
.spaandmineral .p-usability__item li p {
  font-size: 1.8rem;
  font-weight: 400;
}
.spaandmineral .usability {
  height: 274px;
  width: 155px;
  margin-top: 0;
  margin-bottom: 0;
  background: none;
  background-image: url(../img/bg_movie07.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.spaandmineral .usability .usability_banner {
  margin: 0 9px;
  margin-top: 120px;
}
@media screen and (max-width: 950px) {
  .spaandmineral .p-usability {
    padding-top: calc(70 / 768 * 100vw);
  }
  .spaandmineral .p-usability__bg {
    margin-top: calc(132 / 768 * 100vw);
    padding: 0 0 calc(70 / 768 * 100vw);
    flex-direction: column;
  }
  .spaandmineral .p-usability__item li {
    position: relative;
    max-width: 100%;
    width: 100%;
  }
  .spaandmineral .p-usability__item li:first-child {
    margin-top:  calc(-54/ 768 * 100vw);
  }
  .spaandmineral .p-usability__item li:nth-child(2) {
    margin-top: calc(90 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li .item {
    z-index: 10;
    position: absolute;
    width: calc(420 / 768 * 100vw);
    left: calc(-65 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li:first-child .item {
    top: calc(-100 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li:nth-child(2) .item {
    top: calc(-100 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li .tester {
    z-index: 10;
    position: absolute;
    width: calc(120 / 768 * 100vw);
    right: calc(-24 / 768 * 100vw);
    top: calc(-8 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li h3,
  .spaandmineral .p-usability__item li p {
    padding-left: calc(227 / 768 * 100vw);
  }
  .spaandmineral .p-usability__item li h3 {
    font-size: calc(30 / 768 * 100vw);
    padding-bottom: calc(16 / 768 * 100vw);
    margin-bottom: calc(24 / 768 * 100vw);
    letter-spacing: -0.02em;
  }
  /* .spaandmineral .p-usability__item li h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000;
  } */
  .spaandmineral .p-usability__item li p {
    font-size: calc(20 / 768 * 100vw);
  }
  .spaandmineral .usability {
    height: 350px;
    width: 200px;
    margin: calc(80 / 768 * 100vw) auto 0;
    background: none;
    background-image: url(../img/bg_movie07.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .spaandmineral .usability .usability_banner {
    margin: 0 13px;
    margin-top: 100px;
  }
}


/* -------------------------
p-note
------------------------- */
.spaandmineral .p-note {
  padding: 8rem 0;
}
.spaandmineral .p-note p {
  padding: 0 7rem;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .spaandmineral .p-note {
    padding: calc(70 / 768 * 100vw) 0;
  }
  .spaandmineral .p-note p {
    padding: 0 0;
    font-size: calc(20 / 768 * 100vw);
  }
}


/* -------------------------
shop_banner
------------------------- */
.spaandmineral .shop_banner {
  position: fixed;
  right: 0;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: 20rem;
}
.spaandmineral .shop_banner a {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8efe6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  transition: all .5s;
}
.spaandmineral .shop_banner a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 2.2rem;
  height: 16rem;
  mask: url('../img/shoplist.svg') no-repeat center center / contain;
  background-color: #000;
  transition: all .5s;
}
.spaandmineral .shop_banner a:hover {
  background-color: #000;
}
.spaandmineral .shop_banner a:hover:after {
  background-color: #f8efe6;
}
@media screen and (max-width: 950px) {
  .spaandmineral .shop_banner {
    position: fixed;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
    height: calc(100 / 768 * 100vw);
  }
  /* .spaandmineral .shop_banner a {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f8efe6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    transition: all .5s;
  } */
  .spaandmineral .shop_banner a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: calc(276 / 768 * 100vw);
    height: calc(34 / 768 * 100vw);
    mask: url('../img/shoplist_sp.svg') no-repeat center center / contain;
  }
  .spaandmineral .shop_banner a:hover {
    background-color: #f8efe6;
  }
  .spaandmineral .shop_banner a:hover:after {
    background-color: #000;
  }
}


/* -------------------------
shop_banner
------------------------- */
.spaandmineral .p-pagetop {
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  display: block;
  width: 10rem;
  z-index: 9;
  opacity: 0;
  transition: opacity .5s ease;
}
.spaandmineral .p-pagetop.show {
  opacity: 1;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-pagetop {
    bottom: 60px;
    right: 10px;
    width: 70px;
  }
}

.spaandmineral #footer {
  background-color: #fff;
}

.spaandmineral #footer .logo h1 img {
  height: 3em;
  width: 7.375em;
}

/* -------------------------
footer
------------------------- */
.spaandmineral #footer #copyright {
  text-align: center;
  line-height: 1.15;
}


.u-ff--gothic {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* -------------------------
movie-section
------------------------- */
.movie-section {
  padding: 75px 0;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(0);
}

.movie-section .movieTitle{
  width: 187px;
  height: auto;
  margin-inline: auto;
}

.movie-section .subTitle{
  color: #000;
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
}

.movie-section .line2{
  width: 340px;
  height: 1px;
  background: #000;
  margin: 18px auto;
}

.movie-section .inner{
  max-width: 1000px;
}

.movie-section .modaal-video{
  display: block;
  width: 80%;
  margin: 4rem auto 0;
}

.movie-section .movieThumbnail img{
  width: 100%;
}

@media screen and (max-width: 950px) {
  .movie-section{
    padding: 38px 0;
  }
  
  .movie-section .movieTitle{
    width: calc(280px / 2);
  }
  
  .movie-section .subTitle{
    font-size: 2rem;
  }
  
  .movie-section .line2{
    width: calc(510px / 2);
    margin: 18px auto;
  }

  .movie-section .inner{
    max-width: none;
    padding: 0 20px;
  }  
  
  .movie-section .modaal-video{
    width: 100%;
    margin-top: 35px;
  }
  
}
@media screen and (min-width: 600px) and (max-width: 950px) {
  .movie-section .movieTitle{
    width: 185px;
  }
  .movie-section .line2{
    width: 255px;
  }
}

/* -------------------------
shop-section
------------------------- */
@media screen and (min-width: 951px) {

  .shop-section{
    padding: 75px 0;
  }
  
  .shop-section .shopTitle{
    width: 290px;
    height: auto;
    margin-inline: auto;
  }
  
  .shop-section .subTitle{
    color: #000;
    font-weight: 400;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1;
  }
  
  .shop-section .line2{
    width: 340px;
    height: 1px;
    background: #000;
    margin: 18px auto;
  }
  
  .shop-section .shopLead {
    margin-top: 50px;
    font-size: 2.6rem;
    color: #000;
  }
  
  .shop-section .shopSelect {
    background-color: #f7f0e6;
    margin: 45px auto 60px;
    padding: 53px 20px 60px;
    text-align: center;
  }
  
  .shop-section .shopSelect h3{
    font-size: 2.8rem;
  }
  
  .shop-section .shopSelect p,
  .shop-section .shopSelect select {
    font-size: 2rem;
  }
  
  .shop-section .shopSelect ul li{
    min-width: 30rem;
    padding: 0 1em;
    position: relative;
  }
  
  .shop-section .shopSelect ul li:not(:first-child)::before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    left: -0.8em;
    top: 1.3em;
    color: #000;
    transform: rotate(45deg);
  }
  
  .shop-section .shopSelect ul li select{
    border-radius: 0;
    border: none;
    color: #000;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(1.35em + -3px), calc(100% - 15px) calc(1.35em + -3px);
    background-size: 10px 10px, 10px 10px;
    text-align-last: center;
  }
  
  .shop-section .shopContactLogo img{
    width: 276px;
  }
  
  .shop-section .shopContactLogo{
    margin-bottom: 15px;
  }
  
  .shop-section .shopContact dt{
    font-size: 2rem;
  }
  
  .shop-section .shopContact dd{
    font-size: 1.4rem;
  }
  
  .shop-section .imageTel img{
    width: 320px;
  }
  
}

@media screen and (max-width: 950px) {
  .shop-section{
    padding-bottom: 38px;
  }

  .shop-section .shopTitle{
    width: calc(430px / 2);
    margin-inline: auto;
    padding: 0;
  }
  
  .shop-section .subTitle{
    color: #000;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
  }
  
  .shop-section .line2{
    width:  calc(510px / 2);
    height: 1px;
    background: #000;
    margin: 18px auto;
  }
  
  .shop-section .inner{
    padding: 0 20px;
  }
  
  .shop-section .shopLead {
    margin-top: 35px;
    font-size: 18px;
    color: #000;
  }
  
  .shop-section .shopSelect {
    background-color:#f7f0e6;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .shop-section .shopSelect h3{
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: .5rem;
  }
  
  .shop-section .shopSelect p,
  .shop-section .shopSelect select {
    font-size: 1.4rem;
  }
  
  .shop-section .shopSelect ul li{
    display: block;
    margin-top: 1em;
    padding: 0 1em;
    position: relative;
  }
  
  .shop-section .shopSelect ul li:not(:first-child)::before {
    content: none;
  }
  
  .shop-section .shopSelect ul li select{
    border-radius: 0;
    border: none;
    color: #000;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(1.35em + -3px), calc(100% - 15px) calc(1.35em + -3px);
    background-size: 10px 10px, 10px 10px;
    text-align-last: center;
  }
  
  .shop-section .shopContactLogo img{
    width: 206px;
  }
  
  .shop-section .shopContactLogo{
    margin-bottom: 15px;
  }
  
  .shop-section .shopContact dt{
    font-size: 15px;
  }
  
  .shop-section .shopContact dd{
    font-size: 10px;
  }
  
  .shop-section .imageTel img{
    width: 210px;
  }

}

@media screen and (min-width: 600px) and (max-width: 950px) {
  .shop-section .shopTitle {
    width: 283px;
  }
  .shop-section .line2 {
    width: 303px;
  }
}

/* -------------------------
otherBrand-section
------------------------- */
.otherBrand-section{
  padding: 75px 0;
  background-color: #E6E6E6;
}

.otherBrand-section .brandTitle{
  width: 342px;
  margin-inline: auto;
}

.otherBrand-section .subTitle{
  color: #000;
  font-weight: 400;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
}

.otherBrand-section .line2{
  width: 343px;
  height: 1px;
  background: #000;
  margin: 18px auto;
}

@media screen and (max-width: 950px) { 
  .otherBrand-section {
    padding: 38px 0;
  }
  
  .otherBrand-section .brandTitle{
    width: calc(510px / 2);
    margin-inline: auto;
  }
  
  .otherBrand-section .subTitle{
    color: #000;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
  }
  
  .otherBrand-section .line2{
    width: calc(510px / 2);
    margin: 18px auto;
  }
  
}
@media screen and (min-width: 600px) and (max-width: 950px) {
  .otherBrand-section .brandTitle {
    width: 335px;
  }
  .otherBrand-section .line2 {
    width: 355px;
  }
}
.js-anim-bottom h2,
.js-anim-bottom .subTitle {
  opacity: 0;
  transform: translateY(20px);
}
.js-anim-bottom.active h2,
.js-anim-bottom.active .subTitle  {
  opacity: 1;
  transform: translateY(0);
  transition: .5s;
}
.js-anim-bottom.active h2 {transition-delay: .7s;}
.js-anim-bottom.active .subTitle {transition-delay: .75s;}

.js-anim-bottom .line2 {
  transform: scale(0);
  /* transition-delay: .5s; */
  transition: all .5s;
}
.js-anim-bottom.active .line2 {transform: scale(1);}

.brandList li a {display: block;}

.menu.global {z-index:99;}