@charset "UTF-8";
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background:transparent; */
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  width: 100%;
  min-width: 1100px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #808080;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #808080;
}

.wrap {
  position: relative;
  width: 100%;
}

.text-center {
  text-align: center;
}

.btn-wrap {
  margin: 0 0 20px;
}
.btn-wrap.align-right {
  text-align: right;
}
.btn-wrap.align-center {
  text-align: center;
}

.angle-down {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  -webkit-transform: rotate(-142deg);
  -moz-transform: rotate(-142deg);
  -ms-transform: rotate(-142deg);
  -o-transform: rotate(-142deg);
  transform: rotate(-142deg);
}
.angle-down:before, .angle-down:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: #6c7877;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.angle-down:before {
  width: 1px;
  height: 10px;
}
.angle-down:after {
  width: 10px;
  height: 1px;
  border-radius: 1px 0 0 1px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

.btn {
  -webkit-backface-visibility: hidden;
  /* 追加 */
  backface-visibility: hidden;
  /* 追加 */
  display: inline-block;
  padding: 10px 14px;
  line-height: 1;
  font-size: 13px;
  color: #808080;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn .fa {
  margin-right: 6px;
}
.btn:hover .angle-down:before, .btn:hover .angle-down:after {
  background: #fff !important;
}

.btn-round {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #6c7877;
  text-align: center;
  background: #6c7877;
  border-radius: 1px;
}
.btn-round:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #6c7877;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.btn-round.btn-pink:after {
  background: #f5e1eb;
}
.btn-round:hover {
  opacity: 1;
  color: #fff;
}
.btn-round:hover::after {
  background: #6c7877;
}

.nolist {
  list-style: none;
}

.bg-sec {
  background: url(../images/common/bg_gradation@2x.png) repeat-x 0 100%;
  background-size: 1px 414px;
}

.float-box > .left {
  float: left;
}
.float-box > .right {
  float: right;
}

.flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-box.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-box.column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .flex-box.sp-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-box.sp-jc-c {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.inner-ttl {
  position: relative;
}
.inner-ttl:before, .inner-ttl:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  background: #6c7877;
}
.inner-ttl:before {
  height: 2px;
  margin-top: -6px;
}
.inner-ttl:after {
  height: 1px;
  margin-top: -1px;
}
.inner-ttl .slanting-line {
  position: relative;
  display: inline-block;
  width: 430px;
  text-align: center;
  background: #fff;
}
.inner-ttl .slanting-line:before, .inner-ttl .slanting-line:after {
  position: absolute;
  top: -7px;
  display: block;
  content: "";
}
.inner-ttl .slanting-line:before {
  left: -44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 44px;
  border-color: transparent transparent #ffffff transparent;
}
.inner-ttl .slanting-line:after {
  right: -44px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 44px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.inner-ttl .slanting-line .border {
  display: inline-block;
}
.inner-ttl .slanting-line .border:before, .inner-ttl .slanting-line .border:after {
  position: absolute;
  z-index: -1;
  top: -7px;
  display: block;
  content: "";
}
.inner-ttl .slanting-line .border:before {
  left: -46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 44px;
  border-color: transparent transparent #6c7877 transparent;
}
.inner-ttl .slanting-line .border:after {
  right: -46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 44px 0 0;
  border-color: #6c7877 transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .inner-ttl .slanting-line:before, .inner-ttl .slanting-line:after {
    position: absolute;
    top: -4px;
    display: block;
    content: "";
  }
  .inner-ttl .slanting-line:before {
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent #ffffff transparent;
  }
  .inner-ttl .slanting-line:after {
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  .inner-ttl .slanting-line .border {
    display: inline-block;
  }
  .inner-ttl .slanting-line .border:before, .inner-ttl .slanting-line .border:after {
    position: absolute;
    z-index: -1;
    top: -4px;
    display: block;
    content: "";
  }
  .inner-ttl .slanting-line .border:before {
    left: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 20px;
    border-color: transparent transparent #6c7877 transparent;
  }
  .inner-ttl .slanting-line .border:after {
    right: -21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 0;
    border-color: #6c7877 transparent transparent transparent;
  }
}
.inner-ttl.two-line:before {
  margin-top: -13px;
}
.inner-ttl.two-line:after {
  margin-top: -8px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.clearfix, .float-box {
  zoom: 1;
}

.clearfix:after, .float-box:after {
  display: block;
  clear: both;
  content: '';
}

.header-wrap {
  width: 100%;
}

.header {
  min-width: 1100px;
  padding-top: 30px;
}
.header .upper-box {
  max-width: 960px;
  margin: auto;
}
.header .upper-box .tel-box .reception-time {
  margin-bottom: 3px;
  color: #6c7877;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.09em;
}
.header .upper-box .tel-box .reception-time span {
  display: inline-block;
  vertical-align: middle;
}
.header .upper-box .tel-box .reception-time:before, .header .upper-box .tel-box .reception-time:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 36px;
  height: 10px;
  background-position: 0 0;
  background-size: 36px 10px;
}
.header .upper-box .tel-box .reception-time:before {
  background-image: url(../images/common/ico_time_left@2x.png);
}
.header .upper-box .tel-box .reception-time:after {
  background-image: url(../images/common/ico_time_right@2x.png);
}
.header .upper-box .tel-box .tel {
  line-height: 0;
}
.header .upper-box .contact-box {
  margin-left: 20px;
}
.header [id="hnavi"] {
  max-width: 960px;
  margin: 13px auto 0px;
  text-align: center;
}
.header .hnavi-list {
  display: inline-block;
  margin-left: 72px;
}
.header .hnavi-list .list-item {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 42px;
}
.header .hnavi-list .list-item:first-child {
  margin-left: 0;
}
.header .hnavi-list .list-item:not(.list-item-logo) a {
  top: -10px;
}
.header .hnavi-list a {
  display: inline-block;
  text-decoration: none;
  color: #808080;
  letter-spacing: 0.28em;
  font-size: 11px;
}
.header .hnavi-list a:not(.logo) {
  position: relative;
  padding-bottom: 6px;
}
.header .hnavi-list a:not(.logo):after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #808080;
  transition: all 0.2s;
}
.header .hnavi-list a:not(.logo):hover:after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .header {
    min-width: 0;
    height: 70px;
    padding-top: 16px;
  }

  .sp-logo a {
    display: block;
    width: 138px;
    margin: auto;
  }
  .sp-logo img {
    max-width: 100%;
    height: auto;
  }
}
/* ナビ */
.btn-menu {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 54px;
  height: 50px;
  transition: right .3s ease-out;
}
.btn-menu span {
  position: absolute;
  top: 23px;
  right: 15px;
  display: block;
  width: 24px;
  height: 4px;
  color: #000;
  transition: all .3s;
  transform: rotate(0deg);
  background: #c8c8c8;
}
.btn-menu .top {
  transform: translateY(-10px);
}
.btn-menu .bottom {
  transform: translateY(10px);
}
.btn-menu .overlay-cover {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.btn-menu.is-open .middle {
  background: rgba(200, 200, 200, 0);
}
.btn-menu.is-open .top {
  height: 2px;
  transform: rotate(-45deg) translateY(0px);
}
.btn-menu.is-open .bottom {
  height: 2px;
  transform: rotate(45deg) translateY(0px);
}
@media screen and (max-width: 640px) {
  .btn-menu {
    display: block;
  }
  .btn-menu.is-open {
    background: #fff;
  }
  .btn-menu.is-open:after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "close";
    font-size: 10;
    letter-spacing: 0.05em;
    margin-top: -.5em;
    line-height: 1;
    margin-left: -2.5em;
    color: #000;
  }
}

.menu-contents {
  position: fixed;
  z-index: 90000;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-top: 50px;
  background: white;
}
.menu-contents .menu-contents-wrap {
  position: relative;
  display: block;
  width: 100%;
  background: #f5fbfe;
  overflow: scroll;
}
.menu-contents .menu-contents-wrap:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: url(../images/common/bg-shadow.png) repeat-y 0 0;
  background-size: 15px auto;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  background: #fff;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp .list-item {
  display: block;
  margin-bottom: 25px;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp .list-item a {
  position: relative;
  display: block;
  width: 90%;
  margin: auto;
  height: 100%;
  padding: 0;
  font-size: 10px;
  letter-spacing: .14em;
  text-align: center;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp .list-item span {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 12px;
  line-height: 12px;
  padding: 0 6px 0 0;
  text-align: left;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp .list-item span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../images/common/sp/ico_arrow_right.png) no-repeat 0 0;
  background-size: 6px 12px;
}
.menu-contents .menu-contents-wrap .hnavi-list-sp .list-item-logo {
  height: 50px;
  padding: 0;
  margin-bottom: 5px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item {
  display: block;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item a {
  position: relative;
  display: block;
  margin: auto;
  height: 100%;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item span {
  display: inline-block;
  vertical-align: middle;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .btn {
  margin-top: 25px;
  margin-bottom: 20px;
  max-width: 180px;
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  color: #6c7877;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico {
  margin-right: 5px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico.ico-mail, .menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico.ico-tel {
  padding-left: 2px;
  margin-right: 7px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico.ico-facebook {
  padding-left: 5px;
  margin-right: 10px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico.ico-ameba, .menu-contents .menu-contents-wrap .contact-list-sp .list-item .ico.ico-instagram {
  padding-left: 3px;
  margin-right: 8px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .list-item .block {
  width: 90%;
  margin: auto;
  padding-left: 29px;
  display: block;
  font-size: 10px;
}
.menu-contents .menu-contents-wrap .contact-list-sp .address {
  margin-top: 10px;
  font-size: 10px;
  color: #6c7877;
}
.menu-contents .menu-contents-wrap .link-list-sp {
  max-width: 190px;
  margin: 25px auto 35px;
}
.menu-contents .menu-contents-wrap a {
  color: #000;
  text-decoration: none;
}
.menu-contents .menu-contents-wrap hr {
  position: relative;
  z-index: 100;
  border: none;
  height: 0;
  width: 100%;
  border-bottom: 1px solid #CCC;
}
.menu-contents .tel-box, .menu-contents .contact-box {
  padding: 15px;
}
.menu-contents .tel-box {
  margin-top: 30px;
}
.menu-contents .tel-box .reception-time {
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.menu-contents .contact-box {
  text-align: center;
}
.menu-contents .contact-box .btn-contact {
  display: block;
  width: 100%;
  height: 80px;
  color: #6c7877;
  font-size: 0.875rem;
  border: 2px solid #6c7877;
}
.menu-contents .contact-box .btn-contact span {
  display: block;
  height: 100%;
  padding-top: 50px;
  background: url(../images/common/ico-mail-sp.png) no-repeat 50% 12px;
  background-size: 33px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .menu-contents .contact-box .btn-contact span {
    background-image: url(../images/common/ico-mail-sp@2x.png);
  }
}
.menu-contents .contact-box .btn-contact:hover {
  opacity: 1;
  color: #fff;
  background: #6c7877;
}
.menu-contents .contact-box .btn-contact:hover span {
  background-position: 0 100%;
}
.menu-contents .contact-box .link-list {
  margin-top: 26px;
  display: inline-block;
  list-style: none;
}
.menu-contents .contact-box .link-list .list-item {
  float: left;
  margin-left: 30px;
}
.menu-contents .contact-box .link-list .list-item:first-child {
  margin-left: 0;
}

.contact-wrap {
  width: 180px;
}
.contact-wrap .btn-wrap {
  margin-bottom: 10px;
}
.contact-wrap .btn-contact {
  width: 100%;
  text-align: center;
  padding: 10.5px 0;
  font-size: 12px;
  color: #6c7877;
  border: 1px solid #6c7877;
}
.contact-wrap .btn-contact .fa {
  vertical-align: top;
}
.contact-wrap .btn-contact:hover {
  color: #fff;
  background: #6c7877;
}
.contact-wrap .link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrap .link-list a {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact-wrap .link-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .contact-wrap {
    margin-top: 35px;
  }
  .contact-wrap .btn-contact {
    width: 90%;
    max-width: 270px;
    font-size: 12px;
  }
  .contact-wrap .link-list {
    margin-top: 26px;
    display: inline-block;
    list-style: none;
  }
  .contact-wrap .link-list .list-item {
    float: left;
    margin-left: 30px;
  }
  .contact-wrap .link-list .list-item:first-child {
    margin-left: 0;
  }
}

.btn-pagetop {
  display: inline-block;
}

.footer-wrap {
  width: 100%;
  min-width: 1100px;
  border-top: 1px solid #d8d8d8;
}

.footer {
  position: relative;
  width: 960px;
  margin: auto;
  padding: 38px 0 90px;
}
.footer nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.footer nav .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.footer nav .nav-list {
  font-size: 11px;
  border-left: 1px solid #bebebe;
  padding-left: 10px;
  padding-right: 30px;
}
.footer nav .nav-list li {
  margin-bottom: 10px;
}
.footer nav .nav-list li:last-child {
  margin-bottom: 0;
}
.footer nav .nav-list a {
  display: block;
  color: #6c7877;
  line-height: 1.6;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer nav .nav-list a:hover {
  opacity: 0.7;
}
.footer nav .nav-company-list-1 {
  border: none;
  padding-left: 0;
}
.footer nav .nav-products-list {
  padding-right: 50px;
}
.footer nav .logo {
  margin: 0 50px;
  border: none;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .footer-wrap {
    width: 100%;
    min-width: 0;
  }

  .footer {
    width: 100%;
    padding: 55px 0 25px;
  }
  .footer nav {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer nav .list-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer nav .nav-list {
    margin-left: 35px;
    padding-right: 0;
    padding-left: 10px;
    border-left: 1px solid #bebebe;
  }
  .footer nav .nav-list + .nav-list {
    padding-top: 10px;
  }
  .footer nav .logo {
    width: 100%;
    margin: 30px 0 0;
    padding: 10px 0;
    background: #fff;
    text-align: center;
  }
  .footer nav .logo a {
    display: inline-block;
  }
}
.main-wrap {
  margin-top: 20px;
  display: block;
}
.main-wrap .inner-box {
  width: 960px;
  margin: auto;
}
.main-wrap .inner-box .inner-ttl {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .main-wrap .inner-box {
    width: auto;
  }
}
.top-page {
  margin-top: 20px;
  /*
  コンテンツ・インフォメーション・商品一覧をSPビューのときに並び順変更
   */
}
.top-page .bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  max-width: 960px;
  width: 100%;
  margin-left: -480px;
}
.top-page .bg .bg-drop {
  position: absolute;
}
.top-page .bg .bg-drop-1 {
  top: -56px;
  left: 0;
}
.top-page .bg .bg-drop-2 {
  top: -12px;
  right: -20px;
}
.top-page .bg .bg-drop-3 {
  top: 120px;
  right: 40px;
}
.top-page .bg .bg-drop-4 {
  top: 580px;
  left: 70px;
}
.top-page .bg .bg-drop-5 {
  top: 595px;
  right: -8px;
}
@media screen and (max-width: 640px) {
  .top-page .bg {
    display: none;
    left: 0;
    margin-left: 0;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .top-page .bg .bg-drop-1 {
    top: -25px;
    left: 25px;
  }
  .top-page .bg .bg-drop-1 img {
    width: 50px;
    height: 50px;
  }
  .top-page .bg .bg-drop-2 {
    top: 50px;
    right: 30px;
    z-index: -1;
  }
  .top-page .bg .bg-drop-2 img {
    width: 50px;
    height: 50px;
  }
  .top-page .bg .bg-drop-3 {
    display: none;
    top: 10.2%;
    right: auto;
    left: -15px;
    z-index: 100;
  }
  .top-page .bg .bg-drop-3 img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  .top-page .bg .bg-drop-3 {
    top: 9.5%;
  }
}
@media screen and (max-width: 640px) {
  .top-page .bg .bg-drop-4 {
    top: 580px;
    left: 70px;
  }
  .top-page .bg .bg-drop-5 {
    display: none;
    top: 11.2%;
    right: -10px;
    z-index: -1;
  }
  .top-page .bg .bg-drop-5 img {
    width: 88px;
    height: auto;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  .top-page .bg .bg-drop-5 {
    top: 10.5%;
  }
}

.top-page #top-slider .sp-selected-button {
  background-color: #ccc;
}
.top-page #top-slider .sp-button {
  border-color: #ccc;
}
@media screen and (max-width: 640px) {
  .top-page #top-slider .sp-button {
    width: 12px;
    height: 12px;
  }
}
.top-page #top-slider .sp-mask {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .top-page #top-slider .slide.sp-slide {
    position: relative;
  }
  .top-page #top-slider .slide:before, .top-page #top-slider .slide:after {
    position: absolute;
    z-index: 10;
    top: 0;
    content: "";
    display: block;
    width: 50px;
    height: 100%;
  }
  .top-page #top-slider .slide:before {
    left: 0;
    background: -moz-linear-gradient(left, #f3f2f7 0%, rgba(243, 242, 247, 0) 100%);
    background: -webkit-linear-gradient(left, #f3f2f7 0%, rgba(243, 242, 247, 0) 100%);
    background: linear-gradient(to right, #f3f2f7 0%, rgba(243, 242, 247, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f2f7', endColorstr='#00f3f2f7',GradientType=1 );
  }
  .top-page #top-slider .slide:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(243, 242, 247, 0) 0%, #f3f2f7 100%);
    background: -webkit-linear-gradient(left, rgba(243, 242, 247, 0) 0%, #f3f2f7 100%);
    background: linear-gradient(to right, rgba(243, 242, 247, 0) 0%, #f3f2f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f2f7', endColorstr='#f3f2f7',GradientType=1 );
  }
}
.top-page #top-slider .slide {
  max-width: 1100px;
  margin: 0 auto;
}
.top-page #top-slider .slide img {
  width: 100%;
  height: auto;
}
.top-page #top-slider .slide img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
.top-page .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  outline: 0;
  width: 23px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999;
  background-size: 23px 52px;
  transition: transform .2s;
}
.top-page .bx-wrapper .bx-prev {
  left: -10px;
  background: url(../images/common/ico-arr-left.png) no-repeat 0 0;
}
.top-page .bx-wrapper .bx-next {
  right: -10px;
  background: url(../images/common/ico-arr-right.png) no-repeat 0 0;
}
.top-page .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
@media screen and (max-width: 640px) {
  .top-page .bx-wrapper .bx-controls-direction a {
    margin-top: -12px;
    width: 13px;
    height: 24px;
    background-size: 13px 24px;
  }
  .top-page .bx-wrapper .bx-prev {
    background-position: 0 50%;
    background: url(../images/common/ico-arr-left-sp.png) no-repeat 0 50%;
  }
  .top-page .bx-wrapper .bx-prev:hover {
    background-position: 0 50%;
  }
  .top-page .bx-wrapper .bx-next {
    background-position: 0 50%;
    background: url(../images/common/ico-arr-right-sp.png) no-repeat 0 50%;
  }
  .top-page .bx-wrapper .bx-next:hover {
    background-position: 0 50%;
  }
}
.top-page .bx-wrapper .bx-prev:hover {
  -webkit-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
.top-page .bx-wrapper .bx-next:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
@media only screen and (min-width: 641px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 641px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 641px) and (min-device-pixel-ratio: 2), only screen and (min-width: 641px) and (min-resolution: 192dpi), only screen and (min-width: 641px) and (min-resolution: 2dppx) {
  .top-page .bx-wrapper .bx-prev {
    background-image: url(../images/common/ico-arr-left@2x.png);
  }
  .top-page .bx-wrapper .bx-next {
    background-image: url(../images/common/ico-arr-right@2x.png);
  }
}

@media screen and (min-width: 641px) {
  .top-page .top-slider-wrap {
    width: 100%;
    min-width: 1100px;
    height: 430px;
    margin: auto;
    position: relative;
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    background: #f3f2f7;
  }
  .top-page .top-slider-wrap .sp-image-container {
    width: 100% !important;
  }
  .top-page .top-slider-wrap.on-load {
    opacity: 1;
  }
}
@media screen and (max-width: 640px) {
  .top-page .top-slider-wrap {
    position: relative;
    opacity: 0;
    transition: opacity .6s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
  .top-page .top-slider-wrap .top-slider-body {
    width: 100%;
  }
  .top-page .top-slider-wrap .top-slider-body .slide {
    width: 100% !important;
  }
  .top-page .top-slider-wrap.on-load {
    opacity: 1;
  }
  .top-page .top-slider-wrap .bg-drop-6 {
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -55px;
    z-index: 1;
  }
  .top-page .top-slider-wrap .bg-drop-6 img {
    width: 88px;
    height: auto;
  }
  .top-page .bx-wrapper {
    margin-bottom: 0;
  }
}
.top-page .sec-timeless {
  margin-top: 100px;
  padding: 0 0 60px;
  text-align: center;
}
.top-page .sec-timeless .ttl-first {
  margin-bottom: 28px;
}
.top-page .sec-timeless .text-first {
  margin-bottom: 30px;
  color: #6c7877;
}
.top-page .sec-timeless .text-first img {
  margin: auto;
}
.top-page .sec-timeless .text-first .small {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
}
.top-page .sec-timeless .text {
  margin-bottom: 8px;
  letter-spacing: .3em;
  color: #6c7877;
}
.top-page .sec-timeless .list-item {
  width: 307px;
  margin-left: 19px;
  text-align: left;
}
.top-page .sec-timeless .list-item:first-child {
  margin-left: 0;
}
.top-page .sec-timeless .list-item a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.top-page .sec-timeless .list-item a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.top-page .sec-timeless .list-item a:hover img {
  opacity: .7;
}
.top-page .sec-timeless .list-item .text {
  margin-top: 13px;
  font-size: 13px;
  line-height: 1.46154em;
}
@media screen and (max-width: 640px) {
  .top-page .sec-timeless {
    margin-top: 40px;
    padding: 0 0 30px;
    text-align: center;
  }
  .top-page .sec-timeless .ttl-first {
    margin-bottom: 28px;
    text-align: center;
  }
  .top-page .sec-timeless .ttl-first.inner-ttl.two-line:before {
    margin-top: -10px;
  }
  .top-page .sec-timeless .ttl-first.inner-ttl.two-line:after {
    margin-top: -5px;
  }
  .top-page .sec-timeless .ttl-first .slanting-line {
    width: auto;
  }
  .top-page .sec-timeless .ttl-first .slanting-line:before, .top-page .sec-timeless .ttl-first .slanting-line:after {
    top: -9px;
  }
  .top-page .sec-timeless .ttl-first .slanting-line .border:before, .top-page .sec-timeless .ttl-first .slanting-line .border:after {
    top: -9px;
  }
  .top-page .sec-timeless .ttl-first img {
    max-width: 190px;
    height: auto;
  }
  .top-page .sec-timeless .text-first {
    margin-bottom: 20px;
    text-align: center;
  }
  .top-page .sec-timeless .text-first .sp {
    display: inline-block !important;
  }
  .top-page .sec-timeless .text-first .small {
    display: block;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  .top-page .sec-timeless .ttl-first + .text {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.46154em;
    letter-spacing: .3em;
    color: #6c7877;
  }
  .top-page .sec-timeless .list {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    padding: 0 10px;
  }
  .top-page .sec-timeless .list-item {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .top-page .sec-timeless .list-item:nth-child(1) {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .top-page .sec-timeless .list-item:nth-child(2) {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .top-page .sec-timeless .list-item:nth-child(3) {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .top-page .sec-timeless .list-item .text {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.46154em;
    text-align: left;
  }
  .top-page .sec-timeless .list-item img {
    width: 100%;
    height: auto;
  }
  .top-page .sec-timeless .list-item + .list-item {
    margin-top: 30px;
  }
}
.top-page .sec-contents {
  margin-top: 80px;
}
.top-page .sec-contents .ttl-first {
  margin-bottom: 30px;
}
.top-page .sec-contents .list-item {
  float: left;
  width: 218px;
  margin-left: 29px;
  text-align: left;
}
.top-page .sec-contents .list-item:first-child {
  margin-left: 0;
}
.top-page .sec-contents .list-item a {
  display: block;
  text-decoration: none;
}
.top-page .sec-contents .list-item a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.top-page .sec-contents .list-item a:hover img {
  opacity: .7;
}
.top-page .sec-contents .list-item .text {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.46154em;
}
@media screen and (max-width: 640px) {
  .top-page .sec-contents {
    margin-top: 80px;
  }
  .top-page .sec-contents .ttl-first {
    margin-bottom: 20px;
  }
  .top-page .sec-contents .ttl-first .slanting-line {
    width: auto;
  }
  .top-page .sec-contents .ttl-first.inner-ttl.two-line:before {
    margin-top: -10px;
  }
  .top-page .sec-contents .ttl-first.inner-ttl.two-line:after {
    margin-top: -5px;
  }
  .top-page .sec-contents .ttl-first .slanting-line {
    width: auto;
  }
  .top-page .sec-contents .ttl-first .slanting-line:before, .top-page .sec-contents .ttl-first .slanting-line:after {
    top: -9px;
  }
  .top-page .sec-contents .ttl-first .slanting-line .border:before, .top-page .sec-contents .ttl-first .slanting-line .border:after {
    top: -9px;
  }
  .top-page .sec-contents .ttl-first img {
    width: 135px;
    height: auto;
  }
  .top-page .sec-contents .list {
    padding: 0 10px;
  }
  .top-page .sec-contents .list:after {
    content: none;
  }
  .top-page .sec-contents .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-page .sec-contents .list-item {
    float: none;
    width: 48%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .top-page .sec-contents .list-item img {
    width: 100%;
    height: auto;
  }
  .top-page .sec-contents .list-item .text {
    font-size: 10px;
  }
  .top-page .sec-contents .list-item:nth-child(1) {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  .top-page .sec-contents .list-item:nth-child(2) {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  .top-page .sec-contents .list-item:nth-child(3) {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  .top-page .sec-contents .list-item:nth-child(4) {
    -webkit-order: 4;
    -ms-order: 4;
    order: 4;
  }
}
.top-page .sec-information {
  margin-top: 110px;
  background: rgba(0, 0, 0, 0.064);
}
.top-page .sec-information .inner-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.top-page .sec-information .ttl-first {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -10px;
}
.top-page .sec-information .list {
  max-width: 740px;
  margin: auto;
}
.top-page .sec-information .list-item {
  margin-bottom: 25px;
}
.top-page .sec-information .list-item:last-child {
  margin-bottom: 0;
}
.top-page .sec-information .list-item a {
  display: block;
  text-decoration: none;
}
.top-page .sec-information .list-item a:hover .text {
  text-decoration: underline;
}
.top-page .sec-information .list-item .title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  color: #7da5c1;
  letter-spacing: 0.08em;
}
.top-page .sec-information .list-item .title:before {
  content: "▶";
  margin-right: 4px;
}
.top-page .sec-information .list-item .text {
  font-size: 13px;
  line-height: 1.46154em;
}
@media screen and (max-width: 640px) {
  .top-page .sec-information {
    margin-top: 100px;
  }
  .top-page .sec-information .inner-box {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-page .sec-information .ttl-first {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .top-page .sec-information .ttl-first .slanting-line {
    width: auto;
  }
  .top-page .sec-information .ttl-first.inner-ttl.two-line:before {
    margin-top: -7px;
  }
  .top-page .sec-information .ttl-first.inner-ttl.two-line:after {
    margin-top: -2px;
  }
  .top-page .sec-information .ttl-first .slanting-line {
    width: auto;
    padding: 0 8px;
  }
  .top-page .sec-information .ttl-first .slanting-line:before, .top-page .sec-information .ttl-first .slanting-line:after {
    top: -7px;
  }
  .top-page .sec-information .ttl-first .slanting-line .border:before, .top-page .sec-information .ttl-first .slanting-line .border:after {
    top: -7px;
  }
  .top-page .sec-information .ttl-first img {
    width: 135px;
    height: auto;
  }
  .top-page .sec-information .list {
    max-width: 740px;
    margin: auto 10px;
  }
  .top-page .sec-information .list-item {
    margin-bottom: 25px;
  }
  .top-page .sec-information .list-item:last-child {
    margin-bottom: 0;
  }
  .top-page .sec-information .list-item a {
    display: block;
    text-decoration: none;
  }
  .top-page .sec-information .list-item a:hover .text {
    text-decoration: underline;
  }
  .top-page .sec-information .list-item .title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
    color: #7da5c1;
    letter-spacing: 0.08em;
  }
  .top-page .sec-information .list-item .title:before {
    content: "▶";
    margin-right: 4px;
  }
  .top-page .sec-information .list-item .text {
    font-size: 13px;
    line-height: 1.46154em;
  }
}
.top-page .sec-products {
  position: relative;
  z-index: 10;
  margin-top: 90px;
  padding-bottom: 130px;
}
.top-page .sec-products .ttl-first {
  margin-bottom: 30px;
}
.top-page .sec-products .ttl-first .slanting-line {
  width: 280px;
}
.top-page .sec-products .ttl-second {
  margin-bottom: 40px;
  text-align: center;
}
.top-page .sec-products .list-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 390px;
  margin-bottom: 8px;
}
.top-page .sec-products .list-product .list-item {
  position: relative;
  width: 20%;
  height: 100%;
  font-size: 12px;
  text-align: center;
}
.top-page .sec-products .list-product .list-item:before {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: url(../images/common/bg_dot@2x.png) repeat-y 0 0;
  background-size: 1px 2px;
}
.top-page .sec-products .list-product .list-item a {
  box-sizing: border-box;
  height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.top-page .sec-products .list-product .list-item .image {
  position: relative;
}
.top-page .sec-products .list-product .list-item .image .new {
  position: absolute;
  top: -20px;
  left: 5px;
}
.top-page .sec-products .list-product .list-item:first-child:before {
  content: none;
  border: none;
}
.top-page .sec-products .list-product .list-item-link {
  position: relative;
}
.top-page .sec-products .list-product .text {
  margin-top: 10px;
  margin-bottom: 10px;
}
.top-page .sec-products .list-product .angle-down {
  display: none;
}
.top-page .sec-products .list-product .popup {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: .03em;
}
.top-page .sec-products .list-product .popup:after {
  content: "";
  display: block;
  width: 29px;
  height: 11px;
  margin: auto;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 29px 11px;
}
.top-page .sec-products .list-product .popup.popup-gel {
  color: #dcbacb;
}
.top-page .sec-products .list-product .popup.popup-gel:after {
  background-image: url(../images/top/products/ico_arrow_gel@2x.png);
}
.top-page .sec-products .list-product .popup.popup-washing {
  color: #afc3e8;
}
.top-page .sec-products .list-product .popup.popup-washing:after {
  background-image: url(../images/top/products/ico_arrow_washing@2x.png);
}
.top-page .sec-products .list-product .popup.popup-lotion {
  color: #eacc9c;
}
.top-page .sec-products .list-product .popup.popup-lotion:after {
  background-image: url(../images/top/products/ico_arrow_lotion@2x.png);
}
.top-page .sec-products .list-product .popup.popup-serum {
  color: #808080;
}
.top-page .sec-products .list-product .popup.popup-serum:after {
  background-image: url(../images/top/products/ico_arrow_serum@2x.png);
}
.top-page .sec-products .list-product .popup.popup-cream {
  color: #b0cfc3;
}
.top-page .sec-products .list-product .popup.popup-cream:after {
  background-image: url(../images/top/products/ico_arrow_cream@2x.png);
}
.top-page .sec-products .list-product .popup.popup-freuv {
  color: #9a7c96;
}
.top-page .sec-products .list-product .popup.popup-freuv:after {
  background-image: url(../images/top/products/ico_arrow_freuv@2x.png);
}
.top-page .sec-products .list-product + .btn-wrap {
  margin-top: 40px;
  margin-bottom: 90px;
}
.top-page .sec-products .list-product + .btn-wrap .btn {
  width: 170px;
}
.top-page .sec-products .list-product + .btn-wrap + .btn-wrap {
  margin-bottom: 40px;
}
.top-page .sec-products .btn-wrap:last-child {
  margin-bottom: 0;
}
.top-page .sec-products .btn-contact {
  width: 100%;
  font-size: 18px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.top-page .sec-products .btn-contact .angle-down:before, .top-page .sec-products .btn-contact .angle-down:after {
  background: #484b53;
}
.top-page .sec-products .btn-contact .angle-down:before {
  height: 13px;
}
.top-page .sec-products .btn-contact .angle-down:after {
  width: 13px;
}
@media screen and (max-width: 640px) {
  .top-page .sec-products {
    min-height: auto;
    margin-top: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-page .sec-products .bg-box {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 440px;
    margin-bottom: 40px;
    background: url(../images/top/bg_products@2x.jpg) no-repeat 0 100%;
    background-size: contain;
  }
  .top-page .sec-products .bg-box .catch-phrase {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: auto;
    right: 20px;
    width: 31px;
    height: 159px;
    background: url(../images/top/sp/txt_products.png) no-repeat 0 0;
    background-size: 31px 159px;
  }
  .top-page .sec-products .ttl-first {
    margin-bottom: 60px;
    margin-bottom: 20px;
  }
  .top-page .sec-products .ttl-first .slanting-line {
    width: auto;
  }
  .top-page .sec-products .ttl-first.inner-ttl.two-line:before {
    margin-top: -8px;
  }
  .top-page .sec-products .ttl-first.inner-ttl.two-line:after {
    margin-top: -3px;
  }
  .top-page .sec-products .ttl-first .slanting-line {
    width: auto;
    padding: 0 8px;
  }
  .top-page .sec-products .ttl-first .slanting-line:before, .top-page .sec-products .ttl-first .slanting-line:after {
    top: -9px;
  }
  .top-page .sec-products .ttl-first .slanting-line .border:before, .top-page .sec-products .ttl-first .slanting-line .border:after {
    top: -9px;
  }
  .top-page .sec-products .ttl-first img {
    width: 120px;
    height: auto;
  }
  .top-page .sec-products .ttl-second {
    padding: 0 20px;
  }
  .top-page .sec-products .ttl-second img {
    max-width: 100%;
    height: auto;
  }
  .top-page .sec-products .right-box {
    width: 100%;
  }
  .top-page .sec-products .list-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0;
  }
  .top-page .sec-products .list-product .list-item {
    position: relative;
    width: 50%;
    height: 400px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 25px;
  }
  .top-page .sec-products .list-product .list-item a {
    text-decoration: none;
  }
  .top-page .sec-products .list-product .list-item.full {
    height: 220px;
    width: 100%;
  }
  .top-page .sec-products .list-product .list-item:after {
    position: absolute;
    bottom: -13px;
    left: 5%;
    content: "";
    display: block;
    width: 95%;
    height: 2px;
    background: url(../images/common/bg_dot_h@2x.png) repeat-x 0 0;
    background-size: 2px 1px;
  }
  .top-page .sec-products .list-product .list-item:nth-child(2n):after {
    left: 0;
  }
  .top-page .sec-products .list-product .list-item-link {
    position: relative;
    padding-bottom: 10px;
  }
  .top-page .sec-products .list-product .angle-down {
    display: none;
  }
  .top-page .sec-products .list-product .text {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    display: block;
    width: 80%;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    background: #6c7877;
    border-radius: 1px;
  }
  .top-page .sec-products .list-product .text:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #6c7877;
    border-radius: 6px;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 105px 20px;
  }
  .top-page .sec-products .list-product .list-item-gel .text:after {
    background-color: #dbb9cb;
  }
  .top-page .sec-products .list-product .list-item-washing .text:after {
    background-color: #bccdeb;
  }
  .top-page .sec-products .list-product .list-item-lotion .text:after {
    background-color: #eacca0;
  }
  .top-page .sec-products .list-product .list-item-serum .text:after {
    background-color: #808080;
  }
  .top-page .sec-products .list-product .list-item-cream .text:after {
    background-color: #b1cfc3;
  }
  .top-page .sec-products .list-product .list-item-freuv .text:after {
    background-color: #cabac7;
  }
  .top-page .sec-products .btn-wrap {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .top-page .sec-products .btn-wrap .btn {
    display: block;
    margin: auto;
    max-width: 240px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .top-page .flex-box-sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.top-page .sec-last {
  position: relative;
  padding-bottom: 100px;
}
.top-page .sec-last .bg-box {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -10px;
  width: 524px;
  width: 45%;
  height: 743px;
  background: url(../images/top/bg_products@2x.jpg) no-repeat 100% 100%;
  background-size: 524px 743px;
}
.top-page .sec-last .bg-box .catch-phrase {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: 200px;
  width: 238px;
  height: 46px;
  background: url(../images/top/txt_products@2x.png) no-repeat 0 0;
  background-size: 238px 46px;
}
.top-page .sec-last .inner-box {
  position: relative;
  height: 100%;
}
.top-page .sec-last .btn-wrap {
  margin-bottom: 60px;
}
.top-page .sec-last .btn-wrap:last-child {
  margin-bottom: 0;
}
.top-page .sec-last .btn-contact {
  display: block;
  width: 100%;
  width: 574px;
  font-size: 18px;
  margin: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}
.top-page .sec-last .btn-contact .angle-down:before, .top-page .sec-last .btn-contact .angle-down:after {
  background: #484b53;
}
.top-page .sec-last .btn-contact .angle-down:before {
  height: 13px;
}
.top-page .sec-last .btn-contact .angle-down:after {
  width: 13px;
}
@media screen and (max-width: 640px) {
  .top-page .sec-last {
    height: auto;
    min-height: auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top-page .sec-last .bg-box {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 440px;
    margin-bottom: 40px;
    background: url(../images/top/bg_products@2x.jpg) no-repeat 0 100%;
    background-size: contain;
  }
  .top-page .sec-last .bg-box .catch-phrase {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: auto;
    right: 20px;
    width: 31px;
    height: 159px;
    background: url(../images/top/sp/txt_products.png) no-repeat 0 0;
    background-size: 31px 159px;
  }
  .top-page .sec-last .inner-box {
    position: static;
    width: 100%;
  }
  .top-page .sec-last .right-box {
    position: static;
    width: 100%;
  }
  .top-page .sec-last .btn-wrap:last-child {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -53px;
    margin-bottom: 0;
  }
  .top-page .sec-last .btn-wrap {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .top-page .sec-last .btn-wrap .btn {
    max-width: 80%;
    font-size: 12px;
  }
  .top-page .sec-last .btn-wrap .btn-contact {
    width: 100%;
    margin-top: 6px;
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .top-page .sec-last .btn-wrap .btn-contact .angle-down:before, .top-page .sec-last .btn-wrap .btn-contact .angle-down:after {
    background: #484b53;
  }
  .top-page .sec-last .btn-wrap .btn-contact .angle-down:before {
    height: 10px;
  }
  .top-page .sec-last .btn-wrap .btn-contact .angle-down:after {
    width: 10px;
  }
}

.main-wrap.lower {
  color: #484b53;
}
.main-wrap.lower + .contact-wrap {
  margin-top: 90px;
}
.main-wrap.lower .btn-pagetop {
  margin-bottom: 70px;
}
.main-wrap.lower .cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-wrap.lower .cover .cover-text {
  position: relative;
  max-width: 960px;
  margin: auto;
}
.main-wrap.lower .cover .cover-text .text {
  position: absolute;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 42px;
  line-height: 1.33333;
  letter-spacing: .28em;
  color: #6c7877;
}
.main-wrap.lower .cover .cover-text .text .small {
  font-size: 18px;
  letter-spacing: .22em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 640px) {
  .main-wrap.lower .cover .cover-text .text {
    font-size: 35px;
    letter-spacing: .14em;
    line-height: 1.12;
  }
  .main-wrap.lower .cover .cover-text .text .small {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.main-wrap.lower .cover .cover-image {
  position: static;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 641px) {
  .main-wrap.lower .cover {
    width: 100%;
    height: 430px;
    min-width: 1100px;
    margin: auto;
  }
  .main-wrap.lower .cover .cover-text {
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main-wrap.lower .cover {
    width: 100%;
    height: 215px;
  }
  .main-wrap.lower .cover .cover-text {
    height: 100%;
  }
  .main-wrap.lower .cover .cover-text .text img {
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .main-wrap.lower img {
    max-width: 100%;
    height: auto;
  }
  .main-wrap.lower .inner-box {
    padding: 0 15px;
    overflow: hidden;
  }
  .main-wrap.lower + .contact-wrap {
    margin-top: 45px;
  }
}
.ingredients .cover {
  background-image: url(../images/ingredients/cover_img_ingredients@2x.jpg);
}
.ingredients .cover .cover-text .text {
  right: 110px;
  bottom: 75px;
}
@media screen and (max-width: 640px) {
  .ingredients .cover {
    background-position: 65% center !important;
  }
  .ingredients .cover .cover-text .text {
    right: 5px;
    bottom: 5%;
  }
}
.ingredients .footnote {
  margin: 5px 0 10px;
  font-size: 12px;
  text-align: left;
  color: #6c7877;
}
.ingredients .sec-antioxidant {
  margin-top: 120px;
}
.ingredients .sec-antioxidant .ttl-box, .ingredients .sec-antioxidant .text-box {
  max-width: 800px;
  margin: auto;
}
.ingredients .sec-antioxidant .ttl-first {
  margin-bottom: 5px;
  padding-bottom: 10px;
  text-align: center;
}
.ingredients .sec-antioxidant .ttl-first .text {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 46px;
  line-height: 1.26087;
  letter-spacing: .15em;
  color: #6c7877;
}
.ingredients .sec-antioxidant .ttl-first:after {
  position: relative;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/common/bg_dot_2_4@2x.png) repeat-x 0 0;
  background-size: 6px 2px;
}
.ingredients .sec-antioxidant .text-first {
  margin-right: 10px;
  margin-bottom: 80px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #484b53;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ingredients .sec-antioxidant .text-first .caution {
  font-size: 12px;
  color: #6c7877;
}
.ingredients .sec-antioxidant .full-box {
  position: relative;
  width: 100%;
  z-index: -1;
  margin-top: -100px;
  overflow: hidden;
}
.ingredients .sec-antioxidant .full-box .image {
  position: relative;
  left: 50%;
  margin-left: -552px;
}
.ingredients .sec-antioxidant .bg-antioxidant {
  position: relative;
  padding-bottom: 120px;
  background: url(../images/ingredients/bg_antioxidant@2x.jpg) no-repeat center 20px;
  background-size: 1070px 1534px;
}
.ingredients .sec-antioxidant .effect-block {
  max-width: 800px;
  margin: auto;
  color: #6c7877;
}
.ingredients .sec-antioxidant .effect-block .title {
  margin-bottom: 10px;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 46px;
  line-height: 1.26087;
  letter-spacing: .15em;
  text-align: center;
}
.ingredients .sec-antioxidant .effect-block .text {
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 2;
}
.ingredients .sec-antioxidant .effect-block .title-border {
  margin-top: 50px;
  padding: 4px 0;
  font-size: 30px;
  line-height: 1;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid #6c7877;
}
.ingredients .sec-antioxidant .effect-block .title-border span {
  display: block;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid #6c7877;
}
.ingredients .sec-antioxidant .effect-block .title-border + .text {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 25px;
}
.ingredients .sec-antioxidant .effect-detail-block {
  max-width: 800px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
  color: #6c7877;
  background: #6c7877;
  border-radius: 1px;
}
.ingredients .sec-antioxidant .effect-detail-block:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #6c7877;
  border-radius: 6px;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl {
  top: -.5em;
  z-index: 100;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl:before, .ingredients .sec-antioxidant .effect-detail-block .inner-ttl:after {
  content: none;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line:before {
  top: -5px;
  left: -32px;
  border-width: 0 0 28px 32px;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line:after {
  top: -5px;
  right: -32px;
  border-width: 28px 32px 0 0;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line .border:before {
  top: -5px;
  left: -34px;
  border-width: 0 0 28px 32px;
}
.ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line .border:after {
  top: -5px;
  right: -34px;
  border-width: 28px 32px 0 0;
}
.ingredients .sec-antioxidant .effect-detail-block .title-border {
  margin: 50px 40px 30px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  text-align: center;
}
.ingredients .sec-antioxidant .effect-detail-block .title-border:after {
  position: relative;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: url(../images/common/bg_dot_2_4_gray@2x.png) repeat-x 0 0;
  background-size: 5px 2px;
}
.ingredients .sec-antioxidant .effect-detail-block .image_u {
  position: relative;
  margin-top: -55px;
  left: -10px;
  bottom: -1px;
}
.ingredients .sec-antioxidant .effect-detail-block .flex-item-right {
  margin-right: 40px;
}
.ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
.ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item .small {
  font-size: 12px;
}
.ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item .small.pos-top {
  position: relative;
  top: -.1em;
  vertical-align: top;
}
.ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 33px;
  background: url(../images/ingredients/img_checkbox@2x.png) no-repeat 0 0;
  background-size: 37px 33px;
}
.ingredients .sec-antioxidant .effect-detail-block .caution {
  margin-bottom: 40px;
  font-size: 13px;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .heading {
  margin-bottom: 5px;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .desc-block {
  width: 170px;
  padding-right: 10px;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .desc-block .text {
  line-height: 1.69231;
  font-size: 13px;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .background-block {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #6c7877;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background {
  font-size: 13px;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background li {
  line-height: 2;
}
.ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background li:before {
  content: "□";
  margin-right: 6px;
}
.ingredients .sec-antioxidant .bg-plus-effect {
  background: #eef0f4;
}
.ingredients .sec-antioxidant .bg-plus-effect .inner-box {
  position: relative;
  padding-bottom: 40px;
}
.ingredients .sec-antioxidant .bg-plus-effect .title-popup {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
  text-align: center;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box {
  max-width: 800px;
  margin: auto;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .flex-item {
  max-width: 370px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .hr {
  width: 1px;
  background: #b8bcc4;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 1.3;
  color: #6c7877;
  letter-spacing: 0.015em;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .title .small {
  display: block;
  font-size: 22px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .title strong {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .title:after {
  position: relative;
  bottom: -5px;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: url(../images/common/bg_dot_2_4_gray@2x.png) repeat-x 0 0;
  background-size: 5px 2px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .text {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .image-box {
  position: relative;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .image-box .image-caption {
  margin-bottom: 8px;
  color: #6c7877;
  font-size: 17px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .image-box .image-caption:before {
  content: "□";
  margin-right: 8px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .frame {
  position: relative;
  z-index: 0;
  margin-top: 25px;
  padding: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: #6c7877;
  border-radius: 1px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .frame:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #6c7877;
  border-radius: 6px;
}
.ingredients .sec-antioxidant .bg-plus-effect .flex-box .caution {
  margin-top: 15px;
  color: #6c7877;
  font-size: 13px;
  line-height: 1.38462;
}
@media screen and (max-width: 640px) {
  .ingredients .sec-antioxidant {
    margin-top: 30px;
  }
  .ingredients .sec-antioxidant .text-box .image {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 90px;
    height: 90px;
  }
  .ingredients .sec-antioxidant .ttl-first .text {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .075em;
  }
  .ingredients .sec-antioxidant .text-first {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  .ingredients .sec-antioxidant .text-first .caution {
    font-size: 10px;
  }
  .ingredients .sec-antioxidant .full-box {
    padding: 0;
    margin-top: -50px;
  }
  .ingredients .sec-antioxidant .full-box .image {
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .ingredients .sec-antioxidant .bg-antioxidant {
    padding-bottom: 30px;
    background-size: cover;
  }
  .ingredients .sec-antioxidant .effect-block .title {
    font-size: 23px;
  }
  .ingredients .sec-antioxidant .effect-block .text {
    font-size: 14px;
    text-align: left;
  }
  .ingredients .sec-antioxidant .effect-block .title-border {
    margin-top: 25px;
    font-size: 16px;
  }
  .ingredients .sec-antioxidant .effect-block .title-border + .text {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .ingredients .sec-antioxidant .effect-detail-block {
    overflow: visible;
    margin: 40px 10px;
    padding: 10px;
  }
  .ingredients .sec-antioxidant .effect-detail-block:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #6c7877;
    border-radius: 6px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl {
    top: -1em;
    z-index: 100;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .05em;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl:before, .ingredients .sec-antioxidant .effect-detail-block .inner-ttl:after {
    content: none;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line {
    width: auto;
    font-size: 12px;
    line-height: 1.2;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line:before {
    top: -2px;
    left: -32px;
    border-width: 0 0 28px 32px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line:after {
    top: -2px;
    right: -32px;
    border-width: 28px 32px 0 0;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line .border:before {
    top: -2px;
    left: -34px;
    border-width: 0 0 28px 32px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .inner-ttl .slanting-line .border:after {
    top: -2px;
    right: -34px;
    border-width: 28px 32px 0 0;
  }
  .ingredients .sec-antioxidant .effect-detail-block .title-border {
    margin: 10px 0 15px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .flex-item-left {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 3px;
    width: 30%;
  }
  .ingredients .sec-antioxidant .effect-detail-block .image_u {
    position: relative;
    margin-top: 0;
    left: auto;
  }
  .ingredients .sec-antioxidant .effect-detail-block .flex-item-right {
    margin-right: 0;
  }
  .ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item {
    font-size: 14px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item .small {
    font-size: 10px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item .small.pos-top {
    position: relative;
    top: 0;
    vertical-align: top;
  }
  .ingredients .sec-antioxidant .effect-detail-block .list-effect .list-item:before {
    vertical-align: bottom;
  }
  .ingredients .sec-antioxidant .effect-detail-block .caution {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 10px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .heading {
    margin-bottom: 5px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .desc-block {
    width: 100%;
    padding-right: 0;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .desc-block .text {
    font-size: 12px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .background-block {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background {
    font-size: 12px;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background li {
    line-height: 2;
    width: 70%;
  }
  .ingredients .sec-antioxidant .effect-detail-block .background-box .background-block .list-background li:before {
    content: "□";
    margin-right: 6px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect {
    background: #eef0f4;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .inner-box {
    position: relative;
    padding-bottom: 20px;
    overflow: visible;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .title-popup {
    margin-bottom: -15px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .hr {
    height: 1px;
    width: 100%;
    margin: 60px 0;
    background: #b8bcc4;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .title .small {
    display: block;
    font-size: 15px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .text {
    line-height: 1.6;
    font-size: 14px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .frame {
    margin-top: 15px;
    font-size: 14px;
  }
  .ingredients .sec-antioxidant .bg-plus-effect .flex-box .caution {
    margin-top: 5px;
    font-size: 12px;
  }
}
.ingredients .sec-anti_saccharification {
  padding-top: 80px;
  background: url(../images/ingredients/bg_flower@2x.jpg) no-repeat center -80px;
  background-size: 1807px 771px;
}
.ingredients .sec-anti_saccharification .ttl-box, .ingredients .sec-anti_saccharification .text-box {
  max-width: 800px;
  margin: auto;
}
.ingredients .sec-anti_saccharification .ttl-first {
  margin-bottom: 5px;
  padding-bottom: 10px;
  text-align: center;
}
.ingredients .sec-anti_saccharification .ttl-first .text {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 1.26087;
  letter-spacing: 0.2em;
  color: #6c7877;
}
.ingredients .sec-anti_saccharification .ttl-first:after {
  position: relative;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/common/bg_dot_2_4@2x.png) repeat-x 0 0;
  background-size: 6px 2px;
}
.ingredients .sec-anti_saccharification .text-first {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 400px;
  margin-right: 25px;
}
.ingredients .sec-anti_saccharification .text-first .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #484b53;
}
.ingredients .sec-anti_saccharification .text-first .title-border {
  margin-top: 20px;
  padding: 4px 0;
  font-size: 22px;
  line-height: 1.18182;
  color: #6c7877;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  letter-spacing: 0;
  border-top: 2px solid;
  border-bottom: 2px solid #6c7877;
}
.ingredients .sec-anti_saccharification .text-first .title-border span {
  display: block;
  padding: 10px 0;
  border-top: 1px solid;
  border-bottom: 1px solid #6c7877;
}
.ingredients .sec-anti_saccharification .text-first .title-border + .image {
  margin-top: 10px;
}
.ingredients .sec-anti_saccharification .image-box {
  position: relative;
}
.ingredients .sec-anti_saccharification .image-box .catch {
  position: absolute;
  top: -80px;
  right: 80px;
}
.ingredients .sec-anti_saccharification .triple-wrap {
  margin-top: 70px;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl {
  top: -.5em;
  z-index: 100;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .05em;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line {
  width: auto;
  padding: 0 20px;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line:before {
  top: -1px;
  left: -32px;
  border-width: 0 0 28px 32px;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line:after {
  top: -1px;
  right: -32px;
  border-width: 28px 32px 0 0;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line .border:before {
  top: -1px;
  left: -34px;
  border-width: 0 0 28px 32px;
}
.ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line .border:after {
  top: -1px;
  right: -34px;
  border-width: 28px 32px 0 0;
}
.ingredients .sec-anti_saccharification .triple-wrap .text-first {
  margin-top: 60px;
  margin-bottom: 50px;
  color: #6c7877;
  font-size: 30px;
  line-height: 1.53333;
  text-align: center;
}
.ingredients .sec-anti_saccharification .triple-wrap .text-first strong {
  font-size: 52px;
  font-weight: normal;
  line-height: 1.25;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ingredients .sec-anti_saccharification .triple-wrap .title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 43px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #6c7877;
  font-weight: normal;
  letter-spacing: -.08em;
}
.ingredients .sec-anti_saccharification .triple-wrap .title span {
  vertical-align: middle;
}
.ingredients .sec-anti_saccharification .triple-wrap .heading {
  margin-bottom: 20px;
  font-size: 30px;
  color: #6c7877;
  letter-spacing: 0.1em;
}
.ingredients .sec-anti_saccharification .triple-wrap .title-border {
  padding: 0 0 4px;
  border-bottom: 1px solid #6c7877;
}
.ingredients .sec-anti_saccharification .triple-wrap .title-border > span {
  display: block;
  padding: 10px 0;
  border-bottom: 2px solid #6c7877;
}
.ingredients .sec-anti_saccharification .triple-wrap .text {
  margin-bottom: 65px;
  line-height: 1.875;
}
.ingredients .sec-anti_saccharification .triple-wrap .image {
  margin-top: 30px;
  text-align: center;
}
.ingredients .sec-anti_saccharification .triple-wrap .frame {
  position: relative;
  z-index: 0;
  padding: 20px;
  font-size: 25px;
  line-height: 1.32;
  color: #6c7877;
  background: #6c7877;
  border-radius: 1px;
}
.ingredients .sec-anti_saccharification .triple-wrap .frame:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #6c7877;
  border-radius: 6px;
}
.ingredients .sec-anti_saccharification .triple-wrap .hr {
  margin: 70px 0;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box .bg-box {
  width: 48%;
  height: 763px;
  margin-right: 2%;
  background: url(../images/ingredients/bg_triple_1@2x.jpg) no-repeat 100% center;
  background-size: 1380px 763px;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box .inner-box {
  width: 52%;
  position: relative;
  margin-top: 0;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box .inner-box .right-box {
  display: inline-block;
  width: 480px;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .bg-box {
  margin-right: 0;
  margin-left: 3%;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .inner-box {
  text-align: right;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .inner-box .right-box {
  text-align: left;
}
.ingredients .sec-anti_saccharification .triple-wrap .full-box.triple-2 .bg-box {
  height: 690px;
  background: url(../images/ingredients/bg_triple_2@2x.jpg) no-repeat 0 top;
  background-size: 1380px 690px;
}
.ingredients .sec-anti_saccharification .triple-wrap .triple-3 {
  margin-bottom: 70px;
}
.ingredients .sec-anti_saccharification .triple-wrap .triple-3 .flex-item {
  width: 440px;
}
.ingredients .sec-anti_saccharification .triple-wrap .triple-3 .flex-item + .flex-item {
  width: 480px;
}
@media screen and (max-width: 640px) {
  .ingredients .sec-anti_saccharification {
    padding-top: 40px;
    background-size: cover;
  }
  .ingredients .sec-anti_saccharification .inner-ttl {
    display: none;
  }
  .ingredients .sec-anti_saccharification .text-box {
    position: relative;
    z-index: 0;
    margin-top: 10px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients .sec-anti_saccharification .ttl-first .text {
    margin-top: 10px;
    font-size: 26px;
    letter-spacing: 0;
  }
  .ingredients .sec-anti_saccharification .text-first {
    min-width: 0;
    margin-right: 0;
  }
  .ingredients .sec-anti_saccharification .text-first .text {
    position: relative;
    width: 70%;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .ingredients .sec-anti_saccharification .text-first .title-border {
    margin-top: 15px;
    font-size: 16px;
  }
  .ingredients .sec-anti_saccharification .text-first .title-border + .image {
    margin-top: 10px;
  }
  .ingredients .sec-anti_saccharification .image-box {
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 0;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -ms-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
  .ingredients .sec-anti_saccharification .image-box .catch {
    display: none;
  }
  .ingredients .sec-anti_saccharification .triple-wrap {
    margin-top: 0;
    padding-top: 30px;
    overflow: hidden;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl {
    top: -.5em;
    z-index: 100;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: .05em;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line {
    width: auto;
    padding: 0 20px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line:before {
    top: -1px;
    left: -32px;
    border-width: 0 0 28px 32px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line:after {
    top: -1px;
    right: -32px;
    border-width: 28px 32px 0 0;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line .border:before {
    top: -1px;
    left: -34px;
    border-width: 0 0 28px 32px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .inner-ttl .slanting-line .border:after {
    top: -1px;
    right: -34px;
    border-width: 28px 32px 0 0;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .text-first {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .text-first strong {
    font-size: 28px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    color: #6c7877;
    font-weight: normal;
    letter-spacing: -.08em;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title span {
    vertical-align: bottom;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title span > span {
    display: inline-block;
    width: 40px;
    line-height: 0;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title span > span img {
    max-width: 100%;
    height: auto;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .heading {
    margin-bottom: 20px;
    font-size: 20px;
    color: #6c7877;
    letter-spacing: 0.1em;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title-border {
    padding: 0 0 4px;
    border-bottom: 1px solid #6c7877;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .title-border > span {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #6c7877;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .text {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .image {
    margin-top: 30px;
    text-align: center;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .frame {
    position: relative;
    z-index: 0;
    padding: 10px;
    font-size: 18px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .frame p {
    text-align: left !important;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .hr {
    margin: 40px 0;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box .bg-box {
    width: 100%;
    height: 130px;
    margin-right: 0;
    background-image: url(../images/ingredients/sp/bg_triple_1@2x.jpg);
    background-size: cover;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box .inner-box {
    width: 100%;
    padding: 0 10px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box .inner-box .right-box {
    width: 100%;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .bg-box {
    margin-right: 0;
    margin-left: 0;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .inner-box {
    text-align: right;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box.reverse .inner-box .right-box {
    text-align: left;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .full-box.triple-2 .bg-box {
    display: none;
    height: 130px;
    background-size: cover;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .triple-3 {
    margin-bottom: 70px;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .triple-3 .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .triple-3 .flex-item {
    width: 100%;
  }
  .ingredients .sec-anti_saccharification .triple-wrap .triple-3 .flex-item + .flex-item {
    width: 100%;
  }
}
.ingredients .sec-ceramide {
  background: #eef0f4;
}
.ingredients .sec-ceramide .inner-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ingredients .sec-ceramide .ttl-first {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 42px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  color: #6c7877;
  line-height: 1.27273;
  font-weight: normal;
  letter-spacing: .05em;
  border-bottom: 2px solid #6c7877;
}
.ingredients .sec-ceramide .ttl-first:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #6c7877;
}
.ingredients .sec-ceramide .ttl-first span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.ingredients .sec-ceramide .ttl-first span:before {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -40px;
  display: block;
  content: "";
  width: 242px;
  height: 95px;
  background: url(../images/ingredients/txt_ceramide@2x.png) no-repeat 0 0;
  background-size: 242px 95px;
}
.ingredients .sec-ceramide .flex-box {
  width: 850px;
  margin: auto;
}
.ingredients .sec-ceramide .flex-box .flex-item {
  max-width: 410px;
}
.ingredients .sec-ceramide .flex-box .hr-dot {
  width: 2px;
  background: url(../images/common/bg_dot_2x@2x.png) repeat-y 0 0;
  background-size: 2px 4px;
}
.ingredients .sec-ceramide .flex-box .title {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25926;
  color: #6c7877;
  letter-spacing: 0.015em;
  border-bottom: 1px solid;
}
.ingredients .sec-ceramide .flex-box .text {
  line-height: 1.8;
}
.ingredients .sec-ceramide .flex-box .image-box {
  position: relative;
}
.ingredients .sec-ceramide .flex-box .image-box .popup {
  position: absolute;
  top: -24px;
  left: -36px;
}
@media screen and (max-width: 640px) {
  .ingredients .sec-ceramide .inner-box {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .ingredients .sec-ceramide .ttl-first {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.5;
  }
  .ingredients .sec-ceramide .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .ingredients .sec-ceramide .flex-box .flex-item:first-child {
    margin-bottom: 15px;
  }
  .ingredients .sec-ceramide .flex-box .hr-dot {
    display: none;
    width: 2px;
    background: url(../images/common/bg_dot_2x@2x.png) repeat-y 0 0;
    background-size: 2px 4px;
  }
  .ingredients .sec-ceramide .flex-box .title {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.25926;
    color: #6c7877;
    letter-spacing: 0.015em;
    border-bottom: 1px solid;
  }
  .ingredients .sec-ceramide .flex-box .text {
    line-height: 1.8;
  }
  .ingredients .sec-ceramide .flex-box .image-box {
    position: relative;
  }
  .ingredients .sec-ceramide .flex-box .image-box .popup {
    position: absolute;
    top: -24px;
    left: -36px;
  }
}
.ingredients .sec-last {
  position: relative;
  margin-top: 85px;
}
.ingredients .sec-last .text-box {
  margin-top: 50px;
  margin-bottom: 100px;
}
.ingredients .sec-last .text-box .text {
  color: #6c7877;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
}
.ingredients .sec-last .text-box .text strong {
  display: block;
  margin-top: 10px;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.36364;
}
.ingredients .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.ingredients .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.ingredients .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.ingredients .sec-last .btn-wrap .btn-contact .angle-down:before, .ingredients .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.ingredients .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.ingredients .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.ingredients .sec-last .btn-wrap + .btn-wrap {
  margin-bottom: 130px;
}
.ingredients .sec-last .btn-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .ingredients .sec-last {
    margin-top: 0;
  }
  .ingredients .sec-last .text-box {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .ingredients .sec-last .text-box .text {
    font-size: 18px;
    line-height: 1.75;
  }
  .ingredients .sec-last .text-box .text strong {
    font-size: 26px;
  }
  .ingredients .sec-last .btn-wrap {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .ingredients .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.jitan-care .cover {
  background-image: url(../images/jitan-care/cover_img_jitan@2x.jpg);
}
.jitan-care .cover .cover-text .text {
  right: 80px;
  bottom: 70px;
}
@media screen and (max-width: 640px) {
  .jitan-care .cover .cover-text .text {
    right: 20px;
    bottom: 10px;
  }
}
.jitan-care .sec .inner-box {
  padding: 0 80px;
}
@media screen and (max-width: 640px) {
  .jitan-care .sec .inner-box {
    padding: 0;
  }
}
.jitan-care .sec-time {
  margin-top: 120px;
}
.jitan-care .sec-time .ttl-first {
  margin-bottom: 28px;
}
.jitan-care .sec-time .description {
  margin-bottom: 90px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  line-height: 1.53846;
  letter-spacing: 0.12em;
  text-align: center;
  color: #6c7877;
}
.jitan-care .sec-time .description span {
  position: relative;
  display: inline-block;
  margin-left: -20px;
  padding-left: 20px;
}
.jitan-care .sec-time .description span:before, .jitan-care .sec-time .description span:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 96px;
  background: #6c7877;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
.jitan-care .sec-time .description span:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.jitan-care .sec-time .description span:after {
  right: 0;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.jitan-care .sec-time .text-first {
  margin-bottom: 80px;
  font-size: 46px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.3em;
  line-height: 1.26087;
  text-align: center;
  color: #6c7877;
}
.jitan-care .sec-time .time-box {
  margin-bottom: 110px;
}
.jitan-care .sec-time .time-box:last-child {
  margin-bottom: 30px;
}
.jitan-care .sec-time .time-box-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jitan-care .sec-time .time-box-inner .text-box {
  margin-right: 25px;
}
.jitan-care .sec-time .time-box-inner .image-box {
  position: relative;
}
.jitan-care .sec-time .time-box-inner .image-box:after {
  position: absolute;
  bottom: -75px;
  content: "";
  display: block;
  width: 97px;
  height: 75px;
  background: url(../images/jitan-care/img_arrow_left@2x.png) no-repeat 0 0;
  background-size: 97px 75px;
}
.jitan-care .sec-time .time-box-inner.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.jitan-care .sec-time .time-box-inner.reverse .text-box {
  margin-right: 0;
  margin-left: 25px;
}
.jitan-care .sec-time .time-box-inner.reverse .image-box:after {
  bottom: -83px;
  width: 93px;
  height: 83px;
  background-image: url(../images/jitan-care/img_arrow_right@2x.png);
  background-size: 93px 83px;
}
.jitan-care .sec-time .time-box-inner .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25926;
  color: #6c7877;
  letter-spacing: 0.015em;
  border-bottom: 1px solid;
}
.jitan-care .sec-time .time-box-inner .text {
  font-size: 18px;
  line-height: 1.88889;
}
.jitan-care .sec-time .time-box-inner .text + .text {
  margin-top: 20px;
}
.jitan-care .sec-time .time-1 .time-box-inner {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: -65px;
}
.jitan-care .sec-time .time-1 .time-box-inner .image-box:after {
  left: 70px;
}
.jitan-care .sec-time .time-2 .time-box-inner .image-box:after {
  bottom: -75px;
  right: -60px;
}
.jitan-care .sec-time .time-3 .time-box-inner .image-box:after {
  bottom: -85px;
  left: -60px;
}
.jitan-care .sec-time .time-4 .time-box-inner {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.jitan-care .sec-time .time-4 .time-box-inner .image-box:after {
  bottom: -58px;
  right: -60px;
}
@media screen and (max-width: 640px) {
  .jitan-care .sec-time {
    margin-top: 30px;
  }
  .jitan-care .sec-time .text-first {
    margin-bottom: 35px;
    text-align: center;
    font-size: 0.625rem;
    letter-spacing: .06em;
    line-height: 1.4;
    margin-bottom: 28px;
  }
  .jitan-care .sec-time .description {
    margin-bottom: 25px;
    padding: 0 35px;
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: 0.12em;
    text-align: center;
    color: #6c7877;
  }
  .jitan-care .sec-time .description span {
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
  }
  .jitan-care .sec-time .description span:before {
    left: 0;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  .jitan-care .sec-time .description span:after {
    right: 0;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .jitan-care .sec-time .text-first {
    margin-bottom: 40px;
    font-size: 23px;
    letter-spacing: 0.15em;
  }
  .jitan-care .sec-time .time-box {
    margin-bottom: 90px;
  }
  .jitan-care .sec-time .time-box .image-box {
    margin-top: 10px;
  }
  .jitan-care .sec-time .time-box .image-box img {
    width: 100%;
  }
  .jitan-care .sec-time .time-box .time-image img {
    width: 100%;
  }
  .jitan-care .sec-time .time-box:last-child {
    margin-bottom: 60px;
  }
  .jitan-care .sec-time .time-box:not(.time-4) {
    position: relative;
  }
  .jitan-care .sec-time .time-box:not(.time-4):after {
    position: absolute;
    bottom: -55px;
    left: 50%;
    margin-left: -22px;
    content: "";
    display: block;
    width: 55px;
    height: 21px;
    background: url(../images/jitan-care/sp/img_arrow_bottom.png) no-repeat 0 0;
    background-size: 55px 21px;
  }
  .jitan-care .sec-time .time-3 .time-box-inner {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .jitan-care .sec-time .time-1 .time-box-inner .image-box {
    padding: 0 30px;
  }
  .jitan-care .sec-time .time-box-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jitan-care .sec-time .time-box-inner .text-box {
    margin-right: 0;
  }
  .jitan-care .sec-time .time-box-inner .text-box .text {
    padding: 0 10px;
  }
  .jitan-care .sec-time .time-box-inner .text-box .text + .text {
    padding: 0 30px;
  }
  .jitan-care .sec-time .time-box-inner .image-box:after {
    position: absolute;
    bottom: -75px;
    content: none;
    display: block;
    width: 97px;
    height: 75px;
  }
  .jitan-care .sec-time .time-box-inner.reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .jitan-care .sec-time .time-box-inner.reverse .text-box {
    margin-right: 0;
    margin-left: 0;
  }
  .jitan-care .sec-time .time-box-inner .title {
    font-size: 18px;
  }
  .jitan-care .sec-time .time-box-inner .text {
    font-size: 14px;
  }
  .jitan-care .sec-time .time-box-inner .text + .text {
    margin-top: 20px;
  }
  .jitan-care .sec-time .time-1 .time-box-inner {
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: 5px;
  }
  .jitan-care .sec-time .time-1 .time-box-inner .image-box:after {
    left: 70px;
  }
  .jitan-care .sec-time .time-2 .time-box-inner .image-box:after {
    bottom: -75px;
    left: 60px;
    right: auto;
  }
  .jitan-care .sec-time .time-3 .time-box-inner .image-box:after {
    bottom: -65px;
    right: 60px;
    left: auto;
  }
  .jitan-care .sec-time .time-4 .time-box-inner {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .jitan-care .sec-time .time-4 .time-box-inner .image-box:after {
    bottom: -58px;
    left: 60px;
    right: auto;
  }
}
.jitan-care .sec-holiday {
  background: #e9edf1;
}
.jitan-care .sec-holiday .inner-box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.jitan-care .sec-holiday .ttl-first {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 44px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  color: #6c7877;
  line-height: 1.27273;
  font-weight: normal;
  letter-spacing: .05em;
  border-bottom: 2px solid #6c7877;
}
.jitan-care .sec-holiday .ttl-first:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #6c7877;
}
.jitan-care .sec-holiday .ttl-first span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.jitan-care .sec-holiday .ttl-first span:before {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: 0;
  display: block;
  content: "";
  width: 204px;
  height: 103px;
  background: url(../images/jitan-care/txt_holiday@2x.png) no-repeat 0 0;
  background-size: 204px 103px;
}
.jitan-care .sec-holiday .flex-box {
  width: 800px;
  margin: auto;
}
.jitan-care .sec-holiday .flex-box .flex-item {
  max-width: 370px;
}
.jitan-care .sec-holiday .flex-box .hr-dot {
  width: 2px;
  background: url(../images/common/bg_dot_2x@2x.png) repeat-y 0 0;
  background-size: 2px 4px;
}
.jitan-care .sec-holiday .flex-box .title {
  margin-top: 50px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.25926;
  color: #6c7877;
  letter-spacing: 0.015em;
  border-bottom: 1px solid;
}
.jitan-care .sec-holiday .flex-box .text {
  line-height: 1.8;
}
.jitan-care .sec-holiday .flex-box .image-box {
  position: relative;
}
.jitan-care .sec-holiday .flex-box .image-box .popup {
  position: absolute;
  top: -24px;
  left: -36px;
}
@media screen and (max-width: 640px) {
  .jitan-care .sec-holiday .inner-box {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .jitan-care .sec-holiday .ttl-first {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 26px;
  }
  .jitan-care .sec-holiday .ttl-first:after {
    bottom: -10px;
    width: 100%;
    height: 0;
  }
  .jitan-care .sec-holiday .ttl-first span:before {
    top: -45px;
    left: 0;
    width: 204px;
    height: 103px;
  }
  .jitan-care .sec-holiday .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }
  .jitan-care .sec-holiday .flex-box .flex-item {
    margin-top: 50px;
  }
  .jitan-care .sec-holiday .flex-box .title {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .jitan-care .sec-holiday .flex-box .text {
    font-size: 14px;
    line-height: 1.8;
  }
  .jitan-care .sec-holiday .flex-box .image-box {
    position: relative;
  }
  .jitan-care .sec-holiday .flex-box .image-box .popup {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    top: -40px;
    left: -5px;
  }
}
.jitan-care .sec-video {
  position: relative;
  min-height: 710px;
  margin-top: 90px;
}
.jitan-care .sec-video .ttl-first {
  margin-bottom: 60px;
}
.jitan-care .sec-video .ttl-first .slanting-line {
  width: 140px;
}
.jitan-care .sec-video .text-first {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 44px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  color: #6c7877;
  line-height: 1.27273;
  font-weight: normal;
}
.jitan-care .sec-video .text-first + .text {
  margin-bottom: 20px;
}
.jitan-care .sec-video .movie-box {
  position: relative;
  max-width: 730px;
  margin: auto;
  text-align: center;
}
.jitan-care .sec-video .movie-box:before {
  display: block;
  content: "";
  padding-top: 56.3013699%;
}
.jitan-care .sec-video .movie-box iframe, .jitan-care .sec-video .movie-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.jitan-care .sec-video .movie-box video::-internal-media-controls-download-button {
  display: none;
}
.jitan-care .sec-video .movie-box video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.jitan-care .sec-video .movie-box video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}
.jitan-care .sec-video .movie-box #play-btn {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
.jitan-care .sec-video .movie-box .movie + #play-btn {
  display: none;
}
.jitan-care .sec-video .text-box {
  margin-top: 50px;
  margin-bottom: 100px;
}
.jitan-care .sec-video .text-box .text {
  color: #6c7877;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
}
.jitan-care .sec-video .text-box .text strong {
  display: block;
  margin-top: 10px;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.36364;
}
@media screen and (max-width: 640px) {
  .jitan-care .sec-video {
    min-height: 0;
    margin-top: 90px;
  }
  .jitan-care .sec-video .ttl-first {
    margin-bottom: 30px;
  }
  .jitan-care .sec-video .ttl-first:before {
    margin-top: -4px;
  }
  .jitan-care .sec-video .ttl-first:after {
    margin-top: 1px;
  }
  .jitan-care .sec-video .ttl-first .slanting-line {
    width: 140px;
  }
  .jitan-care .sec-video .text-first {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 22px;
  }
  .jitan-care .sec-video .text-first + .text {
    max-width: 280px;
    margin: auto;
  }
  .jitan-care .sec-video .movie-box:before {
    padding-top: 56.3013699%;
  }
  .jitan-care .sec-video .text-box {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .jitan-care .sec-video .text-box .text {
    font-size: 15px;
  }
  .jitan-care .sec-video .text-box .text strong {
    margin-top: 10px;
    font-size: 22px;
  }
}
.jitan-care .sec-last {
  position: relative;
  margin-top: 85px;
}
.jitan-care .sec-last .text-box {
  margin-top: 50px;
  margin-bottom: 100px;
}
.jitan-care .sec-last .text-box .text {
  color: #6c7877;
  font-size: 28px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
}
.jitan-care .sec-last .text-box .text strong {
  display: block;
  margin-top: 10px;
  font-size: 44px;
  font-weight: normal;
  line-height: 1.36364;
}
.jitan-care .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.jitan-care .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.jitan-care .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.jitan-care .sec-last .btn-wrap .btn-contact .angle-down:before, .jitan-care .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.jitan-care .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.jitan-care .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.jitan-care .sec-last .btn-wrap + .btn-wrap {
  margin-bottom: 130px;
}
.jitan-care .sec-last .btn-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .jitan-care .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .jitan-care .sec-last .btn-wrap:first-child {
    margin-bottom: 0;
  }
  .jitan-care .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.products .cover {
  background-image: url(../images/products/cover_img_products@2x.jpg);
}
.products .cover .cover-text .text {
  right: 85px;
  bottom: 30px;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .products .cover .cover-text .text {
    left: 20px;
    top: 9%;
    max-width: 50%;
    color: #6c7877 !important;
  }
}
.products .sec-product-detail {
  margin-top: 75px;
  margin-bottom: 230px;
}
.products .sec-product-detail .list-product-detail > .list-item {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 80px;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl {
  position: relative;
  text-align: right;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .jp-text {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.7em;
  padding: 0 30px 0 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #484b53;
  background: #fff;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line {
  width: 200px;
  margin-right: 140px;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line:before {
  top: 50%;
  margin-top: -22px;
  left: -36px;
  border-width: 0 38px 44px 0;
  border-color: transparent #fff transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line:after {
  top: 50%;
  margin-top: -22px;
  right: -36px;
  border-width: 44px 0 0 38px;
  border-color: transparent transparent transparent #fff;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line .border:before {
  top: 50%;
  margin-top: -22px;
  left: -38px;
  border-width: 0 38px 44px 0;
  border-color: transparent #6c7877 transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line .border:after {
  top: 50%;
  margin-top: -22px;
  right: -38px;
  border-width: 44px 0 0 38px;
  border-color: transparent transparent transparent #6c7877;
}
.products .sec-product-detail .list-product-detail > .list-item .list-feature {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -40px;
}
.products .sec-product-detail .list-product-detail > .list-item .list-feature .list-item {
  margin-right: 15px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box {
  max-width: 800px;
  margin: 20px auto 0;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box {
  position: relative;
  padding-top: 120px;
  -webkit-align-items: center;
  align-items: center;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text {
  flex: 1;
  margin-left: 30px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .title {
  font-size: 25px;
  line-height: 1.6;
  font-weight: normal;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text > .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71429;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-name {
  margin-top: 40px;
  font-size: 27px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .price-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box {
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  border: 1px solid #484b53;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:before, .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:before {
  top: 0;
  left: -1px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:after {
  bottom: 0;
  right: -1px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .caution_text {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.8;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box {
  -webkit-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text {
  position: relative;
  margin-left: 25px;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
  border-left: 1px solid #484b53;
  border-bottom: 1px solid #484b53;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:before, .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:after {
  position: absolute;
  top: 50%;
  left: -19px;
  content: "";
  display: block;
  width: 20px;
  height: 7px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:before {
  border-top: 1px solid #484b53;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:after {
  left: -16px;
  background: #fff;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box {
  margin-top: 60px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .title {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .12em;
  border-bottom: 2px solid;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .title:after {
  position: absolute;
  bottom: -8px;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .title .sub-text {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box {
  margin-bottom: 30px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-1 .step-box-title {
  color: #d588ad;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-1 .summary-box {
  margin-bottom: 40px;
  color: #d588ad;
  border-color: #d588ad;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .step-box-title {
  color: #b383af;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .summary-box {
  color: #b383af;
  border-color: #b383af;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .how-to-item.bg-color-white:before {
  background-image: url(../images/products/ttl_point_serum_2@2x.png) !important;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .how-to-item .image + .image {
  margin-top: 4px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .how-to-item .image.serum_triming {
  overflow: hidden;
  height: 100px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .how-to-item .image.serum_triming img {
  margin-top: -43px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title {
  margin-bottom: 20px;
  font-size: 26px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title > span {
  display: inline-block;
  vertical-align: middle;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title .care {
  margin-left: 10px;
}
@media screen and (min-width: 641px) {
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title .care {
    margin-top: -4px;
  }
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .summary-box {
  margin: 20px 0;
  padding: 20px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-align: center;
  border: 1px solid;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to hr.step-next {
  position: relative;
  margin: 70px 0;
  border-top-color: #484b53;
  overflow: visible;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to hr.step-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 55px;
  height: 39.5px;
  margin-top: -19.75px;
  margin-left: -27.5px;
  background: url(../images/products/ico_arrow_next@2x.png) no-repeat 0 0;
  background-size: 55px 39.5px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item {
  max-width: 158px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color {
  position: relative;
  max-width: 170px;
  padding: 20px 15px 15px;
  text-align: center;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(../images/products/bg_block@2x.png);
  background-size: 100px 100px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.two-block {
  max-width: 370px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-pink {
  background-color: #efc9c5;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-blue {
  background-color: #c6d7ed;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-green {
  background-color: #c9e0cb;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-yellow {
  background-color: #f3d8ad;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white {
  background-color: #fff;
  border: 1px solid #ccc;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white:before {
  width: 156.5px;
  margin-left: -78.25px;
  background-image: url(../images/products/ttl_point_serum@2x.png) !important;
  background-size: 156.5px 25px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle:after {
  position: absolute;
  content: "";
  display: block;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.top-left {
  border-color: #ccc transparent transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.top-left:after {
  top: -11px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.top-right {
  border-color: transparent #ccc transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.top-right:after {
  top: -1px;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.bottom-left {
  border-color: transparent transparent transparent #ccc;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.bottom-left:after {
  top: -9px;
  left: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.bottom-right {
  border-color: transparent transparent #ccc transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color.bg-color-white .triangle.bottom-right:after {
  top: 1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color:before {
  position: absolute;
  z-index: 100;
  top: -12px;
  left: 50%;
  margin-left: -56px;
  display: block;
  content: "";
  width: 113px;
  height: 25px;
  background: url(../images/products/ttl_point@2x.png) no-repeat 0 0;
  background-size: 113px 25px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color .triangle {
  position: absolute;
  z-index: 1;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color .triangle.top-left {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color .triangle.top-right {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color .triangle.bottom-left {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #ffffff;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color .triangle.bottom-right {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .flex-box .text {
  margin-left: 20px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .flex-box.column .text {
  margin-left: 0;
  margin-top: 5px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .reverse .text {
  margin-left: 0;
  margin-right: 20px;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .title {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .title:after {
  content: none;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .text {
  line-height: 1.4;
  text-align: left;
}
.products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .dot {
  margin-top: 79px;
  line-height: 1;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl:after {
  background: #debabe;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl .slanting-line .border:before {
  border-right-color: #debabe;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl .slanting-line .border:after {
  border-left-color: #debabe;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl:after {
  background: #9fc5e8;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl .slanting-line .border:before {
  border-right-color: #9fc5e8;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl .slanting-line .border:after {
  border-left-color: #9fc5e8;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl:after {
  background: #e9c38d;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl .slanting-line .border:before {
  border-right-color: #e9c38d;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl .slanting-line .border:after {
  border-left-color: #e9c38d;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl:after {
  background: #a0bf9c;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl .slanting-line .border:before {
  border-right-color: #a0bf9c;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl .slanting-line .border:after {
  border-left-color: #a0bf9c;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex .item-name {
  margin-top: 0 !important;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex .flex-item + .flex-item {
  margin-left: 20px;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl:after {
  background: #c0adc1;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl .slanting-line .border:before {
  border-right-color: #c0adc1;
}
.products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl .slanting-line .border:after {
  border-left-color: #c0adc1;
}
@media screen and (max-width: 640px) {
  .products .sec-product-detail {
    margin-top: 45px;
    margin-bottom: 100px;
  }
  .products .sec-product-detail .inner-box {
    overflow: visible;
  }
  .products .sec-product-detail .list-product-detail > .list-item {
    margin-bottom: 40px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .jp-text {
    position: absolute;
    left: 0;
    padding: 0 15px 0  10px;
    font-size: 15px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line {
    display: none;
    width: auto;
    padding: 0 5px;
    margin-right: 30px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line:before {
    top: 50%;
    margin-top: -15px;
    left: -19px;
    border-width: 0 20px 30px 0;
    border-color: transparent #fff transparent transparent;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line:after {
    top: 50%;
    margin-top: -15px;
    right: -19px;
    border-width: 30px 0 0 20px;
    border-color: transparent transparent transparent #fff;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line .border:before {
    top: 50%;
    margin-top: -15px;
    left: -20px;
    border-width: 0 20px 30px 0;
    border-color: transparent #6c7877 transparent transparent;
  }
  .products .sec-product-detail .list-product-detail > .list-item .inner-ttl .slanting-line .border:after {
    top: 50%;
    margin-top: -15px;
    right: -20px;
    border-width: 30px 0 0 20px;
    border-color: transparent transparent transparent #6c7877;
  }
  .products .sec-product-detail .list-product-detail > .list-item .list-feature {
    position: static;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: 25px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .list-feature .list-item {
    width: 55px;
    margin-right: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box {
    max-width: 800px;
    margin: 20px auto 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text {
    margin-left: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .title {
    font-size: 16px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text > .text {
    margin-top: 15px;
    font-size: 12px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-name {
    margin-top: 20px;
    font-size: 18px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box {
    position: relative;
    padding: 10px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    border: 1px solid #484b53;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:before, .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:after {
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #fff;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:before {
    top: 0;
    left: -1px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .ingredient-box:after {
    bottom: 0;
    right: -1px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .caution_text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.8;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box {
    -webkit-align-items: center;
    align-items: center;
    margin-top: 15px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text {
    position: relative;
    margin-left: 15px;
    padding: 0;
    font-size: 12px;
    line-height: 1.8;
    border: none;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:before, .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .text:after {
    display: none;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-text .item-detail .point-box .image {
    flex: 1 0 auto;
    width: 70px;
    height: 70px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-image {
    width: auto;
    margin-left: 50px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .item-image img {
    max-height: 250px;
    width: auto;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .detail-box .flex-item-first {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box {
    margin-top: 30px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .title:after {
    position: absolute;
    bottom: -5px;
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail {
    width: 100%;
    color: #484b53;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail.btn-gel:after {
    background-color: #dbb9cb;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail.btn-washing:after {
    background-color: #bccdeb;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail.btn-lotion:after {
    background-color: #eacca0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail.btn-serum_w:after {
    background-color: #ccc;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail.btn-cream:after {
    background-color: #b1cfc3;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail .angle-down:before,
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail .angle-down:after {
    background: #484b53 !important;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail:hover {
    color: #484b53;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail:hover .angle-down:before,
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .btn-wrap .btn-detail:hover .angle-down:after {
    background: #484b53 !important;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box.sp-row {
    margin: auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box.sp-row .text {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) and (max-width: 320px) {
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box.sp-row .text {
    width: 140px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box.sp-row > .image + div {
    margin-left: 15px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .flex-box.sp-jc-c {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to.is-open {
    height: 100%;
    opacity: 1;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-1 .step-box-title {
    color: #d588ad;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-1 .step-box-title .ico {
    background: #d588ad;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-1 .step-box-title .care img {
    width: calc(84px * .9);
    height: auto;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .step-box-title {
    color: #b383af;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .step-box-title .ico {
    background: #b383af;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box.step-box-2 .step-box-title .care img {
    width: calc(197px * .9);
    height: auto;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title > span {
    margin: 7px 0;
    line-height: 0;
    vertical-align: middle;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title .ico {
    padding-left: 4px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title .ico img {
    width: 76px;
    height: auto;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .step-box-title .care {
    margin-left: 10px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .step-box .summary-box {
    margin: 20px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-align: center;
    border: none;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item:last-child {
    margin-top: 20px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item:last-child .image {
    max-width: 100%;
    text-align: center;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to hr.step-next {
    position: relative;
    margin: 50px 0;
    border-top-color: #484b53;
    overflow: visible;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to hr.step-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 55px;
    height: 39.5px;
    margin-top: -19.75px;
    margin-left: -27.5px;
    background: url(../images/products/ico_arrow_next@2x.png) no-repeat 0 0;
    background-size: 55px 39.5px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item {
    max-width: 100% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .image {
    max-width: 125px;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .title {
    font-size: 17px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item .text {
    margin-left: 15px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-pink .image {
    max-width: 110px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-blue .image {
    max-width: 110px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-yellow, .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-green {
    display: block;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-yellow .image, .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .how-to-item.bg-color-green .image {
    max-width: 110px;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .dot {
    margin: 35px 0 5px 30px;
    line-height: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item .content-box .how-to-box .list-how-to .dot img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl:after {
    background: #debabe;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl .slanting-line .border:before {
    border-right-color: #debabe;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl .slanting-line .border:after {
    border-left-color: #debabe;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-gel .inner-ttl .slanting-line .border img {
    width: 60px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl:after {
    background: #9fc5e8;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl .slanting-line .border:before {
    border-right-color: #9fc5e8;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl .slanting-line .border:after {
    border-left-color: #9fc5e8;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-washing .inner-ttl .slanting-line .border img {
    width: 55px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl:after {
    background: #e9c38d;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl .slanting-line .border:before {
    border-right-color: #e9c38d;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl .slanting-line .border:after {
    border-left-color: #e9c38d;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-lotion .inner-ttl .slanting-line .border img {
    width: 40px;
    display: block;
    margin-top: -18px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl:after {
    background: #a0bf9c;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl .slanting-line .border:before {
    border-right-color: #a0bf9c;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl .slanting-line .border:after {
    border-left-color: #a0bf9c;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .inner-ttl .slanting-line .border img {
    width: 42px;
    display: block;
    margin-top: -12px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex .item-name {
    margin-top: 0 !important;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-cream .item-name-flex .flex-item + .flex-item {
    margin-left: 20px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl:before, .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl:after {
    background: #c0adc1;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl .slanting-line .border:before {
    border-right-color: #c0adc1;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl .slanting-line .border:after {
    border-left-color: #c0adc1;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .inner-ttl .slanting-line .border img {
    width: 80px;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .content-box .detail-box .item-image {
    margin-left: 0;
  }
  .products .sec-product-detail .list-product-detail > .list-item.list-item-freuv .content-box .detail-box .item-image img {
    max-width: 180px;
  }
}
.products .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.products .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.products .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.products .sec-last .btn-wrap .btn-contact .angle-down:before, .products .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.products .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.products .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.products .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .products .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .products .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.timeless-skin-care .cover {
  background-image: url(../images/timeless-skin-care/cover_img_skincare@2x.jpg);
}
.timeless-skin-care .cover .cover-text .text {
  right: 180px;
  top: 150px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .cover .cover-text .text {
    font-size: 28px !important;
    right: 8px;
    top: 25%;
    letter-spacing: .0em !important;
  }
}
.timeless-skin-care .sec-desc {
  margin-top: 120px;
}
.timeless-skin-care .sec-desc .ttl-first {
  margin-bottom: 28px;
}
.timeless-skin-care .sec-desc .description {
  margin-bottom: 90px;
  font-size: 20px;
  line-height: 2em;
  letter-spacing: 0.12em;
  text-align: center;
  color: #6c7877;
}
.timeless-skin-care .sec-desc .text-first {
  margin-bottom: 80px;
  font-size: 36px;
  line-height: 1.66667;
  text-align: center;
  letter-spacing: .2em;
  color: #6c7877;
}
.timeless-skin-care .sec-desc .text-first .text {
  position: relative;
  display: inline-block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.timeless-skin-care .sec-desc .text-first .asterisk {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 10px;
}
.timeless-skin-care .sec-desc .text-first .small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec-desc {
    margin-top: 30px;
  }
  .timeless-skin-care .sec-desc .ttl-first {
    margin-bottom: 28px;
  }
  .timeless-skin-care .sec-desc .description {
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .timeless-skin-care .sec-desc .text-first {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .1em;
  }
  .timeless-skin-care .sec-desc .text-first .text {
    font-size: 18px;
  }
  .timeless-skin-care .sec-desc .text-first .asterisk {
    position: absolute;
    top: 66px;
    right: 10px;
  }
  .timeless-skin-care .sec-desc .text-first .small {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.timeless-skin-care .sec {
  color: #484b53;
}
.timeless-skin-care .sec .title {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: normal;
}
.timeless-skin-care .sec .title strong {
  display: inline-block;
  margin-top: 15px;
  font-size: 34px;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.timeless-skin-care .sec .text {
  line-height: 2.375;
}
.timeless-skin-care .sec .btn-wrap {
  margin-top: 30px;
  margin-bottom: 0;
}
.timeless-skin-care .sec .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.timeless-skin-care .sec .btn-wrap .btn:after {
  border-width: 2px;
}
.timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:before, .timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .timeless-skin-care .sec .title strong {
    margin-top: 10px;
    font-size: 26px;
  }
  .timeless-skin-care .sec .text {
    font-size: 14px;
    line-height: 1.875;
  }
  .timeless-skin-care .sec .btn-wrap {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .timeless-skin-care .sec .btn-wrap .btn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .timeless-skin-care .sec .btn-wrap .btn:after {
    border-width: 2px;
  }
  .timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:before, .timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:after {
    background: #484b53;
  }
  .timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:before {
    height: 13px;
  }
  .timeless-skin-care .sec .btn-wrap .btn-contact .angle-down:after {
    width: 13px;
  }
}
.timeless-skin-care .sec-skintime, .timeless-skin-care .sec-mytime, .timeless-skin-care .sec-skincare {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.timeless-skin-care .sec-skintime .bg-box, .timeless-skin-care .sec-mytime .bg-box, .timeless-skin-care .sec-skincare .bg-box {
  width: 45%;
  height: 700px;
  background: url(../images/timeless-skin-care/bg_skincare_skin@2x.jpg) no-repeat 100% center;
  background-size: 1380px 700px;
}
.timeless-skin-care .sec-skintime .bg-image, .timeless-skin-care .sec-mytime .bg-image, .timeless-skin-care .sec-skincare .bg-image {
  height: 200px;
  margin-bottom: 15px;
  background: url(../images/timeless-skin-care/bg_skincare_skin@2x.jpg) no-repeat 100% 0px;
  background-size: auto 230px;
}
.timeless-skin-care .sec-skintime .inner-box, .timeless-skin-care .sec-mytime .inner-box, .timeless-skin-care .sec-skincare .inner-box {
  width: 55%;
  position: relative;
  padding-left: 5%;
}
.timeless-skin-care .sec-skintime .inner-box .right-box, .timeless-skin-care .sec-mytime .inner-box .right-box, .timeless-skin-care .sec-skincare .inner-box .right-box {
  display: inline-block;
  min-width: 460px;
}
.timeless-skin-care .sec-skintime .ttl-first, .timeless-skin-care .sec-mytime .ttl-first, .timeless-skin-care .sec-skincare .ttl-first {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #6c7877;
  font-weight: normal;
  letter-spacing: .05em;
}
.timeless-skin-care .sec-skintime .ttl-first .slanting-line, .timeless-skin-care .sec-mytime .ttl-first .slanting-line, .timeless-skin-care .sec-skincare .ttl-first .slanting-line {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec-skintime, .timeless-skin-care .sec-mytime, .timeless-skin-care .sec-skincare {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
    padding: 0;
  }
  .timeless-skin-care .sec-skintime .text-first, .timeless-skin-care .sec-mytime .text-first, .timeless-skin-care .sec-skincare .text-first {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .06em;
    line-height: 1.4;
  }
  .timeless-skin-care .sec-skintime .bg-box, .timeless-skin-care .sec-mytime .bg-box, .timeless-skin-care .sec-skincare .bg-box {
    display: none;
    width: 100%;
    height: 130px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-size: cover;
  }
  .timeless-skin-care .sec-skintime .inner-box, .timeless-skin-care .sec-mytime .inner-box, .timeless-skin-care .sec-skincare .inner-box {
    width: 100%;
  }
  .timeless-skin-care .sec-skintime .inner-box .right-box, .timeless-skin-care .sec-mytime .inner-box .right-box, .timeless-skin-care .sec-skincare .inner-box .right-box {
    min-width: 100%;
  }
  .timeless-skin-care .sec-skintime .ttl-first, .timeless-skin-care .sec-mytime .ttl-first, .timeless-skin-care .sec-skincare .ttl-first {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    color: #6c7877;
    font-weight: normal;
    letter-spacing: .05em;
  }
  .timeless-skin-care .sec-skintime .ttl-first.inner-ttl:after, .timeless-skin-care .sec-mytime .ttl-first.inner-ttl:after, .timeless-skin-care .sec-skincare .ttl-first.inner-ttl:after {
    margin-top: -2px;
  }
  .timeless-skin-care .sec-skintime .ttl-first.inner-ttl:before, .timeless-skin-care .sec-mytime .ttl-first.inner-ttl:before, .timeless-skin-care .sec-skincare .ttl-first.inner-ttl:before {
    margin-top: -7px;
  }
  .timeless-skin-care .sec-skintime .ttl-first .slanting-line, .timeless-skin-care .sec-mytime .ttl-first .slanting-line, .timeless-skin-care .sec-skincare .ttl-first .slanting-line {
    width: auto;
    padding: 0 10px;
  }
}
.timeless-skin-care .sec-mytime {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 170px;
}
.timeless-skin-care .sec-mytime .bg-box {
  background: url(../images/timeless-skin-care/bg_skincare_your@2x.jpg) no-repeat 0 center;
  background-size: 1380px 700px;
}
.timeless-skin-care .sec-mytime .bg-image {
  height: 200px;
  background: url(../images/timeless-skin-care/bg_skincare_your@2x.jpg) no-repeat 0 30%;
  background-size: 260% auto;
}
.timeless-skin-care .sec-mytime .inner-box {
  padding-left: 0;
  padding-right: 5%;
  text-align: right;
}
.timeless-skin-care .sec-mytime .inner-box .right-box {
  margin-right: 20px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec-mytime {
    margin-top: 50px;
  }
  .timeless-skin-care .sec-mytime .bg-box {
    background-size: 1000px auto;
  }
  .timeless-skin-care .sec-mytime .text-first {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .06em;
    line-height: 1.4;
  }
  .timeless-skin-care .sec-mytime .inner-box {
    padding: 0 5%;
  }
  .timeless-skin-care .sec-mytime .inner-box .right-box {
    margin-right: 0;
  }
  .timeless-skin-care .sec-mytime .ttl-first.inner-ttl:after {
    margin-top: -7px;
  }
  .timeless-skin-care .sec-mytime .ttl-first.inner-ttl:before {
    margin-top: -12px;
  }
}
.timeless-skin-care .sec-skincare {
  margin-bottom: 100px;
}
.timeless-skin-care .sec-skincare .bg-box {
  height: 980px;
  background: url(../images/timeless-skin-care/bg_skincare@2x.jpg) no-repeat 100% center;
  background-size: 617px 980px;
}
.timeless-skin-care .sec-skincare .ttl-first {
  margin-bottom: 30px;
  padding: 0;
}
.timeless-skin-care .sec-skincare .text {
  padding-left: 39px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec-skincare {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .timeless-skin-care .sec-skincare .bg-box {
    display: block;
    height: 240px;
    background-position: 100% 30%;
    background-size: cover;
  }
  .timeless-skin-care .sec-skincare .ttl-first {
    margin-bottom: 10px;
  }
  .timeless-skin-care .sec-skincare .inner-box {
    padding: 0 5%;
  }
  .timeless-skin-care .sec-skincare .inner-box .right-box {
    margin-right: 0;
  }
  .timeless-skin-care .sec-skincare .text {
    padding: 0;
  }
}
.timeless-skin-care .sec-last .btn-wrap:last-child {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .timeless-skin-care .sec-last .btn-wrap {
    margin-top: 0;
  }
  .timeless-skin-care .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
  .timeless-skin-care .sec-last .btn-wrap:last-child {
    margin-top: 50px;
  }
}

.user-voice .cover {
  background-image: url(../images/user-voice/cover_img_user_voice@2x.jpg);
  background-size: auto 100% !important;
}
.user-voice .cover .cover-text .text {
  left: 150px;
  top: 145px;
}
.user-voice .cover .cover-text .text .small {
  margin-left: 6px;
}
@media screen and (max-width: 640px) {
  .user-voice .cover .cover-text .text {
    left: 10px;
    top: 55%;
    font-size: 25px !important;
  }
}
.user-voice .sec-list-reviewer {
  position: relative;
  margin-top: 100px;
}
.user-voice .sec-list-reviewer .list-reviewer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item {
  position: relative;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item a {
  text-decoration: none;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link {
  position: relative;
  padding-bottom: 10px;
  color: #484b53;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  letter-spacing: .05em;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box .post {
  font-size: 14px;
  letter-spacing: 0;
  height: 2em;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box .post.line-1 {
  line-height: 2em;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box .name {
  margin-top: 5px;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .angle-down {
  margin: 0;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .angle-down:before {
  height: 16px;
}
.user-voice .sec-list-reviewer .list-reviewer .list-item-link .angle-down:after {
  width: 16px;
}
.user-voice .sec-list-reviewer .list-reviewer .text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .user-voice .sec-list-reviewer {
    margin-top: 30px;
  }
  .user-voice .sec-list-reviewer .list-reviewer {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item {
    position: relative;
    width: 33.333%;
    margin-bottom: 15px;
    padding: 0 5px;
    text-align: center;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item a {
    text-decoration: none;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link {
    padding-bottom: 10px;
    color: #484b53;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box .post {
    height: auto;
    min-height: 2em;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link .text-box .post.line-2-sp {
    line-height: 1.2;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link .angle-down:before {
    height: 16px;
  }
  .user-voice .sec-list-reviewer .list-reviewer .list-item-link .angle-down:after {
    width: 16px;
  }
  .user-voice .sec-list-reviewer .list-reviewer .text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.user-voice .sec-review-detail {
  margin-top: 160px;
  margin-bottom: 200px;
}
.user-voice .sec-review-detail .list-review-detail {
  border-top: 1px solid #484b53;
}
.user-voice .sec-review-detail .list-review-detail .list-item {
  padding: 80px 0;
  border-bottom: 1px solid #484b53;
}
.user-voice .sec-review-detail .list-review-detail .list-item .flex-item:first-child {
  margin-right: 50px;
}
.user-voice .sec-review-detail .list-review-detail .list-item.reverse .flex-item:first-child {
  margin-right: 0;
  margin-left: 50px;
}
.user-voice .sec-review-detail .list-review-detail .list-item .name-box {
  margin-bottom: 20px;
  font-size: 22px;
}
.user-voice .sec-review-detail .list-review-detail .list-item .name-box .post {
  margin-right: 10px;
}
.user-voice .sec-review-detail .list-review-detail .list-item .name-box .post:after {
  content: "／";
  margin-left: 10px;
}
.user-voice .sec-review-detail .list-review-detail .list-item .desc-box .title {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1.52941;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  color: #e17e94;
  padding-bottom: 20px;
  border-bottom: 1px solid #e17e94;
}
.user-voice .sec-review-detail .list-review-detail .list-item .desc-box .text {
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .user-voice .sec-review-detail {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item {
    padding: 60px 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .flex-item:first-child {
    margin-right: 0;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item.reverse .flex-item:first-child {
    margin-left: 0;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .name-box {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .name-box .post {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .name-box .post:after {
    content: none;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .desc-box {
    margin-top: 10px;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .desc-box .title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #e17e94;
    font-weight: bold;
  }
  .user-voice .sec-review-detail .list-review-detail .list-item .desc-box .text {
    font-size: 14px;
  }
}
.user-voice .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.user-voice .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.user-voice .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.user-voice .sec-last .btn-wrap .btn-contact .angle-down:before, .user-voice .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.user-voice .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.user-voice .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.user-voice .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .user-voice .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .user-voice .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.salon-voice .cover {
  background-image: url(../images/salon-voice/cover_img_salon_voice@2x.jpg);
}
.salon-voice .cover .cover-text .text {
  top: 117px;
  left: 88px;
}
.salon-voice .cover .cover-text .text .small {
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  .salon-voice .cover .cover-text .text {
    left: 10px;
    top: 12%;
    font-size: 25px !important;
  }
}
.salon-voice .sec-list-voice {
  position: relative;
  margin-top: 100px;
}
.salon-voice .sec-list-voice .list-voice {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.salon-voice .sec-list-voice .list-voice .list-item {
  position: relative;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
.salon-voice .sec-list-voice .list-voice .list-item a {
  text-decoration: none;
}
.salon-voice .sec-list-voice .list-voice .list-item-link {
  position: relative;
  padding-bottom: 10px;
  color: #484b53;
}
.salon-voice .sec-list-voice .list-voice .list-item-link .text-box {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  letter-spacing: .1em;
}
.salon-voice .sec-list-voice .list-voice .list-item-link .text-box .name {
  margin-top: 5px;
}
.salon-voice .sec-list-voice .list-voice .list-item-link .angle-down {
  margin: 0;
}
.salon-voice .sec-list-voice .list-voice .list-item-link .angle-down:before {
  height: 16px;
}
.salon-voice .sec-list-voice .list-voice .list-item-link .angle-down:after {
  width: 16px;
}
.salon-voice .sec-list-voice .list-voice .text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .salon-voice .sec-list-voice {
    margin-top: 30px;
  }
  .salon-voice .sec-list-voice .list-voice {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .salon-voice .sec-list-voice .list-voice .list-item {
    position: relative;
    width: 33.333%;
    margin-bottom: 15px;
    padding: 0 5px;
    text-align: center;
  }
  .salon-voice .sec-list-voice .list-voice .list-item a {
    text-decoration: none;
  }
  .salon-voice .sec-list-voice .list-voice .list-item-link {
    padding-bottom: 10px;
    color: #484b53;
  }
  .salon-voice .sec-list-voice .list-voice .list-item-link .text-box {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .salon-voice .sec-list-voice .list-voice .list-item-link .angle-down:before {
    height: 16px;
  }
  .salon-voice .sec-list-voice .list-voice .list-item-link .angle-down:after {
    width: 16px;
  }
  .salon-voice .sec-list-voice .list-voice .text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.salon-voice .sec-voice-detail {
  margin-top: 160px;
  margin-bottom: 200px;
}
.salon-voice .sec-voice-detail .list-voice-detail {
  border-top: 1px solid #484b53;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item {
  padding: 80px 0;
  border-bottom: 1px solid #484b53;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .image-box .image-salon,
.salon-voice .sec-voice-detail .list-voice-detail .list-item .text-box .desc-box ~ .desc-box {
  margin-top: 20px;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item.reverse > .flex-box {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .flex-item:first-child {
  margin-right: 50px;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item.reverse > .flex-box > .flex-item:first-child {
  margin-right: 0;
  margin-left: 40px;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1.33333;
  letter-spacing: 0.1em;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box .flex-item:first-child {
  margin-right: 20px;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box .logo-box {
  line-height: 0;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box {
  padding-top: 10px;
  letter-spacing: 0.1em;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question {
  position: relative;
  margin-bottom: 20px;
  background: #f09cad;
  text-align: center;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question:before, .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question:before {
  top: 0;
  border-width: 7px 7px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question:after {
  bottom: 0;
  border-width: 7px 0 0 7px;
  border-color: transparent transparent transparent #ffffff;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span {
  display: inline-block;
  padding-top: 13px;
  padding-bottom: 9px;
  padding-left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  background: url(../images/salon-voice/ico_q@2x.png) no-repeat 0 7px;
  background-size: 24px 24px;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span:before, .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span:before {
  top: 0;
  border-width: 0 7px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span:after {
  bottom: 0;
  border-width: 0 0 7px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e17e94;
  font-size: 25px;
  line-height: 1.5;
  color: #e17e94;
  letter-spacing: 0.03em;
}
.salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .text {
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .salon-voice .sec-voice-detail {
    margin-top: 40px;
    margin-bottom: 100px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item {
    padding: 30px 0;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item > .flex-box, .salon-voice .sec-voice-detail .list-voice-detail .list-item.reverse > .flex-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .flex-item:first-child {
    margin-right: 0;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .image-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin-top: 20px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .image-box .image-owner,
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .image-box .image-salon {
    width: 50%;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .image-box .image-salon {
    margin-top: 0;
    margin-left: 20px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item.reverse > .flex-box > .flex-item:first-child {
    margin-left: 0;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box .flex-item:first-child {
    margin-right: 0;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .info-box .logo-box {
    margin-bottom: 10px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box {
    margin-top: 20px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question {
    position: relative;
    margin-bottom: 10px;
    background: #f09cad;
    text-align: center;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .question span {
    padding: 10px;
    padding-top: 39px;
    font-size: 14px;
    line-height: 1.57143;
    background-position: center 7px;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #e17e94;
  }
  .salon-voice .sec-voice-detail .list-voice-detail .list-item .desc-box .text {
    font-size: 12px;
  }
}
.salon-voice .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.salon-voice .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.salon-voice .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.salon-voice .sec-last .btn-wrap .btn-contact .angle-down:before, .salon-voice .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.salon-voice .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.salon-voice .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.salon-voice .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .salon-voice .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .salon-voice .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}
.salon-voice.coming .sec-list-voice {
  margin-bottom: 200px;
}
.salon-voice.coming .inner-box {
  text-align: center;
}
.salon-voice.coming .title {
  max-width: 472px;
  margin: auto;
}
.salon-voice.coming .text {
  margin-top: 36px;
  font-size: 18px;
  line-height: 1.66667;
  letter-spacing: 0.25em;
}
.salon-voice.coming .underline {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #c0c2df;
}
@media screen and (max-width: 640px) {
  .salon-voice.coming .sec-list-voice {
    margin-top: 100px;
  }
}

.vaccines .cover {
  background-image: url(../images/vaccines/cover_img_vaccines@2x.jpg);
}
.vaccines .cover .cover-text {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.vaccines .cover .cover-text .text {
  position: static;
  text-align: center;
}
.vaccines .cover .cover-text .text p {
  margin-top: 20px;
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.66667;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 640px) {
  .vaccines .cover .cover-text .text {
    position: static !important;
  }
  .vaccines .cover .cover-text .text img {
    max-width: 50% !important;
  }
  .vaccines .cover .cover-text .text p {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.66667;
    letter-spacing: 0.12em;
  }
}
.vaccines .sec-content {
  padding-top: 120px;
  background: url(../images/vaccines/bg_vaccines@2x.png) no-repeat center -110px;
  background-size: 891px 771px;
}
.vaccines .sec-content .ttl-box-first {
  height: 245px;
  margin-bottom: 60px;
  padding-top: 20px;
  background: url(../images/vaccines/ttl_vaccines@2x.png) no-repeat center;
  background-size: 757px 245px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.vaccines .sec-content .ttl-box-first .ttl-first {
  font-size: 38px;
  line-height: 1.52632;
  color: #f69ebf;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.vaccines .sec-content .ttl-box-first .ttl-first .large {
  display: inline-block;
  margin-top: 8px;
  font-size: 52px;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.vaccines .sec-content .ttl-box-first .time {
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #6c7877;
}
.vaccines .sec-content .text-first {
  margin-bottom: 90px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 2em;
  text-align: center;
  color: #6c7877;
}
.vaccines .sec-content .ttl-box-second {
  margin-bottom: 20px;
  color: #fff;
}
.vaccines .sec-content .text-box {
  margin-top: 25px;
  margin-bottom: 200px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .vaccines .sec-content {
    padding-top: 30px;
    background-position: center -20px;
    background-size: contain;
  }
  .vaccines .sec-content .ttl-box-first {
    height: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    background-size: 757px 245px;
    background-size: contain;
  }
  .vaccines .sec-content .ttl-box-first .ttl-first {
    font-size: 18px;
    letter-spacing: -0.05em;
  }
  .vaccines .sec-content .ttl-box-first .ttl-first .large {
    font-size: 26px;
    letter-spacing: 0.06em;
  }
  .vaccines .sec-content .ttl-box-first .time {
    margin-top: 15px;
    font-size: 12px;
  }
  .vaccines .sec-content .text-first {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.5em;
  }
  .vaccines .sec-content .ttl-box-second {
    margin-bottom: 10px;
    color: #fff;
  }
  .vaccines .sec-content .text-box {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}
.vaccines .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.vaccines .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.vaccines .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.vaccines .sec-last .btn-wrap .btn-contact .angle-down:before, .vaccines .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.vaccines .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.vaccines .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.vaccines .sec-last .btn-wrap + .btn-wrap {
  margin-bottom: 130px;
}
.vaccines .sec-last .btn-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .vaccines .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .vaccines .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.contact .sec-contact {
  margin-bottom: 240px;
}
.contact .sec-contact > .inner-box {
  padding: 0 80px;
}
.contact .sec-contact .title {
  margin-top: 200px;
  margin-bottom: 60px;
  text-align: center;
}
.contact .sec-contact .title .jp-text {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  letter-spacing: 0.25em;
}
.contact .sec-contact .caution {
  margin-bottom: 20px;
  color: #898285;
}
.contact .sec-contact .required {
  color: #e60012;
}
.contact .sec-contact .small {
  font-size: 12px;
}
.contact .sec-contact input, .contact .sec-contact textarea {
  font: inherit;
}
.contact .sec-contact input[type=text], .contact .sec-contact input[type=tel], .contact .sec-contact textarea {
  margin-top: 6px;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #808080;
  border-radius: 3px;
}
.contact .sec-contact input[type=text]:placeholder-shown, .contact .sec-contact input[type=tel]:placeholder-shown, .contact .sec-contact textarea:placeholder-shown {
  color: #bababa;
}
.contact .sec-contact input[type=text]::-webkit-input-placeholder, .contact .sec-contact input[type=tel]::-webkit-input-placeholder, .contact .sec-contact textarea::-webkit-input-placeholder {
  color: #bababa;
}
.contact .sec-contact input[type=text]:-moz-placeholder, .contact .sec-contact input[type=tel]:-moz-placeholder, .contact .sec-contact textarea:-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact .sec-contact input[type=text]::-moz-placeholder, .contact .sec-contact input[type=tel]::-moz-placeholder, .contact .sec-contact textarea::-moz-placeholder {
  color: #bababa;
  opacity: 1;
}
.contact .sec-contact input[type=text]:-ms-input-placeholder, .contact .sec-contact input[type=tel]:-ms-input-placeholder, .contact .sec-contact textarea:-ms-input-placeholder {
  color: #bababa;
}
.contact .sec-contact input[type=text].small, .contact .sec-contact input[type=tel].small, .contact .sec-contact textarea.small {
  max-width: 120px;
}
.contact .sec-contact input[type=text].half, .contact .sec-contact input[type=tel].half, .contact .sec-contact textarea.half {
  width: 50%;
}
.contact .sec-contact input[type=text].full, .contact .sec-contact input[type=tel].full, .contact .sec-contact textarea.full {
  width: 100%;
}
.contact .sec-contact input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.contact .sec-contact input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  line-height: 22px;
}
.contact .sec-contact input[type=checkbox] + label:before, .contact .sec-contact input[type=checkbox] + label:after {
  display: inline-block;
  width: 28px;
  margin-top: -2px;
  font-family: 'FontAwesome';
  color: #808080;
  font-size: 28px;
  padding-right: 5px;
  vertical-align: middle;
}
.contact .sec-contact input[type=checkbox] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  padding: 0;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #808080;
  border-radius: 3px;
}
.contact .sec-contact input[type=checkbox] + label:after {
  position: absolute;
  opacity: 0;
  content: "\f00c";
  top: 50%;
  left: 10px;
  margin-top: -11px;
  font-size: 18px;
}
.contact .sec-contact input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact .sec-contact input[type=radio] {
  display: none;
}
.contact .sec-contact input[type=radio] + label:before {
  display: inline-block;
  width: 26px;
  font-family: 'FontAwesome';
  content: "\f10c";
  font-size: 26px;
  padding-right: 12px;
  vertical-align: middle;
}
.contact .sec-contact input[type=radio]:checked + label:before {
  content: "\f192";
  padding-right: 12px;
  vertical-align: middle;
}
.contact .sec-contact button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact .sec-contact .contact-form-wrap {
  max-width: 780px;
  margin: auto;
}
.contact .sec-contact .form-content {
  margin-bottom: 50px;
}
.contact .sec-contact .form-content dt {
  margin-bottom: 5px;
  font-size: 20px;
}
.contact .sec-contact .form-content-list {
  display: inline-block;
  margin-bottom: 10px;
}
.contact .sec-contact .subject-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact .sec-contact .form-btn-wrap {
  text-align: center;
}
.contact .sec-contact .form-btn-wrap .btn-agree {
  margin-bottom: 110px;
}
.contact .sec-contact .form-btn-wrap .btn-agree input[type=checkbox] + label:after {
  left: 8px;
}
.contact .sec-contact .form-btn-wrap .btn-submit {
  max-width: 290px;
  width: 100%;
  padding: 23px 0;
  font-size: 20px;
  line-height: 1;
}
.contact .sec-contact .form-btn-wrap .btn-submit:after {
  border-width: 2px;
}
.contact .sec-contact .formTable {
  width: 100%;
}
.contact .sec-contact .formTable th, .contact .sec-contact .formTable td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact .sec-contact .formTable th {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: normal;
}
.contact .sec-contact .formTable td {
  font-size: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .contact .sec-contact {
    margin-bottom: 100px;
  }
  .contact .sec-contact > .inner-box {
    padding: 0 10px;
  }
  .contact .sec-contact .title {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .contact .sec-contact .title img {
    max-width: 80%;
  }
  .contact .sec-contact .title .jp-text {
    font-size: 16px;
  }
  .contact .sec-contact .description {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .contact .sec-contact .caution {
    font-size: 12px;
  }
  .contact .sec-contact textarea {
    height: 12.8em;
  }
  .contact .sec-contact .form-content {
    margin-bottom: 25px;
  }
  .contact .sec-contact .form-content dt {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .contact .sec-contact .form-content-list {
    display: block;
    font-size: 14px;
  }
  .contact .sec-contact .form-btn-wrap {
    margin-top: 30px;
  }
  .contact .sec-contact .form-btn-wrap .btn-agree {
    margin-bottom: 60px;
  }
  .contact .sec-contact .form-btn-wrap .btn-submit {
    max-width: 85%;
    width: 100%;
    padding: 17px 0;
    font-size: 16px;
    line-height: 1;
  }
  .contact .sec-contact .form-btn-wrap .btn-submit + .btn-submit {
    margin-top: 20px;
  }
  .contact .sec-contact .form-btn-wrap .btn-submit:after {
    border-width: 2px;
  }
  .contact .sec-contact .formTable th {
    font-size: 18px;
  }
  .contact .sec-contact .formTable td {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.contact .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.contact .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.contact .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.contact .sec-last .btn-wrap .btn-contact .angle-down:before, .contact .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.contact .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.contact .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.contact .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .contact .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .contact .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
  .contact .sec-last .btn-wrap:last-child {
    margin-top: 50px;
  }
}
.contact .contact-sec p {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.contact .contact-sec .text-first {
  margin-top: 18px;
  text-align: center;
}
.contact .contact-sec .contact-tel-wrap {
  margin-top: 50px;
  background: #8fcce9;
  text-align: center;
  padding: 30px 40px;
}
.contact .contact-sec .contact-tel-wrap .title {
  font-size: 1.6875rem;
}
.contact .contact-sec .contact-tel-wrap .text {
  margin-top: 10px;
}
.contact .contact-sec .contact-tel-wrap .tel-num {
  margin-top: 14px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
.contact .contact-sec .contact-form-wrap {
  margin-top: 40px;
}
.contact .contact-sec .contact-form-wrap .contact-form {
  width: 730px;
  margin: 70px auto;
}
.contact .contact-sec .contact-form-wrap .contact-form table {
  width: 100%;
}
.contact .contact-sec .contact-form-wrap .contact-form th, .contact .contact-sec .contact-form-wrap .contact-form td {
  display: block;
}
.contact .contact-sec .contact-form-wrap .contact-form th {
  background: #ddd;
  text-align: left;
  font-size: 1.25rem;
  padding-left: 8px;
  line-height: 1.6;
  font-weight: normal;
  border-left: 2px solid #000;
}
.contact .contact-sec .contact-form-wrap .contact-form th small {
  font-size: 65%;
}
.contact .contact-sec .contact-form-wrap .contact-form th .require:after {
  content: "(※)";
  color: #f00;
  font-size: 0.8125rem;
}
.contact .contact-sec .contact-form-wrap .contact-form td {
  padding-top: 20px;
  padding-bottom: 50px;
}
.contact .contact-sec .contact-form-wrap .contact-form .ex {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
}
.contact .contact-sec .contact-form-wrap .contact-form .blue {
  color: #00f;
}
.contact .contact-sec .contact-form-wrap .contact-form .left > span, .contact .contact-sec .contact-form-wrap .contact-form .right > span {
  display: inline-block;
  vertical-align: top;
}
.contact .contact-sec .contact-form-wrap .contact-form input[type="button"],
.contact .contact-sec .contact-form-wrap .contact-form input[type="back"],
.contact .contact-sec .contact-form-wrap .contact-form input[type="submit"] {
  cursor: pointer;
  border: none;
  display: block;
}
.contact .contact-sec .contact-form-wrap .contact-form textarea {
  width: 100%;
  min-height: 250px;
  resize: vertical;
}
.contact .contact-sec .contact-form-wrap .contact-form .btn {
  font-size: 1.875rem;
  line-height: 1;
  padding: 24px 12px;
}
.contact .contact-sec .contact-form-wrap .contact-form .btn.btn-confirm {
  width: 450px;
  margin: auto;
}
.contact .contact-sec .contact-form-wrap .contact-form .btn.btn-back, .contact .contact-sec .contact-form-wrap .contact-form .btn.btn-submit {
  width: 360px;
}
.contact .contact-sec .contact-form-wrap .contact-form .btn.btn-back {
  background: #aaa;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap {
  margin-bottom: 40px;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .text_privacy-policy {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .text_center {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .text_center input[type=checkbox] + label:after {
  left: -2px;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .ttl-first {
  font-size: 1.25rem;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box {
  width: 100%;
  height: 185px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #000;
  overflow: scroll;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ul > li {
  list-style: none;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ol li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box .ttl-secondary, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box .ttl-third, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box p, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box li {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .contact .contact-sec .ttl-first img {
    width: 136px;
  }
  .contact .contact-sec .contact-tel-wrap {
    margin-top: 25px;
    padding: 15px 20px;
  }
  .contact .contact-sec .contact-tel-wrap .title {
    font-size: 1rem;
    line-height: 1.2;
  }
  .contact .contact-sec .contact-tel-wrap .tel-num {
    margin-top: 14px;
    font-size: 1.125rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form {
    width: 100%;
    margin: 20px auto 35px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form th, .contact .contact-sec .contact-form-wrap .contact-form td {
    width: 100%;
  }
  .contact .contact-sec .contact-form-wrap .contact-form th {
    background: #ddd;
    text-align: left;
    font-size: 1rem;
    padding-left: 8px;
    line-height: 1.6;
    font-weight: normal;
    border-left: 2px solid #000;
  }
  .contact .contact-sec .contact-form-wrap .contact-form th a {
    line-height: 1;
    color: #000;
    transition: opacity .2s;
  }
  .contact .contact-sec .contact-form-wrap .contact-form th a small {
    font-size: 60%;
  }
  .contact .contact-sec .contact-form-wrap .contact-form th a:hover {
    opacity: 0.7;
  }
  .contact .contact-sec .contact-form-wrap .contact-form td {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .require:after {
    content: "(※)";
    color: #f00;
    font-size: 0.75rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .ex {
    display: block;
    margin-top: 8px;
    font-size: 0.8125rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .blue {
    color: #00f;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .birth input[name=birth-year] {
    width: 100px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .birth input {
    width: 50px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .address input {
    width: 200px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .address .block > span {
    display: inline-block;
    vertical-align: top;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .address .block:not(:first-child) {
    margin-left: 31px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .mail .text-confirm {
    margin-top: 20px;
    font-size: 1rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .input-long input {
    width: 100%;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .double .left:not(:first-of-type) .name {
    margin-left: 0;
    display: block;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .double .float-box > *:first-child {
    width: 100%;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .double label:last-child {
    margin-left: 150px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .name {
    display: block !important;
    margin-bottom: 6px;
    margin-right: 0;
    padding-top: 8px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input, .contact .contact-sec .contact-form-wrap .contact-form textarea {
    font: inherit;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type="text"],
  .contact .contact-sec .contact-form-wrap .contact-form textarea {
    padding: 5px;
    border: 1px solid #000;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type=checkbox],
  .contact .contact-sec .contact-form-wrap .contact-form input[type=radio] {
    display: none;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type=checkbox] + label,
  .contact .contact-sec .contact-form-wrap .contact-form input[type=radio] + label {
    padding-left: 30px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type=checkbox] + label:before,
  .contact .contact-sec .contact-form-wrap .contact-form input[type=radio] + label:before {
    margin-left: -30px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type=checkbox] + label:after,
  .contact .contact-sec .contact-form-wrap .contact-form input[type=radio] + label:after {
    top: 12px;
    left: 3px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type=checkbox]:checked + label:after,
  .contact .contact-sec .contact-form-wrap .contact-form input[type=radio]:checked + label:after {
    opacity: 1;
  }
  .contact .contact-sec .contact-form-wrap .contact-form input[type="button"],
  .contact .contact-sec .contact-form-wrap .contact-form input[type="back"],
  .contact .contact-sec .contact-form-wrap .contact-form input[type="submit"] {
    cursor: pointer;
    border: none;
    display: block;
  }
  .contact .contact-sec .contact-form-wrap .contact-form textarea {
    width: 100%;
    min-height: 250px;
    resize: vertical;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .btn {
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: 15px;
    padding: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .btn.btn-confirm {
    width: 100%;
    margin: auto;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .btn.btn-back, .contact .contact-sec .contact-form-wrap .contact-form .btn.btn-submit {
    width: 100%;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .btn.btn-back {
    background: #aaa;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap {
    margin-bottom: 30px;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .ttl-first {
    font-size: 1.25rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box {
    width: 100%;
    height: 185px;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #000;
    overflow: scroll;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ul > li {
    list-style: none;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ol li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box ol li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box .ttl-secondary, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box .ttl-third, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box p, .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .privacy-policy-box li {
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .text_privacy-policy {
    font-size: 1rem;
  }
  .contact .contact-sec .contact-form-wrap .contact-form .privacy-policy-wrap .text_center {
    margin-bottom: 20px;
  }
}
.contact.complete .text {
  text-align: center;
  line-height: 1.6;
}
.contact + .contact-wrap .btn-contact {
  display: none;
}

.company .sec-company {
  margin-bottom: 200px;
}
.company .sec-company .logo {
  margin-top: 170px;
  text-align: center;
}
.company .sec-company .title {
  margin-top: 260px;
  margin-bottom: 60px;
  text-align: center;
}
.company .sec-company .title .jp-text {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  letter-spacing: 0.25em;
}
.company .sec-company .detail-box {
  max-width: 800px;
  margin: auto;
}
.company .sec-company .detail-box table {
  width: 100%;
}
.company .sec-company .detail-box th {
  position: relative;
  width: 218px;
  font-weight: normal;
  border-right: 1px solid;
}
.company .sec-company .detail-box th:after {
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
}
.company .sec-company .detail-box th, .company .sec-company .detail-box td {
  padding: 20px;
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  border-bottom: 1px solid;
}
@media screen and (max-width: 640px) {
  .company .sec-company {
    margin-bottom: 100px;
  }
  .company .sec-company .logo {
    margin-top: 50px;
  }
  .company .sec-company .title {
    max-width: 80%;
    margin: auto;
    margin-top: 65px;
    margin-bottom: 30px;
    text-align: center;
  }
  .company .sec-company .title .jp-text {
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0.25em;
  }
  .company .sec-company .detail-box {
    max-width: 800px;
    margin: auto;
  }
  .company .sec-company .detail-box table {
    width: 100%;
  }
  .company .sec-company .detail-box th {
    position: relative;
    width: 218px;
    font-weight: normal;
    border-right: none;
    border-bottom-style: dashed;
  }
  .company .sec-company .detail-box th:after {
    right: auto;
    left: -7px;
    content: "";
  }
  .company .sec-company .detail-box th, .company .sec-company .detail-box td {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .company .sec-company .detail-box th:after, .company .sec-company .detail-box td:after {
    position: absolute;
    z-index: 10;
    bottom: -7px;
    right: auto;
    left: -7px;
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
  }
}
.company .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.company .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.company .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.company .sec-last .btn-wrap .btn-contact .angle-down:before, .company .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.company .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.company .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.company .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .company .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .company .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

.site-policy .sec-site-policy {
  margin-bottom: 240px;
}
.site-policy .sec-site-policy > .inner-box {
  padding: 0 80px;
}
.site-policy .sec-site-policy .title {
  margin-top: 200px;
  margin-bottom: 60px;
  text-align: center;
}
.site-policy .sec-site-policy .title .jp-text {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  letter-spacing: 0.25em;
}
.site-policy .sec-site-policy .description {
  margin-bottom: 90px;
  line-height: 2em;
}
.site-policy .sec-site-policy .detail-box {
  margin: auto;
}
.site-policy .sec-site-policy .detail-box dl {
  margin-top: 75px;
  width: 100%;
  line-height: 2em;
}
.site-policy .sec-site-policy .detail-box dl:first-child {
  margin-top: 0;
}
.site-policy .sec-site-policy .detail-box dt {
  color: #7a83bb;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #484b53;
}
.site-policy .sec-site-policy .detail-box dt:before {
  content: "◆";
  margin-right: 8px;
  color: #7a83bb;
}
.site-policy .sec-site-policy .detail-box dd {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .site-policy .sec-site-policy {
    margin-bottom: 100px;
  }
  .site-policy .sec-site-policy > .inner-box {
    padding: 0 10px;
  }
  .site-policy .sec-site-policy .title {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 18px;
  }
  .site-policy .sec-site-policy .title img {
    max-width: 80%;
  }
  .site-policy .sec-site-policy .title .jp-text {
    font-size: 16px;
  }
  .site-policy .sec-site-policy .description {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .site-policy .sec-site-policy .detail-box dl {
    margin-top: 30px;
    font-size: 15px;
  }
  .site-policy .sec-site-policy .detail-box dt {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.site-policy .sec-last .btn-wrap {
  margin-bottom: 75px;
}
.site-policy .sec-last .btn-wrap .btn {
  width: 100%;
  max-width: 460px;
  font-size: 22px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.site-policy .sec-last .btn-wrap .btn:after {
  border-width: 2px;
}
.site-policy .sec-last .btn-wrap .btn-contact .angle-down:before, .site-policy .sec-last .btn-wrap .btn-contact .angle-down:after {
  background: #484b53;
}
.site-policy .sec-last .btn-wrap .btn-contact .angle-down:before {
  height: 13px;
}
.site-policy .sec-last .btn-wrap .btn-contact .angle-down:after {
  width: 13px;
}
.site-policy .sec-last .btn-wrap:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .site-policy .sec-last .btn-wrap {
    margin-top: 30px;
  }
  .site-policy .sec-last .btn-wrap .btn {
    width: 80%;
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
