a {
    outline: none;
    color: #333;
    text-decoration: none;
}
a:hover { 
	text-decoration: none; 
}


.section-home {
    margin-bottom: 40px;
}
.section-home .column1120 {
    position: relative;
}
.column1120 {
    max-width: calc(1180px + 2em);
    margin-right: auto;
    margin-left: auto;
    padding: 0 1em;
}
.section-home .entryhead {
    margin: 0 0 16px;
    min-height: 22px;
}
.section-home .entryhead .en {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
.section-home .entryhead h1.small, .section-home .entryhead .en {
    display: inline-block;
}
.section-home .entryhead h1.small {
    margin-left: 8px;
    font-size: 12px;
    font-weight: normal;
}
.section-home .entryhead h1.small, .section-home .entryhead .en {
    display: inline-block;
}
.not-thumbnail .list:first-child {
    padding-top: 16px;
    border-top: 1px dotted #ccc;
}
.not-thumbnail .list {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #ccc;
}
.layout-list .list {
    margin-bottom: 20px;
}
.layout-list .list .in {
    display: flex;
    flex-wrap: wrap;
}
.not-thumbnail .list .data {
    margin: -2px 0 6px;
}
.layout-list .list .data {
    margin-top: 6px;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'sans-serif';
    font-size: 10px;
    letter-spacing: .5px;
    opacity: .7;
}
.layout-list .list h2 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}
.layout-list .list h2 + p {
    margin-top: 10px;
}
.layout-list .list p {
    font-size: 12px;
    line-height: 1.4;
}





.section-home .entryfoot .more {
    position: absolute;
    top: -3px;
    right: 1em;
}
.section-home .entryfoot .more a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

@media screen and (min-width: 55em) {
    .section-home {
        margin-bottom: 100px;
    }

    .site-column2 .column1120 {
        padding: 0;
    }
    .column1120 {
        max-width: calc(1120px + 4em);
        padding: 0 2em;
    }
    .section-home .entryhead {
        margin: 0 0 36px;
        text-align: center;
    }
    .section-home .entryhead .en {
        font-size: 24px;
        line-height: 1;
    }
    .section-home .entryhead h1.small, .section-home .entryhead .en {
        display: block;
    }
    .section-home .entryhead h1.small, .section-home .entryhead .en {
        display: block;
    }
    .section-home .not-thumbnail {
        margin: 0 auto;
        max-width: 880px;
    }
    .not-thumbnail .list:first-child {
        padding-top: 30px;
    }
    .not-thumbnail .list {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .layout-list .list {
        margin-bottom: 36px;
    }
    .section-home .entryfoot .more {
        right: 2em;
    }
    .section-home .entryfoot .more a {
        padding-bottom: 5px;
    }
    .section-home .entryfoot .more a {
        border-color: #333;
    }
    .section-home .entryfoot .more .label {
        display: inline-block;
    }
    .layout-list .list .data {
        font-size: 12px;
    }
    .layout-list .list .data {
        font-size: 12px;
    }
    .not-thumbnail .list .data {
        margin-top: -3px;
        font-size: 14px;
    }
    .not-thumbnail .data {
        float: left;
    }
    .layout-list .list h2 {
        font-size: 14px;
    }
    .not-thumbnail h2.title, .not-thumbnail p {
        margin-left: 100px;
        width: calc(100% - 100px);
    }
    .not-thumbnail .list h2 + p {
        margin-top: 12px;
    }
    .layout-list .list p {
        font-size: 13px;
    }
    .not-thumbnail h2.title, .not-thumbnail p {
        margin-left: 100px;
        width: calc(100% - 100px);
    }


}

#content h3 {
	margin: 1.42857em 0 0 0;
}



#cart_table .jancode {
	width: 120px;
	word-break: break-word;
}

/* Chrome, Safari, Edge, Opera */ 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; margin: 0; 
} 
/* Firefox */ 
input[type=number] {
	-moz-appearance: textfield; 
}

.search-form {
    height: 50px;
    display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #c8c8c8;
	color: #000000;
	padding: .5em;
	text-align: center;
	position: static;
	/*width: 100%;*/
}

#find {
	width: 30px;
	height: 30px;
	
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	background-color: var(--header-after-text-color, #151515);
	text-indent: 100%;
	-webkit-mask: url(./images/search.png) no-repeat center / 1.4rem;
	mask: url(./images/search.png) no-repeat center / 1.4rem;
	cursor: pointer;
}
#keyword {
	margin: 0 10px;
	padding: 0;
	height: 100%;
}

.highlight {
	background-color: yellow;
}
.kfocus {
	border: 1px black solid;
}

.sfixed {
	width: 100%;
	position: fixed;
	bottom: 0;
}

@media screen and (min-width: 62.5em) {
	.sfixed {
		width: 750px;
		position: fixed;
		bottom: 0;
	}
}
.formleft {
	height: 100%;
    display: flex;
    align-items: center;
}
.formleft span {
	width: 20px;
}
.search-form .skubutton {
	padding: .714286em 2.142856em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8c00;
	color: #fff;
	font-family: FontAwesome;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.search-form .skubutton:hover {
	background-color: #ffa500;
	cursor: pointer;
}