@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* link
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
.container {
margin-right: auto;
margin-left: auto;
padding-right: 10px;
padding-left: 10px;
}
}

.my-title1 {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .my-title1 {
    margin-bottom: 20px;
  }
}

.my-title1 .title {
  background-color: #000;
  padding: 48px 10px;
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .my-title1 .title {
    padding: 15px 5px;
  }
}

.my-title1 .title .sub {
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.2em;
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .my-title1 .title .sub {
    font-size: 12px;
  }
}

.my-title1 .title .main {
  font-size: 55px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .my-title1 .title .main {
    font-size: 24px;
  }
}

.my-title1 .title .main sup {
  font-size: 10px;
  vertical-align: top;
}

.my-title1 .title .main .kerning {
  letter-spacing: 0.1em;
}

.my-title1 .title br.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .my-title1 .title br.sp {
    display: inline;
  }
}

.my-title1_large .title {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .my-title1_large .title {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

.my-title1_type2 .title .main {
  letter-spacing: 0.15em;
}

.my-title1 .container {
  max-width: 990px;
  margin: 10px auto 0;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .my-title1 .container {
    margin-top: 5px;
    padding-right: 45px;
    padding-left: 45px;
    line-height: 1.3;
    font-size: 10px;
  }
}

.my-title2 {
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  color: #c7025d;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 767px) {
  .my-title2 {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 767px) {
  .my-title2 .br {
    display: block;
  }
}

.my-title2 sup {
  font-size: 30%;
}

.my-title2 .kerning {
  letter-spacing: 0.25em;
}

@media only screen and (max-width: 767px) {
  .my-title2 .kerning {
    letter-spacing: 0.2em;
  }
}

.my-title3 {
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-title3 {
    margin-bottom: 20px;
  }
}

.my-title3 .title {
  color: #c7025d;
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .my-title3 .title {
    font-size: 19px;
  }
}

.my-title3 .sub {
  font-weight: bold;
  font-size: 32px;
}

@media only screen and (max-width: 767px) {
  .my-title3 .sub {
    margin-top: 6px;
    font-size: 14px;
  }
}

.my-movie {
  max-width: 755px;
  margin: 0 auto;
}

.my-movie .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.my-movie .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.my-acc .acc-btn {
  position: relative;
  z-index: 10;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-btn {
    max-width: 50vw;
    font-size: 13px;
  }
}

.my-acc .acc-btn a {
  display: block;
  background-color: #000;
  padding: 12px 10px 10px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-btn a {
    padding: 6px 10px;
    border-radius: 8px;
  }
}

.my-acc .acc-btn a:hover {
  opacity: 1;
  background-color: #4C4C4C;
}

.my-acc .acc-btn a:after {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_acc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0.18em;
  margin-left: 15px;
  vertical-align: top;
}

.my-acc .acc-btn a:after {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_acc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0.18em;
  margin-left: 15px;
  vertical-align: top;
}

/*.webp .jpg2000対応*/
.jpeg2000 （.my-acc .acc-btn a:after） {
    background: url(/assets/beauty/pao/images/i_acc.jpf);
}
.webp （.my-acc .acc-btn a:after） {
    background: url(/assets/beauty/pao/images/i_acc.webp);
}
.no-jpeg2000 （.my-acc .acc-btn a:after）,
.no-webp （.my-acc .acc-btn a:after） {
    background: url(/assets/beauty/pao/images/i_acc.png);
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-btn a:after {
    background-size: 10px auto;
    width: 10px;
    height: 10px;
    top: -0.1em;
    vertical-align: middle;
  }
}

.my-acc .acc-btn.on a:after {
  background-position: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-btn.on a:after {
    background-position: 0 -10px;
  }
}

.my-acc .acc-contents {
  border: solid 1px #91918f;
  max-width: 960px;
  margin: 0 auto 0;
  padding: 60px 0 80px;
  border-radius: 10px;
  position: relative;
  top: calc(-10px - 1.2em);
  z-index: 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-contents {
    top: calc(-10px - 0.5em);
    padding: 30px 10px 40px;
  }
}

.my-acc .acc-close {
  position: absolute;
  bottom: calc(-10px - 0.8em);
  left: 0;
  right: 0;
  z-index: 10;
  width: 440px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-close {
    width: 50vw;
    font-size: 13px;
  }
}

.my-acc .acc-close a {
  display: block;
  background-color: #000;
  padding: 12px 10px 10px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-close a {
    padding: 6px 10px;
    border-radius: 8px;
  }
}

.ieunder .my-acc .acc-close a {
  padding-top: 12px;
  padding-bottom: 8px;
}

.my-acc .acc-close a:hover {
  background-color: #4C4C4C;
  opacity: 1;
}

.my-acc .acc-close a:after {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 27px auto;
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
  top: 0.08em;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .my-acc .acc-close a:after {
    background-size: 12px auto;
    width: 12px;
    height: 12px;
  }
}

#buy {
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  #buy {
    padding-top: 30px;
  }
}

.my-buy {
  margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
  .my-buy {
    margin-bottom: 40px;
  }
}

.my-buy .logo {
  max-width: 280px;
  margin: 0 auto 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-buy .logo {
    max-width: 46vw;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.my-buy .point {
  max-width: 423px;
  margin: 0 auto 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-buy .point {
    max-width: 70vw;
    margin-bottom: 15px;
  }
}

.my-buy .about {
  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;
  max-width: 660px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  .my-buy .about {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
}

  .my-buy .about dl {
   width: 44%;
	  height:auto;
  }

@media only screen and (max-width: 767px) {
  .my-buy .about dl {
    margin-bottom: 20px;
	width:100%;
  }
}

.my-buy .about dt {
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .my-buy .about dt {
    font-size: 16px;
  }
}

.my-buy .about .image {
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .my-buy .about .txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .my-buy .about .balance .image {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .my-buy .about .pouch .image {
    max-width: 50vw;
  }
}

.my-buy .price {
  margin: 0 auto 50px;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .my-buy .price {
    max-width: 72vw;
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.my-buy .price .zei, .my-buy .price .small {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .my-buy .price .zei, .my-buy .price .small {
    font-size: 13px;
  }
}

.my-buy .item {
  max-width: 535px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-buy .item {
    max-width: 72vw;
  }
}

.my-buy .item li {
  margin-bottom: 20px;
}

.my-buy .item .image {
  text-align: center;
}

.my-buy .item .txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-buy .item .txt {
    font-size: 12px;
  }
}

.my-buy .item .btn-cart {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .my-buy .item .btn-cart {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.my-buy .btn-cart {
  max-width: 535px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-buy .btn-cart {
    max-width: 72vw;
  }
}

.my-buy .btn-cart a {
  display: block;
  padding: 30px 10px;
  border-radius: 14px;
  background-color: #c7025d;
  color: #fff;
  text-align: center;
  font-size: 40px;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
  .my-buy .btn-cart a {
    padding: 15px 10px;
    border-radius: 8px;
    font-size: 18px;
  }
}

.ieunder .my-buy .btn-cart a {
  padding-top: 30px;
  padding-bottom: 26px;
}

.my-buy .btn-cart_anc a:after {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_arrow_bottom.png);
  background-size: 38px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  width: 38px;
  height: 27px;
  position: relative;
  top: -0.05em;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .my-buy .btn-cart_anc a:after {
    background-size: 18px auto;
    width: 18px;
    height: 13px;
    margin-left: 8px;
  }
}

.my-buy .delivery,
.my-buy .spec {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-buy .delivery,
  .my-buy .spec {
    max-width: 22em;
  }
}

.my-buy .delivery {
  text-align: center;
  color: #fa0202;
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .my-buy .delivery {
    font-size: 14px;
  }
}

.my-buy .delivery:before {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_car.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px auto;
  display: inline-block;
  width: 30px;
  height: 23px;
  position: relative;
  top: 0.16em;
}

@media only screen and (max-width: 767px) {
  .my-buy .delivery:before {
    background-size: 18px auto;
    width: 18px;
    height: 14px;
  }
}

.my-buy .spec {
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .my-buy .spec {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
}

.my-buy .spec a {
  display: inline-block;
  text-decoration: none;
  color: #535353;
}

.my-buy .spec a span {
  text-decoration: underline;
}

.my-buy .spec a:after {
  content: "";
  background-image: url(/assets/beauty/pao/images/i_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 11px;
  display: inline-block;
  margin-left: 6px;
}

.my-buy .spec a:hover span {
  text-decoration: none;
}

.my-mainvisual {
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-mainvisual {
    margin-bottom: 25px;
  }
}

.my-mainvisual img {
  width: 100%;
}

.my-head {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .my-head {
    margin-bottom: 25px;
  }
}

.my-head .rakuten {
  margin-bottom: 34px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-head .rakuten {
    max-width: 60vw;
    margin: 0 auto 25px;
  }
}

.my-head .other {
  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;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 12px;
}

.my-head .other li {
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .my-head .other li {
    width: 45%;
    margin-bottom: 10px;
  }
}

.my-head .other .image {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.my-head .other .txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .my-head .other .txt {
    font-size: 10px;
    line-height: 1.3;
  }
}

.my-head-movie {
  margin-bottom: 70px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .my-head-movie {
    margin-bottom: 30px;
  }
}

.my-head-movie .caption {
  margin-top: 5px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
  .my-head-movie .caption {
    font-size: 14px;
  }
}

.my-training .problem,
.my-training .muscle,
.my-training .change,
.my-training .effect,
.my-training .mouth {
  margin-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  .my-training .problem,
  .my-training .muscle,
  .my-training .change,
  .my-training .effect,
  .my-training .mouth {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .problem .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.my-training .problem .case {
  margin-bottom: 30px;
}

.my-training .problem .case .image {
  margin: 0 auto 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .case .image {
    margin-bottom: 10px;
  }
}

.my-training .problem .case .txt {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .case .txt {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.my-training .problem .list {
  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;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .list {
    padding: 0 20px;
    display: block;
  }
}

.my-training .problem .list li {
  width: 30.3%;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .list li {
    width: auto;
    margin-bottom: 15px;
  }
}

.my-training .problem .list .title {
  margin-bottom: 5px;
  text-align: center;
  color: #c7025d;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .list .title {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}

.my-training .problem .list .image {
  margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
  .my-training .problem .list .image {
    max-width: 40vw;
  }
}

.my-training .problem .list .txt {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .my-training .muscle .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 19px;
  }
}

.my-training .muscle .parts {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-training .muscle .parts {
    margin-bottom: 15px;
  }
}

.my-training .muscle .parts-detail {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1%;
  margin-bottom: 20px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .my-training .muscle .parts-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.my-training .muscle .parts-detail dl {
  width: 49%;
}

.my-training .muscle .parts-detail dl.column01 {
  width: 100%;
}

.my-training .muscle .parts-detail dl dt {
  color: #c7025d;
  font-size: 17px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}

.my-training .muscle .parts-detail dl dd {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.my-training .muscle .about {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-training .change .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .change .list {
    padding: 0 5px;
  }
}

.my-training .change .list li:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.my-training .change .list .beforeafter {
  max-width: 590px;
  margin: 0 auto 26px;
  text-align: center;
}

.my-training .change .list .profile {
  max-width: 530px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile {
    padding: 0 5%;
  }
}

.my-training .change .list .profile .head {
  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;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .head {
    margin-bottom: 10px;
  }
}

.my-training .change .list .profile .head .image {
  max-width: 112px;
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .head .image {
    width: 24%;
  }
}

.my-training .change .list .profile .head .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 26px;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .head .detail {
    padding-left: 15px;
  }
}

.my-training .change .list .profile .head .catch {
  color: #c7025d;
  font-size: 31px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .head .catch {
    font-size: 16px;
  }
}

.my-training .change .list .profile .head .name {
  text-align: right;
  font-size: 27px;
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .head .name {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .change .list .profile .body {
    font-size: 14px;
    line-height: 1.5;
  }
}

.my-training .change .caution {
  max-width: 530px;
  margin: 10px auto 0;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .my-training .change .caution {
    padding: 0 calc(5px + 5%);
    font-size: 10px;
    line-height: 1.3;
  }
}

.my-training .effect .result {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto 64px;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .result {
    display: block;
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.my-training .effect .result .graf {
  max-width: 330px;
  width: 46%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .result .graf {
    margin: 0 auto 10px;
  }
}

.my-training .effect .result .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .result .detail {
    padding-left: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .effect .result .detail ul {
    font-size: 13px;
    line-height: 1.5;
  }
}

.my-training .effect .review {
  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;
  max-width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .review {
    display: block;
  }
}

.my-training .effect .review .image {
  max-width: 230px;
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .review .image {
    width: auto;
    max-width: none;
    margin-bottom: 15px;
  }
}

.my-training .effect .review .image ul li:not(:last-child) {
  margin-bottom: 15px;
  text-align: center;
}

.my-training .effect .review .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .review .detail {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.my-training .effect .review .detail ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #333;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .review .detail ul li:not(:last-child) {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.my-training .effect .review .detail ul .name {
  text-align: right;
}

.my-training .effect .review .detail .caution {
  margin-top: 20px;
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .my-training .effect .review .detail .caution {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 19px;
  }
}

.my-training .mouth .movie {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .movie {
    margin-bottom: 10px;
  }
}

.my-training .mouth .contents {
  max-width: 580px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .contents {
    padding: 0 15px;
  }
}

.my-training .mouth .contents .image {
  max-width: 510px;
  margin-bottom: 8px;
  text-align: center;
}

.my-training .mouth .contents .name {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .contents .name {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.my-training .mouth .contents .name span {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .contents .name span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .contents .txt {
    font-size: 14px;
  }
}

.my-training .mouth .contents .caution {
  text-align: right;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .my-training .mouth .contents .caution {
    font-size: 10px;
  }
}

.my-magazine {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .my-magazine {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .my-magazine .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 19px;
  }
}

.my-magazine .contents {
  max-width: 660px;
  margin: 0 auto;
}

.my-magazine .contents .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-magazine .contents .image {
    margin-bottom: 10px;
  }
}

.my-magazine .contents .txt {
  margin-bottom: 30px;
  line-height: 2.4;
}

@media only screen and (max-width: 767px) {
  .my-magazine .contents .txt {
    padding: 0 10px;
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
  }
}

.my-magazine .contents .caution {
  font-size: 11px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .my-magazine .contents .caution {
    padding: 0 10px;
    font-size: 10px;
  }
}

.my-testing {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .my-testing {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .my-testing .my-title2 {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 19px;
  }
}

.my-testing .movie {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .my-testing .movie {
    padding: 0 10px;
  }
}

.my-testing .profile {
  max-width: 760px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile {
    padding: 0 10px;
    margin-bottom: 25px;
  }
}

.my-testing .profile .inner {
  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;
}

.my-testing .profile .catch {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .catch {
    max-width: 12em;
    margin: 0 auto 20px;
    font-size: 16px;
  }
}

.my-testing .profile > .catch {
  display: none;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile > .catch {
    display: block;
  }
}

.my-testing .profile .image {
  width: 27%;
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .image {
    width: 24%;
    max-width: none;
  }
}

.my-testing .profile .detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 60px;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .detail {
    padding-left: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .detail .catch {
    display: none;
  }
}

.my-testing .profile .detail .name {
  margin-bottom: 5px;
  font-size: 29px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .detail .name {
    font-size: 16px;
  }
}

.my-testing .profile .detail .job {
  font-size: 23px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .my-testing .profile .detail .job {
    font-size: 11px;
  }
}

.my-testing .more .detail {
  max-width: 600px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 767px) {
  .my-testing .more .detail {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .my-testing .more .detail .txt {
    font-size: 13px;
  }
}

.my-testing .more .detail .caution {
  margin-top: 15px;
  text-align: right;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .my-testing .more .detail .caution {
    font-size: 10px;
  }
}

.my-testing .more .image {
  max-width: 530px;
  margin: 0 auto 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-testing .more .image {
    margin-bottom: 20px;
  }
}

.my-testing .more .document {
  text-align: center;
  padding: 0 20px;
}

.my-balance {
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .my-balance {
    margin-bottom: 30px;
  }
}

.my-balance .mainvisual {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-balance .mainvisual {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}

.my-balance .about {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 840px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-balance .about {
    display: block;
    padding: 0 10px;
  }
}

.my-balance .about .image {
  width: 66%;
  max-width: 553px;
}

@media only screen and (max-width: 767px) {
  .my-balance .about .image {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

.my-balance .about .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .my-balance .about .txt {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.my-tech .head {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .my-tech .head {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.my-tech .head .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .head .image {
    margin-bottom: 5px;
  }
}

.my-tech .head .catch {
  margin-bottom: 30px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .head .catch {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.my-tech .head .txt {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .my-tech .head .txt {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .my-tech .head .txt .pc {
    display: none;
  }
}

.my-tech .head .change {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .head .change {
    padding: 0 20px;
  }
}

.my-tech section:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .my-tech section:not(:last-child) {
    margin-bottom: 30px;
  }
}

.my-tech .item {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .my-tech .item {
    margin: 10px 0 30px;
  }
}

.my-tech .item .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .item .image {
    margin-bottom: 10px;
  }
}

.my-tech .item .txt {
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .my-tech .item .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.my-tech .about,
.my-tech .figure,
.my-tech .howto,
.my-tech .plus {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.my-tech .about {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .my-tech .about {
    margin-bottom: 20px;
  }
}

.my-tech .about .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .about .image {
    margin-bottom: 5px;
  }
}

.my-tech .about .txt {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .my-tech .about .txt {
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.5;
  }
  .my-tech .about .txt br {
    display: none;
  }
}

.my-tech .figure {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .my-tech .figure {
    margin-bottom: 20px;
  }
}

.my-tech .figure .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .figure .image {
    margin-bottom: 5px;
  }
}

.my-tech .figure .caution {
  text-align: right;
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .my-tech .figure .caution {
    font-size: 10px;
  }
}

.my-tech .howto {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .my-tech .howto {
    margin-bottom: 20px;
  }
}

.my-tech .howto .image {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .howto .image {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .my-tech .howto .txt {
    font-size: 14px;
  }
}

.my-tech .plus .title {
  padding-left: 20px;
  margin-bottom: -10px;
  line-height: 0;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus .title {
    max-width: 160px;
    padding-left: 15px;
    margin-bottom: -4px;
  }
}

.my-tech .plus .body {
  border: solid 1px #000;
  border-radius: 20px;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus .body {
    padding: 15px 0;
    border-radius: 15px;
  }
}

.my-tech .plus dl {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus dl {
    padding: 0 15px;
  }
}

.my-tech .plus dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus dl dt {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.my-tech .plus dl dd {
  font-size: 21px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus dl dd {
    font-size: 14px;
  }
}

.my-tech .plus .image {
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-tech .plus .image {
    padding: 0 15px;
  }
}

.my-qa {
  margin-bottom: 90px;
	margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .my-qa {
    padding: 0 10px;
    margin-top: 60px;
  }
}

.my-qa .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  letter-spacing: 0.18em;
}

@media only screen and (max-width: 767px) {
  .my-qa .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.my-qa .list {
  max-width: 680px;
  margin: 0 auto;
}

.my-qa .list > dt {
  border-top: dotted 2px #808080;
  font-size: 19px;
}

@media only screen and (max-width: 767px) {
  .my-qa .list > dt {
    font-size: 13px;
  }
}


/*.my-qa .list > dt a {
  position: relative;
  display: block;
  padding: 30px 60px 25px 70px;
  background-image: url(/assets/beauty/pao/images/i_q.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #c7025d;
  text-decoration: none;
}*/

/*.webp .jpg2000対応*/
.webp .my-qa .list > dt a {
  position: relative;
  display: block;
  padding: 30px 60px 25px 70px;
  background: url(../../pao/images/i_q.webp) no-repeat ;
  color: #c7025d;
  text-decoration: none;
}

.jpeg2000 .my-qa .list > dt a {
  position: relative;
  display: block;
  padding: 30px 60px 25px 70px;
  background: url(../../pao/images/i_q.jpf)no-repeat ;
  color: #c7025d;
  text-decoration: none;
}

.no-jpeg2000 .my-qa .list > dt a,
.no-webp .my-qa .list > dt a {
  position: relative;
  display: block;
  padding: 30px 60px 25px 70px;
  background: url(../../pao/images/i_q.png)no-repeat left center;
  color: #c7025d;
  text-decoration: none;
}


@media only screen and (max-width: 767px) {
  .my-qa .list > dt a {
    padding: 15px 30px;
    background-size: 20px auto;
    line-height: 1.5;
  }
/*.webp .jpg2000対応*/
.webp .my-qa .list > dt a {
  background: url(../../pao/images/i_q.webp) no-repeat left center;
    padding: 15px 30px;
    background-size: 20px auto;
    line-height: 1.5;
}

.jpeg2000 .my-qa .list > dt a {
  background: url(../../pao/images/i_q.jpf)no-repeat left center;
    padding: 15px 30px;
    background-size: 20px auto;
    line-height: 1.5;
}

.no-jpeg2000 .my-qa .list > dt a,
.no-webp .my-qa .list > dt a {
  background: url(../../pao/images/i_q.png)no-repeat left center;
    padding: 15px 30px;
    background-size: 20px auto;
    line-height: 1.5;
}
}

.my-qa .list > dt a:after {
  content: "";
  /*background-image: url(/assets/beauty/pao/images/i_qa.png);*/
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

/*.webp .jpg2000対応*/
.webp .my-qa .list > dt a:after  {
  background: url(../../pao/images/i_qa.webp) no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.jpeg2000 .my-qa .list > dt a:after  {
  background: url(../../pao/images/i_qa.jpf) no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.no-jpeg2000 .my-qa .list > dt a:after,
.no-webp .my-qa .list > dt a:after{
  background: url(../../pao/images/i_qa.png) no-repeat;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .my-qa .list > dt a:after {
    right: 0;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
  }
.webp .my-qa .list > dt a:after  {
  background: url(../../pao/images/i_qa.webp) no-repeat;
  right: 0;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.jpeg2000 .my-qa .list > dt a:after  {
  background: url(../../pao/images/i_qa.jpf) no-repeat;
  right: 0;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}

.no-jpeg2000 .my-qa .list > dt a:after,
.no-webp .my-qa .list > dt a:after{
  background: url(../../pao/images/i_qa.png) no-repeat;
  right: 0;
  background-size: 15px auto;
  width: 15px;
  height: 15px;
}
}

.my-qa .list > dt.on a:after {
  background-position: 0 -24px;
}

@media only screen and (max-width: 767px) {
  .my-qa .list > dt.on a:after {
    background-position: 0 -15px;
  }
}

.my-qa .list > dd {
  padding: 0 60px 20px 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .my-qa .list > dd {
    padding: 0 30px 10px 0;
    line-height: 1.5;
    font-size: 10px;
  }
}

.my-qa .list > dd .inner {
  background-image: url(/assets/beauty/pao/images/i_a.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .my-qa .list > dd .inner {
    padding-left: 30px;
    background-size: 20px auto;
    font-size: 14px;
  }
}

.my-qa .movie-list {
  padding-left: 70px;
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .my-qa .movie-list {
    padding-left: 30px;
    margin-top: 20px;
  }
}

.my-qa .movie-list dt {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .my-qa .movie-list dt {
    font-size: 14px;
  }
}

.my-qa .movie-list dd:not(:last-child) {
  margin-bottom: 15px;
}

.my-qa .movie-list dd .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.my-qa .movie-list dd .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.my-publication {
  margin: 30px 0 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-publication {
    padding: 0 20px;
    margin: 20px 0 10px;
  }
}

.my-foot-mainvisual {
  margin: 30px 0 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .my-foot-mainvisual {
    padding: 0 20px;
    margin: 0;
  }
}


