@charset "UTF-8";
/* title / ================================= */

h2.title_large {
    position: relative;
    text-align: center;
    width: 100%;
}

h2.title_large p {
    font-size: 3rem;
    margin: 1em 0 0.5em;
    padding: 0;
    word-break: break-word;
}

h2.title_large>span:first-child {
    position: absolute;
    font-size: 8px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#product-topics h2, #series-line-up h2 {
    font-size: 2.1rem;
    line-height: 1.5;
}
#product-main h2.title_large {
	margin: 0 0 2em 0;
}
#product-main h2.title_large p {
	line-height: 1.2;
	margin: 0;
}
#product-main .style_biz h2.title_large span {/* 法人向けの場合の余白調整 */
    display: block;
    margin: 0.5em 0;
}
#product-main .style_biz h2.title_large p {/* 法人向けの場合の余白調整 */
    margin: 0.5em 0 1.2em;
}
#product-main h2.title_large .style_en {
	margin-bottom: 0.6rem;
}
@media (max-width: 756px) {
	h2.title_large>span:last-child{
		bottom: 10px;
	}
}
@media (min-width: 757px) {
    h2.title_large p {
        font-size: 5.5rem;
    }
    h2.title_large>span:first-child {
        font-size: 1.5rem;
    }
    #product-main .style_biz h2.title_large p {/* 法人向けの場合の余白調整 */
         margin: 0.5em 0 0.7em;
    }
}
/* banner ================================= */
.banner-swiper {
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.banner-swiper .swiper-slide .swiper-box{
    height: auto;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	border: solid 1px #BFBFBF;
	padding: 10px;
    aspect-ratio: 6 / 2;

}
.banner-swiper .swiper-slide .swiper-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-swiper .swiper-slide .banner-image {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.banner-swiper .swiper-slide .flex-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-swiper .swiper-pagination-bullet-active {
	background-color: #444;
}
.banner-swiper .swiper-slide .img-box{
    width: 50%;
    aspect-ratio: 3 / 2;
}
.banner-swiper .swiper-slide .txt-box{
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.banner-swiper .swiper-slide .txt-box .content{
	width: 80%;
    max-height: 100%;
    overflow: hidden;
	padding: 4px;
}
.banner-swiper .swiper-slide .txt-box .content .title{
	margin-bottom: 1em;
    line-height: 1.1em;
    word-break: break-word;
    position: relative;
}
.banner-swiper .swiper-slide .txt-box .content .description{
    line-height: 1.3em;
    word-break: break-word;
}
.banner-swiper .swiper-slide .txt-box .detail-btn{
    color: #fff;
    background: #444;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.5rem;
    width: 80%;
    box-sizing: border-box;
}
.banner-swiper .swiper-pagination{
	position: absolute;
	bottom: 10px;
}

@media (max-width: 756px) {
    .banner-swiper{
        padding-bottom: 50px;
    }
    .banner-swiper .swiper-wrapper{
        align-items: stretch;
		height: 60vh;
        max-height: 400px;
		min-height: 330px;
    }
	.banner-swiper .swiper-slide .swiper-box{
		flex-wrap: wrap;
		padding: 5px;
        align-items: stretch;
        min-height: 320px;
        aspect-ratio: revert;
        height: 100%;
	}
	.banner-swiper .swiper-slide .flex-item {
        flex: 1 1 100%;

	}
    .banner-swiper .swiper-slide .img-box{
        width: 100%;
        height: 162px;
    }
    .banner-swiper .swiper-slide .txt-box{
        align-items: center;
        justify-content: flex-start;
        padding: 10px;
        height: calc(100% - 162px);
        box-sizing: border-box;
    }
	.banner-swiper .swiper-slide .txt-box .content{
		width: 100%;
	}
	.banner-swiper .swiper-slide .txt-box .content .title{
		font-size: 1.8rem;
	}
	.banner-swiper .swiper-slide .txt-box .content .description{
		font-size: 1.4rem;
	}
    .banner-swiper .swiper-slide .txt-box .detail-btn{
        margin: auto 0 0;
        width: 100%;
    }
}
@media (max-width: 375px) {
	/*20250327変更*/
    .banner-swiper .swiper-wrapper{
        height: 60vh;
        max-height: 60vh;
    }
}

@media (min-width: 757px) and (max-width: 1200px) {
    .banner-swiper .swiper-slide .txt-box .content .title{
        font-size: 2rem;
    }
    .banner-swiper .swiper-slide .txt-box .content .description{
        font-size: 1.4rem;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .banner-swiper .swiper-slide .txt-box .content .title{
        font-size: 3rem;
    }
    .banner-swiper .swiper-slide .txt-box .content .description{
        font-size: 1.7rem;
    }
}
@media (min-width: 1401px) {
    .banner-swiper .swiper-slide .banner-image {
        max-height: 52vh;
    }
    .banner-swiper .swiper-slide .txt-box .content .title{
		font-size: 3.5rem;
	}
	.banner-swiper .swiper-slide .txt-box .content .description{
		font-size: 2rem;
	}
}


/* showcase ================================= */

#showcase_wrap .inner {
    border-bottom: 1px solid #BFBFBF;
}

/* filter */

.aid_box {
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

.option_R {
    position: relative;
}

.option_R>div {
    position: absolute;
    right: 0;
    bottom: -1px;
    border: 1px solid #BFBFBF;
    padding: 5px 10px 3px;
}

.select_wrap {
    position: relative;
    display: inline-block;
    width: calc(100% - 52px);
}

.select_wrap::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-bottom: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

.select_wrap select,
.category_select2 select{
	color: #000000;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding-right: 30px;
    border: 0;
    box-sizing: border-box;
    outline: none;
}

@media (max-width: 756px) {
    .option_R>div {
        width: 186px;
        box-sizing: border-box;
        margin-right: 0;
    }
    .option_R label {
        font-size: 11px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .select_wrap select {
        font-size: 16px;
        transform: scale(0.8);
        padding-right: 0;
    }
}

@media (min-width: 757px) {
    .option_R>div {
        width: 219px;
    }
    .option_R label {
        font-size: 1.2rem;
        margin-right: 30px;
    }
    .select_wrap {
        width: calc(100% - 72px);
    }
    .select_wrap select {
        font-size: 1.2rem;
    }
}

.select_wrap select::-ms-expand {
    display: none;
}

.select_wrap select option {
    font-size: 1.4rem;
}

#showcase {
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto 5em;
}

@media (max-width: 756px) {
    #showcase_wrap {
        margin-bottom: 100px;
    }
    .aid_box {
        padding-top: 0;
    }
    .option_L {
        display: none;
    }
    .option_R {
        width: 200px;
        height: 38px;
    }
    .option_R>div {
        position: inherit;
        bottom: 0;
    }
}

@media (min-width: 757px) {
    .option_L, .option_R {
        width: 50%;
    }
    .option_L>p {
        display: inline-block;
        min-width: 80px;
    }
    .option_L>p:last-of-type {
        width: 140px;
    }
    .aid_box .reset_btn {
        -webkit-appearance: none;
        appearance: none;
        background: #FFF;
        border: 0;
        padding: 10px;
    }
    .aid_box .reset_btn:hover {
        text-decoration: underline;
    }
}

/* サブメニュー */

@media (max-width: 756px) {
    #showcase-cat-parent {
        display: none;
    }
}

@media (min-width: 757px) {
    #showcase-cat-parent, #showcase-cat-parent ul {
        margin: 0;
        padding: 0;
    }
    #showcase-cat {
        width: 25vw;
        max-width: 300px;
        min-width: 210px;
        padding: 50px 10px;
    }
    #showcase-cat-parent>li {
        margin-bottom: 50px;
        font-size: 1.1rem;
    }
    #showcase-cat-parent>li>ul>li {
        border: 1px solid #BFBFBF;
        margin-bottom: 10px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: normal;
    }
    #showcase-cat-parent>li>ul>li:first-child {
        margin-top: 10px;
    }
    #showcase-cat-parent>li>ul>li.checked a {
        background: #BFBFBF;
        color: #FFF;
    }
    #showcase-cat-parent>li>ul>li>a {
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        transition: 0.3s;
    }
    #showcase-cat-parent>li>ul>li>a:hover {
        text-decoration: none;
    }
}

/* filter */

.sp_view,.pc_view {
    display: none;
}

.category_wrap{
	width: 90%;
    max-width: 1600px;
    margin: 0 auto;
	text-align: center;
}

h2.title_large .category-title{
    font-size: 2.5rem;
    margin-bottom: 1em;
}

.category_select2{
    position: relative;
    margin: 2em auto;
    width: 80%;
	max-width: 500px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.category_select2::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
}
.category_select2 select{
    height: 100%;
	padding: 10px;
	border-bottom: 1px solid #BFBFBF;
	font-size: 12px;
}
.category_select .toggle li a{
	display: block;
	width: 100%;
}
.category_select input, .aid_box.aid_box_sp_style .option_R.c_option_R {
	display: none;
}
h2.title_large .category-title{
    font-size: 2.5rem;
    margin-bottom: 1em;
}

.category_select2{
    position: relative;
    margin: 2em auto;
    width: 80%;
	max-width: 500px;
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.category_select2::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
}
.category_select2 select{
    height: 100%;
	padding: 10px;
    font-size: 1.3rem;
    text-align: center;
    text-align-last: center;
}

#pc-filters{
    display: none;
}
@media (min-width: 768px) {
    .pc_view{
        display: block;
    }
    #pc-filters{
        display: block;
        padding: 20px 30px;
        margin-bottom: 30px;
        background: #F6F4F5;
        text-align: left;
    }
    #pc-filters .title{
        font-size: 1.4rem;
        margin-bottom: 0.5em;
    }
    #pc-filters .filters-box{
        margin-bottom: 1.5em;
    }
    #pc-filters .filters-box:last-of-type{
        margin-bottom: 0;
    }
    #pc-filters .filters-box input[type="checkbox"]{
        display: none;
    }
    #pc-filters .filters-box input[type="checkbox"] + label {
        display: inline-flex;
        position: relative;
        padding-left: 2em;
        cursor: pointer;
        user-select: none;
        font-size: 1.4rem;
        line-height: 2.5em;
        margin: 0 1em;
    }
    #pc-filters .filters-box input[type="checkbox"] + label::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 19px;
        height: 19px;
        border: 1px solid #707070;
        box-sizing: border-box;
        background: #fff;
    }
    #pc-filters .filters-box input[type="checkbox"] + label::after {
        content: "✓";
        position: absolute;
        top: 8px;
        left: 0px;
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1;
        color: #000;
        transition: all .2s;
        width: 19px;
        height: 19px;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
    #pc-filters .filters-box input[type="checkbox"]:not(:checked) + label::after {
        opacity: 0;
        transform: scale(0);
    }
}

@media (max-width: 756px) {
    .category_select{
        display: none;
    }
    .sp_view {
        display: block;
    }
    h2.title_large .category-title{
        font-size: 1.6rem;
        margin: 0;
    }
    h2.title_large {
        margin: 1em 0;
    }
    .aid_box.aid_box_sp_style {
        padding: 0;
        border-top: 1px solid #BFBFBF;
    }
    .aid_box.aid_box_sp_style .select_wrap {
        width: 100%;
    }
    .aid_box.aid_box_sp_style label {
        display: none;
    }
    .aid_box.aid_box_sp_style select {
        width: 110%;
        display: block;
        text-align: center;
        cursor: pointer;
        height: 50px;
    }
    .aid_box.aid_box_sp_style .sort_box {
        width: 65%;
        border-right: 1px solid #BFBFBF;
    }
    .aid_box.aid_box_sp_style .option_R>div {
        width: auto;
        height: auto;
        border: none;
        padding: 0;
    }
    .aid_box.aid_box_sp_style .option_R {
        width: 35%;
        height: auto;
    }
    .aid_box.aid_box_sp_style .sort_box.c_sort_box, .aid_box.aid_box_sp_style .series_box {
        width: 50%;
    }
    .aid_box.aid_box_sp_style .sort_box.c_sort_box .select_wrap:after, .aid_box.aid_box_sp_style .series_box .select_wrap:after {
        right: 40px;
    }
    .aid_box.aid_box_sp_style label:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 5px;
        height: 5px;
        border-top: solid 2px #505659;
        border-right: solid 2px #505659;
        -webkit-transform: rotate(135deg) translate(-50%);
        transform: rotate(135deg) translate(-50%);
    }
}

/* 商品一覧 */
#showcase-listbox {
	flex-wrap: wrap;
}

#showcase-listbox .item_img {
    position: relative;
}

#showcase-listbox .item_img .lbl_comp {
    position: absolute;
    background: #7E7E7E;
    padding: 5px 0;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    text-align: center;
}
#showcase-listbox .item_img .item_notice {
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2rem;
	letter-spacing: 0.02em;
}
#showcase-listbox .item_box{
	height: auto;
}
#showcase-listbox .item_img a {
    transition: 0.3s;
    display: block;
	width: 100%;
	height: 100%;
}

#showcase-listbox .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#showcase-listbox .item_info {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#showcase-listbox h2 {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.5;
    margin: 9px 0 16px;
    display: inline-flex;
    word-break: break-all;
}
#showcase-listbox p {
    margin: 10px;
    word-break: break-all;
}
#showcase-listbox .style_en {
    color: #534E46;
}
#showcase-listbox .item_info .catchcopy {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2em;
    line-height: 1.3em;
}

/*SP*/

/*767pxのみ表示崩れ対応*/
@media (max-width: 767.9px) {
    #showcase-listbox {
        width: 95%;
        margin: 1em auto 0;
    }
    #showcase-listbox .listbox-title{
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 2em;
    }
    #showcase-listbox .item_box {
        margin-bottom: 50px;
        width: calc(100% / 2);
    }
    #showcase-listbox .item_img {
        width: 100%;
        max-width: 156px;
        height: 156px;
        background: #FFF;
        margin: 0 auto;
    }
    #showcase-listbox .item_info {
        max-width: 156px;
    }
    #showcase-listbox h2 {
        min-height: 3em;
    }
    #showcase-listbox p {
        margin: 5px 0;
    }
    #showcase-listbox .style_en {
        font-size: 13pt;
    }
    #showcase-listbox .price {
        font-size: 12pt;
    }
    #showcase-listbox .tax {
        font-size: 8pt;
        margin-left: 0.5em;
    }
    #showcase-listbox .item_info .catchcopy {
        font-size: 1.2rem;
    }
}

@media (max-width: 320px) {
    #showcase-listbox .item_img {
        width: 100%;
        max-width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    #showcase-listbox .item_info {
        max-width: 120px;
    }
    #showcase-listbox h2 {
        min-height: 4em;
    }
    #showcase-listbox .style_en {
        font-size: 11pt;
    }
	#showcase-listbox .item_img .item_notice {
    	font-size: 1rem;
	}
}

/*PC*/

@media (min-width: 767px) {
    #showcase-listbox {
        width: 100%;
        padding: 50px 20px 0;
    }
    #showcase-listbox .item_box {
        margin-bottom: 5em;
        width: calc(100% / 2);
		min-height: 500px;
    }
    #showcase-listbox .item_img {
        width: 80%;
        height: 80%;
        max-width: 270px;
        max-height: 270px;
        background: #FFF;
        margin: 0 auto;
    }
    #showcase-listbox .item_info {
        width: 90%;
        max-width: 270px;
    }
    #showcase-listbox h2 {
        font-size: 1.2rem;
        min-height: 3em;
    }
    #showcase-listbox .price {
        font-size: 1.7rem;
    }
    #showcase-listbox .tax {
        font-size: 1.2rem;
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    #showcase-listbox {
        padding: 50px 30px 0;
    }
    #showcase-listbox .item_box {
        width: calc(100% / 4);
        min-width: 290px;
    }
    #showcase-listbox .item_img {
        width: 100%;
        height: 100%;
    }
}

/* product-topics */

#product-topics .inner {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

#product-topics .ablock {
    text-align: center;
    width: calc(100% / 2 - 20px);
    margin: 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
    transition: 0.3s;
}

#product-topics .img_wrap {
    background: #FFF;
    width: 152px;
    height: 124px;
    margin: 0 auto;
}

#product-topics .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product-topics .excerpt {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 6em;
    overflow: hidden;
}

/*SP*/

@media (max-width: 767px) {
    #product-topics {
        background: #EAEAEA;
    }
    #product-topics .inner {
        width: 90vw;
        max-width: 500px;
    }
    #product-topics .excerpt {
        font-size: 12px;
        width: 152px;
        margin: 14px auto 0;
    }
}

/*PC*/

@media (min-width: 768px) {
    #product-topics .inner {
        width: 70vw;
    }
    #product-topics .ablock {
        text-align: center;
        width: 220px;
        margin: 22px;
        margin-bottom: 30px;
    }
    #product-topics .img_wrap {
        background: #FFF;
        width: 220px;
        height: 180px;
    }
    #product-topics .img_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #product-topics .excerpt {
        font-size: 1.4rem;
        line-height: 1.5;
        min-height: 3em;
    }
}

/* series-line-up */

#series-line-up .inner {
    flex-wrap: wrap;
    justify-content: center;
}

#series-line-up .ablock {
    width: 100%;
    max-width: 411px;
    transition: 0.3s;
}

#series-line-up .img_wrap {
    width: 100%;
    background: #FFF;
}

#series-line-up .img_wrap img {
    max-width: 100%;
    border: 1px solid #D6D6D6;
}

#series-line-up p {
    line-height: 1.5;
    word-break: break-all;
    white-space: pre-wrap;
}

#series-line-up .ablock .style_en {
    color: #534F4F;
}


/*SP*/

@media (max-width: 767px) {
    #series-line-up .inner {
        width: 87vw;
        margin: 0 auto;
    }
    #series-line-up .ablock {
        margin: 0 0 43px;
    }
    #series-line-up .ablock .style_en {
        font-size: 1.5rem;
        letter-spacing: 0.15px;
        margin: 10px 0;
    }
    #series-line-up p:last-of-type {
        font-size: 1.2rem;
        letter-spacing: 0.24px;
        margin: 0;
    }
}

/*PC*/

@media (min-width: 768px) {
    #series-line-up .inner {
        width: 90vw;
        max-width: 1280px;
        margin: 0 auto 30px;
    }
    #series-line-up .inner::after {
        content: "";
        display: block;
        width: 30%;
    }
    #series-line-up .ablock {
        margin: 0 15px 30px 0;
    }
    #series-line-up .ablock .style_en {
        font-size: 1.5rem;
        letter-spacing: 0.15px;
        margin: 0.5em 0;
    }
    #series-line-up p:last-of-type {
        font-size: 1.4rem;
        letter-spacing: 0.28px;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1420px) {
    #series-line-up .inner::after {
        content: "";
        display: block;
        width: 426px;
    }
}

.colorTip li {
    margin-right: 5px;
}