@charset "UTF-8";
/*ブランドトップ*/
body.category-top .pane-main img {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  body.category-top .pane-main .seasongift-inner > img {
    width: 100%;
  }
}

.pane-contents {
  padding: 0;
}

.pane-contents > .container {
  width: 100%;
  display: block;
}

.pane-left-menu, .pane-topic-path, .block-category-list--goods, .block-category-list--sub, .pane-right-menu {
  display: none !important;
}

h1.h1.block-category-list--header {
  position: absolute;
  top: -100px;
  left: 0;
  margin: 0;
  font-size: 24px;
  z-index: 0;
}

.cstm-reset a, body.category-top .pane-main a {
  display: inline-block;
  color: #230e02;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .cstm-reset a, body.category-top .pane-main a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
  .cstm-reset a:hover, body.category-top .pane-main a:hover {
    opacity: 0.6;
  }
}
.cstm-reset a:hover, body.category-top .pane-main a:hover, .cstm-reset a:focus, body.category-top .pane-main a:focus {
  text-decoration: none;
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow-inset {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.drop-shadow {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}

.block-category-list, .block-search-goods {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .bscstm .fzp-md-110px {
    font-size: 110px !important;
  }
}

@media screen and (min-width: 768px) {
  #casaneo .hover-showHide__wrap {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .hover-showHide__wrap img {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .hover-showHide__wrap img.hover-show, #casaneo .hover-showHide__wrap img.hover-hide {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .hover-showHide__wrap img.hover-show:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .hover-showHide__wrap img.hover-hide:hover {
    opacity: 0;
  }
}
#casaneo .animation-circle__overlay:hover + .hover-showHide__wrap .hover-show {
  opacity: 1;
}
#casaneo .animation-circle__overlay:hover + .hover-showHide__wrap .hover-hide {
  opacity: 0;
}
#casaneo .pane-main img {
  height: auto;
  max-width: 100%;
}
#casaneo .header-wrap {
  background-color: transparent;
  border-bottom: none;
}
#casaneo .topFirstLoadAnimation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  position: fixed;
  background-color: #FFDC00;
  width: 100vw;
  height: 100vh;
  z-index: 10000001;
  top: 0;
  left: 0;
}
#casaneo .topFirstLoadAnimation.topFirstLoadAnimation-show {
  opacity: 1;
  visibility: visible;
}
#casaneo .animation-box.animation-circle {
  border-radius: 50%;
  -webkit-transform: scale(0.6, 0.6);
          transform: scale(0.6, 0.6);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#fff, #000);
          mask-image: radial-gradient(#fff, #000);
}
#casaneo .animation-box.animation-circle.animation-box__active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#casaneo .animation-box.animation-circle.animation-box__active .animation-circle__overlay {
  border-width: 0px;
}
#casaneo .animation-box.animation-circle.animation-box__active img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#casaneo .animation-box.animation-circle .animation-circle__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid #FFDC00;
  border-radius: 50%;
  border-width: 100px;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
#casaneo .animation-box.animation-circle img {
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
@-webkit-keyframes animation-circle {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@keyframes animation-circle {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
#casaneo .animation-box.animation-fadeTop {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  -webkit-transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#casaneo .animation-box.animation-fadeTop.animation-box__active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
#casaneo .header-wrap__content-navi .btn-logo {
  display: block;
}
#casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow .btn-logo__video, #casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow img {
  top: 40dvh;
  z-index: 10000002;
  opacity: 0;
  -webkit-animation: fadein 1s 0s 1 forwards;
          animation: fadein 1s 0s 1 forwards;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow .btn-logo__video, #casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow img {
    top: 45vh;
  }
}
#casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow.topFirstLoadAnimation-logoMove .btn-logo__video, #casaneo .header-wrap__content-navi .btn-logo.topFirstLoadAnimation-logoShow.topFirstLoadAnimation-logoMove img {
  top: 0;
}
#casaneo .header-wrap__content-navi .btn-logo:not(.topFirstLoadAnimation-logoShow) {
  opacity: 1;
}
#casaneo .header-wrap__content-navi .btn-logo:not(.topFirstLoadAnimation-logoShow) img {
  opacity: 1;
}
#casaneo .header-wrap__content-navi .btn-logo .btn-logo__video, #casaneo .header-wrap__content-navi .btn-logo img {
  -webkit-transition: 1s;
  transition: 1s;
}
#casaneo .pane-contents {
  font-family: "Montserrat", "fot-cezanne-pron", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #665e4d;
}
#casaneo .pane-contents a {
  color: #665e4d;
}
#casaneo .pane-contents .cart-btn {
  background-color: #999182;
  border-radius: 7px;
  font-size: 16px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 4.8vw;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .cart-btn {
    padding: 9px 20px;
  }
}
#casaneo .pane-contents .cart-btn:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 17px;
  background-image: url("/common/img/casaneo/cart_icon_w_sp.png");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .cart-btn:after {
    width: 20px;
    height: 19px;
    background-image: url("/common/img/casaneo/cart_icon_w.png");
    right: -10px;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .cart-btn {
    font-size: 17px;
  }
}
#casaneo .pane-contents .detail-btn {
  position: relative;
  background-color: #999182;
  border-radius: 5em;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
#casaneo .pane-contents .detail-btn:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
  height: 12px;
}
#casaneo .pane-contents .detail-btn.detail-btn__white {
  background-color: #fff;
  color: #665e4d;
}
#casaneo .pane-contents .detail-btn.detail-btn__white:after {
  border-color: #665e4d;
}
#casaneo .pane-contents .detail-btn .detail-btn__sub {
  display: block;
  margin-top: 5px;
}
#casaneo .pane-contents .top-swiper__wrap {
  background-color: #FFDC00;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container__wrapper {
  background-color: #FFDC00;
  padding-top: 20px;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container__wrapper {
    padding: 20px 20px 70px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide {
  text-align: center;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide > a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide > a {
    max-width: 1100px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide > a:hover {
  opacity: 1;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__imageWrap {
  position: relative;
  width: 100%;
  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;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__imageWrap {
    height: 650px;
  }
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__imageWrap img {
    min-width: 375px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide.swiper-slide__imageWrap--cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFDC00;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__textWrap {
  text-align: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__textWrap {
    margin-top: 50px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__textWrap .swiper-slide__text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-slide .swiper-slide__textWrap .swiper-slide__text {
    font-size: 19px;
    margin-top: 20px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap {
    top: 93%;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .circle-pagination {
  position: relative;
  width: 14px;
  height: 14px;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin: auto;
  cursor: pointer;
  font-size: 14px;
  opacity: 1;
  margin: 0 5px;
  background-color: inherit;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .circle-pagination .circle-pagination_inner {
  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: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  color: #BFBFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .circle-pagination:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform-origin: right 7px;
          transform-origin: right 7px;
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 2;
  background-color: #FFDC00;
  display: none;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .circle-pagination:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -webkit-transform-origin: left 7px;
          transform-origin: left 7px;
  position: absolute;
  top: 0px;
  left: 7px;
  z-index: 3;
  background-color: #FFDC00;
  display: none;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active.circle-pagination {
  background-color: #665e4d;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active.circle-pagination:before {
  -webkit-animation: circleRight 5s linear forwards;
          animation: circleRight 5s linear forwards;
  display: block;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active.circle-pagination:after {
  -webkit-animation: circleLeft 5s linear forwards;
          animation: circleLeft 5s linear forwards;
  display: block;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper .swiper-container .swiper-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-pagination_inner {
  background-color: #FFDC00;
}
@media screen and (min-width: 768px) {
  @-webkit-keyframes circleLeft {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      background-color: #FFDC00;
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: #FFDC00;
    }
    50.01% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
  }
  @keyframes circleLeft {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      background-color: #FFDC00;
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: #FFDC00;
    }
    50.01% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes circleLeft {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: #FFDC00;
    }
    50.01% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
  }
  @keyframes circleLeft {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      background-color: #FFDC00;
    }
    50.01% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      background-color: #665e4d;
    }
  }
}
@-webkit-keyframes circleRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes circleRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper.topFirstLoadAnimationCircle-active {
  -webkit-animation: topFirstLoadAnimationCircleSP 5s cubic-bezier(0.3, 0.6, 0.2, 1) 0s 1 forwards;
          animation: topFirstLoadAnimationCircleSP 5s cubic-bezier(0.3, 0.6, 0.2, 1) 0s 1 forwards;
  background-color: yellow;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper.topFirstLoadAnimationCircle-active {
    -webkit-animation: topFirstLoadAnimationCirclePC 5s cubic-bezier(0.3, 0.6, 0.2, 1) 0s 1 forwards;
            animation: topFirstLoadAnimationCirclePC 5s cubic-bezier(0.3, 0.6, 0.2, 1) 0s 1 forwards;
  }
}
@-webkit-keyframes topFirstLoadAnimationCircleSP {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 50% 50%);
            clip-path: ellipse(0% 0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(200% 70% at 50% 35%);
            clip-path: ellipse(200% 70% at 50% 35%);
  }
}
@keyframes topFirstLoadAnimationCircleSP {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 50% 50%);
            clip-path: ellipse(0% 0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(200% 70% at 50% 35%);
            clip-path: ellipse(200% 70% at 50% 35%);
  }
}
@-webkit-keyframes topFirstLoadAnimationCirclePC {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 50% 50%);
            clip-path: ellipse(0% 0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(120% 90% at 50% 40%);
            clip-path: ellipse(120% 90% at 50% 40%);
  }
}
@keyframes topFirstLoadAnimationCirclePC {
  0% {
    -webkit-clip-path: ellipse(0% 0% at 50% 50%);
            clip-path: ellipse(0% 0% at 50% 50%);
  }
  100% {
    -webkit-clip-path: ellipse(120% 90% at 50% 40%);
            clip-path: ellipse(120% 90% at 50% 40%);
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__title--wrapper {
  text-align: center;
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__title {
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper__title {
    font-size: 28px;
    border-width: 2px;
    margin-top: 20px;
    letter-spacing: 3px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea {
  text-align: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea {
    margin-top: 30px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea .top-swiper__text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea .top-swiper__text {
    font-size: 19px;
    margin-top: 20px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea .top-swiper__title {
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper__textArea .top-swiper__title {
    font-size: 28px;
    border-width: 2px;
    margin-top: 20px;
    letter-spacing: 3px;
  }
}
#casaneo .pane-contents .top-swiper__wrap .top-swiper__logo img {
  margin: auto;
  width: 78%;
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-swiper__wrap .top-swiper__logo img {
    width: 38%;
    max-width: 420px;
    top: -65%;
    bottom: 0;
  }
}
#casaneo .pane-contents .top-news {
  background-color: #FFF196;
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px 40px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#casaneo .pane-contents .top-news .top-news__ttl-feed-wrap {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news .top-news__ttl-feed-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
  }
}
#casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__ttl-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__ttl-wrap {
    width: 86px;
    margin-right: 30px;
    text-align: left;
    font-size: 25px;
  }
}
#casaneo .pane-contents .top-news .top-news__ttl-feed-wrap #topic-news-feed {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news .top-news__ttl-feed-wrap #topic-news-feed {
    margin-top: 0;
  }
}
#casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__link {
    font-size: 13px;
  }
}
#casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__link > span {
  width: 70px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents .top-news .top-news__ttl-feed-wrap .top-news__link > span {
    width: 90px;
    font-size: 12px;
  }
}
#casaneo .pane-contents #concept {
  position: relative;
  background-color: #FFF196;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #concept .videoWrap {
    max-width: 260px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #casaneo .pane-contents #concept .videoWrap .pc-only {
    display: none !important;
  }
}
#casaneo .pane-contents #concept .videoWrap .tb-only {
  display: none !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #casaneo .pane-contents #concept .videoWrap .tb-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #concept .text-wrap {
    padding-left: 18.6666666667vw;
    padding-right: 4vw;
  }
}
#casaneo .pane-contents #cake {
  background-color: #FFFDED;
}
#casaneo .pane-contents #cake .loop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}
#casaneo .pane-contents #cake .loop-wrap img {
  width: auto;
  height: 100%;
}
#casaneo .pane-contents #cake .loop-wrap img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
#casaneo .pane-contents #cake .loop-wrap img:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
#casaneo .pane-contents #cake .cake-products {
  position: relative;
}
#casaneo .pane-contents #cake .cake-products:before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url("/common/img/casaneo/bg_obj_sp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #cake .cake-products:before {
    height: 250px;
    background-image: url("/common/img/casaneo/bg_obj.png");
    background-size: cover;
    top: 50px;
  }
}
#casaneo .pane-contents #cake .cake-products-inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #cake .cake-products.cake-products__spBgNone:before, #casaneo .pane-contents #cake .cake-products.cake-products__spBgNone:after {
    content: none;
  }
}
#casaneo .pane-contents #cake .cake-swiper__mv .thumbnail.stopSlider .swiper-wrapper {
  -webkit-transition-duration: unset !important;
          transition-duration: unset !important;
  -webkit-transform: none !important;
          transform: none !important;
}
#casaneo .pane-contents #baked-sweets {
  background-color: #999182;
}
#casaneo .pane-contents #baked-sweets .cart-btn {
  background-color: rgba(255, 255, 255, 0.4);
  color: #665e4d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#casaneo .pane-contents #baked-sweets .cart-btn:after {
  content: none;
}
#casaneo .pane-contents #baked-sweets a.cart-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
#casaneo .pane-contents #baked-sweets a.cart-btn:after {
  content: "";
  background-image: url("/common/img/casaneo/cart_icon_b_sp.png");
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #baked-sweets a.cart-btn:after {
    width: 20px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #baked-sweets a.cart-btn:after {
    background-image: url("/common/img/casaneo/cart_icom_b.png");
  }
}
@media (min-width: 1231px) {
  #casaneo .pane-contents #baked-sweets .d-md-1230px {
    display: none !important;
  }
}
@media (max-width: 1230px) {
  #casaneo .pane-contents #baked-sweets .d-md-1231px {
    display: none !important;
  }
}
#casaneo .pane-contents #ranking {
  background-image: url("/common/img/casaneo/ranking_bg_sp.jpg");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking {
    background-image: url("/common/img/casaneo/ranking_bg.jpg");
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container {
    max-width: 1064px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper {
  margin-left: -4px;
  margin-right: -4px;
  width: auto;
  counter-reset: rankingNum;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper {
    padding-top: 0;
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 20%;
  min-width: 40%;
  padding-left: 4px;
  padding-right: 4px;
  counter-increment: rankingNum;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide {
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 0;
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide + .swiper-slide {
  margin: 0;
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:before {
  content: counter(rankingNum);
  font-size: 13px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  z-index: 1;
  top: 9px;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:before {
    font-size: 25px;
    top: 18px;
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(1), #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(2), #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3), #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(4), #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(5) {
  display: block;
}
#casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(1):before, #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(2):before, #casaneo .pane-contents #ranking .ranking-item-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-child(3):before {
  color: #fff;
}
#casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__rank {
  position: static;
  width: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__rank {
    width: 95px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__rank img {
    width: 50px;
  }
}
#casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__name {
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #ranking .ranking-item-swiper .ranking-item__name {
    font-size: 13px;
  }
}
#casaneo .pane-contents #review {
  background-color: #f5f5f5;
}
#casaneo .pane-contents #shop {
  background-color: #FFF196;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #shop .shoo-contents {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-template-rows: repeat(2);
    grid-column-gap: 60px;
    grid-row-gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #shop .shoo-contents__text {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #shop .shoo-contents__map {
    grid-area: 1/2/3/3;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #shop .shoo-contents__btn {
    grid-area: 2/1/3/2;
  }
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #shop .shoo-contents iframe {
    border-radius: 50%;
  }
}
#casaneo .pane-contents #how-to-eat {
  background-color: #999182;
}
#casaneo .pane-contents #instagram .instagram-contents__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #instagram .instagram-contents__wrap {
    overflow-x: auto;
  }
}
#casaneo .pane-contents #instagram .instagram-contents {
  min-width: 40%;
}
@media screen and (min-width: 768px) {
  #casaneo .pane-contents #instagram .instagram-contents {
    min-width: auto;
    width: 16.6666666667%;
  }
}
#casaneo .pane-contents #instagram .instagram-contents .insta-thumbnail__wrap {
  aspect-ratio: 1/1.4;
  position: relative;
  overflow: hidden;
}
#casaneo .pane-contents #instagram .instagram-contents .insta-thumbnail__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#casaneo .pane-contents #suzette-brand {
  background-color: #FFF196;
}
#casaneo .pane-footer .cheak-history__wrap {
  display: none;
}