body {
  --zi-header: 1000;
  --zi-modal: 2000;
  --zi-fixednav: 900
}

@media screen and (min-width:600px) {
  main {
    padding: 40px 0
  }

  main img {
    width: auto
  }

  main .check-wrap {
    font-family: Noto Sans JP, sans-serif;
    position: relative
  }

  main .check-top,
  main .check-wrap {
    margin: 0 auto;
    min-height: 670px;
    width: 670px
  }

  main .check-top {
    background-color: #fff;
    border: 3px solid #ccc;
    border-radius: 7px;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    -moz-transform: matrix(1, 0, 0, 1, 0, 50);
    -ms-transform: matrix(1, 0, 0, 1, 0, 50);
    -o-transform: matrix(1, 0, 0, 1, 0, 50);
    transform: matrix(1, 0, 0, 1, 0, 50);
    transition: all .3s ease 0s
  }

  main .check-top.js-visible {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  main .check-top h1 {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 53px
  }

  main .check-top .top_img {
    bottom: 0;
    height: 438px;
    left: 0;
    position: absolute;
    transition: all 1s ease 0s;
    width: 100%
  }

  main .check-top .img_animation img {
    display: block;
    margin-top: -80px;
    opacity: 0;
    position: absolute
  }

  main .check-top .img_animation img:first-child {
    transition: all 1s ease 0s
  }

  main .check-top .img_animation img:nth-child(2) {
    transition: all 1s ease .2s
  }

  main .check-top .img_animation img:nth-child(3) {
    transition: all 1s ease .4s
  }

  main .check-top .img_animation img:nth-child(4) {
    transition: all 1s ease .6s
  }

  main .check-top .img_animation img:nth-child(5) {
    transition: all 1s ease .8s
  }

  main .check-top .img_animation.on img {
    margin-top: 0;
    opacity: 1
  }

  main .check-top .top_logo {
    box-sizing: border-box;
    height: 200px;
    margin-top: 114px;
    padding: 1px 0;
    position: relative;
    transform: translateX(100%);
    transition: all 1s ease 0s;
    width: 100%
  }

  main .check-top .top_logo>img {
    display: block;
    margin: 22px auto;
    max-width: 336px;
    opacity: 1;
    transition: all 1s ease 0s
  }

  main .check-top .top_logo>img.on {
    opacity: 0
  }

  main .check-top .top_logo a {
    background-color: #fff;
    display: block;
    margin: -200px auto;
    opacity: 0;
    overflow: visible;
    position: relative;
    transition: all 1s ease 0s;
    width: 200px
  }

  main .check-top .top_logo a.on {
    opacity: 1
  }

  main .check-top .top_logo a:before {
    content: url(../img/check/start_chika1.gif);
    display: block;
    position: absolute;
    right: -35px;
    top: -40px
  }

  main .check-top .top_logo a:after {
    bottom: -48px;
    content: url(../img/check/start_chika2.gif);
    display: block;
    left: -52px;
    position: absolute
  }

  main .check-top .top_logo a img {
    opacity: 1;
    transition: opacity .2s ease 0s
  }

  main .check-top .top_logo a:hover img {
    opacity: .7
  }

  main .check-top.js-start .top_img {
    transform: translateX(-100%)
  }

  main .check-top.js-start .top_logo {
    transform: translateX(0)
  }

  main .questions {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .5s ease 0s;
    z-index: var(--zi-modal)
  }

  main .questions .questions_bg {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .5s ease 0s
  }

  main .questions .questions_bg:before {
    left: 0
  }

  main .questions .questions_bg:after,
  main .questions .questions_bg:before {
    background: url(../img/check/bg_bar.png) no-repeat 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 40px
  }

  main .questions .questions_bg:after {
    right: 0
  }

  main .questions.js-visible {
    opacity: 1
  }

  main .questions.js-visible .questions_bg {
    transform: translateY(0)
  }

  main .questions .check-q {
    margin: 80px auto 0;
    min-height: 670px;
    opacity: 0;
    position: relative;
    transform: translateY(-40px);
    transition: all .5s ease 0s;
    width: 670px;
    font-size: 20px;
  }

  main .questions .check-q.js-visible {
    opacity: 1;
    transform: translateY(0)
  }

  main .questions .check-q h2 {
    background: url(../img/check/q_balloon.png) no-repeat top;
    box-sizing: border-box;
    height: 176px;
    margin: 0 auto 20px;
    padding-top: 49px;
    text-align: center;
    width: 606px
  }

  main .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 500px
  }

  main .btns li {
    cursor: pointer;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
  }

  main .btns li>div {
    position: relative;
    transform: rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: transform .2s ease-in
  }

  main .btns li>div>p {
    border: 8px solid #ebebeb;
    box-sizing: border-box;
    color: #666;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 500px
  }

  main .btns li>div>p span {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  main .btns li>div>div {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 90px;
    left: 0;
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    transform-origin: bottom center;
    width: 500px
  }

  main .btns li>div>div:active {
    transition: transform .1s linear
  }

  main .btns li>div>div p {
    border: 8px solid #FECCBD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 34px;
    font-weight: 500;
    height: 90px;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 500px
  }

  main .btns li>div>div p span {
    color: #FEAD64;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  main .btns li.is-select>div,
  main .btns li:hover>div {
    transform: rotateX(90deg)
  }

  main .btns.is-fix li:hover>div {
    transform: rotateX(0deg)
  }

  main .btns.is-fix li.is-select>div {
    transform: rotateX(90deg)
  }

  main .btns.li2 {
    padding-top: 10px
  }

  main .btns.li2 li>div {
    height: 120px
  }

  main .btns.li2 li>div>p {
    height: 120px;
    transform: translateZ(60px)
  }

  main .btns.li2 li>div>div {
    height: 120px;
    transform: rotateX(-90deg) translateY(60px)
  }

  main .btns.li2 li>div>div:active {
    transform: rotateX(-90deg) translateY(60px) scale(.95)
  }

  main .btns.li2 li>div>div p {
    height: 120px
  }

  main .btns.li2 li:nth-child(n+2) {
    margin-top: 40px
  }

  main .btns.li3 {
    padding-top: 10px
  }

  main .btns.li3 li>div {
    height: 120px
  }

  main .btns.li3 li>div>p {
    height: 120px;
    transform: translateZ(60px)
  }

  main .btns.li3 li>div>div {
    height: 120px;
    transform: rotateX(-90deg) translateY(60px)
  }

  main .btns.li3 li>div>div:active {
    transform: rotateX(-90deg) translateY(60px) scale(.95)
  }

  main .btns.li3 li>div>div p {
    height: 120px
  }

  main .btns.li3 li:nth-child(n+2) {
    margin-top: 40px
  }

  main .btns.li4 li>div {
    height: 90px
  }

  main .btns.li4 li>div>p {
    height: 90px;
    transform: translateZ(45px)
  }

  main .btns.li4 li>div>div {
    height: 90px;
    transform: rotateX(-90deg) translateY(45px)
  }

  main .btns.li4 li>div>div:active {
    transform: rotateX(-90deg) translateY(45px) scale(.95)
  }

  main .btns.li4 li>div>div p {
    height: 90px
  }

  main .btns.li4 li:nth-child(n+2) {
    margin-top: 30px
  }

  main .btns.li5 {
    margin-top: -30px
  }

  main .btns.li5 li>div {
    height: 80px
  }

  main .btns.li5 li>div>p {
    height: 80px;
    transform: translateZ(40px)
  }

  main .btns.li5 li>div>div {
    height: 80px;
    transform: rotateX(-90deg) translateY(40px)
  }

  main .btns.li5 li>div>div:active {
    transform: rotateX(-90deg) translateY(40px) scale(.95)
  }

  main .btns.li5 li>div>div p {
    height: 80px
  }

  main .btns.li5 li:nth-child(n+2) {
    margin-top: 20px
  }

  main .results {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateY(100%);
    transition: all .5s ease 0s;
    z-index: var(--zi-modal)
  }

  main .results::-webkit-scrollbar {
    display: none
  }

  main .results.js-visible {
    transform: translateY(0)
  }

  main .results.js-visible .r_img {
    transform: translateY(0) !important
  }

  main .results .check-r {
    display: none;
    padding-bottom: 60px;
    position: relative
  }

  main .results .check-r .bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }

  main .results .check-r .check-r_cont {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 670px;
    padding-top: 80px;
    position: relative;
    width: 670px
  }

  main .results .check-r .check-r_cont .r_tagline {
    background-color: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 20px;
    height: 30px;
    line-height: 1;
    margin: 0 auto 16px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 264px;
    z-index: 3
  }

  main .results .check-r .check-r_cont h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    z-index: 3
  }

  main .results .check-r .check-r_cont .r_img {
    position: relative;
    text-align: center;
    transform: translateY(-40px);
    transition: all 1s ease .5s
  }

  main .results .check-r .check-r_cont .r_img:before {
    background-color: #fff;
    box-shadow: 0 0 400px 300px #fff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 1px;
    z-index: 2
  }

  main .results .check-r .check-r_cont .r_img picture {
    display: block
  }

  main .results .check-r .check-r_cont .r_img img {
    position: relative;
    width: 207px;
    z-index: 3
  }

  main .results .check-r .check-r_cont .r_box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 30px;
    position: relative;
    text-align: center;
    z-index: 3
  }

  main .results .check-r .check-r_cont .r_box .r_catch {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px
  }

  main .results .check-r .check-r_cont .r_box .r_txt {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 25px
  }

  main .results .check-r .check-r_cont .r_box .r_bnr_sample {
    margin-bottom: 30px
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a {
    background-color: #e84388;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 3.4em;
    line-height: 3.4em;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 380px
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
  }
  main .results .check-r .check-r_cont .r_box .r_box_inner {
    display: flex;
    justify-content: space-between;
  }

  main .results .check-r .check-r_cont .r_box .r_box_inner .item_box_31 {
    display: block;
    width: 31%;
  }

  main .results .check-r .check-r_cont .r_box .r_box_inner .item_box_48 {
    display: block;
    width: 48%;
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a {
    background-color: #e84388;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 3.4em;
    line-height: 3.4em;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 380px
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a span:after {
    background: url(../../img/common/icn_blank2.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 9px;
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 11px
  }

  main .results .check-r .check-r_cont .r_box hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 40px 0
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a {
    background-color: #8c8c8c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 3.4em;
    line-height: 3.4em;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 380px
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
  }

  main .results .check-r .check-r_cont .r_box .r_bnr_trial {
    margin-top: 30px
  }

  main .results .check-r .check-r_cont .r_btn_recheck a {
    background-color: #e84388;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 3.4em;
    line-height: 3.4em;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 380px
  }

  main .results .check-r .check-r_cont .r_btn_recheck a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_btn_recheck a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
  }

  main .results .check-r.balance .bg {
    background-color: #e2f6f7
  }

  main .results .check-r.balance .check-r_cont .r_catch,
  main .results .check-r.balance .check-r_cont .r_tagline,
  main .results .check-r.balance .check-r_cont h2 {
    color: #24949c
  }

  main .results .check-r.acne .bg {
    background-color: #fff5e5
  }

  main .results .check-r.acne .check-r_cont .r_catch,
  main .results .check-r.acne .check-r_cont .r_tagline,
  main .results .check-r.acne .check-r_cont h2 {
    color: #ff9c00
  }

  main .results .check-r.moist .bg {
    background-color: #ffeded
  }

  main .results .check-r.moist .check-r_cont .r_catch,
  main .results .check-r.moist .check-r_cont .r_tagline,
  main .results .check-r.moist .check-r_cont h2 {
    color: #ff6f6f
  }

  main .results .check-r.aging .bg {
    background-color: #f4edfd
  }

  main .results .check-r.aging .check-r_cont .r_catch,
  main .results .check-r.aging .check-r_cont .r_tagline,
  main .results .check-r.aging .check-r_cont h2 {
    color: #7b55b3
  }

  main .results .check-r.white .bg {
    background-color: #ecedf0
  }

  main .results .check-r.white .check-r_cont .r_catch,
  main .results .check-r.white .check-r_cont .r_tagline,
  main .results .check-r.white .check-r_cont h2 {
    color: #9298a5
  }

  main .r_btn_detail a {
    background-color: #e84388;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 3.4em;
    line-height: 3.4em;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%
  }

  main .r_btn_detail a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .r_btn_detail a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px
  }
}

@media screen and (min-width:600px)and (-ms-high-contrast:none) {
  main .btns li {
    transform-style: flat
  }

  main .btns li.is-select>div,
  main .btns li:hover>div {
    transform: rotateX(0deg) !important;
    transition: all .2s ease-in
  }

  main .btns li.is-select>div>p,
  main .btns li:hover>div>p {
    border-color: #e84388;
    color: #e84388
  }

  main .btns.is-fix li.is-select>div {
    transform: rotateX(0deg) !important
  }

  main .btns.is-fix li:hover>p {
    border-color: #ebebeb;
    color: #666
  }
}

@media screen and (max-width:599px) {
  main .check-wrap {
    background-color: #fff;
    -moz-box-shadow: 0 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 0 3px #ccc;
    box-shadow: 0 0 0 3px #ccc;
    font-family: Noto Sans JP, sans-serif;
    margin: 5.33333vw 5.33333vw 100.33333vw 5.33333vw;
    position: relative;
    width: 89.33333vw
  }

  main .check-top,
  main .check-wrap {
    border-radius: 4px;
    min-height: 89.33333vw
  }

  main .check-top {
    opacity: 0;
    overflow: hidden;
    text-align: center;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
    -moz-transform: matrix(1, 0, 0, 1, 0, 50);
    -ms-transform: matrix(1, 0, 0, 1, 0, 50);
    -o-transform: matrix(1, 0, 0, 1, 0, 50);
    transform: matrix(1, 0, 0, 1, 0, 50);
    transition: all .3s ease 0s
  }

  main .check-top.js-visible {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0)
  }

  main .check-top h1 {
    font-size: 5.86667vw;
    font-weight: 400;
    line-height: 1.3181818182;
    margin-top: 7.06667vw
  }

  main .check-top .top_img {
    bottom: 0;
    height: 58.4vw;
    left: 0;
    position: absolute;
    transition: all 1s ease 0s;
    width: 100%
  }

  main .check-top .img_animation img {
    display: block;
    margin-top: -40px;
    opacity: 0;
    position: absolute
  }

  main .check-top .img_animation img:first-child {
    transition: all 1s ease 0s
  }

  main .check-top .img_animation img:nth-child(2) {
    transition: all 1s ease .2s
  }

  main .check-top .img_animation img:nth-child(3) {
    transition: all 1s ease .4s
  }

  main .check-top .img_animation img:nth-child(4) {
    transition: all 1s ease .6s
  }

  main .check-top .img_animation img:nth-child(5) {
    transition: all 1s ease .8s
  }

  main .check-top .img_animation.on img {
    margin-top: 0;
    opacity: 1
  }

  main .check-top .top_logo {
    box-sizing: border-box;
    height: 26.66667vw;
    margin-top: 6.2vw;
    padding: 1px 0;
    position: relative;
    transform: translateX(100%);
    transition: all 1s ease 0s;
    width: 100%
  }

  main .check-top .top_logo>img {
    display: block;
    margin: auto;
    opacity: 1;
    transition: all 1s ease 0s;
    width: 44.8vw !important
  }

  main .check-top .top_logo>img.on {
    opacity: 0
  }

  main .check-top .top_logo a {
    background-color: #fff;
    display: block;
    margin: -26.66667vw auto;
    opacity: 0;
    overflow: visible;
    position: relative;
    transition: all 1s ease 0s;
    width: 26.66667vw !important
  }

  main .check-top .top_logo a.on {
    opacity: 1
  }

  main .check-top .top_logo a:before {
    background: url(../img/check/start_chika1.gif) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 8.66667vw;
    position: absolute;
    right: -4.66667vw;
    top: -5.33333vw;
    width: 7.6vw
  }

  main .check-top .top_logo a:after {
    background: url(../img/check/start_chika2.gif) no-repeat 50%;
    background-size: contain;
    bottom: -6.4vw;
    content: "";
    display: block;
    height: 10.26667vw;
    left: -6.93333vw;
    position: absolute;
    width: 8.4vw
  }

  main .check-top .top_logo a img {
    opacity: 1;
    transition: opacity .2s ease 0s
  }

  main .check-top .top_logo a:hover img {
    opacity: .7
  }

  main .check-top.js-start .top_img {
    transform: translateX(-100%)
  }

  main .check-top.js-start .top_logo {
    transform: translateX(0)
  }

  main .questions {
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .5s ease 0s;
    z-index: var(--zi-modal)
  }

  main .questions .questions_bg {
    background: #fff;
    background-size: 300px;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all .5s ease 0s
  }

  main .questions .questions_bg:before {
    left: 0
  }

  main .questions .questions_bg:after,
  main .questions .questions_bg:before {
    background: url(../img/check/bg_bar.png) no-repeat 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 5.33333vw
  }

  main .questions .questions_bg:after {
    right: 0
  }

  main .questions.js-visible {
    opacity: 1
  }

  main .questions.js-visible .questions_bg {
    transform: translateY(0)
  }

  main .questions .check-q {
    margin: 18.66667vw auto 0;
    min-height: 89.33333vw;
    opacity: 0;
    position: relative;
    transform: translateY(-20px);
    transition: all .5s ease 0s;
    width: 89.33333vw
  }

  main .questions .check-q.js-visible {
    opacity: 1;
    transform: translateY(0)
  }

  main .questions .check-q h2 {
    background: url(../img/check/q_balloon.png) no-repeat top;
    background-size: contain;
    box-sizing: border-box;
    height: 23.46667vw;
    margin: 0 auto 2.66667vw;
    padding-top: 6.53333vw;
    text-align: center;
    width: 80.8vw
  }

  main .questions .check-q.js-check-q1 h2 img {
    width: 57.46667vw !important
  }

  main .questions .check-q.js-check-q2 h2 img {
    width: 44.8vw !important
  }

  main .questions .check-q.js-check-q3 h2 img {
    width: 64.26667vw !important
  }

  main .questions .check-q.js-check-q4 h2 img {
    width: 33.06667vw !important
  }

  main .questions .check-q.js-check-q5 h2 img {
    width: 53.46667vw !important
  }

  main .questions .check-q.js-check-q6 h2 img {
    width: 48.93333vw !important
  }

  main .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 66.66667vw
  }

  main .btns li {
    cursor: pointer;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
  }

  main .btns li>div {
    position: relative;
    transform: rotateX(0deg);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: transform .2s ease-in
  }

  main .btns li>div>p {
    border: 1.06667vw solid #ebebeb;
    box-sizing: border-box;
    color: #666;
    font-size: 4.53333vw;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 66.66667vw
  }

  main .btns li>div>p span {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  main .btns li>div>div {
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 12vw;
    left: 0;
    overflow: hidden;
    position: relative;
    position: absolute;
    right: 0;
    transform-origin: bottom center;
    width: 66.66667vw
  }

  main .btns li>div>div:active {
    transition: transform .1s linear
  }

  main .btns li>div>div p {
    border: 1.06667vw solid #e84388;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 4.53333vw;
    font-weight: 500;
    height: 12vw;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 66.66667vw
  }

  main .btns li>div>div p span {
    color: #e84388;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  main .btns li.is-select>div,
  main .btns li:hover>div {
    transform: rotateX(90deg)
  }

  main .btns.is-fix li:hover>div {
    transform: rotateX(0deg)
  }

  main .btns.is-fix li.is-select>div {
    transform: rotateX(90deg)
  }

  main .btns.li2 {
    padding-top: 1.33333vw
  }

  main .btns.li2 li>div {
    height: 16vw
  }

  main .btns.li2 li>div>p {
    height: 16vw;
    transform: translateZ(8vw)
  }

  main .btns.li2 li>div>div {
    height: 16vw;
    transform: rotateX(-90deg) translateY(8vw)
  }

  main .btns.li2 li>div>div:active {
    transform: rotateX(-90deg) translateY(8vw) scale(.95)
  }

  main .btns.li2 li>div>div p {
    height: 16vw
  }

  main .btns.li2 li:nth-child(n+2) {
    margin-top: 5.33333vw
  }

  main .btns.li3 {
    padding-top: 1.33333vw
  }

  main .btns.li3 li>div {
    height: 16vw
  }

  main .btns.li3 li>div>p {
    height: 16vw;
    transform: translateZ(8vw)
  }

  main .btns.li3 li>div>div {
    height: 16vw;
    transform: rotateX(-90deg) translateY(8vw)
  }

  main .btns.li3 li>div>div:active {
    transform: rotateX(-90deg) translateY(8vw) scale(.95)
  }

  main .btns.li3 li>div>div p {
    height: 16vw
  }

  main .btns.li3 li:nth-child(n+2) {
    margin-top: 5.33333vw
  }

  main .btns.li4 li>div {
    height: 12vw
  }

  main .btns.li4 li>div>p {
    height: 12vw;
    transform: translateZ(6vw)
  }

  main .btns.li4 li>div>div {
    height: 12vw;
    transform: rotateX(-90deg) translateY(6vw)
  }

  main .btns.li4 li>div>div:active {
    transform: rotateX(-90deg) translateY(6vw) scale(.95)
  }

  main .btns.li4 li>div>div p {
    height: 12vw
  }

  main .btns.li4 li:nth-child(n+2) {
    margin-top: 4vw
  }

  main .btns.li5 {
    margin-top: -4vw
  }

  main .btns.li5 li>div {
    height: 10.66667vw
  }

  main .btns.li5 li>div>p {
    height: 10.66667vw;
    transform: translateZ(5.33333vw)
  }

  main .btns.li5 li>div>div {
    height: 10.66667vw;
    transform: rotateX(-90deg) translateY(5.33333vw)
  }

  main .btns.li5 li>div>div:active {
    transform: rotateX(-90deg) translateY(5.33333vw) scale(.95)
  }

  main .btns.li5 li>div>div p {
    height: 10.66667vw
  }

  main .btns.li5 li:nth-child(n+2) {
    margin-top: 2.66667vw
  }

  main .results {
    position: relative;
    z-index: var(--zi-modal)
  }

  main .results.js-visible .check-r_cont,
  main .results.js-visible .r_img {
    transform: translateY(0) !important
  }

  main .results .check-r {
    display: none
  }

  main .results .check-r .bg,
  main .results .check-r .check-r_cont {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
  }

  main .results .check-r .check-r_cont {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 10.66667vw 5.33333vw 8vw;
    -webkit-transform: translateZ(0);
    transform: translateY(100%);
    transition: all .5s ease 0s
  }

  main .results .check-r .check-r_cont::-webkit-scrollbar {
    display: none
  }

  main .results .check-r .check-r_cont .r_tagline {
    background-color: #fff;
    border-radius: 2.66667vw;
    box-sizing: border-box;
    font-size: 3.46667vw;
    height: 5.33333vw;
    line-height: 1;
    margin: 0 auto 2.66667vw;
    padding-top: .66667vw;
    position: relative;
    text-align: center;
    width: 48vw;
    z-index: 4
  }

  main .results .check-r .check-r_cont h2 {
    font-size: 5.33333vw;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6.66667vw;
    position: relative;
    text-align: center;
    z-index: 4
  }

  main .results .check-r .check-r_cont .r_img {
    margin: 0 auto;
    position: relative;
    text-align: center;
    transform: translateY(-40px);
    transition: all 1s ease .5s;
    width: 27.6vw
  }

  main .results .check-r .check-r_cont .r_img:before {
    background-color: #fff;
    box-shadow: 0 0 200px 150px #fff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 1px;
    z-index: 3
  }

  main .results .check-r .check-r_cont .r_img img,
  main .results .check-r .check-r_cont .r_img picture {
    display: block
  }

  main .results .check-r .check-r_cont .r_img img {
    position: relative;
    z-index: 4
  }

  main .results .check-r .check-r_cont .r_box {
    background-color: #fff;
    margin-bottom: 4vw;
    padding: 5.33333vw 4.66667vw 8vw;
    position: relative;
    text-align: center;
    z-index: 4
  }

  main .results .check-r .check-r_cont .r_box .r_box_inner {
    display: block;
    justify-content: space-between;
  }

  main .results .check-r .check-r_cont .r_box .r_box_inner .item_box_31 {
    display: block;
    width: 100%;
  }

  main .results .check-r .check-r_cont .r_box .r_box_inner .item_box_48 {
    display: block;
    width: 100%;
  }

  main .results .check-r .check-r_cont .r_box .r_catch {
    font-size: 4.26667vw;
    line-height: 1.25;
    margin-bottom: 4vw
  }

  main .results .check-r .check-r_cont .r_box .r_txt {
    font-size: 3.46667vw;
    line-height: 1.3076923077;
    margin-bottom: 8vw
  }

  main .results .check-r .check-r_cont .r_box .r_bnr_sample {
    margin-bottom: 5.33333vw
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a {
    background-color: #e84388;
    border-radius: .66667vw;
    color: #fff;
    display: block;
    font-size: 3.73333vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 80vw
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_detail a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 1.86667vw;
    margin-top: -1.06667vw;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.86667vw
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a {
    background-color: #e84388;
    border-radius: .66667vw;
    color: #fff;
    display: block;
    font-size: 3.73333vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 80vw
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_trial a span:after {
    background: url(../../sp/img/common/icn_blank2.png) no-repeat 50%;
    background-size: contain;
    content: "";
    display: block;
    height: 2.4vw;
    margin-top: -1.2vw;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    width: 2.8vw
  }

  main .results .check-r .check-r_cont .r_box hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 8vw 0
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a {
    background-color: #8c8c8c;
    border-radius: .66667vw;
    color: #fff;
    display: block;
    font-size: 3.73333vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin: 5.33333vw auto 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 80vw
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_box .r_btn_skincare a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 1.86667vw;
    margin-top: -1.06667vw;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.86667vw
  }

  main .results .check-r .check-r_cont .r_box .r_bnr_trial {
    margin-top: 4vw
  }

  main .results .check-r .check-r_cont .r_btn_recheck a {
    background-color: #e84388;
    border-radius: .66667vw;
    color: #fff;
    display: block;
    font-size: 3.73333vw;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin: 8vw auto 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 80vw
  }

  main .results .check-r .check-r_cont .r_btn_recheck a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .results .check-r .check-r_cont .r_btn_recheck a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 1.86667vw;
    margin-top: -1.06667vw;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.86667vw
  }

  main .results .check-r.balance .bg {
    background-color: #e2f6f7
  }

  main .results .check-r.balance .check-r_cont .r_catch,
  main .results .check-r.balance .check-r_cont .r_tagline,
  main .results .check-r.balance .check-r_cont h2 {
    color: #24949c
  }

  main .results .check-r.acne .bg {
    background-color: #fff5e5
  }

  main .results .check-r.acne .check-r_cont .r_catch,
  main .results .check-r.acne .check-r_cont .r_tagline,
  main .results .check-r.acne .check-r_cont h2 {
    color: #ff9c00
  }

  main .results .check-r.moist .bg {
    background-color: #ffeded
  }

  main .results .check-r.moist .check-r_cont .r_catch,
  main .results .check-r.moist .check-r_cont .r_tagline,
  main .results .check-r.moist .check-r_cont h2 {
    color: #ff6f6f
  }

  main .results .check-r.aging .bg {
    background-color: #f4edfd
  }

  main .results .check-r.aging .check-r_cont .r_catch,
  main .results .check-r.aging .check-r_cont .r_tagline,
  main .results .check-r.aging .check-r_cont h2 {
    color: #7b55b3
  }

  main .results .check-r.white .bg {
    background-color: #ecedf0
  }

  main .results .check-r.white .check-r_cont .r_catch,
  main .results .check-r.white .check-r_cont .r_tagline,
  main .results .check-r.white .check-r_cont h2 {
    color: #9298a5
  }

  main .r_btn_detail a {
    background-color: #e84388;
    border-radius: .66667vw;
    color: #fff;
    display: inline-block;
    font-size: 1.86667vw;
    height: 3.4em;
    line-height: 3.4em;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%
  }

  main .r_btn_detail a span {
    display: inline-block;
    position: relative;
    width: 100%
  }

  main .r_btn_detail a span:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 1.86667vw;
    margin-top: -1.06667vw;
    position: absolute;
    right: 2.66667vw;
    top: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.86667vw
  }
}

@media screen and (max-width:599px)and (-ms-high-contrast:none) {
  main .btns li {
    transform-style: flat
  }

  main .btns li.is-select>div,
  main .btns li:hover>div {
    transform: rotateX(0deg) !important;
    transition: all .2s ease-in
  }

  main .btns li.is-select>div>p,
  main .btns li:hover>div>p {
    border-color: #e84388;
    color: #e84388
  }

  main .btns.is-fix li.is-select>div {
    transform: rotateX(0deg) !important
  }

  main .btns.is-fix li:hover>p {
    border-color: #ebebeb;
    color: #666
  }
}