.din {
  font-family: "din-2014", sans-serif;
}

#personal_grooming_page p {
  font-weight: 400;
}
#personal_grooming_page .container {
  width: 1120px;
  margin: 0 auto;
}
#personal_grooming_page .container_m {
  width: 1040px;
  margin: 0 auto;
}
#personal_grooming_page em, #personal_grooming_page strong, #personal_grooming_page small {
  font-style: normal;
}
#personal_grooming_page img {
  display: block;
  max-width: 100%;
}
#personal_grooming_page main {
  color: #000;
}
#personal_grooming_page a:link {
  color: #fff;
}

#top {
  height: 400px;
  background-color: #000;
}
#top .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url(../img/bg_top.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#top h1 {
  text-align: center;
}
#top h1 em {
  display: block;
  font-weight: 600;
  font-size: 29px;
  color: #BBA171;
}
#top h1 strong {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

#personal_grooming {
  padding-top: 67px;
}
#personal_grooming h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
#personal_grooming h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 1.3;
}
#personal_grooming h3 span {
  margin-right: 10px;
  font-weight: 700;
}
#personal_grooming .personal_grooming_point {
  margin-top: 41px;
  padding: 30px 40px 50px;
  background-color: #F5F5F5;
}
#personal_grooming .personal_grooming_point_main {
  margin-top: 36px;
}
#personal_grooming ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#personal_grooming .txt {
  padding-top: 35px;
  font-size: 18px;
  line-height: 1.8;
}
#personal_grooming li {
  width: calc((100% - 40px) / 2);
}
#personal_grooming li:first-child {
  width: 100%;
  margin-bottom: 72px;
}
#personal_grooming li:first-child h3 {
  text-align: center;
}
#personal_grooming li:first-child .personal_grooming_point_main {
  display: flex;
}
#personal_grooming li:first-child .img {
  width: calc((100% - 40px) / 2);
}
#personal_grooming li:first-child .txt {
  width: calc((100% - 40px) / 2);
  padding-top: 0;
  padding-left: 40px;
}

#set {
  padding-top: 79px;
}
#set .container {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background-color: #9CD7EF;
  background-image: url(../img/bg_newplan.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
#set .container > div {
  width: calc((100% - 40px) / 2);
}
#set h2 {
  color: #DE009A;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}
#set .ttl {
  margin-top: 15px;
}
#set .ttl em, #set .ttl strong, #set .ttl small {
  display: block;
  text-align: center;
}
#set .ttl em span {
  display: inline-block;
  padding: 7px 17px 9px;
  background-color: #DE009A;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
#set .ttl strong {
  margin-top: 5px;
  font-weight: 700;
  font-size: 46px;
  color: #001671;
}
#set .ttl small {
  margin-top: 10px;
  font-weight: 600;
  font-size: 26px;
  color: #001671;
}
#set .img_flex {
  display: flex;
  margin-top: 30px;
  padding-left: 16px;
}
#set .img_flex .img {
  width: 188px;
  flex: none;
}
#set .img_flex p {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1.44;
  color: #001671;
  text-align: center;
  white-space: nowrap;
}
#set h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
  background-color: #001671;
}
#set dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 18px;
}
#set dt, #set dd {
  padding: 12px 0;
  text-align: center;
}
#set dt {
  width: 124px;
  background-color: #001671;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#set dt.last_row {
  border-bottom: 1px solid #fff;
}
#set dd {
  background-color: #fff;
  color: #001671;
  border-top: 1px solid #001671;
  border-left: 1px solid #001671;
}
#set dd.last_row {
  border-bottom: 1px solid #001671;
}
#set .txt_01 {
  width: 112px;
}
#set .txt_02 {
  width: calc(100% - 124px - 112px);
  border-right: 1px solid #001671;
}

.ttl_common {
  text-align: center;
}
.ttl_common em {
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
}
.ttl_common strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
}
.ttl_common em + strong {
  margin-top: 8px;
}

#effect {
  padding-top: 72px;
}
#effect .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
#effect .flex > div {
  width: calc((100% - 40px) / 2);
}
#effect .img_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
#effect .txt {
  margin-top: 34px;
}
#effect .txt p {
  font-size: 18px;
  line-height: 1.8;
}
#effect .txt + .ttl_common {
  margin-top: 59px;
}

#parts {
  padding-top: 60px;
}
#parts .plan_list {
  margin-top: 36px;
}
#parts .plan_inner h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
#parts .plan_inner p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.8;
}

#merit {
  padding-top: 57px;
}
#merit ul {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
#merit li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: calc((100% - 80px) / 5);
  padding-bottom: 11px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#merit li:first-child {
  background-image: url(../img/bg_merit01.webp);
}
#merit li:nth-child(2) {
  background-image: url(../img/bg_merit02.webp);
}
#merit li:nth-child(3) {
  background-image: url(../img/bg_merit03.webp);
}
#merit li:nth-child(4) {
  background-image: url(../img/bg_merit04.webp);
}
#merit li:nth-child(5) {
  background-image: url(../img/bg_merit05.webp);
}
#merit li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
}
#merit p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}

#pain {
  padding-top: 71px;
}
#pain .txt_pain {
  padding-top: 31px;
  font-size: 18px;
  line-height: 1.8;
}
#pain .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#pain .flex > div {
  width: calc((100% - 40px) / 2);
}
#pain .txt h3 {
  font-weight: 700;
  font-size: 26px;
}
#pain dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
#pain dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  background-color: #BBA171;
  border-top: 1px solid #000;
  font-size: 18px;
  line-height: 1.6;
}
#pain dd {
  width: calc(100% - 127px);
  padding: 8px 5px 8px 14px;
  font-size: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  line-height: 1.6;
}
#pain .bg_gray {
  background-color: #D9D9D9;
  font-size: 18px;
  text-align: center;
}
#pain .notes {
  padding-top: 10px;
  font-size: 14px;
}

#plan {
  padding-top: 71px;
}
#plan ul {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
#plan li {
  width: calc((100% - 69px) / 4);
}
#plan .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  background-color: #053650;
}
#plan .ttl h3 {
  text-align: center;
}
#plan .ttl h3 strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #BAA171;
}
#plan .ttl h3 em {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
}
#plan .course {
  margin-top: 5px;
}
#plan .course .num {
  display: inline-block;
  padding: 7px 14px 4px;
  background-color: #053650;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
#plan .course_flex {
  display: flex;
  background-color: #053650;
}
#plan .course_flex .course_left {
  width: 152px;
  padding: 7px 0 5px;
  font-size: 32px;
  color: #BBA171;
  text-align: center;
}
#plan .course_flex .course_right {
  position: relative;
  width: calc(100% - 152px);
  padding: 7px 0 5px;
  text-align: center;
}
#plan .course_flex .course_right:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background-color: #fff;
  content: "";
}
#plan .course_num {
  font-weight: 600;
  font-size: 9px;
  text-align: center;
  color: #fff;
}
#plan .monthly {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  color: #fff;
}
#plan .monthly em {
  font-size: 9px;
}
#plan .monthly strong {
  font-size: 21px;
}
#plan .notes {
  padding-top: 11px;
  font-size: 11px;
  line-height: 1.6;
}
#plan .btn_wrapper {
  margin-top: 39px;
}

.btn_wrapper {
  display: flex;
  justify-content: center;
}
.btn_wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 100px;
  border-radius: 18px;
  background-color: #026EA8;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  background-image: url(../img/icon_arrow_btn.webp);
  background-repeat: no-repeat;
  background-size: 45px 9px;
  background-position: right 13px center;
  text-decoration: unset !important;
  text-align: center;
  line-height: 1.6;
  transition: 0.3s;
}
.btn_wrapper a:hover {
  opacity: 0.8;
}
.btn_wrapper a:visited {
  color: #fff;
  text-decoration: unset;
}

#qa {
  padding-top: 72px;
}
#qa .qa_list {
  margin-top: 36px;
}
#qa dl + dl {
  margin-top: 30px;
}
#qa dt {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #3C3A39;
  color: #fff;
  padding: 20px 0 22px 20px;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s;
}
#qa dt:hover {
  opacity: 0.8;
}
#qa dt:before {
  display: block;
  width: 52px;
  height: 59px;
  margin-right: 18px;
  background-image: url(../img/icon_q.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#qa dt span {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
#qa dt span:before, #qa dt span:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
}
#qa dt span:before {
  transform: translateY(-50%);
}
#qa dt span:after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
#qa dt.active span:after {
  transform: translateY(-50%);
}
#qa dd {
  display: none;
  padding-top: 22px;
}
#qa dd .ttl {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  font-size: 28px;
  color: #BBA171;
}
#qa dd .ttl:before {
  display: block;
  width: 52px;
  height: 53px;
  margin-right: 18px;
  background-image: url(../img/icon_a.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
}
#qa dd p {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}
#qa .btn_wrapper {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #personal_grooming_page .container {
    width: 92vw;
  }
  #personal_grooming_page .container_m {
    width: 92vw;
  }
  #top {
    height: 69.0666vw;
  }
  #top .container {
    width: 100%;
    background-image: url(../img/bg_top_sp.webp);
  }
  #top h1 em {
    font-size: 4.8vw;
  }
  #top h1 strong {
    margin-top: 1.3333vw;
    font-size: 5.8666vw;
  }
  #personal_grooming {
    padding-top: 8vw;
  }
  #personal_grooming .container {
    width: 100%;
  }
  #personal_grooming h2 {
    font-size: 5.3333vw;
  }
  #personal_grooming h3 {
    font-weight: 500;
    font-size: 4.2666vw;
    line-height: 1.4;
    text-align: center;
  }
  #personal_grooming h3 span {
    display: block;
    margin-right: 0;
    margin-bottom: 1.3333vw;
    text-align: center;
  }
  #personal_grooming .personal_grooming_point {
    margin-top: 6vw;
    padding: 2.6666vw 4vw 5.6vw;
  }
  #personal_grooming .personal_grooming_point_main {
    margin-top: 4.6666vw;
  }
  #personal_grooming ul {
    display: block;
  }
  #personal_grooming .txt {
    padding-top: 4.2666vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #personal_grooming li {
    width: 100%;
  }
  #personal_grooming li:first-child {
    margin-bottom: 0;
  }
  #personal_grooming li:first-child .personal_grooming_point_main {
    display: block;
  }
  #personal_grooming li:first-child .img {
    width: 100%;
  }
  #personal_grooming li:first-child .txt {
    width: 100%;
    padding-top: 4.2666vw;
    padding-left: 0;
  }
  #personal_grooming li + li {
    margin-top: 3.3333vw;
  }
  #set {
    padding-top: 10.6666vw;
  }
  #set .container {
    display: block;
    width: 100%;
    padding: 4.6666vw 4vw 5.3333vw;
    background-image: url(../img/bg_newplan_sp.webp);
    background-size: 100% auto;
    background-position: center top 12.5333vw;
  }
  #set .container > div {
    width: 100%;
  }
  #set h2 {
    font-size: 6.2666vw;
  }
  #set .ttl {
    margin-top: 15px;
  }
  #set .ttl em span {
    padding: 0.9333vw 2vw 1.2vw;
    background-color: #DE009A;
    color: #fff;
    font-weight: 600;
    font-size: 3.4666vw;
  }
  #set .ttl strong {
    margin-top: 1.3333vw;
    font-size: 7.7333vw;
  }
  #set .ttl small {
    margin-top: 1.3333vw;
    font-size: 3.2vw;
  }
  #set .img_flex {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2.6666vw;
    padding-left: 0;
  }
  #set .img_flex .img {
    width: 100%;
    margin-top: 2.9333vw;
  }
  #set .img_flex p {
    margin-left: 0;
    font-size: 3.2vw;
    line-height: 1.7;
  }
  #set h3 {
    height: 8.1333vw;
    margin-top: 4vw;
    font-size: 3.7333vw;
  }
  #set dl {
    margin-top: 4vw;
    font-size: 2.9333vw;
  }
  #set dt, #set dd {
    padding: 12px 0;
  }
  #set dt {
    width: 23.2vw;
  }
  #set .txt_01 {
    width: 22.6vw;
  }
  #set .txt_02 {
    width: calc(100% - 23.2vw - 22.6vw);
  }
  .ttl_common em {
    font-size: 3.4666vw;
    line-height: 1.4;
  }
  .ttl_common strong {
    font-size: 4.2666vw;
    line-height: 1.4;
  }
  .ttl_common em + strong {
    margin-top: 1.0666vw;
  }
  #effect {
    padding-top: 9.8666vw;
  }
  #effect .flex {
    display: block;
    margin-top: 4.8vw;
  }
  #effect .flex > div {
    width: 100%;
  }
  #effect .flex > div + div {
    margin-top: 4vw;
  }
  #effect .img_ttl {
    height: 8.1333vw;
    font-size: 4.2666vw;
  }
  #effect .txt {
    margin-top: 4.5333vw;
  }
  #effect .txt p {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #effect .txt + .ttl_common {
    margin-top: 7.7333vw;
  }
  #parts {
    position: relative;
    padding-top: 7.7333vw;
    overflow: hidden;
  }
  #parts .container {
    width: 100%;
  }
  #parts .plan_list {
    margin-top: 4.8vw;
  }
  #parts .plan_list,
  #parts .plan_inner_wrap {
    position: relative;
  }
  #parts .plan_inner h3 {
    height: 14.4vw;
    font-size: 6.6666vw;
  }
  #parts .plan_inner p {
    padding-top: 2vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #merit {
    padding-top: 8.6666vw;
  }
  #merit .container,
  #merit .container_m {
    width: 100%;
  }
  #merit ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 4.8vw;
  }
  #merit li {
    width: 28.8vw;
    margin: 0 1.4666vw 4.1333vw;
    padding-bottom: 2.1333vw;
  }
  #merit li:first-child {
    background-image: url(../img/bg_merit01_sp.webp);
  }
  #merit li:nth-child(2) {
    background-image: url(../img/bg_merit02_sp.webp);
  }
  #merit li:nth-child(3) {
    background-image: url(../img/bg_merit03_sp.webp);
  }
  #merit li:nth-child(4) {
    background-image: url(../img/bg_merit04_sp.webp);
  }
  #merit li:nth-child(5) {
    background-image: url(../img/bg_merit05_sp.webp);
  }
  #merit li div {
    height: 10.8vw;
  }
  #merit p {
    font-size: 2.6666vw;
  }
  #pain {
    padding-top: 15.3333vw;
  }
  #pain .txt_pain {
    padding-top: 3.8666vw;
    font-size: 3.2vw;
  }
  #pain .flex {
    display: block;
    margin-top: 2.9333vw;
  }
  #pain .flex > div {
    width: 100%;
  }
  #pain .flex > div + div {
    margin-top: 3.2vw;
  }
  #pain .txt h3 {
    margin-left: -2vw;
    font-size: 3.7333vw;
    text-align: left;
  }
  #pain dl {
    margin-top: 1.4666vw;
  }
  #pain dt {
    width: 23vw;
    font-size: 3.4666vw;
    line-height: 1.6;
  }
  #pain dd {
    width: calc(100% - 23vw);
    padding: 1.4666vw 0.8vw 1.4666vw 2.5333vw;
    font-size: 2.9333vw;
    line-height: 1.6;
  }
  #pain .bg_gray {
    background-color: #D9D9D9;
    font-size: 3.4666vw;
    text-align: center;
  }
  #pain .notes {
    padding-top: 1.3333vw;
    font-size: 2.6666vw;
  }
  #plan {
    padding-top: 8.1333vw;
  }
  #plan ul {
    margin-top: 4.4vw;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #plan li {
    width: calc((100% - 2.667vw) / 2);
  }
  #plan li:nth-child(n+3) {
    margin-top: 5.2vw;
  }
  #plan .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.1333vw;
    background-color: #053650;
  }
  #plan .ttl h3 strong {
    font-size: 4.2666vw;
  }
  #plan .ttl h3 em {
    display: none;
  }
  #plan .course {
    margin-top: 0.8vw;
  }
  #plan .course .num {
    padding: 0.9333vw 1.8666vw 0.5333vw;
    font-weight: 600;
    font-size: 3.2vw;
    border-radius: 1.3333vw 1.3333vw 0 0;
  }
  #plan .course_flex .course_left {
    width: 25vw;
    padding: 1.0666vw 0 0.4vw;
    font-size: 5.4666vw;
    color: #BBA171;
  }
  #plan .course_flex .course_right {
    width: calc(100% - 25vw);
    padding: 1.0666vw 0 0.4vw;
  }
  #plan .course_flex .course_right:before {
    height: 4.9333vw;
  }
  #plan .course_num {
    font-size: 2.2666vw;
  }
  #plan .monthly {
    margin-top: 0.2666vw;
  }
  #plan .monthly em {
    font-size: 2.2666vw;
  }
  #plan .monthly strong {
    font-size: 4vw;
  }
  #plan .notes {
    padding-top: 2.5333vw;
    font-size: 2.6666vw;
    line-height: 1.6;
  }
  #plan .btn_wrapper {
    margin-top: 5.0666vw;
  }
  .btn_wrapper a {
    width: 72vw;
    height: 14.8vw;
    border-radius: 2.4vw;
    background-color: #026EA8;
    font-weight: 600;
    font-size: 3.4666vw;
    background-size: 6.6666vw 1.3333vw;
    background-position: right 4.8vw center;
  }
  #qa {
    padding-top: 9.8666vw;
  }
  #qa .qa_list {
    margin-top: 4.8vw;
  }
  #qa dl + dl {
    margin-top: 4.2666vw;
  }
  #qa dt {
    padding: 1.3333vw 0 1.8666vw 2.6666vw;
    font-weight: 600;
    font-size: 3.7333vw;
    line-height: 1.5;
  }
  #qa dt:before {
    display: block;
    width: 6.9333vw;
    height: 7.8666vw;
    margin-right: 2.4vw;
    content: "";
  }
  #qa dt span {
    right: 2.5333vw;
    width: 4.2666vw;
    height: 4.2666vw;
  }
  #qa dt span:before, #qa dt span:after {
    width: 100%;
    height: 2px;
  }
  #qa dd {
    display: none;
    padding-top: 3.7333vw;
  }
  #qa dd .ttl {
    padding-left: 2.6666vw;
    font-weight: 600;
    font-size: 3.7333vw;
  }
  #qa dd .ttl:before {
    width: 6.9333vw;
    height: 7.0666vw;
    margin-right: 2.4vw;
  }
  #qa dd p {
    padding-top: 3.6vw;
    padding-bottom: 0;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  #qa .btn_wrapper {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list {
    overflow: visible;
  }
  .plan_inner {
    width: 78.8vw;
    margin-right: 5.733vw;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
  .swiper-button-prev {
    background: url("../img/icon_arrow_slide01.webp") no-repeat center/contain;
    width: 7.7333vw;
    height: 7.7333vw;
    left: 0;
  }
  .swiper-button-next {
    background: url("../img/icon_arrow_slide02.webp") no-repeat center/contain;
    width: 7.7333vw;
    height: 7.7333vw;
    right: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 34%;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  #parts .plan_inner_wrap {
    display: flex;
    justify-content: space-between;
  }
  #parts .plan_inner {
    width: calc((100% - 25px - 25px - 25px) / 4);
  }
  .for_sp {
    display: none !important;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */