header#header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header#header.is-fixed {
  top: -55px;
}
header#header.scrollup {
  top: 0px;
}
@media screen and (min-width: 767px) {
  header#header.scrollup {
    top: 0px;
  }
}

#cosme-nav-renewal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#cosme-nav-renewal.is-fixed {
  top: 0px;
}
#cosme-nav-renewal.scrollup {
  top: -55px;
}
@media screen and (min-width: 767px) {
  #cosme-nav-renewal.header-fixed {
    top: 55px;
  }
  #cosme-nav-renewal.is-fixed {
    top: 0px;
  }
  #cosme-nav-renewal.scrollup {
    top: -55px;
  }
}
@media screen and (min-width: 1200px) {
  #cosme-nav-renewal {
    top: 50px;
  }
  #cosme-nav-renewal.is-fixed {
    top: 0px;
  }
  #cosme-nav-renewal.scrollup {
    top: 50px;
  }
}

#page.recella-shizuku.in {
  padding-bottom: 35px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  color: #7c6b53;
  color: #554738;
}
#page.recella-shizuku.in .tsuku {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
}
#page.recella-shizuku.in .tsuku-b {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
}
#page.recella-shizuku.in .shizuku-bk {
  background-color: #fffcf1;
  background-color: #fffff4;
}
#page.recella-shizuku.in .wrap-sp {
  padding: 0 35px;
}
#page.recella-shizuku.in .wrap {
  padding: 0 18px;
}
#page.recella-shizuku.in .fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1.8s ease;
  transition: opacity 0.9s ease, -webkit-transform 1.8s ease;
  transition: opacity 0.9s ease, transform 1.8s ease;
  transition: opacity 0.9s ease, transform 1.8s ease, -webkit-transform 1.8s ease;
}
#page.recella-shizuku.in .fade-in.delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
#page.recella-shizuku.in .fade-in.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in {
    padding-bottom: 150px;
    overflow-x: hidden;
  }
  #page.recella-shizuku.in .fade-in.pc-delay {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  #page.recella-shizuku.in .fade-in.delay-1 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  #page.recella-shizuku.in .fade-in.delay-2 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }
  #page.recella-shizuku.in .fade-in.pc-none {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  #page.recella-shizuku.in .fade-in.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #page.recella-shizuku.in .wrap-sp {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    padding-right: 5%;
  }
  #page.recella-shizuku.in .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #page.recella-shizuku.in .wrap.slider {
    overflow: visible;
  }
  #page.recella-shizuku.in #clothing, #page.recella-shizuku.in #food, #page.recella-shizuku.in #live {
    padding-top: 300px;
    margin-top: -300px;
  }
}
@media screen and (min-width: 1000px) {
  #page.recella-shizuku.in .wrap-sp {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1100px) {
  #page.recella-shizuku.in .wrap-sp {
    padding-right: 15%;
  }
}
@media screen and (min-width: 1240px) {
  #page.recella-shizuku.in .wrap-sp {
    padding: 0;
    padding-right: 160px;
  }
  #page.recella-shizuku.in .wrap {
    padding: 0;
  }
}
#page.recella-shizuku.in .mv-area {
  position: relative;
  padding-top: 72px;
  padding-bottom: 70px;
}
#page.recella-shizuku.in .mv-sp-logo {
  position: absolute;
  width: 17.1%;
  top: 30px;
  left: 30px;
}
#page.recella-shizuku.in .mv-swiper {
  padding-bottom: 40px;
  width: 83.4%;
  margin: 0 auto 15px;
}
#page.recella-shizuku.in .mv-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 6px;
  background-color: #E3DFD9;
}
#page.recella-shizuku.in .mv-pagination .swiper-pagination-bullet-active {
  background-color: #7c6b53;
}
#page.recella-shizuku.in .page-title {
  font-size: clamp(2rem, 5.215vw, 4rem);
  letter-spacing: 0.2em;
  line-height: 1.6254229096;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .mv-sp-logo {
    display: none;
  }
  #page.recella-shizuku.in .mv-area {
    position: relative;
    padding-top: 52px;
    padding-bottom: 150px;
  }
  #page.recella-shizuku.in .mv-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.recella-shizuku.in .mv-flex-left {
    width: 49%;
  }
  #page.recella-shizuku.in .mv-left-logo {
    display: block;
    width: 178px;
    margin-bottom: 50px;
  }
  #page.recella-shizuku.in .page-title {
    font-size: clamp(2rem, 2.6428vw, 3.7rem);
    line-height: 1.6095008052;
    white-space: nowrap;
    position: relative;
    z-index: 2;
  }
  #page.recella-shizuku.in .mv-swiper {
    max-width: 540px;
    width: 100%;
    margin: 0;
    position: static;
  }
  #page.recella-shizuku.in .mv-swiper .mv-pagination {
    position: absolute;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #page.recella-shizuku.in .mv-swiper .mv-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    margin: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 767px) and (hover: hover) {
  #page.recella-shizuku.in .mv-swiper .mv-pagination .swiper-pagination-bullet:hover {
    background-color: #7c6b53;
    opacity: 0.6;
  }
}
@media screen and (min-width: 920px) {
  #page.recella-shizuku.in .mv-swiper {
    margin-left: -10%;
  }
}
#page.recella-shizuku.in .sec-concept {
  padding-bottom: 90px;
  position: relative;
}
#page.recella-shizuku.in .concept-box {
  margin-bottom: 45px;
}
#page.recella-shizuku.in .concept-title {
  text-align: center;
  font-size: clamp(2.8rem, 7.3011vw, 5.6rem);
  line-height: 1.2857142857;
  margin-bottom: 20px;
}
#page.recella-shizuku.in .concept-text {
  text-align: center;
  font-size: clamp(1.6rem, 4.172vw, 3.2rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 14px;
}
#page.recella-shizuku.in .concept-text.bottom {
  margin-bottom: 28px;
}
#page.recella-shizuku.in .earth-icon {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2.5%;
  bottom: 2%;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .sec-concept {
    padding-bottom: clamp(127px, 18.1428vw, 254px);
  }
  #page.recella-shizuku.in .concept-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  #page.recella-shizuku.in .concept-box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 128px;
  }
  #page.recella-shizuku.in .concept-pc-left {
    width: 45.83%;
  }
  #page.recella-shizuku.in .concept-pc-right {
    width: 48.3%;
  }
  #page.recella-shizuku.in .concept-pc-right.p-t {
    padding-top: 30px;
  }
  #page.recella-shizuku.in .concept-pc-right.inner {
    padding-left: 43px;
  }
  #page.recella-shizuku.in .concept-title {
    font-size: clamp(2.9rem, 4.1428vw, 5.8rem);
    text-align: left;
    margin-bottom: clamp(29px, 4.1428vw, 58px);
  }
  #page.recella-shizuku.in .concept-title .pcv {
    display: block;
  }
  #page.recella-shizuku.in .concept-text {
    font-size: clamp(1.3rem, 1.857vw, 2.6rem);
    margin-bottom: clamp(45px, 6.428vw, 90px);
    text-align: left;
  }
  #page.recella-shizuku.in .earth-icon {
    bottom: 1.6%;
  }
}
@media screen and (min-width: 1200px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: 2.6%;
  }
}
@media screen and (min-width: 1400px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: 2.65%;
  }
}
@media screen and (min-width: 1550px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: 1.5%;
  }
}
@media screen and (min-width: 1650px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: 0.5%;
  }
}
@media screen and (min-width: 1700px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: 0;
  }
}
@media screen and (min-width: 1750px) {
  #page.recella-shizuku.in .earth-icon {
    bottom: -1.5%;
  }
}
@media screen and (min-width: 1850px) {
  #page.recella-shizuku.in .sec-concept {
    padding-bottom: 300px;
  }
  #page.recella-shizuku.in .earth-icon {
    bottom: -1.75%;
    z-index: 1;
  }
}
@media screen and (min-width: 2000px) {
  #page.recella-shizuku.in .sec-concept {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 2200px) {
  #page.recella-shizuku.in .sec-concept {
    padding-bottom: 450px;
  }
}
#page.recella-shizuku.in .sec-mv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  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;
  margin-bottom: 37px;
}
#page.recella-shizuku.in .sec-mv.clothing {
  background-image: url(../img/recella-shizuku/clothing-bk.jpg);
}
#page.recella-shizuku.in .shizuku-logo {
  width: 268px;
  position: relative;
}
#page.recella-shizuku.in .shizuku-text {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.3332213638;
  position: absolute;
  left: 0;
  right: 0;
  top: 23%;
  margin: auto;
}
#page.recella-shizuku.in .shizuku-title {
  text-align: center;
  font-size: 5.9rem;
  line-height: 1.749538048;
  position: absolute;
  left: 0;
  right: 0;
  top: 44%;
  margin: auto;
}
#page.recella-shizuku.in .clothing-title {
  background-image: url(../img/recella-shizuku/clothing-title-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(76px, 19.8174vw, 152px);
  margin-bottom: 26px;
}
#page.recella-shizuku.in .sec-title {
  font-weight: bold;
  font-size: clamp(1.8rem, 4.6936vw, 3.6rem);
  line-height: 2.5033333333;
  padding-left: 28%;
  padding-top: 2%;
}
#page.recella-shizuku.in .item-section {
  padding-bottom: 33px;
}
#page.recella-shizuku.in .clothing-item-slider {
  padding: 0 10px;
}
#page.recella-shizuku.in .clothing-item-slider .slider-item-inner {
  margin-bottom: clamp(16px, 4.172vw, 32px);
}
#page.recella-shizuku.in .slider-item-link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page.recella-shizuku.in .slider-item-image {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
}
#page.recella-shizuku.in .slider-item-pic {
  width: 45.2%;
}
#page.recella-shizuku.in .slider-item-text {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#page.recella-shizuku.in .slider-item-sub {
  font-size: clamp(1.9rem, 4.9543vw, 3.8rem);
  line-height: 1.371310202;
  color: #7c6b53;
  color: #554738;
}
#page.recella-shizuku.in .slider-item-sub.left {
  padding-left: 15px;
}
#page.recella-shizuku.in .more-btn {
  position: absolute;
  bottom: clamp(12px, 3.129vw, 24px);
  right: 15px;
  width: 38px;
}
#page.recella-shizuku.in .slider-item-name {
  color: #7c6b53;
  color: #554738;
  font-size: clamp(2rem, 5.215vw, 4rem);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7;
  margin-bottom: 7px;
}
#page.recella-shizuku.in .slider-item-explanation {
  color: #7c6b53;
  color: #554738;
  text-align: justify;
  font-size: clamp(1.6rem, 4.172vw, 3.2rem);
  letter-spacing: 0.075em;
  line-height: 1.3125;
  margin-bottom: 5px;
}
#page.recella-shizuku.in .slider-item-explanation-note {
  font-size: clamp(1.2rem, 3.129vw, 2.4rem);
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
  color: #7c6b53;
  color: #554738;
  text-align: justify;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .sec-mv {
    position: relative;
    height: 810px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 75px;
    margin-bottom: clamp(38px, 5.35vw, 75px);
  }
  #page.recella-shizuku.in .sec-mv.clothing {
    background-image: url(../img/recella-shizuku/clothing-bk-pc.jpg);
  }
  #page.recella-shizuku.in .shizuku-logo {
    width: clamp(270px, 38.571vw, 540px);
  }
  #page.recella-shizuku.in .shizuku-text {
    font-size: clamp(3rem, 4.2857vw, 6rem);
  }
  #page.recella-shizuku.in .shizuku-title {
    font-size: clamp(6rem, 8.5714vw, 12rem);
  }
  #page.recella-shizuku.in .sec-mv-logo {
    display: block;
    position: absolute;
    top: 45px;
    right: 100px;
    width: clamp(70px, 10vw, 140px);
  }
  #page.recella-shizuku.in .clothing-title {
    background-image: url(../img/recella-shizuku/clothing-title-bk-pc.png);
    height: 13vw;
    margin-bottom: 78px;
  }
  #page.recella-shizuku.in .sec-title {
    font-size: clamp(1.8rem, 2.5714vw, 3.6rem);
    padding-left: 0;
    text-align: center;
  }
  #page.recella-shizuku.in .item-section {
    padding: 0 30px 110px;
    position: relative;
  }
  #page.recella-shizuku.in .clothing-item-slider {
    padding: 10px 0px 0;
  }
  #page.recella-shizuku.in .clothing-item-slider .slick-list {
    margin-right: -40px;
  }
  #page.recella-shizuku.in .clothing-item-slider .slick-slide {
    padding-right: 40px;
    margin-bottom: 0;
  }
  #page.recella-shizuku.in .clothing-item-slider .slick-slide:last-child {
    padding-right: 0;
  }
  #page.recella-shizuku.in .slider-item-link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 767px) and (hover: hover) {
  #page.recella-shizuku.in .slider-item-link:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  #page.recella-shizuku.in .slider-item-link:hover .slider-item-image {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  #page.recella-shizuku.in .slider-item-link:hover .slider-item-pic img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  #page.recella-shizuku.in .slider-item-link:hover .more-btn img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  #page.recella-shizuku.in .slider-item-link:hover .slider-item-name {
    opacity: 0.7;
  }
  #page.recella-shizuku.in .slider-item-link:hover .slider-item-explanation {
    opacity: 0.7;
  }
  #page.recella-shizuku.in .slider-item-link:hover .slider-item-explanation-note {
    opacity: 0.7;
  }
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .slider-item-image {
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .slider-item-pic {
    width: 47.6%;
  }
  #page.recella-shizuku.in .slider-item-pic img {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  #page.recella-shizuku.in .slider-item-sub {
    font-size: clamp(1.8rem, 2.5vw, 3.5rem);
    line-height: 1.3714285714;
  }
  #page.recella-shizuku.in .more-btn {
    width: 66px;
    bottom: 20px;
    right: 20px;
  }
  #page.recella-shizuku.in .more-btn img {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #page.recella-shizuku.in .slider-item-name {
    font-size: clamp(1.4rem, 2vw, 2.8rem);
    line-height: 1.2142857143;
    margin-bottom: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .slider-item-explanation {
    font-size: clamp(1.2rem, 1.714vw, 2.4rem);
    line-height: 1.4166666667;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .slider-item-explanation-note {
    font-size: clamp(0.8rem, 1.14vw, 1.6rem);
    line-height: 1.3;
  }
  #page.recella-shizuku.in .prev-btn {
    background-image: url(../img/recella-shizuku/prev-btn.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    top: 19%;
    margin: auto;
    cursor: pointer;
  }
  #page.recella-shizuku.in .next-btn {
    background-image: url(../img/recella-shizuku/floating-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: 19%;
    margin: auto;
    cursor: pointer;
  }
}
#page.recella-shizuku.in .voice-bk {
  background-color: #fff;
  padding: 70px 0 0;
}
#page.recella-shizuku.in .voice-title {
  text-align: center;
  font-size: clamp(2rem, 5.215vw, 4rem);
  font-weight: bold;
  line-height: 2.253;
  margin-bottom: 15px;
}
#page.recella-shizuku.in .voice-title span {
  position: relative;
}
#page.recella-shizuku.in .voice-title span::before {
  content: "";
  display: block;
  background-image: url(../img/recella-shizuku/voice-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 54px;
  position: absolute;
  left: 0;
  right: 0;
  top: -57px;
  margin: auto;
}
#page.recella-shizuku.in .voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
#page.recella-shizuku.in .voice-box {
  width: 47.3%;
  margin-bottom: 40px;
  display: block;
}
#page.recella-shizuku.in .voice-box-title {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.6rem, 4.172vw, 3.2rem);
  letter-spacing: 0.2em;
  line-height: 1.3125;
  margin-bottom: 11px;
  color: #7c6b53;
  color: #554738;
}
#page.recella-shizuku.in .voice-box-title.leter {
  letter-spacing: 0.05em;
}
#page.recella-shizuku.in .voice-box-image {
  margin-bottom: 6px;
}
#page.recella-shizuku.in .voice-box-sub {
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.6rem, 4.172vw, 3.2rem);
  letter-spacing: 0.2em;
  line-height: 1.3125;
  margin-bottom: 7px;
  color: #7c6b53;
  color: #554738;
}
#page.recella-shizuku.in .voice-box-text {
  font-size: clamp(1.4rem, 3.65vw, 2.8rem);
  letter-spacing: 0.075em;
  line-height: 1.2864285714;
  text-align: justify;
  color: #7c6b53;
  color: #554738;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .voice-bk {
    padding: 60px 0 60px;
  }
  #page.recella-shizuku.in .voice-title {
    font-size: clamp(1.8rem, 2.5714vw, 3.6rem);
    line-height: 1.2516666667;
    margin-bottom: 65px;
  }
  #page.recella-shizuku.in .voice-title span::before {
    width: 80px;
    height: 92px;
    position: absolute;
    left: inherit;
    right: -135px;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  #page.recella-shizuku.in .voice-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: clamp(18px, 2.5714vw, 36px);
  }
  #page.recella-shizuku.in .voice-box {
    width: 100%;
    margin-bottom: 0;
  }
  #page.recella-shizuku.in .voice-box-title {
    font-size: clamp(1.4rem, 2vw, 2.8rem);
    letter-spacing: 0.075em;
    line-height: 1.2142857143;
    margin-bottom: 18px;
    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;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .voice-box-title.leter {
    letter-spacing: 0.075em;
  }
  #page.recella-shizuku.in .voice-box-title .pcv {
    display: block;
  }
  #page.recella-shizuku.in .voice-box-image {
    margin-bottom: 28px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .voice-box-image img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .voice-box-sub {
    font-size: clamp(1.2rem, 1.714vw, 2.4rem);
    line-height: 1.2879166667;
    margin-bottom: 23px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .voice-box-sub br {
    display: none;
  }
  #page.recella-shizuku.in .voice-box-text {
    font-size: clamp(1.2rem, 1.642vw, 2.3rem);
    line-height: 1.4273913043;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 767px) and (hover: hover) {
  #page.recella-shizuku.in .voice-box:hover .voice-box-title {
    opacity: 0.7;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  #page.recella-shizuku.in .voice-box:hover .voice-box-image {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  #page.recella-shizuku.in .voice-box:hover .voice-box-image img {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
  #page.recella-shizuku.in .voice-box:hover .voice-box-sub {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    opacity: 0.7;
  }
  #page.recella-shizuku.in .voice-box:hover .voice-box-text {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    opacity: 0.7;
  }
}
#page.recella-shizuku.in .sec-mv.food {
  background-image: url(../img/recella-shizuku/food-bk.jpg);
}
#page.recella-shizuku.in .food-title {
  background-image: url(../img/recella-shizuku/food-title-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(76px, 19.8174vw, 152px);
  margin-bottom: 26px;
}
#page.recella-shizuku.in .food-item-slider {
  padding: 0 10px;
}
#page.recella-shizuku.in .food-item-slider .slider-item-inner {
  margin-bottom: clamp(16px, 4.172vw, 32px);
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .sec-food {
    padding-top: 100px;
  }
  #page.recella-shizuku.in .sec-mv.food {
    background-image: url(../img/recella-shizuku/food-bk-pc.jpg);
  }
  #page.recella-shizuku.in .food-title {
    background-image: url(../img/recella-shizuku/food-title-bk-pc.png);
    height: 13vw;
    margin-bottom: 78px;
  }
  #page.recella-shizuku.in .food-item-slider {
    padding: 10px 0px 0;
  }
  #page.recella-shizuku.in .food-item-slider .slick-list {
    margin-right: -40px;
  }
  #page.recella-shizuku.in .food-item-slider .slick-slide {
    padding-right: 40px;
    margin-bottom: 0;
  }
  #page.recella-shizuku.in .food-item-slider .slick-slide:last-child {
    padding-right: 0;
  }
}
#page.recella-shizuku.in .sec-mv.live {
  background-image: url(../img/recella-shizuku/live-bk.jpg);
}
#page.recella-shizuku.in .live-title {
  background-image: url(../img/recella-shizuku/live-title-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: clamp(76px, 19.8174vw, 152px);
  margin-bottom: 26px;
}
#page.recella-shizuku.in .live-item-slider {
  padding: 0 10px;
}
#page.recella-shizuku.in .live-item-slider .slider-item-inner {
  margin-bottom: clamp(16px, 4.172vw, 32px);
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .sec-mv.live {
    background-image: url(../img/recella-shizuku/live-bk-pc.jpg);
  }
  #page.recella-shizuku.in .live-title {
    background-image: url(../img/recella-shizuku/live-title-bk-pc.png);
    height: 13vw;
    margin-bottom: 78px;
  }
  #page.recella-shizuku.in .live-item-slider {
    padding: 10px 0px 0;
  }
  #page.recella-shizuku.in .live-item-slider .slick-list {
    margin-right: -40px;
  }
  #page.recella-shizuku.in .live-item-slider .slick-slide {
    padding-right: 40px;
    margin-bottom: 0;
  }
  #page.recella-shizuku.in .live-item-slider .slick-slide:last-child {
    padding-right: 0;
  }
}
#page.recella-shizuku.in .sec-life-style {
  padding: 50px 0 85px;
  padding-bottom: clamp(85px, 22.1642vw, 170px);
  position: relative;
}
#page.recella-shizuku.in .life-style-title {
  text-align: center;
  font-size: clamp(2.8rem, 7.3011vw, 5.6rem);
  line-height: 1.4285714286;
  margin-bottom: 37px;
}
#page.recella-shizuku.in .life-style-logo {
  width: 37.8%;
  margin: 0 auto 55px;
}
#page.recella-shizuku.in .item-list-link {
  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;
  background-color: #fff;
  background-image: url(../img/recella-shizuku/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: clamp(20px, 5.215vw, 40px) clamp(20px, 5.215vw, 40px);
  background-position: 96% center;
  height: clamp(80px, 20.86vw, 160px);
  width: clamp(260px, 67.7966vw, 520px);
  margin: 0 auto;
  border: 1px solid #7C6B53;
  font-size: clamp(1.6rem, 4.172vw, 3.2rem);
  color: #7c6b53;
  color: #554738;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.recella-shizuku.in .life-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .sec-life-style {
    padding: 150px 0 170px;
  }
  #page.recella-shizuku.in .life-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 970px;
    margin: 0 auto 170px;
  }
  #page.recella-shizuku.in .life-style-title {
    text-align: left;
    font-size: clamp(2.5rem, 3.571vw, 5rem);
  }
  #page.recella-shizuku.in .life-style-logo {
    margin: 0;
    width: 200px;
  }
  #page.recella-shizuku.in .item-list-link {
    height: 80px;
    width: 400px;
    font-size: 1.6rem;
    background-size: 20px 20px;
  }
}
@media screen and (min-width: 767px) and (hover: hover) {
  #page.recella-shizuku.in .item-list-link:hover {
    background-color: #7c6b53;
    color: #fff;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 15px rgba(124, 107, 83, 0.2);
            box-shadow: 0 8px 15px rgba(124, 107, 83, 0.2);
    background-image: url(../img/recella-shizuku/btn-arrow-w.png);
  }
}
#page.recella-shizuku.in .shizuku-floating {
  display: none;
}
@media screen and (min-width: 767px) {
  #page.recella-shizuku.in .shizuku-floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: clamp(54px, 7.714vw, 108px);
    height: clamp(111px, 15.857vw, 222px);
    gap: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .shizuku-floating.is-show {
    right: -230px;
  }
  #page.recella-shizuku.in .shizuku-floating.is-up {
    right: 0px;
  }
  #page.recella-shizuku.in .shizuku-floating-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: clamp(33px, 4.714vw, 66px);
    height: clamp(33px, 4.714vw, 66px);
    width: clamp(65px, 7.714vw, 108px);
    border-radius: 33px 0 0 33px;
    background-color: #fff;
    font-size: clamp(1.8rem, 2.571vw, 3.6rem);
    font-weight: bold;
    color: #7c6b53;
    color: #554738;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page.recella-shizuku.in .shizuku-floating-link::before {
    content: "";
    display: inline-block;
    background-image: url(../img/recella-shizuku/floating-arrow02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 15px;
    margin-right: 8px;
    margin-left: 44px;
    margin-left: 22px;
    margin-left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 767px) and (hover: hover) {
  #page.recella-shizuku.in .shizuku-floating-link:hover {
    background-color: #7c6b53;
    color: #fff;
    width: calc(clamp(54px, 7.714vw, 108px) + 10px);
    width: calc(clamp(65px, 7.714vw, 108px) + 10px);
  }
  #page.recella-shizuku.in .shizuku-floating-link:hover::before {
    background-image: url(../img/recella-shizuku/floating-arrow-w.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 1300px) {
  #page.recella-shizuku.in .shizuku-floating-link::before {
    width: 16px;
    height: 16px;
    margin-left: 22px;
  }
}
@media screen and (min-width: 1300px) and (hover: hover) {
  #page.recella-shizuku.in .shizuku-floating-link:hover::before {
    width: 16px;
    height: 16px;
  }
}
#page.recella-shizuku.in #backToTop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7c6b53;
  border: none;
  z-index: 5;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.recella-shizuku.in #backToTop.show {
  opacity: 1;
  visibility: visible;
}
#page.recella-shizuku.in #backToTop .icon {
  font-size: 18px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #page.recella-shizuku.in #backToTop {
    bottom: 60px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  #page.recella-shizuku.in #backToTop .icon {
    font-size: 20px;
  }
}
@media (hover: hover) {
  #page.recella-shizuku.in #backToTop:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

#side-bnr.cosme-side {
  display: none;
}