/*
================================================================

  下層ページ共通

================================================================
*/
#mainv.sv {
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 100px;
  background: url(../img/under/bg_sv.jpg) no-repeat top center;}
#mainv.sv:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -40px;
  width: 600px;
  height: 207px;
  margin-top: -105px;
  background: url(../img/top/bg_price.png) no-repeat center / contain;}
#mainv.sv h1 {
  position: relative;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  letter-spacing: .07em;
  z-index: 2;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#mainv.sv {
  height: 400px;
  margin-bottom: 100px;
  background-image: url(../img/under/bg_sv_sp.jpg);
  background-size: 100% auto;}
#mainv.sv:before {
  top: auto;
  right: -80px;
  bottom: 0;
  margin-top: 0;}}


/*
================================================================

  下層ページ：アーティスト紹介

================================================================
*/
.artist-01 {
  position: relative;}
.artist-01 .flex {
  display: flex;
  justify-content: space-between;}
.artist-01 .flex .left {
  width: 300px;}
.artist-01 .flex .left figure {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);}
.artist-01 .flex .left figure:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272F88;
  z-index: 1;
  transform: rotateZ(3deg);}
.artist-01 .flex .left figure span {
  position: relative;
  z-index: 2;}
.artist-01 .flex .left .p02 {
  margin-top: 30px;}
.artist-01 .flex .left .p02 table,
.artist-01 .flex .left .p02 table tbody,
.artist-01 .flex .left .p02 table tr,
.artist-01 .flex .left .p02 table th,
.artist-01 .flex .left .p02 table td {
  display: block;}
.artist-01 .flex .left .p02 table {
  width: 100%;
  line-height: 1.5;
  font-size: 15px;}
.artist-01 .flex .left .p02 table th {
  width: 100%;
  font-weight: 600;
  text-align: center;
  background-color: #272F88;
  padding: 8px 0;
  color: #fff;}
.artist-01 .flex .left .p02 table td {
  padding: 8px 0;
  text-align: center;}
.artist-01 .flex .right .p04 {
  margin-top: 30px;}
.artist-01 .flex .right .p04 ul.case {
  display: flex;
  flex-wrap: wrap;}
.artist-01 .flex .right .p04 ul.case li {
  width: 23.8%;
  margin-top: 12px;}
.artist-01 .flex .right .p04 ul.case li + li {
  margin-left: 1.6%;}
.artist-01 .flex .right .p04 ul.case li:nth-child(4n+1) {
  margin-left: 0;}
.artist-01 .flex .right .p04 ul.case li:nth-child(-n+4) {
  margin-top: 0;}
.artist-01 .flex .right {
  flex: 1;
  margin-left: 60px;}
.artist-01 .flex .right .p01 p {
  font-size: 16px;
  line-height: 1.8;}
.artist-01 .flex .right .p03 {
  margin-top: 10px;}
.artist-01 .flex .right .p03 .link {
  position: relative;
  text-align: right;}
.artist-01 .flex .right .p03 .link:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #272F88;
  z-index: 1;}
.artist-01 .flex .right .p03 .link a {
  position: relative;
  display: inline-block;
  padding: 12px 20px 12px 45px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: auto 50%;
  background-image: url(../img/top/insta_artist.png);
  border-radius: 100vh;
  background-color: #272F88;
  font-weight: 600;
  color: #fff;
  z-index: 2;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.artist-01 {
  margin-top: -50px;}
.artist-01 h2 {
  text-align: center;}
.artist-01 .flex {
  flex-direction: column;
  padding: 0 30px;}
.artist-01 .flex .left {
  width: 100%;
  text-align: center;}
.artist-01 .flex .left figure {
  width: 500px;
  margin: 0 auto;}
.artist-01 .flex .left figure {
  box-shadow: 0 0 3vw rgba(0, 0, 0, .15);}
.artist-01 .flex .left figure:after {
  transform: rotateZ(5deg);}
.artist-01 .flex .left figure span {
  position: relative;
  z-index: 2;}
.artist-01 .flex .right {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;}
.artist-01 .flex .right .p01 p {
  margin-top: 20px;
  font-size: 22px;
  line-height: 2.0;}
.artist-01 .flex .left .p02 {
  margin-top: 50px;}
.artist-01 .flex .left .p02 table {
  display: table;}
.artist-01 .flex .left .p02 table tbody {
  display: table-row-group;}
.artist-01 .flex .left .p02 table tr {
  display: table-row;}
.artist-01 .flex .left .p02 table th,
.artist-01 .flex .left .p02 table td {
  display: table-cell;}
.artist-01 .flex .left .p02 table {
  width: 100%;
  line-height: 1.5;
  font-size: 22px;}
.artist-01 .flex .left .p02 table tr + tr th {
  border-top: 1px solid #fff;}
.artist-01 .flex .left .p02 table tr + tr td {
  border-top: 1px solid #eee;}
.artist-01 .flex .left .p02 table th {
  width: 35%;
  padding: 15px 0;}
.artist-01 .flex .left .p02 table td {
  padding: 15px 0;}
.artist-01 .flex .right .p04 {
  margin-top: 50px;}
.artist-01 .flex .right .p04 ul.case {
  justify-content: space-between;
  margin-top: 30px;}
.artist-01 .flex .right .p04 ul.case li {
  width: 49%;
  margin-top: 10px;}
.artist-01 .flex .right .p04 ul.case li + li {
  margin-left: 0;}
.artist-01 .flex .right .p04 ul.case li:nth-child(-n+4) {
  margin-top: 10px;}
.artist-01 .flex .right .p04 ul.case li:nth-child(-n+2) {
  margin-top: 0;}
.artist-01 .flex .right .p03 {
  margin-top: 50px;}
.artist-01 .flex .right .p03 .link {
  text-align: center;}
.artist-01 .flex .right .p03 .link a {
  padding: 22px 35px 22px 80px;
  background-position: left 30px center;
  background-size: auto 50%;
  font-size: 24px;}
}









/*
================================================================

  下層ページ：スクール

================================================================
*/
.school-01 {
  position: relative;}
.school-01 h2 {
  text-align: center;}
.school-01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;}
.school-01 ul li {
  width: 30%;
  margin-top: 40px;
  text-align: center;}
.school-01 ul li:nth-child(-n+3) {
  margin-top: 0;}
.school-01 ul li figure {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 8px 8px 20px rgba(42, 47, 102, .1);}
.school-01 ul li figure img {
  width: auto;
  height: 50px;}
.school-01 ul li h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.6;}
.school-01 ul li p {
  margin-top: 15px;
  text-align: left;
  line-height: 1.8;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-01 {
  padding: 0 30px;}
.school-01 ul {
  margin-top: 40px;}
.school-01 ul li {
  width: 48%;
  margin-top: 50px;}
.school-01 ul li:nth-child(-n+3) {
  margin-top: 50px;}
.school-01 ul li:nth-child(-n+2) {
  margin-top: 0;}
.school-01 ul li figure {
  width: 200px;
  height: 200px;}
.school-01 ul li figure img {
  height: 60px;}
.school-01 ul li h3 {
  font-size: 24px;}
.school-01 ul li p {
  margin-top: 15px;
  font-size: 20px;}}

.school-02 {
  background: none;}
.school-02 .box {
  margin-top: 60px;}
.school-02 .box h3 {
  text-align: center;
  font-size: 22px;}
.school-02 .box > div {
  margin-top: 30px;
  padding: 50px 80px;
  background: #F2F3F8;}
.school-02 .box > div .flex {
  display: flex;
  justify-content: space-between;}
.school-02 .box > div .flex h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 18px;}
.school-02 .box > div .flex .left {
  width: 400px;}
.school-02 .box > div .flex .left ul li {
  position: relative;
  display: flex;
  padding-left: 1.2em;
  font-size: 15px;}
.school-02 .box > div .flex .left ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #272F88;}
.school-02 .box > div .flex .left ul li + li {
  margin-top: 20px;}
.school-02 .box > div .flex .left ul li span {
  flex: 1;}
.school-02 .box > div .flex .right {
  flex: 1;
  margin-left: 40px;}
.school-02 .box > div .flex .right .txt {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;}
.school-02 .box > div .flex .right .txt span {
  margin-left: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #272F88;
  font-size: 16px;
  color: #fff;}
.school-02 .box > div .flex .right .txt span i {
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;}
.school-02 .box > div .flex .right .outline {
  margin-top: 10px;
  padding: 20px 30px;
  background: #fff;
  line-height: 1.8;}
.school-02 .box > div .flex .right .outline span {
  display: inline-block;
  position: relative;
  padding-left: 2em;}
.school-02 .box > div .flex .right .outline span:before {
  content: '例）';
  position: absolute;
  top: 0;
  left: 0;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-02 {
  margin-top: 150px;
  padding-bottom: 100px;}
.school-02 .box h3 {
  font-size: 30px;}
.school-02 .box > div {
  padding: 50px;}
.school-02 .box > div .flex {
  display: block;}
.school-02 .box > div .flex h4 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;}
.school-02 .box > div .flex .left {
  width: 100%;}
.school-02 .box > div .flex .left ul li {
  padding-left: 1em;
  font-size: 22px;}
.school-02 .box > div .flex .left ul li:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.school-02 .box > div .flex .left ul li + li {
  margin-top: 30px;}
.school-02 .box > div .flex .right {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;}
.school-02 .box > div .flex .right .txt {
  font-size: 22px;}
.school-02 .box > div .flex .right .txt span {
  font-size: 26px;}
.school-02 .box > div .flex .right .txt span i {
  font-size: 20px;}
.school-02 .box > div .flex .right .outline {
  margin-top: 20px;
  padding: 30px;
  font-size: 20px;}}

.school-03 {
  margin-top: 0;}

.school-04 {
  margin-top: 100px;}
.school-04 h2 {
  text-align: center;}
.school-04 h3 {
  margin-bottom: 30px;
  padding: 10px;
  background: #F5F5F5;
  font-size: 18px;}
.school-04 h3 span {
  display: inline-block;
  border-left: 5px solid #3C4393;
  padding: 10px 10px 10px 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-04 {
  margin-top: 30px;
  padding: 0 30px;}
.school-04 h3 {
  margin-bottom: 40px;
  padding: 10px;
  font-size: 24px;}}

.school-04 .course-flex {
  display: flex;
  justify-content: space-between;}
.school-04 .course-flex > div {
  width: 32%;}
.school-04 .course-flex .title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.2em;
  font-size: 16px;
  font-weight: 700;}
.school-04 .course-flex .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #272F88;}
.school-04 .course-flex ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;}
.school-04 .course-flex ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.school-04 .course-flex ul li + li {
  margin-top: 5px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-04 .course-flex {
  display: block;
  padding: 0 20px;}
.school-04 .course-flex > div {
  width: 100%;}
.school-04 .course-flex > div + div {
  margin-top: 50px;}
.school-04 .course-flex .title {
  padding-left: 1em;
  margin-bottom: 20px;
  font-size: 24px;}
.school-04 .course-flex .title:before {
  width: 10px;
  height: 10px;
  margin-top: -5px;}
.school-04 .course-flex ul li {
  font-size: 22px;
  line-height: 1.6;}
.school-04 .course-flex ul li + li {
  margin-top: 8px;}}

.school-04 .schedule-flex {
  position: relative;
  display: flex;
  justify-content: space-between;}
.school-04 .schedule-flex:before {
  content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  width: 800px;
  height: 2px;
  margin-left: -400px;
  background: #B4B7D5;
  z-index: -1;}
.school-04 .schedule-flex > div {
  width: 32%;}
.school-04 .schedule-flex > div .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #B4B7D5;
  border-radius: 100%;
  font-weight: 700;
  color: #3C4393;}
.school-04 .schedule-flex > div .circle span {
  margin-bottom: 10px;
  font-size: 18px;}
.school-04 .schedule-flex > div .txt-box {
  display: flex;
  margin-top: 30px;}
.school-04 .schedule-flex > div .txt-box p {
  margin-right: 20px;
  font-weight: 700;}
.school-04 .schedule-flex > div .txt-box ul {
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid #D8D8D8;}
.school-04 .schedule-flex > div .txt-box ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;}
.school-04 .schedule-flex > div .txt-box ul li:before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
.school-04 .schedule-flex > div .txt-box ul li + li {
  margin-top: 5px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-04 .schedule-flex {
  padding-bottom: 50px;
  overflow-x: scroll;}
.school-04 .schedule-flex:before {
  top: 120px;
  width: 150%;
  margin-left: 0;}
.school-04 .schedule-flex > div {
  flex-shrink: 0;
  width: 65%;}
.school-04 .schedule-flex > div + div {
  margin-left: 50px;}
.school-04 .schedule-flex > div .circle {
  width: 240px;
  height: 240px;
  font-size: 22px;}
.school-04 .schedule-flex > div .circle span {
  margin-bottom: 15px;
  font-size: 26px;}
.school-04 .schedule-flex > div .txt-box {
  margin-top: 40px;
  font-size: 22px;}
.school-04 .schedule-flex > div .txt-box p {
  margin-right: 30px;}
.school-04 .schedule-flex > div .txt-box ul {
  padding-left: 30px;}
.school-04 .schedule-flex > div .txt-box ul li + li {
  margin-top: 8px;}}


.school-04 .period-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 2px solid #B4B7D5;}
.school-04 .period-flex > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14%;
  height: 168px;
  border-radius: 100%;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;}
.school-04 .period-flex > div:nth-child(odd) {
  position: relative;
  background: #F2F3F8;
  font-size: 18px;}
.school-04 .period-flex > div:nth-child(odd):before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 100%;
  background: #272F88;}
.school-04 .period-flex > div:nth-child(odd):after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #F2F3F8 transparent transparent transparent;}
.school-04 .period-flex + p {
  margin-top: 10px;
  line-height: 2.0;
  font-weight: 700;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.school-04 .period-flex {
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 50px;}
.school-04 .period-flex > div {
  flex-shrink: 0;
  width: 40%;
  height: 232px;
  font-size: 22px;}
.school-04 .period-flex > div:nth-child(odd) {
  font-size: 24px;}
.school-04 .period-flex > div:nth-child(odd):before {
  bottom: -60px;
  width: 20px;
  height: 20px;
  margin-left: -10px;}
.school-04 .period-flex > div:nth-child(odd):after {
  bottom: -15px;
  margin-left: -10px;
  border-width: 20px 10px 0 10px;}
.school-04 .period-flex + p {
  margin-top: 20px;
  font-size: 20px;}}

.tabs {
  width: 100%;
  margin-top: 40px;}
.tabs .flex {
  position: sticky;
  top: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  z-index: 2;}
.tabs .box {
  margin-top: 30px;}
.tab_item {
  display: block;
  width: 24%;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #A0A3B7;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .05);
  background-color: #fff;
  cursor: pointer;}
input[name="tab_item"] {
  pointer-events: none;
  display: none;}
.tab_content {
  display: none;
  overflow: hidden;}
.tab_content > div + div {
  margin-top: 60px;}
#eyebrow:checked ~ .box #eyebrow_content,
#lip:checked ~ .box #lip_content,
#eyeliner:checked ~ .box #eyeliner_content,
#hairline:checked ~ .box #hairline_content {
  display: block;}
.tabs #eyebrow:checked ~ .flex .eyebrow,
.tabs #lip:checked ~ .flex .lip,
.tabs #eyeliner:checked ~ .flex .eyeliner,
.tabs #hairline:checked ~ .flex .hairline {
  background-color: #3C4393;
  color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.tabs .flex {
  width: 640px;
  margin: 0 -30px;
  top: 0;
  background: #fff;}
.tabs .box {
  margin-top: 50px;}
.tab_item {
  width: 25%;
  padding: 30px 0;
  border-radius: 0;
  font-size: 22px;}
.tab_content > div + div {
  margin-top: 80px;}
.tab_content > div + div.toku {
  margin-top: 30px;}}


/*
================================================================

  記事：カテゴリページ

================================================================
*/

/*
================================================================

  記事：詳細ページ

================================================================
*/