@charset "shift_jis";
/* CSS Document */

/* ==================================================

   限定セットLP

================================================== */

/* コンテンツ幅リセット */
main#wrapper {
	position: relative;
	width: 100%!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0 auto!important;
	padding: 0!important;
	overflow: visible!important;
}
article#contents { padding-bottom: 0!important; }
article#contents .inner_content { padding-top: 0!important; }

:root {
	--main-clr-lightgray: #c9c9c8;
	--main-clr-lightbeige: #cbc1ae;

	--main-clr-white: #f4f5f0;
	--main-clr-gray: #7f7c7a;
	--main-clr-red: #d07157;

	--clr-ss-black: #48413b;
	--clr-line: #00b900;
	
	/* --ss10days-pink: #e39899;
	--ss10days-pink-rgb: 227,152,153; */
	--ss10days-pink: #da8384;
	--ss10days-pink-rgb: 218,131,132;
	--ss10days-yallow: #eae3ab;
	--ss10days-yallow-rgb: 234,227,171;
}


#ss_10days a,
#ss_10days a:hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}
#ss_10days * { box-sizing: border-box; }
#ss_10days h1,
#ss_10days h2,
#ss_10days h3,
#ss_10days h4,
#ss_10days h5 { color: #fff;}
#ss_10days img { width: 100%; height: auto; }
#ss_10days .pc_none { display: none; }

#ss_10days {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: #293341;
	background: url(/IMAGE/10days/bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}



/* ==================================================
   メインコンテンツエリア
================================================== */

/* 看板
================================================== */

#kanban {
    position: relative;
    width: 100%;
	margin-bottom: 40px;
}
#kanban h1 {
	position: relative;
	width: 100%;
}
#kanban p {
	font-size: 20px;
	line-height: 1.75;
	margin: 1em auto;
}
#kanban p.kikan {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 auto;
	color: #42465f;
	background-color: #f4e66c;
	padding: 0.5em 0;
}
#kanban p.kikan span {
	font-size: 80%;
	line-height: 1;
	letter-spacing: inherit;
}

/* メニュー */
#kanban #menu {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#kanban #menu ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#kanban #menu ul li {
	position: relative;
	width: calc((100% - 8px)/2);
}
#kanban #menu ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #343e4c;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 16px;
	overflow: hidden;
}
#kanban #menu ul li a,
#kanban #menu ul li a span,
#kanban #menu ul li a strong {
	line-height: 1;
	font-weight: 700;
}
#kanban #menu ul li a { font-size: 16px; }
#kanban #menu ul li a span { font-size: 100%;  }
#kanban #menu ul li a strong { font-size: 120%; margin: 0.25em auto; color: var(--ss10days-pink); line-height: 1.25;}

#kanban #menu ul li a::before,
#kanban #menu ul li a::after {
	position: absolute;
	z-index: 2;
	display: inline-block;
}
#kanban #menu ul li a::before {
	top: -4px;
	left: 0;
	color: var(--ss10days-yallow);
	font-size: 40px;
	line-height: 1;
	content: attr(data-num);
	opacity: 0.75;
}
#kanban #menu ul li a::after {
	right: 8px;
	bottom: 8px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/IMAGE/10days/arr.gif) no-repeat center center;
	background-size: 18px 18px;
	transform: rotate(90deg);
}

#kanban #menu ul li:hover a {
	background-color: rgba(var(--ss10days-yallow-rgb),0.25);
}

/* コンテンツ幅・セクション
================================================== */

#ss_10days .contentsarea {
	order: 2;
	position: relative;
	max-width: 640px;
	text-align: center;
	color: #fff;
	background-color: #404b5b;
	box-shadow: 0px 0px 12px 0px rgba(48, 58, 72, 0.75);
}

#ss_10days .otoku {
	position: relative;
	width: 100%;
	padding: 56px 0;
}
#ss_10days #otoku01,
#ss_10days #otoku03,
#ss_10days #category { background-color: #28303d; }
#ss_10days .otoku > .inner {
	position: relative;
	width: 100%;
	padding: 0 20px;
}

#ss_10days .heading01 {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: auto;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin : 0 auto 1.5em;
}
#ss_10days .heading01::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: translateX(-50%);
}
#ss_10days .heading01 span,
#ss_10days .heading01 strong {
	line-height: 1;
}
#ss_10days .heading01 span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: inline-block;
	color: var(--ss10days-yallow);
	font-size: 80px;
	font-weight: 700;
	opacity: 0.2;
	transform: translate(-50%,-50%);
}
#ss_10days .heading01 strong {
	position: relative;
	color: var(--ss10days-pink);
	font-size: 125%;
	font-weight: 700;
}

#ss_10days .heading_other {
	font-weight: 700;
	margin-bottom: 1em;
}


/* 会員登録・ログイン
================================================== */

#ss_10days .cpn01 {
	position: relative;
	width: 70%;
	margin: 0 auto 32px;
}
#ss_10days .cpn01 p {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
}

#ss_10days .anim_star01,
#ss_10days .anim_star02 {
	position: absolute;
	z-index: 5;
}
#ss_10days .anim_star01 {
	top: -35px;
	left: -65px;
	width: 60px;
	height: auto;
	animation: flashing 1.2s infinite;
}
#ss_10days .anim_star02 {
	right: -50px;
	bottom: 25px;
	width: 48px;
	height: auto;
	animation: flashing 1.8s infinite;
}
@keyframes flashing {
	0% { opacity: 1; }
	90% { opacity: 0; }
	100% { opacity: 1; }
}

#ss_10days .btnarea {
	position: relative;
	width: 100%;
	margin: 0 auto 40px;
}
#ss_10days .btnarea .heading_login,
#ss_10days .btnarea .heading_shinki {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#ss_10days .btnarea .heading_login strong {
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	color: var(--clr-line);
}

#ss_10days .btnarea a {
	position: relative;
	width: 90%;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 8px auto 0;
	border-radius: 80px;
}
#ss_10days .btnarea a strong,
#ss_10days .btnarea a span {
	font-weight: 700;
}
#ss_10days .btnarea a strong {
	position: relative;
	font-size: 20px;
}
#ss_10days .btnarea a strong::after {
	position: relative;
	display: inline-block;
	vertical-align: -2px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/IMAGE/10days/arr.gif) no-repeat center center;
	background-size: 18px 18px;
	margin-left: 8px;
}
#ss_10days .btnarea a span {
	font-size: 15px;
	line-height: 1.25;
}
#ss_10days .btnarea.btn_login a { background-color: var(--clr-line); }
#ss_10days .btnarea.btn_shinki a { background-color: var(--main-clr-red); }

#ss_10days .btnarea.btn_login a:hover,
#ss_10days .btnarea.btn_shinki a:hover { background-color: var(--ss10days-pink); }

#ss_10days .btnarea a + p { margin-top: 0.5em; }



/* 参加方法説明
================================================== */

#ss_10days .swiper-wrapper {
	align-items: normal;
	align-items: initial;
}

#ss_10days .sanka_slider {
	position: relative;
}
#ss_10days .sanka_slider h3 {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.75em;
}
#ss_10days .sanka_slider h3::before,
#ss_10days .sanka_slider h3::after  {
	content: "▼";
	margin: 0 0.5em;
}

#ss_10days .sanka_slider .swiper {
	padding: 0 20px;
}

#ss_10days .sanka_slider li.swiper-slide {
	position: relative;
	width: 43%;
	/* height: 430px; */
	height: auto;
	background-color: #343e4c;
	border: solid 2px #fff;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px 6px;
	box-sizing: border-box;
	cursor: pointer;
}
#ss_10days .sanka_slider .swiper-slide-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}
#ss_10days .sanka_slider .icon_num {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	background-color: var(--ss10days-yallow);
}
#ss_10days .sanka_slider .icon_num span {
	color: #343e4c;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

#ss_10days .sanka_slider h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}
/* #ss_10days .sanka_slider li:nth-child(5) h4 { text-indent: 1em; } */
#ss_10days .sanka_slider h4 span,
#ss_10days .sanka_slider h4 strong {
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
}
#ss_10days .sanka_slider h4 strong { padding: 4px; }
#ss_10days .sanka_slider h4 strong.bg_red { background-color: var(--main-clr-red); }
#ss_10days .sanka_slider h4 strong.bg_blue { background-color: #4070ec; }
#ss_10days .sanka_slider h4 strong.bg_line { background-color: var(--clr-line); }

#ss_10days .sanka_slider h5 {
	color: var(--main-clr-red);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-top: 1em;
}
#ss_10days .sanka_slider p {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	margin-top: 8px;
}

#ss_10days .sanka_slider img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	margin-top: 6px;
}
#ss_10days .sanka_slider img.img_rd {
	width: 96%;
	border-radius: 100px;
	margin-bottom: 8px;
}

#ss_10days .sanka_slider ul.list_att {
	margin-left: 1em;
	margin-top: 8px;
	padding: 0 12px;
}
#ss_10days .sanka_slider ul.list_att li {
	text-indent: -1em;
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
}




/* 777円クーポン
================================================== */

#ss_10days .cpn02 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#ss_10days .cpn02 .baloon {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 120px;
	border-radius: 50%;
	color: #343e4c;
	background-color: var(--ss10days-yallow);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
}
#ss_10days .cpn02 .baloon span {
	color: #343e4c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}
#ss_10days .cpn02 .baloon::after {
	position: absolute;
	top: 92%;
	left: 23%;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px;
	border-color: var(--ss10days-yallow) transparent transparent transparent;
	transform: scale(0.5,1) rotate(20deg);
}

@keyframes fuwafuwa {
	0% {
	  transform:translate(0, 0);
	}
	50% {
	  transform:translate(0, -7px);
	}
	100% {
	  transform:translate(0, 0);
	}
}


#ss_10days .cpn02 .btn_tanzaku {
	position: relative;
	width: 100%;
	height: 380px;/* 380px */
}
#ss_10days .cpn02 .btn_tanzaku a.link_cpn {
	display: block;
	position: absolute;
	top: 120px;
	left: 100px;
	z-index: 2;
	width: 480px;
	transform: rotate(10deg);
}
#ss_10days .cpn02 .btn_tanzaku a.link_cpn img {
	width: 100%;
	height: auto;
}
#ss_10days .cpn02 .btn_tanzaku a.link_cpn:hover img {
	opacity: 0.8;
}

#ss_10days .cpn02 .img_sasa {
	position: absolute;
	top: -20px;
	left: -90px;
	width: 300px;
	height: auto;
	transform: rotate(10deg);
}
#ss_10days .attention {
	text-align: center;
}


/* 商品一覧
================================================== */

#ss_10days .heading_cate {
	position: relative;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 0.5em;
	padding: 0 20px;
	box-sizing: border-box;
}

#ss_10days .otoku_slider {
	position: relative;
	margin-bottom: 40px;
}
#ss_10days .otoku_slider .swiper {
	padding: 0 20px;
}

#ss_10days .list_item {
	position: relative;
	width: 100%;
}
#ss_10days .list_item > li.swiper-slide {
	position: relative;
	width: 43%;
	height: auto;
	display: flex;
}

#ss_10days .list_item .icon_rank {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 56px;
	height: 56px;
	overflow: hidden;
}
#ss_10days .list_item .icon_rank span {
	position: absolute;
	top: 8px;
	left: 12px;
	z-index: 5;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
}
#ss_10days .list_item > li.swiper-slide:nth-child(1) .icon_rank { background: #CAC2AF; background: linear-gradient(-45deg, rgba(202, 194, 175, 0) 0%, rgba(202, 194, 175, 0) 50%, rgba(202, 194, 175, 1) 50%, rgba(202, 194, 175, 1) 100%); }
#ss_10days .list_item> li.swiper-slide:nth-child(2) .icon_rank { background: #C9C9C8; background: linear-gradient(-45deg, rgba(201, 201, 200, 0) 0%, rgba(201, 201, 200, 0) 50%, rgba(201, 201, 200, 1) 50%, rgba(201, 201, 200, 1) 100%); }
#ss_10days .list_item> li.swiper-slide:nth-child(3) .icon_rank { background: #B9846E; background: linear-gradient(-45deg, rgba(185, 132, 110, 0) 0%, rgba(185, 132, 110, 0) 50%, rgba(185, 132, 110, 1) 50%, rgba(185, 132, 110, 1) 100%); }
#ss_10days .list_item> li.swiper-slide:nth-child(4) .icon_rank,
#ss_10days .list_item> li.swiper-slide:nth-child(5) .icon_rank { background: #687585; background: linear-gradient(-45deg, rgba(104, 117, 133, 0) 0%, rgba(104, 117, 133, 0) 50%, rgba(104, 117, 133, 1) 50%, rgba(104, 117, 133, 1) 100%); }

#ss_10days .list_item > li.swiper-slide a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	gap: 0;
	background-color: #343e4c;
	border: solid 2px #fff;
	border-radius: 8px;
	box-sizing: border-box;
	overflow: hidden;
}
#ss_10days .list_item > li.swiper-slide:hover a {
	background-color: rgba(var(--ss10days-yallow-rgb),0.25);
}
#ss_10days .list_item > li.swiper-slide a::after {
	position: absolute;
	right: 8px;
	bottom: 12px;
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/IMAGE/10days/arr.gif) no-repeat center center;
	background-size: 18px 18px;
}

#ss_10days .list_item > li.swiper-slide a .thumb {
	width: 100%;
}
#ss_10days .list_item > li.swiper-slide a .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}
#ss_10days .list_item > li.swiper-slide a .spec {
	padding: 12px;
	box-sizing: border-box;
	text-align: left;
}
#ss_10days .list_item > li.swiper-slide a .spec .pname {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.75;
}
#ss_10days .list_item > li.swiper-slide a .spec .wrap_price,
#ss_10days .list_item > li.swiper-slide a .spec .wrap_price ul,
#ss_10days .list_item > li.swiper-slide a .spec .wrap_price ul li.price {
	position: relative;
	width: 100%;
	line-height: 1!important;
}
#ss_10days .list_item > li.swiper-slide a .spec .wrap_price ul li.price { 
	color: var(--ss10days-pink)!important;
	font-size: 18px!important;
}

#ss_10days .list_item .spesicalprice,
#ss_10days .list_item .intax { display: none!important; }

#ss_10days .swiper-button-prev,
#ss_10days .swiper-button-next {
	position: absolute;
    top: 50%;
    width: 28px;
    height: 56px;
    margin-top: auto;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #293341;
	background: none;
	background-color: #fff;
	transform: translateY(-50%);
}
#ss_10days .swiper-button-prev::after,
#ss_10days .swiper-button-next::after { font-size: 16px; }
#ss_10days .swiper-button-prev { left: 0; }
#ss_10days .swiper-button-next { right: 0; }


/* スマホ固定ナビ
================================================== */

#ss_10days .smp_fixed_nav { display: none!important; }



/* カテゴリナビ
================================================== */

#ss_10days .nav_category {
	position: relative;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	gap: 36px 18px;
	margin: 0 auto;
}
#ss_10days .nav_category > li {
	width: calc((100% - 18px*3)/4);
}
#ss_10days .nav_category > li > a {
	position: relative;
	display: block;
}
#ss_10days .nav_category > li > a h3 {
	font-size: 12px;
	font-weight: 700;
	margin-top: 0.25em;
}
#ss_10days .nav_category > li > a img {
	width: 50%;
}

#ss_10days .nav_category > li:hover > a h3 {
	color: var(--ss10days-pink);
	text-decoration: underline;
}
#ss_10days .nav_category > li:hover > a img {
	opacity: 0.8;
}


/* 汎用リスト
================================================== */

#ss_10days ul[class^="col_"] {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	padding: 0 20px;
	box-sizing: border-box;
}
#ss_10days ul[class^="col_"] li {
	position: relative;
}
#ss_10days ul[class^="col_"] li a {
	position: relative;
	display: block;
	width: 100%;
}
#ss_10days ul[class^="col_"] li a img {
	width: 100%;
	height: auto;
}
#ss_10days ul[class^="col_"] li:hover a img {
	opacity: 0.8;
}

#ss_10days ul.col_1 li { width: 100%; }
#ss_10days ul.col_2 li { width: calc((100% - 8px*1)/2); }
#ss_10days ul.col_3 li { width: calc((100% - 8px*2)/3); }

#otoku03 .col_1 {
	padding: 0;
	margin-bottom: 20px;
}


/* ==================================================
   PC左側 / PC右側
================================================== */

#ss_10days .pc_left,
#ss_10days .pc_right {
	position: sticky;
	width: calc((100% - 640px)/2);
	/*top: 0;
	height: 100vh;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
#ss_10days .pc_left > .inner,
#ss_10days .pc_right > .inner {
	text-align: center;
	padding: 0 4%;
}


/*  PC用 左側
================================================== */

#ss_10days .pc_left {
	order: 1;
}


#ss_10days .pc_left nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#ss_10days .pc_left nav ul {
	position: relative;
	width: 100%;
	/* display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 8px; */
}
#ss_10days .pc_left nav ul li {
	position: relative;
	width: 100%;
}
#ss_10days .pc_left nav ul li:nth-child(n+2) {
	margin-top: 8px;
}
#ss_10days .pc_left nav ul li a {
	position: relative;
	display: block;
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
	width: 100%;
	/* height: 100px; */
	/* background-color: #343e4c; */
	background-color: rgba(var(--ss10days-yallow-rgb),0.15);
	border-radius: 16px;
	overflow: hidden;
	padding: 32px 24px;
}
#ss_10days .pc_left nav ul li a,
#ss_10days .pc_left nav ul li a span,
#ss_10days .pc_left nav ul li a strong {
	line-height: 1;
	font-weight: 700;
}
#ss_10days .pc_left nav ul li a { font-size: 16px; }
#ss_10days .pc_left nav ul li a span { font-size: 100%;  }
#ss_10days .pc_left nav ul li a strong { font-size: 120%; margin: 0.25em auto; color: var(--ss10days-pink); line-height: 1.25;}

#ss_10days .pc_left nav ul li a::before,
#ss_10days .pc_left nav ul li a::after {
	position: absolute;
	z-index: 2;
	display: inline-block;
}
#ss_10days .pc_left nav ul li a::before {
	top: -4px;
	left: 0;
	color: var(--ss10days-yallow);
	font-size: 40px;
	line-height: 1;
	content: attr(data-num);
	opacity: 0.5;
}
#ss_10days .pc_left nav ul li a::after {
	right: 8px;
	bottom: 8px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/IMAGE/10days/arr.gif) no-repeat center center;
	background-size: 18px 18px;
	transform: rotate(90deg);
}

#ss_10days .pc_left nav ul li:hover a {
	background-color: rgba(var(--ss10days-yallow-rgb),0.4);
}

@media screen and (max-width: 1600px) {
	#ss_10days .pc_left nav ul li a { padding: 24px 20px;}
	#ss_10days .pc_left nav ul li a strong { display: block; }
}

@media screen and (max-width: 1200px) {
	#ss_10days .pc_left nav { display: none; }
}


/*  PC用 右側
================================================== */

#ss_10days .pc_right {
    order: 3;
	/* background: url(/IMAGE/10days/bg_240912.jpg) no-repeat center center;
    background-size: cover; */
}




#ss_10days .gototop {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#ss_10days .gototop a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	color: #404b5b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	background-color: var(--ss10days-yallow);
	border-radius: 50%;
}
#ss_10days .gototop a:hover {
	background-color: var(--ss10days-pink);
}

/* 期間外 */
#ss_10days .btnarea.btn_outside a {
	pointer-events: none;
	background-color: #aaa;
}
#ss_10days .btnarea.btn_outside a strong::after {
	display: none;
}

#ss_10days .btn_tanzaku.outside a {
	pointer-events: none;
}


#ss_10days .col_1.outside {
	position: relative;
}
#ss_10days .col_1.outside li a::before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: "Coming Soon";
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	background-color: rgba(0,0,0,0.5);
}
#ss_10days .col_1.outside li a {pointer-events: none }
#ss_10days .col_1.outside li:hover a img { opacity: 1; }