<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/* リセットCSS
================================ */

#newlife_kaden2024 *,
#newlife_kaden2024 *::before,
#newlife_kaden2024 *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
#newlife_kaden2024 h1,
#newlife_kaden2024 h2,
#newlife_kaden2024 h3,
#newlife_kaden2024 h4,
#newlife_kaden2024 h5,
#newlife_kaden2024 h6,
#newlife_kaden2024 ul,
#newlife_kaden2024 ol,
#newlife_kaden2024 dl,
#newlife_kaden2024 li,
#newlife_kaden2024 dt,
#newlife_kaden2024 dd,
#newlife_kaden2024 p,
#newlife_kaden2024 div,
#newlife_kaden2024 span,
#newlife_kaden2024 img,
#newlife_kaden2024 a,
#newlife_kaden2024 table,
#newlife_kaden2024 tr,
#newlife_kaden2024 th,
#newlife_kaden2024 td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

#newlife_kaden2024 header,
#newlife_kaden2024 footer,
#newlife_kaden2024 nav,
#newlife_kaden2024 section,
#newlife_kaden2024 article,
#newlife_kaden2024 main,
#newlife_kaden2024 aside,
#newlife_kaden2024 figure,
#newlife_kaden2024 figcaption {
  display: block;
}

#newlife_kaden2024 ol,
#newlife_kaden2024 ul,
#newlife_kaden2024 li {
  list-style: none;
  list-style-type: none;
}

#newlife_kaden2024 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#newlife_kaden2024 a {
  color: inherit;
  text-decoration: none;
}

#newlife_kaden2024 a:hover {
  opacity: 0.7;
}

/* ここから追加
================================ */
/* ベース */
#newlife_kaden2024 {
  width: 980px;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #222222;
  background-color: #a00c0c;
}

/* グラデーション背景 */
#newlife_kaden2024 .back {
  position: relative;
  padding-bottom: 5%;
  background: rgb(67,232,127);
  background: linear-gradient(100deg, rgb(69 208 245) 0%, rgb(190 215 148) 55%, rgb(135 243 175) 100%);
}

#newlife_kaden2024 img {
  width: 100%;
}

#newlife_kaden2024 .pc_none {
  display: none;
}

/* 価格プロ 税込削除 */
#newlife_kaden2024 .prdisp-price span:first-child span{/*価格*/
  display: none;
}

#newlife_kaden2024 .inner {
  width: 95%;
  margin: 0 auto;
}
#newlife_kaden2024 .section {
  width: 93%;
  margin: 5% auto 0;
  background: #FFF;
  border-radius: 5px;
  padding: 0 0 1% 0;
}
#newlife_kaden2024 .section-title {
  width: 100%;
  text-align: center;
}
#newlife_kaden2024 .section-title h2 {
  font-size: 2em;
  padding: .7em 0;
  color: #222;
  display: inline-block;
  background: linear-gradient(to right, #00a1e5, #07d59f);
  background: -webkit-linear-gradient(to right, #00a1e5, #07d59f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
イベント ここから
================================================*/
#newlife_kaden2024 .event{
  background-color: #ffffffb0;
  padding: 5% 0;
}

#newlife_kaden2024 .event ul{
  width: 93%;
  margin: 0 auto;
  display: flex;
  gap: 0 5px;
}

#newlife_kaden2024 .event ul li{
  width: calc(100%/2);
}

#newlife_kaden2024 .event ul li a{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 80px;
  text-align: center;
  font-size: 20px;
  border-radius: 10px;
  transition: 0.3s;
}

#newlife_kaden2024 .event ul li a span{
  color: #f6f75d;
  font-size: 23px;
  font-weight: bold;
}

#newlife_kaden2024 .event ul li a span span{
  font-size: 30px;
}

#newlife_kaden2024 .event ul li:nth-child(1) a{
  background-color: #f5697b;
}

#newlife_kaden2024 .event ul li:nth-child(2) a{
  background-color: #6badea;
}

#newlife_kaden2024 .event ul li a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: "open_in_new";
  transform: translate(50%, -50%);
  top: 50%;
  right: 8%;
  font-size: 27px;
}

/*==============================================
イベント ここまで
================================================*/


/*==============================================
アンカー ここから
================================================*/
#newlife_kaden2024 .anchor {
  width: 93%;
  margin: 3% auto 1% auto;
  position: relative;
}

#newlife_kaden2024 .anchor a.anchor-btn {
  width: 100%;
  text-align: start;
  border-radius: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffc77;
  border: 2px solid #ff668c;
  transition: 0.3s;
}

#newlife_kaden2024 .anchor p.anchor-text {
  text-align: center;
  color: #0a4b85;
  font-size: 20px;
  color: #ff668c;
  margin-bottom: 2%;
  font-weight: bold;
}

#newlife_kaden2024 .anchor a.anchor-btn p {
  font-size:20px;
  padding: 0.8em 0;
  font-weight: bold;
  background: linear-gradient(to right, #00a1e5, #07d59f);
  background: -webkit-linear-gradient(to right, #00a1e5, #07d59f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 下矢印 */
#newlife_kaden2024 .anchor a.anchor-btn::after {
  font-family: "Material Icons";
  color: #07d59f;
  font-size: 3rem;
  position: absolute;
  content: "expand_more";
  transform: rotate(-90deg);
  transition: 0.3s all;
  right: 5%;
}

/* セールアイコン */
#newlife_kaden2024 .anchor .logo-sale {
  position: absolute;
  width: 14%;
  z-index: 1;
  transform: translate(50%,-50%);
  top: 70%;
  left: 8%;
}

/*==============================================
アンカー ここまで
================================================*/

/*==============================================
ランキング ここから
================================================*/

#newlife_kaden2024 .ranking {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 5% 5%;
  border-radius: 4px;
}

/* 見出し */
#newlife_kaden2024 .ranking .ranking-title {
  width: 100%;
  text-align: center;
}
#newlife_kaden2024 .ranking .ranking-title h2 {
  font-size: 6.5vw;
  padding: .7em 0;
  color: #222;
  display: inline-block;
  background: linear-gradient(to right, #00a1e5, #00ffbc);
  background: -webkit-linear-gradient(to right, #00a1e5, #00ffbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 商品枠 */
#newlife_kaden2024 .ranking .item {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10%;
}

/* 商品画像 */
#newlife_kaden2024 .ranking .item-img {
  width: 50%;
  position: relative;
}
#newlife_kaden2024 .ranking .item-img .rank-icon {
  position: absolute;
  top: -4%;
  left: 2%;
  width: 20%;
}
#newlife_kaden2024 .ranking .item-img__img {
  border-radius: 5px 0 0 5px;
}

/* 商品内容 */
#newlife_kaden2024 .ranking .item-content {
  width: 50%;
  box-sizing: border-box;
  padding: 0 4%;
}

/* 商品名 */
#newlife_kaden2024 .ranking .item-title {
  width: 100%;
  text-align: start;
  margin-bottom: 3%;
}
#newlife_kaden2024 .ranking .item-title h3 {
  font-size: 1.2rem;
}

/* 訴求アイコン */
#newlife_kaden2024 .ranking .item-icon {
  display: flex;
  gap: 2%;
  margin-bottom: 2%;
}
#newlife_kaden2024 .ranking .item-icon__tag {
  display: inline-block;
  background-color: #858585;
}
#newlife_kaden2024 .ranking .item-icon__tag p {
  font-size: 13px;
  padding: 5px 7px;
  color: #fff;
  font-weight: 600;
}

/* 商品ブロック */
#newlife_kaden2024 .ranking .item-block {
  width: 100%;
}

/* 商品価格 */
#newlife_kaden2024 .ranking .item-block .item-price {
  margin-bottom: 3%;
  text-align: center;
}
#newlife_kaden2024 .ranking .item-block .item-price.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#newlife_kaden2024 .price span{
  color: #ea0012;
  font-family: 'Lato';
  font-size: 25px;
  font-weight: bold;
}



/* 単品合計価格 */
#newlife_kaden2024 .ranking .item-block .item-price__n {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 2%;
  text-align: start;
}

#newlife_kaden2024 .ranking .item-block .item-price__t {
  line-height: 1;
  color: #ea0012;
  background-color: #FFF;
  border: 1px solid #ea0012;
  font-weight: bold;
  margin-right: 4%;
}

#newlife_kaden2024 .ranking .item-block .item-price__t p {
  padding: 6px 5px;
  font-size: 15px;
}
#newlife_kaden2024 .ranking .item-block .item-price .buy_price {
  text-align: center;

}
#newlife_kaden2024 .ranking .item-block .item-price .price{
  font-size: 1.6rem;
}


/* 商品リンク */
#newlife_kaden2024 .ranking .item-block .item-link a {
  width: 100%;
  background-color: #ea0012;
}
#newlife_kaden2024 .ranking .item-block .item-link a {
  position: relative;
  width: 100%;
  background: #616161;
  text-align: center;
  border-radius: 5px;
}
#newlife_kaden2024 .ranking .item-block .item-link a:after,
#newlife_kaden2024 .ranking .item-block .item-cart a:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  right: 8%;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s ease 0s;
}
#newlife_kaden2024 .ranking .item-block .item-link a p {
  color: #fff;
  padding: .4em 0 .5em;
  font-size: .9rem;
}

/* カートに入れる */
#newlife_kaden2024 .ranking .item-block .item-cart a {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #ea0012;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#newlife_kaden2024 .ranking .item-block .item-cart a:hover {
  color: #fff !important;
}
#newlife_kaden2024 .ranking .item-block .item-cart a .plazaicon-cart:before {
  display: none;
  font-size: 1.5rem;
}

/* 関連商品タグ */
#newlife_kaden2024 .ranking .item-linklist {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 3%;
  margin-bottom: 0%;
}
#newlife_kaden2024 .ranking .item-linklist__tag {
  border: 1px solid #000;
  border-radius: 50px;
}
#newlife_kaden2024 .ranking .item-linklist__tag p {
  font-size: 14px;
  padding: 5px 8px;
}

/*==============================================
ランキング ここまで
================================================*/


/*==============================================
スライダー ここから
================================================*/
/*スライダー調節==========*/

#newlife_kaden2024 .slick-slider {
  margin-bottom: 5%;
}

#newlife_kaden2024 .item-name {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 5% auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3em;
}

#newlife_kaden2024 .slick-prev,
#newlife_kaden2024 .slick-next {
  background-image: none;
  width: auto;
  height: auto;
  top: 40%;
  z-index: 20;
}

#newlife_kaden2024 .slick-prev {
  left: -1vw;
}
#newlife_kaden2024 .slick-next {
  right: -1vw;
}

#newlife_kaden2024 #slider .slick-prev {
  left: 4vw;
}
#newlife_kaden2024 #slider .slick-next {
  right: 4vw;
}

#newlife_kaden2024 #slider .slick-prev,
#newlife_kaden2024 #slider .slick-next {
  top: 50%;
}

#newlife_kaden2024 .slick-prev::after,
#newlife_kaden2024 .slick-next::after {
  font-family: "Material Icons";
  content: "chevron_left";
  background-color: rgb(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 4vw;
  font-weight: 200;
  margin: auto;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}

#newlife_kaden2024 .slick-next::after {
  transform: rotate(180deg);
}

#newlife_kaden2024 .slick-dots {
  bottom: -65px;
  z-index: 998;
}

#newlife_kaden2024 .slick-dots li {
  display: inline-block;
  margin: 0 !important;
  width: unset !important;
}

#newlife_kaden2024 .slick-track {
  display: flex !important;
}

#newlife_kaden2024 .slick-slide {
  height: auto !important;
  display: flex;
  margin: 17px 8px;
  position: relative;
  text-align: center;
}

#newlife_kaden2024 .slick-slide a {
  margin: 0 auto;
}

#newlife_kaden2024 .slick-slide img {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

#newlife_kaden2024 .slick-prev:before,
#newlife_kaden2024 .slick-next:before {
  display: none;
}

#newlife_kaden2024 .slick-dots li button:before {
  content: "";
  border-radius: unset;
  width: 15px;
  height: 3px;
  margin: 0 6px;
  background-color: #222;
  opacity: 0.2;
}

#newlife_kaden2024 .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #222;
}

/*==============================================
スライダー ここまで
================================================*/

/*==============================================
シリーズで選ぶ　ここから
================================================*/
#newlife_kaden2024 section.series .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 3%;
}
#newlife_kaden2024 section.series .section-content li {
  width: 70%;
  margin-bottom: 5%;
}
/*==============================================
シリーズで選ぶ　ここから
================================================*/

/*==============================================
専門ストア　ここから
================================================*/
#newlife_kaden2024 section.store .banner{
  display: block;
  width: 93%;
  margin: 0 auto;
  padding-bottom: 5%;
}

#newlife_kaden2024 section.store .section-content {
  display: flex;
  box-sizing: border-box;
  padding: 0 3%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#newlife_kaden2024 section.store .section-content li {
  position: relative;
  width: calc(100% / 3 - 1.5%);
  margin-bottom: 3%;
}
#newlife_kaden2024 section.store .section-content li .logo {
  position: absolute;
  top: -16%;
  left: -6%;
  width: 33%;
}
#newlife_kaden2024 section.store .section-content li .logo-sale {
  position: absolute;
  top: -9%;
  left: -6%;
  width: 33%;
}
#newlife_kaden2024 section.store .section-title {
  position: relative;
}
#newlife_kaden2024 section.store .section-title .logo-sale {
  position: absolute;
  top: 4%;
  left: 26%;
  width: 8%;
  transform: rotate(-8deg);
}
/*#newlife_kaden2024 section.store .section-title h2 {
  margin-left: 4%;
  margin-bottom: 0%;
}*/
#newlife_kaden2024 section.store .section-content li,
#newlife_kaden2024 section.store .section-content li a,
#newlife_kaden2024 section.store .section-content li a img{
  border-radius: 10px;
}
/*==============================================
専門ストア　ここまで
================================================*/

/*==============================================
ナビゲーション　ここから
================================================*/
#g-nav{
  position:fixed;
  z-index: 999;
  top:0;
  right: -120%;
  width: 30vw;
  min-width: 500px;
  height: 100vh;
  background: linear-gradient(100deg, rgb(30 180 219) 0%, rgb(100 241 152) 100%);
  transition: 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 30vw;
  min-width: 500px;
  /* min-width: 260px; */
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  width: 100%;
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
}

/*リストのレイアウト設定*/

#g-nav li{
  position: relative;
  list-style: none;
  text-align: center;
  /* border-bottom: 2px solid #FFF; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 17vw; */
}
#g-nav li::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: #FFF;
}
#g-nav li:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: #FFF;
}

#g-nav li a{
display: block;
padding: 1em;
font-size: 1.3rem;
font-weight: bold;
color: #FFF;
width: 100%;
}
#g-nav li a:hover{
  color: #FFF !important;
  opacity: 0.7;
}

/*========= ボタンのためのCSS ===============*/
#newlife_kaden2024 .openbtn1{
  position:fixed;
  z-index: 1000;/*ボタンを最前面に*/
  bottom:35px;
  right: 35px;
  cursor: pointer;
  width: 50px;
  height:50px;
  background-color: #ffffffc9;
  border-radius: 100px;
  border:solid 1px #b9b9b9;
}

/*×に変化*/  
#newlife_kaden2024 .openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  /* background-color: #53dcd7; */
  background: #4d4d4d;
  width: 45%;
}

#newlife_kaden2024 .openbtn1 span:nth-of-type(1) {
top:15px; 
}

#newlife_kaden2024 .openbtn1 span:nth-of-type(2) {
top:23px;
}

#newlife_kaden2024 .openbtn1 span:nth-of-type(3) {
top:31px;
}

#newlife_kaden2024 .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

#newlife_kaden2024 .openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

#newlife_kaden2024 .openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*==============================================
ナビゲーション　ここまで
================================================*/
/* footer
================================ */
#newlife_kaden2024 .footer {
  margin-top: 3%;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: bold;
}

#newlife_kaden2024 .footer a {
  color: #222;
}
</pre></body></html>