@charset "UTF-8";
@import url(reset.css);
/*---------------------------------------------------------------------------------------
 tag
---------------------------------------------------------------------------------------*/
* {
  outline: none;
}

html {
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  width: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  /*overflow:hidden;*/
}

body {
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  width: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  /*overflow:hidden;*/
  background-color: #fff;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*iPad グレー対応*/
  outline: none;
  text-decoration: none;
  color: #000;
}

img, svg, rvml {
  border: none;
  vertical-align: top;
}

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

input, textarea {
  /*-webkit-appearance: none;*/
  border-radius: 0;
}

.serif {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.annotation {
  font-size: 10px;
}

@media (max-width: 640px) {
  .annotation {
    font-size: 8px;
  }
}

.db-container {
  background-image: url(../images/common/bg_flower_r.gif), url(../images/common/bg_flower_l.gif);
  background-position: right top, left top;
  background-repeat: repeat-y, repeat-y;
  background-size: 110px, 110px;
}

@media (max-width: 720px) {
  .db-container {
    background-image: url(../images/common/bg_flower_r_sp.gif), url(../images/common/bg_flower_l_sp.gif);
    background-position: right top, left top;
    background-repeat: repeat-y, repeat-y;
    background-size: 82px, 82px;
  }
}

#index .db-container {
  padding-bottom: 253px;
}

@media (max-width: 720px) {
  #index .db-container {
    padding-bottom: 190px;
  }
}

@media (max-width: 720px) {
  #about .db-container {
    background: transparent;
  }
}

.db-btn-link {
  text-align: center;
}

.db-btn-link a {
  position: relative;
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
  background-color: #ff7e12;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 720px) {
  .db-btn-link a {
    width: 170px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
}

.db-btn-link a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 6px;
  height: 10px;
  background-image: url("../images/common/icon_arr_r_white.png");
  background-size: 6px;
  background-repeat: no-repeat;
}

@media (max-width: 720px) {
  .db-btn-link a:before {
    right: 9px;
  }
}

.db-btn-link a:hover {
  opacity: .6;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.page-ttl h2 {
  margin: 0 auto 10px auto;
}

@media (max-width: 720px) {
  .page-ttl h2 {
    margin: 0 auto 5px auto;
  }
}

.page-ttl p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  color: #3f210e;
}

@media (max-width: 720px) {
  .page-ttl p {
    margin-bottom: 25px;
  }
}

.section-ttl h2 {
  margin: 0 auto 10px auto;
}

.section-ttl p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  color: #3f210e;
}

@media (max-width: 720px) {
  .section-ttl p {
    margin-bottom: 30px;
  }
}

/*---------------------------------------------------------------------------------------
　loading
---------------------------------------------------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
}

#loading #loading-logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 198px;
  height: 67px;
}

#loading #loading-logo #loading-text {
  margin-top: 15px;
  font-size: 12px;
  color: #22ac38;
  text-align: center;
}

/*---------------------------------------------------------------------------------------
　header
---------------------------------------------------------------------------------------*/
.db-g-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  background: transparent;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 980px) {
  .db-g-header {
    height: 60px;
  }
}

.db-g-header .logo {
  width: 170px;
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 980px) {
  .db-g-header .logo {
    top: 8px;
    width: 146px;
  }
}

.db-g-header.move {
  background: #fff;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 980px) {
  .db-g-header .navi {
    display: none;
  }
}

.db-g-header .navi ul {
  font-size: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 32px;
}

.db-g-header .navi li {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 18px;
}

@media (max-width: 1100px) {
  .db-g-header .navi li {
    margin-left: 12px;
  }
}

.db-g-header .navi li:first-child {
  margin-left: 0;
}

.db-g-header .navi li img {
  width: 100%;
  height: auto;
}

.db-g-header .navi li.n-home a {
  width: 43.5px;
}

.db-g-header .navi li.n-product a {
  position: relative;
  padding-right: 16px;
  width: 62px;
}

.db-g-header .navi li.n-product a:before, .db-g-header .navi li.n-product a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  top: 50%;
  right: 0;
}

.db-g-header .navi li.n-product a:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.db-g-header .navi li.n-product a:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .navi li.n-product.open a:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .navi li.n-movie {
  margin-left: 24px;
}

@media (max-width: 1100px) {
  .db-g-header .navi li.n-movie {
    margin-left: 18px;
  }
}

.db-g-header .navi li.n-movie a {
  width: 47px;
}

.db-g-header .navi li.n-about a {
  width: 46.5px;
}

.db-g-header .navi li.n-news a {
  width: 42.5px;
}

.db-g-header .navi li a {
  display: block;
  padding: 8px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .navi li a:hover {
  opacity: .5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .db-lang {
  position: absolute;
  top: 21px;
  right: 155px;
}

@media (max-width: 980px) {
  .db-g-header .db-lang {
    display: none;
  }
}

.db-g-header .db-lang ul {
  font-size: 0;
}

.db-g-header .db-lang li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.db-g-header .db-lang li:first-child {
  margin-left: 0;
}

.db-g-header .db-lang li:first-child:before {
  position: absolute;
  top: 11px;
  right: -5px;
  content: "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  font-weight: bold;
}

.db-g-header .db-lang li img {
  width: 100%;
  height: auto;
}

.db-g-header .db-lang li.n-en a {
  width: 20px;
}

.db-g-header .db-lang li.n-jp a {
  width: 18.5px;
}

.db-g-header .db-lang li.active {
  opacity: .5;
}

.db-g-header .db-lang li a {
  display: block;
  padding: 15px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .db-lang li a:hover {
  opacity: .5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .db-sns-link {
  position: absolute;
  top: 28px;
  right: 30px;
}

@media (max-width: 980px) {
  .db-g-header .db-sns-link {
    display: none;
  }
}

.db-g-header .db-sns-link ul {
  font-size: 0;
}

.db-g-header .db-sns-link li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.db-g-header .db-sns-link li:first-child {
  margin-left: 0;
}

.db-g-header .db-sns-link li img {
  width: 100%;
  height: auto;
}

.db-g-header .db-sns-link li.n-fb a {
  width: 16px;
}

.db-g-header .db-sns-link li.n-twt a {
  width: 16.5px;
}

.db-g-header .db-sns-link li.n-insta a {
  width: 16px;
}

.db-g-header .db-sns-link li a {
  display: block;
  padding: 8px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-g-header .db-sns-link li a:hover {
  opacity: .5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 80px;
  left: 94px;
  z-index: 9000;
  width: 439px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 980px) {
  .db-product-menu {
    display: none;
  }
}

.db-product-menu:before {
  position: absolute;
  top: -14px;
  left: 33px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #ff7e12 transparent;
}

.db-product-menu .product-class .class-name {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
  background: #ff7e12;
  height: 30px;
  line-height: 30px;
}

.db-product-menu .product-class ul {
  font-size: 0;
  border-left: 1px solid #ff7e12;
}

.db-product-menu .product-class li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-right: 1px solid #ff7e12;
  border-bottom: 1px solid #ff7e12;
}

.db-product-menu .product-class a {
  letter-spacing: -0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative;
  font-size: 11px;
  color: #3f210e;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu .product-class a:hover {
  opacity: .6;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu .product-class .new a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/badge_new.png);
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 8px;
}

.db-product-menu .img {
  width: 30%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.db-product-menu .txt {
  padding-left: 30%;
  display: inline-block;
  vertical-align: middle;
}

.db-product-menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.db-product-menu-sp .db-navi-sp {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.db-product-menu-sp li {
  display: block;
  background: #ff7e12;
}

.db-product-menu-sp li a {
  display: block;
  text-align: center;
  line-height: 100%;
  padding: 24px 0;
}

.db-product-menu-sp li.spn-home img {
  width: 44px;
}

.db-product-menu-sp li.spn-product img {
  width: 63px;
}

.db-product-menu-sp li.spn-product span {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  width: 63px;
}

.db-product-menu-sp li.spn-product span:before, .db-product-menu-sp li.spn-product span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

.db-product-menu-sp li.spn-product span:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.db-product-menu-sp li.spn-product span:after {
  -webkit-transform: rotate(90deg) translateY(-50%);
      -ms-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp li.spn-product.open span:after {
  opacity: 0;
}

.db-product-menu-sp li.spn-movie img {
  width: 47.5px;
}

.db-product-menu-sp li.spn-about img {
  width: 46.5px;
}

.db-product-menu-sp li.spn-news img {
  width: 43px;
}

.db-product-menu-sp .menu {
  background: #ff7e12;
}

.db-product-menu-sp .lang {
  text-align: center;
  padding-bottom: 180px;
}

.db-product-menu-sp .lang ul {
  font-size: 0;
  display: block;
  background: #ff7e12;
  padding-bottom: 20px;
}

.db-product-menu-sp .lang li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.db-product-menu-sp .lang li:first-child {
  margin-left: 0;
}

.db-product-menu-sp .lang li:first-child:before {
  position: absolute;
  top: 11px;
  right: -5px;
  content: "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

.db-product-menu-sp .lang li img {
  width: 100%;
  height: auto;
}

.db-product-menu-sp .lang li.spn-lang-en a {
  width: 20px;
}

.db-product-menu-sp .lang li.spn-lang-en a img {
  width: 100%;
  height: auto;
}

.db-product-menu-sp .lang li.spn-lang-jp a {
  width: 18.5px;
}

.db-product-menu-sp .lang li.spn-lang-jp a img {
  width: 100%;
  height: auto;
}

.db-product-menu-sp .lang li.active {
  opacity: .5;
}

.db-product-menu-sp .lang li a {
  display: block;
  padding: 15px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp .lang li a:hover {
  opacity: .5;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp .product-menu .product-class {
  display: none;
}

.db-product-menu-sp .product-menu .product-class:first-child {
  border-top: 1px solid #fff;
}

.db-product-menu-sp .product-menu .product-class .inner {
  position: relative;
  width: 251px;
  margin: 0 auto;
}

.db-product-menu-sp .product-menu .product-class .class-name {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
  background: #ff7e12;
  height: 30px;
  line-height: 30px;
}

.db-product-menu-sp .product-menu .product-class ul {
  font-size: 0;
}

.db-product-menu-sp .product-menu .product-class li {
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #ff7e12;
}

.db-product-menu-sp .product-menu .product-class a {
  letter-spacing: -0.1em;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  position: relative;
  font-size: 11px;
  color: #3f210e;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp .product-menu .product-class a:hover {
  opacity: .6;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.db-product-menu-sp .product-menu .product-class .new .inner:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/common/badge_new.png);
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.db-product-menu-sp .product-menu .img {
  width: 30%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.db-product-menu-sp .product-menu .img img {
  width: 46%;
}

.db-product-menu-sp .product-menu .txt {
  text-align: left;
  padding-left: 30%;
  vertical-align: middle;
  font-size: 11px;
}

.db-product-menu-sp .product-menu .single .img img {
  width: 24.3%;
}

.db-product-menu-sp.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#panel-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  z-index: 9999;
  background: #fff;
  display: none;
}

@media (max-width: 980px) {
  #panel-btn {
    display: block;
  }
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background: #3f210e;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 2px;
  background: #3f210e;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#panel-btn-icon:before {
  margin-top: -7px;
}

#panel-btn-icon:after {
  margin-top: 5px;
}

/*---------------------------------------------------------------------------------------
　header end
---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
　contents common
---------------------------------------------------------------------------------------*/
#container {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

#index #container {
  padding-top: 0;
}

@media (max-width: 640px) {
  #container {
    padding-top: 20%;
  }
}

/*---------------------------------------------------------------------------------------
 top
---------------------------------------------------------------------------------------*/
#main-visual {
  background: url(../images/top2/bg.png) center center no-repeat #a5d5ec;
  background-size: cover;
  position: relative;
  margin: 0 auto 100px;
}

#main-visual .inner {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

#main-visual .visual {
  position: absolute;
  left: -4%;
  /*-10%*/
  bottom: 0;
  width: 60%;
  /*68%*/
}

#main-visual .visual .pc {
  display: block;
}

#main-visual .visual .sp {
  display: none;
}

#main-visual .deco {
  background: url(../images/top2/main_deco.png) center top repeat-x;
  background-size: auto 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10.6%;
  max-height: 56px;
  z-index: 1;
}

#main-visual .sabon {
  position: absolute;
  left: 5%;
  bottom: -13%;
  width: 19.36%;
  z-index: 3;
}

#main-visual .cm-link {
  position: absolute;
  right: 84%;
  bottom: 5%;
  width: 21%;
  z-index: 3;
}

#main-visual .text {
  margin-left: -2.4%;
  position: relative;
  left: 50%;
  width: 50%;
  z-index: 3;
}

#main-visual h1 {
  padding-top: 12px;
  text-align: center;
  position: relative;
  z-index: -10;
}

#main-visual h2 {
  padding-top: 11.5%;
  position: relative;
  text-align: center;
}

#main-visual h2 #copy-sp {
  display: none;
}

#main-visual #botanical-car {
  margin: 7.25% auto 0;
  text-align: center;
  position: relative;
}

#main-visual #botanical-car-set {
  -webkit-transform: translateX(3.36%);
  -ms-transform: translateX(3.36%);
      transform: translateX(3.36%);
  position: relative;
  z-index: 3;
  width: 66.73%;
  margin: 0 auto;
}

#main-visual .shampoo-bubble {
  position: absolute;
  top: -4%;
  left: 36%;
  z-index: 3;
}

#main-visual #botanical-car-run {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

#main-visual #botanical-car-head {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 22.956%;
  z-index: 1;
  font-size: 0;
}

#main-visual #botanical-car-body {
  z-index: 2;
  position: relative;
  width: 100%;
}

#main-visual #botanical-car-inner {
  position: relative;
}

#main-visual #leaf-text {
  margin: 0 0 0 6.31%;
  position: absolute;
  top: -6.7%;
  left: 50%;
  width: 29.47%;
  z-index: 2;
}

#main-visual #mutenka {
  margin-left: -41.26%;
  position: absolute;
  top: -21.73%;
  left: 50%;
  width: 22%;
  z-index: 2;
}

#main-visual .inner > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #14a83c;
  font-size: x-small;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 101%;
  width: 50%;
  z-index: 5;
}

#main-visual .bbl {
  left: 50%;
  bottom: -10%;
  z-index: 2;
}

#main-visual .bbl1 {
  bottom: -6%;
  margin-left: -19%;
}

#main-visual .bbl2 {
  margin-left: 7.3%;
}

#main-visual .bbl3 {
  margin-left: 40.8%;
}

/*
#main-visual .cm-btn{
    text-align: center;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    bottom:-8%;
    width:12%;
}*/
#top-menu {
  margin: 0 auto;
  max-width: 870px;
}

#top-menu li {
  float: left;
  width: 22.988%;
  padding: 0 5.1724%;
}

#top-menu li figure {
  text-align: center;
}

#top-menu li h3 {
  margin-top: 5%;
  text-align: center;
}

#top-menu li a {
  display: block;
  margin-top: 16%;
  text-align: center;
}

#top-menu li#top-menu-about, #top-menu li#top-menu-product {
  background: url(../images/top2/top_border.png) repeat-y 100% 0;
}

@media (max-width: 1024px) {
  #main-visual .inner > p {
    text-align: right;
    padding: 0 7%;
    left: 0;
    width: 100%;
  }
  #main-visual .bbl {
    bottom: -11%;
  }
  #main-visual .bbl1 {
    bottom: -6%;
  }
}

@media (max-width: 820px) {
  #main-visual .bbl {
    bottom: -12%;
    zoom: 0.7;
  }
}

@media (max-width: 640px) {
  #main-visual {
    margin-bottom: 15%;
  }
  #main-visual .visual {
    overflow: hidden;
    left: 0;
    top: 30%;
    bottom: auto;
    width: 100%;
    height: 70%;
  }
  #main-visual .visual .pc {
    display: none;
  }
  #main-visual .visual .sp {
    display: inline;
    width: 100%;
  }
  #main-visual .text {
    margin-left: 0;
    left: auto;
    width: auto;
  }
  #main-visual h2 {
    padding: 3% 15% 54%;
    position: relative;
    text-align: center;
  }
  #main-visual #botanical-car {
    margin: 15% auto 0;
  }
  #main-visual #botanical-car-inner {
    width: 80%;
    margin: 0 auto;
  }
  #main-visual .sabon {
    bottom: 0%;
  }
  #main-visual .inner > p {
    text-align: center;
    width: 100%;
  }
  #main-visual .bbl {
    bottom: -6%;
    zoom: 0.5;
  }
  #main-visual .bbl1 {
    margin-left: -44%;
  }
  #main-visual .cm-link {
    right: 6%;
    bottom: 7%;
    width: 16%;
  }
  #main-visual #mutenka {
    margin-left: -41%;
    top: -20%;
  }
}

@media (max-width: 525px) {
  #main-visual {
    margin-bottom: 20%;
  }
  #main-visual .bbl {
    bottom: -10%;
  }
}

@media (max-width: 480px) {
  #top-menu li {
    float: none;
    width: 100%;
    padding: 0;
  }
  #top-menu li h3 {
    margin-top: 0;
  }
  #top-menu li a {
    margin-top: 20px;
  }
  #top-menu li#top-menu-about, #top-menu li#top-menu-product {
    padding-bottom: 10%;
    margin-bottom: 10%;
    background: url(../images/product2/product_moist_bg.png) repeat-x 0 100%;
  }
}

/*---------------------------------------------------------------------------------------
 lineup
---------------------------------------------------------------------------------------*/
.cm-banner {
  max-width: 880px;
  margin: 5% auto;
  padding: 0 7%;
}

.cm-banner img {
  width: 100%;
  height: auto;
}

#sabon-title {
  text-align: center;
  padding: 0 5% 2%;
}

#lineup-title {
  border-top: 1px dotted #14a83c;
  margin: 2.8% auto 0;
  text-align: center;
  max-width: 880px;
}

#lineup-title h3 {
  margin: 0 auto;
  padding: 4.2% 0 3.5% 0;
  width: 18.3%;
}

#lineup {
  margin: 0 auto;
  position: relative;
  width: 900px;
}

#lineup .inner {
  overflow-x: hidden;
}

#lineup ul {
  width: 1260px;
}

#lineup li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  text-align: center;
  position: relative;
  width: 180px;
}

#lineup li.new:after {
  background: url(../images/common2/new.png) no-repeat;
  content: "";
  position: absolute;
  left: 6%;
  top: 0;
  width: 88%;
  height: 10.7%;
}

#lineup li figure {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 246px;
}

#lineup li figure img {
  display: block;
}

#lineup li h3 {
  color: #555;
  line-height: 1.28;
  margin-top: 10%;
}

#lineup li p {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin: 2% 0 5%;
}

#lineup li a {
  display: block;
  margin: 0 0 5.1%;
}

#lineup .btn {
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 200;
}

#lineup .prev {
  left: 0;
  margin-left: -26px;
}

#lineup .next {
  right: 0;
  margin-right: -26px;
}

@media (max-width: 1000px) {
  #lineup {
    width: 720px;
  }
  #lineup .prev {
    margin-left: -3%;
  }
  #lineup .next {
    margin-right: -3%;
  }
}

@media (max-width: 800px) {
  #lineup {
    width: 540px;
  }
  #lineup .inner {
    overflow-x: auto;
  }
  #lineup .prev {
    margin-left: -1%;
  }
  #lineup .next {
    margin-right: -1%;
  }
}

@media (max-width: 560px) {
  #lineup {
    width: 360px;
  }
  #lineup .prev {
    margin-left: -0.5%;
  }
  #lineup .next {
    margin-right: -0.5%;
  }
}

@media (max-width: 480px) {
  #lineup .prev {
    margin-left: 1%;
  }
  #lineup .next {
    margin-right: 1%;
  }
}

@media (max-width: 374px) {
  #lineup {
    width: 100%;
  }
  #lineup .prev {
    margin-left: 3%;
  }
  #lineup .next {
    margin-right: 3%;
  }
}

/*---------------------------------------------------------------------------------------
 main contents
---------------------------------------------------------------------------------------*/
#main-contents {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 880px;
  padding: 0 30px;
}

#index #main-contents {
  margin-top: 130px;
}

#main-contents section {
  padding-top: 10%;
}

#main-contents h2 {
  text-align: center;
}

h3.section-title {
  margin: 0 auto;
  max-width: 640px;
}

@media (max-width: 640px) {
  #main-contents {
    margin-top: 8%;
    padding: 0 6%;
  }
  #index #main-contents {
    margin-top: 15%;
  }
  #main-contents section {
    padding-top: 15%;
  }
  #main-contents h2 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  h3.section-title {
    margin: 0;
  }
}

#about {
  position: relative;
}

#about #container {
  margin-top: 100px;
  padding-top: 32px;
  padding-bottom: 186px;
}

@media (max-width: 720px) {
  #about #container {
    padding-bottom: 130px;
  }
}

#about #main-contents {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 1000px;
  padding: 0 30px;
}

#about .page-ttl h2 {
  width: 100px;
}

@media (max-width: 720px) {
  #about .page-ttl h2 {
    width: 67px;
  }
}

#about .page-ttl p {
  margin-bottom: 32px;
}

@media (max-width: 720px) {
  #about .page-ttl p {
    margin-bottom: 22px;
  }
}

#about .section-wrap {
  position: relative;
  padding-top: 0;
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
  margin: 0 auto 50px auto;
  z-index: 1;
}

@media (max-width: 720px) {
  #about .section-wrap {
    margin-right: -30px;
    margin-left: -30px;
  }
}

#about .section-wrap h4 {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  text-align: center;
  margin-bottom: 13px;
  letter-spacing: 0.07em;
}

@media (max-width: 720px) {
  #about .section-wrap h4 {
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
}

#about .section-wrap p {
  font-size: 14px;
  color: #3f210e;
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 720px) {
  #about .section-wrap p {
    font-size: 13px;
    text-align: left;
  }
}

#about .section-wrap p.notes {
  font-size: 10px;
  margin-bottom: 0;
}

#about .section-wrap .inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  #about .section-wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#about .about-1 {
  padding-top: 38px;
  padding-bottom: 48px;
}

#about .about-1 h3 {
  width: 478.5px;
  margin: 0 auto 40px auto;
}

@media (max-width: 720px) {
  #about .about-1 h3 {
    width: 93.94366%;
    margin-bottom: 30px;
  }
}

@media (max-width: 720px) {
  #about .about-1 p.awa {
    max-width: 259.5px;
    margin: 0 auto 20px auto;
  }
}

#about .about-1 ul {
  position: relative;
  font-size: 0;
  max-width: 530px;
  margin: 0 auto;
  padding-top: 6px;
}

@media (max-width: 720px) {
  #about .about-1 ul {
    margin-left: -4%;
  }
}

#about .about-1 ul:before {
  position: absolute;
  top: 29%;
  right: -58px;
  content: "etc…";
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
}

@media (max-width: 720px) {
  #about .about-1 ul:before {
    top: auto;
    right: 0;
    bottom: 0;
    font-size: 13px;
  }
}

@media (max-width: 720px) {
  #about .about-1 .notes {
    padding-top: 16px;
  }
}

#about .about-1 .oil-img {
  padding: 0 20px;
}

@media (max-width: 720px) {
  #about .about-1 .oil-img {
    padding: 0;
  }
}

#about .about-1 .oil-txt {
  padding-top: 10px;
}

#about .about-1 .oil-txt p {
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  text-align: center;
}

@media (max-width: 720px) {
  #about .about-1 .oil-txt p {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}

#about .about-1 .oil-txt small {
  font-size: 50%;
  vertical-align: top;
}

#about .about-1 li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}

@media (max-width: 720px) {
  #about .about-1 li {
    width: 29%;
    margin-left: 4%;
  }
}

#about .about-1 li:nth-child(1) .oil-txt p {
  padding-top: .75em;
}

#about .about-1 li:nth-child(2) .oil-txt p {
  padding-top: .75em;
}

#about .about-1 li:nth-child(3) .oil-txt p {
  padding-top: .75em;
}

@media (max-width: 720px) {
  #about .about-1 li:nth-child(3) .oil-txt p {
    padding-top: 0;
  }
}

#about .about-1 .illust-0,
#about .about-1 .illust-1,
#about .about-1 .illust-2,
#about .about-1 .illust-3,
#about .about-1 .illust-4 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media (max-width: 720px) {
  #about .about-1 .illust-0,
  #about .about-1 .illust-1,
  #about .about-1 .illust-2,
  #about .about-1 .illust-3,
  #about .about-1 .illust-4 {
    display: none;
  }
}

#about .about-1 .illust-0 img,
#about .about-1 .illust-1 img,
#about .about-1 .illust-2 img,
#about .about-1 .illust-3 img,
#about .about-1 .illust-4 img {
  width: 100%;
  height: auto;
}

#about .about-1 .illust-0:before,
#about .about-1 .illust-1:before,
#about .about-1 .illust-2:before,
#about .about-1 .illust-3:before,
#about .about-1 .illust-4:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .about-1 .illust-0 {
  top: -87.5px;
  left: 0;
  width: 57px;
  background-image: url("../images/about2/about_deco_1.png");
}

@media (max-width: 720px) {
  #about .about-1 .illust-0 {
    display: block;
  }
}

#about .about-1 .illust-0:before {
  padding-top: 152%;
}

#about .about-1 .illust-1 {
  top: 54px;
  left: 7.65%;
  width: 6.4%;
  background-image: url("../images/about2/bg-s1-1.png");
}

@media (max-width: 720px) {
  #about .about-1 .illust-1 {
    top: -44px;
    left: -6.13333%;
    width: 34%;
  }
}

#about .about-1 .illust-1:before {
  padding-top: 152%;
}

#about .about-1 .illust-2 {
  top: 100px;
  left: 71.65%;
  width: 19.95%;
  background-image: url("../images/about2/bg-s1-2.png");
  mix-blend-mode: normal;
}

@media (max-width: 720px) {
  #about .about-1 .illust-2 {
    display: none;
  }
}

#about .about-1 .illust-2:before {
  padding-top: 99%;
}

#about .about-1 .illust-3 {
  bottom: 189px;
  right: 3.35%;
  width: 5.45%;
  background-image: url("../images/about2/bg-s1-3.png");
}

@media (max-width: 720px) {
  #about .about-1 .illust-3 {
    display: none;
  }
}

#about .about-1 .illust-3:before {
  padding-top: 126%;
}

@media (max-width: 720px) {
  #about .about-1 .illust-3:before {
    padding-top: 135%;
  }
}

#about .about-1 .illust-4 {
  bottom: 100px;
  left: 5.4%;
  width: 5.35%;
  background-image: url("../images/about2/bg-s1-4.png");
}

@media (max-width: 720px) {
  #about .about-1 .illust-4 {
    display: none;
  }
}

#about .about-1 .illust-4:before {
  padding-top: 174%;
}

@media (max-width: 720px) {
  #about .about-1 .illust-4:before {
    padding-top: 135%;
  }
}

#about .about-2 {
  padding-top: 50px;
  padding-bottom: 43px;
}

@media (max-width: 720px) {
  #about .about-2 {
    padding-top: 42px;
  }
}

#about .about-2 h3 {
  width: 482px;
  margin: 0 auto 40px auto;
}

@media (max-width: 720px) {
  #about .about-2 h3 {
    width: 77.60563%;
    margin: 0 auto 24px auto;
  }
}

#about .about-2 h4 {
  margin-bottom: 23px;
}

#about .about-2 .extract-list {
  max-width: 483px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list {
    margin-bottom: 13px;
  }
}

#about .about-2 .extract-list ul {
  font-size: 0;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list ul {
    text-align: center;
  }
}

#about .about-2 .extract-list li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  margin-bottom: 16px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li {
    width: 25%;
  }
  #about .about-2 .extract-list li:nth-child(1) {
    padding-left: 20px;
  }
  #about .about-2 .extract-list li:nth-child(3) {
    padding-right: 20px;
  }
}

#about .about-2 .extract-list li .img {
  padding: 0 14px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li .img {
    padding: 0 10px;
  }
}

#about .about-2 .extract-list li p {
  padding-top: 12px;
  font-size: 14px;
  color: #3f210e;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li p {
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .extract-list li p {
    font-size: 10px;
  }
}

#about .about-2 .extract-list li.note-1 .img {
  position: relative;
}

#about .about-2 .extract-list li.note-1 .img:before {
  content: "＊1";
  position: absolute;
  bottom: 0;
  right: 7px;
  color: #3f210e;
  font-size: 10px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li.note-1 .img:before {
    bottom: -1.3em;
    right: 14px;
  }
}

#about .about-2 .extract-list li.note-2 .img {
  position: relative;
}

#about .about-2 .extract-list li.note-2 .img:before {
  content: "＊2";
  position: absolute;
  bottom: 0;
  right: 7px;
  color: #3f210e;
  font-size: 10px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li.note-2 .img:before {
    bottom: -1.3em;
    right: 14px;
  }
}

#about .about-2 .extract-list li.note-3 .img {
  position: relative;
}

#about .about-2 .extract-list li.note-3 .img:before {
  content: "＊3";
  position: absolute;
  bottom: 0;
  right: 7px;
  color: #3f210e;
  font-size: 10px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li.note-3 .img:before {
    bottom: -1.3em;
    right: 14px;
  }
}

#about .about-2 .extract-list li.note-4 .img {
  position: relative;
}

#about .about-2 .extract-list li.note-4 .img:before {
  content: "＊4";
  position: absolute;
  bottom: 0;
  right: 7px;
  color: #3f210e;
  font-size: 10px;
}

@media (max-width: 720px) {
  #about .about-2 .extract-list li.note-4 .img:before {
    bottom: -1.3em;
    right: 14px;
  }
}

#about .about-2 p.notes {
  margin-bottom: 34px;
}

#about .about-2 .feeling-list {
  max-width: 483px;
  margin: 0 auto;
}

#about .about-2 .feeling-list ul {
  font-size: 0;
  text-align: center;
}

#about .about-2 .feeling-list li {
  position: relative;
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li {
    text-align: center;
    width: 33.3333%;
  }
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li:nth-child(1) {
    margin-left: 20px;
  }
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li:nth-child(2) {
    margin-right: 20px;
  }
}

#about .about-2 .feeling-list li h5 {
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: -0.07em;
  color: #3f210e;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li h5 {
    font-size: 15px;
  }
}

#about .about-2 .feeling-list li p {
  font-size: 10px;
  margin-bottom: 0;
  text-align: center;
}

#about .about-2 .feeling-list li:before {
  content: "";
  display: block;
  padding-top: 74%;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li:before {
    padding-top: 91%;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li:before {
    padding-top: 98%;
  }
}

#about .about-2 .feeling-list li.f-1 {
  background-image: url("../images/about2/bg_circle_1.png");
  background-size: 83.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-1 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-1 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-2 {
  background-image: url("../images/about2/bg_circle_2.png");
  background-size: 83.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-2 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-2 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-3 {
  background-image: url("../images/about2/bg_circle_3.png");
  background-size: 83.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-3 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-3 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-4 {
  background-image: url("../images/about2/bg_circle_4.png");
  background-size: 83.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-4 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-4 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-5 {
  background-image: url("../images/about2/bg_circle_5.png");
  background-size: 86.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-5 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-5 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-6 {
  background-image: url("../images/about2/bg_circle_6.png");
  background-size: 87px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-6 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-6 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list li.f-7 {
  background-image: url("../images/about2/bg_circle_7.png");
  background-size: 86.5px;
}

@media (max-width: 720px) {
  #about .about-2 .feeling-list li.f-7 {
    background-size: 93px;
  }
}

@media (max-width: 340px) {
  #about .about-2 .feeling-list li.f-7 {
    background-size: 80px;
  }
}

#about .about-2 .feeling-list .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.2;
}

#about .about-2 .illust-0,
#about .about-2 .illust-1,
#about .about-2 .illust-2,
#about .about-2 .illust-3,
#about .about-2 .illust-4,
#about .about-2 .illust-5 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media (max-width: 720px) {
  #about .about-2 .illust-0,
  #about .about-2 .illust-1,
  #about .about-2 .illust-2,
  #about .about-2 .illust-3,
  #about .about-2 .illust-4,
  #about .about-2 .illust-5 {
    display: none;
  }
}

#about .about-2 .illust-0 img,
#about .about-2 .illust-1 img,
#about .about-2 .illust-2 img,
#about .about-2 .illust-3 img,
#about .about-2 .illust-4 img,
#about .about-2 .illust-5 img {
  width: 100%;
  height: auto;
}

#about .about-2 .illust-0:before,
#about .about-2 .illust-1:before,
#about .about-2 .illust-2:before,
#about .about-2 .illust-3:before,
#about .about-2 .illust-4:before,
#about .about-2 .illust-5:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .about-2 .illust-0 {
  top: -104.5px;
  right: 0;
  width: 82px;
  background-image: url("../images/about2/about_deco_2.png");
}

@media (max-width: 720px) {
  #about .about-2 .illust-0 {
    display: block;
  }
}

#about .about-2 .illust-0:before {
  padding-top: 128%;
}

#about .about-2 .illust-1 {
  top: -9px;
  left: 72.1%;
  width: 12.7%;
  background-image: url("../images/about2/bg-s2-1.png");
  mix-blend-mode: normal;
}

@media (max-width: 720px) {
  #about .about-2 .illust-1 {
    display: none;
  }
}

#about .about-2 .illust-1:before {
  padding-top: 111%;
}

#about .about-2 .illust-2 {
  top: 120px;
  left: 4.05%;
  width: 7.05%;
  background-image: url("../images/about2/bg-s2-2.png");
}

@media (max-width: 720px) {
  #about .about-2 .illust-2 {
    bottom: -24px;
    left: auto;
    right: 1.46667%;
    width: 25.6%;
  }
}

#about .about-2 .illust-2:before {
  padding-top: 114%;
}

#about .about-2 .illust-3 {
  top: 278px;
  right: 3.5%;
  width: 7.8%;
  background-image: url("../images/about2/bg-s2-3.png");
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#about .about-2 .illust-3:before {
  padding-top: 134%;
}

#about .about-2 .illust-4 {
  bottom: 0;
  left: 9.25%;
  width: 6.35%;
  background-image: url("../images/about2/bg-s2-4.png");
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#about .about-2 .illust-4:before {
  padding-top: 151%;
}

#about .about-2 .illust-5 {
  bottom: 0;
  right: 9.2%;
  width: 7.45%;
  background-image: url("../images/about2/bg-s2-5.png");
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#about .about-2 .illust-5:before {
  padding-top: 97%;
}

#about .about-3 {
  padding-top: 48px;
  padding-bottom: 48px;
}

#about .about-3 h3 {
  width: 477.5px;
  margin: 0 auto 34px auto;
}

@media (max-width: 720px) {
  #about .about-3 h3 {
    width: 91.5493%;
  }
}

#about .about-3 p {
  margin-bottom: 20px;
}

#about .about-3 .img {
  max-width: 291px;
  margin: 0 auto 14px auto;
}

#about .about-3 .illust-0,
#about .about-3 .illust-1,
#about .about-3 .illust-2 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media (max-width: 720px) {
  #about .about-3 .illust-0,
  #about .about-3 .illust-1,
  #about .about-3 .illust-2 {
    display: none;
  }
}

#about .about-3 .illust-0 img,
#about .about-3 .illust-1 img,
#about .about-3 .illust-2 img {
  width: 100%;
  height: auto;
}

#about .about-3 .illust-0:before,
#about .about-3 .illust-1:before,
#about .about-3 .illust-2:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .about-3 .illust-0 {
  top: -153px;
  left: 0;
  width: 64px;
  background-image: url("../images/about2/about_deco_3.png");
}

@media (max-width: 720px) {
  #about .about-3 .illust-0 {
    display: block;
  }
}

#about .about-3 .illust-0:before {
  padding-top: 238%;
}

#about .about-3 .illust-1 {
  top: 145.5px;
  left: 8.05%;
  width: 6.95%;
  background-image: url("../images/about2/bg-s3-1.png");
}

#about .about-3 .illust-1:before {
  padding-top: 78%;
}

#about .about-3 .illust-2 {
  top: 95px;
  left: 68.25%;
  width: 20.65%;
  background-image: url("../images/about2/bg-s3-2.png");
  mix-blend-mode: normal;
}

#about .about-3 .illust-2:before {
  padding-top: 73%;
}

#about .about-4 {
  padding-top: 57px;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

@media (max-width: 720px) {
  #about .about-4 {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
  }
}

#about .about-4 h3 {
  width: 234.5px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #about .about-4 h3 {
    width: 75.77465%;
  }
}

#about .about-4 p.sub {
  font-size: 25px;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 6px;
}

@media (max-width: 720px) {
  #about .about-4 p.sub {
    display: none;
  }
}

#about .about-4 p .marker {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffe450), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(bottom, #ffe450 50%, transparent 50%);
  background-image: -o-linear-gradient(bottom, #ffe450 50%, transparent 50%);
  background-image: linear-gradient(to top, #ffe450 50%, transparent 50%);
}

#about .about-4 .promise-list {
  padding-top: 40px;
  font-size: 0;
  max-width: 940px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #about .about-4 .promise-list {
    padding-top: 26px;
  }
}

#about .about-4 .promise-list .list {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media (max-width: 720px) {
  #about .about-4 .promise-list .list {
    width: 100%;
    display: block;
  }
}

#about .about-4 .promise-list .list:first-child p {
  margin-left: 58px;
}

@media (max-width: 720px) {
  #about .about-4 .promise-list .list:first-child p {
    margin-left: 0;
  }
}

#about .about-4 .promise-list .list:last-child p {
  margin-left: 26px;
}

@media (max-width: 720px) {
  #about .about-4 .promise-list .list:last-child p {
    margin-left: 0;
  }
}

#about .about-4 .promise-list p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-weight: 700;
  background-position: left 3px;
  background-size: 26px;
  background-repeat: no-repeat;
  padding-left: 36px;
  line-height: 1.4;
  margin-bottom: 22px;
}

@media (max-width: 720px) {
  #about .about-4 .promise-list p {
    letter-spacing: -0.05em;
  }
}

#about .about-4 .promise-list p small {
  font-size: 10px;
}

#about .about-4 .promise-list p.list-1 {
  background-image: url("../images/about2/num_1.png");
}

#about .about-4 .promise-list p.list-2 {
  background-image: url("../images/about2/num_2.png");
}

#about .about-4 .promise-list p.list-3 {
  background-image: url("../images/about2/num_3.png");
}

#about .about-4 .promise-list p.list-4 {
  background-image: url("../images/about2/num_4.png");
}

#about .about-4 .promise-list p.list-5 {
  background-image: url("../images/about2/num_5.png");
}

#about .about-4 .promise-list p.list-6 {
  background-image: url("../images/about2/num_6.png");
}

#about .about-4 .promise-list p.list-7 {
  background-image: url("../images/about2/num_7.png");
}

#about .about-4 .promise-list p.list-8 {
  background-image: url("../images/about2/num_8.png");
}

#about .about-4 .promise-list p.list-9 {
  background-image: url("../images/about2/num_9.png");
}

#about .about-4 .promise-list p.list-10 {
  background-image: url("../images/about2/num_10.png");
}

#about .about-4 .promise-list p.list-11 {
  background-image: url("../images/about2/num_11.png");
}

#about .about-4 .promise-list p.list-12 {
  background-image: url("../images/about2/num_12.png");
}

#about .about-4 .promise-list p.list-13 {
  background-image: url("../images/about2/num_13.png");
}

#about .about-4 .promise-list p.list-14 {
  background-image: url("../images/about2/num_14.png");
}

#about .about-4 .promise-list p.list-15 {
  background-image: url("../images/about2/num_15.png");
}

#about .about-4 .illust-0,
#about .about-4 .illust-1,
#about .about-4 .illust-2,
#about .about-4 .illust-3,
#about .about-4 .illust-4,
#about .about-4 .illust-5 {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

@media (max-width: 720px) {
  #about .about-4 .illust-0,
  #about .about-4 .illust-1,
  #about .about-4 .illust-2,
  #about .about-4 .illust-3,
  #about .about-4 .illust-4,
  #about .about-4 .illust-5 {
    display: none;
  }
}

#about .about-4 .illust-0 img,
#about .about-4 .illust-1 img,
#about .about-4 .illust-2 img,
#about .about-4 .illust-3 img,
#about .about-4 .illust-4 img,
#about .about-4 .illust-5 img {
  width: 100%;
  height: auto;
}

#about .about-4 .illust-0:before,
#about .about-4 .illust-1:before,
#about .about-4 .illust-2:before,
#about .about-4 .illust-3:before,
#about .about-4 .illust-4:before,
#about .about-4 .illust-5:before {
  content: "";
  display: block;
  padding-top: 100%;
}

#about .about-4 .illust-0 {
  top: -96px;
  right: 0;
  width: 81.5px;
  background-image: url("../images/about2/about_deco_4.png");
}

@media (max-width: 720px) {
  #about .about-4 .illust-0 {
    display: block;
  }
}

#about .about-4 .illust-0:before {
  padding-top: 118%;
}

#about .about-4 .illust-5 {
  bottom: -85.5px;
  left: 0;
  width: 75.5px;
  background-image: url("../images/about2/about_deco_5.png");
}

@media (max-width: 720px) {
  #about .about-4 .illust-5 {
    display: block;
  }
}

#about .about-4 .illust-5:before {
  padding-top: 113%;
}

#about .about-4 .illust-1 {
  top: -19px;
  left: 16.65%;
  width: 16.6%;
  background-image: url("../images/about2/bg-s4-1.png");
  mix-blend-mode: normal;
}

#about .about-4 .illust-1:before {
  padding-top: 100%;
}

#about .about-4 .illust-2 {
  top: 52px;
  left: 5%;
  width: 4.05%;
  background-image: url("../images/about2/bg-s4-2.png");
}

#about .about-4 .illust-2:before {
  padding-top: 178%;
}

#about .about-4 .illust-3 {
  top: 62px;
  right: 13.3%;
  width: 5.05%;
  background-image: url("../images/about2/bg-s4-3.png");
}

#about .about-4 .illust-3:before {
  padding-top: 140%;
}

#about .about-4 .illust-4 {
  top: 242px;
  right: 4.35%;
  width: 6.9%;
  background-image: url("../images/about2/bg-s4-4.png");
}

#about .about-4 .illust-4:before {
  padding-top: 80%;
}

#news {
  position: relative;
}

#news #container {
  margin-top: 100px;
  padding-top: 32px;
  padding-bottom: 190px;
}

@media (max-width: 720px) {
  #news #container {
    padding-bottom: 50px;
  }
}

#news .db-container {
  background-image: url(../images/common/bg_flower_news_r.gif), url(../images/common/bg_flower_news_l.gif);
  background-position: right top, left top;
  background-repeat: repeat-y, repeat-y;
  background-size: 110px, 110px;
}

@media (max-width: 720px) {
  #news .db-container {
    background-image: none;
    background-position: right top, left top;
    background-repeat: repeat-y, repeat-y;
    background-size: 82px, 82px;
  }
}

#news #main-contents {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 1000px;
  padding: 0 30px;
}

#news .bgimg-1,
#news .bgimg-2,
#news .bgimg-3 {
  z-index: 0;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}

#news .bgimg-1 img,
#news .bgimg-2 img,
#news .bgimg-3 img {
  width: 100%;
  height: auto;
}

#news .bgimg-1:before,
#news .bgimg-2:before,
#news .bgimg-3:before {
  content: "";
  display: block;
  padding-top: 120%;
}

@media (max-width: 720px) {
  #news .bgimg-1 {
    background-image: url("../images/common/bg_news_1_sp.png");
    width: 80px;
    background-size: 80px;
    top: 15px;
    right: 0px;
    overflow: hidden;
  }
}

@media (max-width: 720px) {
  #news .bgimg-1:before {
    padding-top: 278%;
  }
}

@media (max-width: 720px) {
  #news .bgimg-2 {
    background-image: url("../images/common/bg_news_2_sp.png");
    width: 82.5px;
    background-size: 82.5px;
    top: -122px;
    left: 0;
    z-index: 0;
  }
  #news .bgimg-2:before {
    padding-top: 148%;
  }
}

@media (max-width: 720px) {
  #news .bgimg-3 {
    background-image: url("../images/common/bg_news_3_sp.png");
    width: 81.5px;
    background-size: 81.5px;
    background-position: center bottom;
    bottom: -130px;
    right: 0;
  }
  #news .bgimg-3:before {
    padding-top: 160%;
  }
}

#news .page-ttl h2 {
  width: 92.5px;
}

@media (max-width: 720px) {
  #news .page-ttl h2 {
    width: 62px;
  }
}

#news .page-ttl p {
  margin-bottom: 80px;
}

@media (max-width: 720px) {
  #news .page-ttl p {
    margin-bottom: 104px;
  }
}

#news .article-wrap {
  position: relative;
  padding-top: 0;
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
  margin: 0 auto 90px auto;
  z-index: 1;
  min-height: 280px;
}

@media (max-width: 720px) {
  #news .article-wrap {
    margin-bottom: 125px;
    margin-right: -30px;
    margin-left: -30px;
  }
}

#news .article-wrap .inner {
  max-width: 810px;
  margin: 0 auto;
  zoom: 1;
}

@media (max-width: 930px) {
  #news .article-wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#news .article-wrap .inner:before, #news .article-wrap .inner:after {
  content: "";
  display: table;
}

#news .article-wrap .inner:after {
  clear: both;
}

#news .article-wrap .slider {
  width: 100%;
  margin-top: -40px;
  border: 1px solid #ddd;
  background: #fff;
}

@media (max-width: 720px) {
  #news .article-wrap .slider {
    margin-top: -75px;
  }
}

#news .article-wrap .slider img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#news .article-wrap .img {
  vertical-align: bottom;
}

#news .article-wrap .news-img {
  width: 34.5679%;
  float: left;
  padding-bottom: 8px;
}

@media (max-width: 720px) {
  #news .article-wrap .news-img {
    width: 83.58209%;
    float: none;
    margin: 0 auto;
  }
}

#news .article-wrap .news-body {
  width: 60.49383%;
  float: right;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 720px) {
  #news .article-wrap .news-body {
    width: 100%;
    float: none;
    padding-top: 13px;
    padding-bottom: 22px;
  }
}

#news .article-wrap h2.ttl {
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  text-align: left;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media (max-width: 720px) {
  #news .article-wrap h2.ttl {
    font-size: 17px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    letter-spacing: 0em;
    width: 100%;
  }
}

#news .article-wrap .txt {
  font-size: 13px;
  color: #3f210e;
  text-align: left;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 720px) {
  #news .article-wrap .txt {
    font-size: 12px;
  }
}

#news .article-wrap .date {
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  padding-top: 18px;
  letter-spacing: 0.1em;
}

@media (max-width: 720px) {
  #news .article-wrap .date {
    font-size: 12px;
    padding-top: 12px;
  }
}

#news .article-wrap .inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  #news .article-wrap .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#news .slick-dots {
  position: absolute;
  bottom: -32px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 720px) {
  #news .slick-dots {
    bottom: -36px;
  }
}

#news .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background: #ddd;
  border-radius: 10px;
}

#news .slick-dots li.slick-active {
  background: #ff7e12;
}

#news .slick-dots li button {
  display: none;
}

#news .md-news-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.7);
}

#news .md-news-modal img {
  width: 50%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border: 1px solid #ddd;
}

#news .backnumber {
  position: relative;
}

#news .backnumber .page-ttl h2 {
  width: 235.5px;
  margin-bottom: 30px;
}

@media (max-width: 720px) {
  #news .backnumber .page-ttl h2 {
    width: 156.5px;
  }
}

#news .backnumber-list {
  position: relative;
  padding-top: 0;
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
  margin: 0 auto 90px auto;
  z-index: 1;
}

@media (max-width: 720px) {
  #news .backnumber-list {
    margin-bottom: 125px;
    margin-right: -30px;
    margin-left: -30px;
  }
}

#news .backnumber-list ul {
  font-size: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 7.8%;
  margin: 0 auto;
}

@media (max-width: 720px) {
  #news .backnumber-list ul {
    padding-top: 46px;
    padding-left: 5.33333%;
  }
}

#news .backnumber-list li {
  display: inline-block;
  vertical-align: baseline;
  width: 25%;
  margin-bottom: 4px;
}

@media (max-width: 720px) {
  #news .backnumber-list li {
    width: 50%;
  }
}

#news .backnumber-list li a {
  color: #3f210e;
  font-size: 15px;
  text-decoration: underline;
  font-weight: bold;
  font-weight: 600;
  margin-left: 6.15%;
  letter-spacing: 0.08em;
}

@media (max-width: 720px) {
  #news .backnumber-list li a {
    margin-left: 6.4%;
  }
}

#news .backnumber-list li a:hover {
  text-decoration: none;
}

@media (max-width: 720px) {
  #news .backnumber-list li:nth-child(odd) a {
    margin-left: 0;
  }
}

/*---------------------------------------------------------------------------------------
 product-top
---------------------------------------------------------------------------------------*/
#product-top-column {
  margin-top: 13%;
}

.product-top-section {
  width: 45.454%;
  width: 45.454%;
}

#prodcut-top-moist {
  float: left;
}

#prodcut-top-moist h4 {
  text-align: center;
  font-size: large;
  font-weight: bold;
}

#prodcut-top-repair {
  float: right;
}

.product-top-section h4 {
  text-align: center;
  font-size: large;
  font-weight: bold;
}

#prodcut-top-moist h4 {
  color: #22ac38;
}

#prodcut-top-repair h4 {
  color: #d95e64;
}

.product-top-section figure {
  text-align: center;
  margin-top: 7%;
}

.product-top-section p {
  text-align: center;
}

.product-top-section p.product-top-text {
  line-height: 1.6;
}

.product-top-section p.product-top-btn {
  margin-top: 7%;
}

@media (max-width: 720px) {
  .product-top-section p.product-top-text {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .product-top-section {
    width: 100%;
  }
  #prodcut-top-moist {
    float: none;
  }
  #prodcut-top-repair {
    float: none;
    margin-top: 15%;
  }
  .product-top-section figure {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-top-section p.product-top-text {
    font-size: 14px;
  }
}

/* product cm */
#product .cm-gallery-movie h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #22ac38;
  margin: 8% 0 3% 0;
}

#product .cm-gallery-movie .cm-gallery-movie-inner {
  text-align: center;
}

#product .cm-gallery-movie .cm-gallery-movie-inner a {
  width: 100%;
  height: 100%;
  display: block;
}

#product .cm-gallery-movie .cm-gallery-movie-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  height: 190px;
}

/*---------------------------------------------------------------------------------------
 item
---------------------------------------------------------------------------------------*/
.item-lead {
  text-align: center;
  margin: 2.272% 6.59% 0  6.59%;
  font-size: 16px;
  line-height: 1.8;
}

.item-detail {
  margin-top: 5%;
  padding: 5% 0 0 0;
  background: url(../images/product2/product_moist_bg.png) repeat-x 0 0;
}

.item-detail h4 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.item-seibun {
  /*width:45.454%;*/
  background: url(../images/product2/product_moist_bg.png) repeat-x 0 100%;
  padding-bottom: 5%;
  margin-bottom: 5%;
}

.item-seibun .item-seibun-head {
  text-align: center;
  padding-top: 3%;
}

.item-seibun .item-seibun-head h5 {
  display: inline-block;
  padding: 12px;
  width: 45.454%;
}

.item-seibun .item-seibun-head h5:first-child {
  display: block;
  margin: 0 auto;
}

.item-seibun .item-seibun-list {
  margin-top: 3%;
  text-align: center;
}

.item-seibun .item-seibun-list li {
  /*float:left;*/
  display: inline-block;
  width: 13.181%;
  margin: 0 1.136%;
  vertical-align: top;
}

.item-seibun .item-seibun-list li span {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  margin: 10px 0 15px 0;
}

.item-seibun .annotation {
  width: 91%;
  margin: 2% auto 0 auto;
}

/* item-list */
.item-list {
  width: 86%;
  margin: 0 auto;
}

.item-list h4 {
  text-align: center;
}

.item-list .item-list-main li figure {
  text-align: center;
}

.item-list .item-list-main li span {
  text-align: center;
  margin-top: 7.692%;
  display: block;
  /*font-size:12px;
                line-height:1.4;*/
}

.item-list .item-list-main .item-main1 {
  float: left;
  width: 42.2283%;
}

.item-list .item-list-main .item-main2 {
  float: right;
  width: 42.2283%;
}

.item-list .item-list-main .item-main0 {
  margin: 0 auto;
  width: 42.2283%;
}

/*.item-list .item-list-main{
    margin-top:9.3%;
}*/
.item .change-buy-link {
  text-align: center;
}

.item-list .item-list-main li .change-buy-link span {
  margin-top: 0;
  background: url(../images/product2/product_moist_ico.png) no-repeat 0 50%;
  padding: 0.5em 0 0.5em 12px;
  display: inline-block;
}

.item .change-buy-link a {
  display: inline-block;
  text-decoration: underline;
}

.item .change-buy-link a:hover {
  text-decoration: none;
}

.item .buy-button {
  max-width: 320px;
  /*width:40%;*/
  margin: 8% auto 0 auto;
}

.item .buy-button img {
  padding-bottom: 15px;
}

.item .return-top {
  background: url(../images/product2/product_moist_bg.png) repeat-x 0 0;
  padding-top: 5%;
  margin-top: 5%;
  text-align: center;
}

@media (max-width: 900px) {
  .item-list .item-list-main li span, .item-list .item-list-main li p {
    font-size: 10px;
    line-height: 1.4;
  }
  .item-list .item-list-change p {
    font-size: 10px;
    line-height: 1.4;
  }
  .item-seibun .item-seibun-list li span {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 640px) {
  .item-list, .item-seibun {
    width: 70%;
  }
  .item-lead {
    margin: 5% 0 0 0;
    font-size: 12px;
    line-height: 1.6;
  }
  .item-list .item-list-main li figure {
    margin: 0 20%;
  }
  .item-seibun {
    /* float: none;*/
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
  }
  .item-seibun .item-seibun-list {
    /*width:98%;*/
    margin-left: auto;
    margin-right: auto;
  }
  .item-seibun .item-seibun-list li {
    float: left;
    width: 29%;
    margin-right: 6.5%;
    margin-left: 0;
  }
  .item-seibun .item-seibun-head h5 {
    padding: 6px 0;
    width: 100%;
  }
  .item-seibun .item-seibun-list {
    margin-top: 5%;
  }
  .item-list .item-list-main .item-main1, .item-list .item-list-main .item-main2, .item-list .item-list-main .item-main0 {
    float: none;
    width: 100%;
  }
  .item-list .item-list-main .item-main2 {
    margin-top: 10%;
  }
  .item .buy-button {
    /*width: 70%;*/
  }
}

@media (max-width: 480px) {
  .item-list, .item-seibun {
    width: 80%;
  }
  .item-list .item-list-change h5 {
    margin-top: -7%;
  }
}

@media (max-width: 320px) {
  .item-list .item-list-main li span, .item-list .item-list-change p {
    font-size: 8px;
  }
  .item-seibun .item-seibun-list li span {
    font-size: 8px;
  }
}

/*---------------------------------------------------------------------------------------
 product nav
---------------------------------------------------------------------------------------*/
#product-nav {
  margin: 5.6% auto 0;
  width: 81.9%;
}

#product-nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 1.45% 1.45%;
  text-align: center;
  width: 50%;
}

@media (max-width: 880px) {
  #product-nav {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #product-nav {
    width: 80%;
  }
  #product-nav li {
    float: none;
    padding: 1.45% 0;
    width: auto;
  }
}

/*---------------------------------------------------------------------------------------
 botanical-moist
---------------------------------------------------------------------------------------*/
/*
#botanical-moist{
    margin-top:13%;
}
*/
#botanical-moist h3 {
  margin: 0 10.227%;
}

#botanical-moist .item-kana {
  text-align: center;
  font-size: large;
  font-weight: bold;
  color: #22ac38;
}

#botanical-moist .item-photo {
  margin: 2.272% 6.59% 0  6.59%;
}

#botanical-moist .item-list h4 {
  width: 81.562%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #botanical-moist h3 {
    margin: 0;
    text-align: center;
  }
  #botanical-moist .item-photo {
    margin-left: 0;
    margin-right: 0;
  }
  #botanical-moist .item-seibun .item-seibun-list li:nth-child(3), #botanical-moist .item-seibun .item-seibun-list li:nth-child(6) {
    margin-right: 0;
  }
}

/*---------------------------------------------------------------------------------------
 damage repair
---------------------------------------------------------------------------------------*/
/*
#damage-repairing{
    margin-top:13%;
}
*/
#damage-repairing h3 {
  margin: 0 10.227%;
}

#damage-repairing .item-kana {
  text-align: center;
  font-size: large;
  font-weight: bold;
  color: #d95e64;
}

#damage-repairing .item-photo {
  margin: 2.272% 6.59% 0  6.59%;
}

#damage-repairing .item-detail {
  background: url(../images/product2/product_repair_bg.png) repeat-x 0 0;
}

#damage-repairing .item-list h4 {
  width: 91.562%;
  margin: 0 auto;
}

#damage-repairing .item-seibun {
  background: url(../images/product2/product_repair_bg.png) repeat-x 0 100%;
}

#damage-repairing .item-seibun-list li {
  /*width:auto;*/
}

#damage-repairing .item-seibun-list li.item-col-2 {
  /*width:27.498%;*/
  width: 29%;
}

#damage-repairing .item-seibun-list li.item-col-2 figure {
  display: inline-block;
  width: 46%;
  /* width:44.96%;*/
}

#damage-repairing .item-seibun-list li.item-col-2 figure:nth-child(1) {
  margin-right: 8%;
  /*margin-right:10px;*/
}

#damage-repairing .change-buy-link span {
  background: url(../images/product2/product_repair_ico.png) no-repeat 0 50%;
  margin-top: 0;
  padding: 0.5em 0 0.5em 12px;
  display: inline-block;
}

#damage-repairing .change-buy-link a {
  display: inline-block;
  text-decoration: underline;
}

#damage-repairing .change-buy-link a:hover {
  text-decoration: none;
}

#damage-repairing .return-top {
  background: url(../images/product2/product_repair_bg.png) repeat-x 0 0;
}

@media (max-width: 640px) {
  #damage-repairing h3 {
    margin: 0;
  }
  #damage-repairing .item-seibun-list li.item-col-2 {
    width: 64.5%;
  }
  #damage-repairing .item-seibun-list li.item-col-2 figure {
    float: left;
    width: 44.96%;
  }
  #damage-repairing .item-seibun-list li.item-col-2 figure:nth-child(1) {
    margin-right: 10.078%;
  }
  #damage-repairing .item-seibun .item-seibun-list li:nth-child(2), #damage-repairing .item-seibun .item-seibun-list li:nth-child(5) {
    margin-right: 0;
  }
  #damage-repairing .item-photo {
    margin-left: 0;
    margin-right: 0;
  }
  #damage-repairing .item-list {
    margin: 0 auto;
  }
}

/*---------------------------------------------------------------------------------------
 Refershmoist
---------------------------------------------------------------------------------------*/
#main-contents .refreshsmooth-item, #main-contents .refreshmoist-item {
  padding-top: 7.6%;
}

.refreshsmooth-item h3, .refreshmoist-item h3 {
  margin: 0 17.7%;
}

.refreshsmooth-item h3 .bbl, .refreshmoist-item h3 .bbl {
  bottom: 4%;
}

.refreshsmooth-item h3 .bbl1, .refreshmoist-item h3 .bbl1 {
  left: -2%;
}

.refreshsmooth-item h3 .bbl2, .refreshmoist-item h3 .bbl2 {
  right: -5%;
}

.refreshsmooth-item .item-kana, .refreshmoist-item .item-kana {
  color: #666;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.item-kana span {
  display: inline-block;
  margin: 0 0.25em;
}

.refreshsmooth-item .item-photo, .refreshmoist-item .item-photo {
  margin: 2.272% 0 0;
  position: relative;
  text-align: center;
}

.refreshsmooth-item .item-photo.new:after, .refreshmoist-item .item-photo.new:after {
  background: url(../images/product2/new.png) no-repeat;
  background-size: contain;
  content: '';
  margin-left: 8%;
  position: absolute;
  left: 50%;
  top: 7%;
  width: 13.5%;
  height: 14.2%;
}

.bodymilk-item .item-photo .photo-point {
  margin: 2.272% auto 0 auto;
  position: relative;
  display: block;
  width: 86%;
}

#refreshsmooth-treatement .item-photo.new:after, #refreshmoist-treatement .item-photo.new:after {
  top: 2.9%;
}

#refreshsmooth-bodysoap .item-photo.new:after, #refreshmoist-bodysoap .item-photo.new:after {
  top: 1.4%;
}

.refreshsmooth-item .buy-button, .refreshmoist-item .buy-button {
  margin-top: 1.7%;
}

#refreshsmooth-shampoo .item-phpto-wrap .bbl, #refreshmoist-shampoo .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshsmooth-shampoo .item-phpto-wrap .bbl1, #refreshmoist-shampoo .item-phpto-wrap .bbl1 {
  margin-left: -30.6%;
  top: 13.6%;
}

#refreshsmooth-shampoo .item-phpto-wrap .bbl2, #refreshmoist-shampoo .item-phpto-wrap .bbl2 {
  margin-left: 33.2%;
  top: 36.4%;
}

#refreshsmooth-shampoo .item-phpto-wrap .bbl3, #refreshmoist-shampoo .item-phpto-wrap .bbl3 {
  margin-left: -32.9%;
  top: 80%;
}

#refreshsmooth-shampoo .item-phpto-wrap .bbl4, #refreshmoist-shampoo .item-phpto-wrap .bbl4 {
  margin-left: 26.3%;
  top: 76%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl1 {
  margin-left: -36%;
  top: 38.4%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl2 {
  margin-left: 25.7%;
  top: 81.8%;
}

#refreshsmooth-bodysoap .item-phpto-wrap .bbl, #refreshmoist-bodysoap .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshsmooth-bodysoap .item-phpto-wrap .bbl1, #refreshmoist-bodysoap .item-phpto-wrap .bbl1 {
  margin-left: -37.4%;
  top: 33.4%;
}

#refreshsmooth-bodysoap .item-phpto-wrap .bbl2, #refreshmoist-bodysoap .item-phpto-wrap .bbl2 {
  margin-left: 36.3%;
  top: 38.7%;
}

#refreshsmooth-bodysoap .item-phpto-wrap .bbl3, #refreshmoist-bodysoap .item-phpto-wrap .bbl3 {
  margin-left: 24.5%;
  top: 77.8%;
}

#main-contents #refreshsmooth-mutenka, #main-contents #refreshmoist-mutenka {
  padding-top: 7.6%;
}

#refreshsmooth-mutenka, #refreshmoist-mutenka {
  padding: 0 1.9%;
}

#refreshsmooth-mutenka figure, #refreshmoist-mutenka figure {
  float: left;
  width: 29.5%;
}

#refreshsmooth-mutenka .text, #refreshmoist-mutenka .text {
  float: right;
  width: 66.1%;
}

#refreshsmooth-mutenka h4, #refreshmoist-mutenka h4 {
  margin-bottom: 3.6%;
}

#refreshsmooth-mutenka p, #refreshmoist-mutenka p {
  font-size: medium;
  line-height: 1.375;
}

#refreshsmooth-mutenka .mutenka-text, #refreshmoist-mutenka .mutenka-text {
  margin-top: 3.6%;
}

#refreshsmooth-mutenka figure .bbl, #refreshmoist-mutenka figure .bbl {
  left: 16%;
  top: 15.7%;
}

#refreshsmooth-mutenka .text .bbl, #refreshmoist-mutenka .text .bbl {
  right: 5.6%;
  top: 0;
}

#main-contents #refreshsmooth-seibun, #main-contents #refreshmoist-seibun {
  padding-top: 3.9%;
}

#refreshsmooth-seibun, #refreshmoist-seibun {
  padding: 0 2.2%;
}

#refreshsmooth-seibun .refreshsmooth-seibun-01, #refreshmoist-seibun .refreshmoist-seibun-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 2.94%;
}

#refreshsmooth-seibun .refreshsmooth-seibun-02, #refreshmoist-seibun .refreshmoist-seibun-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 2.94%;
}

#refreshsmooth-seibun ul, #refreshmoist-seibun ul {
  float: right;
  text-align: center;
  width: 43%;
}

#refreshsmooth-seibun h4, #refreshmoist-seibun h4 {
  margin-bottom: 5%;
}

#refreshsmooth-seibun h4.original-oil, #refreshmoist-seibun h4.original-oil {
  margin-top: 10%;
}

#refreshsmooth-seibun .caption, #refreshmoist-seibun .caption {
  margin-top: 4%;
}

#refreshsmooth-seibun h4, #refreshsmooth-seibun h5 {
  text-align: center;
}

#refreshmoist-seibun h4, #refreshmoist-seibun h5 {
  text-align: center;
}

#refreshsmooth-seibun img, #refreshmoist-seibun img {
  width: 100%;
  height: auto;
}

#refreshsmooth-seibun .refreshsmooth-seibun-olive, #refreshmoist-seibun .refreshmoist-seibun-olive {
  text-align: center;
}

#refreshsmooth-seibun .refreshsmooth-seibun-olive img, #refreshmoist-seibun .refreshmoist-seibun-olive img {
  max-width: 100%;
  width: auto;
}

#refreshsmooth-seibun .refreshsmooth-seibun-02 h5, #refreshmoist-seibun .refreshmoist-seibun-02 h5 {
  margin-top: 7%;
  margin-bottom: 5%;
}

#refreshsmooth-seibun .bbl1, #refreshmoist-seibun .bbl1 {
  right: 27%;
  bottom: 13%;
}

#refreshsmooth-seibun .bbl2, #refreshmoist-seibun .bbl2 {
  right: 0;
  top: 40%;
}

#main-contents #refreshsmooth-extract, #main-contents #refreshmoist-extract {
  padding: 5.1% 2.2% 0;
}

#refreshsmooth-extract h4, #refreshmoist-extract h4 {
  margin: 0 20% 3.2%;
  text-align: center;
}

#refreshsmooth-extract li, #refreshmoist-extract li {
  float: left;
  width: 29.77%;
}

#refreshsmooth-extract li:nth-child(2), #refreshmoist-extract li:nth-child(2) {
  margin: 0 5.34%;
}

#refreshsmooth-extract dt, #refreshmoist-extract dt {
  color: #43b1e5;
  font-size: medium;
  font-weight: 500;
  margin: 6.5% 0 2%;
  text-align: center;
}

#refreshsmooth-extract .bbl1, #refreshmoist-extract .bbl1 {
  left: -5%;
  top: 60%;
}

#refreshsmooth-extract .bbl2, #refreshmoist-extract .bbl2 {
  right: -8%;
  top: 60%;
}

#refreshsmooth-detail, #refreshmoist-detail {
  margin-top: 9%;
  text-align: center;
}

#refreshsmooth-detail .item-list-main li h5, #refreshmoist-detail .item-list-main li h5 {
  color: #43b1e5;
  font-size: medium;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 5.3%;
}

#refreshsmooth-detail .item-list-main li h5 {
  color: #e5a800;
}

#refreshsmooth-detail .item-list-main li > span {
  margin-top: 0;
  margin-bottom: 5.3%;
}

#refreshmoist-detail .item-list-main li > span {
  margin-top: 0;
  margin-bottom: 5.3%;
}

#refreshsmooth-detail .change-buy-link span, #refreshmoist-detail .change-buy-link span {
  background: url(../images/product2/product_refreshmoist_ico.png) no-repeat 0 50%;
  display: inline-block;
  margin-top: 0;
  padding: 0.5em 0 0.5em 12px;
}

#refreshsmooth-detail .change-buy-link span {
  background: url(../images/product2/product_smooth_ico.png) no-repeat 0 50%;
}

@media (max-width: 640px) {
  .refreshsmooth-item h3, .refreshmoist-item h3 {
    margin: 0;
    text-align: center;
  }
  #refreshsmooth-extract h4, #refreshmoist-extract h4 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #refreshsmooth-mutenka figure, #refreshmoist-mutenka figure {
    float: none;
    margin-bottom: 8%;
    text-align: center;
    width: auto;
  }
  #refreshsmooth-mutenka figure img, #refreshmoist-mutenka figure img {
    margin-right: 6%;
    width: 35%;
  }
  #refreshsmooth-mutenka .text, #refreshmoist-mutenka .text {
    float: none;
    width: auto;
  }
  #refreshsmooth-mutenka figure .bbl, #refreshmoist-mutenka figure .bbl {
    left: 30%;
  }
  #refreshsmooth-seibun .text, #refreshmoist-seibun .text {
    float: none;
    margin-bottom: 8%;
    width: auto;
  }
  #refreshsmooth-seibun ul, #refreshmoist-seibun ul {
    float: none;
    width: auto;
  }
  #refreshsmooth-seibun li, #refreshmoist-seibun li, #refreshsmooth-seibun ul img, #refreshmoist-seibun ul img {
    width: 100%;
  }
  #refreshsmooth-seibun .refreshsmooth-seibun-01, #refreshsmooth-seibun .refreshsmooth-seibun-02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: auto;
    padding: 0;
  }
  #refreshmoist-seibun .refreshmoist-seibun-01, #refreshmoist-seibun .refreshmoist-seibun-02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: auto;
    padding: 0;
  }
  #refreshsmooth-seibun .refreshsmooth-seibun-02 h4, #refreshmoist-seibun .refreshmoist-seibun-02 h4 {
    padding-top: 10%;
  }
}

@media (max-width: 400px) {
  #refreshsmooth-extract li, #refreshmoist-extract li {
    float: none;
    margin-bottom: 5%;
    width: auto;
  }
  #refreshsmooth-extract li:nth-child(2), #refreshmoist-extract li:nth-child(2) {
    margin: 0 0 5%;
  }
  #refreshsmooth-extract li img, #refreshmoist-extract li img {
    width: 100%;
  }
}

/*---------------------------------------------------------------------------------------
 Bodymilk
---------------------------------------------------------------------------------------*/
#main-contents .bodymilk-item {
  padding-top: 7.6%;
}

.bodymilk-item h3 {
  margin: 0 17.7%;
}

.bodymilk-item h3 .bbl {
  bottom: 4%;
}

.bodymilk-item h3 .bbl1 {
  left: -2%;
}

.bodymilk-item h3 .bbl2 {
  right: -5%;
}

.bodymilk-item .item-kana {
  color: #666;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.bodymilk-item .item-photo {
  margin: 2.272% 0 0;
  position: relative;
  text-align: center;
}

.bodymilk-item .item-photo.new:after {
  background: url(../images/product2/new.png) no-repeat;
  background-size: contain;
  content: '';
  margin-left: 8%;
  position: absolute;
  left: 50%;
  top: 7%;
  width: 13.5%;
  height: 14.2%;
}

#refreshmoist-treatement .item-photo.new:after {
  top: 2.9%;
}

#refreshmoist-bodysoap .item-photo.new:after {
  top: 1.4%;
}

.bodymilk-item .buy-button {
  margin-top: 1.7%;
}

#refreshmoist-shampoo .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshmoist-shampoo .item-phpto-wrap .bbl1 {
  margin-left: -30.6%;
  top: 13.6%;
}

#refreshmoist-shampoo .item-phpto-wrap .bbl2 {
  margin-left: 33.2%;
  top: 36.4%;
}

#refreshmoist-shampoo .item-phpto-wrap .bbl3 {
  margin-left: -32.9%;
  top: 80%;
}

#refreshmoist-shampoo .item-phpto-wrap .bbl4 {
  margin-left: 26.3%;
  top: 76%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl1 {
  margin-left: -36%;
  top: 38.4%;
}

#refreshmoist-treatement .item-phpto-wrap .bbl2 {
  margin-left: 25.7%;
  top: 81.8%;
}

#refreshmoist-bodysoap .item-phpto-wrap .bbl {
  left: 50%;
}

#refreshmoist-bodysoap .item-phpto-wrap .bbl1 {
  margin-left: -37.4%;
  top: 33.4%;
}

#refreshmoist-bodysoap .item-phpto-wrap .bbl2 {
  margin-left: 36.3%;
  top: 38.7%;
}

#refreshmoist-bodysoap .item-phpto-wrap .bbl3 {
  margin-left: 24.5%;
  top: 77.8%;
}

.bodymilk-voice {
  padding: 0 4.5%;
}

#main-contents #bodymilk-mutenka {
  padding-top: 8%;
}

#bodymilk-mutenka {
  padding: 0 4%;
}

#bodymilk-mutenka figure {
  float: left;
  width: 25%;
}

#bodymilk-mutenka .text {
  float: right;
  width: 70%;
}

#bodymilk-mutenka figure .bbl {
  left: 16%;
  top: 15.7%;
}

#bodymilk-mutenka .text .bbl {
  right: 5.6%;
  top: 0;
}

/*#bodymilk-mutenka h4 {
        margin-bottom: 3.6%;
}*/
/*#bodymilk-mutenka p {
        font-size: medium;
        line-height: 1.375;
}

#bodymilk-mutenka .mutenka-text {
        margin-top: 3.6%;
}*/
#main-contents #bodymilk-seibun {
  padding-top: 3.9%;
}

#bodymilk-seibun {
  padding: 0 2.2%;
}

#bodymilk-seibun .bodymilk-seibun-01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 2.94%;
}

#bodymilk-seibun .bodymilk-seibun-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 2.94%;
}

#bodymilk-seibun ul {
  float: right;
  text-align: center;
  width: 43%;
}

#bodymilk-seibun h4 {
  margin-bottom: 5%;
}

#bodymilk-seibun h4.original-oil {
  margin-top: 10%;
}

#bodymilk-seibun .caption {
  margin-top: 4%;
}

#bodymilk-seibun h4, #bodymilk-seibun h5 {
  text-align: center;
}

#bodymilk-seibun img {
  width: 100%;
  height: auto;
}

#bodymilk-seibun .bodymilk-seibun-olive {
  text-align: center;
}

#bodymilk-seibun .bodymilk-seibun-olive img {
  max-width: 100%;
  width: auto;
}

#bodymilk-seibun .bodymilk-seibun-02 h5 {
  margin-top: 7%;
  margin-bottom: 5%;
}

#bodymilk-seibun .bbl1 {
  right: 27%;
  bottom: 13%;
}

#bodymilk-seibun .bbl2 {
  right: 0;
  top: 40%;
}

#main-contents #bodymilk-extract {
  padding: 5.1% 2.2% 0;
}

#bodymilk-extract h4 {
  margin: 0 20% 3.2%;
  text-align: center;
}

#bodymilk-extract li {
  float: left;
  width: 29.77%;
}

#bodymilk-extract li:nth-child(2) {
  margin: 0 5.34%;
}

#bodymilk-extract dt {
  color: #43b1e5;
  font-size: medium;
  font-weight: 500;
  margin: 6.5% 0 2%;
  text-align: center;
}

#bodymilk-extract .bbl1 {
  left: -5%;
  top: 60%;
}

#bodymilk-extract .bbl2 {
  right: -8%;
  top: 60%;
}

#bodymilk-detail {
  margin-top: 9%;
  text-align: center;
}

#bodymilk-detail .item-list-main li h5 {
  color: #00986c;
  font-size: medium;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 5.3%;
}

#bodymilk-detail .item-list-main li > span {
  margin-top: 0;
  margin-bottom: 5.3%;
}

#bodymilk-detail .change-buy-link span {
  background: url(../images/product2/product_bodymilk_ico.png) no-repeat 0 50%;
  display: inline-block;
  margin-top: 0;
  padding: 0.5em 0 0.5em 12px;
}

#bodymilk-voice {
  padding: 0 4%;
}

#bodymilk-voice div.bodymilk-box {
  width: 100%;
}

#bodymilk-voice div.bodymilk-voice1 {
  float: left;
  width: 70%;
}

#bodymilk-voice div.bodymilk-voice1 div.bodymilk-voice-l, #bodymilk-voice div.bodymilk-voice1 div.bodymilk-voice-c {
  float: left;
  width: 50%;
}

#bodymilk-voice div.bodymilk-voice2 {
  float: right;
  width: 30%;
}

@media (max-width: 720px) {
  #bodymilk-voice {
    padding: 1%;
  }
  #bodymilk-voice div.bodymilk-voice1, #bodymilk-voice div.bodymilk-voice2 {
    float: none;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .bodymilk-item h3 {
    margin: 0;
    text-align: center;
  }
  #bodymilk-extract h4 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #bodymilk-mutenka {
    padding: 0;
  }
  #bodymilk-mutenka figure {
    float: none;
    margin-bottom: 4%;
    text-align: center;
    width: auto;
  }
  #bodymilk-mutenka figure img {
    width: 33%;
  }
  #bodymilk-mutenka .text {
    float: none;
    width: auto;
  }
  #bodymilk-mutenka figure .bbl {
    left: 30%;
  }
  #bodymilk-seibun .text {
    float: none;
    margin-bottom: 8%;
    width: auto;
  }
  #bodymilk-seibun ul {
    float: none;
    width: auto;
  }
  #bodymilk-seibun li, #bodymilk-seibun ul img {
    width: 100%;
  }
  #bodymilk-seibun .bodymilk-seibun-01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: auto;
    padding: 0;
  }
  #bodymilk-seibun .bodymilk-seibun-02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: auto;
    padding: 0;
  }
  #bodymilk-seibun .bodymilk-seibun-02 h4 {
    padding-top: 10%;
  }
}

@media (max-width: 400px) {
  #bodymilk-extract li {
    float: none;
    margin-bottom: 5%;
    width: auto;
  }
  #bodymilk-extract li:nth-child(2) {
    margin: 0 0 5%;
  }
  #bodymilk-extract li img {
    width: 100%;
  }
}

/*---------------------------------------------------------------------------------------
//  footer
---------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  position: relative;
  z-index: 199;
}

footer .botanicalgo-box {
  width: 100%;
  height: 67px;
  background: url(../images/footer2/plant.png) repeat-x center top;
  background-size: auto 67px;
  position: absolute;
  top: -67px;
  left: 0;
  z-index: 200;
}

footer .botanicalgo-box .inner-box {
  width: 100%;
  height: 67px;
  position: relative;
}

footer .botanicalgo-box .go {
  display: block;
}

footer .botanicalgo-box .stop {
  display: none;
}

footer .botanicalgo-box .botanicalgo {
  position: absolute;
  width: 239px;
  left: 50%;
  bottom: 0;
  -webkit-transition: width .3s, left 5s;
  -o-transition: width .3s, left 5s;
  transition: width .3s, left 5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

footer .botanicalgo-box .botanicalgo:hover {
  width: 239px !important;
  -webkit-transition: width .3s, left 5s;
  -o-transition: width .3s, left 5s;
  transition: width .3s, left 5s;
}

footer .botanicalgo-box.fixed {
  position: fixed;
  top: auto;
  bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
      transform: translateY(200%);
}

footer .botanicalgo-box.fixed.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}

footer .botanicalgo-box.fixed .botanicalgo {
  width: 200px;
  left: -20%;
  -webkit-transition: width .3s, left 0s;
  -o-transition: width .3s, left 0s;
  transition: width .3s, left 0s;
}

footer .botanicalgo-box.fixed.active .botanicalgo {
  left: 50%;
  -webkit-transition: width .3s, left 5s;
  -o-transition: width .3s, left 5s;
  transition: width .3s, left 5s;
}

footer .botanicalgo-box.fixed.active.return .botanicalgo {
  left: 120%;
  -webkit-transition: left 2s;
  -o-transition: left 2s;
  transition: left 2s;
}

footer .botanicalgo-box.stop .go {
  display: none;
}

footer .botanicalgo-box.stop .stop {
  display: block;
}

footer .footer-box {
  /*
  margin: 0 auto;
  padding: 25px 0 20px;
  background-position: center center;
  background: url("../images/footer2/bg_footer_tile.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  */
  /* repeat: repeat-x; */

  margin: 0 auto;
  padding: 25px 0 20px;
  width: 100%;
  /* background: url("../images/footer2/bg_footer_tile.jpg");
  background-repeat: no-repeat; */

}

footer .page-top {
  width: 116px;
  margin: 0 auto;
}

footer .page-top a {
  display: block;
}

footer .page-top span {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-size: 0;
}

footer #copyright {
  color: #3f210e;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

footer .official-link {
  margin-top: 40px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

footer .official-link img {
  margin-right: 22px;
}

footer .official-link a {
  display: inline-block;
  width: 432px;
  height: 50px;
  background: url(../images/footer2/ico_blank.png) no-repeat right 22px center;
  background-size: 8.5px auto;
  background-color: #fff;
  border: 1px solid #3f210e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
}

footer #naturelab {
  margin-top: 26px;
  font-size: 11px;
  text-align: center;
}

footer .other-link {
  margin-top: 26px;
  font-size: 11px;
  text-align: center;
  color: #fff;            /* color: #3f210e; */
}

footer .other-link a {
  color: #fff;            /* color: #3f210e; */
  font-weight: bold;
  font-weight: 600;
}

footer #naturelab {
  margin-top: 39px;
}

@media (max-width: 740px) {
  footer .botanicalgo-box {
    height: 55px;
    background-size: auto 55px;
    top: -55px;
  }
  footer .botanicalgo-box .inner-box {
    height: 55px;
  }
  footer .botanicalgo-box .botanicalgo {
    width: 152px;
  }
  footer .botanicalgo-box .botanicalgo:hover {
    width: 152px !important;
  }
  footer .botanicalgo-box.fixed .botanicalgo {
    width: 120px;
  }
  footer .footer-box {
    padding: 25px 0 15px;
  }
  footer .page-top {
    width: 116px;
    margin: 6px auto 0;
  }
  footer #copyright {
    font-size: 8px;
    margin-top: 16px;
  }
  footer .official-link {
    margin-top: 28px;
  }
  footer .official-link a {
    display: block;
    width: auto;
    height: auto;
    line-height: 22px;
    margin: 0 20px;
    padding: 14px 0;
  }
  footer .other-link, footer #naturelab {
    margin-top: 17px;
    margin-top: 26px;
  }
}

.share {
  margin-top: 30px;
  text-align: center;
}

.share .share-list {
  margin-top: 10px;
  text-align: center;
}

.share .share-list li {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 640px) {
  .share {
    margin-top: 15px;
  }
}

/*---------------------------------------------------------------------------------------
 flower
---------------------------------------------------------------------------------------*/
#flower-1 {
  background: url(../images/common2/flower_l.png) top left repeat-y;
  background-size: 100% auto;
  position: fixed;
  top: 54px;
  /*top:0;*/
  left: 0;
  z-index: 100;
  width: 6.4%;
  max-width: 66px;
  height: 100%;
}

#flower-2 {
  background: url(../images/common2/flower_r.png) top right repeat-y;
  background-size: 100% auto;
  position: fixed;
  top: 54px;
  /*top:0;*/
  right: 0;
  z-index: 100;
  width: 6.8%;
  max-width: 70px;
  height: 100%;
}

@media (max-width: 740px) {
  #flower-1, #flower-2 {
    width: 5%;
  }
}

#flower-3 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 17%;
  max-width: 185px;
  z-index: 100;
}

#flower-4 {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 16%;
  max-width: 137px;
  z-index: 100;
}

/*---------------------------------------------------------------------------------------
 bubble
---------------------------------------------------------------------------------------*/
.bbl {
  position: absolute;
}

.bbl img {
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}

@media (max-width: 640px) {
  .bbl {
    zoom: .5;
  }
}

/*---------------------------------------------------------------------------------------
 cm gallery
---------------------------------------------------------------------------------------*/
/*
#cm-gallery-column {
    margin-top:10%;
}
*/
#cm {
  position: relative;
}

@media (max-width: 720px) {
  #cm #cm-60,
  #cm #cm-30,
  #cm #cm-15,
  #cm #cm-making {
    padding-top: 80px;
    margin-top: -80px;
  }
}

#cm #container {
  margin-top: 100px;
  padding-top: 32px;
  padding-bottom: 206px;
}

@media (max-width: 720px) {
  #cm #container {
    padding-bottom: 160px;
  }
}

#cm #main-contents {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 960px;
  padding: 0;
}

#cm .page-ttl h2 {
  width: 103px;
}

@media (max-width: 720px) {
  #cm .page-ttl h2 {
    width: 69px;
  }
}

#cm .page-ttl p {
  margin-bottom: 32px;
}

@media (max-width: 720px) {
  #cm .page-ttl p {
    margin-bottom: 22px;
  }
}

#cm .cm-lede {
  padding-bottom: 24px;
  text-align: center;
  color: #3f210e;
}

@media (max-width: 720px) {
  #cm .cm-lede {
    padding-right: 20px;
    padding-bottom: 27px;
    padding-left: 20px;
  }
}

#cm .cm-lede p {
  font-size: 14px;
  color: #3f210e;
}

@media (max-width: 720px) {
  #cm .cm-lede p {
    font-size: 12px;
  }
}

#cm .cm-navi {
  max-width: 637px;
  margin: 0 auto;
  padding-bottom: 75px;
}

@media (max-width: 720px) {
  #cm .cm-navi {
    width: 76.53333%;
    padding-bottom: 50px;
  }
}

#cm .cm-navi ul {
  font-size: 0;
  border-top: 1px solid #ff7e12;
  border-left: 1px solid #ff7e12;
}

#cm .cm-navi li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #ff7e12;
  border-bottom: 1px solid #ff7e12;
}

@media (max-width: 720px) {
  #cm .cm-navi li {
    width: 50%;
  }
}

#cm .cm-navi li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-weight: 700;
  color: #3f210e;
  padding: 8px 14px;
}

@media (max-width: 720px) {
  #cm .cm-navi li a {
    font-size: 12px;
  }
}

#cm .cm-navi li a:before {
  position: absolute;
  top: 50%;
  right: 8.80503%;
  content: "";
  width: 10px;
  height: 6px;
  background-image: url("../images/common/arr-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#cm .cm-navi li a:hover {
  color: #fff;
  background-color: #ff7e12;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#cm .cm-navi li a:hover:before {
  background-image: url("../images/common/arr-down-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}

#cm .movie {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#cm .movie .player-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  z-index: 0;
}

#cm .movie .player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cm .movie iframe {
  border: none;
  outline: none;
}

#cm .movie + p {
  font-size: 15px;
  color: #3f210e;
  text-align: center;
  font-weight: 700;
  font-weight: bold;
  padding-top: 26px;
}

@media (max-width: 720px) {
  #cm .movie + p {
    padding-top: 16px;
  }
}

#cm .thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#cm .thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/cm2/icon_play.png);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}

@media (max-width: 720px) {
  #cm .thumb:before {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}

#cm .thumb img {
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

#cm .thumb:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#cm .cm-col2-wrap {
  padding-top: 67px;
  padding-bottom: 74px;
  font-size: 0;
}

@media (max-width: 720px) {
  #cm .cm-col2-wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

#cm .col-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 720px) {
  #cm .col-box {
    width: 100%;
    display: block;
    margin-bottom: 39px;
  }
}

#cm .col-box:first-child .movie, #cm .col-box:first-child p {
  margin-right: 25px;
}

@media (max-width: 720px) {
  #cm .col-box:first-child .movie, #cm .col-box:first-child p {
    margin-right: 0;
  }
}

#cm .col-box:last-child .movie, #cm .col-box:last-child p {
  margin-left: 25px;
}

@media (max-width: 720px) {
  #cm .col-box:last-child .movie, #cm .col-box:last-child p {
    margin-left: 0;
  }
}

#cm .cast-profile {
  padding-top: 100px;
  padding-bottom: 20px;
  color: #3f210e;
}

@media (max-width: 720px) {
  #cm .cast-profile {
    padding-top: 71.5px;
    padding-bottom: 0;
  }
}

#cm .cast-profile .section-ttl h2 {
  width: 151px;
}

@media (max-width: 720px) {
  #cm .cast-profile .section-ttl h2 {
    width: 120px;
  }
}

@media (max-width: 720px) {
  #cm .cast-profile .section-ttl p {
    margin-bottom: 102px;
  }
}

#cm .profile-main {
  background: url("../images/top2/bg_pattern_cambus.jpg") repeat;
  background-size: 400px;
}

#cm .profile-inner {
  max-width: 669px;
  margin: 0 auto;
  padding-bottom: 50px;
}

#cm .profile-img {
  display: inline-block;
  vertical-align: bottom;
  width: 28.4006%;
  margin-top: -20px;
  padding-left: 24px;
}

@media (max-width: 720px) {
  #cm .profile-img {
    display: block;
    width: 50.66667%;
    margin-top: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 720px) {
  #cm .profile-img img {
    margin-top: -74px;
  }
}

#cm .profile-detail {
  display: inline-block;
  vertical-align: bottom;
  width: 60%;
  margin-left: 6%;
}

@media (max-width: 720px) {
  #cm .profile-detail {
    padding-top: 26px;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

#cm .profile-detail h3 {
  font-size: 17px;
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #3f210e;
  display: inline-block;
  font-weight: 700;
  font-weight: bold;
}

@media (max-width: 720px) {
  #cm .profile-detail h3 {
    padding-bottom: 23px;
    margin-bottom: 26px;
  }
}

#cm .profile-detail p {
  font-size: 14px;
}

@media (max-width: 720px) {
  #cm .profile-detail p {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
}

#cm .bgimg-1,
#cm .bgimg-2,
#cm .bgimg-3,
#cm .bgimg-4 {
  z-index: 0;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}

#cm .bgimg-1 img,
#cm .bgimg-2 img,
#cm .bgimg-3 img,
#cm .bgimg-4 img {
  width: 100%;
  height: auto;
}

#cm .bgimg-1:before,
#cm .bgimg-2:before,
#cm .bgimg-3:before,
#cm .bgimg-4:before {
  content: "";
  display: block;
  padding-top: 120%;
}

#cm .bgimg-1 {
  background-image: url("../images/cm2/bgimg01.png");
  width: 156.5px;
  background-size: 156.5px;
  top: 100px;
  left: 52px;
}

@media (max-width: 720px) {
  #cm .bgimg-1 {
    top: 94px;
    left: -19px;
    width: 99px;
    background-size: 99px;
  }
}

#cm .bgimg-1:before {
  padding-top: 100%;
}

#cm .bgimg-2 {
  background-image: url("../images/cm2/bgimg02.png");
  width: 214.5px;
  background-size: 214.5px;
  top: 676.5px;
  right: 0;
  overflow: hidden;
}

@media (max-width: 720px) {
  #cm .bgimg-2 {
    display: none;
    top: 28.2%;
    right: 0;
    width: 79px;
    background-size: 106px;
  }
  #cm .bgimg-2:before {
    padding-top: 160%;
  }
}

#cm .bgimg-3 {
  background-image: url("../images/cm2/bgimg03.png");
  width: 206px;
  background-size: 206px;
  top: 1923px;
  left: 0;
  z-index: 10;
}

@media (max-width: 1050px) {
  #cm .bgimg-3 {
    z-index: 0;
  }
}

@media (max-width: 720px) {
  #cm .bgimg-3 {
    z-index: 10;
    top: 56%;
    left: -6%;
    width: 115.5px;
    background-size: 115.5px;
  }
}

#cm .bgimg-4 {
  background-image: url("../images/cm2/bgimg01.png");
  width: 156.5px;
  background-size: 156.5px;
  top: 2327px;
  right: 86.5px;
  z-index: 10;
}

@media (max-width: 720px) {
  #cm .bgimg-4 {
    top: 81.8%;
    right: 12px;
    width: 99px;
    background-size: 99px;
  }
}

#cm .bgimg-4:before {
  padding-top: 100%;
}

#cm-lead {
  font-size: medium;
  margin-top: 6%;
  text-align: center;
}

#main-contents #cm-gallery {
  padding-top: 6%;
}

#cm-gallery .cm-gallery-movie {
  margin-bottom: 3.4%;
}

#cm-gallery .cm-gallery-movie h4 {
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: #43b1e5;
  margin: 0 0 1.2% 0;
}

#cm-gallery .cm-gallery-movie .cm-gallery-movie-inner {
  position: relative;
  width: 100%;
  padding: 24.65% 0 0 0;
  /*    padding: 56.25% 0 0 0;*/
}

#cm-gallery .cm-gallery-movie .cm-gallery-movie-inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#cm-gallery .cm-gallery-movie .cm-gallery-movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}

#cm-gallery .cm-gallery-movie .share {
  text-align: right;
  margin-top: 10px;
  vertical-align: middle;
}

/*
#cm-gallery .cm-gallery-movie .share .share-txt{
    display:inline-block;
    vertical-align:top;
    line-height: 31px;
}

#cm-gallery .cm-gallery-movie .share .share-list{
    display:inline-block;
    margin-top:0;
}

#cm-gallery .cm-gallery-movie .share .share-list li{
    margin:0 0 0 10px;
}
*/
#main-contents #cm-profile {
  padding-top: 3.8%;
}

#cm-profile {
  padding: 0 3.1%;
}

.cm-profile-text {
  padding-bottom: 3.4%;
}

#cm-profile h4 {
  font-size: x-large;
  font-weight: bold;
  color: #43b1e5;
  margin: 0 0 1.2% 0;
}

#cm-profile p {
  font-size: 110%;
}

#cm-profile figure {
  width: 22.9%;
}

#cm-profile .text {
  width: 74.6%;
}

#cm-profile1 figure {
  float: left;
}

#cm-profile1 .text {
  float: right;
}

#cm-profile1 .bbl {
  left: 40%;
}

#cm-profile2 figure {
  float: right;
}

#cm-profile2 .text {
  float: left;
}

#cm-profile2 .bbl {
  right: -5%;
}

/* mfp */
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container, .mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (max-width: 640px) {
  #cm-gallery .cm-gallery-movie .cm-gallery-movie-inner {
    padding: 56.25% 0 0 0;
  }
  #cm-gallery .cm-gallery-movie .cm-gallery-movie-inner iframe {
    display: block;
  }
  #cm-gallery .cm-gallery-movie .cm-gallery-movie-inner a {
    display: none;
  }
  #cm-profile1 figure, #cm-profile2 figure {
    float: none;
    width: auto;
    text-align: center;
  }
  #cm-profile1 .text, #cm-profile2 .text {
    float: none;
    width: auto;
  }
  .cm-profile-text {
    padding-bottom: 10%;
  }
}

/*---------------------------------------------------------------------------------------
 event popup
---------------------------------------------------------------------------------------*/
/*#main-contents #event{
    max-width: 880px;
        padding: 15px;
}*/
#event h2 {
  text-align: center;
  margin-bottom: 10%;
}

#event h3 {
  margin-top: 5%;
  text-align: center;
  font-size: x-large;
  font-weight: bold;
  color: #22ac38;
  line-height: 1.4;
}

#event .event-list {
  border-top: 1px dotted #14a83c;
  padding: 15px 20px 15px 0;
  position: relative;
}

#event .event-list dt {
  float: left;
  width: 7em;
}

#event .event-list dd {
  float: left;
}

#event .event-list a {
  color: #14a83c;
}

#event .event-list a:hover {
  text-decoration: underline;
}

#event .event-list .arrow {
  position: absolute;
  right: 10px;
  bottom: 11px;
  width: 7px;
}

#event p {
  margin-top: 2%;
  text-align: center;
  font-size: 100%;
}

#event figure {
  text-align: center;
  margin: 4% auto 0 auto;
}

#event .event-block {
  padding-bottom: 50px;
  display: none;
}

#event .event-article.first .event-block {
  display: block;
}

#event .event-article.last {
  border-bottom: 1px dotted #14a83c;
}

#event .event-article.last .event-block {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#event .event-inner-block {
  margin: 5% 5.5% 0 5.5%;
}

#event .event-inner-block h4 {
  margin: 5% 0;
  text-align: center;
}

#event .event-inner-block p {
  text-align: left;
  margin: 0 0 1em 0;
}

#event .event-block-left {
  float: left;
  width: 65%;
}

#event .event-block-right {
  float: right;
  width: 30%;
}

#event .event-block-right figure img {
  width: 100%;
  height: auto;
}

#event .event-block-right figure img#event-roppongi-botanicalcar {
  max-width: 240px;
}

#event .event-text-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #14a83c;
}

#event .event-text-list dt {
  float: left;
  width: 5em;
  color: #14a83c;
}

#event .event-text-list dd {
  float: left;
}

#event .event-roppongi-block03-point {
  margin-top: 3%;
  padding-top: 5%;
  margin-top: 5%;
  border-top: 1px dotted #14a83c;
}

#event .event-roppongi-block03-point.first {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#event .event-roppongi-block03-point h5 {
  font-size: large;
  font-weight: bold;
  color: #22ac38;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

#event .event-roppongi-block03-point p {
  font-size: 100%;
  margin: 0;
}

#event .event-park-block h4 {
  font-size: x-large;
  font-weight: bold;
  color: #22ac38;
  line-height: 1.4;
  margin: 3% 0;
  text-align: center;
}

#event .event-park-block h5 {
  margin-top: 3%;
  text-align: center;
}

#event .event-photo-list {
  max-width: 770px;
  margin: 3% auto 0 auto;
}

#event .event-photo-list li {
  float: left;
  width: 31%;
  margin: 1%;
}

/* park */
@media (max-width: 640px) {
  #event h2 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  #event .event-inner-block {
    margin: 5%  2%;
  }
  #event p {
    font-size: 100%;
  }
  #event .event-inner-block h4 {
    margin: 10% 0 5% 0;
  }
  #event .event-block-left, #event .event-block-right {
    float: none;
    width: auto;
  }
  #event .event-text-list dt, #event .event-text-list dd {
    float: none;
    width: auto;
  }
  #event h3, #event .event-park-block h4 {
    font-size: medium;
  }
}

/*---------------------------------------------------------------------------------------
 other
---------------------------------------------------------------------------------------*/
/* clearfix */
.cf {
  *zoom: 1;
}

.cf:before {
  content: " ";
  display: table;
}

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

a.alpha {
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

a.alpha:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  opacity: 0.7;
}

.upper {
  font-size: 10px;
  vertical-align: super;
  display: inline-block;
}

.caption {
  font-size: 10px !important;
}

/*dardtooltip */
#darktooltip-moist-buy-shampoo.dark-tooltip.dark, #darktooltip-moist-buy-treatment.dark-tooltip.dark {
  background-color: #22AC38;
  color: #fff;
}

#darktooltip-moist-buy-shampoo.dark-tooltip.dark.north .tip, #darktooltip-moist-buy-treatment.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #22AC38 transparent;
  _border-color: #000000 #000000 #22AC38 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#22AC38');
}

#darktooltip-moist-buy-shampoo .buy-list li a, #darktooltip-moist-buy-treatment .buy-list li a {
  color: #22AC38;
  font-weight: bold;
  background: url(../images/product2/moist_buy_list_arrow.png) no-repeat 94% 50%;
  padding: 10px;
}

#darktooltip-repair-buy-shampoo.dark-tooltip.dark, #darktooltip-repair-buy-treatment.dark-tooltip.dark {
  background-color: #D95E64;
  color: #fff;
}

#darktooltip-repair-buy-shampoo.dark-tooltip.dark.north .tip, #darktooltip-repair-buy-treatment.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #D95E64 transparent;
  _border-color: #000000 #000000 #D95E64 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#D95E64');
}

#darktooltip-repair-buy-shampoo .buy-list li a, #darktooltip-repair-buy-treatment .buy-list li a {
  color: #D95E64;
  font-weight: bold;
  background: url(../images/product2/repair_buy_list_arrow.png) no-repeat 94% 50%;
  padding: 10px;
}

#darktooltip-refreshmoist-buy-shampoo.dark-tooltip.dark, #darktooltip-refreshmoist-buy-treatment.dark-tooltip.dark, #darktooltip-refreshmoist-buy-bodysoap.dark-tooltip.dark {
  background-color: #43b1e5;
  color: #fff;
}

#darktooltip-refreshmoist-buy-shampoo.dark-tooltip.dark.north .tip, #darktooltip-refreshmoist-buy-treatment.dark-tooltip.dark.north .tip, #darktooltip-refreshmoist-buy-bodysoap.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #43b1e5 transparent;
  _border-color: #000000 #000000 #43b1e5 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#43b1e5');
}

#darktooltip-refreshmoist-buy-shampoo .buy-list li a, #darktooltip-refreshmoist-buy-treatment .buy-list li a, #darktooltip-refreshmoist-buy-bodysoap .buy-list li a {
  color: #43b1e5;
  font-weight: bold;
  background: url(../images/product2/refreshmoist_buy_list_arrow.png) no-repeat 94% 50%;
  padding: 10px;
}

#darktooltip-bodymilk-buy-savon.dark-tooltip.dark, #darktooltip-bodymilk-buy-bouquet.dark-tooltip.dark {
  background-color: #00986c;
  color: #fff;
}

#darktooltip-bodymilk-buy-savon.dark-tooltip.dark.north .tip, #darktooltip-bodymilk-buy-bouquet.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #00986c transparent;
  _border-color: #000000 #000000 #00986c #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00986c');
}

#darktooltip-bodymilk-buy-savon .buy-list li a, #darktooltip-bodymilk-buy-bouquet .buy-list li a {
  color: #00986c;
  font-weight: bold;
  background: url(../images/product2/bodymilk_buy_list_arrow.png) no-repeat 94% 50%;
  padding: 10px;
}

#darktooltip-refreshsmooth-buy-shampoo.dark-tooltip.dark, #darktooltip-refreshsmooth-buy-treatment.dark-tooltip.dark, #darktooltip-sicilian-buy-bodysoap.dark-tooltip.dark {
  background-color: #e5a800;
  color: #fff;
}

#darktooltip-refreshsmooth-buy-shampoo.dark-tooltip.dark.north .tip, #darktooltip-refreshsmooth-buy-treatment.dark-tooltip.dark.north .tip, #darktooltip-sicilian-buy-bodysoap.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #e5a800 transparent;
  _border-color: #000000 #000000 #e5a800 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#e5a800');
}

#darktooltip-refreshsmooth-buy-shampoo .buy-list li a, #darktooltip-refreshsmooth-buy-treatment .buy-list li a, #darktooltip-sicilian-buy-bodysoap .buy-list li a {
  color: #e5a800;
  font-weight: bold;
  background: url(../images/product2/refreshsmooth_buy_list_arrow.png) no-repeat 94% 50%;
  padding: 10px;
}

.buy-list {
  width: 375px;
  margin-bottom: -10px;
}

.buy-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #fff;
  width: 180px;
  border-radius: 3px;
}

.buy-list li:nth-child(even) {
  margin-right: 0;
}

.buy-list li a {
  display: block;
  line-height: 28px;
}

@media (max-width: 480px) {
  .buy-list {
    width: auto;
    margin-bottom: 0;
  }
  .buy-list li {
    display: block;
    margin: 0 0 10px 0;
  }
  .buy-list li:last-child {
    margin: 0;
  }
}

.sp, .br-sp {
  display: none;
}

@media (max-width: 720px) {
  /*SPで改行を外すクラス*/
  .pc, .br-pc {
    display: none;
  }
}

@media (max-width: 720px) {
  /*SPで改行を外すクラス*/
  .sp, .br-sp {
    display: block;
  }
}

/*responsive */
/* pc */
#responsiveFlag {
  display: block;
}

/* sp */
@media (max-width: 800px) {
  #responsiveFlag {
    display: none;
  }
}

/* special */
.special-bnr {
  margin-bottom: 10%;
}

#product .special-bnr {
  margin-top: 10%;
  margin-bottom: 0;
}

/* more */
.md-btn-more {
  cursor: pointer;
  position: relative;
  width: 160px;
}

@media (max-width: 720px) {
  .md-btn-more {
    width: 144px;
    margin: 0 auto;
  }
}

.md-btn-more a {
  display: block;
}

.md-btn-more a:hover {
  opacity: .7;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.md-btn-more p {
  background: #ff7e12;
  color: #3f210e;
  font-weight: bold;
  font-weight: 700;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 16px;
  background-size: 16px;
  background-position: 15px 13px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 720px) {
  .md-btn-more p {
    font-size: 12px;
  }
}

.md-btn-more span.arr {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  background-image: url("../images/product2/arr-down_buy.png");
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  -webkit-transform: rotate(-90deg) translateX(30%);
      -ms-transform: rotate(-90deg) translateX(30%);
          transform: rotate(-90deg) translateX(30%);
  height: 6px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#news .backnumber .md-btn-more {
  margin-top: -55px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

#news .backnumber .md-btn-more span.arr {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  background-image: url("../images/product2/arr-down_buy.png");
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  -webkit-transform: rotate(0deg) translate(0, -50%);
      -ms-transform: rotate(0deg) translate(0, -50%);
          transform: rotate(0deg) translate(0, -50%);
}

#news .article-wrap .slider,
#top-news .article-wrap .slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: -40px;
  border: 1px solid #ddd;
  background: #fff;
  background-image: url(../images/common/no-image.jpg) !important;
  background-size: cover !important;
}
