/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
.foot_dermacept {
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .f-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .f-content-nav2 {
    margin-left: 5% !important;
  }
}
.d-r-b-i-u-asterisk {
  font-size: 0.7em;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .d-r-b-i-u-onlyPc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-u-onlySp {
    display: none !important;
  }
}
.d-r-b-i-wrap {
  font-family: "Noto Sans JP", serif;
}

.d-r-b-i-contents > *:last-child {
  margin-bottom: 0 !important;
}
.d-r-b-i-contents.--about {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-contents.--about {
    background-image: url(../../images/dermacept-abline/about-bg-pc.png);
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-contents.--about {
    background-image: url(../../images/dermacept-abline/about-bg-sp.png);
  }
}
.d-r-b-i-contents.--clinic {
  background: rgb(126, 103, 228);
  background: linear-gradient(135deg, rgb(37, 27, 101) 0%, rgb(126, 103, 228) 100%);
}
.d-r-b-i-contents.--ec {
  background: rgb(216, 184, 151);
  background: linear-gradient(135deg, rgb(216, 184, 151) 0%, rgb(131, 103, 71) 100%);
}
@media screen and (min-width: 768px) {
  .d-r-b-i-contents.--items {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-contents.--items {
    padding: 30px 0 36px;
  }
}

.d-r-b-i-contents__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-contents__inner {
    padding: 80px 20px 120px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-contents__inner {
    padding: 30px 20px 60px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineupupNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineupupNavi {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineupupNavi__button {
    max-width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-top: 20px;
    margin-left: auto;
  }
  .d-r-b-i-lineupupNavi__button:nth-child(2n-1) {
    margin-left: 0;
  }
  .d-r-b-i-lineupupNavi__button:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineupupNavi__button {
    margin-top: 20px;
  }
  .d-r-b-i-lineupupNavi__button:first-child {
    margin-top: 0;
  }
}
.d-r-b-i-lineupupNavi__button a {
  position: relative;
  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;
  width: 100%;
  line-height: 1.5;
  background-color: #cccccc;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineupupNavi__button a {
    height: 60px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineupupNavi__button a {
    height: 48px;
    padding: 0 30px;
    font-size: 13px;
  }
}
.d-r-b-i-lineupupNavi__button a::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  background-image: url(../../images/dermacept-abline/icon-arrow-white.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineupupNavi__button a::after {
    right: 15px;
    width: 28px;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineupupNavi__button a::after {
    right: 8px;
    width: 18px;
    background-position: center right;
    background-size: 24px;
  }
}
.d-r-b-i-lineupupNavi__button.--clinic a {
  background: rgb(37, 27, 101);
  background: -webkit-gradient(linear, left top, right top, from(rgb(37, 27, 101)), to(rgb(126, 103, 228)));
  background: linear-gradient(90deg, rgb(37, 27, 101) 0%, rgb(126, 103, 228) 100%);
}
.d-r-b-i-lineupupNavi__button.--ec a {
  background: rgb(216, 184, 151);
  background: -webkit-gradient(linear, left top, right top, from(rgb(216, 184, 151)), to(rgb(131, 103, 71)));
  background: linear-gradient(90deg, rgb(216, 184, 151) 0%, rgb(131, 103, 71) 100%);
}

@media screen and (min-width: 768px) {
  .d-r-b-i-about {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about {
    margin-bottom: 40px;
  }
}
.d-r-b-i-about > *:last-child {
  margin-bottom: 0 !important;
}

.d-r-b-i-about__logo {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__logo {
    max-width: 240px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__logo {
    max-width: 120px;
    margin-bottom: 20px;
  }
}
.d-r-b-i-about__logo img {
  width: 100%;
  height: auto;
}

.d-r-b-i-about__summary {
  text-align: center;
}

.d-r-b-i-about__summary__title {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
.d-r-b-i-about__summary__title > *:last-child {
  margin-bottom: 0 !important;
}

.d-r-b-i-about__summary__title__ja {
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__summary__title__ja {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__summary__title__ja {
    font-size: 26px;
  }
}

.d-r-b-i-about__summary__title__en {
  line-height: 1;
  margin-bottom: 10px;
  color: #9e7f56;
  font-family: "Frank Ruhl Libre", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__summary__title__en {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__summary__title__en {
    font-size: 14px;
  }
}

.d-r-b-i-about__summary__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__summary__text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__summary__text {
    line-height: 1.7;
    font-size: 13px;
  }
}

.d-r-b-i-about__summary__text__asterisk {
  font-size: 12px;
  vertical-align: top;
}

.d-r-b-i-about__summary__note {
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__summary__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__summary__note {
    font-size: 10px;
  }
}

.d-r-b-i-about__message {
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__message {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__message {
    padding: 20px 20px;
  }
}
.d-r-b-i-about__message > *:last-child {
  margin-bottom: 0 !important;
}

.d-r-b-i-about__message__title {
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__message__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__message__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.d-r-b-i-about__message__text {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-about__message__text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-about__message__text {
    line-height: 1.7;
    text-align: left;
    font-size: 13px;
  }
}

.d-r-b-i-lineup {
  overflow: hidden;
  margin: 0 auto;
}
.d-r-b-i-lineup > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup {
    padding: 60px 0 60px;
  }
}

.d-r-b-i-lineup__title {
  position: relative;
  line-height: 1.4;
  text-align: center;
  font-family: "Frank Ruhl Libre", serif;
  color: #9e7f56;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__title {
    padding-bottom: 18px;
    margin-bottom: 80px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 26px;
  }
}
.d-r-b-i-lineup__title::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  background-color: #9e7f56;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__title::after {
    width: 40px;
    height: 2px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__title::after {
    width: 20px;
    height: 1px;
    margin-left: -10px;
  }
}

.d-r-b-i-lineup__box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box {
    min-height: 620px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}

.d-r-b-i-lineup__box__main {
  z-index: 1;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main {
    padding: 45px 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main {
    margin-top: -35px;
    padding: 50px 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__bg {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    width: 78vw;
    height: 100%;
  }
  .d-r-b-i-lineup__box__main__bg::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 90px);
    background-color: #eccd96;
    -webkit-transform: translate(6vw, -50%);
            transform: translate(6vw, -50%);
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__bg {
    display: none;
  }
}

.d-r-b-i-lineup__box__main__inner {
  z-index: 2;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__inner {
    width: 100%;
    max-width: 1100px;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__inner {
    padding: 10px 0 0;
  }
}
.d-r-b-i-lineup__box__main__inner * {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__inner::after {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 37.5px;
    content: "";
    width: calc((100vw - 1100px) / 2);
    height: 1px;
    margin-left: -2px;
    background-color: #eccd96;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.d-r-b-i-lineup__box__main__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  line-height: 1.4;
  color: #eccd96;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__subtitle {
    padding-left: 20px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__subtitle {
    padding-left: 35px;
    height: 34px;
    font-size: 12px;
  }
}
.d-r-b-i-lineup__box__main__subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eccd96;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__subtitle::after {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__subtitle::after {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__cont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__cont {
    padding: 0 35px;
  }
}

.d-r-b-i-lineup__box__main__title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__title {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__title {
    position: relative;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .d-r-b-i-lineup__box__main__title::before {
    position: absolute;
    top: -34px;
    right: -14px;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    padding-top: 34px;
    background-color: #eccd96;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__body {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__text {
    line-height: 2.2;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__text {
    line-height: 1.7;
    margin-bottom: 10px;
  }
}

.d-r-b-i-lineup__box__main__text_asterisk {
  font-size: 12px;
  vertical-align: top;
}

.d-r-b-i-lineup__box__main__note {
  margin-bottom: 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__note {
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__note {
    line-height: 1.7;
  }
}

.d-r-b-i-lineup__box__main__button a {
  position: relative;
  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;
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__button a {
    max-width: 335px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__button a {
    max-width: 335px;
    height: 48px;
  }
}
.d-r-b-i-lineup__box__main__button a::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  background-image: url(../../images/dermacept-abline/icon-arrow-white.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__main__button a::after {
    right: 15px;
    width: 28px;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__main__button a::after {
    right: 8px;
    width: 18px;
    background-position: center right;
    background-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box__img {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(50vw - 80px);
    max-width: 624px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box__img {
    z-index: 2;
    position: relative;
    padding: 0 35px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box.--clinic .d-r-b-i-lineup__box__main__bg {
    background: rgb(37, 27, 101);
    background: -webkit-gradient(linear, left top, right top, from(rgb(37, 27, 101)), to(rgb(126, 103, 228)));
    background: linear-gradient(90deg, rgb(37, 27, 101) 0%, rgb(126, 103, 228) 100%);
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box.--clinic .d-r-b-i-lineup__box__main {
    background: rgb(37, 27, 101);
    background: -webkit-gradient(linear, left top, right top, from(rgb(37, 27, 101)), to(rgb(126, 103, 228)));
    background: linear-gradient(90deg, rgb(37, 27, 101) 0%, rgb(126, 103, 228) 100%);
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__bg {
    left: auto;
    right: 0;
    background: rgb(216, 184, 151);
    background: -webkit-gradient(linear, left top, right top, from(rgb(216, 184, 151)), to(rgb(131, 103, 71)));
    background: linear-gradient(90deg, rgb(216, 184, 151) 0%, rgb(131, 103, 71) 100%);
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__bg::after {
    right: auto;
    left: 0;
    -webkit-transform: translate(-6vw, -50%);
            transform: translate(-6vw, -50%);
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__inner::after {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: -2px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__subtitle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 20px;
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__subtitle::after {
    margin-left: 0;
    margin-right: 30px;
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__title {
    max-width: 60vw;
    margin-left: auto;
    text-align: right;
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__body {
    margin-left: auto;
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main__button {
    width: 50%;
    margin-left: auto;
  }
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__img {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-lineup__box.--ec .d-r-b-i-lineup__box__main {
    background: rgb(216, 184, 151);
    background: -webkit-gradient(linear, left top, right top, from(rgb(216, 184, 151)), to(rgb(131, 103, 71)));
    background: linear-gradient(90deg, rgb(216, 184, 151) 0%, rgb(131, 103, 71) 100%);
  }
}

.d-r-b-i-itemNavi {
  color: #ffffff;
}
.d-r-b-i-itemNavi * {
  color: #ffffff;
}

.d-r-b-i-itemNavi__subtitle {
  line-height: 1.4;
  color: #eccd96;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemNavi__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.d-r-b-i-contents.--ec .d-r-b-i-itemNavi__subtitle {
  color: #f9ecd6;
}

.d-r-b-i-itemNavi__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__title {
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemNavi__title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.d-r-b-i-itemNavi__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemNavi__img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__img.--ec {
    margin-bottom: 80px;
  }
}
.d-r-b-i-itemNavi__img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__menu li {
    max-width: calc(33.3% - 18.6px);
    min-width: calc(33.3% - 18.6px);
    margin-top: 28px;
    margin-left: 28px;
  }
  .d-r-b-i-itemNavi__menu li:nth-child(3n-2) {
    margin-left: 0;
  }
  .d-r-b-i-itemNavi__menu li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemNavi__menu li {
    margin-top: 20px;
  }
  .d-r-b-i-itemNavi__menu li:first-child {
    margin-top: 0;
  }
}

.d-r-b-i-itemNavi__menu li a {
  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;
  width: 100%;
  line-height: 2.2;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__menu li a {
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemNavi__menu li a {
    height: 48px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemNavi__menu.--col2 {
    max-width: 828px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .d-r-b-i-itemNavi__menu.--col2 li {
    max-width: calc(50% - 14px);
    min-width: calc(50% - 14px);
    margin-top: 28px;
    margin-left: 28px;
  }
  .d-r-b-i-itemNavi__menu.--col2 li:nth-child(2n-1) {
    margin-left: 0;
  }
  .d-r-b-i-itemNavi__menu.--col2 li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.d-r-b-i-itemBox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox {
    padding: 0 35px;
    margin: 0 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox::after {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 37.5px;
    content: "";
    width: calc((100vw - 1060px) / 2);
    height: 1px;
    margin-right: 20px;
    background-color: #9e7f56;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__header {
    padding-top: 20px;
    margin-bottom: 10px;
    border-right: 1px solid #9e7f56;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__header {
    position: relative;
    width: calc(100% + 35px);
    padding-top: 10px;
    margin-right: -35px;
    margin-bottom: 10px;
  }
  .d-r-b-i-itemBox__header::after {
    position: absolute;
    right: 20px;
    top: 0;
    content: "";
    width: 1px;
    height: 90px;
    background-color: #9e7f56;
  }
}

.d-r-b-i-itemBox__header__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  line-height: 1.4;
  color: #9e7f56;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__header__category {
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__header__category {
    height: 20px;
    font-size: 12px;
  }
}
.d-r-b-i-itemBox__header__category::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9e7f56;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__header__category::after {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__header__category::after {
    margin-left: 15px;
  }
}

.d-r-b-i-itemBox__header__name {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__header__name {
    line-height: 1.4;
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__header__name {
    line-height: 1.2;
    padding-right: 35px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

.d-r-b-i-itemBox__header__subname {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__header__subname {
    line-height: 1.4;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__header__subname {
    line-height: 1.2;
    padding-right: 35px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__options {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__options {
    margin-bottom: 15px;
  }
}
.d-r-b-i-itemBox__options > *:last-child {
  margin-bottom: 0 !important;
}

.d-r-b-i-itemBox__genre {
  line-height: 1;
  margin-bottom: 14px;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__genre {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__genre {
    font-size: 12px;
  }
}

.d-r-b-i-itemBox__price {
  line-height: 1;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__price__capacity {
    margin-right: 8px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__price__capacity {
    margin-right: 4px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__price__price {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__price__price {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__price__unit {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__price__unit {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.d-r-b-i-itemBox__column__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__column__img {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__column__img {
    margin-bottom: 20px;
  }
}
.d-r-b-i-itemBox__column__img img {
  width: 100%;
  height: auto;
}

.d-r-b-i-itemBox__column__img__asterisk {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__column__img__asterisk {
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__column__img__asterisk {
    margin-bottom: 20px;
  }
}

.d-r-b-i-itemBox__column__cont {
  width: 100%;
  max-width: 500px;
}
.d-r-b-i-itemBox__column__cont > *:last-child {
  margin-bottom: 0 !important;
}

.d-r-b-i-itemBox__topic {
  line-height: 1;
  padding: 10px;
  border: 1px solid #9e7f56;
  color: #9e7f56;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__topic {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__topic {
    margin-bottom: 10px;
  }
}

.d-r-b-i-itemBox__copy {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__copy {
    line-height: 1.8;
    margin-bottom: 14px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__copy {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__text {
    line-height: 2.2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__text {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.d-r-b-i-itemBox__text > *:last-child {
  margin-bottom: 0 !important;
}
.d-r-b-i-itemBox__text p {
  margin-bottom: 5px;
}

.d-r-b-i-itemBox__text__checkList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.d-r-b-i-itemBox__text__checkList > *:last-child {
  margin-bottom: 0 !important;
}
.d-r-b-i-itemBox__text__checkList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.d-r-b-i-itemBox__text__checkList li::before {
  content: "";
  display: block;
  margin-right: 5px;
  background-image: url(../../images/dermacept-abline/icon-checkmark.svg);
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__text__checkList li::before {
    max-width: 24px;
    min-width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__text__checkList li::before {
    max-width: 12px;
    min-width: 12px;
    height: 12px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__button {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__button {
    margin-bottom: 24px;
  }
}
.d-r-b-i-itemBox__button.--mb0 {
  margin-bottom: 0;
}
.d-r-b-i-itemBox__button a {
  position: relative;
  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;
  width: 100%;
  overflow: hidden;
  background: rgb(131, 103, 71);
  background: linear-gradient(135deg, rgb(131, 103, 71) 0%, rgb(206, 177, 147) 25%, rgb(126, 92, 65) 100%);
  border-radius: 100px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__button a {
    max-width: 335px;
    height: 60px;
    padding: 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__button a {
    height: 48px;
    padding: 0 24px;
    font-size: 13px;
  }
}
.d-r-b-i-itemBox__button a::after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  height: 14px;
  margin-top: -7px;
  background-image: url(../../images/dermacept-abline/icon-arrow-white.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__button a::after {
    right: 15px;
    width: 28px;
    background-position: center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__button a::after {
    right: 8px;
    width: 18px;
    background-position: center right;
    background-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__button__after {
    line-height: 1.4;
    margin-top: 8px;
    margin-bottom: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__button__after {
    line-height: 1.7;
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .d-r-b-i-itemBox__note {
    line-height: 1.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .d-r-b-i-itemBox__note {
    line-height: 1.7;
    font-size: 10px;
  }
}

.d-r-b-i-wide-banner {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .d-r-b-i-wide-banner img {
    position: relative;
    left: 50%;
    min-width: 1440px;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}