#style_beauties2022 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4f5050;
  overflow: hidden;
}
#style_beauties2022 img {
}
#style_beauties2022 h2 {
  font-size: 16px;
}
#style_beauties2022 h3 {
  width: fit-content;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #8d8c8c;
  background: #fff;
  letter-spacing: 1.2px;
}
#style_beauties2022 #question h3 {
  padding: 0 16px;
}
#style_beauties2022 #line_up h3 {
  padding: 0 26px;
}
#style_beauties2022 p {
  font-size: 12px;
  line-height: 1.75;
}
/*--動画--*/
#movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--mainvisual--*/
#main figure {
  position: relative;
  display: inline-block;
}
#main figure figcaption {
  position: absolute;
  left: 0;
  bottom: 43px;
  font-size: 11px;
  text-align: center;
  margin: auto;
  width: 100%;
}
/*--select--*/
#select {
  background: #eae2e0;
  margin: auto;
  padding: 30px 18px 50px;
  width: auto;
  text-align: center;
}
/*--質問--*/
#question {
  margin-bottom: 40px;
}
#style_beauties2022 #question .txt_hide {
    display: none;
}
#style_beauties2022 #question .txt_display {
    display: block;
}
#question .a_tit, #question .txt_display {
  display: block;
  font-family: Brandon Grotesque;
  font-weight: bold;
}
#question .a_tit {
  margin: 30px auto 20px;
  padding-bottom: 8px;
  font-size: 16px;
  position: relative;
}
#question .a_tit::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #868383;
  position: absolute;
  bottom: 0;
  left: 47%;
}
#question .a_txt {
  margin: 0;
}
#question_area{
    margin-top: 40px;
}
#question #btn_area {
  margin: 20px auto 30px;
  width: 280px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
#question #btn_area > div{
  display: block;
  background: #dcb4b5;
  width: 110px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1.2px;
  border-radius: 20px;
}
#question #btn_area > div:nth-child(2){
  background: #c1b698;
}
#question .q_cnt {
  font-size: 12px;
}
#question .progress_back {
  margin: 25px auto;
  display: block;
  width: 88vw;
  height: 5px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#question .progress_front {
  display: block;
  width: 22vw;
  height: 7px;
  background: #c7bed3;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
#question #reset_btn {
  text-decoration: underline;
  letter-spacing: 1.2px;
  line-height: 1;
  font-size: 14px;
}
#question .ans{
  margin-bottom: 30px;
}
#question .ans p{

font-size: 13px;
}
#question .ans a{text-decoration: underline;letter-spacing: 2.4px;line-height: 1;font-size: 14px;}

#question .ans img{
  margin: 40px;
}
/*--ラインナップ--*/
#line_up ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#line_up ul li {
  width: 49%;
  margin-right: 5px;
  margin-bottom: 5px;
}
#line_up ul li:nth-child(even) {
  margin-right: 0;
}
/*--各タイプの共有CSS--*/
#style_beauties2022 #product_main h2 {
  font-family: Brandon Grotesque;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 37px;
  position: absolute;
  top: -4vw;
  background: none;
}
#product_main {
  margin-top: 1rem;
}
#product_main > div {
  padding: 2em 1.8em;
  position: relative;
}
#product_main > div > span {

  font-size: 10px;
  width: auto;
  line-height: 1;
  position: absolute;
}
#product_main > div:nth-child(even) > span {
  left: 6%;
}
#product_main > div .wrap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 30px;
  margin-top: 13px;
}
#product_main > div .wrap > img {
  position: absolute;
  z-index: 1;
}
#product_main > div .wrap h4 {
  width: 40vw;
  margin: 11px auto 15px;
  font-size: 3vw;
  font-weight: bold;
  border: 1px solid #8d8c8c;
  background: #fff;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 1.2px;
}
#product_main > div .wrap .box1 {
  width: 68%;
  margin: auto;
  margin-left: 18%;
  font-size: 14px;
}
#product_main > div .wrap .box1 p img {
  /* width: 140px; */
  padding: 1vw 11vw 4vw 9vw;
}
 #product_main > div .wrap .box4 {
  width: 80%;
  display: flex;
  align-items: center;
}
#product_main > div .wrap .box2 {
  margin: 5vw auto 5vw;
  text-align: center;
  width: 100%;
  display: block;
}
#product_main > div .wrap .box3 {
  /* margin-left: 6vw; */
  /* position: relative; */
  /* width: auto; */
  margin: 5vw auto 0;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 30px;
}
#product_main > div .wrap .box3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 7vw;
    width: 72vw;
    height: 3px;
    background: url(/img/usr/freepage/style_beauties2022/sp/line.png) no-repeat;
    background-size: cover;
}
#product_main > div:nth-child(even) .wrap .box3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 9vw;
    width: 72vw;
    height: 3px;
    background: url(/img/usr/freepage/style_beauties2022/sp/line.png) no-repeat;
    background-size: cover;
}
#product_main > div .wrap .box4 pic{
}
#product_main > div:nth-child(even) .wrap .box2 {
  /* margin-left: 5vw; */
}
#product_main > div:nth-child(even) .wrap .box3 {
  /* margin: 0 15vw 11vw 15vw; */
}
#product_main > div:nth-child(even) .wrap .box4 {
  /* margin: 4vw 0 20px 5vw; */
  /* margin: 14vw 0 7vw 25vw; */
}
#product_main > div .wrap .pic {
  width: auto;
  /* padding: 0 5px; */
}
#product_main > div .wrap .box3 .pic {
    /* width: 37%; */
}
#product_main > div .wrap .box4 .pic img{
    width: 64%;
    margin-right: 4vw;
}
#product_main > div:nth-child(even) .wrap .box4 .pic{
    width: 30%;
}
#product_main > div:nth-child(even) .wrap .box4 .pic img{
  width: 83%;
}
#product_main > div .wrap .txt {
  font-size: 12px;
  /* float: left; */
  width: 68%;
  margin: 10px auto;
  text-align: left;
  line-height: 1.75;
}
#product_main > div .wrap .box3 .txt {
    width: 70%;
}
#product_main > div .wrap .box4 .pic {
}
#product_main > div .wrap a {
  display: block;
  margin: 0 auto;
  width: 46vw;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 8vw;
  text-align: center;
  background: #333;
  color: #fff;
  position: relative;
  text-decoration: none;
}
#product_main > div .wrap a::before{
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 19px;
    margin-top: -4px;
}
/*--Aタイプ--*/
#a_type .wrap {
  background: #dcb4b4;
  background-image: url(/img/usr/freepage/style_beauties2022/sp/a_type.png);
  background-repeat: no-repeat;
  background-position: top 3% right 2%;
  background-size: 16vw;
}
#a_type .wrap > img {
  right: -12vw;
  bottom: -6vw;
  width: 30vw;
  z-index: 1;
}
#a_type .wrap > img:first-of-type {
  top: -8vw;
  left: 2vw;
  width: 19vw;
}
#a_type > span {
  right: 7%;
}
#product_main #a_type .wrap .box4 .pic{
    text-align: right;
    width: 40%;
}
#product_main > div .wrap .box4{
    margin: 5vw 0 8vw 0;
}
#product_main #a_type .wrap .box4 .txt{/* text-align: right; */width: 74%;}

/*--Bタイプ--*/
#b_type .wrap {
  background: #c8bfd4;
  background-image: url(/img/usr/freepage/style_beauties2022/sp/b_type.png);
  background-repeat: no-repeat;
  background-position: top 3% left 8%;
  background-size: 16vw;
}
#b_type .wrap > img {
  bottom: -4vw;
  left: -7vw;
  width: 38vw;
  z-index: 1;
}
#b_type .wrap > img:first-of-type {
  top: -6vw;
  left: 69vw;
  width: 20vw;
  z-index: 0;
}
#product_main #b_type .wrap .box1{
    width: 60%;
    margin-left: 17vw;
}
#product_main #b_type .wrap .txt{
  width: 60%;
}
#product_main #b_type .wrap .box4 {
    margin: 5vw 0 6vw 15vw;
    /* margin: 19vw 0 8vw 2vw; */
    width: 83%;
}
#product_main #b_type .wrap .box4 .pic img{
    margin: 0;
    margin-left: 5%;
}
#product_main #b_type .wrap .box4 .txt{
    margin-right: 0;
}
/*--Cタイプ--*/
#c_type .wrap {
  background: #d1aabd;
  background-image: url(/img/usr/freepage/style_beauties2022/sp/c_type.png);
  background-repeat: no-repeat;
  background-position: top 3% right 2%;
  background-size: 18vw;
}
#c_type .wrap > img {
  right: -13vw;
  bottom: -1vw;
  width: 32vw;
}
#c_type .wrap > img:first-of-type {
  top: -7vw;
  left: -1vw;
  width: 16vw;
}
#c_type > span {
  right: 7%;
}
#product_main #c_type .wrap .box4 {
    margin: 7vw 0 5vw 3vw;
    width: 97%;
}
#product_main #c_type .wrap .box4 .pic{
    text-align: right;
    width: 21%;
}
#product_main #c_type .wrap .box4 .pic img{margin-right: 2vw;width: 100%;}
#product_main #c_type .wrap .box4 .txt{width: 60%;margin-left: 2vw;}
#product_main #c_type .wrap .box1{
    width: 65%;
    margin-left: 19%;
}
/*--Dタイプ--*/
#d_type .wrap {
  background: #e6c8be;
  background-image: url(/img/usr/freepage/style_beauties2022/sp/d_type.png);
  background-repeat: no-repeat;
  background-position: top 4% left 7%;
  background-size: 17vw;
}
#d_type .wrap > img {
  bottom: -4vw;
  left: -8vw;
  width: 29vw;
}
#d_type .wrap > img:first-of-type {
  top: -6vw;
  left: 69vw;
  width: 20vw;
}
#product_main #d_type .wrap .box4 {
    margin: 8vw 0 5vw 2vw;
    margin-left: 16vw;
    width: 100%;
}

#product_main #d_type .wrap .box4 .txt{width: 52%;margin-right: 0;margin-left: 6vw;}
#product_main #d_type .wrap .box4 .pic{
    margin-left: -1vw;
}
#product_main #d_type .wrap .box1{
    width: 67%;
}
/*--ショップリスト--*/
#style_beauties2022 #shop_list {
  padding: 0 1.8em 1.8em;
}