.fleshmask.in {
  min-height: 0;
  min-width: 0;
}
.fleshmask.in .pc_left {
  display: none;
}
.fleshmask.in .pc_right {
  display: none;
}
.fleshmask.in .lusitana {
  font-family: "Lusitana", serif;
}
.fleshmask.in .first_contens {
  margin-top: 35px;
}
.fleshmask.in .movie_title {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
.fleshmask.in .movie_title::after {
  content: "";
  display: block;
  background: #ffb400;
  width: 35px;
  height: 2px;
  margin: 0 auto;
}
.fleshmask.in .movie {
  position: relative;
  width: 90%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50.7%;
  z-index: 7;
}
.fleshmask.in .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.fleshmask.in .movie_note_text {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 5px;
  color: #cc0000;
}
.fleshmask.in .first_contens_box {
  width: 90%;
  margin: 40px auto;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 45px 0;
  padding: 13px 0 45px;
}
.fleshmask.in .first_contens_box_by_new_day {
  width: 67.2%;
  margin: 0 auto -2px;
  position: relative;
  z-index: 1;
}
.fleshmask.in .first_contens_box_title {
  text-align: center;
  font-size: 2.25rem;
  background: url(../img/lpsheetmask/title_bk.png);
  background-repeat: no-repeat;
  background-size: 258px 73px;
  background-position: center bottom;
  padding-bottom: 23px;
}
.fleshmask.in .first_contens_box_day {
  text-align: center;
  font-size: 2.5rem;
  background: url(../img/lpsheetmask/day_obi_title.png);
  background-repeat: no-repeat;
  background-size: 285px 15px;
  background-position: center bottom 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 15px;
}
.fleshmask.in .first_contens_box_item {
  width: 95.3%;
  margin: 0px auto 0px;
}
.fleshmask.in .first_contens_box_item.second {
  margin-top: 20px;
}
.fleshmask.in .first_contens_aqua_text {
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.16em;
  color: #ffb400;
  line-height: 1.9;
  margin-top: -15px;
}
.fleshmask.in .first_contens_box_item_name {
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 12px;
}
.fleshmask.in .first_contens_box_item_name .text_line {
  border-bottom: 1px solid #333333;
  display: block;
  width: 210px;
  margin: 0 auto;
}
.fleshmask.in .first_contens_box_item_name .text_s {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 5px;
}
.fleshmask.in .first_contens_flex_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fleshmask.in .first_contens_flex_price .quantity {
  background: #ffb400;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  padding: 1px 10px;
  margin-right: 5px;
}
.fleshmask.in .first_contens_flex_price .quantity .number {
  font-size: 1.2rem;
}
.fleshmask.in .first_contens_flex_price .flex_price {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fleshmask.in .first_contens_flex_price .flex_price .en_icon {
  font-size: 1.1rem;
}
.fleshmask.in .first_contens_flex_price .flex_price .tax {
  font-size: 1rem;
}
.fleshmask.in .first_contens_flex_price .flex_price .tax.right {
  margin-right: 7px;
}
.fleshmask.in .item_more_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: 600;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #6b6b6b;
  background: url(../img/lpfleshmask/more_btn.jpg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 92% center;
}
.fleshmask.in .page_link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0px auto 0;
}
.fleshmask.in .page_link_list {
  width: 49%;
  margin-bottom: 3%;
}
.fleshmask.in .page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  background: #fff url(../img/lpsheetmask/link_arrow.jpg);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center bottom 8px;
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 0px 0px #d0d0d0;
          box-shadow: 0px 4px 0px 0px #d0d0d0;
  font-size: 1.4rem;
  font-weight: 600;
}
.fleshmask.in .obsession_area {
  margin-top: 36px;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.fleshmask.in .obsession_bk {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}
.fleshmask.in .obsession_area_title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
  background: url(../img/lpfleshmask/obsession_area_title_line.png);
  background-repeat: no-repeat;
  background-size: 160px 8px;
  background-position: bottom center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.fleshmask.in .obsession_area_title .color {
  color: #00a6e7;
  border-bottom: 1px dashed #00a6e7;
}
.fleshmask.in .obsession_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 28px auto 0;
  position: relative;
  z-index: 1;
}
.fleshmask.in .obsession_list {
  width: 44.3%;
  margin-bottom: 18px;
}
.fleshmask.in .obsession_list:nth-child(n+3) {
  margin-bottom: 0;
}
.fleshmask.in .obsession_bubble {
  background: url(../img/lpfleshmask/bubble.png);
  background-repeat: no-repeat;
  background-size: 130px 82px;
  background-position: center;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.69;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0 23px;
  position: relative;
  height: 82px;
  margin-bottom: 6px;
}
.fleshmask.in .obsession_bubble.third {
  padding: 6px 0 11px;
  line-height: 1.57;
}
.fleshmask.in .obsession_bubble .text_line {
  border-bottom: 1px dashed #fff;
}
.fleshmask.in .obsession_bk_text {
  width: 87.3%;
  margin: -20px auto 0;
  position: relative;
  z-index: 1;
}
.fleshmask.in .obsession_area_text {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.fleshmask.in .obsession_image {
  width: 89.3%;
  margin: 23px auto 0;
  position: relative;
  z-index: 1;
}
.fleshmask.in .features_area {
  margin-top: 27px;
}
.fleshmask.in .features_title {
  margin: 0 auto;
  width: 89.2%;
}
.fleshmask.in .features_text {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.846;
  margin-top: 10px;
  margin-bottom: 18px;
}
.fleshmask.in .features_text .text_b {
  font-weight: 600;
}
.fleshmask.in .features_text .features_note_text {
  font-size: 1.1rem;
  line-height: 1.545;
}
.fleshmask.in .features_text .note {
  font-size: 0.8rem;
  vertical-align: top;
}
.fleshmask.in .features_image {
  width: 92%;
  margin: 0 auto 47px;
}
.fleshmask.in .point_area {
  width: 95%;
  margin-left: auto;
  background: #f5f2ee;
  border-radius: 7px 0 0 7px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.fleshmask.in .point_area.second {
  margin-left: 0;
  margin-right: auto;
  border-radius: 0px 7px 7px 0;
}
.fleshmask.in .point_area.third {
  margin-bottom: 0;
}
.fleshmask.in .point_area_title {
  width: 31.2%;
  margin: 0px auto 0;
  position: relative;
  top: -9px;
}
.fleshmask.in .point_area_title.second {
  width: 35.1%;
}
.fleshmask.in .point_area_title.third {
  width: 33.2%;
}
.fleshmask.in .point_circle {
  border: 3px solid #fff;
  background: #99c911;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  position: absolute;
  left: -10px;
  top: -30px;
  letter-spacing: 0.5em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.fleshmask.in .point_circle.second {
  letter-spacing: 0.06em;
  background: #ffb400;
  left: inherit;
  right: -10px;
}
.fleshmask.in .point_circle.third {
  background: #ff96af;
  letter-spacing: 0.06em;
  font-size: 11px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fleshmask.in .point_text_title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.444;
  text-align: center;
  color: #99c911;
  margin-bottom: 5px;
}
.fleshmask.in .point_text_title.seocnd {
  color: #ffb400;
  margin-top: 5px;
}
.fleshmask.in .point_text_title span {
  color: #000;
  letter-spacing: 0;
  vertical-align: text-top;
  font-size: 1rem;
}
.fleshmask.in .point_text_title.third {
  color: #ff96af;
}
.fleshmask.in .point_contens_text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.864;
}
.fleshmask.in .point_contens_text .text_b {
  font-weight: 600;
}
.fleshmask.in .point_cotens_box {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-top: 12px;
  margin-bottom: 9px;
}
.fleshmask.in .point_cotens_box.second {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 9px;
}
.fleshmask.in .point_cotens_box.third {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
}
.fleshmask.in .point_contens_on_text {
  border: 1px solid #99c911;
  color: #99c911;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 70%;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 0 auto -15px;
  position: relative;
}
.fleshmask.in .point_contens_on_text.second {
  border: 1px solid #ffb400;
  color: #ffb400;
  line-height: 1.26;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fleshmask.in .point_contens_on_text.second::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #ffb400 #ffb400;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.fleshmask.in .point_contens_on_text.third {
  border: 1px solid #ff96af;
  color: #ff96af;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.26;
}
.fleshmask.in .point_contens_on_text.third::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #ff96af #ff96af;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.fleshmask.in .point_contens_on_text .note {
  color: #000;
  font-size: 1rem;
  vertical-align: text-top;
  margin-top: -5px;
}
.fleshmask.in .point_contens_on_text::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #99c911 #99c911;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
.fleshmask.in .point_contens_note_area {
  width: 95%;
  margin-left: auto;
}
.fleshmask.in .point_contens_note {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.545;
}
.fleshmask.in .middle_line {
  background: #474747;
  height: 1px;
  width: 90%;
  margin: 18px auto 18px;
}
.fleshmask.in .point_contens_third_area {
  width: 88.3%;
  margin: 14px auto 0;
}
.fleshmask.in .point_contens_third_text {
  font-size: 12px;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 15px;
}
.fleshmask.in .point_contens_third_image {
  margin-bottom: 9px;
}
.fleshmask.in .point_contens_third_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 30px auto;
  font-size: 1.4rem;
  font-weight: 600;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #6b6b6b;
  background: url(../img/lpfleshmask/more_btn.jpg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 92% center;
}
.fleshmask.in .mask_title {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.52;
  position: relative;
}
.fleshmask.in .mask_title::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #ffb400;
  margin: 10px auto;
}
.fleshmask.in .mask_text {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.84;
}
.fleshmask.in .mask_text .text_b {
  font-weight: 600;
}
.fleshmask.in .mask_image {
  width: 95.5%;
  margin: 5px auto;
}
.fleshmask.in .voice_area {
  background: url(../img/lpfleshmask/voice_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.fleshmask.in .voice_title {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url(../img/lpfleshmask/voice_title_left.png), url(../img/lpfleshmask/voice_title_right.png);
  background-position: left center, right center;
  background-size: 32px 55px, 32px 55px;
  background-repeat: no-repeat, no-repeat;
  width: 85.2%;
  margin: 0 auto 16px;
}
.fleshmask.in .voice_title .text_big {
  font-size: 2.4rem;
}
.fleshmask.in .voice_box {
  background: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 0 auto 13px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.fleshmask.in .voice_box.third {
  margin-bottom: 0;
}
.fleshmask.in .voice_image {
  width: 40%;
  margin-top: -14%;
}
.fleshmask.in .voice_image.second {
  width: 34.8%;
  margin-top: -12.5%;
}
.fleshmask.in .voice_image.third {
  width: 37.5%;
  margin-top: -12.5%;
}
.fleshmask.in .voice_text {
  width: 60%;
  font-size: 1.2rem;
  line-height: 1.5416;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fleshmask.in .voice_text.second {
  width: 56%;
  letter-spacing: 0.06em;
}
.fleshmask.in .voice_text.third {
  width: 60%;
  letter-spacing: 0.06em;
}
.fleshmask.in .howto_step_area {
  padding-top: 33px;
  background: #f5f1ed;
  padding-bottom: 20px;
}
.fleshmask.in .howto_step_title {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.523;
}
.fleshmask.in .howto_step_title::after {
  content: "";
  display: block;
  background: #ffb400;
  height: 2px;
  width: 35px;
  margin: 10px auto;
}
.fleshmask.in .howto_step_text {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.84;
  margin-bottom: 15px;
}
.fleshmask.in .howto_step_flow {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fleshmask.in .howto_step_flow_list {
  background: #fff;
  width: 31%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 5px;
  margin-bottom: 3.5%;
  position: relative;
}
.fleshmask.in .howto_step_flow_list:nth-child(n+4) {
  width: 48.25%;
  margin-bottom: 0;
}
.fleshmask.in .howto_step_flow_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid #ffb400;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.fleshmask.in .howto_step_flow_list:last-child::after {
  display: none;
}
.fleshmask.in .howto_step_flow_list:nth-child(4) {
  background: #ffb400;
}
.fleshmask.in .howto_step_flow_list:nth-child(4) .howto_step_list_title {
  color: #fff;
}
.fleshmask.in .howto_step_flow_list:nth-child(4) .howto_step_list_title::after {
  background: #fff;
}
.fleshmask.in .howto_step_flow_list:nth-child(4) .howto_step_flow_text {
  color: #fff;
}
.fleshmask.in .howto_step_list_title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #ffb400;
  text-align: center;
}
.fleshmask.in .howto_step_list_title .number {
  font-size: 1.4rem;
}
.fleshmask.in .howto_step_list_title::after {
  content: "";
  display: block;
  background: #ffb400;
  height: 1px;
  width: 8px;
  margin: -2px auto 3px;
}
.fleshmask.in .howto_step_flow_text {
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fleshmask.in .howto_step_note_text {
  text-align: center;
  color: #cc0000;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 3.95;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.fleshmask.in .item_mask_introduction {
  padding: 30px 0 45px;
}
.fleshmask.in .item_mask_introduction_title {
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.523;
}
.fleshmask.in .item_mask_introduction_title::after {
  content: "";
  display: block;
  background: #ffb400;
  height: 2px;
  width: 35px;
  margin: 10px auto;
}
.fleshmask.in .item_mask_introduction_text {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.846;
  margin-bottom: 20px;
}
.fleshmask.in .item_mask_introduction_text .bold {
  font-weight: 600;
}
.fleshmask.in .item_mask_introduction_box {
  border: 1px solid #ffb400;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 90%;
  padding: 10px 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 20px;
}
.fleshmask.in .item_mask_introduction_box.second {
  border-color: #c2c2c2;
  height: 136px;
}
.fleshmask.in .item_mask_introduction_box.third {
  border-color: #88d3d4;
  height: 124px;
}
.fleshmask.in .item_mask_introduction_box.four {
  border-color: #ddb151;
  height: 124px;
}
.fleshmask.in .item_mask_introduction_left {
  width: 37.2%;
  margin-left: 5%;
}
.fleshmask.in .item_mask_introduction_left.second {
  width: 42.5%;
  margin-left: 0;
}
.fleshmask.in .item_mask_introduction_left.thrid {
  width: 42.5%;
  margin-left: 0;
}
.fleshmask.in .item_mask_introduction_left.four {
  width: 42.5%;
  margin-left: 0;
}
.fleshmask.in .item_mask_introduction_right {
  width: 57%;
}
.fleshmask.in .item_mask_introduction_right.third {
  width: 57.8%;
}
.fleshmask.in .item_mask_introduction_right.four {
  width: 57.8%;
}
.fleshmask.in .en_text {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.225rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffb400;
  position: absolute;
  left: -5px;
  top: -12px;
}
.fleshmask.in .en_text.second {
  background: #c2c2c2;
  letter-spacing: 0.04em;
}
.fleshmask.in .en_text.third {
  background: #88d3d4;
  text-align: center;
  letter-spacing: 0.04em;
}
.fleshmask.in .en_text.four {
  background: #ddb151;
  text-align: center;
  letter-spacing: 0.4em;
}
.fleshmask.in .en_text .position {
  position: relative;
  margin-left: 5px;
}
.fleshmask.in .en_text .note {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 0.8rem;
  font-weight: normal;
}
.fleshmask.in .mask_introduction {
  position: relative;
  z-index: 1;
}
.fleshmask.in .mask_introduction .icon {
  position: absolute;
  width: 60px;
  height: 33px;
  top: -15px;
  right: -16px;
}
.fleshmask.in .mask_introduction .main {
  position: relative;
  z-index: 1;
  max-width: 110px;
  margin: auto;
  bottom: -5px;
}
.fleshmask.in .mask_introduction .second {
  bottom: -10px;
  max-width: 115px;
}
.fleshmask.in .mask_introduction .third {
  bottom: -8px;
  left: -5px;
  max-width: 115px;
}
.fleshmask.in .mask_introduction .four {
  bottom: -8px;
  max-width: 115px;
}
.fleshmask.in .item_mask_introduction_sub_text {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #ffb400;
  text-align: center;
  line-height: 1.545;
}
.fleshmask.in .item_mask_introduction_sub_text.second {
  color: #c2c2c2;
}
.fleshmask.in .item_mask_introduction_sub_text.third {
  color: #88d3d4;
}
.fleshmask.in .item_mask_introduction_sub_text.four {
  color: #ddb151;
}
.fleshmask.in .item_mask_introduction_item_name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.fleshmask.in .item_mask_introduction_item_name.second {
  font-size: 1.7rem;
  line-height: 1.257;
}
.fleshmask.in .item_mask_introduction_item_name.third {
  font-size: 1.5rem;
  line-height: 1.82;
  letter-spacing: -0.01em;
}
.fleshmask.in .item_mask_introduction_item_name.four {
  font-size: 1.7rem;
  line-height: 1.82;
  letter-spacing: 0.1em;
}
.fleshmask.in .item_mask__introduction_obi_title {
  background: url(../img/lpfleshmask/mask_introduction_bk01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
  padding: 2px 0;
}
.fleshmask.in .item_mask__introduction_obi_title .note {
  vertical-align: text-top;
  font-size: 1rem;
}
.fleshmask.in .item_mask__introduction_obi_title.second {
  background: url(../img/lpfleshmask/mask_introduction_bk02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0.08em;
}
.fleshmask.in .item_mask__introduction_obi_title.third {
  background: url(../img/lpfleshmask/mask_introduction_bk03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0.14em;
}
.fleshmask.in .item_mask__introduction_obi_title.four {
  background: url(../img/lpfleshmask/mask_introduction_bk04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 0.14em;
}
.fleshmask.in .item_mask__introduction_note {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.545;
}
.fleshmask.in .mask_link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  margin: 35px auto 0;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #6b6b6b;
  background: url(../img/lpfleshmask/more_btn.jpg);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 92% center;
  text-align: center;
}
.fleshmask.in .by_title_area {
  background: #baa388;
  padding: 30px 0;
  position: relative;
}
.fleshmask.in .by_title_area::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #baa388 transparent transparent transparent;
  border-width: 13px 13px 0 13px;
}
.fleshmask.in .by_contens_title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.fleshmask.in .salon_contens {
  margin: 40px auto 0px;
  width: 90%;
  padding-bottom: 25px;
  border-bottom: 1px dashed #868686;
}
.fleshmask.in .salon_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.fleshmask.in .salon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #5da9cb url(../img/lpsheetmask/link_arrow.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 94% center;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 30px;
}
.fleshmask.in .online_contens {
  margin: 22px auto 50px;
  width: 90%;
}
.fleshmask.in .online_text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.fleshmask.in .online_item_link {
  background: #baa388 url(../img/lpsheetmask/link_arrow.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: 94% center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (min-width: 350px) {
  .fleshmask.in .first_contens_flex_price .flex_price {
    font-size: 1.3rem;
  }
  .fleshmask.in .features_text {
    font-size: 1.3rem;
  }
  .fleshmask.in .point_contens_text {
    font-size: 1.3rem;
  }
  .fleshmask.in .voice_title {
    font-size: 1.85rem;
  }
  .fleshmask.in .howto_step_flow_text {
    font-size: 1.45rem;
  }
  .fleshmask.in .item_mask_introduction_text {
    font-size: 1.3rem;
  }
  .fleshmask.in .item_mask_introduction_item_name {
    font-size: 1.6rem;
  }
  .fleshmask.in .item_mask_introduction_item_name.third {
    font-size: 1.7rem;
    letter-spacing: 0.06em;
  }
  .fleshmask.in .mask_introduction .main {
    max-width: 125px;
  }
  .fleshmask.in .mask_introduction .icon {
    right: -26px;
  }
  .fleshmask.in .mask_introduction .second {
    max-width: 130px;
    bottom: -6px;
  }
  .fleshmask.in .mask_introduction .third {
    max-width: 130px;
    bottom: 5px;
  }
  .fleshmask.in .mask_introduction .four {
    max-width: 130px;
    bottom: 5px;
  }
  .fleshmask.in .item_mask__introduction_note {
    font-size: 1.1rem;
  }
  .fleshmask.in .item_mask__introduction_obi_title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 750px) {
  .fleshmask.in .pc_contens_shadow {
    position: relative;
    z-index: 1;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  }
  .fleshmask.in .first_contens {
    background: #fff;
    margin-top: 0;
    padding-top: 80px;
  }
  .fleshmask.in .movie_title {
    font-size: 4rem;
    background-size: 499px 10px;
    margin-bottom: 45px;
  }
  .fleshmask.in .movie_note_text {
    font-size: 2rem;
    margin-top: 8px;
  }
  .fleshmask.in .first_contens_box {
    margin-top: 95px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding: 27px 0 90px;
  }
  .fleshmask.in .first_contens_box_by_new_day {
    width: 82%;
  }
  .fleshmask.in .first_contens_box_title {
    font-size: 4.5rem;
    background-size: 517px 146px;
    padding-bottom: 45px;
  }
  .fleshmask.in .first_contens_box_day {
    font-size: 5rem;
    background-size: 570px 30px;
  }
  .fleshmask.in .first_contens_box_item {
    width: 100%;
    max-width: 657px;
    max-width: 644px;
  }
  .fleshmask.in .first_contens_aqua_text {
    font-size: 2.2rem;
    margin-top: -30px;
  }
  .fleshmask.in .first_contens_box_item_name {
    font-size: 3.6rem;
    font-size: 5rem;
    margin-bottom: 24px;
  }
  .fleshmask.in .first_contens_box_item_name .text_line {
    width: 414px;
  }
  .fleshmask.in .first_contens_box_item_name .text_s {
    font-size: 2.8rem;
    font-size: 3.1rem;
  }
  .fleshmask.in .first_contens_flex_price .quantity {
    font-size: 1.7rem;
  }
  .fleshmask.in .first_contens_flex_price .quantity .number {
    font-size: 2.4rem;
  }
  .fleshmask.in .first_contens_flex_price .flex_price {
    font-size: 2.7rem;
  }
  .fleshmask.in .first_contens_flex_price .flex_price .en_icon {
    font-size: 2.2rem;
  }
  .fleshmask.in .first_contens_flex_price .flex_price .tax {
    font-size: 1.5rem;
  }
  .fleshmask.in .first_contens_flex_price .flex_price .tax.right {
    margin-right: 14px;
  }
  .fleshmask.in .item_more_link {
    font-size: 3rem;
    font-size: 2.8rem;
    height: 120px;
    border-radius: 60px;
    background-size: 42px 42px;
    margin-top: 40px;
  }
  .fleshmask.in .page_link_pcbk {
    background: #fff;
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .fleshmask.in .page_link_area {
    width: 90%;
  }
  .fleshmask.in .page_link {
    font-size: 2.8rem;
    height: 130px;
    background-size: 20px 12px;
    background-position: center bottom 16px;
    -webkit-box-shadow: 0px 6px 0px 0px #d0d0d0;
            box-shadow: 0px 6px 0px 0px #d0d0d0;
  }
  .fleshmask.in .obsession_area {
    padding-top: 70px;
    padding-top: 80px;
    margin-top: 0;
  }
  .fleshmask.in .obsession_area_title {
    font-size: 5.5rem;
    font-size: 5rem;
    background-size: 320px 16px;
  }
  .fleshmask.in .obsession_ul {
    margin: 56px auto 0;
    margin: 65px auto 0;
  }
  .fleshmask.in .obsession_list {
    margin-bottom: 40px;
  }
  .fleshmask.in .obsession_bubble {
    font-size: 2.3rem;
    background-size: 260px 150px;
    height: 150px;
    padding: 36px 0 46px;
    margin-bottom: 17px;
  }
  .fleshmask.in .obsession_bubble.third {
    padding: 12px 0 22px;
  }
  .fleshmask.in .obsession_image {
    margin-top: 50px;
  }
  .fleshmask.in .features_area {
    margin-top: 53px;
  }
  .fleshmask.in .features_title {
    width: 89.3%;
  }
  .fleshmask.in .features_text {
    font-size: 2.6rem;
    margin-top: 20px;
    margin-bottom: 36px;
  }
  .fleshmask.in .features_text .features_note_text {
    font-size: 2.2rem;
  }
  .fleshmask.in .features_text .note {
    font-size: 1.8rem;
  }
  .fleshmask.in .features_image {
    margin-bottom: 92px;
  }
  .fleshmask.in .point_area {
    margin-bottom: 100px;
    padding-bottom: 60px;
    border-radius: 14px 0 0 14px;
  }
  .fleshmask.in .point_area.second {
    border-radius: 0 14px 14px 0;
  }
  .fleshmask.in .point_area_title {
    top: -18px;
  }
  .fleshmask.in .point_area_title.third {
    width: 33.1%;
  }
  .fleshmask.in .point_circle {
    width: 164px;
    height: 164px;
    font-size: 2.3rem;
    border-width: 5px;
    left: -20px;
    top: -50px;
  }
  .fleshmask.in .point_circle.second {
    right: -20px;
  }
  .fleshmask.in .point_circle.third {
    font-size: 2.2rem;
  }
  .fleshmask.in .point_cotens_box {
    margin-top: 24px;
    width: 94%;
    margin-bottom: 18px;
  }
  .fleshmask.in .point_cotens_box.second {
    margin-bottom: 18px;
  }
  .fleshmask.in .point_text_title {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .fleshmask.in .point_text_title span {
    font-size: 2rem;
  }
  .fleshmask.in .point_contens_text {
    font-size: 2.6rem;
  }
  .fleshmask.in .point_contens_on_text {
    font-size: 3rem;
    height: 100px;
    margin-bottom: -30px;
    border-width: 2px;
  }
  .fleshmask.in .point_contens_on_text .note {
    font-size: 1.5rem;
  }
  .fleshmask.in .point_contens_on_text::after {
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .fleshmask.in .point_contens_on_text.second {
    border-width: 2px;
  }
  .fleshmask.in .point_contens_on_text.second::after {
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-width: 2px;
  }
  .fleshmask.in .point_contens_note_area {
    width: 94%;
  }
  .fleshmask.in .point_contens_note {
    font-size: 2.2rem;
  }
  .fleshmask.in .middle_line {
    margin: 36px auto 36px;
  }
  .fleshmask.in .point_contens_third_area {
    margin-top: 28px;
    width: 88.4%;
  }
  .fleshmask.in .point_contens_third_text {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .fleshmask.in .point_contens_third_link_btn {
    height: 120px;
    font-size: 2.8rem;
    border-radius: 60px;
    background-size: 42px 42px;
    margin: 60px auto;
  }
  .fleshmask.in .mask_title {
    font-size: 4.2rem;
  }
  .fleshmask.in .mask_title::after {
    width: 70px;
    height: 3px;
    margin: 10px auto 20px;
  }
  .fleshmask.in .mask_text {
    font-size: 2.6rem;
  }
  .fleshmask.in .voice_title {
    font-size: 3.7rem;
    background-size: 64px 110px, 64px 110px;
  }
  .fleshmask.in .voice_title .text_big {
    font-size: 4.86rem;
  }
  .fleshmask.in .voice_box {
    margin-bottom: 26px;
  }
  .fleshmask.in .voice_image {
    width: 38.2%;
    margin-top: -11%;
  }
  .fleshmask.in .voice_image.second {
    width: 33.2%;
    margin-top: -9.5%;
  }
  .fleshmask.in .voice_image.third {
    width: 35.6%;
    margin-top: -9%;
  }
  .fleshmask.in .voice_text {
    font-size: 2.4rem;
  }
  .fleshmask.in .howto_step_area {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .fleshmask.in .howto_step_title {
    font-size: 4.2rem;
  }
  .fleshmask.in .howto_step_title::after {
    width: 70px;
    height: 3px;
    margin: 10px auto 15px;
  }
  .fleshmask.in .howto_step_text {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .fleshmask.in .howto_step_flow_list::after {
    right: -14px;
    border-left: 14px solid #ffb400;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }
  .fleshmask.in .howto_step_list_title {
    font-size: 2rem;
  }
  .fleshmask.in .howto_step_list_title .number {
    font-size: 2.8rem;
  }
  .fleshmask.in .howto_step_list_title::after {
    width: 16px;
    height: 2px;
    margin: -4px auto 6px;
  }
  .fleshmask.in .howto_step_flow_text {
    font-size: 2.5rem;
  }
  .fleshmask.in .howto_step_note_text {
    font-size: 2.2rem;
  }
  .fleshmask.in .item_mask_introduction {
    padding: 60px 0 90px;
  }
  .fleshmask.in .item_mask_introduction_title {
    font-size: 4.2rem;
  }
  .fleshmask.in .item_mask_introduction_title::after {
    width: 70px;
    height: 3px;
    margin: 10px auto 15px;
  }
  .fleshmask.in .item_mask_introduction_text {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .fleshmask.in .item_mask_introduction_box {
    padding: 20px 30px 0;
    margin-bottom: 40px;
    height: 260px;
  }
  .fleshmask.in .item_mask_introduction_box.second {
    height: 272px;
  }
  .fleshmask.in .item_mask_introduction_box.third {
    height: 248px;
  }
  .fleshmask.in .item_mask_introduction_box.four {
    height: 248px;
  }
  .fleshmask.in .en_text {
    width: 140px;
    height: 140px;
    font-size: 2.45rem;
    left: -12px;
    top: -26px;
  }
  .fleshmask.in .en_text .note {
    font-size: 1.5rem;
    top: -15px;
    right: -15px;
  }
  .fleshmask.in .item_mask_introduction_sub_text {
    font-size: 2.2rem;
  }
  .fleshmask.in .item_mask_introduction_item_name {
    font-size: 3.2rem;
  }
  .fleshmask.in .item_mask_introduction_item_name.second {
    font-size: 3.5rem;
  }
  .fleshmask.in .item_mask_introduction_item_name.third {
    font-size: 3.5rem;
  }
  .fleshmask.in .item_mask_introduction_item_name.four {
    font-size: 3.5rem;
  }
  .fleshmask.in .item_mask__introduction_obi_title {
    font-size: 2.5rem;
    padding: 4px 0;
    margin-bottom: 10px;
  }
  .fleshmask.in .item_mask__introduction_note {
    font-size: 2.2rem;
  }
  .fleshmask.in .mask_introduction .main {
    max-width: 250px;
  }
  .fleshmask.in .mask_introduction .icon {
    width: 120px;
    height: 66px;
    right: -59px;
    top: -30px;
  }
  .fleshmask.in .mask_introduction .second {
    max-width: 260px;
    bottom: -12px;
  }
  .fleshmask.in .mask_introduction .third {
    max-width: 260px;
  }
  .fleshmask.in .mask_introduction .four {
    max-width: 260px;
  }
  .fleshmask.in .mask_link_btn {
    font-size: 2.8rem;
    height: 120px;
    border-radius: 60px;
    margin-top: 70px;
  }
  .fleshmask.in .by_title_area::after {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
  }
  .fleshmask.in .salon_contens {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  .fleshmask.in .by_contens_title {
    font-size: 4rem;
  }
  .fleshmask.in .salon_text {
    font-size: 3rem;
  }
  .fleshmask.in .salon_btn {
    background-size: 42px 42px;
    height: 120px;
    border-radius: 60px;
    font-size: 3.4rem;
    margin-top: 20px;
  }
  .fleshmask.in .online_contens {
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .fleshmask.in .online_text {
    font-size: 3rem;
  }
  .fleshmask.in .online_item_link {
    background-size: 42px 42px;
    height: 120px;
    border-radius: 60px;
    font-size: 3.4rem;
  }
  #cosme-footer {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 25px;
  }
  #footer {
    position: relative;
    z-index: 2;
  }
  .floating_area {
    bottom: 30px;
    right: 30px;
  }
  .floating_close {
    cursor: pointer;
  }
}