<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.t-deco-none {
  text-decoration: none;
}

.f-j-center {
  display: flex;
  justify-content: center;
}

.icon-flex img {
  padding-right: 2px;
}

.icon-flex td:first-of-type {
  margin-right: 50px;
}

.f-left {
  float: left;
}

.m-bottom-50px {
  margin-bottom: 50px;
}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */

@media print,screen and (min-width: 769px) {
  .info {
    font-size: 24px;
  }
	
.kabe_h2 {
	width: 940px;
	height:170px;
	position: relative;
	background-image: url(/novelty-calendar/images/title_kabe.jpg?versiondate=20250618);
	background-repeat: no-repeat;
	margin: 0% auto;
	font-size:2.8em;

}
	
.kabe_h2 h2{
	display: table-cell;
	vertical-align:top;
	width: 940px;
	height:120px;
	font-family:"Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;;
	text-align: center;
	font-weight:700;
	color: #000;
	
}
	
.kabe_h2 h2 span{
	display: table-cell;
	vertical-align:middle;
	width: 940px;
	height:50px;
	font-size: 0.6em;
	color: #d71718;
}		
	
.calendar h3 {
  padding: 0.5em;
  color: #fff;
  font-size: 150%;	
  background: #478cbb;
  border-left: solid 20px #1f507d;
  margin-top: 30px;
  text-align: left;	
  }	
	
.calendar h4 {
	width: 88%;
    border-bottom: dotted 4px #FFDF97;
	font-size: 1.4em;	
    padding: 10px 10px 10px 15px;
    margin: 20px auto 5px auto;
    box-sizing: border-box;
    font-weight: bold;
  }	
	
/*　ナビボタン　*/	
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 5% 1% 3%;
  text-decoration: none;
  color: #1f507d;
  font-weight: bold;
  border: 1px solid #1f507d;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;	 
 }
 
 .link-list a:hover {
  color:#fff;
  background: #1f507d;	
  border: 1px solid #1f507d;
 }


 .link-list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1f507d;
    border-right: 3px solid #1f507d;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		
	
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }	
/*　ナビボタンここまで　*/		
		
.merit {
	display: flex;
	width: 90%;  
    margin: 1% auto 3% auto;
    padding: 5px 5px 0px 5px;
    
	text-align: left; 
	font-size: 14px;
  }		

		
.merit_image {
    width:320px;
	text-align: center;
	margin: 0% 1%;
	}
	
.merit_image img {
    width: 200px;
	height: 120px;
	}

.merit_text {
	margin-right: 2%;
    width: 850px;
    line-height: 2em;
	}	
	
	

	
  .t_text {
	width: 95%;  
    margin: 1% auto;
    padding: 5px 5px 0px 5px;
    line-height: 1.6em;
	text-align: left; 
	font-size: 13px;
  }
			
 .top-btn {
    display: flex;
	flex-wrap:wrap;
	margin-left: 110px;
	margin-top: 10px; 
	margin-bottom: 10px; 
  }
	
  .top-btn a {
    width: 50%;
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box; 
  } 	

 .top-btn a&gt;img {
    max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
  } 		

  .kabe-merit {
    background: url(https://www.giftit.co.jp/novelty-calendar/images/bg_kabe.jpg) no-repeat;
    margin: 20px 15px;
    width: 800px;
    height: 345px;
  }
  .kabe-merit p {
    padding: 90px 0px 0px 30px;
    width: 230px;
    font-size: 11px;
    line-height: 1.5em;
    float: left;
    text-align: left;
  }
  .link-mds {
    margin-top: 25px;
  }
  .link-mds img {
    width: 800px;
    height: 70px;
  }
  .top-text-link-list {
    margin: 0px 50px 10px 50px;
	font-size: 110%;
  }
  .to-top&gt;.top-text-link-list {
    background-color: transparent;
  }
	
	
/* 商品テーブル(横4つ) */				
 .item_table {
    /* 残*/
    margin: 0px auto;
    width: 910px;
	margin-top: -7px; 
  }

  /* 残*/
  .item_table td {
    /* 残*/
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    vertical-align: top;
  }		

  .item_table_press&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }			
		
	
	/* 商品6個配置テーブル */			
  .item_table_mini {
    /* 残*/
    margin: 3px auto;
	margin-top: -7px;  
    width: 910px;
	border-collapse: separate;
    border-spacing: 5px; 	  
  }
  .item_table_mini tr {
    margin-left: 20px;
  }

  .item_table_mini td {
    padding:5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
  }
  .item_table_mini_td  {
    width: 15%;
	vertical-align:top;  
  }
	
  .item_table_mini_td&gt;a&gt;img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }	

/* 商品横2個配置テーブル */		
 	
 .item_table_big {
    /* 残*/
    margin: 3px auto;
	margin-top: 3px;  
    width: 910px;
  }
  .item_table_big tr {
    margin-left: 20px;
  }
  /* 残*/
  .item_table_big td {
    /* 残*/
    padding: 5px 5px 0px 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    width: 380px;
    vertical-align: top;
  }
  .item_table_press_big {
    width: 15%;
	height: 15%;  
  }	
	
	
	
  .icon {
    width: 500px;
  }
  .icon table {
    width: 370px;
  }
  .icon-flex {
    display: flex;
    flex-direction: row;
  }
  .size-160px {
    width: 160px;
    height: 160px;
  }
  .size-213px {
    width: 213px;
    height: 213px;
  }
  .comment {
    color: #F00;
    margin-top: 10px;
  }
  .cal2_tblin {
    margin-left: 0px;
  }
  .nav-btns img {
    width: 620px;
  }
	
	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list{
  display: flex;
  justify-content: space-around;
  align-items: center;		
  margin: 20px auto 30px auto;		
}	
	
.btn-takujo a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;	
  color: #ff301e;		
  font-weight: bold;
  font-size:16px;
}

.btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-takujo a:hover {
  background:#ffe7db;
}
/*卓上カレンダー特集ボタン　ここまで*/	
	
/*壁掛けカレンダー特集ボタン　ここから*/
.btn-kabe a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;	
  color: #3c4998 ;		
  font-weight: bold;
  font-size:16px;
}

.btn-kabe a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-kabe a:hover {
  background:#ECF3FF;
}
/*壁掛けカレンダー特集ボタン　ここまで*/

/*手帳特集ボタン　ここから*/
.btn-diary a{
  padding: 0.5em 2em;
  margin: 20px 10px;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;	
  color: #409046 ;		
  font-weight: bold;
  font-size:16px;
}

.btn-diary a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 6px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-diary a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/
		
	
  .rndm-rink {
	margin:10px auto; 
	width: 800px;  
	text-align: center;
  }	
	
  .rndm-rink img {
	margin: 0px auto;  
	padding:0px 10px;  
	width: 200px;  
	
  }		
	
.proposal {
    margin: 20px 10px;
    padding: 20px 0;
    background-color: #f9f6ef;
    color: #333;
    text-align: center;
    box-sizing: border-box;
  }
  .proposal p {
    margin-top: 10px;
  }	
	
	
	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */

@media screen and (max-width: 768px) {
	
.kabe_h2 {
	background-image: url(/novelty-calendar/images/title_kabe.jpg?versiondate=20250618) ;
	background-size:100% auto;
	margin: 1% auto 3% auto;
}
	
.kabe_h2 h2{
	width: 98%;
    color: #000;
    font-size:1.5em;	
	margin:1% auto 5% auto;
	text-align: center;
	font-weight: bold;
	font-family:"Verdana", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;;
	line-height: 1em;
	padding: 1% 1% 5% 1%;
}
	
.kabe_h2 h2 span{
    font-size:0.7em;
	color: #d71718;
	
}		
	
	
.calendar h3 {
  padding: 0.6em 0.6em 0.4em 0.6em;
  color: #fff;
  font-size: 130%;	
  background: #478cbb;
  border-left: solid 15px #1f507d;
  margin-top: 5%;
  margin-bottom: 2%;
  text-align: left;	
  line-height: 1.2em;
  }
	
.calendar h4 {
	width: 95%;
    font-weight: bold;
    color: #e9727e;
	border-bottom: solid 2px #FFBBBC;
    font-size: 16px;
    padding: 2% 0% 1% 2% ;
	margin:3% auto 2% auto;
  }	
	

/*　ナビボタン　*/		
.link-list {
 display: flex;
 flex-wrap: wrap;
 justify-content:flex-start;
 width: 97%;
 margin: 0 auto;
 margin-top: 3%;
 font-size: 0.9em;
}
 
.link-list a {
  position: relative;
  display: flex;
 width: 40%;
 margin: 1%;
 padding: 2% 4% 2% 3%;
 text-decoration: none;
 color: #1f507d;
 font-weight: bold;
 border: 1px solid #1f507d;
 background: #fff;
 border-radius: 5px;	
}
 
.link-list a:visited {
 color: #1f507d;
}
 
 .link-list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #1f507d;
    border-right: 3px solid #1f507d;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}	

 .link-list a:hover {
  color:#fff;
  background: #1f507d;	
  border: 1px solid #1f507d;
 }	
/*　ナビボタンここまで　*/		
  .t_text {
	line-height: 1.4em;	
	margin-bottom: 1%;  
  }		
	
  .info {
    font-size: 3.5vw;
  }
  .top-btn {
    margin: 5% auto;
  }
  .top-text-link-list {
    margin-top: 2%;
    width: 95%;
    font-size: 90%; 
  }
  .top-text-link-list p {
    font-size: 130%;
	margin-bottom: 2%;  
  }
	
  .top-text-link-list2 {
    margin-top: 2%;
    width: 95%;
    font-size: 90%; 
  }

	
  .pink-title {
    margin: 5% 0;
    background: #F99;
    color: #fff;
    font-size: 3.5vw;
    padding: 5px 3%;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;	  
  }

	
.top-btn {
    display: -webkit-flex;
    display: flex;
	width: 96%; 
	text-align: center; 
	margin-top: 3%;
	margin-left: -0.2%;
  }
	
  .top-btn a {
	box-sizing:border-box;
	padding-left: 4%;  
  } 	

 .top-btn a&gt;img {
    max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
  } 	
			
	
	
	/* 商品一覧 */
  .item_table {
    /* 残 */
    margin: auto;
	margin-top: -2%;
	margin-left: 1.5%;   
    width: 96%;
    display: block;
  }
  .item_table tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 残 */
  .item_table td {
    /* 残 */
    padding: 2px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width: 47%;
	margin-left: 0.5%;  
    display: inline-block;
    vertical-align: top;
  }
	
.item_table_press&gt;a&gt;img {
    width: 100%;

  }	

	
  .item_table_press&gt;div&gt;p {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
  }		
	
  /* 商品一覧横3つ(小)並び */
  .item_table_mini {
    margin: 0% auto;
    width: 97%;
	margin-top: -1%;
	margin-bottom:0%;  
    display: block;
  }
  .item_table_mini tr {
	display: inline;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  /* 残 */
   .item_table_mini td {
    /* 残 */
    padding: 1%;
    margin: -5px 0px 5px 1px;
    border: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

	
/* 商品テーブル大 */		
 .item_table_big {
    /* 残 */
    margin: auto;
    width: 98%;
    margin-left: 1.4%;  
    justify-content: center;
	 
  }
  .item_table_big tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .item_table_big td {
    padding: 3px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width:47%;
    display: inline-block;
    vertical-align: top;
  }
	
	
  .item_table_press_big&gt; img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	
	
 .item_text {
	font-size: 3vw;  
    margin:0% 0% 3% 0%;
    padding:0% 0% 2% 0%;
    border-top: none;
    color: #333;
	  
  }	
	
  .text-link-list {
    margin: 0px 0px 0px 0px;
  }
  .text-link-list p {
    font-size: 150%;
  }	
	
  .icon {
    background: #f3f3f3;
    border: none;
    padding: 3% 0;
  }
  .icon-flex {
    display: flex;
    flex-direction: column;
  }
  .size-160px {
    width: 100%;
    height: 100%;
  }
  .size-213px {
    width: 50%;
    height: 50%;
  }
  .lineUp-btn {
    margin: 50px 0px 10px 0px;
  }
	
	
.block-link-icon-line2	{
	margin:3% 0% 3% 0%;	
 }
	
/*卓上カレンダー特集ボタン　ここから*/
.cal_link_list{
  margin: 10px auto 20px auto;
  width: 100%;
}	
	
.btn-takujo a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #ff301e;
  border-radius: 20px;	
  color: #ff301e;		
  font-weight: bold;
  font-size:12px;
}

.btn-takujo a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 5px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_takujo.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-takujo a:hover {
  background:#ffe7db;
}
/*卓上カレンダー特集ボタン　ここまで*/	
	
/*壁掛カレンダー特集ボタン　ここから*/
.btn-kabe a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #3c4998;
  border-radius: 20px;	
  color: #3c4998 ;		
  font-weight: bold;
  font-size:12px;
}

.btn-kabe a:before {
  content: "";
  display: inline-block;
   width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_kabe.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-kabe a:hover {
  background:#ECF3FF;
}
/*壁掛カレンダー特集ボタン　ここまで*/	
	
/*手帳特集ボタン　ここから*/
.btn-diary a{
  display: block;
  width: 85%;	
  text-align: center;	
  margin: 5px auto ;	
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 1px #409046;
  border-radius: 20px;	
  color: #409046 ;		
  font-weight: bold;
  font-size:12px;
}

.btn-diary a:before {
  content: "";
  display: inline-block;
   width: 20px;
  height: 20px;
  margin: -1px 2px 0 0;
  background: url("https://www.giftit.co.jp/novelty-diary/images/icon_diary.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.btn-diary a:hover {
  background:#e4eece;
}
/*手帳特集ボタン　ここまで*/		
	
	
.proposal {
    margin: 20px 10px;
    padding: 20px 10px;
    background-color: #FFFDCF;
    color: #333;
    text-align: center;
    box-sizing: border-box;
  }
  .proposal p {
    margin-top: 10px;
  }		
	
.merit {
	display: flex;
	flex-flow: column;
    width: 90%;		
    margin: 8px auto 0px auto;
    padding: 3px;
	}	
	
.merit_image {
    width: 100%;
	text-align: center;
	margin-top: 1%;
	}
	
.merit_image img {
    width: 50%;
    margin: 1% auto;		
	}
	
.merit_text {
    width: 100%;	
	padding-top:3%;
    line-height:1.5em;
    font-size:0.9em;
	margin-bottom: 4%;
	}		
	
	
}</pre></body></html>