@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: text-top;
  position: relative;
  top: 0.2em;
}

.spaandmineral .l-main {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.spaandmineral .l-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4rem;
}

.spaandmineral .u-ff--mincho {
  font-family: "EB Garamond", 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 4rem;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.75s;
  text-align: center;
}

.spaandmineral .p-title.mb-15 {
  margin-bottom: 15px;
}

.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: 0.5s;
  transition-delay: 0.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: -0.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.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.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(50 / 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(31 / 768 * 100vw);
  }
}
@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: 39.6296296296vw;
  width: 100%;
  border-right: solid 2px #7f7f7f;
}

.spaandmineral .p-menu .p-menu__item.p-menu__item--gel {
  max-width: 57.6rem;
  width: 53.3333333333vw;
  padding-left: 4rem;
}

.spaandmineral .p-menu .p-menu__item small {
  display: inline-block;
  margin-bottom: 1.3rem;
  font-size: 1.9rem;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1;
}

.spaandmineral .p-menu .p-menu__item p {
  width: 100%;
  margin-bottom: 2rem;
  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: 27.7777777778vw;
}

.spaandmineral .p-menu .p-menu__item.p-menu__item--gel ul li {
  max-width: 20rem;
  width: 18.5185185185vw;
}

.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 0.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 0.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: 6.2962962963vw;
}

.spaandmineral .p-menu .p-menu__item.p-menu__item--gel figure {
  right: 0rem;
  max-width: 8.2rem;
  width: 7.5925925926vw;
}

@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(30 / 768 * 100vw);
  }

  .spaandmineral .p-menu .p-menu__item p {
    margin-bottom: calc(25 / 768 * 100vw);
    font-size: calc(34 / 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(38 / 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(20 / 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: 0.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 0.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 0.75s;
}

.spaandmineral .p-intro__list li.active {
  transform: translateY(0);
  opacity: 1;
}
.spaandmineral .p-intro__list li:nth-of-type(2) small{
  display: block;
}
@media screen and (min-width: 951px) {
  .spaandmineral .p-intro__list li:nth-of-type(2) {
    transition-delay: 0.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: 2.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.spaandmineral .p-intro__list li p {
  position: relative;
  margin-top: 1.3rem;
  font-size: 1.5rem;
  line-height: 1.33;
  padding-right: 14rem;
}

.spaandmineral .p-intro__list li p.pt02 {
  width: 42.4rem;
  padding-right: 0;
}

.spaandmineral .p-intro__list li:first-child p::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  display: inline-block;
  width: 9.6rem;
  height: 11rem;
  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: -1rem;
  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 {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.23;
  padding-right: 14rem;
}

.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 0.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 0.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;
  gap: 2%;
}

.spaandmineral .p-intro__list li:nth-child(3) a {
  width: 42.4rem;
}

.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;
  justify-content: center;
  margin-top: 2.2rem;
  height: 5.2rem;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.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: 45.7rem;
}

.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: 700;
  line-height: 1.23;
}

.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: 5.46875vw;
  }

  .spaandmineral .p-intro__title span {
    display: inline-block;
    padding-left: calc(20 / 768 * 100vw);
  }

  .spaandmineral .p-intro__title small {
    margin-top: calc(20 / 768 * 100vw);
    font-size: 4.1666666667vw;
  }

  .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: 4.8vw;
    line-height: 1.25;
  }

  .spaandmineral .p-intro__list li p {
    margin-top: calc(30 / 768 * 100vw);
    font-size: 3.8vw;
    padding-right: 22.7864583333vw;
  }

  .spaandmineral .p-intro__list li:first-child p::after {
    top: calc(-8 / 768 * 100vw);
    width: 17.3177083333vw;
    height: 19.7916666667vw;
  }

  .spaandmineral .p-intro__list li:nth-child(2) p::after {
    top: calc(-45 / 768 * 100vw);
    right: 0vw;
    width: 19.4010416667vw;
    height: 16.2760416667vw;
  }

  .spaandmineral .p-intro__list li p.pt02 {
    width: 100%;
  }

  .spaandmineral .p-intro__list li small {
    margin-top: calc(30 / 768 * 100vw);
    font-size: 2.34375vw;
    padding-right: 0;
    display: block !important;
  }

  .spaandmineral .p-intro__list li:nth-of-type(4) small{
    padding: 0 calc(45 / 768 * 100vw);
  }

  .spaandmineral .p-intro__list li small.u-only-pc {
    display: none !important;
  }

  .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:nth-child(3) p, .spaandmineral .p-intro__list li:nth-child(4) p {
    padding-right: 0;
  }

  .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 0.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: 12.5vw;
    font-size: calc(27 / 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: 60.15625vw;
    margin: 7.03125vw auto 0;
  }

  .spaandmineral .p-intro__list li:nth-child(4) > figure {
    position: static;
    margin-top: 7.03125vw;
    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: -2rem;
  max-width: 270px;
  width: 26.8518518519vw;
}

.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 0.75s;
  gap: 2%;
}

.spaandmineral .p-feature__list li.active {
  transform: translateY(0);
  opacity: 1;
}

.spaandmineral .p-feature__list li ._number {
  position: absolute;
  top: -3rem;
  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) .wrap-pic,
.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: 6rem;
}

.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.025rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
}

.spaandmineral .p-feature__list li ._text {
  max-width: 330px;
  width: 30.5555555556vw;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  line-height: 1.333;
}

.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: 30.5555555556vw;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.2;
}

.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: 0.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: 58.3333333333vw;
  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 {
  width: 100%;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._text {
  max-width: 41.6666666667vw;
  width: 100%;
}

.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: 3rem;
}

.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;
  display: flex;
  align-items: center;
}

.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: 2rem;
  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.3rem;
  line-height: 1.23;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(2) figure {
  max-width: 48rem;
  width: 44.4444444444vw;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic {
  position: relative;
  width: 45rem;
  margin-top: 0;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure {
  width: 200px;
  margin-left: 25px;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure figcaption {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000F9F;
  margin-top: 0.5rem;
}

.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: 0.65s;
  transition-delay: 0.5s;
}

.spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3).active .wrap-pic p::after {
  width: 100%;
}

.spaandmineral .p-where__btn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3rem;
}

.spaandmineral .p-where__btn a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 100rem;
  width: 20rem;
  height: 5rem;
  background: #000F9F;
  color: #fff;
  line-height: 1;
}

.spaandmineral .p-where__btn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1050px){
  .spaandmineral .p-feature__list li ._title br.w_1050 {
    display: block;
  }
}

@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) 13.5416666667vw;
  }

  .spaandmineral .p-feature__item {
    z-index: 10;
    position: absolute;
    top: calc(-70 / 768 * 100vw);
    right: calc(-120 / 768 * 100vw);
    max-width: 100%;
    width: 37.7604166667vw;
  }

  .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: 16.6666666667vw;
    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(2) .wrap-pic {
    margin-top: calc(40 / 768 * 100vw);
  }

  .spaandmineral .p-feature__bg--purple .p-feature__list li:nth-child(3) .wrap-pic {
    width: calc(413.75 / 768 * 100vw);
    margin: calc(50 / 768 * 100vw) auto 0;
  }

  .spaandmineral .p-feature__bg--blue .p-feature__list li .wrap {
    width: 100%;
    padding: 0 calc(20 / 768 * 100vw);;
  }

  
  .spaandmineral .p-feature__list li ._title {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: 0em;
    white-space: pre-wrap;
  }

  .spaandmineral .p-feature__list li ._text {
    max-width: 100%;
    width: 100%;
    margin-top: calc(30 / 768 * 100vw);
    font-size: 3.8vw;
    letter-spacing: -0.02em;
  }

  .spaandmineral .p-feature__list li ._note {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    text-indent: 0;
    margin-top: calc(30 / 768 * 100vw);
    font-size: 2.34375vw;
    line-height: 1.25;
  }

  .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: 8.3333333333vw;
    font-weight: 500;
  }

  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure figcaption {
    font-size: calc(24 / 768 * 100vw);
  }

  .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;
    padding-right: calc(65 / 768 * 100vw);
  }

  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._text {
    max-width: 100%;
    width: 100%;
    padding-right: calc(65 / 768 * 100vw) ;
  }

  .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);
    padding: calc(40 / 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: 4.8vw;
  }

  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(1) ._list dl dd {
    font-size: 3.8vw;
    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: 67.0572916667vw;
  }

  .spaandmineral .p-feature__bg.p-feature__bg--blue .p-feature__list li:nth-child(3) .wrap-pic figure {
    width: 100%;
    margin: 0;
  }

  .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;
  }

  .spaandmineral .p-where__btn {
    margin-top: calc(45 / 768 * 100vw);
  }

  .spaandmineral .p-where__btn a {
    width: 39.0625vw;
    height: calc(75 / 768 * 100vw);
    font-size: calc(36 / 768 * 100vw);
  }
}
/* -------------------------
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__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 74rem;
  margin: 0 auto;
  width: 100%;
}

.spaandmineral .p-product .p-product__item {
  position: relative;
  width: 100%;
  padding: 0 12.6rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.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.gel01 {
  display: block;
  padding: 0;
  margin: 0 !important;
}

.spaandmineral .p-product .p-product__item.gel02 {
  padding: 0;
  display: block;
  margin: 0 !important;
}

.spaandmineral .p-product .p-product__item.used01 {
  padding: 0;
  display: block;
  margin: 0 auto !important;
  max-width: 740px;
  width: 100%;
}

.spaandmineral .p-product .p-product__item.used01 dl {
  max-width: 100%;
  width: 100%;
}

.spaandmineral .p-product ._label_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5vw;
}

.spaandmineral .p-product ._label {
  display: inline-flex;
  align-items: center;
  padding: 0 1.7rem;
  height: 5rem;
  background-color: #000F9F;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.spaandmineral .p-product .p-product__item ._name {
  margin-top: 2.5rem;
  color: #000F9F;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0;
}

.spaandmineral .p-product .p-product__item.gel01 ._name,
.spaandmineral .p-product .p-product__item.gel02 ._name {
  margin-top: 0;
  text-align: center;
}

.spaandmineral .p-product .p-product__item.gel01 ._text,
.spaandmineral .p-product .p-product__item.gel02 ._text {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.65rem;
  margin-top: 2rem;
}

.spaandmineral .p-product .p-product__item.gel01 figure,
.spaandmineral .p-product .p-product__item.gel02 figure {
  margin: 0 auto;
}

.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: 46.2962962963vw;
  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: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  padding-bottom: 1.6rem;
  /* border-bottom: solid 1px #000; */
}

.spaandmineral .p-product .p-product__item dl.pt02 dt{
  font-size: 3.2rem;
}

.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 0.8s;
  transition-delay: 0.5s;
}

.spaandmineral .p-product .p-product__item dl:nth-of-type(2) dt::after {
  transition-delay: 0.75s;
}

.spaandmineral .p-product .p-product__item.active dl dt::after {
  width: 100%;
}

.spaandmineral .p-product .p-product__item dl dd {
  font-size: 1.5rem;
  line-height: 1.33;
}

.spaandmineral .p-product .p-product__item dl.pt02 dd{
  font-size: 1.8rem;
}

.spaandmineral .p-product .p-product__item figure {
  width: 19.8rem;
}

.spaandmineral .p-product.p-product--blue .p-product__item figure {
  width: 21.5rem;
}

.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 ._label {
    height: calc(78 / 768 * 100vw);
    font-size: calc(25 / 768 * 100vw);
  }

  .spaandmineral .p-product .p-product__item__wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    gap: calc(60 / 768 * 100vw);
  }

  .spaandmineral .p-product .p-product__item.gel01 ._text, .spaandmineral .p-product .p-product__item.gel02 ._text {
    margin-top: calc(5 / 768 * 100vw);
    font-size: 3.8vw;
    margin-bottom: calc(45 / 768 * 100vw);
  }

  .spaandmineral .p-product .p-product__item {
    padding: 0 0 calc(150 / 768 * 100vw);
    flex-direction: column;
  }

  .spaandmineral .p-product .p-product__item.last {
    padding-bottom: 0;
  }

  .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(15 / 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(37 / 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: 3.8vw;
    line-height: 1.31;
  }

  .spaandmineral .p-product .p-product__item dl.pt02 dt{
    font-size: calc(37 / 768 * 100vw);
  }
  .spaandmineral .p-product .p-product__item dl.pt02 dd{
    font-size: 3.8vw;
  }


  .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: 0vw;
    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 3rem 5rem 5rem;
  display: flex;
  justify-content: space-between;
  transform: translateY(10%);
  opacity: 0;
  transition: all 0.75s;
}

.spaandmineral .p-usability__bg.active {
  transform: translateY(0);
  opacity: 1;
}

.spaandmineral .p-usability__item li {
  position: relative;
  max-width: 66rem;
  width: 66.6666666667vw;
}

.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: -14rem;
}

.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 0.65s;
  transition-delay: 0.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: 8rem;
  line-height: 1;
}

.spaandmineral .p-usability__item li h3 {
  position: relative;
  color: #000F9F;
  font-size: 3.6rem;
  font-weight: 500;
  padding-bottom: 1.6rem;
  margin-bottom: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}

.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 0.75s;
  transition-delay: 0.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.5rem;
  font-weight: 400;
  text-align: center;
}

.spaandmineral .p-usability__movie {
  padding-left: 20px;
}

.spaandmineral .p-usability__movie figcaption {
  font-size: 1.3rem;
  text-align: center;
  color: #000F9F;
  line-height: 1.25;
  margin-top: 0.5rem;
  letter-spacing: 0;
  font-weight: 500;
  letter-spacing: 1;
}

.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%;
    padding-right: calc(20 / 768 * 100vw);
  }

  .spaandmineral .p-usability__item li:first-child {
    margin-top: calc(26 / 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(-85 / 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(15 / 768 * 100vw);
    top: calc(-8 / 768 * 100vw);
  }

  .spaandmineral .p-usability__item li h3,
.spaandmineral .p-usability__item li p {
    padding-left: calc(100 / 768 * 100vw);
  }

  .spaandmineral .p-usability__item li h3 {
    font-size: 4.8vw;
    padding-bottom: calc(15 / 768 * 100vw);
    margin-bottom: calc(12 / 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: 3.8vw;
  }

  .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;
  }

  .spaandmineral .p-usability__movie {
    width: calc(393 / 768 * 100vw);
    margin: calc(60 / 768 * 100vw) auto 0;
    position: relative;
    z-index: 10;
    padding: 0;
  }

  .spaandmineral .p-usability__movie figcaption {
    font-size: calc(22 / 768 * 100vw);
    text-align: center;
    color: #000F9F;
    line-height: 1.25;
    margin-top: calc(15 / 768 * 100vw);
    letter-spacing: 0;
    font-weight: 500;
    letter-spacing: 1;
  }
}
/* -------------------------
p-note
------------------------- */
.spaandmineral .p-note {
  padding: 8rem 0;
}



.spaandmineral .p-note p {
  padding: 0 10rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.23;
}

@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);
  }
}
/* -------------------------
sns
------------------------- */
.spaandmineral .p-sns {
  padding: 0 0 5rem;
}

.spaandmineral .p-sns .p-ttl {
  position: relative;
  border-top: 2px solid #000000;
}

.spaandmineral .p-sns .p-ttl span {
  position: absolute;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  background: #fff;
  padding: 0 1.8rem;
}

.spaandmineral .p-sns .p-sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0 0;
}

.spaandmineral .p-sns .p-sns-list li {
  display: inline-block;
  margin: 0 22.5px;
}

.spaandmineral .p-sns .p-sns-list li a img {
  width: 54px;
  scale: 0.8;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-sns {
    padding: 0 0 calc(30 / 768 * 100vw);
    max-width: calc(640 / 768 * 100vw);
    margin: 0 auto;
  }

  .spaandmineral .p-sns .p-ttl {
    position: relative;
    border-top: 2px solid #000000;
  }

  .spaandmineral .p-sns .p-ttl span {
    position: absolute;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(28 / 768 * 100vw);
    font-weight: 500;
    letter-spacing: 0.06em;
    background: #fff;
    padding: 0 calc(15 / 768 * 100vw);
  }

  .spaandmineral .p-sns .p-sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(30 / 768 * 100vw) 0 0;
  }

  .spaandmineral .p-sns .p-sns-list li {
    display: inline-block;
    margin: 0 calc(22 / 768 * 100vw);
  }

  .spaandmineral .p-sns .p-sns-list li a img {
    width: calc(56 / 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 0.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 0.5s;
}

.spaandmineral .shop_banner a:hover {
  background-color: #000;
}

.spaandmineral .shop_banner a:hover:after {
  background-color: #f8efe6;
}

@media screen and (max-width: 500px) {
  .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;
  }
}

@media screen and (max-width: 450px) {
  #switch_global:checked ~ .shop_banner a {
    background-color: #FFFFFF;
  }
}
/* -------------------------
shop_banner
------------------------- */
.spaandmineral .p-pagetop {
  position: fixed;
  bottom: 6rem;
  right: 4rem;
  display: block;
  width: 10rem;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.spaandmineral .p-pagetop.show {
  opacity: 1;
}

@media screen and (max-width: 950px) {
  .spaandmineral .p-pagetop {
    bottom: 60px;
    right: 10px;
    width: 70px;
  }
}
/* -------------------------
footer
------------------------- */
.spaandmineral #footer {
  background-color: #E3E3E3;
  position: relative;
  margin-top: 0;
}

.spaandmineral #footer .logo h1 {
  text-align: center;
}

.spaandmineral #footer .logo h1 img {
  width: 281px;
  height: inherit;
}

.spaandmineral #footer .p-footer_brandList {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.spaandmineral #footer .p-footer_brandList ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.spaandmineral #footer .p-footer_brandList li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  height: 70px;
}

.spaandmineral #footer .p-footer_brandList li:nth-of-type(1) {
  width: 70px;
}

.spaandmineral #footer .p-footer_brandList li:nth-of-type(2) {
  width: 215px;
}

@media screen and (max-width: 950px) {
  .spaandmineral #footer {
    background-color: #E3E3E3;
    position: relative;
    margin-top: 0;
    padding: calc(40 / 768 * 100vw) 0;
  }
  .home.spaandmineral #footer {
    margin-bottom: calc(100 / 768 * 100vw);
  }

  .spaandmineral #footer .logo h1 {
    text-align: center;
  }

  .spaandmineral #footer .logo h1 img {
    width: calc(245 / 768 * 100vw);
    height: inherit;
  }

  .spaandmineral #footer .p-footer_brandList {
    position: static;
    right: 50px;
    top: 50%;
    transform: translateY(0);
    margin-top: calc(10 / 768 * 100vw);;
  }

  .spaandmineral #footer .p-footer_brandList ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .spaandmineral #footer .p-footer_brandList li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 calc(15 / 768 * 100vw);
    height: calc(71 / 768 * 100vw);
  }

  .spaandmineral #footer .p-footer_brandList li:nth-of-type(1) {
    width: calc(70 / 768 * 100vw);
  }

  .spaandmineral #footer .p-footer_brandList li:nth-of-type(2) {
    width: calc(145 / 768 * 100vw);
  }
}
.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: 140px;
  }

  .movie-section .subTitle {
    font-size: 2rem;
  }

  .movie-section .line2 {
    width: 255px;
    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: 215px;
    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: 255px;
    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: 0.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: 255px;
    margin-inline: auto;
  }

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

  .otherBrand-section .line2 {
    width: 255px;
    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: 0.5s;
}

.js-anim-bottom.active h2 {
  transition-delay: 0.7s;
}

.js-anim-bottom.active .subTitle {
  transition-delay: 0.75s;
}

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

.js-anim-bottom.active .line2 {
  transform: scale(1);
}

.brandList li a {
  display: block;
}

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

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: none;
  z-index: 9999;
}

/* モーダル */
.modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 120rem;
  max-width: 90%;
  padding: 7rem 6.8rem 7.5rem;
  height: 100vh;
  max-height: 90vh;
  overflow-y: auto;
}

/* close */
.modal-close {
  position: absolute;
  top: 4.5vh;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  width: 120rem;
  max-width: 90%;
  text-align: right;
  padding-right: 3.4rem;
  padding-top: 5rem;
  z-index: 10;
}

.modal-close img {
  width: 6.5rem !important;
  cursor: pointer;
  pointer-events: auto !important;
}

.p-modal__title {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  color: #000F9F;
  margin-bottom: 4rem;
}

.p-modal__title--sub {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  color: #000F9F;
  line-height: 1.7;
  margin-bottom: 0;
}

.p-modal__item:last-child {
  border-top: 2px solid #000000;
  padding-top: 3rem;
}

/* 店舗 */
.p-modal__list {
  max-width: 97rem;
   display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.7rem;
  margin: 2rem auto 4.5rem;
  justify-content: center; 
}

.p-modal__list li{
  max-width: 30.5rem;
  width: 100%;
}

.p-modal__list a {
  color: #000;
}

.p-modal__list a figure figcaption {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 0.2rem;
}

.p-modal__list a figure figcaption i {
  font-size: 0;
}

.p-modal__list a figure figcaption i img {
  width: 0.6rem !important;
  position: relative;
  left: 0.2rem;
  top: -0.5rem;
}

@media screen and (max-width: 950px) {
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 9999;
  }

  .p-modal__list li{
    margin-left: auto;
    margin-right: auto;
  }

  /* モーダル */
  .modal-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 120rem;
    max-width: calc(600 / 768 * 100vw);
    padding: calc(75 / 768 * 100vw) calc(80 / 768 * 100vw) calc(70 / 768 * 100vw);
    max-height: 70vh;
    overflow-y: auto;
  }

  /* close */
  .modal-close {
    position: absolute;
    top: 17vh;
    padding: 0;
    width: 120rem;
    max-width: calc(600 / 768 * 100vw);
    right: calc(20 / 768 * 100vw);
    background: none;
    border: none;
    cursor: pointer;
    padding-right: 10px;
  }

  .modal-close img {
    width: calc(50 / 768 * 100vw) !important;
  }

  .p-modal__title {
    text-align: center;
    font-size: calc(55 / 768 * 100vw);
    font-weight: 500;
    color: #000F9F;
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .p-modal__title--sub {
    text-align: center;
    font-size: calc(38 / 768 * 100vw);;
    font-weight: 500;
    color: #000F9F;
    line-height: 1.7;
    margin-bottom: calc(10 / 768 * 100vw);;
  }

  .p-modal__item:last-child {
    border-top: 2px solid #000000;
    padding-top: calc(23 / 768 * 100vw);
  }

  /* 店舗 */
  .p-modal__list {
    max-width: calc(400 / 768 * 100vw);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 / 768 * 100vw);
    margin: 0 auto calc(30 / 768 * 100vw);
  }

  .p-modal__list a {
    color: #000;
  }

  .p-modal__list a figure figcaption {
    text-align: center;
    font-size: calc(21 / 768 * 100vw);
    font-weight: 400;
    text-decoration: underline;
    margin-top: calc(8 / 768 * 100vw);
  }

  .p-modal__list a figure figcaption i {
    font-size: 0;
  }

  .p-modal__list a figure figcaption i img {
    width: calc(8 / 768 * 100vw) !important;
    position: relative;
    left: calc(6 / 768 * 100vw);
    top: calc(-4 / 768 * 100vw);
  }
}


@media screen and (max-width: 950px) {
  .modal-box {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 70vh;
  }
  .modal-close {
    top: 120px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .modal-close {
    top: 110px;
    padding-right: 10px;
  }
}

body.post-type-archive-wheretobuy .menu.global.brand {
  /* box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3); */
}

.p-wheretobuy {
  padding-top: 16rem;
  padding-bottom: 22rem;
}

.p-wheretobuy__title {
  text-align: center;
  font-size: 5rem;
  font-weight: 500;
  color: #000F9F;
  margin-bottom: 4rem;
}

.p-wheretobuy__title--sub {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 500;
  color: #000F9F;
  line-height: 1.7;
  margin-bottom: 0;
}

.p-wheretobuy__item:last-child {
  border-top: 2px solid #000000;
  padding-top: 3rem;
}

/* 店舗 */
.p-wheretobuy__list {
  max-width: 97rem;
   display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.7rem;
  margin: 2rem auto 4.5rem;
  justify-content: center; 
}

.p-wheretobuy__list li{
  max-width: 30.5rem;
  width: 100%;
}

.p-wheretobuy__list a {
  color: #000;
}

.p-wheretobuy__list a figure figcaption {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 0.2rem;
}

.p-wheretobuy__list a figure figcaption i {
  font-size: 0;
}

.p-wheretobuy__list a figure figcaption i img {
  width: 0.6rem !important;
  position: relative;
  left: 0.2rem;
  top: -0.5rem;
}

@media screen and (max-width: 950px) {
  body.post-type-archive-wheretobuy .menu.global.brand {
  box-shadow: 0 0 0 !important;
}

  body.post-type-archive-wheretobuy .menu.global.brand:before {
   box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
  }

  .p-wheretobuy {
    padding-top: calc(150 / 768 * 100vw);
    padding-bottom: calc(100 / 768 * 100vw);
  }

  .p-wheretobuy__title {
    text-align: center;
    font-size: calc(55 / 768 * 100vw);
    font-weight: 500;
    color: #000F9F;
    margin-bottom: calc(20 / 768 * 100vw);
  }

  .p-wheretobuy__title--sub {
    text-align: center;
    font-size: calc(38 / 768 * 100vw);;
    font-weight: 500;
    color: #000F9F;
    line-height: 1.7;
    margin-bottom: calc(10 / 768 * 100vw);;
  }

  .p-wheretobuy__item {
    width: calc(446 / 768 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  .p-wheretobuy__item:last-child {
    border-top: 2px solid #000000;
    padding-top: calc(23 / 768 * 100vw);
  }

  /* 店舗 */
  .p-wheretobuy__list {
    max-width: calc(400 / 768 * 100vw);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 / 768 * 100vw);
    margin: 0 auto calc(30 / 768 * 100vw);
  }

  .p-wheretobuy__list a {
    color: #000;
  }

  .p-wheretobuy__list a figure figcaption {
    text-align: center;
    font-size: calc(21 / 768 * 100vw);
    font-weight: 400;
    text-decoration: underline;
    margin-top: calc(8 / 768 * 100vw);
  }

  .p-wheretobuy__list a figure figcaption i {
    font-size: 0;
  }

  .p-wheretobuy__list a figure figcaption i img {
    width: calc(8 / 768 * 100vw) !important;
    position: relative;
    left: calc(6 / 768 * 100vw);
    top: calc(-4 / 768 * 100vw);
  }
}
/*about*/
#about .menu.global {
  position: absolute;
  width: 100%;
  background: rgb(255 255 255 / 80%);
}
@media screen and (max-width: 980px) {
  #about .menu.global {
    position: fixed;
    background: transparent;
  }
  #about .menu.global::before {
    background: rgb(255 255 255 / 80%);
  }
  #about .menu.global .inner {
    width: 40%;
    left: 30%;
    padding: 2.75em 0.75em !important;
  }
  #about #header {
    margin-top: 0;
  }
}
@media screen and (max-width: 950px) {
  #about .menu.global .inner {
    left: 60%;
  }
}
@media screen and (max-width: 780px) {
  #about .menu.global .inner {
    left: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  #about .menu.global .inner {
    left: 40%;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #about .menu.global .inner {
    left: 0;
    width: 100%;
  }
}
#about #hero .title h2 {
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: inherit;
  font-size: 0;
  margin: 0;
}

#about #hero .title h2 img {
  width: 350px;
}

@media screen and (max-width: 950px) {
  #about #hero .title h2 img{
    width: calc(326 / 768 * 100vw);
  }
}
@media screen and (max-width: 479px) {
  #about #hero .title {
    padding-top: calc(65% + 88px);
  }
}

#about .inner {
  width: 100%;
}

@media screen and (max-width: 950px) {
  #about .inner {
    padding: 0;
  }
}

#about #main .content {
  margin: auto;
  max-width: 620px;
}

#about #main .content.message-lead-text{
  max-width: 700px;
}

#about #hero .title {
  background-image: url(../img/about/message_header_img01.jpg);
  background-size: cover;
}
@media screen and (max-width: 950px) {
  #about #hero .title {
    background-image: url(../img/about/message_header_img01_sp.jpg);
  }
}

/* Message
---------------------------------------- */
#about #message {
  padding-bottom: 12rem;
}

#about #message p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.666;
  font-family: "tahoma", sans-serif;
  margin-bottom: 1.5em;
}

#about #message p:last-child {
  margin-bottom: 0;
}

#about #message p strong {
  font-weight: 700;
}

#about #philosophy {
  padding-bottom: 12rem;
}

@media screen and (max-width: 750px) {
  body.post-type-archive-wheretobuy .menu.global.brand {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  #about .content{
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
    max-width: 100% !important;
  }
  #about .inner{
    padding: 0 0 !important;
  }
  #about #message {
    
    padding-bottom: calc(145 / 750 * 100vw);
  }

  #about #message p {
    text-align: center;
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.666;
    font-family: "tahoma", sans-serif;
    margin-bottom: 1.5em;
  }

  #about #message p:last-child {
    margin-bottom: 0;
  }

  #about #message p strong {
    font-weight: 700;
  }

  #about #philosophy {
    padding-bottom: calc(145 / 750 * 100vw);
  }
}


#philosophy .sub-ttl {
  color: #000F90;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  text-align: left;
  margin-bottom: 2rem;
}

#philosophy p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#philosophy picture {
  text-align: center;
  margin: 60px 0 40px;
}

#philosophy picture img {
  width: 429px;
}

#philosophy ._notes {
  font-size: 1.2rem;
  line-height: 1.4;
}

#philosophy dl {
  margin-top: 6rem;
}

#philosophy dl dt {
  color: #000F90;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  text-align: left;
  margin-bottom: 1rem;
}



@media screen and (max-width: 750px) {
  #about #philosophy {
    padding-bottom: calc(145 / 750 * 100vw);
  }
  #philosophy .sub-ttl {
    color: #000F90;
    font-size: calc(50 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
    text-align: left;
    margin-bottom: calc(35 / 750 * 100vw);
  }

  #philosophy p {
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.6;
  }

  #philosophy picture {
    text-align: center;
    margin: calc(60 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }

  #philosophy picture img {
    width: calc(592  / 750 * 100vw);
  }

  #philosophy ._notes {
    font-size: calc(24  / 750 * 100vw);
    line-height: 1.4;
  }

  #philosophy dl {
    margin-top: calc(80  / 750 * 100vw);
  }

  #philosophy dl dt {
    color: #000F90;
    font-size: calc(44  / 750 * 100vw);
    font-weight: 500;
    line-height: 1.2;
    font-family: "EB Garamond", serif;
    text-align: left;
    margin-bottom: calc(15 / 750 * 100vw);
  }
  #philosophy dl dd {
    font-size: calc(27 / 750 * 100vw);
  }
}

/* Ion
---------------------------------------- */

#about #ion {
  padding-bottom: 12rem;

}

#ion p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#ion .ion-ttl {
  color: #000F90;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin-bottom: 3rem;
}

#ion .img-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
  background: #F6F6F6;
  padding: 30px;
  margin: 7rem 0;
}

#ion .img-box .img-area {
  width: 180px;
}

#ion .img-box .text-area {
  width: calc(100% - 180px);
}

#ion .img-box .text-area p {
  color: #000F90;
  font-size: 1.6rem;
  line-height: 1.66;
  letter-spacing: 0;
}

#ion h4{
  color: #000F90;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 1rem;
}

#ion .list-box .num-list{
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#ion ._notes {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 3rem 0 6rem;
}

#ion .case-list{
  margin-top: 1.5rem;
}

#ion .case-list li{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:  1rem 0 0;
}

#ion .case-list li i{
  width: 8rem;
}

#ion .case-list li ._text{
  width: calc(100% - 8rem);
  padding-left: 1.5rem;
}

#ion .case-list li ._text h5{
  color: #000F90;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 0;
}

#ion .case-list li ._text p{

}

@media screen and (max-width: 750px) {
  #about #ion {
    
    padding-bottom: calc(145 / 750 * 100vw);
  }

  #ion p {
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.6;
  }

  #ion .ion-ttl {
    color: #000F90;
    font-size: calc(50 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.29;
    font-family: "EB Garamond", serif;
    margin-bottom: calc(25 / 750 * 100vw);
  }

  #ion .img-box {
    align-items: center;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    background: #F6F6F6;
    padding:  calc(20 / 750 * 100vw);
    margin: calc(90 / 750 * 100vw) 0;
  }

  #ion .img-box .img-area {
    text-align: center;
    width: 100%;
    margin-bottom: calc(25 / 750 * 100vw);
  }

  #ion .img-box .img-area img {
    scale: 0.7;
  }

  #ion .img-box .text-area {
    width: 100%;
  }

  #ion .img-box .text-area p {
    color: #000F90;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.66;
    letter-spacing: 0;
    padding-left: 1em;
    padding-bottom: 0.5em;
  }

  #ion h4{
    color: #000F90;
    font-size: calc(44 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.29;
    font-family: "EB Garamond", serif;
    margin: 0 0 calc(20 / 750 * 100vw);;
  }

  #ion .list-box .num-list{
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: calc(27 / 750 * 100vw);
  }

  #ion ._notes {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    margin: calc(40 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }

  #ion .case-list{
    margin-top: calc(50 / 750 * 100vw);
  }

  #ion .case-list li{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:  calc(40 / 750 * 100vw) 0 0;
  }

  #ion .case-list li i{
    display: block;
    width: 100%;
    text-align: center;
  }

  #ion .case-list li i img{
    width: calc(170 / 750 * 100vw) ;
  }

  #ion .case-list li ._text{
    width: 100%;
    padding-left: 0;
  }

  #ion .case-list li ._text h5{
    color: #000F90;
    font-size: calc(40 / 750 * 100vw) ;
    font-weight: 500;
    line-height: 1.29;
    font-family: "EB Garamond", serif;
    margin: calc(10 / 750 * 100vw) 0 0;
    text-align: center;
  }

  #ion .case-list li ._text p{
    text-align: center;
    font-size: calc(27 / 750 * 100vw);
  }
}

/*---------------------------------------- */
/* Chondroitin
---------------------------------------- */

#about #chondroitin {
  padding-bottom: 12rem;
}

#chondroitin p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#chondroitin .item h4{
  color: #000F90;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 2.5rem;
}

#chondroitin .item h5{
  color: #000F90;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 1rem;
}

#chondroitin .item{
  margin-bottom: 5.5rem;
}

#chondroitin .item:nth-of-type(3) h5{
  position: relative;
}

#chondroitin .item:nth-of-type(3) h5:after{
  content:"";
  display: block;
  width: 279px;
  height: 196px;
  background: url(../img/about/chondroitin_img01.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 0;
}

#chondroitin .item:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 1140px) {
  #chondroitin .item:nth-of-type(3) h5:after{
      content:"";
      display: block;
      width: calc(300 / 750 * 100vw);
      height: calc(200 / 750 * 100vw);
      background: url(../img/about/chondroitin_img01.png) center top no-repeat;
      background-size: contain;
      position: static;
      left: 100%;
      top: 0;
      margin: calc(25 / 750 * 100vw) auto 0;
    }
}

@media screen and (max-width: 750px) {
    #about #chondroitin {
     
      padding-bottom: calc(145 / 750 * 100vw);
    }

    #chondroitin p {
      font-size: calc(27 / 750 * 100vw);
      line-height: 1.6;
    }
    #chondroitin .item h4{
      color: #000F90;
      font-size: calc(50 / 750 * 100vw);
      font-weight: 500;
      line-height: 1.29;
      font-family: "EB Garamond", serif;
      margin: 0 0 calc(30 / 750 * 100vw);
    }

    #chondroitin .item h5{
      color: #000F90;
      font-size: calc(44 / 750 * 100vw);
      font-weight: 500;
      line-height: 1.29;
      font-family: "EB Garamond", serif;
      margin: 0 0 calc(20 / 750 * 100vw);
    }

    #chondroitin .item{
      margin-bottom: calc(86 / 750 * 100vw);
    }

    #chondroitin .item:nth-of-type(3) h5{
      position: relative;
    }

    #chondroitin .item:nth-of-type(3) h5:after{
      content:"";
      display: block;
      width: calc(560 / 750 * 100vw);
      height: calc(393 / 750 * 100vw);
      background: url(../img/about/chondroitin_img01.png) center top no-repeat;
      background-size: contain;
      position: static;
      left: 100%;
      top: 0;
      margin: calc(25 / 750 * 100vw) auto 0;
    }

    #chondroitin .item:last-child{
      margin-bottom: 0;
    }
}

/*---------------------------------------- */
/* factory
---------------------------------------- */

#about #factory {
  padding-bottom: 12rem;
}

#factory p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#factory .item{
  margin-bottom: 6.5rem;
}
#factory .item:last-child{
  margin-bottom: 0;
}

#factory .item h4{
  color: #000F90;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 2.5rem;
}

#factory .item h5{
  color: #000F90;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.29;
  font-family: "EB Garamond", serif;
  margin: 0 0 1rem;
}

#factory .item p{

}

#factory .item picture{
  text-align: center;
  margin-top: 2.5rem;
}

#factory .item picture img{

}

@media screen and (max-width: 750px) {
    
  #about #factory {
  
      padding-bottom: calc(145 / 750 * 100vw);
  }

  #factory p {
    font-size: calc(27 / 750 * 100vw);
    line-height: 1.6;
  }

  #factory .item{
    margin-bottom: calc(110 / 750 * 100vw);
  }
  #factory .item:last-child{
    margin-bottom: 0;
  }

  #factory .item h4{
    color: #000F90;
    font-size: calc(50 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.29;
    font-family: "EB Garamond", serif;
    margin: 0 0 calc(30 / 750 * 100vw);
  }

  #factory .item h5{
    color: #000F90;
    font-size: calc(44 / 750 * 100vw);
    font-weight: 500;
    line-height: 1.29;
    font-family: "EB Garamond", serif;
    margin: 0 0 calc(25 / 750 * 100vw);
  }

  #factory .item p{

  }

  #factory .item picture{
    text-align: center;
    margin-top: 2.5rem;
  }

  #factory .item picture img{

  }

}

.dropdown-area {
  position: relative;
  display: block;
  margin: 20px auto 0;
}

.dr-link {
  cursor: pointer;
  color: #000F9F !important;
  text-align: left;
  border: 1px solid #000F9F;
  font-size: 2.1rem;
  border-radius: 10px;
  font-weight: 700;
  display: block;
  padding: 10px 30px;
  background: url(../img/arrow_down_blue.svg) right 22px center no-repeat;
  background-size: 23px auto;
}

.dr-link:hover{
  text-decoration: none;
}

.dropdown-in {
  position: absolute;
  top: 100%;
  left: 10px;
  width: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;

  transition: 0.3s;
  z-index: 10;
}

.dropdown-in > div {
  width: 100%;
  background: #fff;
  border: 1px solid #000F9F;
  padding: 0 15px;
  margin-top: -1px;
  max-height: 0;
  overflow-y: auto;
  margin-bottom: 5rem;
  transition: 0.3s;
}

.dropdown-area.open .dropdown-in {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
}
.dropdown-area.active .dropdown-in {
  opacity: 1;
  visibility: visible;
  /* max-height: 400px; */
}

.dropdown-area.active .dropdown-in > div {
  max-height: 400px;
}

.dropdown-in ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-in li {
  border-bottom: 1px solid #000F9F;
}

.dropdown-in li:last-child{
  border: none;
}

.dropdown-in li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #000;
}

.dropdown-in li a:hover {
  opacity: 0.75;
}

.dropdown-in dt {
  font-family: "tahoma", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

.dropdown-in dd {
  font-family: "tahoma", sans-serif;
  font-size: 1.3rem;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .dropdown-area {
    position: relative;
    display: block;
    margin: calc(20 / 750 * 100vw) auto 0;
  }

  .dr-link {
    cursor: pointer;
    color: #000F9F !important;
    text-align: left;
    border: 1px solid #000F9F;
    font-size: calc(30 / 750 * 100vw);
    border-radius: 5px;
    font-weight: 700;
    display: block;
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    background: url(../img/arrow_down_blue.svg) right calc(22 / 750 * 100vw) center no-repeat;
    background-size: calc(23 / 750 * 100vw) auto;
  }

  .dr-link:hover{
    text-decoration: none;
  }

  .dropdown-in {
    position: absolute;
    top: 100%;
    left: 5px;
    width: calc(100% - 10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 10;
  }

  .dropdown-in > div {
    padding: 0 calc(15 / 750 * 100vw);
    margin-top: -1px;
    overflow-y: auto;
    margin-bottom: 3rem;
  }

  .dropdown-area.active .dropdown-in {
    opacity: 1;
    visibility: visible;
  }

  .dropdown-area.active .dropdown-in > div {
    max-height: 200px;
  }

  .dropdown-in ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .dropdown-in li {
    border-bottom: 1px solid #000F9F;
  }

  .dropdown-in li:last-child{
    border: none;
  }

  .dropdown-in li a {
    display: block;
    padding: calc(15 / 750 * 100vw) 0;
    text-decoration: none;
    color: #000;
  }

  .dropdown-in li a:hover {
    opacity: 0.75;
  }

  .dropdown-in dt {
    font-family: "tahoma", sans-serif;
    font-weight: 700;
    font-size: calc(13 / 750 * 100vw * 1.5);
  }

  .dropdown-in dd {
    font-family: "tahoma", sans-serif;
    font-size: calc(13 / 750 * 100vw * 1.5);
    margin: 0;
  }
}