#main .c-header {
	margin-bottom:50px;
}
#main .section .h {
	color: #124375;
	border-bottom: solid 1px #124375;
	margin-bottom:20px;
}
#main .section .h .en {
	font-family: 'aparaji';
	font-size: 40px;
	text-shadow: 2px 2px 2px #cccccc;
	line-height:0.8;
}
#main .section .h .ja {
	display: inline-block;
	margin-top:10px;
}
#main .search {
	margin-bottom:50px;
}
#main .search .form {
	width:96%;
	margin:0 auto;
}
#main .search .form .a-btn {
	width:60px;
	padding:4px 0 3px 0;
	font-size:14px;
}
#main .catalog-code {
	margin-bottom:50px;
}
#main .catalog-code .form {
	text-align: center;
}
#main .catalog-code .form a {
	font-size: 14px;
}
#main .category {
	margin-bottom:50px;
}
#main .category .listnew {
	width: 100%;
	margin: 0 auto;
}
#main .category .listnew .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#main .category .listnew .box {
	width:33.3%;
	margin-bottom:20px;
	display: flex;
	align-items: center;
}
#main .category .listnew .box .inn {
	width: 96%;
	margin: 0 auto;
}
#main .category .list {
	width:96%;
	margin:0 auto;
}
#main .category .list .fl {
	width:50%;
	margin-bottom:20px;
}
#main .category .list .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .category .list .box {
	width:48%;
	background: #124375;
	margin-bottom:20px;
	display: flex;
	align-items: center;
}
#main .category .list .box:hover {
	opacity: 0.7;
}
#main .category .list .in {
	padding:10px 5px 5px 10px;
}
#main .category .list .in a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding-left:50px;
}
#main .category .list .in-1  a { background:url("../../../images/items/category/c01.png") no-repeat left center; }
#main .category .list .in-2  a { background:url("../../../images/items/category/c02.png") no-repeat left center; }
#main .category .list .in-3  a { background:url("../../../images/items/category/c03.png") no-repeat left center; }
#main .category .list .in-4  a { background:url("../../../images/items/category/c04.png") no-repeat left center; }
#main .category .list .in-5  a { background:url("../../../images/items/category/c05.png") no-repeat left center; }
#main .category .list .in-6  a { background:url("../../../images/items/category/c06.png") no-repeat left center; }
#main .category .list .in-7  a { background:url("../../../images/items/category/c07.png") no-repeat left center; }
#main .category .list .in-8  a { background:url("../../../images/items/category/c08.png") no-repeat left center; }
#main .category .list .in-9  a { background:url("../../../images/items/category/c09.png") no-repeat left center; }
#main .category .list .in-10 a { background:url("../../../images/items/category/c10.png") no-repeat left center; }
#main .category .list .in-15 a { background:url("../../../images/items/category/c15.png") no-repeat left center; }
#main .category .list .in-16 a { background:url("../../../images/items/category/c16.png") no-repeat left center; }
#main .category .list .in a {
	background-size:40px 40px;
}
#main .category .list .en {
	font-family: 'aparaji';
	font-size:30px;
	line-height:0.8;
}
#main .category .list .ja {
	font-family: 'utsukushi';
	font-size:16px;
}
#main .category .list .baby {
	font-size:16px;
}



.input-items-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 2rem;
}
.input-items-button {
    display: inline-block;
    background-color: #f3d7f3;
    color: black;
    font-size: 1.125rem;
    padding: 0.625rem 3.125rem 0.625rem 1.25rem;
    text-decoration: none;
    position: relative;
}
.input-items-button::after {
    position: absolute;
    content: '';
    width: 1.6rem;
    height: 1.375rem;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url(../../../images/commons/arrow-right.png?v=1);
    background-size: cover;
}
.input-items {
    border: solid 0.0625rem #cccccc;
}
.input-items-title {
    font-size: 1.25rem;
    margin: 1.25rem;
    text-align: center;
}
.input-item {
    display: flex;
    align-items: center;
    margin: 1.25rem;
    margin-top: 1rem;
}
.input-item-label {
    width: 4.5rem;
    font-size: 1.125rem;
}
.input-item-input {
    width: 10rem;
    margin: 0 1rem;
    border: 0.125rem solid #000;
    padding: 0.3125rem;
}
.input-item-input input {
    width: 100%;
    border-radius: 0 !important;
    height: 2rem;
    padding: 0.625rem;
    font-size: 1.25rem;
	border: none;
	text-align: center;
}
.input-item-input input:focus-visible {
    border-radius: 0 !important;
    outline: none;
}
.input-item-result {
    padding: 0.125rem;
    font-size: 1rem;
    height: 4rem;
    display: flex;
    align-items: center;
    width: calc(100% - 14.5rem);
}
.input-item-result img {
    height: 100%;
    width: auto;
    margin-right: 0.25rem;
}
.input-items-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.625rem;
}
.input-item-result span {
    font-size: 1.125rem;
    color: #000;
}
.a-btn.hr-disable{
    background: #cccccc;
    cursor: default;
    pointer-events: none;
}
.input-items-error {
    display: flex;
    justify-content: center;
    margin-bottom: 0.625rem;
    color: red;
}
.input-items-error:empty {
    display: none;
}
.result-name {
    display: contents !important;
}
.under_line {
    border-bottom: 3px solid #124375;;
    line-height: 2 !important;
}
#main .btns .fl .in .t {
	font-size:20px;
	margin-bottom:5px;
	text-align:center;
}

@media only screen and (max-width: 600px) {
    .input-items-button {
        font-size: 0.8125rem;
    }
    .input-items-wrap {
        margin-top: 1rem;
    }
    .input-items-title {
        font-size: 1.0625rem;
        text-align: center;
        margin: 1.25rem auto;
    }
    .input-item {
        margin: 2rem 1rem;
        margin-top: 0rem;
        flex-wrap: wrap;
    }
    .input-item-input {
        width: 50%;
        margin: 0.625rem 0;
    }
    .input-item-result {
        width: 100%;
    }
}
