[data-browse-mode="P"] #designer_page {
  padding-bottom: 150px;
}
[data-browse-mode="P"] #designer_page .contents {
  width: 1200px;
  margin: 0 auto;
}
[data-browse-mode="P"] #designer_page .designer_mv img {
  display: block;
  width: 100%;
}
[data-browse-mode="P"] #designer_page nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 100px;
}
[data-browse-mode="P"] #designer_page nav ul li a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
[data-browse-mode="P"] #designer_page nav ul li a:hover {
  text-decoration: underline;
}
[data-browse-mode="P"] #designer_page nav ul li + li {
  border-left: 1px solid #333;
}
[data-browse-mode="P"] #designer_page #designer_main p {
  display: block;
  margin-bottom: 40px;
  text-align: center;
  font-size: 11px;
}
[data-browse-mode="P"] #designer_page #designer_main p em {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Cormorant Infant', serif;
  letter-spacing: 1px;
}
[data-browse-mode="P"] #designer_page #designer_main p em:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
  border-bottom: 1px solid #000;
  width: 70px;
  margin: 0 auto 5px auto;
  content: '';
}
[data-browse-mode="P"] #designer_page .designer_main_flex {
  display: flex;
  justify-content: space-between;
}
[data-browse-mode="P"] #designer_page .designer_main_flex.flex_top {
  margin: 60px 0 100px;
}
[data-browse-mode="P"] #designer_page .designer_main_img {
  width: 600px;
}
[data-browse-mode="P"] #designer_page .designer_main_txt {
  width: calc(100% - 600px);
  padding-left: 60px;
}
[data-browse-mode="P"] #designer_page .designer_main_txt h1 {
  display: block;
  margin: 0;
  font-size: 26px;
  padding-bottom: 20px;
  letter-spacing: .2em;
}
[data-browse-mode="P"] #designer_page .designer_main_txt p {
  font-size: 16px;
}