@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;
}

img,
video,
svg {
  width: 100%;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
picture {
  display: block;
}

.sp_component {
  display: none;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          header
//////////////////////////////////////////////////////////////////////////////////////////////
*/

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          footer
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#footer.cofl4c {
  background: var(--color-lighter);
  color: var(--color-normal);
  letter-spacing: 0.075em;
}

#footer.cofl4c .footer-menu h2 {
  width: 12rem;
  margin-bottom: 4.5rem;
}

#footer.cofl4c .menu-contents-ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: var(--font-english);
  font-size: var(--fz-secondary);
  color: var(--color-normal);
}

#footer.cofl4c .menu-contents-ttl::before {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1px;
  margin-right: 1.2rem;
  background: var(--color-normal);
  content: "";
}

#footer.cofl4c .Category-single .Category-single-inner li a {
  font-family: var(--font-primary);
  color: var(--color-normal);
}

#footer.cofl4c .footer-promotion h4 {
  position: relative;
  font-family: var(--font-english);
  font-size: var(--fz-secondary);
  color: var(--color-normal);
}

#footer.cofl4c .footer-promotion h4::before {
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1px;
  margin-right: 1.2rem;
  background: var(--color-normal);
  content: "";
}

#footer.cofl4c .footer-sns-icon a {
  fill: var(--color-normal);
}

#footer.cofl4c .footer-mailmagazine .rect-mailmagazine {
  display: inline-block;
  border-bottom: 1px solid var(--color-normal);
}

#footer.cofl4c .footer-brandList .cardUnit-footer-brandList svg {
  fill: var(--color-normal);
}

#footer.cofl4c .footer-copy p {
  font-family: var(--font-english);
  letter-spacing: 0.075em;
}

/*//////////////////////////////////////////////////

Title : _lower.css
For   : "Canal 4℃ site lower" styles of the site

Created       : 2021-11-02
Last Modified : 2021-11-02


==========================================

Content

    1. common
    2. foot banner

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                          1. 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: 60px 0 30px;
}

.main-container.__pageLower .foot-banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
  margin: auto;
  padding: 0 15px;
}

.main-container.__pageLower .foot-banner__block img {
  width: 100%;
}

.main-container.__pageLower .foot-banner__unit {
  width: calc(50% - 8px);
}

.main-container.__pageLower .foot-banner__unit:not(:nth-of-type(1)) {
  margin-left: 16px;
}
/*# sourceMappingURL=common_cofl_pc.css.map */


/* ==============================================================================================
                                        3. ProductDetail awoo
============================================================================================== */

#awoo-related-products .cwJjEp .product__price .product-price {
  font-family: var(--font-english);
}