@charset "UTF-8";
@import "reset.css";
.visibilittyHidden {
  position: absolute!important;
  display: block!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0) !important;
  margin: -1px !important;
  padding: 0!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #4C453A;
  background-color: #FFF;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #4C453A;
  outline: none;
}
a:hover {
  opacity: 0.8;
}
figure img {
  display: block;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
.sp-show {
  display: none !important;
}
.sp-hide {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block !important;
  }
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------------------------------------------------------------
 parts
--------------------------------------------------------------------------------*/
.m-btn-tobuy {
  display: none;
  width: 125px;
  height: 125px;
  position: fixed;
  z-index: 8000;
  right: 45px;
  bottom: 50px;
}
.m-btn-tobuy a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8100;
}
.m-btn-tobuy:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/bg_btn_tobuy.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: clockwise 20s linear infinite both;
          animation: clockwise 20s linear infinite both;
}
.m-btn-tobuy:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/bg_btn_tobuy_txt.svg') center center no-repeat;
  background-size: 91px 68px;
  position: absolute;
  top: 11px;
  left: 0;
}
.m-btn-tobuy:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .m-btn-tobuy {
    width: 24.8vw;
    height: 24.26666667vw;
    right: 3.33333333vw;
    bottom: 6.66666667vw;
  }
  .m-btn-tobuy:after {
    top: 1.46666667vw;
    background-size: 18.13333333vw 13.33333333vw;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.m-btn-ecimg {
  display: none;
  width: 93px;
  height: 77px;
  background: url('../img/bg_btn_h70ft.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  z-index: 8000;
  right: 62px;
  bottom: 190px;
  -webkit-animation: jellyfish 5s linear infinite both;
          animation: jellyfish 5s linear infinite both;
}
@-webkit-keyframes jellyfish {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes jellyfish {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------------------------------------------------------------------
 script style
--------------------------------------------------------------------------------*/
.m-cbox-element {
  display: none;
}
#cboxOverlay {
  background-color: rgba(249, 246, 246, 0.95) !important;
}
#cboxClose {
  width: 42px !important;
  height: 42px !important;
  background: url('../img/icon_close.svg') no-repeat !important;
  background-size: 100% 100% !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 3000 !important;
}
@media screen and (max-width: 768px) {
  #cboxClose {
    width: 9.33333333vw !important;
    height: 9.33333333vw !important;
  }
}
.js-load-back {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  top: 0;
  left: 0;
  z-index: 5000;
}
.js-fadein {
  opacity: 0;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.js-fadein.scrollin {
  opacity: 1;
  position: relative;
  z-index: 100;
}
.js-fadeinup {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: all 2500ms;
  transition: all 2500ms;
}
.js-fadeinup.scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  position: relative;
  z-index: 100;
}
.js-fadeinup-first,
.js-fadeinup-second,
.js-fadeinup-thaad {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
          transform: translate(0, 25px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
.js-fadeinup-first.scrollin,
.js-fadeinup-second.scrollin,
.js-fadeinup-thaad.scrollin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  position: relative;
  z-index: 100;
}
/*--------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 0;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4500;
}
.header .header-inner {
  width: 100%;
  height: 100%;
}
.header .header-inner .header-logo {
  width: 192px;
  height: 32px;
  background: url('../img/logo_hurom.svg') center center no-repeat;
  background-size: 96px 16px;
  position: absolute;
  top: 24px;
  left: 0;
}
.header .header-inner .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-nav-button {
  width: 90px;
  height: 90px;
  background: url('../img/bg_header_nav.svg') center center no-repeat;
  background-size: 45px 45px;
  position: fixed;
  top: 15px;
  right: 23px;
  cursor: pointer;
  z-index: 8700;
}
.header-nav-button.open {
  background: url('../img/bg_header_nav_open.svg') center center no-repeat;
  background-size: 45px 45px;
}
.header-nav {
  display: none;
  width: 470px;
  height: 650px;
  background-color: rgba(245, 239, 239, 0.9);
  padding: 120px 0 0 110px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8500;
}
.header-nav .header-nav-logo {
  width: 199px;
  height: 21px;
  background: url('../img/logo_nav.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 0 65px 20px;
}
.header-nav .header-nav-list ul li {
  margin: 0 0 10px;
  position: relative;
}
.header-nav .header-nav-list ul li:last-of-type {
  margin: 0 0 30px;
}
.header-nav .header-nav-list ul li a {
  display: inline-block;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}
.header-nav .header-nav-list ul li a:hover {
  opacity: 1;
}
.header-nav .header-nav-list ul li a:hover:before {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: rgba(143, 80, 80, 0.5);
  position: absolute;
  top: 25px;
  left: -10px;
}
.header-nav .header-nav-list .header-nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
.header-nav .header-nav-list .header-nav-links a {
  display: inline-block;
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 10px 0 0;
  position: relative;
}
.header-nav .header-nav-list .header-nav-links a:hover {
  opacity: 1;
}
.header-nav .header-nav-list .header-nav-links a:hover:before {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: rgba(143, 80, 80, 0.5);
  position: absolute;
  top: 25px;
  left: -10px;
}
.header-nav .header-nav-list .header-nav-links a:last-of-type {
  margin: 0;
}
.header-nav .header-nav-list .header-nav-social {
  margin: 0 0 0 20px;
}
.header-nav .header-nav-list .header-nav-social a {
  display: inline-block;
  padding: 20px 20px 20px 34px;
  font-size: 16px;
  margin: 0 20px 0 0;
  position: relative;
  font-family: 'Abel', sans-serif;
}
.header-nav .header-nav-list .header-nav-social a:hover {
  opacity: 1;
}
.header-nav .header-nav-list .header-nav-social a:last-of-type {
  margin: 0;
}
.header-nav .header-nav-list .header-nav-social a:before {
  display: block;
  content: '';
  position: absolute;
  top: 17px;
  left: 0;
}
.header-nav .header-nav-list .header-nav-social a:hover:after {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: rgba(143, 80, 80, 0.5);
  position: absolute;
  top: 25px;
  left: -22px;
}
.header-nav .header-nav-list .header-nav-social a.fb:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_fb.svg') no-repeat;
  background-size: 100% 100%;
}
.header-nav .header-nav-list .header-nav-social a.fb:hover:after {
  left: -32px;
}
.header-nav .header-nav-list .header-nav-social a.insta:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_insta.svg') no-repeat;
  background-size: 100% 100%;
}
.header-nav .header-nav-list .header-nav-social a.yt:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_yt.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 0;
  }
  .header .header-inner .header-logo {
    width: 38.66666667vw;
    height: 6.66666667vw;
    top: 4.8vw;
    left: calc(-2.66666667vw);
    background-position: center center;
    background-size: 19.33333333vw 3.33333333vw;
  }
  .header-nav {
    width: 62.66666667vw;
    height: 100vh;
    padding: 10.66666667vw 0 0 17.33333333vw;
  }
  .header-nav .header-nav-logo {
    width: 28.53333333vw;
    height: 10.66666667vw;
    margin: 0 0 8vw;
    background: url('../img/logo_nav_sp.svg') no-repeat;
    background-size: 100% 100%;
  }
  .header-nav .header-nav-list ul li {
    margin: 0 0 6.66666667vw;
  }
  .header-nav .header-nav-list ul li a {
    font-size: 3.73333333vw;
    padding: 0;
  }
  .header-nav .header-nav-list ul li a:hover:before {
    width: 2.66666667vw;
    height: 2px;
    top: 0.93333333vw;
    left: calc(-5.06666667vw);
  }
  .header-nav .header-nav-list .header-nav-links {
    display: block;
    margin: 0 0 6.66666667vw;
    border-top: 1px solid #4C453A;
    padding: 6.66666667vw 0 0 1.33333333vw;
  }
  .header-nav .header-nav-list .header-nav-links a {
    display: block;
    font-size: 3.2vw;
    margin: 0 0 5.33333333vw;
    padding: 0;
  }
  .header-nav .header-nav-list .header-nav-links a:last-of-type {
    margin: 0;
  }
  .header-nav .header-nav-list .header-nav-social {
    margin: 0;
  }
  .header-nav .header-nav-list .header-nav-social a {
    display: block;
    font-size: 4vw;
    margin: 0 0 5.33333333vw;
    padding: 0 0 0 6.66666667vw;
  }
  .header-nav .header-nav-list .header-nav-social a:before {
    top: calc(0vw);
  }
  .header-nav .header-nav-list .header-nav-social a.fb:before {
    width: 4vw;
    height: 4vw;
  }
  .header-nav .header-nav-list .header-nav-social a.insta:before {
    width: 4vw;
    height: 4vw;
  }
  .header-nav .header-nav-list .header-nav-social a.yt:before {
    width: 4vw;
    height: 4vw;
  }
  .header-nav-button {
    width: 18.66666667vw;
    height: 18.66666667vw;
    top: 1.33333333vw;
    right: 2.66666667vw;
    background-position: center center;
    background-size: 9.33333333vw 9.33333333vw;
  }
  .header-nav-button.open {
    background-position: center center;
    background-size: 9.33333333vw 9.33333333vw;
  }
}
/*--------------------------------------------------------------------------------
 kv
--------------------------------------------------------------------------------*/
.block-kv {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.block-kv .block-kv-slide {
  width: 100%;
  height: 100%;
}
.block-kv .block-kv-slide li {
  width: 100%;
  height: 100%;
}
.block-kv .block-kv-slide li img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-kv .block-kv-catch {
  display: none;
  width: 428px;
  height: 128px;
  background: url('../img/title_kv_catch_fade.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -214px;
  z-index: 6000;
}
.block-kv .block-kv-catch-load {
  display: none;
  width: 428px;
  height: 128px;
  background: url('../img/title_kv_catch.png') no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -214px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .block-kv {
    width: 100%;
    height: 100vh;
  }
  .block-kv .block-kv-catch {
    width: 20vw;
    height: 90.13333333vw;
    background: url('../img/title_kv_catch_fade_sp.svg') no-repeat;
    background-size: 100% auto;
    margin: calc(-45.06666667vw) 0 0 calc(-10vw);
  }
  .block-kv .block-kv-catch-load {
    width: 20vw;
    height: 90.13333333vw;
    background: url('../img/title_kv_catch_sp.svg') no-repeat;
    background-size: 100% auto;
    margin: calc(-45.06666667vw) 0 0 calc(-10vw);
  }
}
/*--------------------------------------------------------------------------------
 lead
--------------------------------------------------------------------------------*/
.block-lead {
  padding: 90px 0 0;
  background-color: #FFF;
}
.block-lead .block-lead-inner {
  width: 900px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
.block-lead .block-lead-inner .block-lead-txt__c {
  text-align: center;
  margin: 0 0 100px;
  line-height: 2.6;
  font-size: 18px;
}
.block-lead .block-lead-inner .block-lead-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-lead .block-lead-inner .block-lead-card .block-lead-card-txt {
  line-height: 2.25;
  position: relative;
}
.block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.lead-first {
  width: 530px;
  padding: 170px 0 0;
}
.block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.lead-first:before {
  display: block;
  content: '';
  width: 423px;
  height: 59px;
  background: url('../img/bg_lead_first.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 55px;
  left: 0;
}
.block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.illust {
  position: relative;
}
.block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.illust:before {
  display: block;
  content: '';
  width: 481px;
  height: 232px;
  background: url('../img/bg_lead_second.svg') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 100px;
  left: 22px;
}
.block-lead .block-lead-inner .block-lead-card figure img {
  width: 100%;
  height: auto;
}
.block-lead .block-lead-inner .block-lead-card:nth-of-type(1) {
  margin: 0 0 40px;
}
.block-lead .block-lead-inner .block-lead-card:nth-of-type(1) figure {
  width: 310px;
}
.block-lead .block-lead-inner .block-lead-card:nth-of-type(2) {
  margin: 0 0 75px;
}
.block-lead .block-lead-inner .block-lead-card:nth-of-type(2) figure {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .block-lead {
    padding: 18.66666667vw 0 6.66666667vw;
  }
  .block-lead .block-lead-inner {
    width: auto;
    padding: 0;
  }
  .block-lead .block-lead-inner .block-lead-txt__c {
    margin: 0 0 13.33333333vw;
    font-size: 3.73333333vw;
  }
  .block-lead .block-lead-inner .block-lead-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-lead .block-lead-inner .block-lead-card .block-lead-card-txt {
    font-size: 3.73333333vw;
    line-height: 2.25;
    text-align: center;
  }
  .block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.lead-first {
    width: auto;
    padding: 12vw 10.66666667vw 0;
  }
  .block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.lead-first:before {
    position: relative;
    width: 76vw;
    height: 16vw;
    background: url('../img/bg_lead_first_sp.svg') no-repeat;
    background-size: 100% 100%;
    top: 0;
    margin: 0 auto 10.66666667vw;
  }
  .block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.illust {
    position: relative;
  }
  .block-lead .block-lead-inner .block-lead-card .block-lead-card-txt.illust:before {
    width: 76.4vw;
    height: 43.6vw;
    background: url('../img/bg_lead_second_sp.svg') center top no-repeat;
    background-size: 100% auto;
    top: 79.33333333vw;
    left: 10.66666667vw;
  }
  .block-lead .block-lead-inner .block-lead-card:nth-of-type(1) {
    margin: 0 0 16vw;
  }
  .block-lead .block-lead-inner .block-lead-card:nth-of-type(1) figure {
    width: 84vw;
  }
  .block-lead .block-lead-inner .block-lead-card:nth-of-type(2) {
    margin: 0 0 70vw;
  }
  .block-lead .block-lead-inner .block-lead-card:nth-of-type(2) figure {
    width: 84vw;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block-lead {
    padding: 9.33333333vw 0 3.33333333vw;
  }
}
/*--------------------------------------------------------------------------------
 parallax
--------------------------------------------------------------------------------*/
.block-parallax {
  width: 100%;
  height: 540px;
  background: url('../img/bg_parallax.png') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 0 110px;
}
@media screen and (max-width: 1024px) {
  .block-parallax {
    height: 66vw;
    background: none;
    margin: 0;
    position: relative;
  }
  .block-parallax:before {
    display: block;
    content: '';
    width: 100%;
    height: 100vh;
    background: url('../img/bg_parallax_sp.png') center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .block-parallax.abs:before {
    position: absolute;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block-parallax {
    height: 66vw;
  }
  .block-parallax:before {
    height: 100vh;
    background: url('../img/bg_parallax_tab.png') center no-repeat;
    background-size: cover;
  }
}
/*--------------------------------------------------------------------------------
 worries
--------------------------------------------------------------------------------*/
.block-worries {
  background-color: #FFF;
}
.block-worries .block-worries-inner {
  width: 900px;
  max-height: 1400px;
  overflow-y: hidden;
  padding: 0 50px;
  margin: 0 auto 110px;
  position: relative;
  z-index: 4000;
}
.block-worries .block-worries-title {
  width: 465px;
  height: 90px;
  background: url('../img/bg_title_worries.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 30px;
}
.block-worries .block-worries-txt {
  text-align: center;
  line-height: 1.87;
  margin: 0 0 45px;
}
.block-worries .block-worries-family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 730px;
  margin: 0 auto 15px;
}
.block-worries .block-worries-family p {
  width: 156px;
  height: 175px;
}
.block-worries .block-worries-family p.mommy {
  background: url('../img/ico_family_01__b.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-family p.mommy.active {
  background: url('../img/ico_family_01.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-family p.kid {
  background: url('../img/ico_family_02__b.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-family p.kid.active {
  background: url('../img/ico_family_02.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-family p.daddy {
  background: url('../img/ico_family_03__b.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-family p.daddy.active {
  background: url('../img/ico_family_03.svg') no-repeat;
  background-size: cover;
}
.block-worries .block-worries-list {
  width: 800px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-worries .block-worries-list li {
  width: 228px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border: 1px solid #4C453A;
  border-radius: 10px;
  color: #4C453A;
  cursor: pointer;
  margin: 0 28px 10px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block-worries .block-worries-list li:nth-of-type(3n) {
  margin: 0 0 10px;
}
.block-worries .block-worries-list li.active {
  border: 1px solid #b55b5b;
  background-color: #b55b5b;
  color: #FFF;
}
.block-worries .block-worries-list li.active:hover {
  border: 1px solid #b55b5b;
  background-color: #b55b5b;
  color: #FFF;
}
.block-worries .block-worries-list li:hover {
  border: 1px solid #DAADAD;
  background-color: #DAADAD;
  color: #FFF;
}
.block-worries .block-worries-menu {
  display: none;
  width: 900px;
  border: 10px solid #f4eded;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
  position: relative;
  margin: 0 0 100px;
}
.block-worries .block-worries-menu figure {
  width: 560px;
  height: 300px;
  margin: 0 auto 30px;
}
.block-worries .block-worries-menu figure img {
  width: 100%;
  height: auto;
}
.block-worries .block-worries-menu iframe {
  width: 560px;
  height: 315px;
  margin: 0 auto 30px;
  border: none;
}
.block-worries .block-worries-menu .block-worries-menu-symptom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  width: 275px;
  height: 30px;
  background-color: #b55b5b;
  border-radius: 20px;
  margin: 0 auto 10px;
  color: #FFF;
}
.block-worries .block-worries-menu .block-worries-menu-name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
}
.block-worries .block-worries-menu .block-worries-menu-material {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.3;
}
.block-worries .block-worries-menu .block-worries-menu-txt {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0 50px;
  text-align: left;
  line-height: 2.57;
  background: url('../img/dot_line.svg') center bottom repeat;
  background-size: 120% 40px;
}
.block-worries .block-worries-menu .block-worries-menu-txt p {
  margin: 0 0 20px;
}
.block-worries .block-worries-menu .btn-recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #4c453a;
  border-radius: 10px;
  margin: 0 auto;
  color: #4c453a;
}
.block-worries .block-worries-menu .btn-recipe:hover {
  color: #FFF;
  background-color: rgba(76, 69, 58, 0.5);
  border: none;
  opacity: 0.5;
}
.block-worries .block-worries-sparea {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-worries {
    padding: 20vw 0 0;
  }
  .block-worries .block-worries-inner {
    width: auto;
    max-height: inherit;
    padding: 0 4vw;
    margin: 0 auto;
    z-index: 2000;
  }
  .block-worries .block-worries-title {
    width: 85.6vw;
    height: 16.53333333vw;
    margin: 0 auto 5.33333333vw;
    background: url('../img/bg_title_worries_sp.svg') no-repeat;
    background-size: 100% 100%;
  }
  .block-worries .block-worries-txt {
    font-size: 3.73333333vw;
    line-height: 1.8;
    margin: 0 0 12vw;
  }
  .block-worries .block-worries-family {
    display: none;
  }
  .block-worries .block-worries-list {
    display: none;
  }
  .block-worries .block-worries-menu {
    display: none;
  }
  .block-worries .block-worries-sparea {
    display: block;
    position: relative;
    padding: 44vw 0 0;
  }
  .block-worries .block-worries-sparea:before {
    display: block;
    content: '';
    width: 36.26666667vw;
    height: 40vw;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 calc(-18.13333333vw);
  }
  .block-worries .block-worries-sparea.mammy:before {
    background: url('../img/ico_family_01_sp.svg') no-repeat;
    background-size: cover;
  }
  .block-worries .block-worries-sparea.kid:before {
    background: url('../img/ico_family_02.svg') no-repeat;
    background-size: cover;
  }
  .block-worries .block-worries-sparea.daddy:before {
    background: url('../img/ico_family_03.svg') no-repeat;
    background-size: cover;
  }
  .block-worries .block-worries-sparea .block-worries-splist {
    margin: 0 0 6vw;
  }
  .block-worries .block-worries-sparea .block-worries-splist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 52.66666667vw;
    height: 11.73333333vw;
    font-size: 3.73333333vw;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #4C453A;
    border-radius: 2.66666667vw;
    color: #4C453A;
    margin: 0 auto 2vw;
  }
  .block-worries .block-worries-sparea .block-worries-splist li.active {
    border: 1px solid #b55b5b;
    color: #FFF;
    background-color: #b55b5b;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu {
    width: 93.33333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1.46666667vw solid #f4eded;
    border-radius: 1.33333333vw;
    padding: 0 0 8vw;
    margin: 0 0 14.66666667vw;
    text-align: center;
    display: none;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu:first-of-type {
    display: block;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu figure {
    margin: 0 0 7.33333333vw;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu figure img {
    width: 100%;
    height: auto;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu iframe {
    margin: 0 0 7.33333333vw;
    width: 100%;
    height: 56.25vw;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-symptom {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.33333333vw 6vw;
    background-color: #b55b5b;
    border-radius: 4vw;
    margin: 0 auto 4.66666667vw;
    color: #FFF;
    font-size: 3.46666667vw;
    font-weight: bold;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-name {
    font-size: 5.06666667vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 2.66666667vw;
    padding: 0 6.4vw;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-material {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    padding: 0 6.4vw;
    line-height: 1.4;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-txt {
    display: inline-block;
    margin: 0 6.4vw 2.66666667vw;
    font-size: 3.46666667vw;
    background: none;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-txt img {
    width: 100%;
    height: auto;
    margin: 0 0 2.66666667vw;
  }
  .block-worries .block-worries-sparea .block-worries-spmenu .btn-recipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42vw;
    height: 9.33333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.46666667vw;
    font-weight: bold;
    border: 1px solid #4c453a;
    border-radius: 10px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .block-worries .block-worries-sparea .block-worries-spmenu .block-worries-menu-txt {
    line-height: 2.28;
    background-size: 200% 7.4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .block-worries {
    padding: 10vw 0 0;
  }
  .block-worries .block-worries-inner {
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------------------------
 recipe(Lightbox)
--------------------------------------------------------------------------------*/
.block-lb-recipe {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 55px 0 0;
  color: #4c453a;
}
.block-lb-recipe .block-lb-recipe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 30px;
  background-color: #b55b5b;
  border-radius: 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.block-lb-recipe .block-lb-recipe-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.16;
  text-align: center;
  margin: 0 0 10px;
}
.block-lb-recipe .block-lb-recipe-ingredients {
  text-align: center;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}
.block-lb-recipe .block-lb-recipe-content {
  width: auto;
  background-color: #FFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 80px 25px;
  text-align: left;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l {
  width: 275px;
  margin: 0 60px 0 0;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l .block-lb-recipe-item-txt {
  margin: 0 0 20px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l figure img {
  width: 100%;
  height: auto;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r {
  width: 240px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 20px 0 30px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-filter .block-lb-recipe-item-txt {
  margin: 0;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r img {
  width: 85px;
  height: auto;
  display: block;
  margin: 0 20px 0 0;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-txt {
  margin: 0 0 40px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-txt ol li {
  margin: 0 0 10px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #b55b5b;
  margin: 0 0 10px;
}
.block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item-txt {
  margin: 0 0 40px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .block-lb-recipe {
    width: auto;
    padding: 20vw 0 0;
  }
  .block-lb-recipe .block-lb-recipe-title {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.33333333vw 6vw;
    background-color: #b55b5b;
    border-radius: 4vw;
    margin: 0 auto 4.66666667vw;
    color: #FFF;
    font-size: 3.46666667vw;
    font-weight: bold;
  }
  .block-lb-recipe .block-lb-recipe-name {
    font-size: 5.06666667vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 2.66666667vw;
    padding: 0 6.4vw;
  }
  .block-lb-recipe .block-lb-recipe-ingredients {
    font-size: 3.46666667vw;
    font-weight: bold;
    text-align: center;
    margin: 0 0 6.66666667vw;
    padding: 0 6.4vw;
    line-height: 1.3;
  }
  .block-lb-recipe .block-lb-recipe-content {
    border-radius: 10px;
    padding: 8.66666667vw 17.33333333vw 8vw 16vw;
    display: block;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l {
    width: auto;
    margin: 0;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l .block-lb-recipe-item-txt {
    margin: 0 0 6.66666667vw;
    font-size: 2.93333333vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__l figure {
    display: none;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r {
    width: auto;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-filter {
    margin: 3.33333333vw 0 6.66666667vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-filter .block-lb-recipe-item-txt {
    margin: 0;
    font-size: 2.93333333vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r img {
    width: 18vw;
    margin: 0 4vw 0 0;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-txt {
    margin: 0 0 6.66666667vw;
    font-size: 2.93333333vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item__r .block-lb-recipe-item-txt ol li {
    margin: 0 0 2vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item-title {
    font-size: 4vw;
    margin: 0 0 2.66666667vw;
  }
  .block-lb-recipe .block-lb-recipe-content .block-lb-recipe-item-txt {
    margin: 0 0 6.66666667vw;
    font-size: 2.93333333vw;
  }
}
/*--------------------------------------------------------------------------------
 labo
--------------------------------------------------------------------------------*/
.block-labo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 15px solid #c8c6c3;
  padding: 100px 0 0;
  background: #FFF url('../img/bg_labo.png') repeat;
}
.block-labo .block-labo-inner {
  width: 900px;
  padding: 0 50px 110px;
  margin: 0 auto;
}
.block-labo .block-labo-inner .block-labo-title {
  width: 432px;
  height: 112px;
  margin: 0 auto 70px;
  background: url('../img/bg_title_labo.svg') no-repeat;
  background-size: 100% 100%;
}
.block-labo .block-labo-inner .block-labo-lead {
  width: 796px;
  height: 235px;
  background: url('../img/bg_labo_lead.svg') center top no-repeat;
  background-size: cover;
  margin: 0 auto 50px;
}
.block-labo .block-labo-inner .block-labo-data {
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem {
  width: 425px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #4C453A;
  border-radius: 20px;
  background-color: #FFF;
  padding: 20px;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem:first-of-type figure {
  margin: 0 0 30px;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
  border-bottom: 1px solid #4C453A;
  margin: 0 0 25px;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem figure {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem figure img {
  width: 100%;
  height: auto;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #7ca834;
  margin: 30px 0;
}
.block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-txt {
  padding: 25px 10px 0;
  border-top: 1px solid #4C453A;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
}
.block-labo .block-labo-inner .block-labo-comment {
  width: 793px;
  height: 253px;
  background: url('../img/bg_labo-comment.svg') center top no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}
.block-labo .block-labo-fightchemical {
  display: none;
}
.block-labo .block-labo-colors {
  position: relative;
}
.block-labo .block-labo-colors .block-labo-colors-slide {
  width: 100%;
  height: 66.8vw;
  position: relative;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-slide {
  width: 100%;
  height: 66.8vw;
  overflow: hidden;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-prev {
  width: 35px;
  height: 65px;
  border: none;
  text-indent: -9999px;
  background: url('../img/arrow_prev.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 51.27%;
  left: 50px;
  z-index: 1000;
  cursor: pointer;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-next {
  width: 35px;
  height: 65px;
  border: none;
  text-indent: -9999px;
  background: url('../img/arrow_next.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 51.27%;
  right: 50px;
  z-index: 1000;
  cursor: pointer;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4000;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li {
  width: 36px;
  height: 36px;
  margin: 0 45px 0 0;
  cursor: pointer;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:last-of-type {
  margin: 0;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li button {
  width: 36px;
  height: 36px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li button:after {
  display: none;
  content: '';
  width: 1px;
  height: 38px;
  position: absolute;
  top: 12px;
  left: 17px;
  z-index: -1;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(1) button {
  background: url('../img/ico_color_01.svg') center center no-repeat;
  background-size: 12px 12px;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(1).slick-active button:after {
  display: block;
  background-color: #22ac38;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(2) button {
  background: url('../img/ico_color_02.svg') center center no-repeat;
  background-size: 12px 12px;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(2).slick-active button:after {
  display: block;
  background-color: #f1e321;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(3) button {
  background: url('../img/ico_color_03.svg') center center no-repeat;
  background-size: 12px 12px;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(3).slick-active button:after {
  display: block;
  background-color: #b93129;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(4) button {
  background: url('../img/ico_color_04.svg') center center no-repeat;
  background-size: 12px 12px;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(4).slick-active button:after {
  display: block;
  background-color: #882784;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(5) button {
  background: url('../img/ico_color_05.svg') center center no-repeat;
  background-size: 12px 12px;
}
.block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(5).slick-active button:after {
  display: block;
  background-color: #5a544a;
}
@media screen and (max-width: 768px) {
  .block-labo {
    border: 2.66666667vw solid #c8c6c3;
    padding: 13.33333333vw 0 0;
  }
  .block-labo .block-labo-inner {
    width: auto;
    padding: 0 0 10.66666667vw;
    margin: 0 auto;
  }
  .block-labo .block-labo-inner .block-labo-title {
    width: 69.06666667vw;
    height: 18.13333333vw;
    margin: 0 auto 9.33333333vw;
    background: url('../img/bg_title_labo_sp.svg') no-repeat;
    background-size: 100% 100%;
  }
  .block-labo .block-labo-inner .block-labo-lead {
    width: 90vw;
    height: 86.66666667vw;
    background: url('../img/bg_labo_lead_sp.svg') center top no-repeat;
    background-size: cover;
    margin: 0 auto 5.33333333vw;
  }
  .block-labo .block-labo-inner .block-labo-data {
    margin: 0 0 6.66666667vw;
    display: block;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem {
    width: 84vw;
    border-radius: 2.66666667vw;
    margin: 0 auto 6.66666667vw;
    padding: 4vw;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem:first-of-type figure {
    margin: 0 0 4vw;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-title {
    font-size: 4vw;
    padding: 0 0 3.33333333vw;
    margin: 0 0 5.33333333vw;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem figure {
    margin: 0 0 4.66666667vw;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-sub {
    font-size: 3.6vw;
    margin: 0 0 5.33333333vw;
  }
  .block-labo .block-labo-inner .block-labo-data .block-labo-dataitem .block-labo-dataitem-txt {
    padding: 4vw 0 0;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .block-labo .block-labo-inner .block-labo-comment {
    width: 90vw;
    height: 98.4vw;
    background: url('../img/bg_labo-comment_sp.svg') center top no-repeat;
    background-size: 100% auto;
  }
  .block-labo .block-labo-fightchemical {
    display: block;
    margin: 0 0 18vw;
  }
  .block-labo .block-labo-fightchemical .block-labo-fightchemical-title {
    font-size: 5.6vw;
    font-weight: bold;
    margin: 0 0 6.66666667vw;
    line-height: 1.5;
    text-align: center;
  }
  .block-labo .block-labo-fightchemical .block-labo-fightchemical-txt {
    font-size: 3.73333333vw;
    line-height: 2;
    padding: 0 8vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide {
    height: 179.2vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-slide {
    height: 179.2vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-prev {
    width: 4.66666667vw;
    height: 8.66666667vw;
    background: url('../img/arrow_prev_sp.svg') no-repeat;
    background-size: 100% 100%;
    top: 16%;
    left: 3.6vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-next {
    width: 4.66666667vw;
    height: 8.66666667vw;
    background: url('../img/arrow_next_sp.svg') no-repeat;
    background-size: 100% 100%;
    top: 16%;
    right: 3.6vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots {
    top: calc(-12vw);
    left: 0;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li {
    width: 8vw;
    height: 8vw;
    border-radius: none;
    margin: 0 5.33333333vw 0 0;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:last-of-type {
    margin: 0;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 8vw;
    height: 8vw;
    padding: 0;
    border-radius: none;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li button:after {
    width: 1px;
    height: 9.33333333vw;
    top: 2.66666667vw;
    left: 3.73333333vw;
    z-index: -1;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(1) button {
    background-size: 3.33333333vw 3.33333333vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(2) button {
    background-size: 3.33333333vw 3.33333333vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(3) button {
    background-size: 3.33333333vw 3.33333333vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(4) button {
    background-size: 3.33333333vw 3.33333333vw;
  }
  .block-labo .block-labo-colors .block-labo-colors-slide .slick-dots li:nth-of-type(5) button {
    background-size: 3.33333333vw 3.33333333vw;
  }
}
/*--------------------------------------------------------------------------------
 secret
--------------------------------------------------------------------------------*/
.block-secret {
  padding: 160px 0 110px;
  background-color: #fbf7f7;
}
.block-secret .block-secret-inner {
  width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
.block-secret .block-secret-inner .block-secret-title {
  width: 465px;
  height: 52px;
  margin: 0 auto 50px;
  background: url('../img/title_secret.svg') no-repeat;
  background-size: 100% 100%;
}
.block-secret .block-secret-inner .block-secret-lead {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 60px;
}
.block-secret .block-secret-inner .block-secret-listvisual {
  border: 2px solid #b55b5b;
  border-bottom: 1px solid #b55b5b;
}
.block-secret .block-secret-inner .block-secret-listvisual figure {
  width: 100%;
}
.block-secret .block-secret-inner .block-secret-listvisual figure img {
  width: 100%;
  height: auto;
}
.block-secret .block-secret-inner .block-secret-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem {
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #b55b5b;
  border-top: 1px solid #b55b5b;
  background-color: #FFF;
  text-align: center;
  position: relative;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(1) {
  border-right: none;
  border-bottom: 1px solid #b55b5b;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(2) {
  border-left: none;
  border-bottom: 1px solid #b55b5b;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(2):before {
  display: block;
  content: '';
  width: 57px;
  height: 90px;
  background: url('../img/bg_secret_new.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -1px;
  left: 45px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(3) {
  border-top: 1px solid #b55b5b;
  border-right: 1px solid #b55b5b;
  border-bottom: 1px solid #b55b5b;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(4) {
  border-top: 1px solid #b55b5b;
  border-left: 1px solid #b55b5b;
  border-bottom: 1px solid #b55b5b;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(5) {
  padding: 60px 0 0;
  border-right: none;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(6) {
  border-left: none;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem figure {
  position: relative;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem figure img {
  width: 100%;
  height: auto;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem a {
  display: block;
  width: 100%;
  height: 294px;
  margin: 48px 0 0;
  -webkit-transition: none;
  transition: none;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem a.recipe {
  background: url('../img/img_10.png') no-repeat;
  background-size: 100% auto;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem a.recipe:hover {
  background: url('../img/img_10_h.png') no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem a.insta {
  background: url('../img/img_09.png') no-repeat;
  background-size: 100% auto;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem a.insta:hover {
  background: url('../img/img_09_h.png') no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #4C453A;
  text-align: center;
  margin: 100px auto 30px;
  padding: 0 0 10px;
  position: relative;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px) rotate(-45deg);
          transform: translate(-100px, 20px) rotate(-45deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: url('../img/bg_secret_line.svg') repeat-x;
  background-size: auto 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.scrollin:before {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret01:before {
  width: 159px;
  height: 30px;
  background: url('../img/title_secret_01.svg') no-repeat;
  background-size: 100% 100%;
  margin: -50px 0 0 -80px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret02:before {
  width: 159px;
  height: 30px;
  background: url('../img/title_secret_02.svg') no-repeat;
  background-size: 100% 100%;
  margin: -50px 0 0 -80px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret03:before {
  width: 159px;
  height: 30px;
  background: url('../img/title_secret_03.svg') no-repeat;
  background-size: 100% 100%;
  margin: -50px 0 0 -80px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret04 {
  margin: 60px auto 30px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret04:before {
  width: 159px;
  height: 30px;
  background: url('../img/title_secret_04.svg') no-repeat;
  background-size: 100% 100%;
  margin: -50px 0 0 -80px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret04:after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: url('../img/bg_secret_line__l.svg') no-repeat;
  background-size: auto 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret05:before {
  width: 165px;
  height: 32px;
  background: url('../img/title_secret_05.svg') no-repeat;
  background-size: 100% 100%;
  margin: -50px 0 0 -82px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt {
  width: 360px;
  margin: 0 auto 40px;
  line-height: 1.8;
  color: #4c453a;
  position: relative;
  text-align: left;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment02 {
  margin: 0 auto 180px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment04 {
  margin: 0 auto 250px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment01:after {
  display: block;
  content: '';
  width: 427px;
  height: 341px;
  background: url('../img/bg_secret_comment_01.svg') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 137px;
  left: -30px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment02:after {
  display: block;
  content: '';
  width: 414px;
  height: 208px;
  background: url('../img/bg_secret_comment_02.svg') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 92px;
  left: -30px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment03:after {
  display: block;
  content: '';
  width: 388px;
  height: 201px;
  background: url('../img/bg_secret_comment_03.svg') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 131px;
  left: -10px;
}
.block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment04:after {
  display: block;
  content: '';
  width: 412px;
  height: 287px;
  background: url('../img/bg_secret_comment_04.svg') center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 263px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .block-secret {
    padding: 0;
  }
  .block-secret figure {
    margin: 0 0 16vw;
  }
  .block-secret figure img {
    width: 100%;
    height: auto;
  }
  .block-secret .block-secret-inner {
    width: auto;
    padding: 0;
  }
  .block-secret .block-secret-inner .block-secret-title {
    width: 85.33333333vw;
    height: 9.6vw;
    margin: 0 auto 9.33333333vw;
  }
  .block-secret .block-secret-inner .block-secret-lead {
    font-size: 3.73333333vw;
    margin: 0 0 14.66666667vw;
    line-height: 1.8;
  }
  .block-secret .block-secret-inner .block-secret-listvisual {
    display: none;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem {
    width: auto;
    border: 1.06666667vw solid #b55b5b;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(1) {
    border-right: 1.06666667vw solid #b55b5b;
    border-bottom: none;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(2) {
    border-top: none;
    border-bottom: 1.06666667vw solid #b55b5b;
    border-left: 1.06666667vw solid #b55b5b;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(2):before {
    width: 13.33333333vw;
    height: 20.93333333vw;
    background: url('../img/bg_secret_new.svg') no-repeat;
    background-size: 100% 100%;
    top: calc(-0.26666667vw);
    left: 6.66666667vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(3) {
    border-right: 1.06666667vw solid #b55b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(3) figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(3) .block-secret-listitem-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(3) .block-secret-listitem-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(4) {
    border-left: 1.06666667vw solid #b55b5b;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(5) {
    border-right: 1.06666667vw solid #b55b5b;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem:nth-of-type(6) {
    border-left: 1.06666667vw solid #b55b5b;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem figure {
    margin: 0;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem a {
    margin: 48px 0 0;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title {
    font-size: 5.6vw;
    margin: 21.33333333vw auto 8vw;
    padding: 0 0 2vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title:before {
    left: 50%;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title:after {
    width: 100%;
    height: 0.8vw;
    background-repeat: repeat-x;
    background-size: 100% auto;
    bottom: calc(-0.66666667vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret01:before {
    width: 37.06666667vw;
    height: 7.06666667vw;
    margin: calc(-11.33333333vw) 0 0 calc(-18.53333333vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret02:before {
    width: 37.06666667vw;
    height: 7.06666667vw;
    margin: calc(-11.33333333vw) 0 0 calc(-18.53333333vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret03:before {
    width: 37.06666667vw;
    height: 7.06666667vw;
    margin: calc(-11.33333333vw) 0 0 calc(-18.53333333vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret04 {
    margin: 21.33333333vw auto 8vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret04:before {
    width: 37.06666667vw;
    height: 7.06666667vw;
    margin: calc(-11.33333333vw) 0 0 calc(-18.53333333vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-title.secret05:before {
    width: 37.06666667vw;
    height: 7.06666667vw;
    margin: calc(-11.33333333vw) 0 0 calc(-18.53333333vw);
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt {
    width: auto;
    margin: 0 auto 40px;
    font-size: 3.73333333vw;
    padding: 0 8vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment01 {
    margin: 0 auto 75.33333333vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment02 {
    margin: 0 auto 46.66666667vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment03 {
    margin: 0 auto 42vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment04 {
    margin: 0 auto 12vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment01:after {
    width: 91.46666667vw;
    height: 67.33333333vw;
    background: url('../img/bg_secret_comment_01_sp.svg') center top no-repeat;
    background-size: 100% auto;
    top: 34.66666667vw;
    left: 5.33333333vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment02:after {
    width: 90.26666667vw;
    height: 40.93333333vw;
    background: url('../img/bg_secret_comment_02_sp.svg') center top no-repeat;
    background-size: 100% auto;
    top: 26vw;
    left: 4vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment03:after {
    width: 88vw;
    height: 34.66666667vw;
    background: url('../img/bg_secret_comment_03_sp.svg') center top no-repeat;
    background-size: 100% auto;
    top: 34vw;
    left: 6vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .block-secret-listitem-txt.comment04:after {
    display: none;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .recipe {
    width: 50.26666667vw;
    height: 12vw;
    background: url('../img/btn_recipe_sp.png') no-repeat !important;
    background-size: 100% 100% !important;
    margin: 0 auto 4vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem .insta {
    width: 50.26666667vw;
    height: 12vw;
    background: url('../img/btn_insta_sp.png') no-repeat !important;
    background-size: 100% 100% !important;
    margin: 0 auto 56.66666667vw;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem.sp-last {
    position: relative;
  }
  .block-secret .block-secret-inner .block-secret-list .block-secret-listitem.sp-last:after {
    display: block;
    content: '';
    width: 89.6vw;
    height: 48.4vw;
    background: url('../img/bg_secret_comment_04_sp.svg') center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 56.4vw;
    left: 5.06666667vw;
  }
}
/*--------------------------------------------------------------------------------
 product
--------------------------------------------------------------------------------*/
.block-product {
  padding: 185px 0 25px;
  background: url('../img/bg_product.png') left bottom no-repeat;
  background-size: cover;
}
.block-product .block-product-inner {
  width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
.block-product .block-product-inner .block-product-title {
  width: 570px;
  height: 47px;
  background: url('../img/title_product.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 55px;
}
.block-product .block-product-inner .block-product-txt {
  font-size: 18px;
  text-align: center;
  line-height: 2.2;
  margin: 0 0 100px;
}
.block-product .block-product-inner .btn-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 255px;
  height: 70px;
  margin: 0 auto 0;
  padding: 0 0 0 45px;
  background-color: #b55b5b;
  border-radius: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.block-product .block-product-inner .btn-product:before {
  display: block;
  content: '';
  width: 296px;
  height: 66px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.block-product .block-product-inner .btn-product:after {
  display: block;
  content: '';
  width: 21px;
  height: 21px;
  background: url('../img/ico_right.svg') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 35px;
}
.block-product .block-product-inner .btn-product:hover {
  opacity: 1;
}
.block-product .block-product-inner .btn-product:hover:before {
  opacity: 1;
}
.block-product .block-product-inner .block-product-detailarea {
  background-color: #FFF;
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-product .block-product-inner .block-product-detailarea figure {
  width: 230px;
  padding: 0 80px 0 130px;
}
.block-product .block-product-inner .block-product-detailarea figure img {
  width: 100%;
  height: auto;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info {
  width: 460px;
  color: #4C453A;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-logo {
  width: 118px;
  height: 21px;
  background: url('../img/logo_hurom.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 0 20px;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-color {
  padding: 0 0 0 50px;
  margin: 0 0 20px;
  font-size: 12px;
  position: relative;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-color:before {
  display: block;
  content: '';
  width: 38px;
  height: 12px;
  background-color: #808080;
  position: absolute;
  top: 0;
  left: 0;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-catch {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 40px;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-exp {
  margin: 0 0 70px;
  font-size: 13px;
  line-height: 1.7;
}
.block-product .block-product-inner .block-product-detailarea .block-product-info .btn-product {
  margin: 0;
}
.block-product .block-product-inner .ico_totop {
  width: 66px;
  height: 63px;
  background: url('../img/ico_totop.svg') no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .block-product {
    padding: 21.33333333vw 0 6.66666667vw;
    background: url('../img/bg_product_sp.png') left bottom no-repeat;
    background-size: cover;
  }
  .block-product .block-product-inner {
    width: auto;
    padding: 0 4vw;
  }
  .block-product .block-product-inner .block-product-title {
    width: 53.33333333vw;
    height: 19.6vw;
    background: url('../img/title_product_sp.svg') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 10.66666667vw;
  }
  .block-product .block-product-inner .block-product-txt {
    font-size: 3.73333333vw;
    margin: 0 0 18vw;
  }
  .block-product .block-product-inner .block-product-detailarea {
    margin: 0;
    padding: 16.66666667vw 8vw 17.33333333vw;
    display: block;
  }
  .block-product .block-product-inner .block-product-detailarea figure {
    width: 32.93333333vw;
    height: 75.86666667vw;
    margin: 0 auto 9.33333333vw;
    padding: 0;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info {
    width: auto;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-logo {
    width: 24.66666667vw;
    height: 4vw;
    margin: 0 0 2.66666667vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-title {
    font-size: 6.13333333vw;
    margin: 0 0 4.66666667vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-color {
    padding: 0 0 0 12vw;
    margin: 0 0 5.33333333vw;
    font-size: 3.2vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-color:before {
    width: 8.8vw;
    height: 2.8vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-catch {
    font-size: 4.8vw;
    margin: 0 0 4.66666667vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .block-product-info-exp {
    margin: 0 0 14.66666667vw;
    font-size: 3.46666667vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .btn-product {
    width: 60vw;
    height: 16.26666667vw;
    border-radius: 2.66666667vw;
    font-size: 5.6vw;
    margin: 0 auto;
    padding: 0 0 0 10vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .btn-product:after {
    width: 4.8vw;
    height: 4.8vw;
    top: 6vw;
    right: 6.66666667vw;
  }
  .block-product .block-product-inner .block-product-detailarea .block-product-info .btn-product:hover:before {
    display: none;
  }
  .block-product .block-product-inner .ico_totop {
    width: 12.66666667vw;
    height: 14.66666667vw;
    background: url('../img/ico_totop_sp.svg') no-repeat;
    background-size: 100% 100%;
    margin: 23.33333333vw auto 0;
  }
}
/*--------------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------------*/
.footer {
  background-color: #FFF;
  padding: 50px 0;
}
.footer .footer-inner {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #4C453A;
}
.footer .footer-inner .footer-contents__l {
  margin: 0 100px 0 0;
}
.footer .footer-inner .footer-contents__l .footer-logo {
  width: 208px;
  height: 25px;
  background: url('../img/logo_footer.svg') left center no-repeat;
  background-size: 100% auto;
  margin: 0 0 20px 0;
}
.footer .footer-inner .footer-contents__l .copyright {
  font-size: 10px;
  font-weight: bold;
}
.footer .footer-inner .footer-contents__r .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
.footer .footer-inner .footer-contents__r .footer-links li {
  margin: 0 60px 0 0;
}
.footer .footer-inner .footer-contents__r .footer-links li:last-of-type {
  margin: 0;
}
.footer .footer-inner .footer-contents__r .footer-links li a {
  font-size: 15px;
  font-weight: bold;
  color: #4C453A;
  position: relative;
}
.footer .footer-inner .footer-contents__r .footer-links li a:hover {
  opacity: 1;
}
.footer .footer-inner .footer-contents__r .footer-links li a:hover:before {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: rgba(143, 80, 80, 0.5);
  position: absolute;
  top: 7px;
  left: -20px;
}
.footer .footer-inner .footer-contents__r .footer-social {
  white-space: nowrap;
}
.footer .footer-inner .footer-contents__r .footer-social a {
  font-size: 14px;
  margin: 0 60px 0 0;
  padding: 0 0 0 34px;
  position: relative;
  font-family: 'Abel', sans-serif;
}
.footer .footer-inner .footer-contents__r .footer-social a:last-of-type {
  margin: 0;
}
.footer .footer-inner .footer-contents__r .footer-social a:before {
  display: block;
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
}
.footer .footer-inner .footer-contents__r .footer-social a:hover {
  opacity: 1;
}
.footer .footer-inner .footer-contents__r .footer-social a:hover:after {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background-color: rgba(143, 80, 80, 0.5);
  position: absolute;
  top: 7px;
  left: -20px;
}
.footer .footer-inner .footer-contents__r .footer-social a.fb:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_fb.svg') no-repeat;
  background-size: 100% 100%;
}
.footer .footer-inner .footer-contents__r .footer-social a.insta:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_insta.svg') no-repeat;
  background-size: 100% 100%;
}
.footer .footer-inner .footer-contents__r .footer-social a.yt:before {
  width: 20px;
  height: 20px;
  background: url('../img/sns_yt.svg') no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 9.33333333vw 0 5.33333333vw;
  }
  .footer .footer-inner {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-inner .footer-contents__l {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .footer .footer-inner .footer-contents__l .footer-logo {
    width: 32.93333333vw;
    height: 4vw;
    margin: 0 auto 3.33333333vw;
  }
  .footer .footer-inner .footer-contents__l .copyright {
    font-size: 2.66666667vw;
    text-align: center;
    font-weight: normal;
  }
  .footer .footer-inner .footer-contents__r {
    width: 100%;
    margin: 0 0 9.33333333vw;
  }
  .footer .footer-inner .footer-contents__r .footer-links {
    display: block;
    margin: 0 0 10.66666667vw;
  }
  .footer .footer-inner .footer-contents__r .footer-links li {
    text-align: center;
    margin: 0 0 6vw;
  }
  .footer .footer-inner .footer-contents__r .footer-links li:last-of-type {
    margin: 0;
  }
  .footer .footer-inner .footer-contents__r .footer-links li a {
    font-size: 3.46666667vw;
  }
  .footer .footer-inner .footer-contents__r .footer-social {
    text-align: center;
    margin: 0 0 9.33333333vw;
  }
  .footer .footer-inner .footer-contents__r .footer-social a {
    font-size: 4vw;
    margin: 0 5.33333333vw 0 0;
    padding: 0 0 0 8vw;
  }
  .footer .footer-inner .footer-contents__r .footer-social a:last-of-type {
    margin: 0;
  }
  .footer .footer-inner .footer-contents__r .footer-social a:before {
    top: -1px;
  }
  .footer .footer-inner .footer-contents__r .footer-social a.fb:before {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .footer .footer-inner .footer-contents__r .footer-social a.insta:before {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
  .footer .footer-inner .footer-contents__r .footer-social a.yt:before {
    width: 5.33333333vw;
    height: 5.33333333vw;
  }
}
