@charset "UTF-8";
@font-face {
  font-family: 'ShiseidoGinza';
  src: url("../font/ginzafont/ShiseidoGinzaExt-Regular.woff?$staticlink$");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ShiseidoGinza';
  src: url("../font/ginzafont/ShiseidoGinzaExt-Bold.woff?$staticlink$");
  font-weight: bold;
  font-style: normal;
}

.lp-answers {
  font-size: 12px;
  line-height: 1.5em;
  font-family: 'TazuganeGothicStdN-Regular', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue', 'Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial, sans-serif !important;
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers {
    font-size: 0.87912vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers {
    font-size: 3.73333vw;
  }
}

.lp-answers * {
  text-transform: none !important;
}

.lp-answers a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.lp-answers a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.lp-answers sup {
  display: inline-block;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .lp-answers sup {
    top: -4px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    margin-right: -0.2em;
  }
}

@media (min-width: 769px) {
  .lp-answers .pc {
    display: block !important;
  }
  .lp-answers .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers .pc {
    display: none !important;
  }
  .lp-answers .sp {
    display: block !important;
  }
}

@-webkit-keyframes pagenationrAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pagenationrAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.lp-answers__container.modal-opened {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
}

@media (min-width: 1366px) {
  .lp-answers-hero {
    width: 100%;
    border-bottom: solid 2px #000;
  }
  .lp-answers-hero__container {
    margin: 0 auto;
    padding: 0 50px;
  }
  .lp-answers-hero__box {
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
    height: 359px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    text-align: center;
  }
  .lp-answers-hero__box-inner {
    margin-top: 60px;
  }
  .lp-answers-hero__heading {
    -webkit-transform: translateX(12px) translateY(-3px);
            transform: translateX(12px) translateY(-3px);
    margin-bottom: 21px;
    line-height: 0;
  }
  .lp-answers-hero__heading > img {
    width: 292px;
    height: 44px;
  }
  .lp-answers-hero__sub-heading {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-bottom: 4px;
    line-height: 0;
  }
  .lp-answers-hero__sub-heading > img {
    width: 313px;
    height: 150px;
  }
  .lp-answers-hero__paragraph {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers-hero {
    width: 100%;
    border-bottom: solid 2px #000;
  }
  .lp-answers-hero__container {
    margin: 0 auto;
    padding: 0 3.663vw;
  }
  .lp-answers-hero__box {
    margin: 0 auto;
    width: 100%;
    height: 26.30037vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    text-align: center;
  }
  .lp-answers-hero__box-inner {
    margin-top: 4.3956vw;
  }
  .lp-answers-hero__heading {
    -webkit-transform: translateX(0.87912vw) translateY(-0.21978vw);
            transform: translateX(0.87912vw) translateY(-0.21978vw);
    margin-bottom: 1.53846vw;
    line-height: 0;
  }
  .lp-answers-hero__heading > img {
    width: 21.39194vw;
    height: 3.22344vw;
  }
  .lp-answers-hero__sub-heading {
    -webkit-transform: translateY(-0.14652vw);
            transform: translateY(-0.14652vw);
    margin-bottom: 0.29304vw;
    line-height: 0;
  }
  .lp-answers-hero__sub-heading > img {
    width: 22.9304vw;
    height: 10.98901vw;
  }
  .lp-answers-hero__paragraph {
    font-size: 1.4652vw;
    line-height: 2.9304vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers-hero {
    border-bottom: solid 1px #000;
  }
  .lp-answers-hero__container {
    padding: 0 2.66667vw;
  }
  .lp-answers-hero__box {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  .lp-answers-hero__box-inner {
    padding: 10.13333vw 0 8vw;
    text-align: center;
  }
  .lp-answers-hero__heading {
    -webkit-transform: translateX(-2.13333vw) translateY(-4vw);
            transform: translateX(-2.13333vw) translateY(-4vw);
    margin: 0 auto;
    margin-bottom: -2.66667vw;
    line-height: 0;
  }
  .lp-answers-hero__heading > img {
    width: 53.33333vw;
    height: 16vw;
  }
  .lp-answers-hero__sub-heading {
    margin-bottom: -7.2vw;
    line-height: 0;
  }
  .lp-answers-hero__sub-heading > img {
    width: 61.33333vw;
  }
  .lp-answers-hero__paragraph {
    font-size: 4.26667vw;
    line-height: 7.46667vw;
  }
}

@media (min-width: 1366px) {
  .lp-answers-anchor__list-container {
    border-bottom: solid 2px #000;
    padding: 0 50px;
  }
  .lp-answers-anchor__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    max-width: 1266px;
  }
  .lp-answers-anchor__item {
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    width: 50%;
  }
  .lp-answers-anchor__item:nth-child(odd) {
    border-right: none;
  }
  .lp-answers-anchor__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 107px;
    padding: 12px;
    position: relative;
  }
  .lp-answers-anchor__link:after {
    background-image: url("../contentassetimages/lp-answers/arrow-bottom.svg?$staticlink$");
    background-size: cover;
    content: '';
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 30.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
  }
  .lp-answers-anchor__link--more.pc {
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 71px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 1266px;
  }
  .lp-answers-anchor__link--more.pc:after {
    display: none;
  }
  .lp-answers-anchor__image {
    height: 83px;
    width: 120px;
  }
  .lp-answers-anchor__number {
    margin-left: 30px;
    width: 56px;
  }
  .lp-answers-anchor__title {
    color: #000;
    font-size: 18px;
    margin-left: 17.5px;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers-anchor__list-container {
    border-bottom: solid 2px #000;
  }
  .lp-answers-anchor__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    padding: 0 3.663vw;
  }
  .lp-answers-anchor__item {
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    width: 50%;
  }
  .lp-answers-anchor__item:nth-child(odd) {
    border-right: none;
  }
  .lp-answers-anchor__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7.83883vw;
    padding: 0.87912vw;
    position: relative;
  }
  .lp-answers-anchor__link:after {
    background-image: url("../contentassetimages/lp-answers/arrow-bottom.svg?$staticlink$");
    background-size: cover;
    content: '';
    display: inline-block;
    height: 2.1978vw;
    position: absolute;
    right: 2.23443vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.1978vw;
  }
  .lp-answers-anchor__link--more.pc {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 5.20147vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 3.663vw;
  }
  .lp-answers-anchor__link--more.pc:after {
    display: none;
  }
  .lp-answers-anchor__image {
    height: 6.08059vw;
    width: 8.79121vw;
  }
  .lp-answers-anchor__number {
    margin-left: 2.1978vw;
    width: 4.10256vw;
  }
  .lp-answers-anchor__title {
    color: #000;
    font-size: 1.31868vw;
    margin-left: 1.28205vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers-anchor__list-container {
    border-bottom: solid 1px #000;
  }
  .lp-answers-anchor__list-container:nth-child(2) {
    border-bottom: none;
  }
  .lp-answers-anchor__list {
    list-style: none;
    padding: 0 2.66667vw;
  }
  .lp-answers-anchor__item {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    position: relative;
  }
  .lp-answers-anchor__item:first-child:after {
    border-top: solid 1px #000;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transform: translateX(-3.2vw);
            transform: translateX(-3.2vw);
    width: 110%;
  }
  .lp-answers-anchor__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 23.2vw;
    padding: 3.2vw 2.66667vw;
    position: relative;
  }
  .lp-answers-anchor__link:after {
    background-image: url("../contentassetimages/lp-answers/arrow-left.svg?$staticlink$");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 1.73333vw;
    position: absolute;
    right: 1.33333vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    width: 5.73333vw;
  }
  .lp-answers-anchor__link--more {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    height: 11.73333vw;
    text-align: center;
    margin: 0 2.66667vw;
  }
  .lp-answers-anchor__link--more:after {
    display: none;
  }
  .lp-answers-anchor__image {
    height: 16.8vw;
    width: 22.66667vw;
  }
  .lp-answers-anchor__number {
    margin-left: 4.13333vw;
    width: 8.46667vw;
  }
  .lp-answers-anchor__title {
    color: #000;
    font-size: 3.2vw;
    margin-left: 2.93333vw;
  }
  .lp-answers-anchor__more {
    width: 18.66667vw;
  }
}

@media (min-width: 1366px) {
  .lp-answers-logo {
    border-bottom: solid 2px #000;
    text-align: center;
  }
  .lp-answers-logo__container {
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    margin: 0 auto;
    max-width: 1266px;
    padding-top: 130px;
  }
  .lp-answers-logo__image {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers-logo {
    border-bottom: solid 2px #000;
    text-align: center;
  }
  .lp-answers-logo__container {
    border-right: solid 2px #000;
    border-left: solid 2px #000;
    margin: 0 3.663vw;
    padding-top: 9.52381vw;
  }
  .lp-answers-logo__image {
    -webkit-transform: translateY(2.1978vw);
            transform: translateY(2.1978vw);
    width: 14.94505vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers-logo {
    border-bottom: solid 1px #000;
    text-align: center;
  }
  .lp-answers-logo__container {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    margin: 0 2.66667vw;
    padding-top: 13.06667vw;
  }
  .lp-answers-logo__image {
    -webkit-transform: translateY(4vw);
            transform: translateY(4vw);
    width: 37.33333vw;
  }
}

@media (min-width: 1366px) {
  .lp-answers-question {
    width: 100%;
  }
  .lp-answers-question__container {
    width: 100%;
    padding: 0 50px;
    border-bottom: solid 2px #000000;
  }
  .lp-answers-question__box {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
  }
  .lp-answers-question__box > * {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .lp-answers-question__box:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000;
  }
  .lp-answers-question__box--note {
    display: block;
    padding: 10px 10px 18px 10px;
  }
  .lp-answers-question__box--note > * {
    width: 100%;
  }
  .lp-answers-question__box--note:after {
    display: none;
  }
  .lp-answers-question__section {
    position: relative;
  }
  .lp-answers-question__box2 {
    padding-top: 77px;
    padding-bottom: 110px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
  }
  .lp-answers-question__heading {
    margin: 0 auto;
    margin-bottom: 45px;
    display: table;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-question__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-question__heading > span:last-child {
    padding-left: 30px;
  }
  .lp-answers-question__heading > span img {
    height: 60px;
  }
  .lp-answers-question__heading--q1 img {
    -webkit-transform: translateX(3px) translateY(-2px);
            transform: translateX(3px) translateY(-2px);
  }
  .lp-answers-question__heading--q2 img {
    -webkit-transform: translateX(3px) translateY(5px);
            transform: translateX(3px) translateY(5px);
  }
  .lp-answers-question__heading--q2 > span:last-child {
    -webkit-transform: translateX(-8px) translateY(6px);
            transform: translateX(-8px) translateY(6px);
  }
  .lp-answers-question__heading--q3 img {
    -webkit-transform: translateX(4px) translateY(-2px);
            transform: translateX(4px) translateY(-2px);
  }
  .lp-answers-question__heading--q3 > span:last-child {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  .lp-answers-question__heading--q4 img {
    -webkit-transform: translateX(1px) translateY(-7px);
            transform: translateX(1px) translateY(-7px);
  }
  .lp-answers-question__heading--q4 > span:last-child {
    -webkit-transform: translateX(-5px) translateY(-3px);
            transform: translateX(-5px) translateY(-3px);
  }
  .lp-answers-question__heading--q5 img {
    -webkit-transform: translateX(5px) translateY(-10px);
            transform: translateX(5px) translateY(-10px);
  }
  .lp-answers-question__heading--q5 > span:last-child {
    -webkit-transform: translateX(-10px) translateY(-10px);
            transform: translateX(-10px) translateY(-10px);
  }
  .lp-answers-question__heading--q6 img {
    -webkit-transform: translateX(3px) translateY(-18px);
            transform: translateX(3px) translateY(-18px);
  }
  .lp-answers-question__heading--q6 > span:last-child {
    -webkit-transform: translateX(-6px) translateY(-18px);
            transform: translateX(-6px) translateY(-18px);
  }
  .lp-answers-question__image {
    margin: 0 auto;
    margin-bottom: 60px;
    display: block;
    width: 100%;
    max-width: 437px;
  }
  .lp-answers-question__image--q1 {
    margin-bottom: 57px;
  }
  .lp-answers-question__image--q3 {
    margin-bottom: 50px;
  }
  .lp-answers-question__image--q4 {
    margin-bottom: 45px;
  }
  .lp-answers-question__image--q5 {
    margin-bottom: 52px;
  }
  .lp-answers-question__image--q6 {
    margin-bottom: 45px;
  }
  .lp-answers-question__image--q7 {
    margin-bottom: 53px;
  }
  .lp-answers-question__paragraph {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 26px;
    font-family: "TazuganeGothicStdN-Medium" !important;
  }
  .lp-answers-question__paragraph--q1 {
    margin-bottom: 39px;
  }
  .lp-answers-question__paragraph--q2 {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
    margin-bottom: 39px;
  }
  .lp-answers-question__paragraph--q3 {
    margin-bottom: 40px;
  }
  .lp-answers-question__paragraph--q4 {
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q5 {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    margin-bottom: 40px;
  }
  .lp-answers-question__paragraph--q6 {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q7 {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    margin-bottom: 39px;
  }
  .lp-answers-question__button {
    position: absolute;
    bottom: 60px;
    left: 50%;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    display: block;
    width: 270px;
    height: 49px;
    border: none;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-base2.svg?$staticlink$");
  }
  .lp-answers-question__button:hover {
    opacity: 0.5;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-question__note {
    font-size: 11px;
    line-height: 20px;
    margin-top: 8px;
    padding-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers-question {
    width: 100%;
  }
  .lp-answers-question__container {
    width: 100%;
    padding: 0 3.663vw;
    border-bottom: solid 2px #000000;
  }
  .lp-answers-question__box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
  }
  .lp-answers-question__box > * {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .lp-answers-question__box:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #000;
  }
  .lp-answers-question__box--note {
    display: block;
    padding: 0.7326vw 0.7326vw 1.31868vw 0.7326vw;
  }
  .lp-answers-question__box--note > * {
    width: 100%;
  }
  .lp-answers-question__box--note:after {
    display: none;
  }
  .lp-answers-question__section {
    position: relative;
  }
  .lp-answers-question__box2 {
    padding-top: 5.64103vw;
    padding-bottom: 8.05861vw;
    padding-left: 4.3956vw;
    padding-right: 4.3956vw;
    text-align: center;
  }
  .lp-answers-question__heading {
    margin: 0 auto;
    margin-bottom: 3.2967vw;
    display: table;
    font-size: 1.75824vw;
    line-height: 2.49084vw;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-question__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-question__heading > span:last-child {
    padding-left: 2.1978vw;
  }
  .lp-answers-question__heading img {
    height: 4.3956vw;
  }
  .lp-answers-question__heading--q1 img {
    -webkit-transform: translateX(0.21978vw) translateY(-0.14652vw);
            transform: translateX(0.21978vw) translateY(-0.14652vw);
  }
  .lp-answers-question__heading--q2 img {
    -webkit-transform: translateX(0.21978vw) translateY(0.3663vw);
            transform: translateX(0.21978vw) translateY(0.3663vw);
  }
  .lp-answers-question__heading--q2 > span:last-child {
    -webkit-transform: translateX(-0.58608vw) translateY(0.43956vw);
            transform: translateX(-0.58608vw) translateY(0.43956vw);
  }
  .lp-answers-question__heading--q3 img {
    -webkit-transform: translateX(0.29304vw) translateY(-0.14652vw);
            transform: translateX(0.29304vw) translateY(-0.14652vw);
  }
  .lp-answers-question__heading--q3 > span:last-child {
    -webkit-transform: translateX(-0.51282vw);
            transform: translateX(-0.51282vw);
  }
  .lp-answers-question__heading--q4 img {
    -webkit-transform: translateX(0.07326vw) translateY(-0.51282vw);
            transform: translateX(0.07326vw) translateY(-0.51282vw);
  }
  .lp-answers-question__heading--q4 > span:last-child {
    -webkit-transform: translateX(-0.3663vw) translateY(-0.21978vw);
            transform: translateX(-0.3663vw) translateY(-0.21978vw);
  }
  .lp-answers-question__heading--q5 img {
    -webkit-transform: translateX(0.3663vw) translateY(-0.7326vw);
            transform: translateX(0.3663vw) translateY(-0.7326vw);
  }
  .lp-answers-question__heading--q5 > span:last-child {
    -webkit-transform: translateX(-0.7326vw) translateY(-0.7326vw);
            transform: translateX(-0.7326vw) translateY(-0.7326vw);
  }
  .lp-answers-question__heading--q6 img {
    -webkit-transform: translateX(0.21978vw) translateY(-1.31868vw);
            transform: translateX(0.21978vw) translateY(-1.31868vw);
  }
  .lp-answers-question__heading--q6 > span:last-child {
    -webkit-transform: translateX(-0.43956vw) translateY(-1.31868vw);
            transform: translateX(-0.43956vw) translateY(-1.31868vw);
  }
  .lp-answers-question__image {
    margin: 0 auto;
    margin-bottom: 4.3956vw;
    display: block;
    width: 100%;
    max-width: 32.01465vw;
  }
  .lp-answers-question__image--q1 {
    margin-bottom: 4.17582vw;
  }
  .lp-answers-question__image--q3 {
    margin-bottom: 3.663vw;
  }
  .lp-answers-question__image--q4 {
    margin-bottom: 3.2967vw;
  }
  .lp-answers-question__image--q5 {
    margin-bottom: 3.80952vw;
  }
  .lp-answers-question__image--q6 {
    margin-bottom: 3.2967vw;
  }
  .lp-answers-question__image--q7 {
    margin-bottom: 3.88278vw;
  }
  .lp-answers-question__paragraph {
    margin-bottom: 3.2967vw;
    font-size: 1.31868vw;
    line-height: 1.90476vw;
    font-family: "TazuganeGothicStdN-Medium" !important;
  }
  .lp-answers-question__paragraph--q1 {
    margin-bottom: 2.85714vw;
  }
  .lp-answers-question__paragraph--q2 {
    -webkit-transform: translateX(0.14652vw);
            transform: translateX(0.14652vw);
    margin-bottom: 2.85714vw;
  }
  .lp-answers-question__paragraph--q3 {
    margin-bottom: 2.9304vw;
  }
  .lp-answers-question__paragraph--q4 {
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q5 {
    -webkit-transform: translateX(-0.14652vw);
            transform: translateX(-0.14652vw);
    margin-bottom: 2.9304vw;
  }
  .lp-answers-question__paragraph--q6 {
    -webkit-transform: translateX(-0.14652vw);
            transform: translateX(-0.14652vw);
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q7 {
    -webkit-transform: translateX(-1.0989vw);
            transform: translateX(-1.0989vw);
    margin-bottom: 2.85714vw;
  }
  .lp-answers-question__button {
    position: absolute;
    bottom: 4.3956vw;
    left: 50%;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    display: block;
    width: 19.78022vw;
    height: 3.58974vw;
    border: none;
    background-size: 17.8022vw 3.58974vw;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-base2.svg?$staticlink$");
  }
  .lp-answers-question__button:hover {
    opacity: 0.5;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-question__note {
    font-size: 0.80586vw;
    line-height: 1.4652vw;
    margin-top: 0.58608vw;
    padding-bottom: 1.4652vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-answers-question__container {
    padding: 0 2.66667vw;
  }
  .lp-answers-question__box {
    position: relative;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  .lp-answers-question__box--note {
    display: block;
    padding: 2.66667vw;
    padding-bottom: 5.33333vw;
  }
  .lp-answers-question__box--note:after {
    display: none;
  }
  .lp-answers-question__box2 {
    position: relative;
    padding-top: 10.66667vw;
    padding-bottom: 8vw;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    text-align: center;
  }
  .lp-answers-question__box2--q2 {
    padding-right: 5.33333vw;
  }
  .lp-answers-question__box2--q6 {
    padding-top: 9.33333vw;
  }
  .lp-answers-question__box2--q7 {
    padding-right: 5.33333vw;
  }
  .lp-answers-question__box2:after {
    position: absolute;
    bottom: 0;
    left: -2.66667vw;
    display: block;
    content: "";
    width: 110%;
    height: 1px;
    background-color: #000;
  }
  .lp-answers-question__heading {
    margin-bottom: 5.33333vw;
    display: table;
    font-size: 5.33333vw;
    line-height: 8.8vw;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-question__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-question__heading > span:last-child {
    padding-left: 4.8vw;
    width: 66.66667vw;
  }
  .lp-answers-question__heading > span > img {
    height: 11.2vw;
    width: 14.66667vw;
  }
  .lp-answers-question__image {
    margin: 0 auto;
    margin-bottom: 5.33333vw;
    display: block;
    width: 66.66667vw;
  }
  .lp-answers-question__image--q2 {
    margin-bottom: 6.13333vw;
    -webkit-transform: translateX(-1.33333vw);
            transform: translateX(-1.33333vw);
  }
  .lp-answers-question__image--q3 {
    margin-bottom: 10.66667vw;
  }
  .lp-answers-question__image--q4 {
    margin-bottom: 10.66667vw;
  }
  .lp-answers-question__image--q5 {
    margin-bottom: 12vw;
  }
  .lp-answers-question__image--q6 {
    margin-bottom: 6.66667vw;
  }
  .lp-answers-question__image--q7 {
    margin-bottom: 6.66667vw;
    -webkit-transform: translateX(-1.33333vw);
            transform: translateX(-1.33333vw);
  }
  .lp-answers-question__paragraph {
    margin-bottom: 6.66667vw;
    font-size: 4vw;
    line-height: 6.93333vw;
    font-family: "TazuganeGothicStdN-Medium" !important;
  }
  .lp-answers-question__paragraph--q2 {
    -webkit-transform: translateX(-1.33333vw);
            transform: translateX(-1.33333vw);
  }
  .lp-answers-question__paragraph--q4 {
    line-height: 6.4vw;
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q5 {
    margin-bottom: 5.33333vw;
    -webkit-transform: translateX(1.86667vw);
            transform: translateX(1.86667vw);
  }
  .lp-answers-question__paragraph--q6 {
    -webkit-transform: translateX(1.33333vw);
            transform: translateX(1.33333vw);
    line-height: 6.4vw;
    margin-bottom: 0;
  }
  .lp-answers-question__paragraph--q7 {
    -webkit-transform: translateX(-1.33333vw);
            transform: translateX(-1.33333vw);
    margin-bottom: 4vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .lp-answers-question__paragraph sup {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lp-answers-question__button {
    -webkit-transform: translateX(4vw);
            transform: translateX(4vw);
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    width: 53.33333vw;
    height: 10.66667vw;
    border: none;
    background-size: 53.33333vw 10.66667vw;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-base2.svg?$staticlink$");
  }
  .lp-answers-question__button--q2 {
    -webkit-transform: translateX(2.66667vw);
            transform: translateX(2.66667vw);
  }
  .lp-answers-question__button--q3 {
    -webkit-transform: translateX(2.66667vw);
            transform: translateX(2.66667vw);
  }
  .lp-answers-question__button--q4 {
    -webkit-transform: none;
            transform: none;
  }
  .lp-answers-question__button--q5 {
    -webkit-transform: translateX(4.53333vw);
            transform: translateX(4.53333vw);
  }
  .lp-answers-question__button--q7 {
    -webkit-transform: translateX(1.33333vw);
            transform: translateX(1.33333vw);
  }
  .lp-answers-question__note {
    text-align: center;
    font-size: 2.66667vw;
    line-height: 4vw;
    margin-bottom: 3.2vw;
    margin-top: 2.13333vw;
  }
}

@media (min-width: 1366px) {
  .lp-answers-answer {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
  }
  .lp-answers-answer.open {
    display: block;
  }
  .lp-answers-answer.open .lp-answers-answer__wrapper {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .lp-answers-answer.open.in .lp-answers-answer__wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .lp-answers-answer__bg {
    pointer-events: none;
    position: absolute;
    display: block;
    padding: 0 50px;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .lp-answers-answer__bg-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
    height: 100%;
    padding: 50px;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
  }
  .lp-answers-answer__aside {
    display: none;
  }
  .lp-answers-answer__aside.open {
    display: block;
  }
  .lp-answers-answer__container {
    position: relative;
    border-bottom: solid 2px #000;
  }
  .lp-answers-answer__container--hero {
    margin-top: 50px;
    border-top: solid 2px #000;
  }
  .lp-answers-answer__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
    padding: 60px 100px 60px 100px;
  }
  .lp-answers-answer__inner--recommend {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 90px;
  }
  .lp-answers-answer__box {
    width: 100%;
    display: table;
  }
  .lp-answers-answer__box-left {
    display: table-cell;
    vertical-align: middle;
    width: 44%;
  }
  .lp-answers-answer__box-right {
    display: table-cell;
    vertical-align: middle;
    width: 56%;
  }
  .lp-answers-answer__heading {
    width: 100%;
    display: table;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-answer__heading > span:first-child {
    width: 20%;
  }
  .lp-answers-answer__heading > span:last-child {
    padding-left: 28px;
    width: 80%;
  }
  .lp-answers-answer__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__image2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__sub-heading {
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    color: #CE2037;
    font-weight: bold;
    font-family: 'ShiseidoGinza' !important;
  }
  .lp-answers-answer__sub-heading--recommend {
    margin-bottom: 80px;
  }
  .lp-answers-answer__list-ul {
    display: table;
    margin: 0 auto;
    list-style: none;
    table-layout: fixed;
  }
  .lp-answers-answer__list-ul > li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .lp-answers-answer__paragraph {
    margin-bottom: 28px;
    text-align: center;
    font-size: 33px;
    line-height: 55px;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__paragraph2 {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
  }
  .lp-answers-answer__image3 {
    display: inline-block;
    height: 190px;
    width: auto;
  }
  .lp-answers-answer__image3--p4 {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .lp-answers-answer__image3--p5 {
    height: 173px;
    width: 119px;
  }
  .lp-answers-answer__paragraph3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
  }
  .lp-answers-answer__paragraph3--vital-perfection {
    line-height: 1.8315vw;
  }
  .lp-answers-answer__paragraph4 {
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
  }
  .lp-answers-answer__box2 {
    margin-bottom: 20px;
    width: 350px;
    display: table;
  }
  .lp-answers-answer__box2--p4 {
    width: 468px;
  }
  .lp-answers-answer__box2--p5 {
    width: 316px;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__box2-left {
    width: 120px;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__box2-right {
    padding-left: 16px;
    width: 180px;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__paragraph3 {
    white-space: normal;
  }
  .lp-answers-answer__box2-left {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 130px;
  }
  .lp-answers-answer__box2-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 220px;
    padding-left: 20px;
  }
  .lp-answers-answer__link-detail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    width: 270px;
    height: 49px;
    border: none;
    background-size: 243px 51px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-detail-base2.svg?$staticlink$");
  }
  .lp-answers-answer__link-detail:hover {
    opacity: 0.5;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__note {
    margin: 50px 98px 0;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
  }
  .lp-answers-answer__note:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .lp-answers-answer__button-close2 {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 100%;
    max-width: 1262px;
    border: none;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../contentassetimages/lp-answers/button-close.svg?$staticlink$");
    opacity: 1;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__button-close2:hover {
    opacity: 0.5;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__box3 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 50px;
    width: 100%;
  }
  .lp-answers-answer__box3-inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
  }
  .lp-answers-answer__button-close {
    position: absolute;
    top: 60px;
    right: 10px;
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .lp-answers-answer__button-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    display: block;
    content: "";
    width: 2px;
    height: 85px;
    background-color: #000;
  }
  .lp-answers-answer__button-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    content: "";
    width: 2px;
    height: 85px;
    background-color: #000;
  }
  .lp-answers-answer__button-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .lp-answers-answer__effect {
    font-family: "TazuganeGothicStdN-Book" !important;
    border-bottom: solid 3px #C8102E;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 27px;
  }
  .lp-answers-answer__recommend-text {
    font-size: 20px;
    text-align: center;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .lp-answers-answer {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
  }
  .lp-answers-answer.open {
    display: block;
  }
  .lp-answers-answer.open .lp-answers-answer__wrapper {
    opacity: 0;
    -webkit-transform: translateY(-1.4652vw);
            transform: translateY(-1.4652vw);
  }
  .lp-answers-answer.open.in .lp-answers-answer__wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .lp-answers-answer__bg {
    pointer-events: none;
    position: absolute;
    display: block;
    padding: 0 3.663vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .lp-answers-answer__bg-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3.663vw;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
  }
  .lp-answers-answer__aside {
    display: none;
  }
  .lp-answers-answer__aside.open {
    display: block;
  }
  .lp-answers-answer__container {
    position: relative;
    border-bottom: solid 2px #000;
  }
  .lp-answers-answer__container--hero {
    margin-top: 3.663vw;
    border-top: solid 2px #000;
  }
  .lp-answers-answer__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 92.74725vw;
    padding: 4.3956vw 7.32601vw 4.3956vw 7.32601vw;
  }
  .lp-answers-answer__inner--recommend {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6.59341vw;
  }
  .lp-answers-answer__box {
    width: 100%;
    display: table;
  }
  .lp-answers-answer__box-left {
    display: table-cell;
    vertical-align: middle;
    width: 44%;
  }
  .lp-answers-answer__box-right {
    display: table-cell;
    vertical-align: middle;
    width: 56%;
  }
  .lp-answers-answer__heading {
    width: 100%;
    display: table;
    font-size: 1.97802vw;
    line-height: 2.63736vw;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-answer__heading > span:first-child {
    width: 20%;
  }
  .lp-answers-answer__heading > span:last-child {
    padding-left: 2.05128vw;
    width: 80%;
  }
  .lp-answers-answer__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__image2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__sub-heading {
    margin-bottom: 2.1978vw;
    text-align: center;
    font-size: 1.75824vw;
    line-height: 2.12454vw;
    color: #CE2037;
    font-weight: bold;
    font-family: 'ShiseidoGinza' !important;
  }
  .lp-answers-answer__sub-heading--recommend {
    margin-bottom: 5.86081vw;
  }
  .lp-answers-answer__list-ul {
    display: table;
    margin: 0 auto;
    list-style: none;
    table-layout: fixed;
  }
  .lp-answers-answer__list-ul > li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-left: 0.7326vw;
    padding-right: 0.7326vw;
  }
  .lp-answers-answer__paragraph {
    margin-bottom: 2.05128vw;
    text-align: center;
    font-size: 2.41758vw;
    line-height: 4.0293vw;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__paragraph2 {
    width: 100%;
    max-width: 54.21245vw;
    margin: 0 auto;
    font-size: 1.17216vw;
    line-height: 1.90476vw;
  }
  .lp-answers-answer__image3 {
    display: inline-block;
    height: 13.91941vw;
    width: auto;
  }
  .lp-answers-answer__image3--p4 {
    -webkit-transform: translateY(2.1978vw);
            transform: translateY(2.1978vw);
  }
  .lp-answers-answer__image3--p5 {
    height: 12.67399vw;
    width: 8.71795vw;
  }
  .lp-answers-answer__paragraph3 {
    margin-bottom: 0.7326vw;
    font-size: 1.31868vw;
    line-height: 1.90476vw;
    white-space: nowrap;
  }
  .lp-answers-answer__paragraph3--vital-perfection {
    line-height: 1.8315vw;
  }
  .lp-answers-answer__paragraph4 {
    font-size: 1.02564vw;
    line-height: 1.61172vw;
    white-space: nowrap;
  }
  .lp-answers-answer__box2 {
    margin-bottom: 1.4652vw;
    width: 25.64103vw;
    display: table;
  }
  .lp-answers-answer__box2--p4 {
    width: 34.28571vw;
  }
  .lp-answers-answer__box2--p5 {
    width: 23.15018vw;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__box2-left {
    width: 8.79121vw;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__box2-right {
    padding-left: 1.17216vw;
    width: 13.18681vw;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__paragraph3 {
    white-space: normal;
  }
  .lp-answers-answer__box2-left {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 9.52381vw;
  }
  .lp-answers-answer__box2-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 16.11722vw;
    padding-left: 1.4652vw;
  }
  .lp-answers-answer__link-detail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    width: 19.78022vw;
    height: 3.58974vw;
    border: none;
    background-size: 17.8022vw 3.73626vw;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-detail-base2.svg?$staticlink$");
  }
  .lp-answers-answer__link-detail:hover {
    opacity: 0.5;
    -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__note {
    margin: 3.663vw 7.17949vw 0;
    text-align: center;
    font-size: 0.87912vw;
    line-height: 1.90476vw;
  }
  .lp-answers-answer__note:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .lp-answers-answer__button-close2 {
    position: relative;
    display: block;
    height: 4.3956vw;
    width: 100%;
    border: none;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../contentassetimages/lp-answers/button-close.svg?$staticlink$");
    opacity: 1;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__button-close2:hover {
    opacity: 0.5;
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .lp-answers-answer__box3 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 3.663vw;
    width: 100%;
  }
  .lp-answers-answer__box3-inner {
    position: relative;
    width: 100%;
  }
  .lp-answers-answer__button-close {
    position: absolute;
    top: 4.3956vw;
    right: 0.7326vw;
    display: block;
    width: 7.32601vw;
    height: 7.32601vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .lp-answers-answer__button-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    display: block;
    content: "";
    width: 2px;
    height: 6.22711vw;
    background-color: #000;
  }
  .lp-answers-answer__button-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    content: "";
    width: 2px;
    height: 6.22711vw;
    background-color: #000;
  }
  .lp-answers-answer__button-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .lp-answers-answer__effect {
    font-family: "TazuganeGothicStdN-Book" !important;
    border-bottom: solid 0.21978vw #C8102E;
    display: inline-block;
    font-size: 1.75824vw;
    line-height: 2.34432vw;
    margin-bottom: 1.97802vw;
  }
  .lp-answers-answer__recommend-text {
    font-size: 1.4652vw;
    text-align: center;
    -webkit-transform: translateY(-4.3956vw);
            transform: translateY(-4.3956vw);
  }
}

@media screen and (max-width: 768px) {
  .lp-answers-answer {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .lp-answers-answer.open {
    display: block;
  }
  .lp-answers-answer.open .lp-answers-answer__wrapper {
    opacity: 0;
    -webkit-transform: translateY(-5.33333vw);
            transform: translateY(-5.33333vw);
  }
  .lp-answers-answer.open.in .lp-answers-answer__wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  .lp-answers-answer__bg {
    pointer-events: none;
    position: absolute;
    display: block;
    padding: 0 2.66667vw;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .lp-answers-answer__bg-inner {
    position: relative;
    height: 100%;
    padding: 2.66667vw;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
  }
  .lp-answers-answer__aside {
    display: none;
  }
  .lp-answers-answer__aside.open {
    display: block;
  }
  .lp-answers-answer__container {
    position: relative;
    border-bottom: solid 1px #000;
  }
  .lp-answers-answer__container--hero {
    margin-top: 2.66667vw;
    border-top: solid 1px #000;
  }
  .lp-answers-answer__inner {
    position: relative;
    padding: 12vw 8vw 6.66667vw 8vw;
  }
  .lp-answers-answer__inner--answer {
    padding-bottom: 10.66667vw;
  }
  .lp-answers-answer__inner--recommend {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
    padding-bottom: 10.66667vw;
  }
  .lp-answers-answer__box-right {
    margin: 0 -2.66667vw;
  }
  .lp-answers-answer__heading {
    margin-bottom: 5.33333vw;
    width: 100%;
    display: table;
    font-size: 5.33333vw;
    line-height: 6.93333vw;
    letter-spacing: -0.01em;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__heading > span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .lp-answers-answer__heading > span:first-child {
    padding-left: 4vw;
    width: 25%;
  }
  .lp-answers-answer__heading > span:last-child {
    padding-left: 5.33333vw;
    width: 75%;
  }
  .lp-answers-answer__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__image2 {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-answers-answer__sub-heading {
    margin-bottom: 1.33333vw;
    text-align: left;
    font-size: 5.33333vw;
    line-height: 7.46667vw;
    color: #CE2037;
    font-weight: bold;
    font-family: 'ShiseidoGinza' !important;
  }
  .lp-answers-answer__sub-heading--recommend {
    margin-left: 2.66667vw;
    margin-bottom: 11.73333vw;
  }
  .lp-answers-answer__list-ul {
    display: block;
  }
  .lp-answers-answer__list-ul > li {
    display: block;
    margin-bottom: 13.33333vw;
    text-align: center;
  }
  .lp-answers-answer__list-ul > li:last-child {
    margin-bottom: 0;
  }
  .lp-answers-answer__paragraph {
    margin-bottom: 8vw;
    text-align: left;
    font-size: 7.2vw;
    line-height: 11.2vw;
    font-family: "TazuganeGothicStdN-Heavy" !important;
  }
  .lp-answers-answer__paragraph sup {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lp-answers-answer__paragraph2 {
    width: 100%;
    font-size: 4vw;
    line-height: 6.93333vw;
  }
  .lp-answers-answer__image3 {
    margin-top: 2.66667vw;
    display: inline-block;
    height: 53.33333vw;
    width: auto;
  }
  .lp-answers-answer__image3--p5 {
    height: 51.46667vw;
    width: 34.4vw;
  }
  .lp-answers-answer__paragraph3 {
    margin-bottom: 5.33333vw;
    font-size: 4.8vw;
    line-height: 6.66667vw;
    white-space: nowrap;
  }
  .lp-answers-answer__paragraph3 sup {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lp-answers-answer__paragraph4 {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
    white-space: nowrap;
  }
  .lp-answers-answer__box2 {
    margin-bottom: 5.33333vw;
    width: 100%;
    display: table;
  }
  .lp-answers-answer__box2--p4 .lp-answers-answer__paragraph3 {
    white-space: normal;
  }
  .lp-answers-answer__box2--p5 .lp-answers-answer__paragraph3 {
    white-space: normal;
  }
  .lp-answers-answer__box2-left {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 45%;
    padding-right: 5.33333vw;
  }
  .lp-answers-answer__box2-right {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 55%;
  }
  .lp-answers-answer__link-detail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    width: 53.33333vw;
    height: 10.66667vw;
    border: none;
    background-size: 53.33333vw 10.66667vw;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../contentassetimages/lp-answers/button-detail-base2.svg?$staticlink$");
  }
  .lp-answers-answer__note {
    margin-top: 12vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .lp-answers-answer__note:nth-of-type(n+2) {
    margin-top: 0;
  }
  .lp-answers-answer__button-close2 {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 16vw;
    width: 90%;
    border: none;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    background-size: 20.8vw 5.06667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../contentassetimages/lp-answers/button-close.svg?$staticlink$");
  }
  .lp-answers-answer__box3 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 2.66667vw;
    width: 100%;
  }
  .lp-answers-answer__box3-inner {
    position: relative;
  }
  .lp-answers-answer__button-close {
    position: absolute;
    top: 6.66667vw;
    right: 2.66667vw;
    display: block;
    width: 7vw;
    height: 7vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
  }
  .lp-answers-answer__button-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    display: block;
    content: "";
    width: 2px;
    height: 22.66667vw;
    background-color: #000;
  }
  .lp-answers-answer__button-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    content: "";
    width: 2px;
    height: 22.66667vw;
    background-color: #000;
  }
  .lp-answers-answer__effect {
    font-family: "TazuganeGothicStdN-Book" !important;
    border-bottom: solid 0.8vw #C8102E;
    display: inline-block;
    font-size: 6.4vw;
    line-height: 8.53333vw;
    margin: 0 auto 2.66667vw;
  }
  .lp-answers-answer__recommend-text {
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-left: 2.66667vw;
    -webkit-transform: translateY(-9.33333vw);
            transform: translateY(-9.33333vw);
  }
}
