:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* l-container
================================================ */
#skin_white .l-container {
  padding-top: 0;
}

/* .skin_white-mainimg
================================================ */
.skin_white-mainimg {
  background-color: #e2e2ee;
}

/* .skin_white-combine
================================================ */
.skin_white-combine-inner {
  background: #e9e7ec;
  padding: 15px 5px 5px;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .skin_white-combine-inner {
    padding: 50px;
  }
}
.skin_white-combine-area__head {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .skin_white-combine-area__head {
    margin-bottom: 20px;
  }
}
.skin_white-combine-area__head-txt {
  display: inline-block;
  padding: 0 0.5em;
  position: relative;
  background: linear-gradient(to top, #f3ef92 0%, #f3ef92 50%, transparent 50%);
}
.skin_white-combine-area__head-txt::before, .skin_white-combine-area__head-txt::after {
  content: "";
  background: #000;
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .skin_white-combine-area__head-txt::before, .skin_white-combine-area__head-txt::after {
    height: 40px;
  }
}
.skin_white-combine-area__head-txt::before {
  left: -3px;
  transform: rotate(-45deg);
}
.skin_white-combine-area__head-txt::after {
  right: -3px;
  transform: rotate(45deg);
}
.skin_white-combine-area__head-sub {
  font-weight: normal;
}
.skin_white-combine-area-inner {
  background: #fff;
  box-sizing: border-box;
  padding: 15px 15px 30px;
}
@media all and (min-width: 768px) {
  .skin_white-combine-area-inner {
    padding: 25px 25px 50px;
  }
}
@media all and (min-width: 768px) {
  .skin_white-combine-box__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.skin_white-combine-box__list-item {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
.skin_white-combine-box__list-item:first-of-type::before, .skin_white-combine-box__list-item:first-of-type::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(var(--black));
}
.skin_white-combine-box__list-item:first-of-type::before {
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: -21px;
  transform: translateX(-50%);
}
.skin_white-combine-box__list-item:first-of-type::after {
  height: 20px;
  width: 2px;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .skin_white-combine-box__list-item {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }
  .skin_white-combine-box__list-item:first-of-type::before {
    right: -60px;
    left: auto;
    top: 73px;
    transform: none;
  }
  .skin_white-combine-box__list-item:first-of-type::after {
    right: -51px;
    left: auto;
    top: 64px;
    transform: none;
  }
}
.skin_white-combine-box__list-item-head {
  font-weight: bold;
  font-size: 1.8rem;
}
@media all and (min-width: 768px) {
  .skin_white-combine-box__list-item-head {
    font-size: 2rem;
  }
}
.skin_white-combine-box__list-price_txt {
  margin-bottom: 0.5em;
}
.skin_white-combine-box__list-price_txt .sub {
  font-size: 1.3rem;
}
@media all and (min-width: 768px) {
  .skin_white-combine-box__list-price_txt .sub {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 768px) {
  .skin_white-combine-box__list-price_txt-pb {
    padding-bottom: 2.3em;
  }
}
.skin_white-combine-box__list-price_num {
  text-align: center;
  margin-top: auto;
  border-top: 2px dotted rgb(var(--black));
  padding-top: 0.5em;
}
.skin_white-combine-box__list-price_num .c-price__ico {
  vertical-align: middle;
}

/* .skin_white-other
================================================ */
@media all and (min-width: 768px) {
  .skin_white-other-imgarea {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .skin_white-other-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.skin_white-other-list__item {
  position: relative;
  background: #CBB6E0;
  padding: 15px;
  box-sizing: border-box;
}
.skin_white-other-list__item + .skin_white-other-list__item {
  margin-top: 20px;
}
.skin_white-other-list__item::before {
  content: "";
  position: absolute;
  background: url(../img/ico_other01.png) no-repeat center;
  background-size: contain;
  width: 28px;
  height: 37px;
  top: -11px;
  left: 4px;
}
@media all and (min-width: 768px) {
  .skin_white-other-list__item::before {
    width: 31px;
    height: 41px;
    top: -11px;
    left: -7px;
  }
}
@media all and (min-width: 768px) {
  .skin_white-other-list__item {
    width: 49%;
    margin-right: 2%;
    padding: 20px;
  }
  .skin_white-other-list__item + .skin_white-other-list__item {
    margin-top: 0;
  }
  .skin_white-other-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .skin_white-other-list__item:nth-of-type(n+3) {
    margin-top: 2%;
  }
}
.skin_white-other-list__item-drip::before {
  background: url(../img/ico_other02.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 25px;
  top: -5px;
  left: 8px;
}
@media all and (min-width: 768px) {
  .skin_white-other-list__item-drip::before {
    width: 17px;
    height: 27px;
    top: -5px;
    left: 6px;
  }
}
.skin_white-other-list__item-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.36364;
  text-align: center;
}
@media all and (min-width: 768px) {
  .skin_white-other-list__item-title {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 768px) {
  .skin_white-other-list__item-txt {
    min-height: 3.6em;
  }
}
.skin_white-other-list__btn {
  width: 80%;
  margin: 10px auto 0;
  display: block;
}
.skin_white-other-list__btn-link {
  padding: 8px 32px 8px 25px;
  display: block;
  background: #fff;
  border-radius: 30px;
  font-weight: bold;
  color: #311f48;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.skin_white-other-list__btn-link::before {
  content: "";
  border-right: 2px solid #311f48;
  border-top: 2px solid #311f48;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-52%);
}

/* .skin_white-about
================================================ */
@media all and (min-width: 768px) {
  .skin_white-about-imglist {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 768px) {
  .skin_white-about-imglist__item-cell {
    width: 35%;
  }
}
@media all and (min-width: 768px) {
  .skin_white-about-imglist__item-liquid {
    width: 55%;
  }
}
.skin_white-about-imglist__item-cell-title, .skin_white-about-imglist__item-liquid-title {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 3px 5px 2px;
}
@media all and (min-width: 768px) {
  .skin_white-about-imglist__item-cell-title, .skin_white-about-imglist__item-liquid-title {
    padding: 5px 10px;
  }
}
.skin_white-about-imglist__item-cell-title {
  color: #473ba4;
  background-color: #ccccff;
}
.skin_white-about-imglist__item-liquid-title {
  color: #b30b90;
  background-color: #fac8fc;
}
.skin_white-about-imglist__item-txt {
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .skin_white-about-imglist__item-txt {
    font-size: 1.6rem;
  }
}

/* .skin_white-effect
================================================ */
.skin_white-effect__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skin_white-effect__list-item:nth-child(n+2) {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .skin_white-effect__list-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.skin_white-effect__list-img {
  width: 20%;
}
@media all and (min-width: 768px) {
  .skin_white-effect__list-img {
    width: 15%;
  }
}
.skin_white-effect__list-head {
  font-size: 1.8rem;
  border-bottom: 2px dotted;
  padding-bottom: 0.4em;
  margin-bottom: 0.3em;
  color: #311f48;
  font-weight: bold;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .skin_white-effect__list-head {
    font-size: 2rem;
  }
}
.skin_white-effect__list-txt {
  width: 75%;
}
@media all and (min-width: 768px) {
  .skin_white-effect__list-txt {
    width: 82%;
  }
}

/* .template-case
================================================ */
.template-case__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .template-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}