@-webkit-keyframes fadeInUp {
  0% {
    visibility: hidden;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    visibility: inherit;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    visibility: hidden;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    visibility: inherit;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  100% {
    visibility: hidden;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes fadeOutDown {
  100% {
    visibility: hidden;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: inherit;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: inherit;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
* {
  padding: 0;
  margin: 0;
}

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

html {
  word-wrap: break-word;
  overflow-wrap: break-word;
  cursor: inherit;
  line-break: normal;
  -webkit-tap-highlight-color: inherit;
}
@media (min-width: 48em) {
  html {
    min-width: 1280px;
  }
}

body {
  color: #6a6a6a;
}

li {
  list-style-type: none;
}

nav li::before {
  content: inherit;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  margin: 0;
}

cite,
dfn,
em,
i,
var {
  font-style: inherit;
}

small {
  font-size: inherit;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

button:focus {
  outline: auto;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.c-header__logo {
  display: block;
  padding: 17px 19px;
}
@media (min-width: 48em) {
  .c-header__logo {
    padding: 30px 40px;
  }
}

@media (min-width: 48em) {
  .c-header__logo img {
    width: 119px;
  }
}

.c-skin-care-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  overflow: auto;
  text-align: center;
  background-color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-skin-care-dialog[aria-hidden=true] {
  pointer-events: none;
  opacity: 0;
}

.c-skin-care-dialog__close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 19px;
  font-size: 10px;
  line-height: 0;
  color: #a5b4d0;
  letter-spacing: 0;
}

.c-skin-care-dialog__close img {
  margin-bottom: 15px;
}

.c-skin-care-dialog__document {
  width: 100%;
}

.c-skin-care-dialog__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.c-skin-care-dialog__problem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 148px;
  height: 148px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  color: #697ea5;
  letter-spacing: 0;
  border: 8.5px solid rgba(165, 180, 208, 0.29);
  border-radius: 50%;
}

.c-skin-care-dialog__body {
  padding: 0 10px;
  margin-top: 23px;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0;
}

.c-skin-care-dialog__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 59px;
}

.c-skin-care-dialog .swiper-pagination {
  position: static;
}

.c-skin-care-dialog .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #a5b4d0;
}

.c-skin-care-dialog .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.c-skin-care-dialog .swiper-pagination-bullet-active {
  background-color: #a5b4d0;
}

.c-skin-care-dialog .swiper-button-prev,
.c-skin-care-dialog .swiper-button-next {
  position: relative;
  top: 0;
  width: auto;
  height: auto;
  padding: 10px 10px 17px;
  margin: 0 -10px;
  line-height: 0;
}
.c-skin-care-dialog .swiper-button-prev::after,
.c-skin-care-dialog .swiper-button-next::after {
  display: none;
}

.c-skin-care-dialog .swiper-button-prev {
  left: auto;
  text-align: left;
}

.c-skin-care-dialog .swiper-button-next {
  right: auto;
  text-align: right;
}

.c-skin-care-dialog .swiper-notification {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.c-video-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* for IE11 */
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-video-dialog[aria-hidden=true] {
  pointer-events: none;
  opacity: 0;
}

.c-video-dialog__close {
  position: fixed;
  top: 5vw;
  right: 5vw;
  width: 35px;
  height: 35px;
  line-height: 0;
}
@media (min-width: 48em) {
  .c-video-dialog__close {
    top: 40px;
    right: 40px;
  }
}

.c-video-dialog__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}

.c-video-dialog__document {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 964px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

.c-video-dialog[aria-hidden=true] .c-video-dialog__document {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.c-video-dialog__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.c-video-dialog__player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.c-video-dialog__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 48em) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-inline {
    display: inline !important;
  }

  .u-d-md-inline-block {
    display: inline-block !important;
  }

  .u-d-md-block {
    display: block !important;
  }

  .u-d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .u-d-md-table {
    display: table !important;
  }

  .u-d-md-table-row {
    display: table-row !important;
  }

  .u-d-md-table-cell {
    display: table-cell !important;
  }

  .u-d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.u-visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.p-campaign {
  padding-top: 101px;
  padding-bottom: 150px;
  margin-top: 164px;
  color: #fff;
  background-color: #96a0b5;
}
@media (min-width: 48em) {
  .p-campaign {
    padding-top: 167px;
    padding-bottom: 220px;
    margin-top: 335px;
  }
}

.p-campaign__container {
  padding: 0 36px;
}
@media (min-width: 48em) {
  .p-campaign__container {
    position: relative;
    width: 790px;
    margin: 0 auto;
  }
}

.p-campaign__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Renner, serif;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-campaign__heading {
    width: 372px;
  }
}
.p-campaign__heading::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: -36px;
  margin-left: 15px;
  content: "";
  border-top: 1px dashed #fff;
}
@media (min-width: 48em) {
  .p-campaign__heading::after {
    margin-right: 0;
  }
}

.p-campaign__lede {
  margin-top: 87px;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-campaign__lede {
    margin-top: 41px;
  }
}

.p-campaign__period {
  margin-top: 22px;
  font-family: Renner, serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-campaign__period {
    margin-top: 9px;
  }
}

.p-campaign__period .s1 {
  font-size: 12px;
}

.p-campaign__period .s1-1 {
  font-size: 10px;
}

.p-campaign__img {
  margin-top: 26px;
  text-align: center;
}
@media (min-width: 48em) {
  .p-campaign__img {
    position: absolute;
    top: -24px;
    right: 38px;
  }
}

.p-campaign__body {
  margin-top: 15px;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-campaign__body {
    width: 362px;
  }
}

@media (min-width: 48em) {
  .p-campaign__group01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-campaign__amount {
  margin: 59px auto 0;
}
@media (min-width: 48em) {
  .p-campaign__amount {
    margin: 69px 0 0;
  }
}

.p-campaign__amount-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 29.8013245033%;
  height: 84px;
  border: 1px solid #fff;
}
@media (min-width: 48em) {
  .p-campaign__amount-text {
    width: 108px;
    height: 100px;
  }
}

.p-campaign__amount-text .s1,
.p-campaign__amount-text .s3 {
  font-size: 10px;
  line-height: 24px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-campaign__amount-text .s1,
.p-campaign__amount-text .s3 {
    font-size: 11px;
  }
}

.p-campaign__amount-text .s2 {
  display: inline-block;
  margin-top: -4px;
  margin-left: -0.02em;
  font-family: Renner, serif;
  font-size: 33px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (min-width: 48em) {
  .p-campaign__amount-text .s2 {
    margin-top: -3px;
    font-size: 39px;
  }
}

.p-campaign__amount-text .s3 {
  margin-top: -7px;
}
@media (min-width: 48em) {
  .p-campaign__amount-text .s3 {
    margin-top: -5px;
  }
}

.p-campaign__amount-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70.5298013245%;
  height: 92px;
  margin-top: -1px;
  margin-left: calc(29.8013245033% - 1px);
  border: 1px solid #fff;
}
@media (min-width: 48em) {
  .p-campaign__amount-img {
    width: 255px;
    height: 110px;
    margin-left: 107px;
  }
}

.p-campaign__amount-img img {
  position: relative;
  top: -12px;
  left: -1px;
}
@media (min-width: 48em) {
  .p-campaign__amount-img img {
    top: -17px;
    left: 4px;
  }
}

.p-campaign__prize {
  margin-top: 23px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.007em;
}
@media (min-width: 48em) {
  .p-campaign__prize {
    margin-top: 165px;
    margin-left: 25px;
    letter-spacing: 0.05em;
  }
}

.p-campaign__link-participate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin: 66px -9px 0;
  font-size: 12px;
  color: #222;
  letter-spacing: 0.18em;
  background-color: #fff;
}
@media (min-width: 48em) {
  .p-campaign__link-participate {
    width: 500px;
    margin: 67px auto 0;
  }
}

.p-campaign__link-participate svg {
  position: absolute;
  top: calc(50% - 6.5px);
  right: 20px;
  width: 13px;
  height: 13px;
  color: #707070;
}

.p-campaign__terms {
  margin: 30px -9px 0;
  border: 1px solid #fff;
}
@media (min-width: 48em) {
  .p-campaign__terms {
    width: 500px;
    margin: 30px auto 0;
  }
}

.p-campaign__terms-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 58px;
  font-size: 12px;
  letter-spacing: 0.18em;
}
.p-campaign__terms-button::before, .p-campaign__terms-button::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 20px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #fff;
}
.p-campaign__terms-button::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-campaign__terms-button[aria-expanded=true]::after {
  -webkit-transform: none;
          transform: none;
}

.p-campaign__terms-details {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  contain: content;
}

.p-campaign__terms-details[aria-hidden=true] {
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.5s, visibility 0s 0.5s;
  transition: height 0.5s, visibility 0s 0.5s;
}

.p-campaign__terms-details-content {
  padding: 33px 23px 37px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}

.p-campaign__terms-details-content b {
  font-weight: 700;
}

.p-campaign__terms-details-content a {
  color: inherit;
}

.p-campaign__terms-details-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.p-campaign__terms-details-close svg {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

.p-concepts {
  position: relative;
  z-index: 0;
  padding-bottom: 174px;
  text-align: center;
}
@media (min-width: 48em) {
  .p-concepts {
    padding-top: 12px;
    padding-bottom: 250px;
  }
}

.p-concepts__bg {
  display: none;
}
@media (min-width: 48em) {
  .p-concepts__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
  }
}

@media (min-width: 48em) {
  .p-concepts__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 48em) {
  .p-concepts__container {
    width: 800px;
    margin: 0 auto;
  }
}

.p-concepts__intro {
  position: relative;
  z-index: 0;
  padding-top: 109px;
}

.p-concepts__intro-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 48em) {
  .p-concepts__intro-bg {
    display: none;
  }
}

.p-concepts__intro-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-concepts__heading {
  margin-left: 0.1em;
  font-family: Renner, serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-concepts__heading {
    font-size: 20px;
  }
}

.p-concepts__lede {
  margin-top: 23px;
  margin-left: 0.2em;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .p-concepts__lede {
    margin-top: 28px;
    margin-left: 0.18em;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.18em;
  }
}

.p-concepts__img {
  position: relative;
  z-index: -1;
  margin-top: -57.87%;
}
@media (min-width: 48em) {
  .p-concepts__img {
    margin-top: -8px;
  }
}

.p-concepts__img img {
  width: 100%;
}
@media (min-width: 48em) {
  .p-concepts__img img {
    width: auto;
  }
}

.p-concepts__items {
  padding-top: 78px;
}
@media (min-width: 48em) {
  .p-concepts__items {
    padding-top: 96px;
  }
}

.p-concepts__items-heading {
  margin-left: 0.15em;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.15em;
}
@media (min-width: 48em) {
  .p-concepts__items-heading {
    margin-left: 0.1em;
    font-size: 35px;
    line-height: 39px;
    letter-spacing: 0.1em;
  }
}

@media (min-width: 48em) {
  .p-concepts__item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 81px;
  }
}

.p-concepts__item01-video {
  position: relative;
  margin-top: 75px;
  text-align: left;
}
@media (min-width: 48em) {
  .p-concepts__item01-video {
    margin-top: 0;
  }
}

.p-concepts__item01-video-inner {
  position: relative;
  z-index: 0;
  display: inline-block;
}

.p-concepts__item01-video-inner img {
  position: absolute;
  top: -34px;
  left: 0;
  z-index: -1;
  width: calc(100% - 58px);
  height: calc(34px + 100% + 36px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48em) {
  .p-concepts__item01-video-inner img {
    display: none;
  }
}

.p-concepts__item01-video-inner video {
  width: 354px;
  -webkit-box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.16);
}
@media (min-width: 48em) {
  .p-concepts__item01-video-inner video {
    width: 400px;
  }
}

.p-concepts__item01-video-inner button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-concepts__item01-video-inner button svg {
  width: 52px;
  height: 52px;
}

.p-concepts__item01-text {
  margin-top: 76px;
}
@media (min-width: 48em) {
  .p-concepts__item01-text {
    margin-top: 10px;
    margin-left: 56px;
    text-align: left;
  }
}

.p-concepts__item01-patent {
  display: inline-block;
  width: 84px;
  padding: 2px 0;
  font-size: 12px;
  letter-spacing: 0.058em;
  border: 1px solid #a5a5a5;
}
@media (min-width: 48em) {
  .p-concepts__item01-patent {
    text-align: center;
  }
}

.p-concepts__item01-lede {
  margin-top: 20px;
  margin-left: 0.08em;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.08em;
}
@media (min-width: 48em) {
  .p-concepts__item01-lede {
    margin-top: 11px;
    margin-left: 0;
    font-size: 24px;
  }
}

.p-concepts__item01-body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: -0.018em;
}
@media (min-width: 48em) {
  .p-concepts__item01-body {
    margin-top: 21px;
  }
}

.p-concepts__item02 {
  position: relative;
  z-index: 0;
  margin-top: 100px;
}
@media (min-width: 48em) {
  .p-concepts__item02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 150px;
  }
}

@media (min-width: 48em) {
  .p-concepts__item02-img {
    margin-left: 50px;
  }
}

.p-concepts__item02-img-bg {
  position: absolute;
  top: 211px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .p-concepts__item02-img-bg {
    display: none;
  }
}

.p-concepts__item02-img-body {
  -webkit-box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.16);
}

.p-concepts__item02-text {
  margin-top: 30px;
}

.p-concepts__item02-lede {
  margin-left: 0.1em;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-concepts__item02-lede {
    margin-left: 0;
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.15em;
  }
}

.p-concepts__item02-lede sup {
  line-height: normal;
}

.p-concepts__item02-body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.032em;
}
@media (min-width: 48em) {
  .p-concepts__item02-body {
    margin-top: 21px;
    text-align: left;
    letter-spacing: -0.018em;
  }
}

.p-concepts__item02-note {
  margin-top: 8px;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-concepts__item02-note {
    margin-top: 22px;
    text-align: left;
  }
}

.p-coupon {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-coupon[aria-hidden=true] {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s;
}

.p-coupon__trigger {
  position: absolute;
  top: calc(100% + 112px);
}

.p-coupon__toggle {
  position: fixed;
  right: 6px;
  bottom: 11px;
  z-index: 101;
  width: 63px;
  height: 63px;
  padding-left: 0.004em;
  margin-left: 14px;
  font-family: Renner, "a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  letter-spacing: 0.004em;
  background-color: rgba(150, 160, 181, 0.8);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (min-width: 48em) {
  .p-coupon__toggle {
    right: 40px;
    bottom: 40px;
    width: 85px;
    height: 85px;
    font-size: 14px;
    line-height: 19px;
  }
}
.p-coupon__toggle::before, .p-coupon__toggle::after {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  width: 6px;
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 48em) {
  .p-coupon__toggle::before, .p-coupon__toggle::after {
    bottom: 18px;
  }
}
.p-coupon__toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-coupon__toggle:hover {
  background-color: #96A0B5;
  border: 1px solid #fff;
  border-radius: 50%;
}

.p-coupon__toggle[aria-expanded=true] {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
@media (min-width: 48em) {
  .p-coupon__toggle[aria-expanded=true] {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-coupon__toggle[aria-expanded=true]::after {
  -webkit-transform: none;
          transform: none;
}

.p-coupon__toggle .s1 {
  position: relative;
  top: -5px;
}

.p-coupon__toggle-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 55px;
  height: 55px;
  margin: auto;
}
@media (min-width: 48em) {
  .p-coupon__toggle-circle {
    width: 75px;
    height: 75px;
  }
}

.p-coupon__body {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
  padding-right: 75px;
  color: #fff;
  background: #565e6d;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  padding: 0 0 0 3rem;
}
@media (min-width: 48em) {
  .p-coupon__body {
    bottom: 28px;
    left: auto;
    height: 108px;
    padding-right: 135px;
  }
}
.p-coupon__body img {
  width: 100%;
}

.p-coupon__body[aria-hidden=true] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-coupon__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 106px;
  height: 60px;
  padding-left: 0.18em;
  line-height: 19px;
  color: #565e6d;
  background-color: #fff;
}

.p-coupon__shop .s1 {
  margin-top: 2px;
  font-family: Renner, serif;
  font-size: 20px;
  text-indent: -0.03em;
  letter-spacing: 0.03em;
}

.p-coupon__shop .s2 {
  margin-top: 2px;
  font-family: Renner, "a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 12px;
  text-indent: -0.153em;
  letter-spacing: 0.153em;
}

.p-coupon__group01 {
  margin-top: -6px;
  margin-left: 15px;
}
@media (min-width: 48em) {
  .p-coupon__group01 {
    margin-top: -9px;
  }
}

.p-coupon__amount {
  margin-top: 2px;
  line-height: 1;
}

.p-coupon__amount .s1 {
  font-family: Renner, serif;
  font-size: 34px;
  letter-spacing: 0.05em;
}

.p-coupon__amount .s1-1 {
  font-size: 18px;
  letter-spacing: 0.05em;
}

.p-coupon__amount .s2 {
  font-size: 20px;
  letter-spacing: 0.04em;
}

.p-coupon__amount .s3 {
  font-family: Renner, serif;
  font-size: 20px;
  letter-spacing: 0.04em;
}

.p-coupon__tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (min-width: 48em) {
  .p-coupon__tagline {
    margin-top: 8px;
  }
}

.p-coupon__tagline svg {
  width: 6px;
  height: 8px;
  margin-left: 4px;
}

.p-display {
  padding-top: 91px;
  padding-bottom: 105px;
  background-color: #9ca6ba;
}
@media (min-width: 48em) {
  .p-display {
    padding-top: 66px;
    padding-bottom: 80px;
  }
}

@media (min-width: 48em) {
  .p-display__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 880px;
    padding-left: 111px;
    margin: 0 auto;
  }
}

.p-display__heading {
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-display__heading {
    margin-top: -14px;
  }
}

.p-display__img {
  margin-top: 14px;
}

.p-ending {
  padding-top: 120px;
  padding-bottom: 127px;
}
@media (min-width: 48em) {
  .p-ending {
    padding-top: 309px;
    padding-bottom: 4px;
  }
}

@media (min-width: 48em) {
  .p-ending__container {
    width: 880px;
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  .p-ending__img-01 {
    margin-left: -4px;
  }
}

.p-ending__img-02 {
  padding-right: 39px;
  margin-top: -96px;
  text-align: right;
}
@media (min-width: 48em) {
  .p-ending__img-02 {
    padding-right: 0;
    margin-top: -15px;
    margin-right: -14px;
  }
}

.p-ending__heading {
  padding-left: 35px;
  margin-top: 59px;
  font-family: Renner, serif;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-ending__heading {
    padding-left: 64px;
    margin-top: 79px;
    font-size: 30px;
    letter-spacing: 0.2em;
  }
}

.p-ending__body {
  padding-left: 35px;
  margin-top: 7px;
  font-size: 15px;
  letter-spacing: 0.12em;
}
@media (min-width: 48em) {
  .p-ending__body {
    padding-left: 64px;
    margin-top: 11px;
    font-size: 12px;
    letter-spacing: 0.3em;
  }
}

.p-fv {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(var(--vh, 1vh) * 100);
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 48em) {
  .p-fv {
    height: 100vh;
  }
}

.p-fv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-fv__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 50px;
  z-index: -1;
}
@media (min-width: 48em) {
  .p-fv__img {
    bottom: 0;
    left: 203px;
  }
}

@media (min-width: 48em) {
  .is-teaser .p-fv__img {
    left: 0;
  }
}

.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 48em) {
  .p-fv__overlay {
    display: none;
  }
}

.p-fv__overlay img {
  width: 100%;
}

.p-fv__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__name {
  position: absolute;
  bottom: 44px;
  left: 14px;
  margin: 0 auto;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media (min-width: 48em) {
  .p-fv__name {
    top: calc(50% - 112px);
    bottom: auto;
    left: 10.5%;
  }
}

@media (min-width: 48em) {
  .is-teaser .p-fv__name {
    top: calc(50% - 132px);
    bottom: auto;
    left: 6.5%;
  }
}

@media (min-width: 48em) {
  .p-fv__name-en {
    width: 261px;
  }
}

.p-fv__name-ja {
  margin-top: 19px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-fv__name-ja {
    margin-top: 29px;
    font-size: 13px;
    letter-spacing: 0.038em;
  }
}

.p-fv__comingsoon {
  position: absolute;
  right: 18px;
  bottom: 23px;
  color: #fff;
  text-align: right;
}
@media (min-width: 48em) {
  .p-fv__comingsoon {
    right: 116px;
    bottom: 62px;
    left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv__comingsoon .s1 {
  display: block;
  padding-left: 4px;
  font-family: Renner, serif;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.18em;
}
@media (min-width: 48em) {
  .p-fv__comingsoon .s1 {
    font-size: 29px;
    line-height: 37px;
  }
}

.p-fv__comingsoon time {
  display: block;
  margin-top: 2px;
  font-family: Renner, serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-fv__comingsoon time {
    margin-top: 0;
    margin-left: 0.1em;
    font-size: 84px;
    line-height: 57px;
  }
}

.p-fv__copyright {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
@media (min-width: 48em) {
  .p-fv__copyright {
    bottom: 63px;
  }
}

.p-fv__scroll {
  position: absolute;
  right: 40px;
  bottom: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 48em) {
  .p-fv__scroll {
    right: 3.8%;
    bottom: 33px;
  }
}

.p-fv__scroll-text {
  font-family: Renner, serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.p-fv__scroll-line {
  position: relative;
  width: 1px;
  height: 120px;
  margin-top: 9px;
}

.p-fv__scroll-line-bg,
.p-fv__scroll-line-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-fv__scroll-line-bg {
  background-color: #fff;
}

.p-fv__scroll-line-body {
  background-color: currentColor;
}

.p-guarantee01 {
  padding-top: 108px;
  text-align: center;
}
@media (min-width: 48em) {
  .p-guarantee01 {
    padding-top: 94px;
  }
}

.p-guarantee01__container {
  padding: 47px 17px 46px;
  border: 1px solid #aaa;
}
@media (min-width: 48em) {
  .p-guarantee01__container {
    padding: 46px 80px 52px;
  }
}

.p-guarantee01__heading {
  margin-top: 28px;
  font-size: 16px;
  letter-spacing: 0.18em;
}
@media (min-width: 48em) {
  .p-guarantee01__heading {
    margin-top: 28px;
  }
}

.p-guarantee01__body {
  margin-top: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.048em;
}
@media (min-width: 48em) {
  .p-guarantee01__body {
    margin-top: 19px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.058em;
  }
}

.p-guarantee01__note {
  margin-top: 48px;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.058em;
}
@media (min-width: 48em) {
  .p-guarantee01__note {
    margin-top: 14px;
    text-align: center;
  }
}

.p-guarantee02 {
  margin-top: -1px;
  text-align: center;
}

.p-guarantee02__container {
  padding: 51px 17px 59px;
  border: 1px solid #aaa;
}
@media (min-width: 48em) {
  .p-guarantee02__container {
    padding: 50px 80px 52px;
  }
}

.p-guarantee02__heading {
  margin-top: 31px;
  font-size: 16px;
  letter-spacing: 0.18em;
}
@media (min-width: 48em) {
  .p-guarantee02__heading {
    margin-top: 30px;
  }
}

.p-guarantee02__body {
  margin-top: 30px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.058em;
}
@media (min-width: 48em) {
  .p-guarantee02__body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 32px;
  }
}

.p-guarantee02__notes {
  margin-top: 48px;
  font-size: 10px;
  line-height: 18px;
  color: #8b8b8b;
  text-align: left;
  letter-spacing: 0.058em;
}
@media (min-width: 48em) {
  .p-guarantee02__notes {
    margin-top: 22px;
    font-size: 10px;
    line-height: 20px;
  }
}

.p-guarantee02__notes-item:nth-child(n+2) {
  margin-top: 18px;
}
@media (min-width: 48em) {
  .p-guarantee02__notes-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-guarantee02__contact {
  margin-top: 49px;
  color: #888;
  background-color: #e8e8e8;
}
@media (min-width: 48em) {
  .p-guarantee02__contact {
    padding-top: 32px;
    margin-top: 55px;
  }
}

.p-guarantee02__contact-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.p-guarantee02__contact-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
}
.p-guarantee02__contact-button::before, .p-guarantee02__contact-button::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 20px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #aaa;
}
.p-guarantee02__contact-button::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-guarantee02__contact-button[aria-expanded=true]::after {
  -webkit-transform: none;
          transform: none;
}

.p-guarantee02__contact-details {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  contain: content;
}

.p-guarantee02__contact-details[aria-hidden=true] {
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.5s, visibility 0s 0.5s;
  transition: height 0.5s, visibility 0s 0.5s;
}

.p-guarantee02__contact-list {
  padding: 8px 13px 33px;
  font-size: 10px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0.05em;
}
@media (min-width: 48em) {
  .p-guarantee02__contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 23px 41px;
    font-size: 10px;
  }
}

@media (min-width: 48em) {
  .p-guarantee02__contact-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0 10px;
  }
}
.p-guarantee02__contact-list-item:nth-child(n+2) {
  margin-top: 21px;
}
@media (min-width: 48em) {
  .p-guarantee02__contact-list-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-guarantee02__contact-list-item a {
  color: inherit;
  text-decoration: underline;
}

.p-line-up {
  padding-top: 189px;
  text-align: center;
}
@media (min-width: 48em) {
  .p-line-up {
    padding-top: 186px;
  }
}

.p-line-up__container {
  padding: 0 36px;
}
@media (min-width: 48em) {
  .p-line-up__container {
    width: 800px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-line-up__heading {
  margin-left: 0.12em;
  font-family: Renner, serif;
  font-size: 22px;
  letter-spacing: 0.12em;
}
@media (min-width: 48em) {
  .p-line-up__heading {
    padding-left: 0;
  }
}

.p-line-up__items {
  margin-top: 48px;
}
@media (min-width: 48em) {
  .p-line-up__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin-top: 43px;
  }
}

@media (min-width: 48em) {
  .p-line-up__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 304px;
  }
}

.p-line-up__item--02 {
  margin-top: 95px;
}
@media (min-width: 48em) {
  .p-line-up__item--02 {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .p-line-up__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 322px;
  }
}

.p-line-up__item--01 .p-line-up__item-img img {
  position: relative;
  left: -2px;
}
@media (min-width: 48em) {
  .p-line-up__item--01 .p-line-up__item-img img {
    left: 4px;
  }
}

.p-line-up__item--02 .p-line-up__item-img img {
  position: relative;
  left: 4px;
}
@media (min-width: 48em) {
  .p-line-up__item--02 .p-line-up__item-img img {
    left: -1px;
  }
}

.p-line-up__item-name-en {
  margin-top: 23px;
  font-family: Renner, serif;
  font-size: 24px;
  letter-spacing: 0.13em;
}
@media (min-width: 48em) {
  .p-line-up__item-name-en {
    margin-top: 5px;
  }
}

.p-line-up__item-name-ja {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-line-up__item-name-ja {
    height: 32px;
    margin-top: 7px;
    line-height: 16px;
  }
}

.p-line-up__item-price {
  margin-top: 24px;
}
@media (min-width: 48em) {
  .p-line-up__item-price {
    margin-top: 18px;
  }
}

.p-line-up__item-price .s1 {
  font-family: Renner, serif;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.p-line-up__item-price .s2 {
  font-size: 10px;
  letter-spacing: 0.02em;
}

.p-line-up__item-price .s3 {
  font-family: Renner, "a-otf-gothic-bbb-pr6n", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.p-line-up__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin: 27px auto 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  border: 1px solid #aaa;
}
@media (min-width: 48em) {
  .p-line-up__item-link {
    width: 100%;
    margin-top: 26px;
  }
}

.p-line-up__item-link svg {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 20px;
  width: 4px;
  height: 7px;
}

.p-line-up__item-note {
  margin-top: 9px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.02em;
}

.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}

.p-loading__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-loading__video img,
.p-loading__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product {
  text-align: center;
}

@media (min-width: 48em) {
  .p-product__container {
    width: 800px;
    margin: 0 auto;
  }
}

.p-product__intro {
  position: relative;
  z-index: 0;
  height: 629px;
  padding-top: 116px;
}
@media (min-width: 48em) {
  .p-product__intro {
    height: 662px;
    padding-top: 98px;
  }
}

.p-product__intro-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-product__intro-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.p-product__heading {
  margin-left: 0.1em;
  font-family: Renner, serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-product__heading {
    font-size: 20px;
  }
}

.p-product__group01 {
  display: inline-block;
}

.p-product__lede {
  margin-top: 22px;
  margin-left: 0.1em;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-product__lede {
    margin-top: 25px;
    margin-left: 0.101em;
    font-size: 35px;
    line-height: 58px;
    letter-spacing: 0.101em;
  }
}

.p-product__note {
  margin-top: 8px;
  font-size: 10px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-product__note {
    margin-top: -3px;
    text-align: right;
  }
}

.p-product__technologies {
  padding-top: 50px;
}
@media (min-width: 48em) {
  .p-product__technologies {
    padding-top: 122px;
  }
}

.p-product__technologies-heading {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.06em;
}
@media (min-width: 48em) {
  .p-product__technologies-heading {
    font-size: 24px;
    line-height: 58px;
  }
}

.p-product__technologies-img {
  margin-top: 32px;
}
@media (min-width: 48em) {
  .p-product__technologies-img {
    margin-top: 27px;
  }
}

.p-product__approach {
  padding-top: 84px;
}
@media (min-width: 48em) {
  .p-product__approach {
    padding-top: 88px;
  }
}

.p-product__approach-heading {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-product__approach-heading {
    font-size: 24px;
    line-height: 58px;
  }
}

.p-product__approach-video {
  margin-top: 30px;
}

.p-product__approach-video video {
  width: 328px;
}
@media (min-width: 48em) {
  .p-product__approach-video video {
    width: 100%;
  }
}

.p-product__features {
  position: relative;
  z-index: 0;
  padding: 0 20px;
}
@media (min-width: 48em) {
  .p-product__features {
    width: 1280px;
    padding: 0;
    margin: 0 auto;
  }
}

.p-product__features-images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-product__features-images {
    height: 100vh;
  }
}

.p-product__features-images-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 212px;
  height: 250px;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
@media (min-width: 48em) {
  .p-product__features-images-item {
    left: 514px;
    height: auto;
  }
}
.p-product__features-images-item.is-active {
  opacity: 1;
}

.p-product__features-images-note {
  position: absolute;
  top: calc(50% + 125px);
  left: 212px;
  padding-left: 72px;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-product__features-images-note {
    top: calc(50% + 230px);
    left: 514px;
    padding-left: 115px;
    margin-top: -1px;
  }
}

@media (min-width: 48em) {
  .p-product__features-items {
    width: 800px;
    margin: 0 auto;
  }
}

.p-product__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 48em) {
  .p-product__features-item {
    width: 270px;
    height: 100vh;
  }
}

.p-product__features-item-heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 61.98px;
}
@media (min-width: 48em) {
  .p-product__features-item-heading-icon {
    height: 73.95px;
  }
}

.p-product__features-item:nth-child(1) .p-product__features-item-heading-icon img {
  width: 51px;
}
@media (min-width: 48em) {
  .p-product__features-item:nth-child(1) .p-product__features-item-heading-icon img {
    width: 72px;
  }
}

.p-product__features-item:nth-child(2) .p-product__features-item-heading-icon img {
  width: 54px;
}
@media (min-width: 48em) {
  .p-product__features-item:nth-child(2) .p-product__features-item-heading-icon img {
    width: 71px;
  }
}

.p-product__features-item:nth-child(3) .p-product__features-item-heading-icon img {
  width: 38px;
}
@media (min-width: 48em) {
  .p-product__features-item:nth-child(3) .p-product__features-item-heading-icon img {
    width: 45px;
  }
}

.p-product__features-item-heading-text {
  display: block;
  margin-top: 1px;
  font-size: 12px;
  letter-spacing: 0.024em;
}
@media (min-width: 48em) {
  .p-product__features-item-heading-text {
    margin-top: 5px;
    font-size: 15px;
  }
}

.p-product__features-item-lede {
  margin-top: 26px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-product__features-item-lede {
    margin-top: 38px;
    font-size: 24px;
    line-height: 49px;
  }
}

.p-product__features-item-body {
  margin-top: 9px;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-product__features-item-body {
    margin-top: 14px;
    font-size: 15px;
  }
}

.p-product__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-product__more-text {
  margin-left: 0.18em;
  font-family: Renner, serif;
  font-size: 12px;
  letter-spacing: 0.18em;
}
@media (min-width: 48em) {
  .p-product__more-text {
    font-size: 15px;
  }
}

.p-product__more-line {
  position: relative;
  width: 1px;
  height: 116px;
  margin-top: 16px;
}
@media (min-width: 48em) {
  .p-product__more-line {
    height: 150px;
    margin-top: 21px;
  }
}

.p-product__more-line-bg,
.p-product__more-line-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-product__more-line-bg {
  background-color: #e0e0e0;
}

.p-product__more-line-body {
  background-color: #9ca6ba;
}

.p-product__pre-foam {
  display: inline-block;
  padding: 6.5px;
  margin: 19px auto 0;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #a5a5a5;
}
@media (min-width: 48em) {
  .p-product__pre-foam {
    padding: 8px 20.5px;
    margin-top: 41px;
  }
}

.p-product__pre-foam .s1 {
  letter-spacing: 0.148em;
}

.p-product__pre-foam .s2 {
  letter-spacing: 0.02em;
}

.p-product__foam {
  position: relative;
  z-index: 0;
  padding: 0 30px;
  margin-top: 68px;
}
@media (min-width: 48em) {
  .p-product__foam {
    padding: 0;
    margin-top: 204px;
    text-align: left;
  }
}

.p-product__foam-img {
  position: relative;
  z-index: -1;
}
@media (min-width: 48em) {
  .p-product__foam-img {
    position: absolute;
    top: -50px;
    right: -188px;
  }
}

.p-product__foam-img img {
  position: relative;
  left: 14px;
}

.p-product__foam-text {
  margin-top: -99px;
}
@media (min-width: 48em) {
  .p-product__foam-text {
    width: 400px;
    margin-top: 0;
  }
}

.p-product__foam-heading {
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0.07em;
}
@media (min-width: 48em) {
  .p-product__foam-heading {
    font-size: 24px;
    line-height: 52px;
  }
}

.p-product__foam-heading sup {
  line-height: normal;
}

.p-product__foam-body {
  margin-top: 21px;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-product__foam-body {
    margin-top: 18px;
    font-size: 16px;
  }
}

.p-product__foam-note {
  margin-top: -7px;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-product__foam-note {
    margin-top: 14px;
    font-size: 12px;
    line-height: 30px;
  }
}

.p-product__moisture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 89px;
}
@media (min-width: 48em) {
  .p-product__moisture {
    display: block;
    width: 400px;
    margin-top: 77px;
  }
}

@media (min-width: 48em) {
  .p-product__moisture-video {
    margin-top: 24px;
  }
}

.p-product__moisture-video video {
  width: 328.87px;
}
@media (min-width: 48em) {
  .p-product__moisture-video video {
    width: 100%;
  }
}

.p-product__moisture-heading {
  margin-top: 17px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.07em;
}
@media (min-width: 48em) {
  .p-product__moisture-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 52px;
    text-align: left;
  }
}

.p-product__outro {
  position: relative;
  z-index: 0;
  padding-top: 98px;
  padding-bottom: 122px;
  margin-top: 118px;
}
@media (min-width: 48em) {
  .p-product__outro {
    padding-top: 107px;
    padding-bottom: 0;
    margin-top: 235px;
  }
}

.p-product__outro-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 48em) {
  .p-product__outro-bg {
    bottom: 212px;
  }
}

.p-product__outro-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  .p-product__outro-content01-group01 {
    display: inline-block;
  }
}

.p-product__outro-content01-body {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: 0.024em;
}
@media (min-width: 48em) {
  .p-product__outro-content01-body {
    font-size: 35px;
    line-height: 58px;
  }
}

.p-product__outro-content01-body sup {
  line-height: normal;
}

.p-product__outro-content01-note {
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-product__outro-content01-note {
    margin-top: -7px;
    font-size: 10px;
    text-align: right;
  }
}

.p-product__outro-content01-img {
  margin-top: 42px;
}
@media (min-width: 48em) {
  .p-product__outro-content01-img {
    margin-top: 65px;
  }
}

.p-product__outro-content01-img img {
  position: relative;
  left: 4px;
}

.p-product__outro-content02 {
  margin-top: 111px;
}
@media (min-width: 48em) {
  .p-product__outro-content02 {
    margin-top: 74px;
  }
}

.p-product__outro-content02-body .s1 {
  display: block;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.07em;
}
@media (min-width: 48em) {
  .p-product__outro-content02-body .s1 {
    font-size: 25px;
    line-height: 50px;
  }
}

.p-product__outro-content02-body .s2 {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-product__outro-content02-body .s2 {
    margin-top: 11px;
    font-size: 35px;
    line-height: 60px;
  }
}

.p-product__outro-content02-body sup {
  line-height: normal;
}

.p-product__outro-content02-note {
  margin-top: 4px;
  font-size: 10px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-product__outro-content02-note {
    margin-top: 1px;
    font-size: 12px;
    line-height: 29px;
  }
}

.p-product__outro-content02-img {
  margin-top: 53px;
  text-align: left;
}
@media (min-width: 48em) {
  .p-product__outro-content02-img {
    margin-top: 57px;
  }
}

.p-skin-care {
  padding-top: 109px;
  text-align: center;
}
@media (min-width: 48em) {
  .p-skin-care {
    padding-top: 196px;
  }
}

.p-skin-care__heading {
  font-family: Renner, serif;
  font-size: 22px;
  letter-spacing: 0.12em;
}
@media (min-width: 48em) {
  .p-skin-care__heading {
    font-size: 20px;
  }
}

.p-skin-care__lede {
  margin-top: 32px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .p-skin-care__lede {
    margin-top: 35px;
    font-size: 35px;
    line-height: 44px;
  }
}

.p-skin-care__body {
  margin-top: 13px;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-skin-care__body {
    margin-top: 25px;
    font-size: 16px;
  }
}

.p-skin-care__img-wrapper {
  position: relative;
}

.p-skin-care__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 53px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .p-skin-care__img {
    margin-top: 70px;
  }
}

.p-skin-care__hint {
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #697ea5;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .p-skin-care__hint {
    top: 35px;
  }
}

@media (min-width: 48em) {
  .p-skin-care__hint img {
    display: none;
  }
}

.p-skin-care__buttons {
  position: absolute;
  right: 0;
  bottom: 82px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .p-skin-care__buttons {
    bottom: 22px;
    width: 750px;
  }
}

.p-skin-care__buttons-item {
  width: 80px;
  height: 80px;
  margin: 0 3.75px;
  font-size: 12px;
  line-height: 17px;
  color: #697ea5;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 48em) {
  .p-skin-care__buttons-item {
    width: 122px;
    height: 122px;
    margin: 0 14px;
    font-size: 16px;
    line-height: 22px;
  }
}
.p-skin-care__buttons-item:hover, .p-skin-care__buttons-item:active, .p-skin-care__buttons-item:focus {
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 48em) {
  .p-skin-care__buttons-item:hover:not(:disabled):not([aria-disabled=true]) {
    cursor: url("../images/skin-care_buttons-item_cursor.png") 25 7, auto;
  }
}

.p-skin-care .swiper-container {
  display: none;
}
@media (min-width: 48em) {
  .p-skin-care .swiper-container {
    display: block;
    width: 770px;
    margin-top: 33px;
  }
}

@media (min-width: 48em) {
  .p-skin-care .swiper-slide {
    padding: 0 124px;
    font-size: 14px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 0;
  }
}

.p-skin-care .swiper-pagination {
  display: none;
}
@media (min-width: 48em) {
  .p-skin-care .swiper-pagination {
    position: static;
    display: block;
    margin-top: 46px;
  }
}

@media (min-width: 48em) {
  .p-skin-care .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #a5b4d0;
  }
}

@media (min-width: 48em) {
  .p-skin-care .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
  }
}

@media (min-width: 48em) {
  .p-skin-care .swiper-pagination-bullet-active {
    background-color: #a5b4d0;
  }
}

.p-skin-care .swiper-button-prev,
.p-skin-care .swiper-button-next {
  width: auto;
  height: auto;
  padding: 10px 10px 17px;
  margin: -10px -10px -17px;
  line-height: 0;
}
.p-skin-care .swiper-button-prev::after,
.p-skin-care .swiper-button-next::after {
  display: none;
}

.p-skin-care .swiper-button-prev {
  left: 0;
}

.p-skin-care .swiper-button-next {
  right: 0;
}

.p-skin-care .swiper-notification {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}