<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------------------------
Author :有限会社 北海サトウリキ商事
Author URL :https://www.sapporo-kawa.com/
-------------------------------------------------------------- */
body {
  /*background: url("../../img/report/newlife2022/newlife2022_bg01.jpg") left top/cover repeat fixed;*/
  background: url("../../img/report/newlife2023/nl23_bg01.jpg") center top/cover no-repeat fixed;
}
/*#wrapper {
  background: url("../../../4655220_s.jpg") left top/cover repeat fixed;
  background: url("../../../23355397_s.jpg") left top/cover repeat fixed;
  background: url("../../../23186312_s.jpg") left top/cover repeat fixed;
  /*background: url("../../../22954867_s.jpg") left top/cover repeat fixed;*/
  /*background: url("../../../23186310_s.jpg") left top/cover repeat fixed;*/
  /*background: url("../../../4458667_s.jpg") left top/cover repeat fixed;*/
  /*position: relative;
  height: 100%;
}
#wrapper::before {
  background-color: rgba(0,0,0,0.6);
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}*/

a:hover img {
  opacity: 0.7;
}

#wrapper img {
  background: none;
}

#wrapper header {
  margin-top: 0;
  padding-top: 24px;
  background-color: #ffffff;
}

/* ページフェードイン設定============================================================== */
#wrapper {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}


/* #fixed_navi============================================================== */
#fixed_navi {
  width: 100%;
  background-color: #171D2E;
  background-color: coral;
  /*background-color: #ee7766;*/
  /*ackground-color: #4ce;*/
  /*background-color: darkcyan;*/
  /*background-color: #593;*/
  /*background-color: #358;*/
  background-color: #39d;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
  z-index: 100;
}

body.is-fixed #fixed_navi {
  position: fixed;
  top: 0;
  left: 0;
}

body.is-fixed #wrapper header {
  padding-bottom: 40px;
}

#fixed_navi &gt; ul {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#fixed_navi &gt; ul li {
  flex: 1;
  border-left: 1px solid #ffffff;
}

#fixed_navi &gt; ul li:last-of-type {
  border-right: 1px solid #ffffff;
}

#fixed_navi &gt; ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ffffff;
}

/* #container============================================================== */
#wrapper {
  background-color: transparent;
}

#wrapper img {
  vertical-align: top;
}

#wrapper #container .topimage {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  background-image: url("../../img/report/newlife2023/w2000_slide_newlife23.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 500px;
}

/* section============================================================== */
#wrapper #container section {
  width: 100%;
  padding: 90px 0;
}
#wrapper #container section:nth-of-type(2) {
  margin-top: -90px;
}
#wrapper #container section.gray {
  background-color: rgba(145,190,250,0.15);
}
#wrapper #container section .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#wrapper #container section h2 {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
#wrapper #container section picture {
  display: block;
  text-align: center;
}
#wrapper #container section .inner &gt; ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  font-size: 0;
}
#wrapper #container section .inner &gt; ul li {
  margin: 0 30px 40px;
  width: 230px;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  /display:inline;
  /zoom:1;
}
#wrapper #container section .inner &gt; ul li img {
  margin: 0 auto 10px;
  width: 100%;
}
#wrapper #container section .inner &gt; ul li img.logo {
  margin: 0 auto 10px;
  width: auto;
}
#wrapper #container section .inner &gt; ul li a &gt; p {
  font-size: 15px;
  line-height: 1.3;
}
#wrapper #container section.title {
  margin: 0 auto 80px;
  padding: 60px 0;
  width: 100%;
  background-color: #3366bb;
  background-color: #ffffff;
  box-shadow: 4px 4px 5px #dddddd;
}
#wrapper #container section.title h1 {
  margin: 0 auto 20px;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
#wrapper #container section h3 {
  margin: 40px 0 80px;
  font-size: 19px;
  color: #000000;
  line-height: 1.8;
  text-align: center;
}
#wrapper #container section.title p {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

/* 640x400画像ボックス
******************************************/
#wrapper #container section .one_box {
  margin-bottom: 50px;
  text-align: center;
}
#wrapper #container section .one_box a &gt; img {
  width: 100%;
  max-width: 1100px;
}
/*#wrapper #container section .one_box a {
  display: flex;
  width: 1100px;
  margin: 0 auto 70px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #000000;
}
#wrapper #container section .one_box .one_box_img {
  margin-right: 60px;
}
#wrapper #container section .one_box .one_box_txt {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
#wrapper #container section .one_box .one_box_txt .logo {
  margin-bottom: 10px;
  vertical-align: top;
}
#wrapper #container section .one_box .one_box_txt .one_box_catch {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#wrapper #container section .one_box .one_box_txt .one_box_name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#wrapper #container section .one_box .one_box_txt .one_box_price {
  font-size: 18px;
}
#wrapper #container section .one_box .one_box_txt .one_box_price span {
  font-size: 14px;
}
#wrapper #container section .one_box .one_box_txt .one_box_images {
  display: flex;
  margin-bottom: 20px;
  padding: 0;
}
#wrapper #container section .one_box .one_box_txt .one_box_images li {
  width: 150px;
  height: 150px;
  margin: 0 20px 0 0;
}
#wrapper #container section .one_box .one_box_txt .one_box_images li img {
  width: 100%;
  height: 100%;
}
#wrapper #container section .one_box .one_box_txt .one_box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 40px;
  margin: 0 0 0 auto;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
}*/

/* ネーム刻印
******************************************/
#wrapper #container div.carvedbg {
  margin: 0 auto 150px;
  padding: 50px 0;
  width: 100%;
  background-color: #000000;
}
#wrapper #container div.carvedbg section {
  margin: 0 auto;
  font-size: 0;
}
#wrapper #container div.carvedbg section img {
  width: 600px;
}
#wrapper #container div.carvedbg section div {
  margin: 0 0 0 30px;
  font-size: 14px;
  width: 570px;
  vertical-align: top;
  display: inline-block;
/display:inline;
/zoom:1;
}
#wrapper #container div.carvedbg section div h3 {
  margin: 0 0 30px;
  font-size: 20px;
  color: #FFFFFF;
}
#wrapper #container div.carvedbg section div p {
  margin: 0 0 30px;
  color: #FFFFFF;
  line-height: 130%;
}
#wrapper #container div.carvedbg section div p + p {
  text-align: right;
}
#wrapper #container div.carvedbg section div a {
  color: #FFFFFF;
}

/* section.recommend
-------------------------------------------------------------- */
#wrapper #container section.recommend{
	margin:0 auto;
  text-align: center;
  background-color: rgba(255,255,255,0.6);
}
#wrapper #container section.recommend img{
  width: 100%;
  max-width: 1000px;
}
#wrapper #container section.recommend h6{
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}
#wrapper #container section.recommend h6.carved{
  margin-top: 100px;
}
#wrapper #container section.recommend h6.wrapping{
  margin-top: 100px;
}
#wrapper #container section.recommend p.recommend_txt{
	margin:40px auto;
  width: 100%;
	max-width:700px;
  font-size: 16px;
	color: #000000;
  line-height: 1.5;
}
#wrapper #container section.recommend .linkbox{
	margin:0 auto;
	width:200px;
  background-color: #000;
}
#wrapper #container section.recommend .linkbox p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0;
	color: #fff;
}
#wrapper #container section.recommend .linkbox:hover{
	background:#FFFFFF;
}
#wrapper #container section.recommend .linkbox:hover p{
	color:#444444;
	text-decoration:none;
}
#wrapper #container section.recommend p.gold {
	margin:0 0 40px;
	font-size: 18px;
	text-align:center;
	color: #ffb821;
  color: darkorange;
}
#wrapper #container section.recommend .recommend_wrapping_notice {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 35px;
  padding: 8px 0;
  font-size: 15px;
  color: #dd0000;
  line-height: 1.8;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
}
#wrapper #container section.recommend .recommend_wrapping_notice span {
  font-size: 16px;
  font-weight: bold;
}



/* 2021用
-------------------------------------------------------------- */
#wrapper #container section .ctg_item_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
}

#wrapper #container section .ctg_item_box .ctg_item_img {
  width: 560px;
  margin-right: 48px;
}

#wrapper #container section .ctg_item_box .ctg_item_img img {
  width: 100%;
}

#wrapper #container section .ctg_item_box .ctg_item_details {
  width: 430px;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_brand {
  margin-bottom: 12px;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_txt {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.4;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_subimg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_subimg .subimg_list img {
  width: 200px;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_price {
  margin-bottom: 20px;
  font-family: 'Literata', serif;
  font-size: 27px;
  font-weight: 400;
  color: #cd1717;
  letter-spacing: 0.03em;
  text-align: right;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_price .price_tax {
  margin-left: 1px;
  font-family: Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #444444;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 40px;
  margin: 0 0 0 auto;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
  transition: background-color 0.5s;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_more a:hover {
  color: #000000;
  background-color: #ffffff;
}

#wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_more a::after {
  content: "&gt;";
  position: absolute;
  top: 35%;
  right: 10px;
}




/*----------------------------------------------------ページ幅768px以下（スマートフォン）設定----------------------------------------------------*/
@media only screen and (max-width:768px) {
  a img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
  
  /* #container============================================================== */
  #wrapper #container .topimage {
    height: 350px;
    background-image: url("../../img/report/newlife2023/w1500_slide_newlife23.jpg");
    background-size: auto 350px;
  }

  /* section============================================================== */
  #wrapper #container section {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
  }
  #wrapper #container section .inner {
    padding: 0 3%;
    box-sizing: border-box;
  }
  #wrapper #container section:nth-of-type(2) {
    margin-top: 0;
    padding-top: 40px;
  }
  #wrapper #container section picture img {
    width: 100%;
  }
  #wrapper #container section.title h1 {
    font-size: 20px;
  }
  #wrapper #container section h2 {
    margin: 0 auto 30px;
    width: 96%;
    font-size: 20px;
  }
  #wrapper #container section h3 {
    margin: 20px 0 30px;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
  }
  #wrapper #container section .inner &gt; ul {
    display: flex;
    flex-wrap: wrap;
    width: 86%;
  }
  #wrapper #container section .inner &gt; ul li {
    width: 45%;
    margin: 0 0 20px;
  }
  #wrapper #container section .inner &gt; ul li:nth-of-type(odd) {
    margin-right: 10%;
  }
  #wrapper #container section .inner &gt; ul li img {
    margin-bottom: 5px;
  }
  #wrapper #container section .inner &gt; ul li img.logo {
    margin-bottom: 5px;
  }
  #wrapper #container section .inner &gt; ul li a &gt; p {
    font-size: 13px;
    line-height: 1.4;
  }
  #wrapper #container section ul li {
    margin: 0 1% 30px;
    width: 48%;
    font-size: 14px;
  }
  #wrapper #container section.title {
    margin: 0 auto;
    padding: 40px 0;
  }
  #wrapper #container section.title p {
    width: 96%;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  #wrapper #container div.carvedbg {
    margin: 0 auto 80px;
    padding: 30px 0 10px;
  }
  #wrapper #container div.carvedbg section img {
    margin: 0 2%;
    width: 96%;
  }
  #wrapper #container div.carvedbg section div {
    margin: 20px 2% 0;
    font-size: 14px;
    width: 96%;
  }
  #wrapper #container div.carvedbg section div h3 {
    margin: 0 0 20px;
  }
  #wrapper #container div.carvedbg section div p {
    margin: 0 0 20px;
  }
  
  #wrapper #container section .one_box {
    margin-bottom: 20px;
  }
  
  /* 下部固定ナビゲーション
  ************************************/
  #fixed_navi,
  body.is-fixed #fixed_navi {
    position: fixed;
    top: inherit;
    bottom: 0;
  }
  /*#fixed_navi &gt; ul li:nth-last-of-type(-n+3) {
    display: none;
  }*/
  #fixed_navi &gt; ul li a {
    font-size: 9px;
    line-height: 1.2;
    text-align: center;
  }
  
  /* サービス
  ************************************/
  #wrapper #container section.recommend {
    padding: 30px 3%;
    box-sizing: border-box;
  }
  #wrapper #container section.recommend h6 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #wrapper #container section.recommend p.gold {
    margin-bottom: 30px;
    font-size: 15px;
  }
  #wrapper #container section.recommend p.recommend_txt {
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  #wrapper #container section.recommend h6.carved {
    margin-top: 70px;
  }
  #wrapper #container section.recommend h6.wrapping {
    margin-top: 70px;
  }
  #wrapper #container section.recommend .recommend_wrapping_notice {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
  #wrapper #container section.recommend .recommend_wrapping_notice span {
    font-size: 15px;
  }
  
  /* フッター
  ************************************/
  #wrapper footer div#pagetop {
    bottom: 50px;
  }
  
  
  


  /* 2021用
  -------------------------------------------------------------- */
  #wrapper #container section .ctg_item_box {
    display: block;
    margin: 0 auto 50px;
    padding: 20px 15px;
  }

  #wrapper #container section .ctg_item_box .ctg_item_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #wrapper #container section .ctg_item_box .ctg_item_details {
    width: 100%;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_brand {
    margin-bottom: 5px;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_brand img {
    width: 150px;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_txt {
    font-size: 15px;
    line-height: 1.5;
  }

  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_subimg .subimg_list {
    width: 48%;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_subimg .subimg_list img {
    width: 100%;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_name {
    font-size: 18px;
  }
  
  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_price {
    font-size: 25px;
  }

  #wrapper #container section .ctg_item_box .ctg_item_details .ctg_item_more a {
    margin: 0 auto;
  }
  
  
}




</pre></body></html>