@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : _swiperreset.css

==========================================

Content

    swiper

//////////////////////////////////////////////////*/
/*
==============================================================================================
                                            swiper
==============================================================================================
*/
.swiper-button-prev.swiper-button-original, .swiper-button-next.swiper-button-original {
  width: inherit;
  height: inherit;
  left: inherit;
  right: inherit;
  margin-top: inherit;
  display: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  color: inherit;
}

.swiper-button-prev.swiper-button-original::before, .swiper-button-prev.swiper-button-original::after, .swiper-button-next.swiper-button-original::before, .swiper-button-next.swiper-button-original::after {
  content: "";
  display: none;
  position: inherit;
  width: inherit;
  height: inherit;
  background: inherit;
  left: inherit;
  -webkit-transform: inherit;
          transform: inherit;
  top: inherit;
  bottom: inherit;
}

.swiper-container-horizontal > .content__pagination.swiper-pagination-bullets {
  position: inherit;
  bottom: inherit;
  left: inherit;
  width: inherit;
  text-align: inherit;
  -webkit-transform: inherit;
          transform: inherit;
  z-index: inherit;
  line-height: initial;
}

.swiper-container-horizontal > .content__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: inherit;
  height: inherit;
  margin: inherit;
  border-radius: inherit;
  background: inherit;
  opacity: inherit;
  line-height: initial;
}

.swiper-container-horizontal > .content__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: inherit;
  background: inherit;
}

/*//////////////////////////////////////////////////

Title : _slickreset.css

==========================================

Content

    slick

//////////////////////////////////////////////////*/
/*
==============================================================================================
                                            slick
==============================================================================================
*/
.slick-arrow {
  width: inherit;
  height: inherit;
  top: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.slick-arrow::before, .slick-arrow::after {
  display: none;
}

.slick-arrow.slick-prev {
  left: inherit;
}

.slick-arrow.slick-next {
  right: inherit;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
img,
video,
svg {
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
picture {
  display: block;
}

.pc_component {
  display: none;
}

:root {
  --font-english: 'Reem Kufi', sans-serif;
  --font-primary: 'Noto Sans JP', sans-serif;
  --font-secondary: 'Noto Serif JP', serif;
  --color-normal: #000;
  --color-light: #ECD9CE;
  --color-lighter: #F8F8F8;
  --color-dark: #8e7575;
  --fz-primary: 2.6rem;
  --fz-secondary: 1.4rem;
  --fz-common: 1.3rem;
  --fz-tertiary: 1.2rem;
}


/*//////////////////////////////////////////////////

Title : _lower.css
For   : "Canal 4℃ site lower" styles of the site

Created       : 2021-11-02
Last Modified : 2021-11-02


==========================================

Content

    common

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container {
  width: 100%;
  color: var(--color-normal);
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}

/* ==============================================================================================
                                        2. foot banner
============================================================================================== */
.main-container.__pageLower .foot-banner__wrapper {
  padding: 50px 0 20px;
}

.main-container.__pageLower .foot-banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}

.main-container.__pageLower .foot-banner__block img {
  width: 100%;
}

.main-container.__pageLower .foot-banner__unit {
  width: 100%;
}

.main-container.__pageLower .foot-banner__unit:not(:nth-of-type(1)) {
  margin-top: 10px;
}
/*# sourceMappingURL=common_cofl_sp.css.map */

/* ==============================================================================================
                                        3. ProductDetail awoo
============================================================================================== */

#awoo-related-products .cwJjEp .product__price .product-price {
  font-family: var(--font-english);
}