@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


/* ==================== TVCM 202407~ ==================== */
* {
  font-family: inherit;
  font-size: inherit;
}
p, span, em, strong, ruby {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 979px) {
  p, span, em, strong, ruby {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
  }
  body {
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  }
  .wrap {overflow: hidden;}
}

._text-xs {
  font-size: 12px!important;
}
._text-s {
  font-size: 14px!important;
}
._text-m {
  font-size: 16px!important;
}
._text-l {
  font-size: 20px!important;
}
._text-xl {
  font-size: 28px!important;
}
@media screen and (max-width: 979px) {
  ._text-xs {
    font-size: 10px!important;
  }
  ._text-s {
    font-size: 12px!important;
  }
  ._text-m {
    font-size: 14px!important;
  }
  ._text-l {
    font-size: 18px!important;
  }
  ._text-xl {
    font-size: 20px!important;
  }
}

@media screen and (max-width: 979px) {
  .button-cv.tvcm .button-cv__sp {
    background: #f46c99;
  }
}

.tvcm section#mv.mv2404_google {
  background: none;
  text-align: center;
  background-color: #EDF2F6;
  height: auto;
}

.tvcm .mvshita {
  margin: 0;
}
.tvcm .mvshita .notice {
  width: 100%;
}
.tvcm .mvshita .notice h2 {
  color: #fff;
  font-family: serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 1.6;
}
.tvcm .mvshita .notice h2 span {
  display: block;
  margin-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 979px) {
  .tvcm .mvshita .notice {
    white-space: 100%;
  }
  .tvcm .mvshita .notice h2 {
    font-size: 4.5vw;
  }
  .tvcm .mvshita .notice h2 span {
    width: 60%;
    margin: 10px auto 0;
    padding-right: 10px;
  }
}
.tvcm h2.headerBorder {
  max-width: 980px;
  color: #a2a2a2;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  letter-spacing: 3px;
  background: url("../images/2406tvcm/index_bg.png") 4em 0.5em no-repeat;
  padding: 0 0 50px;
  margin: 0 auto 20px;
  position: relative;
}
.tvcm h2.headerBorder.long {
  letter-spacing: 0;
}
.tvcm h2.headerBorder.rea {
  background-position: 5em 0.5em;
}
.tvcm h2.headerBorder.pho {
  background-position: 4.5em 0.5em;
}
.tvcm h2.headerBorder span {
  display: block;
  font-size: 20px;
  margin-top: 5px;
  color: #000000;
  letter-spacing: 3px;
}
.tvcm h2.headerBorder::before {
  content: "";
  width: 1px;
  height: 80px;
  background: #bababa;
  position: absolute;
  right: 0;
  top: 0.5em;
  top: calc(0.5em + 1px);
}
@media screen and (max-width: 979px) {
  .tvcm h2.headerBorder {
    font-size: 8vw;
    letter-spacing: 0.2vw;
    background-position: 32vw 3.4vw;
    padding: 0 0 0.5em 0;
    margin: 0 0 3vw;
  }
  .tvcm h2.headerBorder.rea {
    background-position: 5em 3.4vw;
  }
  .tvcm h2.headerBorder.pho {
    background-position: 4.5em 3.4vw;
  }
  .tvcm h2.headerBorder span {
    font-size: 4vw;
    letter-spacing: 0.2vw;
  }
  .tvcm h2.headerBorder::before {
    width: 1px;
    height: 1em;
    top: calc(3.4vw + 1px);
  }
}

.tvcm p.text {
  font-size: 20px;
}
.tvcm p.text span {
  color: #e00867;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .tvcm p.text {
    font-size: 4vw;
  }
}

.tvcm .block__what {
  padding: 100px 0;
  background: #fdf0f3;
}
.tvcm .block__what .inner-flex {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
   padding: 3%;
}
.tvcm .block__what .inner-flex .col-text {
  width: 50%;
  padding: 2%;
}
.tvcm .block__what .inner-flex .col-img {
  width: 50%;
  background: #f6f6f6;
  padding: 1.5% 2%;
}
.tvcm .block__what .inner-box .inner-box-ttl {
  font-size: 32px;
}
@media screen and (max-width: 979px) {
  .tvcm .block__what {
    padding: 10vw 0;
  }
  .tvcm .block__what .inner-flex {
    display: block;
  }
  .tvcm .block__what .inner-flex .col-text {
    width: 100%;
  }
  .tvcm .block__what .inner-flex .col-img {
    width: 100%;
    padding: 2% 3%;
  }
  .tvcm .block__what .inner-box .inner-box-ttl {
    font-size: 5vw;
  }
}

section.treatment {
  background: #f6f6f6;
  padding: 80px 0;
}
section.treatment h3 {
  font-size: 36px;
  color: #e00867;
  margin-bottom: 10px;
}
section.treatment .inner p.treatment-ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
section.treatment .inner .treatment_wrap {
  max-width: 640px;
  margin: 30px auto 0;
}
section.treatment .inner .container01 {
  background-color: #fde5eb;
  padding: 40px 30px;
}
section.treatment .inner .container01 img {
  background-color: #FFFFFF;
  padding: 20px;
}
section.treatment .inner p.caution {
  text-align: right;
  font-size: 16px;
  margin: 0.5em 0 0;
  color: #000000;
}

@media screen and (max-width: 979px) {
  section.treatment {
    padding: 8vw 0;
  }
  section.treatment h3 {
    font-size: 6vw;
  }
  section.treatment .inner p.treatment-ttl {
    font-size: 5.5vw;
  }
  section.treatment .inner .treatment_wrap {
    margin: 4vw 0 0;
  }
  section.treatment .inner .container01 {
    padding: 3vw;
  }
  section.treatment .inner .container01 img {
    padding: 10px;
  }
  section.treatment .inner p.caution {
    font-size: 3vw;
  }
}

section.treatment_machine .container02 {
  margin: 0;
  background: url("../images/2406tvcm/treatment_bg.jpg") center bottom no-repeat;
  background-size: cover;
}
section.treatment_machine .container02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 910px;
  height: 480px;
  margin: 0 auto;
}
section.treatment_machine .container02 .inner .container02_txt {
  flex: 1;
  padding: 0 0 0 40px;
}
section.treatment_machine .clinic-btn {
  text-align: center;
  margin: 20px auto;
}
section.treatment_machine .clinic-btn .button-normal {
  width: 70%;
  margin: 0 auto;
  background: #000;
  border-radius: 50px;
  line-height: 1.4;
  color: #fff;
  font-size: 18px;
}
section.treatment_machine .container02 .inner .caution {
  text-align: center;
  font-size: 14px;
  margin: 0.5em 0 0;
  color: #000000;
}
@media screen and (max-width: 979px) {
  section.treatment_machine .container02 {
    margin: 0;
    padding: 0 3vw;
  }
  section.treatment_machine .container02 .inner {
    width: 100%;
    height: 65vw;
  }
  section.treatment_machine .container02 .inner>div {  
    width: 35vw;
  }
  section.treatment_machine .container02 .inner .container02_txt {
    padding: 0;
  }
  section.treatment_machine .container02 .inner p {    
    font-size: 3.2vw;
    padding: 0 0 0 5vw;
  }
  section.treatment_machine .clinic-btn {
    margin: 10px auto;
    padding: 0 2%;
  }
  section.treatment_machine .clinic-btn .button-normal {
    padding: 10px 30px;
    width: 100%;
    font-size: 3.5vw;
  }
  section.treatment_machine .container02 .inner .caution {
    font-size: 2.5vw;
  }
}

.tvcm .block__point {
  padding: 100px 0;
  background: #f7f7f7;
}
.tvcm .block__point .inner {
  background: #FFFFFF;
  padding: 30px 20px;
}
.tvcm .block__point .container03 h4 {
  padding: 2px 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 25px;
  background: #444;
  background: radial-gradient(circle, #505050 0%, #505050 40%, rgba(80, 80, 80, 0) 100%);
}
.tvcm .block__point .container04 {
  margin-top: 30px;
}
.tvcm .block__point .container04 .container04tokucho {
  background: #F6F6F6;
  padding: 30px 40px;
  margin: 0 0 30px;
}
.tvcm .block__point .container04 .container04tokucho ul {
  display: flex;
  flex-wrap: wrap;
}
.tvcm .block__point .container04 .container04tokucho ul li {
  font-size: 20px;
  font-weight: bold;
  width: 33.33%;
  padding: 0 0 0 35px;
  background: url("../images/2406tvcm/check.png") left center no-repeat;
}
.tvcm .block__point .container04 .container04tokucho ul li:nth-child(n + 4) {
  margin-top: 15px;
}
@media screen and (max-width: 979px) {
  .tvcm .block__point {
    padding: 10vw 0;
  }
  .tvcm .block__point .inner {
    padding: 15px 2%;
  }
  .tvcm .block__point .container03 h4 {
    font-size: 3.5vw;
    margin: 0 0 3vw;
    padding: 1vw 6vw;
  }
  .tvcm .block__point .container04 {
    margin-top: 4vw;
  }
  .tvcm .block__point .container04 .container04tokucho {
    max-width: 400px;
    padding: 2vw;
    margin: 0 auto 3vw;
  }
  .tvcm .block__point .container04 .container04tokucho ul li {
    font-size: 16px;
    width: 100%;
    padding: 0 0 0 25px;
    background-size: 20px auto;
    margin-top: 1vw;
  }
  .tvcm .block__point .container04 .container04tokucho ul li:nth-child(n + 4) {
    margin-top: 1vw;
  }
}


.tvcm .block__photo {
  padding: 100px 0;
  background: #fde5eb;
}
.tvcm .block__photo .photo_wrap {
  background: #FFFFFF;
  padding: 50px 0 30px;
  margin-top: 0;
  position: relative;
}
.tvcm .block__photo .photo_ttl {
  background: #f6558a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 270px;
  height: 45px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tvcm .block__photo .photo_wrap::before {
  position: absolute;
  content: '';
  background: url("../images/2406tvcm/icon_shimi.png") no-repeat center center;
  background-size: cover;
  width: 125px;
  height: 125px;
  top: -70px;
  right: 30px;
}
.tvcm .block__photo .photo_wrap .inner {
  max-width: 600px;
  margin: 0 auto;
}
.mhlw-risk > .mhlw-risk-single {
  font-size: 12px !important;
}
.mhlw-risk {
    min-height: auto;
  }
@media screen and (max-width: 979px) {
  .tvcm .block__photo {
    padding: 10vw 0;
  }
  .tvcm .block__photo .photo_wrap {
    padding: 8% 3% 6%;
  }
  .tvcm .block__photo .photo_ttl {
    width: 180px;
    height: 35px;
    font-size: 15px;
  }
  .tvcm .block__photo .photo_wrap::before {
    width: 100px;
    height: 100px;
    top: -70px;
    right: 0;
  }
  .mhlw-risk {
    min-height: auto;
  }
}

.tvcm .block__price {
  padding: 100px 0;
  background: #fdf0f3;
}
.tvcm .block__price .price_wrap {
  background: #FFFFFF;
  padding: 3% 4%;
}
.tvcm .block__price .price_wrap p.price_ttl {
  border: 1px solid #000000;
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
}
.tvcm .block__price .price_wrap .price_txt {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tvcm .block__price .price_wrap .price_txt p {
  font-size: 24px;
  font-weight: bold;
}
.tvcm .block__price .price_wrap .price_txt p.price_num {
  font-size: 70px;
  font-weight: bold;
  margin-left: 50px;
  color: #e00867;
}
.tvcm .block__price .price_wrap .price_txt p.price_num .yen {
  font-size: 36px;
}
.tvcm .block__price .price_wrap .price_txt p.price_num .tax {
  font-size: 20px;
}

@media screen and (max-width: 979px) {
  .tvcm .block__price {
    padding: 10vw 0;
  }
  .tvcm .block__price .price_wrap p.price_ttl {
    padding: 4px 0;
    font-size: 3.8vw;
  }
  .tvcm .block__price .price_wrap .price_txt {
    margin: 10px 0;
  }
  .tvcm .block__price .price_wrap .price_txt p {
    font-size: 3.5vw;
  }
  .tvcm .block__price .price_wrap .price_txt p.price_num {
    font-size: 10vw;
    margin-left: 20px;
  }
  .tvcm .block__price .price_wrap .price_txt p.price_num .yen {
    font-size: 4.5vw;
  }
  .tvcm .block__price .price_wrap .price_txt p.price_num .tax {
    font-size: 3vw;
  }
}


/* ==================== TVCM 202407~（しわ） ==================== */
.tvcm.shiwa .block__what .inner._color-bg-white {
  padding: 5% 8%;
  box-shadow: 10px 10px 0px 0px rgba(222, 165, 175, 0.6);
}
.tvcm.shiwa .block__what .inner h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.tvcm.shiwa .block__what .inner h3 span.marker {
  background: linear-gradient(transparent 60%, #fee974 50%);
}
.tvcm.shiwa .block__what .inner h3 span.point {
  color: #e00867;
}
.tvcm.shiwa .block__what .shiwa_desc {
  display: flex;
  background: #FFFFFF;
  box-shadow: 4px 4px 4px #ccc;
}
.tvcm.shiwa .block__what .shiwa_desc .col_img {
  width: 30%;
}
.tvcm.shiwa .block__what .shiwa_desc .col_text {
  width: 70%;
  padding: 4%;
}
.tvcm.shiwa .block__what .shiwa_desc .col_text p.headline {
  font-size: 30px;
  border-bottom: 2px solid #e00867;
}
.tvcm.shiwa .block__photo .photo_wrap::before {
  position: absolute;
  content: '';
  background: url("/lp/yell-shiwa/images/icon_shiwa.png") no-repeat center center;
  background-size: cover;
  width: 125px;
  height: 125px;
  top: -70px;
  right: 30px;
}
.tvcm.shiwa .block__photo .photo_wrap .inner {
  max-width: 920px;
}
@media screen and (max-width: 979px) {
  .tvcm.shiwa .block__what .inner._color-bg-white {
    padding: 3% 5%;
  }
  .tvcm.shiwa .block__what .inner h3 {
    font-size: 5.5vw;
    margin-bottom: 4vw;
  }
  .tvcm.shiwa .block__what .shiwa_desc {
    display: block;
  }
  .tvcm.shiwa .block__what .shiwa_desc .col_img {
    width: 80%;
    margin: auto;
  }
  .tvcm.shiwa .block__what .shiwa_desc .col_text {
    width: 100%;
  }
  .tvcm.shiwa .block__what .shiwa_desc .col_text p.headline {
    font-size: 5vw;
  }
  .tvcm.shiwa .block__photo .photo_wrap::before {
    width: 100px;
    height: 100px;
    top: -70px;
    right: 0;
  }
}

.tvcm.shiwa .block__price {
  padding: 100px 0;
  background: #fff;
}
.tvcm.shiwa .block__price .price_wrap {
  background: none;
  padding: 0;
}
.tvcm.shiwa .price_wrap .price_box .price_area {
  padding: 30px 30px;
  background: #ffffff;
}
.tvcm.shiwa .price_wrap .price_box .price_headline {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 15px;
  border-bottom: 4px solid #e00867;
}
.tvcm.shiwa .price_wrap .price_box .price_headline em {
  font-style: normal;
  font-size: 36px;
  color: #e00867;
}
.tvcm.shiwa .price_wrap .price_box .price_row {
  margin: 30px 0 0;
  padding-bottom: 30px;
  border-bottom: 4px solid #e00867;
}
.tvcm.shiwa .price_wrap .price_box .price_row.border_none {
  padding-bottom: 10px;
  border-bottom: none;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_txt {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_txt p.price_treat {
  font-size: 32px;
  font-weight: bold;
  width: 50%;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_txt p.price_treat .amount {
  display: block;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_num {
  font-size: 80px;
  font-weight: bold;
  color: #e00867;
  width: 50%;
  text-align: center;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_num ruby {
  font-size: 50px;
  color: #e00867;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_num ruby rt {
  font-size: 20px;
}
.tvcm.shiwa .price_wrap .price_box .price_row .price_header {
  text-align: center;
  font-size: 26px;
  margin: 10px 0;
}
.tvcm.shiwa .price_wrap .price_box .price_note {
  text-align: left;
  font-size: 17px;
  color: #D90003;
  margin-top: 5px;
}
@media screen and (max-width: 979px) {
  .tvcm.shiwa .block__price {
    padding: 10vw 0;
  }
  .tvcm.shiwa .price_wrap .price_box {
    padding: 0 2%;
  }
  .tvcm.shiwa .price_wrap .price_box .price_area {
    padding: 15px 20px;
  }
  .tvcm.shiwa .price_wrap .price_box .price_headline {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }
  .tvcm.shiwa .price_wrap .price_box .price_headline em {
    font-size: 6vw;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row {
    margin: 20px 0 0;
    padding-bottom: 20px;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_txt {
    display: block;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_txt p.price_treat {
    font-size: 5.5vw;
    width: 100%;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_txt p.price_treat .amount {
    font-size: 4vw;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_num {
    font-size: 11vw;
    width: 100%;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_num ruby {
    font-size: 6vw;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_num ruby rt {
    font-size: 3vw;
  }
  .tvcm.shiwa .price_wrap .price_box .price_row .price_header {
    font-size: 4vw;
    margin: 10px 0;
  }
  .tvcm.shiwa .price_wrap .price_box .price_note {
    font-size: 13px;
  }
}
/*********** アラガンボトックス追加 ***********/
.tvcm.shiwa .price_allergan {
  position: relative;
}
.tvcm.shiwa .price_allergan .icon_hoshou {
  position: absolute;
  top: -22px;
  left: -15px;
}
.tvcm.shiwa .price_allergan .treat_area {
  background: #f6f6f6;
  padding: 2% 3%;
}
.tvcm.shiwa .price_allergan .treat_area .treat_area_ttl {
  font-size: 30px;
}
.tvcm.shiwa .price_allergan .treat_area .bui_list {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tvcm.shiwa .price_allergan .treat_area .bui_list li {
  background: #444444;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 5px 0;
  width: 160px;
  border-radius: 45px;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.tvcm.shiwa .price_allergan .treat_area .note {
  text-align: left;
  font-size: 18px;
}
@media (max-width:979px) {
  .tvcm.shiwa .price_allergan .icon_hoshou {
    width: 14vw;
    top: 7vw;
    left: -3vw;
  }
  .tvcm.shiwa .price_allergan .treat_area .treat_area_ttl {
    font-size: 4vw;
  }
  .tvcm.shiwa .price_allergan .treat_area .bui_list {
    margin: 10px 0;
  }
  .tvcm.shiwa .price_allergan .treat_area .bui_list li {
    margin-right: 6px;
    margin-bottom: 10px;
    width: 46%;
    font-size: 3.5vw;
  }
  .tvcm.shiwa .price_allergan .treat_area .note {
    font-size: 3.2vw;
  }
}

.section_menu .container .menu_wrap .obi_tit {
  padding: 4px 0 0;
  background: #e00867;
  color: #fff
}
.section_menu .container .menu_wrap .headline_txt {
  font-size: 30px;
}
.section_menu .container .menu_wrap .menu_priceIndex {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 40px;
  line-height: 1.4;
  background-color: #fdf0f3;
  font-weight: bold
}
.section_menu .container .menu_wrap .menu_priceIndexLeft {
  width: 50%;
  padding: 35px 10px;
  text-align: center;
  color: #e00867;
  font-size: 20px
}
.section_menu .container .menu_wrap .menu_priceIndexLeft .volume {
  border: 1px solid #e00867;
  margin-left: 15px;
  padding: 2px 4px
}
.section_menu .container .menu_wrap .menu_priceIndexRight {
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.section_menu .container .menu_wrap .menu_priceIndexRight p {
  font-size: 22px
}
.section_menu .container .menu_wrap .menu_priceIndexRight div {
  color: #e00867;
  font-size: 60px
}
.section_menu .container .menu_wrap .menu_priceIndexRight div span ruby {
  font-size: 40px
}
.section_menu .container .menu_wrap .menu_priceIndexRight div span ruby rt {
  font-size: 16px
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui {
  flex-wrap: wrap
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui {
  width: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 20px 15px
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui .buiIndex {
  text-align: center;
  font-size: 30px
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul {
  margin: 10px 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li {
  width: 160px;
  margin-left: 12px
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li a {
  display: block;
  background: #f8f7f7;
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  border-radius: 100px;
  text-decoration: none
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(5n+1) {
  margin-left: 0
}
.section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(n+6) {
  margin-top: 12px
}
/*.section_menu .container .menu_wrap .menu_priceIndex.obi {
  border: 4px solid #e00867
}*/
.section_menu .container .menu_wrap .price_all .ttl {
  text-align: center;
  padding-top: 50px;
  position: relative
}
.section_menu .container .menu_wrap .price_all .ttl span.catch {
  position: absolute;
  top: 0;
  left: 150px
}
.section_menu .container .menu_wrap .price_all .table-box thead th {
  background-color: #e00867;
  border-color: #e00867
}
.section_menu .container .menu_wrap .price_all .table-box tbody th, .section_menu .container .menu_wrap .price_all .table-box tbody td {
  border-color: #e00867;
  padding: 18px
}
.section_menu .container .menu_wrap .price_other .other_content {
  margin: 45px 0 0
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner {
  position: relative
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .tab_ttl {
  background: url(https://www.s-b-c.net/assets/yell/images/shiwa/cm2024/price_tab01.png?2024625155938) left top no-repeat;
  background-size: contain;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  height: 55px;
  position: relative;
  margin: 0 0 30px
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner h3 {
  color: #e00867;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: -55%;
  right: 0;
  margin: auto
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .table-box tr th {
  color: #444;
  background-color: #f6f6f6;
  border: 1px solid #444
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .table-box tr td {
  padding: 10px;
  margin: auto;
  border: 1px solid #444;
  text-align: center
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .warning {
  background: #f6f6f6
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .warning .warning_ttl {
  text-align: center;
  color: #e00867
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .table-box tr td {
  padding: 10px;
  margin: auto;
  border: 1px solid #e00867;
  text-align: center
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .table-box tr.table-header td {
  background-color: #fdf0f3;
  color: #e00867;
  font-weight: bold;
  line-height: 1.4
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .table-box tr.table-header td:nth-child(1) {
  width: 35%
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .tabacc .title {
  background-color: #e00867;
  border-radius: 0;
  justify-content: center;
  font-size: 24px
}
.section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .tabacc .content {
  border: none
}
.section_menu .container .menu_wrap .menu_priceIndexRight.icon_pd {
  position: relative;
}
.section_menu .container .menu_wrap .menu_priceIndexRight.icon_pd::before {
  content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translate(0, -50%);
	background: url(https://www.s-b-c-biyougeka.net/lp/ipl/images/price_icon02.png) center center/cover no-repeat;
}
@media only screen and (max-width: 979px) {
  .section_menu {
    padding: 8vw 0
  }
  .section_menu .container .menu_wrap .headline_txt {
    font-size: 4.2vw;
  }
  .section_menu .container .menu_wrap .menu_priceIndex {
    padding: 2vw;
    flex-wrap: wrap;
    margin: 0 0 4vw;
    line-height: 1.4
  }
  .section_menu .container .menu_wrap .menu_priceIndexLeft {
    width: 100%;
    padding: 3vw 2vw;
    font-size: 4vw
  }
  .section_menu .container .menu_wrap .menu_priceIndexLeft .volume {
    border: 1px solid #e00867;
    margin-left: 15px;
    padding: 2px 4px
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight {
    width: 100%;
    flex-grow: 0;
    margin: 0;
    justify-content: space-around
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight p {
    font-size: 4vw
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight div {
    font-size: 12vw
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight div span ruby {
    font-size: 7vw
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight div span ruby rt {
    font-size: 3vw
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight .icon_text {
    width: 45%
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui {
    font-size: 3vw;
    padding: 2vw
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui .buiIndex {
    font-size: 4.5vw
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul {
    margin: 1.5vw 0 2vw
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li {
    width: 32.5%;
    margin-left: 1.25%
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li a {
    font-size: 3vw;
    padding: 1vw 0
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(n+6) {
    margin-top: 1.25%
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(5n+1) {
    margin-left: 1.25%
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(3n+1) {
    margin-left: 0
  }
  .section_menu .container .menu_wrap .menu_priceIndex.plusBui .bui ul li:nth-child(n+4) {
    margin-top: 1.25%
  }
  .section_menu .container .menu_wrap .price_all .ttl {
    padding-top: 5vw
  }
  .section_menu .container .menu_wrap .price_all .ttl span.catch {
    top: -5vw;
    left: 0;
    width: 45vw
  }
  .section_menu .container .menu_wrap .price_all .table-box thead th {
    background-color: #e00867;
    border-color: #e00867
  }
  .section_menu .container .menu_wrap .price_all .table-box tbody th, .section_menu .container .menu_wrap .price_all .table-box tbody td {
    border-color: #e00867;
    padding: 10px
  }
  .section_menu .container .menu_wrap .price_other .other_content {
    margin: 6vw 0 0
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner {
    position: relative
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .tab_ttl {
    height: 6.5vw;
    margin: 0 0 3vw
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner h3 {
    font-size: 3vw;
    bottom: 1.5vw
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .table-box {
    font-size: 3vw
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .hosho .table-box tr td {
    padding: 5px
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .table-box {
    font-size: 3vw
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .table-box tr td {
    padding: 10px 5px
  }
  .section_menu .container .menu_wrap .price_other .other_content .content_inner .botox .tabacc .title {
    flex-direction: column;
    font-size: 4.5vw;
    line-height: 1.2
  }
  .section_menu .container .menu_wrap .menu_priceIndexRight.icon_pd::before {
    width: 14vw;
    height: 14vw;
    left: 6%;
  }
}


.tvcm .anchor_sec {
  background: #e00a67;
  padding: 25px 0;
  text-align: center;
}
.tvcm .anchor_sec a {
  font-size: 30px;
  color: #FFFFFF;
  text-decoration: underline;
  line-height: 1.4;
}
.tvcm .anchor_sec a span {
  font-size: 36px;
}
@media screen and (max-width: 979px) {
  .tvcm .anchor_sec {
    padding: 3vw 0;
  }
  .tvcm .anchor_sec a {
    font-size: 4vw;
  }
  .tvcm .anchor_sec a span {
    font-size: 5vw;
  }
}

.tvcm #shimi_10 {
  background: #f6f6f6;
  padding: 0 0 100px;
}
.tvcm #shimi_10 .anchor_ttl {
  background: #e00a67;
  text-align: center;
  padding: 20px 0;
}
.tvcm #shimi_10 .anchor_ttl p {
  font-size: 36px;
  color: #FFFFFF;
}
.tvcm #shimi_10 .shimi_10_content {
  background: #FFFFFF;
  padding: 15px 30px;
}
.tvcm #shimi_10 .price_wrap {
  background: #fde5eb;
  padding: 3% 4%;
}
.tvcm #shimi_10 .price_wrap p.price_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.tvcm #shimi_10 .price_wrap p.price_ttl_sub {
  font-size: 20px;
}
.tvcm #shimi_10 .price_wrap .price_txt {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tvcm #shimi_10 .price_wrap .price_txt p {
  font-size: 24px;
  font-weight: bold;
}
.tvcm #shimi_10 .price_wrap .price_txt p.price_num {
  font-size: 70px;
  font-weight: bold;
  margin-left: 50px;
  color: #e00867;
}
.tvcm #shimi_10 .price_wrap .price_txt p.price_num .yen {
  font-size: 36px;
}
.tvcm #shimi_10 .price_wrap .price_txt p.price_num .tax {
  font-size: 20px;
}
.tvcm #shimi_10 .jisseki {
  background: #faf7ef;
  padding: 3% 2%;
}
.tvcm #shimi_10 .price_wrap .price_txt.icon_pd {
  position: relative;
}
.tvcm #shimi_10 .price_wrap .price_txt.icon_pd::before {
  content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 16%;
	top: 50%;
	transform: translate(0, -50%);
	background: url(https://www.s-b-c-biyougeka.net/lp/ipl/images/price_icon02.png) center center/cover no-repeat;
}

@media screen and (max-width: 979px) {
  .tvcm #shimi_10 {
    padding: 0 0 10vw;
  }
  .tvcm #shimi_10 .anchor_ttl {
    padding: 4vw 0;
  }
  .tvcm #shimi_10 .anchor_ttl p {
    font-size: 4.5vw;
  }
  .tvcm #shimi_10 .shimi_10_content {
    margin: 0 3%;
    padding: 2% 3%;
  }
  .tvcm #shimi_10 .price_wrap p.price_ttl {
    font-size: 6vw;
  }
  .tvcm #shimi_10 .price_wrap p.price_ttl_sub {
    font-size: 3.6vw;
  }
  .tvcm #shimi_10 .price_wrap .price_txt {
    margin: 10px 0;
  }
  .tvcm #shimi_10 .price_wrap .price_txt p {
    font-size: 3.5vw;
  }
  .tvcm #shimi_10 .price_wrap .price_txt p.price_num {
    font-size: 10vw;
    margin-left: 20px;
  }
  .tvcm #shimi_10 .price_wrap .price_txt p.price_num .yen {
    font-size: 4.5vw;
  }
  .tvcm #shimi_10 .price_wrap .price_txt p.price_num .tax {
    font-size: 3vw;
  }
  .tvcm #shimi_10 .price_wrap .price_txt.icon_pd::before {
		width: 12vw;
		height: 12vw;
    right: 0;
    top: 50%;
	}
}

.tvcm #shimi_10 .shimi__detail {
	position: relative;
	padding: 20px;
}
.tvcm #shimi_10 .shimi__detail__wrap {
	padding: 30px;
	
}
.tvcm #shimi_10 h3.header__ttl {
  text-align: center;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 30px;
	background: linear-gradient(to right, transparent, #988575, #988575, #988575, transparent);
  background: #444;
  background: radial-gradient(circle, #505050 0%, #505050 40%, rgba(80,80,80,0) 100%);
	letter-spacing: 0.05em;
  font-size: 24px;
  font-weight: bold;
}
.tvcm #shimi_10 ul.feature__list li::before {
  background: url(../images/2406tvcm/check.png) left center no-repeat;
}
.tvcm #shimi_10 .content_rec {
  margin: 60px 0;
}
.tvcm #shimi_10 .content_rec .content_rec_ttl {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.tvcm #shimi_10 .content_shimi {
  padding: 40px 0;
}
.tvcm #shimi_10 .content_rec .rec_price li.icon_pd {
  position: relative;
}
.tvcm #shimi_10 .content_rec .rec_price li.icon_pd::before {
  content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 7%;
	bottom: 10%;
	background: url(https://www.s-b-c-biyougeka.net/lp/ipl/images/price_icon02.png) center center/cover no-repeat;
}

@media screen and (max-width: 979px) {
  .tvcm #shimi_10 .shimi__detail {
		padding: 0;
	}
	 .tvcm #shimi_10 .shimi__detail__wrap {
    padding: 10px;
	}
	.tvcm #shimi_10 h3.header__ttl {
		font-size: 4.5vw;
    margin-bottom: 20px;
	}
  .tvcm #shimi_10 ul.feature__list li {
    padding-left: 30px;
  }
  .tvcm #shimi_10 ul.feature__list li+li,
  .tvcm #shimi_10 ul.feature__list li+li+li+li {
    margin-top: 6px;
  }
  .tvcm #shimi_10 ul.feature__list li::before {
    background-size: 20px;
  }
  .tvcm #shimi_10 .content_rec {
    margin: 5vw 0;
  }
  .tvcm #shimi_10 .content_rec .content_rec_ttl {
    font-size: 5vw;
  }
  .tvcm #shimi_10 .content_shimi {
    padding: 4vw 0;
  }
  .tvcm #shimi_10 .content_rec .rec_price li.icon_pd::before {
    width: 9vw;
		height: 9vw;
    right: 1%;
    bottom: 8%;
  }
}

.tvcm .section_photo .inner {
  position: relative;
}
section.block__price .price__wrap > ul {
	width: 980px;
	margin: 0 auto
}
section.block__price .price__wrap > ul > li {
	text-align: center
}
section.block__price .price__wrap > ul > li + li {
	margin-top: 55px
}
section.block__price .price__wrap > ul > li .catch {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 15px
}
section.block__price .price__wrap > ul > li .bg {
	padding: 40px 50px 40px;
	background: #fff9fa
}
section.block__price .price__wrap > ul > li h3 {
	font-size: 46px;
	line-height: 1;
	text-align: center;
	margin: 0 0 20px
}
section.block__price .price__wrap > ul > li .menu_index {
	display: inline-flex;
	justify-content: center;
	position: relative
}
section.block__price .price__wrap > ul > li .menu_index .btn_shadow {
	width: 165px;
	height: 56px;
	filter: drop-shadow(9px 9px 7px rgba(158, 154, 154, 0.19));
	position: absolute;
	width: 185px;
	right: -210px;
	top: 50%;
	transform: translate(0, calc(-50% - 15px))
}
section.block__price .price__wrap {
	width: 980px;
	margin: 0 auto;
}
section.block__price .price__wrap > ul > li .container {
	padding: 35px 40px 40px;
	background: #fff;
	position: relative
}
section.block__price .price__wrap > ul > li .container + .menu_index {
	margin-top: 50px
}
section.block__price .price__wrap > ul > li .container .part {
	font-size: 26px;
	color: #f6558a;
	text-align: center;
	margin-bottom: 20px
}
section.block__price .price__wrap > ul > li .container > ul > li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #f6558a;
	text-align: right;
	padding: 0 40px
}
section.block__price .price__wrap > ul > li .container > ul > li + li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #f6558a
}
section.block__price .price__wrap > ul > li .container > ul > li .name {
	font-size: 20px;
	line-height: 1;
	margin-right: 20px
}
section.block__price .price__wrap > ul > li .container > ul > li .frame {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	line-height: 1.3;
	border: 1px solid #f6558a;
	padding: 4px 20px 3px;
	text-align: center;
	margin-right: 30px
}
section.block__price .price__wrap > ul > li .container > ul > li .time {
	font-size: 21px;
	margin: 0
}
section.block__price .price__wrap > ul > li .container > ul > li .price {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	padding: 0
}
section.block__price .price__wrap > ul > li .container > ul > li .price p {
	font-size: 85px;
	font-weight: bold;
	line-height: 1
}
section.block__price .price__wrap > ul > li .container > ul > li .price p > span {
	font-size: 45px;
	padding: 0 0 0 3px;
	position: relative
}
section.block__price .price__wrap > ul > li .container > ul > li .price p > span > span {
	font-size: 15px;
	position: absolute;
	right: 6px;
	bottom: 53px;
	white-space: nowrap
}
section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new, section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd {
	position: relative;
	padding: 0 0 0 90px
}
section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new::before, section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%)
}
section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new::before {
	background: url(../images/price_icon01.png) center center/cover no-repeat
}
section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd::before {
	background: url(../images/price_icon02.png) center center/cover no-repeat
}
section.block__price .price__wrap > ul > li .container > ul > li.hifuka {
	background: #f8f7f7;
	border: none;
	padding-top: 30px;
	padding-bottom: 30px
}
section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p {
	font-size: 60px
}
section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p > span {
	font-size: 35px;
	padding: 0 0 0 3px;
	position: relative
}
section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p > span > span {
	font-size: 13px;
	position: absolute;
	right: 2px;
	bottom: 45px;
	white-space: nowrap
}
section.block__price .price__wrap > ul > li .container > ul > li.new {
	background: #fff7de;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px
}
section.block__price .price__wrap > ul > li .container > ul > li.new + li {
	border: none;
	margin: 0
}
section.block__price .price__wrap > ul > li .container > ul > li.new .frame {
	border: none;
	background: #f6558a;
	color: #fff
}
section.block__price .price__wrap > ul > li .container.hifuka, section.block__price .price__wrap > ul > li .container.trial {
	background: #fff;
	padding: 25px 175px 25px 25px
}
section.block__price .price__wrap > ul > li .container.hifuka > ul > li .price, section.block__price .price__wrap > ul > li .container.trial > ul > li .price {
	min-width: 230px;
	margin-right: 15px
}
section.block__price .price__wrap > ul > li .container.hifuka > ul > li .price p, section.block__price .price__wrap > ul > li .container.trial > ul > li .price p {
	font-size: 60px
}
section.block__price .price__wrap > ul > li .container.hifuka > ul > li .price p > span, section.block__price .price__wrap > ul > li .container.trial > ul > li .price p > span {
	font-size: 30px
}
section.block__price .price__wrap > ul > li .container.hifuka > ul > li .price p > span > span, section.block__price .price__wrap > ul > li .container.trial > ul > li .price p > span > span {
	font-size: 11px;
	right: 2px;
	bottom: 37px
}
section.block__price .price__wrap > ul > li .container.trial {
	background: #f6558a
}
section.block__price .price__wrap > ul > li .container.trial ul li {
	color: #fff
}
section.block__price .price__wrap > ul > li .container.trial ul li .frame {
	border-color: #fff
}
section.block__price .price__wrap .menu_index {margin: 0 0 30px;}
section.block__price .price__wrap .menu_index h3 {margin: 0;}
section.block__price .price__wrap .menu_index .btn {
	position: absolute;
	right: -200px;
	top: 50%;
	transform: translate(0, -50%);
}
section.block__price .new_index {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 272px;
	height: 107px;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	color: #e00867;
	background: url("../images/price01.svg") center top/100% auto no-repeat;
	padding: 0 8px 7px 0;
	margin: 0 auto
}
section.block__price .new_text {
	font-size: 38px;
	font-weight: bold;
	color: #414040;
	text-align: center;
	margin: 10px 0 20px
}
section.block__price .new_text em {
	font-size: 46px;
	font-style: normal;
	line-height: 1.4;
	color: #e00867
}
@media only screen and (max-width: 979px) {
	section.block__price .price__wrap .menu_index {margin: 0 0 4vw;}
	section.block__price .price__wrap .menu_index .btn {
		width: 30vw;
		right: -32vw;
		transform: translate(0, -50%);
	}
	section.block__price .new_index {
		width: 35vw;
		height: 14vw;
		font-size: 6vw !important;
		padding: 0 0 1vw 0;
		margin: 0 auto !important
	}
	section.block__price .price__wrap > p {
		font-size: 4vw;
		margin: 0 0 3vw;
	}
	section.block__price .price__wrap {
		width: 100%;
	}
	section.block__price .price__wrap > ul {
		width: 95%
	}
	section.block__price .price__wrap > ul > li + li {
		margin-top: 6vw
	}
	section.block__price .price__wrap > ul > li .catch {
		font-size: 4vw;
		margin: 0 0 2vw
	}
	section.block__price .price__wrap > ul > li .bg {
		padding: 3vw 4vw 5vw
	}
	section.block__price .price__wrap > ul > li h3 {
		font-size: 4.5vw;
		margin: 0 0 4vw
	}
	section.block__price .price__wrap > ul > li .container {
		padding: 4vw
	}
	section.block__price .price__wrap > ul > li .container + .menu_index {
		margin-top: 6vw
	}
	section.block__price .price__wrap > ul > li .container .part {
		font-size: 4vw;
		margin-bottom: 3vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 5vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li + li {
		margin-top: 3vw;
		padding-top: 3vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .name {
		font-size: 4vw;
		margin-right: 2vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .frame {
		font-size: 3.5vw;
		padding: 0.5vw 2vw 0.4vw;
		margin-right: 3vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .time {
		font-size: 4vw;
		margin: 0
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price {
		width: 100%;
		justify-content: center;
		flex: inherit;
		padding: 3vw 0 0;
		color: #f6558a;
		font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price * {
		color: #f6558a;
		font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p {
		font-size: 12vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p > span {
		font-size: 6vw;
		padding: 0 0 0 0.5vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p > span > span {
		font-size: 2.5vw;
		right: 0;
		bottom: 7vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new, section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd {
		padding: 0 0 0 14vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new::before, section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd::before {
		width: 12vw;
		height: 12vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_new::before {
		background: url(../images/price_icon01.png) center center/cover no-repeat
	}
	section.block__price .price__wrap > ul > li .container > ul > li .price p.icon_pd::before {
		background: url(../images/price_icon02.png) center center/cover no-repeat
	}
	section.block__price .price__wrap > ul > li .container > ul > li.hifuka {
		padding-top: 3vw;
		padding-bottom: 3vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p {
		font-size: 10vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p > span {
		font-size: 5vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li.hifuka .price p > span > span {
		font-size: 2.5vw;
		right: 0;
		bottom: 6vw
	}
	section.block__price .price__wrap > ul > li .container > ul > li.new {
		padding-top: 3vw;
		padding-bottom: 3vw
	}
	section.block__price .price__wrap .new_text {
		font-size: 3.7vw !important;
		margin: 1.5vw 0 3vw
	}
	section.block__price .price__wrap .new_text em {
		font-size: 5vw
	}
}
p sup {
	top: -0.25em;
	padding-left: 3px;
	color: #f6558a;
}
section.block__price .price__wrap > ul > li .container .caution {
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	color: #000;
	line-height: 1.4;
	margin: 10px 0 0;
}
@media only screen and (max-width: 979px) {
	p sup {
		font-weight: bold;
		padding-left: 0.5vw;
	}
	section.block__price .price__wrap > ul > li .container .caution {
		font-size: 2.5vw;
		margin: 1vw 0 0;
	}
}






