@charset "UTF-8";

/*------------------------------------------*/
/* 2504 追加 */
/*------------------------------------------*/

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap);

.ecm-main { overflow: hidden;}
@media print, screen and (max-width: 960px) {
.ecm-main { padding: 0 0 6vw;}
}

.ecm-main__inner {
  /* max-width: 1230px; */
  max-width: 100%;
		margin-bottom: 0;
  color: #221815;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media print, screen and (max-width: 960px) {
.l-footer-pagetop { top: -30px;}
.l-footer-pagetop.is-fixed { bottom: -10px;}
.l-footer-pagetop.is-fixed {
    position: fixed;
    top: auto;
    right: 20px;
    bottom: 20px;
}

}


/*  ---------------------------
		フローティングメニュー
---------------------------  */
.ecm-lp-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: #fff;
}

.ecm-lp-navi img {
  vertical-align: middle;
		margin: 0;
		padding: 0;
		line-height: 1;
}

@media print, screen and (min-width: 961px) {
  .ecm-lp-navi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -30px;
    /* gap: 2px; */
    gap: 0;
				margin-top: 0;
  }
.ecm-lp-navi a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
		/* margin-bottom: 5px; */
		margin-bottom: 0;
}
}
.ecm-lp-navi a {
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media print, screen and (max-width: 960px) {
  .ecm-lp-navi a {
    width: 50%;
  }
}
.ecm-lp-navi a:hover {
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.ecm-lp-floatnavi {
  z-index: 20;
  position: fixed;
}
@media print, screen and (max-width: 960px) {
  .ecm-lp-floatnavi {
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.5s;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
  }
  .ecm-lp-floatnavi.is-static {
    position: static;
  }

.ecm-lp-floatnavi.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

}



@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi {
    display: block;
    top: 170px;
    right: -180px;
    opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ecm-lp-floatnavi.show {
  right: 0;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*
.ecm-lp-floatnavi.show {
  display: none;
  visibility: hidden;
}
*/
}
.ecm-lp-floatnavi .ecm-lp-navi {
  bottom: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-floatnavi .ecm-lp-navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* width: auto; */
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
				width: 175px;
  }
}
.ecm-lp-floatnavi .ecm-lp-navi a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (max-width: 960px) {
  .ecm-lp-anchor {
    display: none;
  }
}
.ecm-lp-anchor ul {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
  }
}
.ecm-lp-anchor ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 961px) {
  .ecm-lp-anchor {
		  /* width: 960px; */
  		/* margin: 20px auto 20px auto;*/
  		margin: 0 auto 0 auto;
				box-sizing: border-box;
		}
		.ecm-lp-anchor ul li {
    width: 50%;
				box-sizing: border-box;
  }
		.ecm-lp-anchor ul li:nth-child(1) {
  		/* margin-right: 1px; */
		}
		.ecm-lp-anchor ul li:nth-child(2) {
  		/* margin-left: 1px; */
		}
		
		
  .ecm-lp-anchor ul li:hover {
    opacity: 0.85;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
}



/*  ---------------------------
		スクロール位置調整
---------------------------  */

/* SP */
@media print, screen and (max-width: 960px) {

/* ヘッド固定メニュー時 */
#recommend {
  margin-top: -3.6vw;
		padding-top: 3.6vw;
}
#set {
  margin-top: -4.7vw;
		padding-top: 4.7vw;
}

/* フロートナビ時 */
#recommend_nav {
  margin-top: -18vw;
		padding-top: 18vw;
}
#set_nav {
  margin-top: -19vw;
		padding-top: 19vw;
}

}



/*------------------------------------------------------*/
.qdenrich_comparison {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 960px) {
.ecm-lp-set-item__special-price__label .title {
  margin-bottom: -2px;
}
.ecm-lp-set-item__special-price__label .offrate strong {
 /* margin-bottom: -2px; */
}
/*
.ecm-lp-set-item__button {
    padding: 3.14vw 0;
}
*/
}
@media print, screen and (min-width: 961px) {
.ecm-lp-set-item__special-price__label .title {
  margin-bottom: -5px;
}
.ecm-lp-set-item__special-price__label .offrate strong {
  /* margin-bottom: -5px; */
}
/*
.ecm-lp-set-item__button {
  padding: 12px 0;
}
*/
}







