<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 Document */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	display: flex;
	align-items: center;
	width: 100vw;
	background-color: #FFFFFFS;
	box-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.25);
}

#nav {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size:3.8vw;
}

#brand {
	display: flex;
	align-items: center;
	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u7299631/pc/css/img/logo_sen.png");
	background-size: 100%;
}

#logo img{
	width: 30vw;
	margin: 0px;
}

.shipping {
	margin: auto;
	color: #646464;
	font-weight: bold;
}

#menu {
	display: flex;
	flex-basis: 20%;
	justify-content: space-around;
	align-items: center;
	height: 40px;
	width: 100%;
}

a{
	text-decoration: none;

}


#menu a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	color:#555555;
	font-size: 12px;
	font-weight: bold;
	border: solid 0.5px #FFFFFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	
}
.aupay{

	font-size: 8px;
}




#main {
	width: 100%;
	margin: 0px auto;
}

.content-name {
	margin: 1.5vw 0px;
	text-align: center;
	font-size: 16px;
	color: #555555;
	background-color: #f7f7f7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}

.campaign-box {
	height: 365px;

	margin: 0 auto;

}

.info-container {
	display: flex;
	flex-direction: column;
}

.img1-container {
	display: flex;
	flex-direction: column;
}
.img1-container img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.news-title {
	margin: 2px 0px;
	text-align: center;
	font-size: 16px;
	color: #243D47;
}

.news-container {
	display: flex;
	flex-direction: column;
	font-size: 16px;
}


.info-detail {
	color: #151515;
	font-size: 14px;
	background: #ECECEC;
	border-radius: 5px;
	
	margin: 2px 5px;
	padding: 2px 5px;
}
.one-item-content {
	margin: 3px auto;
	padding: 0px 3px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 97%;
	border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	text-decoration: none;
	background-color: #FBFBFB;
}

.one-item-img {
	height: 100px;
	width: 100px;
	padding: 0px;
	margin: 5px;
	border: #DEE7EC dotted 1px;
	border-radius: 5px;
}

.one-item-right {
	width: 60%;
}

.one-item-name {
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #243D47;
}

.one-item-dscr {
	margin: 0 5px;
	padding: 5px;
	width: 95%;
	height: 70px;
	color: #606060;
	font-size: 11px;
	background-color: #F5F5F5;
	border-radius: 5px;
}

.rank-num {
	width: 32vw;
	font-size: 12px;
	color: #243D47;
	text-align: center;
}


.three-item-name {
	margin: 0px;
	padding: 0px;
	width: 32vw;
	font-size: 12px;
	color: #243D47;
	text-align: center;
}

.three-item-img {
	max-height: 100px;
	max-width: 100px;
}

.three-item-dscr {
	margin: 0px;
	padding: 0px;
	width: 32vw;
	font-size: 3.5vw;
	color: #555555;
	text-align: left;
}

.one-item-container {
	margin: 0 auto;
	padding: 0px;
	width: 99%;
	max-width: 500px;
}


.value {
	flex-basis: 50px;
	font-size: 0.7em;
}

.three-item-group-container {
	display: flex;
	flex-direction: column;
}

.three-item-container {
	display: flex;
	justify-content: center;
	align-items: center;
	
}
	
.three-item-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.three-item-content img{
	margin: 0.5vw;
	width: 32vw;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.three-item-content p{
	margin: 0px;
	padding: 0px;
}

a.more,
.pagelink a,
.hidden_btn label{
	font-size:16px;
	display:block;
	margin: 5px auto;
	width:180px;
	padding:5px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	background:#243D47;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}
.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_5,
.btn_6{
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_1 a,
.btn_2 a,
.btn_3 a,
.btn_4 a,
.btn_5 a,
.btn_6 a{
	font-size:4vw;
	margin: 5px 3px;
	padding:5px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	border-radius: 2px;
	background:#243D47;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);

}
.btn_1 a{
	width:60vw;
}
.btn_2 a{
	width:30vw;
}
.btn_3 a{
	width:20vw;
}
.btn_4 a{
	width:15vw;
}
.btn_5 a{
	width:12vw;
}
.btn_6 a{
	width:10vw;
}

.search-container {
	margin: 5px auto;
}

#search-form {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.searchform {
	margin: auto 0px;
}

.seach-text {
	padding: 8px;
	border-style: solid;
	border-color: #C5C5C5;
	border-radius: 2px;
}

.search-btn {
	margin: 0px 2px;
	font-size: 16px;
	display:flex;
	padding: 5px 20px;
	text-align:center;
	color: #ffffff;
	text-decoration: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	background:#243D47;
}

.category {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.category a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

.category label {
    display: block;
    margin: 2px 0px;
    padding :0px;
	vertical-align:middle; 
    line-height: 1;
	color: rgba(0, 0, 0, 0.7);
    background-color :rgba(0, 100, 100, 0.1);
	border-top: solid thin rgba(0, 100, 100, 0.2);
	border-bottom: solid thin rgba(0, 100, 100, 0.2);
    cursor :pointer;
}

.category .ctg-menu{
	display: flex;
	align-items: center;
	font-size: 12px;
	margin: 0px;
}
.ctg-menu-s{
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
}

.ctg-menu p,
.ctg-list p {
	margin: 0px 0px 0px 10px;
	line-height: 12px;
	vertical-align: middle;
}

.category .ctg-menu img,
.ctg-list img {
	width: 120px;
	height: 40px;
}

.category input {
    display: none;
}

.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ctg-list{
    margin: 0px;
    padding :0px;

	cursor :pointer;
}
.ctg-list a {
	margin: 2px 0px;
	padding: 0px;
	color: rgba(0, 0, 0, 0.7);
	border-bottom: solid thin rgba(0, 100, 100, 0.2);
    background :#FFF;
}
/*
.category li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
*/


#category_bar0301:checked ~ #links0301 li,
#category_bar01:checked ~ #links01 li,
#category_bar02:checked ~ #links02 li,
#category_bar03:checked ~ #links03 li,
#category_bar04:checked ~ #links04 li,
#category_bar05:checked ~ #links05 li,
#category_bar06:checked ~ #links06 li,
#category_bar07:checked ~ #links07 li,
#category_bar08:checked ~ #links08 li,
#category_bar09:checked ~ #links09 li,
#category_bar10:checked ~ #links10 li,
#category_bar11:checked ~ #links11 li,
#category_bar12:checked ~ #links12 li,
#category_bar13:checked ~ #links13 li,
#category_bar14:checked ~ #links14 li{
    max-height: 15vw;
    opacity: 1;
}


.featuerw480-banner
 {
	width: 90vw;
	 max-width: 300px;
	display: flex;
	 justify-content: center;
	margin: 0 auto;
	 padding: 2px;
}
.info-banner {
	width: 100%;
	max-width: 300px;
	margin: 0px auto;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/

}

.hidden_box {
    margin: 0;/*前後の余白*/
    padding: 0;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	display: flex;
	flex-direction: column;
	
	margin: 0px;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



.koteiw280-container-m {
	display: flex;
	justify-content: center;
}

.koteiw280-container-m img{
	margin: 2px;
	width: 45vw;
	max-width: 200px;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 9999;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px 5px 0px 5px;
	border-radius: 30px;
	border: solid 2px #FFFFFF;
	width: 35px;
	height: 35px;
	background-color: rgba(0,31,49,0.50);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.25);
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer {
	background-color: #CCCCCC;
}

.footer-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-content {
	margin: 0;
	font-size: 16px;
	padding:5px;
	text-align:center;
	border-bottom: #FFFFFF 1px solid;
	color: #000000;
	text-decoration: none;
}

.copylight {
	display: flex;
	justify-content: center;
	font-size: 12px;
	background-color: #888888;
}

@media (min-width:600px) {
	#nav{
		display: flex;
		font-size: 1.5vw;
	}
	
	#brand{
		width: 45%;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	#logo img{
		width: 15vw;
	}
	#menu{
		margin: 10px 0px 0px;
		flex-basis: 55%;
	}
	.shipping {
		font-size: 1.3vw;
		width: 18vw;
	}
	
	#menu a  {
		margin: 2px;
		will-change: 100%;
		height: 100%;
		font-size: 12px;
		border-radius: 3px;
	}
	.aupay{
		font-size: 6px;
	}

	.pc-container {
		display: flex;
		flex-direction: row; 
	}

	.content-name {
		margin: 5px;
		border-radius: 10px;
	}

	.pc-content-center {
		flex-basis: 50vw;
	}

	.pc-content-right {
		flex-basis: 50vw;
	}

	.news-title {
	
	}

	.news-container {
		font-size: 16px;
	}
	
	.info-detail {
		
	}


	.info-container {
		display: flex;
		justify-content: center;
	}
	.img1-container {
		display: flex;
		justify-content: center;
	}
	.img1-container img{
		width: 100%;
/*		max-width: 750px;
		height: auto;
*/
		margin: 0px auto;
	}

	.one-item-content {
		border-radius: 2px;
		width: 95%;
	}

	.one-item-img {
	}

	.one-item-right {
		width: 60%;
	}

	.one-item-name {
	}

	.one-item-dscr {
		width: 90%;
	}

	.rank-num {
		width: 16vw;
	}


	.three-item-name {
		width: 16vw;
		padding: 5px 0px;
	}

	.three-item-dscr {
		width: 14vw;
		font-size: 1.2vw;
		padding: 5px;
	}

	.one-item-container {
		width: 97%;
	}


	.three-item-content{
		width: 16vw;
	}
	
	.three-item-content img{
		margin: 1px 5px;
		width: 15vw;
	}
	a.more,
	.pagelink a,
	.hidden_box label {
	}

	.btn_1 a,
	.btn_2 a,
	.btn_3 a,
	.btn_4 a,
	.btn_5 a,
	.btn_6 a{
		font-size:15px;
		padding:6px;
	}
	.btn_1 a{
		width:240px;
	}
	.btn_2 a{
		width:120px;
	}
	.btn_3 a{
		width:80px;
	}
	.btn_4 a{
		width:60px;
	}
	.btn_5 a{
		width:45px;
	}
	.btn_6 a{
		width:40px;
	}

	.search-container {
		margin: 5px auto;
		padding: 5px;
	}
	.seach-text {

	}

	.search-btn {
	}
	
	.category {
		
	}
	.category .ctg-menu {
		font-size: 14px;
	}
	.ctg-menu-s {
		font-size: 9px;
		margin: 0px 0px 0px 12px;
	}


	.category .ctg-menu img,
	.ctg-list img{
		width: 120px;
		height: 40px;
	}	
	.ctg-menu p,
	.ctg-list p{
		line-height: 30px;
	}
	
	.featuerw480-container {
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	.featuerw480-banner
	 {
		width: 30vw;

	}
	.info-banner {
		width: 50vw;
		margin: 0px auto;
		align-self: center;
		}

	.koteiw280-container-m img{
		margin: 5px;
		width: 20vw;
	}
	.koteiw280-container-l {
		display: flex;
		justify-content: center;
	}

	.footer-info {
		display: flex;
		flex-direction: row;
		margin: auto;
	}

	.footer-content {
		width: 29vw;
		max-width: 200px;
		margin: 5px;


		border-radius: 2px;
		background:#ffffff;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	}
	
	.copylight {
		font-size: 12px;
	}

}

@media (min-width:1024px) {
	
	#nav{
		width: 1024px;
		margin: 0px auto;
		display: flex;
		font-size: 16px;
	}
	
	#brand{
		background-size: 100%;
		background-repeat: no-repeat;
	}
	
	#logo img{
		width: 100px;
	}
	.shipping {
		font-size: 16px;
		width: 180px;
	}
	#menu{
	}

	#menu a  {
		margin: 2px;
		font-size: 14px;
		border-radius: 3px;
	}

	.aupay{
		font-size: 11px;
	}
	
	#main {
		width: 1024px;
	}
	
	
	.pagelink {
		display: none;
	}

	
	.pc-container-l {
	display: grid;
	display: -ms-grid;
	grid-template-rows: 4;
	-ms-grid--rows: 4;
	grid-template-columns: 30vw 1fr;
	-ms-columns: 30vw 1fr;
	}

	.pc-content {

	}

	.pc-content-left {
		grid-column: 1;
		-ms-grid-column: 1;
	}

	.pc-container-right {
		grid-row: 1;
		-ms-grid-row: 1;
		grid-column: 2;
		-ms-grid-column: 2;
		max-width: 68vw;
	}
	.pc-container-right-under {
		grid-row: 2;
		-ms-grid-row: 2;
		grid-column: 2;
		-ms-grid-column: 2;
	}

	.pc-content-center {
		flex-basis: 35vw;
	}

	.pc-content-right {
		flex-basis: 35vw;
	}
	
	.category {
		width: 29vw;
	}

	.one-item-content{
		width: 95%;
	}
	.one-item-right {
		width: 60%;
	}
	.one-item-img {
	}

	.one-item-name {
		margin-left: 5px;
	}

	.one-item-dscr {
		width: 90%;
	}

	.rank-num {
		width: 10vw;
	}


	.three-item-name {
		width: 10vw;
	}

	.three-item-dscr {
		width: 10vw;
		font-size: 1.1vw;
	}

	.one-item-container {
		width: 97%;
}
	
	.three-item-content{
		width: 11vw;
	}

	
	.three-item-content img{
		margin: 1px 5px;
		width: 10vw;
	}


	.info-banner {
		width: 30vw;
	}

	.featuerw480-banner {
		width: 20vw;

	}

	
	.koteiw280-container-m img{
		width: 15vw;
	}

	.footer-content {
		width: 200px;

		font-size: 16px;


	}
	
}










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