/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.fswrapper {
  background-color: #D9D9D9;
}

#open_header {
  display: none;
}

.appeal__simpleplan, #common_footer {
  display: none;
}

header.pm__header {
  padding: 60px 20px;
  /*margin-top: 68px;
  @media screen and (max-width:942px) {
      margin-top: 92px;
  }
  @media screen and (max-width:650px) {
      margin-top: 68px;
  }*/
}
header.pm__header nav ul {
  display: flex;
  justify-content: flex-end;
}
header.pm__header nav ul li {
  list-style: none;
}
header.pm__header nav ul li a {
  display: block;
  padding: 10px 13px;
  color: #111111;
  text-decoration: none;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.1px;
}

.fv {
  padding: 98px 10vw 162px 10vw;
  text-align: left;
}
.fv .fv__logo {
  max-width: 690px;
  width: 100%;
}
.fv .fv__copy {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
  padding: 42px 0 22px 0;
  letter-spacing: 1px;
}
.fv .fv__description {
  max-width: 450px;
  font-size: 10px;
  line-height: 1.85;
  font-family: "Jost", sans-serif;
  letter-spacing: 1px;
}

#pages__models {
  display: flex;
  text-align: left;
}
#pages__models .pages__models__left {
  padding: 0 3vw;
  min-width: calc(6vw + 14px);
}
#pages__models .pages__models__left .ttl__models {
  width: 14px;
}
#pages__models .list__models {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#pages__models .list__models li {
  list-style: none;
  width: 20%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #pages__models .list__models li {
    width: 25%;
  }
}
@media screen and (max-width: 780px) {
  #pages__models .list__models li {
    width: 33.3333333%;
  }
}
@media screen and (max-width: 520px) {
  #pages__models .list__models li {
    width: 50%;
  }
}
#pages__models .list__models li a {
  color: #111111;
  text-decoration: none;
}
#pages__models .list__models li .model__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 22px 42px 12px;
}
#pages__models .list__models li .model__meta .model__name {
  font-weight: normal;
  line-height: 1.3;
  font-size: 17px;
}
#pages__models .list__models li .model__meta .model__ename {
  font-weight: normal;
  color: #9F9F9F;
  display: block;
  font-size: 11px;
  line-height: 1.3;
}
#pages__models .list__models li .model__meta .model__profiletext {
  padding-top: 10px;
  line-height: 1.75;
  font-size: 13px;
  width: 100%;
  text-align: justify;
}
#pages__models .list__models li .model__meta .model__links {
  min-width: 18px;
}
#pages__models .list__models li .model__meta .model__links li {
  width: 100%;
}
#pages__models .list__models li .model__meta .model__links li .icn__composite {
  display: block;
  width: 18px;
}

.common__wrap {
  display: flex;
  max-width: 1280px;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  .common__wrap {
    display: block;
  }
}
.common__wrap .common__imgSide {
  padding: 30px 30px;
  width: calc(100% - 60px);
  max-width: 600px;
}
@media screen and (max-width: 650px) {
  .common__wrap .common__imgSide {
    width: 100%;
    padding: 30px 0;
  }
}
.common__wrap .common__copySide {
  max-width: 440px;
  width: calc(100% - 60px);
  text-align: left;
}
.common__wrap .common__copySide h2 {
  font-size: 32px;
  line-height: 1.35;
  padding: 0 0 30px 0;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.2px;
  color: #444444;
}
@media screen and (max-width: 942px) {
  .common__wrap .common__copySide h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .common__wrap .common__copySide h2 {
    font-size: 32px;
  }
}
.common__wrap .common__copySide p {
  font-size: 13px;
  line-height: 2;
}

.premiummodel__footer {
  margin: 100px auto 0;
  padding-bottom: 100px;
}
.premiummodel__footer h2 {
  font-size: 32px;
  line-height: 1.35;
  padding: 0 0 30px 0;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.2px;
}
.premiummodel__footer p {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 14px;
}
.premiummodel__footer p.backbtn {
  margin-top: 60px;
}
.premiummodel__footer p.copyright {
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.premiummodel__footer a {
  color: #111111;
}
.premiummodel__footer a.btn__pfooter {
  display: block;
  max-width: 300px;
  padding: 17px;
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 200px;
  font-family: "Jost", sans-serif;
  letter-spacing: 4px;
}
.premiummodel__footer a.btn__pfooter.clientpageLink {
  letter-spacing: 1px;
  line-height: 1.3;
}

.pages_pricelist {
  padding: 50px 0 0;
}
.pages_pricelist h2 {
  font-size: 32px;
  line-height: 1.35;
  padding: 0 0 30px 0;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.2px;
  color: #444444;
}
@media screen and (max-width: 942px) {
  .pages_pricelist h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .pages_pricelist h2 {
    font-size: 32px;
  }
}
.pages_pricelist p {
  font-size: 13px;
  line-height: 2;
}
.pages_pricelist table {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 100px;
}
.pages_pricelist table th {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  padding: 10px;
}
.pages_pricelist table td {
  font-size: 14px;
  line-height: 1.35;
  text-align: right;
  padding: 10px;
}/*# sourceMappingURL=premiummodel.css.map */