@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

body {
  font-size: 16px;
  font-line-height: 1.5;
}

.l-wrapper h2 {
  line-height: 0;
  font-size: 0;
}
.l-wrapper a {
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .l-wrapper a:hover {
    opacity: 0.8;
  }
}
.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.l-wrapper main {
  display: block;
}
.l-wrapper .fade {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.l-wrapper .fade.is-active {
  opacity: 1;
  clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  .l-wrapper .fade.lv1 {
    transition: 2s;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .fade.lv1 {
    transition: 0.7s;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .fade.lv2 {
    transition: 2.7s;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .fade.lv2 {
    transition: 0.9s;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper .fade.lv3 {
    transition: 3.4s;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .fade.lv3 {
    transition: 1.1s;
  }
}
.l-wrapper div.c_tit1 {
  text-align: center;
  position: relative;
}
.l-wrapper div.c_tit1 > img {
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrapper div.c_tit1 h2 {
  position: relative;
}
.l-wrapper div.c_tit1 h2 span.bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.l-wrapper div.c_tit1 h2 span.bg.is-active {
  clip-path: inset(0);
}
.l-wrapper div.c_tit1 h2 span.tit {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-wrapper div.c_tit1 h2 span.tit img {
    margin-top: 10px;
  }
}
.l-wrapper .mod_paling {
  position: relative;
}
.l-wrapper .mod_paling.op {
  background-color: rgba(255, 255, 255, 0.15);
}
.l-wrapper .mod_paling:before, .l-wrapper .mod_paling:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url(/jp/uno/feature/facecolorcreator/img/point_deco1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .l-wrapper .mod_paling:before, .l-wrapper .mod_paling:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .mod_paling:before, .l-wrapper .mod_paling:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.l-wrapper .mod_paling:before {
  left: 0;
}
.l-wrapper .mod_paling:after {
  transform: rotate(90deg);
  right: 0;
}
.l-wrapper .mod_paling > div.inner {
  position: relative;
}
.l-wrapper .mod_paling > div.inner:before, .l-wrapper .mod_paling > div.inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: url(/jp/uno/feature/facecolorcreator/img/point_deco1.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .l-wrapper .mod_paling > div.inner:before, .l-wrapper .mod_paling > div.inner:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper .mod_paling > div.inner:before, .l-wrapper .mod_paling > div.inner:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.l-wrapper .mod_paling > div.inner:before {
  left: 0;
  transform: rotate(-90deg);
}
.l-wrapper .mod_paling > div.inner:after {
  transform: rotate(180deg);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper section.kv img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main {
    margin-top: -2px;
    background: url(/jp/uno/feature/facecolorcreator/img/main_bg2.png) center top/100% repeat-y;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main {
    overflow: hidden;
    background: url(/jp/uno/feature/facecolorcreator/img/sp/main_bg2.png) center top/100% repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.reed {
    padding: 170px 30px 50px;
    background: url(/jp/uno/feature/facecolorcreator/img/main_bg1.png) center top/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.reed {
    padding: 20vw 0 6.6666666667vw;
    background: url(/jp/uno/feature/facecolorcreator/img/sp/main_bg1.png) center top/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.reed div.c_tit1 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.reed div.c_tit1 h2 span.bg {
    margin-top: -75px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.reed div.c_tit1 h2 span.bg {
    margin-top: -9.3333333333vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.reed div.c_tit1 h2 span.tit img {
    width: 66.6666666667vw;
  }
}
.l-wrapper main section.reed div.image {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.reed div.image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.reed div.image {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.reed div.image img {
    width: 84.4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features {
    padding: 50px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features {
    padding: 6.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.c_tit1 p.txt img {
    width: 90.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.c_tit1 h2 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.c_tit1 h2 {
    margin-top: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.c_tit1 h2 span.bg {
    margin-top: -25px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.c_tit1 h2 span.bg {
    margin-top: 0.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.c_tit1 h2 span.bg img {
    width: 58.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.c_tit1 h2 span.tit img {
    width: 34.6666666667vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features > div.image {
    text-align: center;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features > div.image {
    margin-top: 13.3333333333vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features > div.image img {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point {
    margin: 8vw auto 0;
    width: 94.6666666667vw;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec + div.sec {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec + div.sec {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.head {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.head img {
    min-width: 143px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.head img {
    width: 25.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.main div.image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(1) div.foot {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.head {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.head img {
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.head img {
    width: 38.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.main div.image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec:nth-of-type(2) div.foot {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec div.inner {
    padding: 35px 20px 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec div.inner {
    padding: 6.6666666667vw 2.6666666667vw 8vw;
  }
}
.l-wrapper main section.features div.point div.sec h3 {
  display: table;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-family: "秀英角ゴシック銀 B", Shuei KakuGo Gin B, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec h3 {
    position: relative;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec h3 {
    font-size: 5.3333333333vw;
  }
}
.l-wrapper main section.features div.point div.sec h3:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec h3:before {
    top: -50px;
    left: -80px;
    width: 165px;
    height: 78px;
    background: url(/jp/uno/feature/facecolorcreator/img/txt_point.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec h3:before {
    top: -4vw;
    left: 2.6666666667vw;
    width: 28vw;
    height: 13.3333333333vw;
    background: url(/jp/uno/feature/facecolorcreator/img/sp/txt_point.png) 0 0/100% no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec div.head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec div.head {
    text-align: center;
    margin: 5.3333333333vw 0;
  }
}
.l-wrapper main section.features div.point div.sec div.head p {
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec div.head p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec div.head p {
    text-align: left;
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.l-wrapper main section.features div.point div.sec div.main div.image {
  text-align: center;
}
.l-wrapper main section.features div.point div.sec div.foot {
  text-align: center;
}
.l-wrapper main section.features div.point div.sec div.foot a.btn {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec div.foot a.btn {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec div.foot a.btn {
    padding: 3.3333333333vw 6vw 3.3333333333vw 3.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
.l-wrapper main section.features div.point div.sec div.foot a.btn::before,
.l-wrapper main section.features div.point div.sec div.foot a.btn::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.features div.point div.sec div.foot a.btn::before,
  .l-wrapper main section.features div.point div.sec div.foot a.btn::after {
    top: calc(50% - 2px);
    right: 12px;
    width: 15px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.features div.point div.sec div.foot a.btn::before,
  .l-wrapper main section.features div.point div.sec div.foot a.btn::after {
    top: 50%;
    right: 1.92vw;
    width: 2.4vw;
    height: 0.32vw;
  }
}
.l-wrapper main section.features div.point div.sec div.foot a.btn::before {
  transform: rotate(45deg);
}
.l-wrapper main section.features div.point div.sec div.foot a.btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product {
    padding: 100px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.c_tit1 p.txt img {
    width: 48vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.c_tit1 h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.c_tit1 h2 span.bg {
    margin-top: -35px;
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.c_tit1 h2 span.bg {
    margin-top: -1.3333333333vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.c_tit1 h2 span.bg img {
    width: 84vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.c_tit1 h2 span.tit img {
    width: 54.6666666667vw;
    margin-top: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont {
    margin: 13.3333333333vw auto 0;
    width: 94.6666666667vw;
  }
}
.l-wrapper main section.product div.cont div.sec {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec {
    padding: 8vw 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec + div.sec {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec + div.sec {
    margin-top: 5.3333333333vw;
  }
}
.l-wrapper main section.product div.cont div.sec:nth-of-type(1) div.title {
  background-color: #fff6eb;
}
.l-wrapper main section.product div.cont div.sec:nth-of-type(2) div.title {
  background-color: #f8e6d1;
}
.l-wrapper main section.product div.cont div.sec:nth-of-type(3) div.title {
  background-color: #f7f5f8;
}
.l-wrapper main section.product div.cont div.sec div.title {
  display: table;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.title {
    width: 80vw;
    margin: 0 auto;
  }
}
.l-wrapper main section.product div.cont div.sec div.title:before, .l-wrapper main section.product div.cont div.sec div.title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title:before, .l-wrapper main section.product div.cont div.sec div.title:after {
    width: 12px;
    height: 12px;
    background: url(/jp/uno/feature/facecolorcreator/img/point_deco1.png) 0 0/100% no-repeat;
  }
}
.l-wrapper main section.product div.cont div.sec div.title:before {
  left: 0;
}
.l-wrapper main section.product div.cont div.sec div.title:after {
  transform: rotate(90deg);
  right: 0;
}
.l-wrapper main section.product div.cont div.sec div.title div.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title div.inner {
    width: 440px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.title div.inner {
    width: 80vw;
    height: 16vw;
  }
}
.l-wrapper main section.product div.cont div.sec div.title div.inner:before, .l-wrapper main section.product div.cont div.sec div.title div.inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title div.inner:before, .l-wrapper main section.product div.cont div.sec div.title div.inner:after {
    width: 12px;
    height: 12px;
    background: url(/jp/uno/feature/facecolorcreator/img/point_deco1.png) 0 0/100% no-repeat;
  }
}
.l-wrapper main section.product div.cont div.sec div.title div.inner:before {
  left: 0;
  transform: rotate(-90deg);
}
.l-wrapper main section.product div.cont div.sec div.title div.inner:after {
  transform: rotate(180deg);
  right: 0;
}
.l-wrapper main section.product div.cont div.sec div.title h3 {
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "秀英角ゴシック銀 B", Shuei KakuGo Gin B, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.title h3 {
    font-size: 5.3333333333vw;
  }
}
.l-wrapper main section.product div.cont div.sec div.title p {
  font-weight: bold;
  font-family: "秀英角ゴシック銀 B", Shuei KakuGo Gin B, "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.title p {
    letter-spacing: 0.05em;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.title p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.main {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.main div.left {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.main div.left {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.main div.left img {
    width: 70.1333333333vw;
    margin-right: -16vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.main div.right {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.main div.right {
    margin-top: 6.6666666667vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.main div.right img {
    width: 85.3333333333vw;
  }
}
.l-wrapper main section.product div.cont div.sec div.foot {
  display: table;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.product div.cont div.sec div.foot {
    margin: 30px auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.foot {
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.product div.cont div.sec div.foot img {
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto {
    padding: 120px 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.c_tit1 p.txt img {
    width: 38.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.c_tit1 h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.c_tit1 h2 span.bg {
    margin-top: -35px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.c_tit1 h2 span.bg {
    margin-top: -2vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.c_tit1 h2 span.bg img {
    width: 84vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.c_tit1 h2 span.tit img {
    width: 58.6666666667vw;
    margin-top: 4.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.movie {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.movie {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot {
    max-width: 900px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot div.inner {
    display: flex;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot div.inner {
    padding: 0 3.3333333333vw 6.6666666667vw;
  }
}
.l-wrapper main section.howto div.foot h4 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot h4 {
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.3333333333vw 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot h4:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot h4 img {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot div.txt {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot div.txt {
    padding-top: 5.3333333333vw;
  }
}
.l-wrapper main section.howto div.foot div.txt p {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot div.txt p {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.howto div.foot div.txt p {
    text-align: center;
    font-size: 4vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.howto div.foot div.txt p + p {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find {
    padding: 50px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.c_tit1 p.txt img {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.c_tit1 h2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.c_tit1 h2 {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.c_tit1 h2 span.bg {
    margin-top: -35px;
    margin-left: 65px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.c_tit1 h2 span.bg {
    margin-top: -4.6666666667vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.c_tit1 h2 span.bg img {
    width: 90.8vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.c_tit1 h2 span.tit img {
    width: 68vw;
  }
}
.l-wrapper main section.find .self-test-question__container > div {
  background: none !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main {
    width: 600px;
    margin: 180px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main {
    width: 89.3333333333vw;
    margin: 24vw auto 0;
  }
}
.l-wrapper main section.find div.main div.inner .self-test__tooltip > h3 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main div.inner .self-test__tooltip > h3 {
    margin-top: -130px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main div.inner .self-test__tooltip > h3 {
    margin-top: -13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main div.inner .self-test__tooltip > h3 img {
    min-width: 433px;
    transform: translateX(14px);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main div.inner .self-test__tooltip > h3 img {
    width: 57.7333333333vw;
  }
}
.l-wrapper main section.find div.main div.inner .self-test-result__container {
  background: none !important;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main div.inner .self-test-result__container {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main div.inner .self-test-result__container {
    padding-right: 5.3333333333vw;
  }
}
.l-wrapper main section.find div.main div.inner h3, .l-wrapper main section.find div.main div.inner .self-test-question__text, .l-wrapper main section.find div.main div.inner .self-test-question__box.question2 .self-test-question__text {
  color: #fff;
}
.l-wrapper main section.find div.main div.inner .self-test-result__img img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main div.inner .self-test-result__img img {
    top: -20px;
    left: 50px;
    min-width: 293px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main div.inner .self-test-result__img img {
    top: -2.6666666667vw;
    left: 6.6666666667vw;
    min-width: 40vw;
  }
}
.l-wrapper main section.find div.main div.inner .self-test-result__box {
  justify-content: flex-end;
}
.l-wrapper main section.find div.main div.inner .self-test-result__container.product4.is-show {
  height: auto;
}
.l-wrapper main section.find div.main div.inner .self-test-again__button, .l-wrapper main section.find div.main div.inner .self-test-back__button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.find div.main div.inner .self-test-again__button, .l-wrapper main section.find div.main div.inner .self-test-back__button {
    margin-bottom: -90px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.find div.main div.inner .self-test-again__button, .l-wrapper main section.find div.main div.inner .self-test-back__button {
    bottom: -1.3333333333vw;
  }
}
.l-wrapper main section.find div.main div.inner .self-test-again__button a, .l-wrapper main section.find div.main div.inner .self-test-back__button a {
  color: #fff;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.lineup {
    padding: 50px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup {
    padding: 12vw 0 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup div.c_tit1 p.txt img {
    width: 30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.lineup div.c_tit1 h2 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.lineup div.c_tit1 h2 span.bg {
    margin-top: -35px;
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup div.c_tit1 h2 span.bg {
    margin-top: -1.3333333333vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup div.c_tit1 h2 span.bg img {
    width: 85.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup div.c_tit1 h2 span.tit img {
    width: 52.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-wrapper main section.lineup .lineup__container {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper main section.lineup .lineup__container {
    margin-top: 13.3333333333vw;
  }
}