@charset "UTF-8";

/*
  .content-header
*/

.content-header {
  padding: 54px 54px 0;
}

.content-header h1 {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 0 30px;
}

.content-header h1 a.cmsedit {
  font-size: 13px;
  margin: 0 0 0 10px;
  text-decoration: underline;
}

.content-header .promotion_mark {
  margin: -20px 0 30px;
}

/*
  .content-body
*/

.content-body {
  padding: 0 54px;
  /*
    .profiles
  */
  /* https://redmine.solflare.net/issues/34923  */
}

.content-body a:not([class]) {
  text-decoration: underline;
}

.content-body a:not([class]) img {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.content-body a:not([class]):hover img {
  opacity: .8;
}

.content-body .content {
  font-size: 14px;
  line-height: 28px;
  padding: 0 0 40px;
  word-wrap: break-word;
  /* カスタムcss */
  /* https://redmine.solflare.net/issues/33777 */
  /* https://redmine.solflare.net/issues/29072 */
}

.content-body .content h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 40px;
}

.content-body .content h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}

.content-body .content h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.content-body .content h5 {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 4px 0;
  color: #808080;
}

.content-body .content img {
  display: block;
  float: none !important;
  max-width: 702px;
  margin: 0 auto;
}

.content-body .content img.inline {
  display: inline;
  margin: 0;
}

.content-body .content img.inline-left {
  float: left;
  margin: 0 20px 0 0;
}

.content-body .content img.inline-right {
  float: right;
  margin: 0 0 0 20px;
}

.content-body .content blockquote {
  display: block;
  padding: 16px;
  border: 1px solid #d2d1d2;
}

.content-body .content blockquote:after {
  display: block;
  clear: both;
  content: '';
}

.content-body .content blockquote strong,
.content-body .content blockquote .es__bold {
  font-size: 16px;
  color: #7695b3;
}

.content-body .content blockquote img {
  max-width: 100%;
  margin: 0;
}

.content-body .content iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content-body .content .video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 56% 0 0 0;
}

.content-body .content .video iframe {
  display: block;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.content-body .content .es__lined {
  font-size: inherit;
  font-weight: bold;
  line-height: 2;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.content-body .content .es__caption {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 4px 0;
  color: #808080;
}

.content-body .content .es__bold {
  font-weight: bold;
}

.content-body .content .es__block {
  margin: 0;
  padding: 16px;
  border: 1px solid #d2d1d2;
}

.content-body .content .es__block:after {
  display: block;
  clear: both;
  content: '';
}

.content-body .content .es__block strong,
.content-body .content .es__block .es__bold {
  font-size: 16px;
  color: #7695b3;
}

.content-body .content .es__block img {
  max-width: 100%;
  margin: 0 auto !important;
}

.content-body .content .es__button__wrapper {
  display: inline-block;
  margin: 0;
  padding: 0;
  /* https://redmine.solflare.net/issues/35846 */
}

.content-body .content .es__button__wrapper.-aligncenter {
  display: block;
  text-align: center;
}

.content-body .content .es__button__wrapper.-alignleft {
  display: block;
  text-align: left;
}

.content-body .content .es__button__wrapper.-inline {
  display: inline-block;
  margin: 0 .1em;
  vertical-align: middle;
}

.content-body .content .es__button {
  font-size: 12px;
  line-height: 1.36;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: .5em;
  padding: .4em .7em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  background-color: #484848;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-body .content .es__button:last-of-type {
  margin-right: 0;
}

.content-body .content .information__block {
  margin: 0;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #d2d1d2;
  background-color: #f2f2f2;
}

.content-body .content .information__block .-nomargin {
  margin: 0 !important;
}

.content-body .content .information__caption {
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  margin: 4px 0;
  color: #808080;
}

.content-body .content .information__bold {
  font-size: 116%;
  font-weight: bold;
  color: #7695b3;
}

.content-body .content .information__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-body .content .information__list + * {
  margin-top: 20px;
}

.content-body .content .information__list:nth-of-type(odd) .information__list__item::before,
.content-body .content .information__list.-squareWhite .information__list__item::before {
  margin-right: .5em;
  content: '□';
}

.content-body .content .information__list:nth-of-type(even) .information__list__item::before,
.content-body .content .information__list.-squareBlack .information__list__item::before {
  margin-right: .5em;
  content: '■';
}

.content-body .content .information__list__item {
  position: relative;
  padding-left: 1.5em;
}

.content-body .content .information__list__item::before {
  position: absolute;
  top: 0;
  left: 0;
}

.content-body .content div.external-site-signature {
  margin: 40px 0 0 0;
  text-align: right;
}

.content-body .content a.buy {
  font-size: 18px;
  display: inline-block;
  width: 210px;
  margin: 20px 0 0 0;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #7695b3;
  border: 1px solid #7695b3;
}

.content-body .content a.buy:hover {
  color: #fff;
  background: #7695b3;
}

.content-body .content .review-title {
  font-size: 16px;
  font-weight: normal;
  color: #7695b3;
}

.content-body .content .review-title h2 {
  margin: 0 0 30px;
}

.content-body .content .review-user {
  font-size: 12px;
  padding: 0 0 0 55px;
  color: #959595;
  background: url(/images/reviewer_icon_man.png) no-repeat top left;
  background-size: 45px 40px;
}

.content-body .content .review-user h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.content-body .content .review-user-woman {
  background-image: url(/images/reviewer_icon_woman.png);
}

.content-body .content .review-user-woman h3 {
  color: #dba4ba;
}

.content-body .content .review-user-man {
  background-image: url(/images/reviewer_icon_man.png);
}

.content-body .content .review-user-man h3 {
  color: #7695b3;
}

.content-body .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-body .rows:after {
  display: block;
  clear: both;
  content: '';
}

.content-body .rows > div:nth-child(even) {
  margin-left: 30px;
}

.content-body .rows > div:nth-child(n+3) {
  margin-top: 30px;
}

.content-body .rows .column:first-child iframe {
  margin-bottom: 2em;
}

.content-body .column {
  width: 336px;
}

.content-body .column img {
  max-width: 336px;
}

.content-body .column-review a {
  font-weight: bold;
  color: #7695b3;
}

.content-body .profiles {
  padding: 30px 25px;
  color: #4a4a4a;
  background-color: #e2e3e7;
}

.content-body .profiles__title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 30px;
  text-align: center;
}

.content-body .profiles .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-body .profiles .profile + .profile {
  margin-top: 30px;
}

.content-body .profiles .profile__image {
  width: 125px;
  margin-right: 25px;
}

.content-body .profiles .profile__image img {
  display: block;
  width: 100%;
  height: 125px;
  margin: 0 !important;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-body .profiles .profile__content {
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-body .profiles .profile__content .name {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 5px;
}

.content-body .profiles .profile__content .position {
  padding: 0 0 3px;
  text-decoration: underline;
}

.content-body .profiles .profile__content .text {
  word-break: break-word;
}

/*
  .content-pager
*/

/* https://redmine.solflare.net/issues/28670 */

.content-pager {
  margin: 0 0 60px;
  text-align: center;
}

.content-pager li {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
  font-size: 18px;
  display: inline-block;
  margin: 0 0 0 80px;
  color: #000;
}

.content-pager li span,
.content-pager li a {
  font-size: 22px;
  text-decoration: none;
  color: #000;
}

.content-pager li span {
  color: #999;
}

.content-pager li a:hover {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  color: #6297ca;
}

.content-pager li:first-child {
  margin: 0;
}

/*
  .content-footer
*/

.content-footer {
  padding: 24px 0;
  border-top: 1px solid #f1f0f0;
  border-bottom: 1px solid #f1f0f0;
  background: url(/images/line.png) repeat-y center top;
}

/*
  .content-nav
*/

.content-nav {
  min-height: 1px;
  padding: 0 54px;
}

.content-nav:after {
  display: block;
  clear: both;
  content: '';
}

.content-nav .image {
  float: left;
  width: 107px;
  margin: 0 10px 0 0;
  background-color: #f1f0f0;
}

.content-nav .image img {
  width: 107px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.content-nav .image:hover img {
  opacity: .8;
}

.content-nav .content {
  float: left;
  width: 212px;
}

.content-nav .content h5 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 8px;
}

.content-nav .content .promotion_mark {
  margin: 0 0 8px;
}

.content-nav .content .update {
  font-size: 10px;
  line-height: 1;
  color: #9c9b9b;
}

.content-nav .prev {
  float: left;
}

.content-nav .next {
  float: right;
}

.content-nav .nav {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','游明朝',YuMincho,'HGS明朝E','ＭＳ Ｐ明朝',serif;
  font-size: 18px;
  margin: 0 0 10px;
}

.content-nav .next .nav {
  text-align: right;
}

/*
  .box-date
*/

.box-date {
  min-height: 1px;
  margin: 0 0 54px;
  border: 1px solid #d2d1d2;
}

.box-date:after {
  display: block;
  clear: both;
  content: '';
}

.box-date dl {
  font-size: 16px;
  line-height: 1.5;
  display: table;
}

.box-date dt {
  font-weight: bold;
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  background: #9b9a9a;
}

.box-date dd {
  display: table-cell;
  padding: 16px;
  vertical-align: middle;
}

/*
  .post__gallery
*/

.post__gallery {
  margin: 10px 0 50px;
}

.post__gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post__gallery__item {
  width: calc((100%/8) - 8px);
  padding: 4px;
}

.post__gallery__item a:hover {
  opacity: .8;
}

.post__gallery__item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

:root {
  --post-footer-logo-bottom: 0;
}

.post__footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50vw;
  max-height: 100vh;
  max-width: 536px;
  margin: auto;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  background: #000;
  color: #fff;
  text-decoration: none !important;
  font-size: clamp(10px, 2.3vw, 28px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.post__footer__logo:hover {
  color: #fff;
  background: #7e93b2;
}

.post__footer__logo__wrapper.aos-animate .post__footer__logo {
  pointer-events: all;
}

.post__footer__logo__container {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 138px;
}

.post__footer__logo__wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  -webkit-filter: drop-shadow(0 1px 4px #7d7d7d);
  filter: drop-shadow(0 1px 4px #7d7d7d);
}

.post__footer__logo__visibility {
  display: block;
  position: static;
  width: 100%;
  height: 50vh;
  margin: -50% 0 50%;
  pointer-events: none;
}

.post__footer__logo__image {
  display: block;
  width: 55.8%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: inherit;
  transition: inherit;
  mix-blend-mode: screen;
}

.post__footer__logo.aos-animate .post__footer__logo__image {
  width: 74%;
}

.post__footer__logo__text1 {
  display: block;
  position: relative;
  overflow: hidden;
  height: calc(1.5em * 2);
  max-height: 100vh;
  margin-top: 1em;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: max-height 0s ease-in-out 2s, margin-top 0s ease-in-out 2s;
  transition: max-height 0s ease-in-out 2s, margin-top 0s ease-in-out 2s;
}

.post__footer__logo.aos-animate .post__footer__logo__text1 {
  max-height: 0;
  margin-top: 0;
}

.post__footer__logo__text2 {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1em;
  max-height: 0;
  -webkit-transition: max-height 0s ease-in-out 2s;
  transition: max-height 0s ease-in-out 2s;
  white-space: nowrap;
  line-height: 1;
}

.post__footer__logo.aos-animate .post__footer__logo__text2 {
  max-height: 100vh;
  margin-top: 0.5em;
}

[data-aos="post-footer-logo"] {
  border-radius: 16px;
}

[data-aos="post-footer-logo"].aos-animate {
  bottom: 30px;
  left: 15px;
  width: 108px;
  min-height: 108px;
  max-height: 108px;
  padding: 0;
  -webkit-box-shadow: inset 3px -1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: inset 3px -1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 11px;
}

.post__fixed__footer {
  display: block;
  position: fixed;
  bottom: min(15px, 4.68vw);
  right: calc(55px + max(10px, 2.55vw));
  opacity: 0;
  z-index: 101;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post__fixed__footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(11px, 2.93vw, 23px);
  width: min(47.5vw, 152px);
  padding: clamp(2px, 1.87vw, 6px) clamp(11px, 2.93vw, 23px);
  -webkit-transition: -webkit-filter 0.2s ease 0s;
  transition: -webkit-filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  text-align: center;
}

.post__fixed__footer__link:active {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.post__fixed__footer__link.-line {
  background: #03c75a;
}

.post__fixed__footer__link.-skinMeasurement {
  background: #000;
  -webkit-box-shadow: 0 0 0 5px #c7b279;
  box-shadow: 0 0 0 5px #c7b279;
}

.post__fixed__footer__image {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: clamp(30px, 8.3vw, 65px);
  min-width: 30px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post__fixed__footer__text {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: clamp(11px, 3.83vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.04em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post__fixed__footer__outbound {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("/images/icon_new-tab-white.svg") no-repeat 50% 50%;
  background-size: contain;
}

.line__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(11px, 2.93vw, 23px);
  padding: clamp(10px, 2.68vw, 21px) clamp(11px, 2.93vw, 23px);
  -webkit-transition: -webkit-filter 0.2s ease 0s;
  transition: -webkit-filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  font-size: clamp(11px, 3.83vw, 22px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
  text-align: center;
  background: #03c75a;
}

.line__button:active {
  color: #fff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.line__button:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.line__button::before {
  content: '';
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: clamp(30px, 8.3vw, 65px);
  height: clamp(30px, 8.3vw, 65px);
  min-width: 30px;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/images/icon_line_balloon.svg") no-repeat 50% 50%;
  background-size: contain;
}

.skinMeasurement__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(11px, 2.93vw, 23px);
  margin: 5px 0;
  padding: clamp(10px, 2.68vw, 21px) clamp(11px, 2.93vw, 23px);
  -webkit-transition: -webkit-filter 0.2s ease 0s;
  transition: -webkit-filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  font-size: clamp(11px, 3.83vw, 22px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
  text-align: center;
  background: #000;
  -webkit-box-shadow: 0 0 0 5px #c7b279;
  box-shadow: 0 0 0 5px #c7b279;
}

.skinMeasurement__button:active {
  color: #fff;
  opacity: 0.8;
}

.skinMeasurement__button:hover {
  color: #fff;
  opacity: 0.8;
}

.skinMeasurement__button .link-icon.-icon-black {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.runwayRecommend {
  --runway-recommend-gap: 14px;
  display: block;
  position: relative;
  margin: 30px 0 30px -30px;
  padding: 0 24px 0 54px;
  font-family: inherit;
}

.runwayRecommend__header {
  display: block;
  margin: 0 0 20px;
  color: #7695b3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.runwayRecommend__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5em;
  margin: 0;
  color: #aaa;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}

.runwayRecommend__logo {
  display: inline-block;
  width: auto;
  height: 1em;
  -o-object-fit: contain;
  object-fit: contain;
}

.runwayRecommend__logo__wrapper {
  display: inline-block;
}

.runwayRecommend__logo__wrapper:hover {
  -webkit-filter: invert(1) saturate(4) contrast(0.9);
  filter: invert(1) saturate(4) contrast(0.9);
}

.runwayRecommend__list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.runwayRecommend__list::after {
  content: "";
  display: table;
  clear: both;
}

.runwayRecommend__thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.runwayRecommend__thumb__container {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 65.43%;
}

.runwayRecommend__title {
  display: block;
  height: calc(1.43em * 2);
  font-weight: 700;
  line-height: 1.43;
}

.runwayRecommend__title__inner {
  display: -webkit-box;
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.runwayRecommend__title.-ellipsis .runwayRecommend__title__inner {
  display: block;
  height: auto;
  overflow: unset;
}

.runwayRecommend__title .link-icon {
  font-size: 1em;
  margin: 0;
}

.runwayRecommend__title .link-icon::before {
  content: '…';
  overflow: hidden;
  text-indent: 100%;
  width: auto;
  height: auto;
}

.runwayRecommend__item {
  display: inline-block;
  float: none;
  width: calc((100% - var(--runway-recommend-gap) * 3) / 4);
}

.content-body .content .product-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* セクションのスタイル */
  /* フッターのスタイル */
  /* リストのスタイル */
}

.content-body .content .product-introduction-recommendation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}

.content-body .content .product-introduction-footer {
  display: block;
  width: 100%;
  margin-top: -1em;
  text-align: center;
  font-size: 0.9em;
  color: #888;
}

.content-body .content .product-introduction * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-body .content .product-introduction h2 {
  width: 100%;
  font-size: 1.14em;
  font-weight: 700;
  color: #4B6A8D;
  border-bottom: 2px solid;
  padding: 0;
  margin: 0 auto;
  letter-spacing: -0.02em;
}

.content-body .content .product-introduction h3 {
  width: 100%;
  font-size: 1.075em;
  font-weight: 700;
  color: #8ba3b6;
  margin: 0 auto 0.5em;
  border-left: 4px solid #8ba3b6;
  padding-left: 0.5em;
}

.content-body .content .product-introduction ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5em;
  width: 100%;
  list-style-type: none;
  padding: 0;
}

.content-body .content .product-introduction ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5em;
  width: 100%;
  padding: 0.75em;
  background: #f5f5f5;
  border-radius: 6px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.content-body .content .product-introduction ul li small {
  display: block;
  color: #666;
  font-size: 0.9em;
}

.content-body .content .product-introduction ul li .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.5em;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.1;
}

.content-body .content .product-introduction ul li .foot a {
  display: inline;
  border: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-body .content .product-introduction ul li .foot a[href] {
  color: #7693b3;
}

.content-body .content .product-introduction ul li .foot a[href]:hover {
  text-decoration: underline;
}

.content-body .content .product-introduction ul li .foot b {
  color: #000;
}

.content-body .content .product-introduction ul li .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 0.5em;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
}

.content-body .content .product-introduction ul li .head .productName {
  display: inline-block;
  letter-spacing: -0.04em;
  line-height: 1.2;
}

.content-body .content .product-introduction ul li .head .productName[data-alphabet]::before {
  content: attr(data-alphabet) ".";
  display: inline-block;
  width: 1.7em;
  font-weight: inherit;
}

.content-body .content .product-introduction ul li .head .productName[data-alphabet] ~ .productName::before {
  content: '';
  display: inline-block;
  width: 1.7em;
  font-weight: inherit;
}

.content-body .content .product-introduction ul li .head:has(.productName[data-alphabet]) ~ .head {
  margin-top: 0.5em;
}

.content-body .content .product-introduction ul li .head:has(.productName[data-alphabet]) ~ .head .productName::before {
  content: '';
  display: inline-block;
  width: 1.7em;
  font-weight: inherit;
}

.content-body .content .product-introduction ul li .head .price {
  margin-right: 0;
  margin-left: auto;
  line-height: 1;
}

.content-body .content .product-introduction ul li .head + .foot {
  width: calc(100% - 1.7em);
  margin-top: 0;
  margin-left: 1.7em;
}

.content-body .content .product-introduction .price-range {
  display: block;
  width: 100%;
}

@media screen and (min-width: 401px) {
  .runwayRecommend__item {
    float: left;
    -webkit-margin-after: var(--runway-recommend-gap);
    margin-block-end: var(--runway-recommend-gap);
    -webkit-margin-end: var(--runway-recommend-gap);
    margin-inline-end: var(--runway-recommend-gap);
  }

  .runwayRecommend__item:first-of-type {
    width: calc(70% - var(--runway-recommend-gap));
  }

  .runwayRecommend__item:first-of-type .runwayRecommend__title__inner {
    -webkit-line-clamp: 2;
  }

  .runwayRecommend__item:nth-of-type(2) {
    width: 30%;
    -webkit-margin-after: calc(var(--runway-recommend-gap) * 3);
    margin-block-end: calc(var(--runway-recommend-gap) * 3);
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }

  .runwayRecommend__item:nth-of-type(2) .runwayRecommend__title__inner {
    -webkit-line-clamp: 2;
  }

  .runwayRecommend__item:nth-of-type(2) .runwayRecommend__thumb__container {
    padding-top: 55.25%;
  }

  .runwayRecommend__item:nth-of-type(3) {
    width: 30%;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }

  .runwayRecommend__item:nth-of-type(3) .runwayRecommend__title__inner {
    -webkit-line-clamp: 2;
  }

  .runwayRecommend__item:nth-of-type(3) .runwayRecommend__thumb__container {
    padding-top: 55.25%;
  }

  .runwayRecommend__item:nth-of-type(7n),
  .runwayRecommend__item:nth-of-type(7n) ~ .runwayRecommend__item:nth-of-type(7n + 4) {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

@media screen and (min-width: 961px) {
  .post__fixed__footer {
    display: none;
  }

  .line__button {
    gap: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 321px;
    padding: 0.5em 1em;
    font-size: 13px;
  }

  .line__button::before {
    width: 3em;
    height: 3em;
  }

  .skinMeasurement__button {
    gap: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 321px;
    margin: 4px 0;
    padding: 1.38em 1em;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 4px #c7b279;
    box-shadow: 0 0 0 4px #c7b279;
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .content-header {
    padding: 10px 10px 0;
  }

  .content-header h1 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
  }

  .content-header h1 a {
    display: none;
  }

  .content-header h1 a.backtofirstpage {
    display: inline;
  }

  .content-header .promotion_mark {
    margin: -4px 0 20px;
  }

  .content-body {
    padding: 0 10px;
  }

  .content-body .content {
    font-size: 12px;
    line-height: 24px;
    padding: 0 0 30px;
  }

  .content-body .content h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .content-body .content h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 8px;
  }

  .content-body .content h5 {
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
  }

  .content-body .content img {
    width: calc(100% + 20px);
    max-width: none;
    height: auto;
    max-height: 70vh;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: auto !important;
    margin-left: -10px !important;
  }

  .content-body .content img.inline {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .content-body .content > img.vertical {
    width: auto;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .content-body .content blockquote strong,
  .content-body .content blockquote .es__bold {
    font-size: 12px;
  }

  .content-body .content blockquote img {
    width: auto;
    max-width: 100%;
    margin: 0 !important;
  }

  .content-body .content .video.-portrait {
    max-width: calc(45vh);
    height: calc(142.2224vw);
    padding-top: 0;
  }

  .content-body .content .es__lined {
    font-size: inherit;
  }

  .content-body .content .es__caption {
    font-size: 11px;
    line-height: 16px;
  }

  .content-body .content .es__block {
    margin: 0;
    padding: 16px;
    border: 1px solid #d2d1d2;
  }

  .content-body .content .es__block strong,
  .content-body .content .es__block .es__bold {
    font-size: 12px;
  }

  .content-body .content .es__button {
    min-height: 36px;
    padding: .4em 1em;
  }

  .content-body .content .information__caption {
    font-size: 11px;
    line-height: 16px;
  }

  .content-body .content .information__bold {
    font-size: 12px;
  }

  .content-body .content div.external-site-signature {
    margin: 20px 0 0 0;
  }

  .content-body .content a.buy {
    width: 100%;
  }

  .content-body .rows > div:nth-child(even) {
    margin-left: 0;
  }

  .content-body .rows > div:nth-child(n+3) {
    margin-top: 5%;
  }

  .content-body .rows .column + .column:not(.column-sp) {
    margin-top: 10px;
  }

  .content-body .rows .column.column-sp {
    width: 47.5%;
  }

  .content-body .rows .column.column-sp:nth-child(even) {
    margin-left: 5%;
  }

  .content-body .rows .column.column-sp img {
    max-width: 100%;
    margin: 0 !important;
  }

  .content-body .rows .column:not(.column-sp) {
    width: 100%;
  }

  .content-body .rows .column:not(.column-sp) img {
    height: auto;
  }

  .content-body .rows .column:not(.column-sp) img.vertical {
    width: auto;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .content-body .profiles {
    padding: 25px 15px;
  }

  .content-body .profiles__title {
    font-size: 13px;
  }

  .content-body .profiles .profile__image {
    width: 80px;
    margin-right: 10px;
  }

  .content-body .profiles .profile__image img {
    height: 80px;
  }

  .content-body .profiles .profile__content {
    font-size: 11px;
  }

  .content-body .profiles .profile__content .name {
    font-size: 13px;
  }

  .content-pager {
    margin: 0 0 45px;
  }

  .content-pager li {
    margin: 0 0 0 50px;
  }

  .content-nav {
    min-height: 1px;
    padding: 0 10px;
  }

  .content-nav .image {
    float: none;
    overflow: hidden;
    width: 132px;
    height: 97px;
    margin: 0 0 10px;
  }

  .content-nav .image img {
    width: 132px;
  }

  .content-nav .content {
    float: none;
    width: 132px;
  }

  .content-nav .content h5 {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 8px;
  }

  .content-nav .content .update {
    display: none;
  }

  .box-date {
    margin: 0 0 20px;
  }

  .box-date dt {
    font-size: 11px;
    float: none;
    padding: 8px;
    text-align: center;
  }

  .box-date dd {
    font-size: 11px;
    float: none;
    padding: 8px;
    text-align: center;
  }

  .post__gallery__item {
    width: calc((100%/4) - 8px);
    margin: 0;
    padding: 4px;
  }

  .post__footer__logo {
    width: 71.46vw;
    padding: 20px 10px;
    font-size: 3.6vw;
    line-height: 1.3;
  }

  .post__footer__logo__container {
    height: 33.8vw;
    bottom: var(--post-footer-logo-bottom, 0);
  }

  .post__footer__logo__visibility {
    height: 50vh;
  }

  .post__footer__logo.aos-animate .post__footer__logo__text2 {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  [data-aos="post-footer-logo"].aos-animate {
    bottom: min(15px, 4.68vw);
    left: max(10px, 2.55vw);
    width: 23vw;
    min-height: 23vw;
    max-height: 23vw;
    padding: 0;
    font-size: 10px;
  }

  .runwayRecommend {
    margin: 10px 0 0;
    padding: 0 10px 20px;
  }

  .runwayRecommend__footer {
    margin: 2em 0 0;
  }

  .runwayRecommend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--runway-recommend-gap) 0;
    padding: 0;
  }

  .runwayRecommend__thumb {
    width: 100%;
  }

  .runwayRecommend__title {
    height: calc(1.33em * 2);
    -webkit-margin-before: 5px;
    margin-block-start: 5px;
    font-weight: 400;
    line-height: 1.33;
  }

  .runwayRecommend__item {
    width: 48.5%;
    font-size: 12px;
  }

  .runwayRecommend__item:nth-of-type(n + 7) {
    display: none;
  }

  .content-body .content .product-introduction ul li .foot {
    gap: 0.75em 0.5em;
  }

  .content-body .content .product-introduction ul li .head + .foot {
    width: calc(100% - 1.25em);
    margin-left: 1.25em;
  }
}