@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
.effected, .effected::before, .effected::after, .effected > *, .effected > *::before, .effected > *::after {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1, 1) !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

/*
-----
font-family: "FP-こぶりなゴシック StdN W1",FP-KoburinaGoStdN-W1,"こぶりなゴシック Std W1",KoburinaGoStd-W1,"游ゴシック Light",YuGothic,YuGothicL,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: lighter;
-----
font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: normal;
-----
font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: bold;
-----
font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
-----
ウィンドウサイズ1400pxの場合
14px → 1vw
28px → 2vw
56px → 4vw
112px → 8vw
168px → 12vw
-----
*/
/*
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
*/
/*-------------------------------------------------- common --------------------------------------------------*/
html, body {
  background: #212121 !important;
  margin: 0 auto;
  color: #fbfafa;
  font-family: "FP-こぶりなゴシック StdN W3",FP-KoburinaGoStdN-W3,"こぶりなゴシック Std W3",KoburinaGoStd-W3,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal;
  font-size: 18.6666666667px;
  line-height: 1.7;
  letter-spacing: .2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  html, body {
    font-size: 3.5897435897vw;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img, video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  color: #ebdedb;
  text-decoration: underline;
  transition: all .3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: .7;
  }
}
sup, sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 2px dotted #d0cecf;
}

:focus {
  outline: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  position: relative;
  color: #fbfafa;
  overflow: hidden;
  background-color: #000;
}
@media print, screen and (min-width: 521px) {
  .container {
    margin: 0 auto;
    width: 520px;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.75);
  }
}

.inner {
  padding: 0 5.1282051282%;
}

.txt-orange {
  color: #e77b51;
}

.note {
  font-size: 10.6666666667px;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 2.0512820513vw;
  }
}

.notes > li {
  padding-left: 1em;
  font-size: 10.6666666667px;
  letter-spacing: .1em;
  position: relative;
}
@media screen and (max-width: 520px) {
  .notes > li {
    font-size: 2.0512820513vw;
  }
}
.notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.notes.numbering {
  counter-reset: numbering;
}
.notes.numbering > li {
  padding-left: 2.1em;
  counter-increment: numbering;
}
.notes.numbering > li::before {
  content: "※" counter(numbering);
  position: absolute;
  top: 0;
  left: 0;
}

.bold {
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
}

.mb-1e {
  margin-bottom: 1em;
}

.ul-white {
  background-image: linear-gradient(transparent 70%, #FFF 0%);
}

.center {
  text-align: center;
}

.diag-l {
  clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -3rem;
}

.diag-r {
  clip-path: polygon(0 0, 100% 3rem, 100% 100%, 0% 100%);
  margin-top: -3rem;
}

.bg-brown {
  background-color: #6b4b43;
  color: #fbfafa;
}

.bg-pink {
  background-color: #ebdedb;
  color: #4e3934;
}

.bg-pink75 {
  background-color: #f0e6e4;
  color: #4e3934;
}

.bg-pink50 {
  background-color: #f5efed;
  color: #4e3934;
}

.bg-pink25 {
  background-color: #faf7f6;
  color: #4e3934;
}

/*-------------------------------------------------- main --------------------------------------------------*/
.main {
  position: relative;
}
.main__inner {
  position: relative;
}
.main #logo_polaorbis {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(30 / 780 * 100%);
  z-index: 2;
}
.main #logo_decencia {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(175 / 780 * 100%);
  margin: calc(40 / 780 * 100%) calc(30 / 780 * 100%);
  z-index: 3;
}
.main__note {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 calc(40 / 780 * 100%) calc(65 / 780 * 100%);
  color: #000;
}

/*-------------------------------------------------- cart --------------------------------------------------*/
.cv__inner {
  padding: calc(145 / 780 * 100%) 0;
}
.cv__ttl {
  position: relative;
  z-index: 1;
}
.cv__product {
  position: relative;
  z-index: 0;
  margin: calc(-185 / 780 * 100%) 0 calc(-100 / 780 * 100%);
}
.cv__contents {
  position: relative;
  z-index: 2;
  margin: calc(-40 / 780 * 100%) 0 0;
}
.cv__btn-teiki {
  position: relative;
  z-index: 3;
  margin: calc(-170 / 780 * 100%) calc(80 / 780 * 100%) calc(100 / 780 * 100%);
  transition: all .3s;
}
.cv__btn-teiki:hover {
  transform: translateY(0.3rem);
}
.cv__btn-teiki a:hover {
  opacity: 1;
}
.cv__note {
  margin: 0 calc(40 / 780 * 100%);
}
.cv__once {
  margin: calc(60 / 780 * 100%) calc(40 / 780 * 100%) 0;
  padding: calc(60 / 780 * 100%) 0 0;
  border-top: #FFF solid 1px;
}
.cv__btn-once {
  margin: 0 calc(80 / 780 * 100%);
  transition: all .3s;
}
.cv__btn-once:hover {
  transform: translateY(0.3rem);
}
.cv__btn-once a:hover {
  opacity: 1;
}

/*-------------------------------------------------- voice --------------------------------------------------*/
.voice {
  background: url("../img/voice_bg.jpg") no-repeat center top/100% auto;
}
.voice__inner {
  padding: calc(120 / 780 * 100%) 0;
}
.voice__ttl {
  margin: 0 0 calc(450 / 780 * 100%);
}
.voice__note {
  margin: calc(120 / 780 * 100%) calc(60 / 780 * 100%) 0;
}

/*-------------------------------------------------- discovery --------------------------------------------------*/
.discovery__inner {
  padding: calc(60 / 780 * 100%) 0;
}
.discovery__note {
  margin: calc(80 / 780 * 100%) calc(80 / 780 * 100%) 0;
}

/*-------------------------------------------------- threecare --------------------------------------------------*/
.threecare__inner {
  padding: calc(120 / 780 * 100%) 0 0;
}
.threecare__product {
  margin: 0 0 calc(-240 / 780 * 100%) 0;
}
.threecare__slider {
  position: relative;
  margin: 0 0 calc(120 / 780 * 100%) 0;
}
.threecare__slider .swiper-slide {
  padding: 0 2.9rem;
  height: auto;
}
.threecare__slider .swiper-slide img {
  height: auto;
}
.threecare__slider .swiper-button-next, .threecare__slider .swiper-button-prev {
  width: calc(14 / 780 * 100%);
}
.threecare__slider .swiper-button-next:after, .threecare__slider .swiper-button-prev:after {
  content: none;
}
.threecare__slider .swiper-button-next {
  right: 1.15rem;
}
.threecare__slider .swiper-button-prev {
  left: 1.15rem;
}
.threecare__slider .swiper-button-disabled {
  opacity: 0;
}
.threecare__slider .swiper-pagination {
  bottom: -2em;
}
.threecare__slider .swiper-pagination-bullet {
  background: #666666;
  opacity: 1;
}
.threecare__slider .swiper-pagination-bullet-active {
  background: #FFF;
}
.threecare__note {
  margin: calc(80 / 780 * 100%) calc(40 / 780 * 100%) 0;
}

/*-------------------------------------------------- nayami --------------------------------------------------*/
.nayami {
  background: url("../img/nayami_bg.jpg") no-repeat center bottom/100% auto;
}
.nayami__inner {
  padding: calc(120 / 780 * 100%) 0 calc(100 / 780 * 100%);
}
.nayami__item {
  margin: 0 0 calc(100 / 780 * 100%) 0;
}
.nayami__timing {
  margin-bottom: calc(521 / 780 * 100%);
}
.nayami__timing::before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background-color: #FFF;
  margin: 0 auto 2rem;
}
.nayami__note {
  margin: calc(40 / 780 * 100%) calc(80 / 780 * 100%) 0;
}

/*-------------------------------------------------- benefit --------------------------------------------------*/
.benefit {
  background: url("../img/benefit_bg.jpg") no-repeat center top/100% auto;
}
.benefit__inner {
  padding: calc(650 / 780 * 100%) 0 calc(120 / 780 * 100%);
}
.benefit__ttl {
  width: calc(480 / 780 * 100%);
  margin: 0 auto calc(120 / 780 * 100%);
}
.benefit__nouse {
  width: calc(628 / 780 * 100%);
  margin: 0 auto;
}
.benefit__note {
  margin: calc(60 / 780 * 100%) calc(40 / 780 * 100%) 0;
}

/*-------------------------------------------------- component --------------------------------------------------*/
.component__inner {
  padding: calc(0 / 780 * 100%) calc(40 / 780 * 100%) calc(0 / 780 * 100%);
  letter-spacing: .1em;
}
.component__ttl {
  text-align: center;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 1.8em;
}
@media screen and (max-width: 520px) {
  .component__ttl {
    font-size: 3.0769230769vw;
  }
}
.component__name {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  border-bottom: #fbfafa solid 1px;
  padding: 0 0 1em;
}
@media screen and (max-width: 520px) {
  .component__name {
    font-size: 3.0769230769vw;
  }
}
.component__name::before, .component__name::after {
  content: "";
  display: block;
  position: absolute;
  width: .75em;
  height: 1px;
  background-color: #fbfafa;
  right: 0;
  top: .8em;
  transition: all .2s;
}
.component__name::after {
  transform: rotate(90deg);
}
.component__name.opened::after {
  transform: rotate(0deg);
}
.component__list {
  font-size: 14.6666666667px;
  border-bottom: #fbfafa solid 1px;
  margin: 1.2em 0;
  padding: 0 0 1.2em;
}
@media screen and (max-width: 520px) {
  .component__list {
    font-size: 2.8205128205vw;
  }
}
.component__list dt {
  float: left;
}

/*-------------------------------------------------- attention --------------------------------------------------*/
.attention {
  position: relative;
  padding: calc(150 / 780 * 100% ) calc(40 / 780 * 100% ) calc(120 / 780 * 100% );
}
.attention__inner {
  border: #fbfafa solid 1px;
  text-align: center;
  padding: 0 calc(40 / 700 * 100% ) calc(40 / 700 * 100% );
}
.attention h2 {
  display: inline-block;
  background-color: #000;
  border: #fbfafa solid 1px;
  font-size: 17.3333333333px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 calc(-40 / 700 * 100% ) 0.5em;
  padding: .5em .75em;
  transform: translateY(-1em);
}
@media screen and (max-width: 520px) {
  .attention h2 {
    font-size: 3.3333333333vw;
  }
}
.attention h3 {
  color: #e29b9b;
  font-size: 26.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 520px) {
  .attention h3 {
    font-size: 5.1282051282vw;
  }
}
.attention ul.attention_list li {
  font-size: 18.6666666667px;
  font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .15rem;
  margin: 0 0 .8rem;
}
@media screen and (max-width: 520px) {
  .attention ul.attention_list li {
    font-size: 3.5897435897vw;
  }
}
.attention p {
  margin: 0 0 1.2rem;
}
.attention__note {
  margin-top: 2rem;
  text-align: left;
  font-size: 13.3333333333px;
  letter-spacing: normal;
}
@media screen and (max-width: 520px) {
  .attention__note {
    font-size: 2.5641025641vw;
  }
}
.attention__note li {
  display: flex;
}
.attention__note li::before {
  content: "・";
}

/*-------------------------------------------------- footer --------------------------------------------------*/
#footer {
  padding: 8.9743589744% 0;
  color: #fff;
  background: #2c2b2b;
}
#footer h2 {
  padding-bottom: 7.4626865672%;
}
#footer h2 img {
  width: 38.8059701493%;
}
#footer .nav {
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
#footer .nav li {
  margin: 1.5em 0;
  font-size: 18.6666666667px;
}
@media screen and (max-width: 520px) {
  #footer .nav li {
    font-size: 3.5897435897vw;
  }
}
#footer .nav li a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin-top: 1.8em;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 3.0769230769vw;
  }
}
