@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : _home.css
For   : "cofl 4℃ site top" styles of the site

Created       : 2021-11-29
Last Modified : 2021-11-29


==========================================

Content

    common

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/* ==============================================================================================
                                            common
============================================================================================== */
.home-container {
  width: 100%;
  padding-bottom: 12rem;
  font-size: var(--fz-common);
  font-family: var(--font-primary);
  letter-spacing: 0.075em;
  color: var(--color-normal);
}

/*//////////////////////////////////////////////////

Title : _text.css
For   : "cofl 4℃ site top" styles of the site

Created       : 2021-11-29
Last Modified : 2021-11-29


==========================================

Content

    text

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*
==============================================================================================
                                            text
==============================================================================================
*/
.home-container .content__heading {
  margin-bottom: 4rem;
  font-size: var(--fz-primary);
  font-family: var(--font-english);
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.175em;
  text-align: center;
  line-height: 1;
}

/*//////////////////////////////////////////////////

Title : _button.css
For   : "cofl 4℃ site top" styles of the site

Created       : 2021-11-29
Last Modified : 2021-11-29


==========================================

Content

    button

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                          for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.home-container .button__wrapper {
  margin-top: 5rem;
}
.home-container .pc_only{
  display: none;
}

.home-container .button__element {
  display: inline-block;
  position: relative;
  width: 22rem;
  height: 4rem;
  font-family: var(--font-english);
  font-size: var(--fz-secondary);
  font-weight: 400;
  font-style: normal;
}

.home-container .button__element a {
  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: 100%;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1;
  padding-top: 1px;
}

/*//////////////////////////////////////////////////

Title : _contents.css
For   : "cofl 4℃ site top" styles of the site

Created       : 2021-11-29
Last Modified : 2021-11-29

==========================================

Content

    0. common
		1. firstview
		2. new arrivals
		3. collection
		4. recommended
		5. category
		6. ranking
		7. introduction
		8. information
		9. feature
		10. News
		11. instagram
    12. coordinate

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*
==============================================================================================
																			0. common
==============================================================================================
*/
.home-container .content {
  position: relative;
}

.home-container .content:not(:nth-of-type(1)) {
  margin-top: 10rem;
}

.home-container .content__wrapper {
  position: relative;
  margin-top: 8rem;
}

.home-container .content__inner {
  position: relative;
  margin: auto;
}

.home-container .content__block {
  position: relative;
}

.home-container .content .tab__wrapper ul {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 3rem;
  color: #A6A6A6;
  font-family: var(--font-english);
  line-height: 1;
  padding: 0 1rem 1rem;
}

.home-container .content .tab__wrapper ul li {
  display: inline-block;
  margin-right: 3.3em;
  padding-bottom: 0.9rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 1;
  white-space: nowrap;
}

.home-container .content .tab__wrapper ul li:last-of-type{
  margin-right: 0;
}

.home-container .content .tab__wrapper ul li.current {
  color: var(--color-normal);
  border-bottom: 1px solid var(--color-normal);
}

.home-container .content .tab__unit {
  display: none;
}

.home-container .content .tab__unit.current {
  display: block;
}

.home-container .content .swiper-button__wrapper {
  position: absolute;
  top: 0;
  right: 4.28571%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-container .content .swiper-button-prev.swiper-button-original, .home-container .content .swiper-button-next.swiper-button-original {
  position: relative;
  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: 3rem;
  height: 3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: none;
}

.home-container .content .swiper-button-prev.swiper-button-original svg, .home-container .content .swiper-button-next.swiper-button-original svg {
  width: 2.5rem;
  height: 1.38rem;
  stroke: #000;
}

.home-container .content .swiper-button-prev.swiper-button-disabled, .home-container .content .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  /* background: var(--color-lighter); */
}

.home-container .content .swiper-button-prev.swiper-button-disabled svg, .home-container .content .swiper-button-next.swiper-button-disabled svg {
  stroke: #A6A6A6;
}

.home-container .content .swiper-button-prev svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.home-container .content .swiper-button-next {
  margin-left: .5rem;
}

/*
==============================================================================================
																			1. firstview
==============================================================================================
*/

/* .home-container .firstview__wrapper .swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  right: .5rem;
  left: auto;
  bottom: 1rem;
  margin-top: 0;
  line-height: 1;
  text-align: right;
}

.home-container .firstview__wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: .8rem;
  height: .8rem;
  margin: 0 .5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-container .firstview__wrapper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #fff;
} */
.home-container .firstview__wrapper {
  text-align: center;
}

.home-container .firstview__unit {
  background: #fff;
}

.home-container .firstview__wrapper .swiper-container-horizontal>.content__pagination.swiper-pagination-bullets {
  position: relative;
  margin-top: 2rem;
  line-height: 1;
  text-align: center;
}

.home-container .firstview__wrapper .swiper-container-horizontal>.content__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
  border-radius: 100vh;
  background: #c4c4c4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-container .firstview__wrapper .swiper-container-horizontal>.content__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

/*
==============================================================================================
																			2. new arrivals
==============================================================================================
*/

.home-container .content.__new-arrival .content__heading h2{
  font-size: 2.4rem;
}

.home-container .content.__new-arrival .button__wrapper {
  text-align: center;
}

/*
==============================================================================================
																			3. collection
==============================================================================================
*/
.home-container .content.__collection {
  text-align: center;
}

.home-container .content.__collection .content__heading {
  text-align: left;
  padding-left: 1rem;
}

.home-container .content.__collection .swiper-button__wrapper{
  display: none;
}

.home-container .content.__collection .content__block {
  width: 100%;
  padding-left: 1rem;
}

.home-container .content.__collection .content__unit .index {
  margin-top: 2rem;
  font-family: var(--font-english);
  line-height: 1;
}

/*
==============================================================================================
																			4. recommended
==============================================================================================
*/

.home-container .content.__recommend .content__heading{
  font-size: 2.4rem;
}

.home-container .content.__recommend .button__wrapper {
  text-align: center;
}

/*
==============================================================================================
																			5. category
==============================================================================================
*/
.home-container .content.__category {
  text-align: center;
}

.home-container .content.__category .content__inner {
  /* padding: 0 2.85714%; */
}

.home-container .content.__category .content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-container .content.__category .content__heading{
  margin-bottom: 3rem;
}

.home-container .content.__category .content__block__inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-container .content.__category .content__block .content__unit{
  margin-bottom: .5rem;
}

.home-container .content.__category .content__block .content__unit a{
  position: relative;
}

.home-container .content.__category .content__block .content__unit--necklace{
  flex-shrink: 0;
  width: 100%;
}

.home-container .content.__category .content__block .content__unit--ring{
  width: 49.3333333%;
}
.home-container .content.__category .content__block .content__unit--bangle{
  width: 49.3333333%;
}

.home-container .content.__category .content__block .content__unit--bracelet{
  width: 49.3333333%;
}

.home-container .content.__category .content__block .content__unit--pierced{
  width: 100%;
  margin-bottom: 0;
}

.home-container .content.__category .content__block .content__unit--earcuff{
  width: 49.3333333%;
}

.home-container .content.__category .content__unit .index {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.3);
}

.home-container .content.__category .content__unit .index h3{
  font-size: 2rem;
  font-family: var(--font-english);
  line-height: 1;
  color: #ffffff;
  z-index: 10;
  letter-spacing: 0.175em;
  font-weight: normal;
}

.home-container .content.__category .content__unit a:hover{
  opacity: 1;
}

.home-container .content.__category .content__unit a:hover .index{
  opacity: 1;
  visibility: visible;
}
/*
==============================================================================================
																			6. ranking
==============================================================================================
*/

.home-container .content.__ranking{
  padding: 10rem 0;
  background-color: #F8F8F8;
}

.home-container .content.__ranking .button__wrapper {
  text-align: center;
}

.home-container .content.__ranking .content__heading{
  margin-bottom: 3.6rem;
}

.home-container .content__product .product__card--ranking .rank {
  display: inline-block;
  padding: 0 2.3rem;
  position: absolute;
  top: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-english);
  font-size: 1.8rem;
  letter-spacing: 0.175em;
}

.home-container .content__product .product__card--ranking .rank::after,
.home-container .content__product .product__card--ranking .rank::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #393939;
}

.home-container .content__product .product__card--ranking .rank::after{
  left: 0;
}

.home-container .content__product .product__card--ranking .rank::before{
  right: 0;
}


/*
==============================================================================================
																			7. introduction
==============================================================================================
*/
.home-container .content.__introduction {
  margin-top: -7rem;
  padding-top: 7rem;
}

.home-container .content.__introduction .content__unit--image{
  opacity: 0;
  transition: opacity 1400ms ease-in-out;
}

.home-container .content.__introduction.activeFade .content__unit--image{
  opacity: 1;
}

.home-container .content.__introduction .content__heading{
  margin-bottom: 2.4rem;
}

.home-container .content.__introduction .content__heading h2 {
  display: inline-block;
  width: 16rem;
}
.home-container .content.__introduction .content__block--lower .content__image:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12rem;
}

.home-container .content.__introduction .content__unit {
  position: relative;
}

.home-container .content.__introduction .content__unit--text {
  margin-top: 5rem;
  text-align: center;
}

.home-container .content.__introduction .content__text .title {
  font-size: 2rem;
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.75em;
}

.home-container .content.__introduction .content__text .description {
  line-height: 2.5384;
}

.home-container .content.__introduction .button__wrapper {
  text-align: center;
}

/*
==============================================================================================
																			8. genderless
==============================================================================================
*/
.home-container .content.__genderless{
  width: 100%;
  height: 91.6rem;
  color: inherit;
  padding-top: 41rem;
  margin-top: 7rem;
}

.home-container .content.__genderless .content__bgc{
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 91.6rem;
  top: 0;
  left: 0;
  background: url(../../Contents/ImagesPkg/top/4c-homme/brandTop/genderless-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  transition: opacity 1400ms ease-in-out;
}

.home-container .content.__genderless.activeFade .content__bgc{
  opacity: 1;
}

.home-container .content.__genderless .content__block{
  padding: 0 1rem;
  margin: 0 auto;
}

.home-container .content.__genderless .content__heading{
  text-align: left;
  margin-bottom: 2.9rem;
}

.home-container .content.__genderless .content__heading h3{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--font-primary);
  line-height: 1;
}

.home-container .content.__genderless .content__heading span{
  display: block;
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.075rem;
  font-family: var(--font-english);
  line-height: 1;
  color: #A6A6A6;
  font-weight: normal;
}

.home-container .content.__genderless .description{
  line-height: 2.5384;
}

/*
==============================================================================================
																			8. information
==============================================================================================
*/
.home-container .content.__information {
}

.home-container .content.__information .content__unit--image {
  width: 100%;
}

.home-container .content.__information .content__unit--text {
  padding: 5rem 1rem 10rem;
  background-color: #F8F8F8;
}

.home-container .content.__information .content__text .info {
  position: relative;
  margin-top: 3rem;
}

.home-container .content.__information .content__text .info.__wave {
  display: inline-block;
  padding: 0 1.8rem;
}

.home-container .content.__information .content__text .info.__wave::before, .home-container .content.__information .content__text .info.__wave::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.3rem;
  height: 1.1rem;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.home-container .content.__information .content__text .info.__wave::before {
  left: 0;
  background-image: url(/Contents/ImagesPkg/top/4c-homme/brandTop/icon_wave_left_sp.svg);
}

.home-container .content.__information .content__text .info.__wave::after {
  right: 0;
  background-image: url(/Contents/ImagesPkg/top/4c-homme/brandTop/icon_wave_right_sp.svg);
}

.home-container .content.__information .content__text .description {
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
  line-height: 1.769;
}

.home-container .content.__information .content__heading {
  margin-bottom: initial;
  text-align: left;
  line-height: 1.46429;
}

.home-container .content.__information .button__wrapper {
  margin-top: 0;
  text-align: center;
}

/*
==============================================================================================
																			9. feature
==============================================================================================
*/
.home-container .content.__feature{
  margin-top: 8rem;
  padding: 0 1rem;
}

.home-container .content.__feature .content__heading {
  margin-bottom: initial;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.55555555556;
  letter-spacing: 0.175em;
}

.home-container .content.__feature .content__block{
  display: flex;
  justify-content: space-between;
}

.home-container .content.__feature .content__unit {
  width: 48.591%;
}

.home-container .content.__feature .content__unit a{
  position: relative;
}

.home-container .content.__feature .content__text {
  position: relative;
  padding: 2.5rem 1.5rem 4.5rem;
  background-color: #888;
  color: #ffffff;
  height: 20.3rem;
}

.home-container .content.__feature .content__text .description {
  line-height: 1.76923;
  margin-top: 0.5rem;
  font-weight: 400;
}

.home-container .content.__feature .content__text .arrow {
  position: absolute;
  bottom: 2rem;
  right: 1.45rem;
  width: 2rem;
  height: 1.15rem;
  margin-top: 2rem;
}

.home-container .content.__feature .content__text .arrow svg{
  stroke: #fff;
}

/*
==============================================================================================
																			10. news
==============================================================================================
*/
.home-container .content.__news {
  padding: 10rem 1rem;
  background: var(--color-lighter);
}

.home-container .content.__news .content__unit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-container .content.__news .content__unit:not(:nth-of-type(1)) {
  margin-top: 2.5rem;
}

.home-container .content.__news .content__image {
  width: 17.9rem;
  flex-shrink: 0;
}

.home-container .content.__news .content__text {
  padding-left: 1.45rem;
}

.home-container .content.__news .content__text .date {
  font-size: var(--fz-tertiary);
  font-family: var(--font-english);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #A6A6A6;
}

.home-container .content.__news .content__text .title {
  margin-top: .3rem;
  line-height: 1.76923;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home-container .content.__news .button__wrapper {
  text-align: center;
}

/*
==============================================================================================
																			11. instagram
==============================================================================================
*/

.home-container .content.__instagram{
  margin-top: 8rem;
}

.home-container .content.__instagram .content__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: .3rem;
}

.home-container .content.__instagram .ecbn-selection-snap {
  width: 100% !important;
}


.home-container .content.__instagram .ecbn-selection-content,
.home-container .content.__instagram .ecbn-selection-page-wrapper{
  margin: 0 !important;
  text-align: center;
}

.home-container .content.__instagram .ecbn-selection-title,
.home-container .content.__instagram .ecbn-selection-description{
  display: none;
}

.home-container .content.__instagram .ecbn-selection-item {
  width: 32.8% !important;
  margin-right: 0.3rem;
  padding: 0;
}

.home-container .content.__instagram .ecbn-selection-item:nth-child(3n){
  margin-right: 0;
}

.home-container .content.__instagram .ecbn-selection-item:nth-child(n+4){
  margin-top: 0.3rem;
}

.home-container .content.__instagram .content__heading .icon {
  display: inline-block;
  width: 2rem;
}

.home-container .content.__instagram .content__heading .link {
  display: inline-block;
  position: relative;
  margin-top: 1rem;
  padding-bottom: .6rem;
  font-size: var(--fz-common);
  letter-spacing: 0.075em;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.home-container .content.__instagram .content__heading .link svg{
  width: 1.5rem;
  stroke: #000;
  margin-left: .8rem;
}

.home-container .content.__instagram .ecbn-widget-loading-container{
  margin-top: 3rem;
}

.home-container .content.__instagram .ecbn-selection-page-wrapper .ecbn-selection-image-loading-more{
  display: none;
}

.home-container .content.__instagram .ecbn-selection-page-wrapper .ecbn-selection-more-btn{
  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: 100%;
  height: 100%;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.175em;
  line-height: 1;
  padding-top: 1px;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
/*
==============================================================================================
																			12. Coordinate => 20221107追加
==============================================================================================
*/
.home-container .content.__coordinate{
  text-align: center;
}
.home-container .content.__coordinate {
  padding:0 0 10rem;
}

/*//////////////////////////////////////////////////

Title : _product.css
For   : "cofl 4℃ site top" styles of the site

Created       : 2021-11-29
Last Modified : 2021-11-29

==========================================

Content

    prodcut

//////////////////////////////////////////////////*/
/*
//////////////////////////////////////////////////////////////////////////////////////////////
																					for mobile
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/* ==============================================================================================
																						prodcut
============================================================================================== */
.home-container .content__product .product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 0 1rem .7rem;
          overflow: hidden;
}

.home-container .content__product .product__list--common {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-container .content__product .product__list--scroll {
  overflow-x: auto;
  padding-top: 1rem;
}

.home-container .content__product .product__card {
  position: relative;
}

.home-container .content__product .product__card:nth-of-type(n+5){
  display: none;
}

.home-container .content__product .product__card--common {
  width: 17.25rem;
}

.home-container .content__product .product__card--common:nth-of-type(even) {
  margin-left: 1.0rem;
}

.home-container .content__product .product__card--common:nth-of-type(n + 3) {
  margin-top: 4rem;
}

.home-container .content__product .product__card--scroll {
  width: 22rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-container .content__product .product__card--scroll:not(:nth-of-type(1)) {
  margin-left: 1.5rem;
}

.home-container .content__product .product__image {
  position: relative;
  width: 100%;
}

.home-container .content__product .product__detail {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
}

.home-container .content__product .product__description .name {
  line-height: 1.76923;
  font-size: 1.2rem;
}

.home-container .content__product .product__description .price {
  margin-top: 0.5rem;
  font-size: var(--fz-tertiary);
  font-family: var(--font-english);
  color: #867C7D;
}

.home-container .__ranking .button__wrapper{
  margin-top: 4.3rem;
}

/*# sourceMappingURL=top_cofl_sp.css.map */