@charset "utf-8"; /* CSS Document */
/*-----------------
商品共通
-------------------*/
.product-sec{
	margin-bottom: 50px;
}
/*introduction*/
.introduction-wrap .ttl-box {
    display: inline-table;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.introduction-wrap .ttl-box span {
    display: block;
}

.introduction-wrap .ttl-box:before {
    content: "";
    display: block;
    width: 90px;
    height: 7px;
    position: absolute;
    background-color: #005aa0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.introduction-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.introduction-item{
    width: calc((100% - 50px) / 3);
}
.introduction-item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
/* アイテムが1つだけの場合 */
.introduction-items.single-post {
    justify-content: center; 
}
/* アイテムが2つだけの場合 */
.introduction-items.two-posts {
    justify-content: center; 
}
.introduction-items.two-posts .introduction-item:first-child{
    margin-right: 25px;
}
.introduction-item__title{
    color: #fff!important;
    background: #005aa0;
    padding: 0;
    min-height: 54px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
}
.introduction-item__title a{
    color: #fff!important;
    font-size: 1.8rem;
    font-weight: bold;
}
.introduction-item__title .solution-article-head-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 10px;
    min-height: 70px;
    padding: 8px 25px 7px;
    transition: opacity .3s ease;
}
.introduction-item__title span,
.introduction-item__title a span{
    line-height: 1.2;
}
/* .introduction-item__title:before{
    content: "";
    background: url(../images/illust_people001.svg) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 10;
} */
.introduction-item__title small,
.introduction-item__title a small{
    font-size: 1.6rem;
    font-weight: normal;
    display: inline;
}
.introduction-item__title .solution-article-ind {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    width: 100%;
}
.introduction-item__title .solution-article-ind-item {
    min-width: 50px;
    padding: 3px 5px;
    border-radius: 3px;
    background: #fff;
    color: #005aa0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: calc(1em + 4px);
    text-align: center;
}
/* .introduction-item:nth-child(2) .introduction-item__title:before{
    background: url(../images/illust_people002.svg) no-repeat;
}
.introduction-item:nth-child(3) .introduction-item__title:before{
    background: url(../images/illust_people003.svg) no-repeat;
} */
.introduction-item-wrap{
    padding: 25px 25px 45px;
    box-sizing: border-box;
}
.introduction-item .photo-wrap {
    /* border: solid 1px #cccccc; */
    width: 65.625%;
    margin: 0 auto 40px;
}
.introduction-items .introduction-item .slick-list{
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
.introduction-item .photo-wrap .slick-dots {
    bottom: -24px;
}
.introduction-item .photo-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
}
.introduction-item .photo-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
}
.introduction-item .photo-wrap .slick-dots li.slick-active button {
    background-color: #005aa0;
}
.introduction-item .slick-dots li:only-child{
    display: none;
}
.introduction-item-info-main{
    font-size: 1.4rem;
    padding: 0 5px;
    box-sizing: border-box;
    border-top:solid 1px #ccc;
    margin-bottom: 20px;
	text-align: left;
}
.introduction-item-info-main p{
    display: block;
    border-bottom:solid 1px #ccc;
    padding: 10px 0;
}
.introduction-item-info-main span{
    font-weight: bold;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
.introduction-item-info-text{
    text-align: left;
}
.introduction-item-info-text span{
    font-weight: bold;
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
}
.introduction-items .introduction-item.slick-slide,
.introduction-items .introduction-item .slick-slide{
    opacity: 1;
}
@media screen and (max-width: 1175px) {
    .introduction-item-info-main p{
        display: block;
    }
    .introduction-item-info-main span{
        font-weight: bold;
        margin-right: 0;
        min-width: inherit;
        display: block;
    }
}
@media screen and (max-width: 1200px) {
    .introduction-wrap .point-container {
        padding-bottom: 50px;
    }
    .introduction-wrap .btn{
        width: auto;
    }
    .introduction-wrap .ttl-box span{
        padding-bottom: 0;
    }
    .introduction-items {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .introduction-item {
        margin: 0 5px 20px;
    }
    .introduction-item-wrap {
        padding: 25px 10px;
        box-sizing: border-box;
    }
    /* .introduction-item__title:before{
        content: "";
        background: url(../images/illust_people001@sp.svg) no-repeat;
        background-size: contain;
        width: 60px;
        height: 70px;
        position: absolute;
        left: 10px;
        bottom: 0;
        z-index: 10;
    }
    .introduction-item:nth-child(2) .introduction-item__title:before{
        background: url(../images/illust_people002@sp.svg) no-repeat;
    }
    .introduction-item:nth-child(3) .introduction-item__title:before{
        background: url(../images/illust_people003@sp.svg) no-repeat;
    } */
    .introduction-item__title {
        color: #fff;
        background: #005aa0;
        padding: 0;
        min-height: 60px;
        box-sizing: border-box;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
    }
    .introduction-item__title .solution-article-head-inner{
        display: flex!important;
        padding: 8px 15px;
        font-size: 1.8rem
    }
    .introduction-item .photo-wrap {
        /* border: solid 1px #cccccc; */
        width: 62.5%;
        margin: 0 auto 40px;
    }
    .introduction-item-info-main{
        margin-bottom: 10px;
        padding: 8px 5px;
    }
    .introduction-item-info-main span {
        font-weight: bold;
        margin-right: 0;
        display: block;
        margin-bottom: 5px;
    }
    .introduction-item-wrap .slick-slide img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 550px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
	.introduction-wrap{
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
    .introduction-item-wrap .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: inherit;
    }
}
/*blog-archive*/
.blog-archive{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
/* 1カラムの場合 */
.blog-archive.single-post{
    justify-content: center;
}
/* ２カラムの場合 */
.blog-archive.two-posts{
    justify-content: center;
}
.blog-archive.two-posts .blog-archive-item:first-child{
    margin-right: 25px;
}
.blog-archive:after{
    content: none;
}
.blog-archive-item{
    width: calc((100% - 50px) / 3);
    position: relative;
}
.blog-archive-item-eyecatch{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 73 / 41;
    overflow: hidden;
}
.blog-archive-item-eyecatch img {
    width: 100%;
    height: auto;
    object-fit: cover;
    vertical-align: bottom;
    transform: scale(1);
    transition: ease-in-out .2s;
    aspect-ratio: 73 / 41;
    object-fit: cover;
    object-position: center;
}
.blog-archive-item-eyecatch:hover img {
    transform: scale(1.1);
}
.blog-archive-item-eyecatch__cat{
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.blog-archive-item-eyecatch__cat a {
    display: flex;
    color: #ffffff !important;
    font-size: 1.6rem;
    transition: .2s;
    background: rgba(0, 0, 0, 0.75);
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}
.blog-archive-item-eyecatch__cat a::before {
    font-family: "icomoon";
    content: "\e902";
    margin-right: 5px;
    position: relative;
    z-index: 997;
    color: #ffffff;
    display: inline-block;
    transform: translateY(-2px);
}
.blog-archive-item-dateList{
    list-style: none;
    margin-bottom: 10px;
}
.blog-archive-item-dateList__item {
    display: inline-block;
    text-align: left;
    color: #7f7f7f;
    font-size: 1.4rem;
    margin-right: 10px;
    line-height: 1.2;
}
.blog-archive-item-dateList__item:before{
    z-index: 10;
}
.blog-archive-item-dateList .icon-calendar1:before{
    position: relative !important;
    display: inline-block;
    z-index: 997;
    margin-right: 5px;
    line-height: 1;
}
.icon-tag {
    border-radius: 1rem;
    padding: 0.1rem 2.5rem;
    position: relative;
}
.icon-tag::before {
    z-index: 997;
    left: 1.4rem;
    top: 50%;
    transform: translate(-50%, -45%);
    color: #333333;
}
.icon-tag a:not(:last-child):after{
    content: ",";
    display: inline;
    z-index: 1;
    position: static;
}
.blog-archive-item-title{
    font-size: 1.6rem;
    font-weight: bold;
}
.blog-archive .slick-slide{
    opacity: 1;
}
.introduction-item .photo-wrap .photo{
    width: 100%;
}
.introduction-item .photo-wrap .photo img{
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 900px) {
    .blog-archive-item{
        margin: 0 5px;
    }
    .blog-archive-item-eyecatch__cat a::before{
        content: none;
    }
    .blog-archive-item-dateList__item {
        display: block;
        margin-right: 0;
    }
    .blog-archive-item-dateList__item.icon-tag{
        display: flex;
        flex-flow: wrap;
        margin-top: 5px;
    }
    .blog-archive-item-dateList__item.icon-tag a{
        width: auto;
    }
    .blog-archive-item-dateList {
        margin-bottom: 15px;
    }
    .icon-tag {
        border-radius: 1rem;
        padding: 0.1rem 0 0.1rem 2rem;
        position: relative;
    }
    .icon-tag::before {
        z-index: 997;
        left: 1.4rem;
        top: 50%;
        transform: translate(-50%, -45%);
        color: #333333;
    }
    .blog-archive-item-title {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .blog-archive .slick-track{
        display: flex;
        margin-bottom: 20px;
    }

    .introduction-item .photo-wrap .slick-track{
        display:flex;
    }
    .introduction-item .photo-wrap .slick-slide.photo{
        width:100%!important;
    }
}
@media screen and (max-width: 768px) {
	.blog-archive{
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}
/*newitem-wrap*/
.newitem-wrap {
    background-color: #fdfcea;
}

@media screen and (max-width: 640px) {
    .newitem-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1501px) {
    .newitem-wrap .newitem-box {
        display: flex;
    }
}

.newitem-wrap .newitem-box .ttl-box {
    display: block;
    width: 290px;
    text-align: left;
    padding-right: 35px;
}

@media screen and (max-width: 1500px) {
    .newitem-wrap .newitem-box .ttl-box {
        width: inherit;
		padding-left: 70px;
        padding-bottom: 30px;
    }

    .pc-only-item {
        display: none;
    }
}

.newitem-wrap .newitem-box .ttl-box .ttl-head {
    display: block;
    color: #f39538;
    line-height: 1.4em;
    font-weight: bold;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}

.newitem-wrap .newitem-box .ttl-box .ttl {
    display: block;
    color: #000;
    line-height: 1.1em;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding-bottom: 15px;
}

.newitem-wrap .newitem-box .ttl-box .ttl-foot {
    color: #444;
}

@media screen and (max-width: 1500px) {
    .newitem-wrap .newitem-box .ttl-box .ttl-head {
        padding-bottom: 5px;
    }

    .newitem-wrap .newitem-box .ttl-box .ttl {
        padding-bottom: 10px;
    }
}

.newitem-wrap .newitem-box .item-slide {
    display: block;
    width: 860px;
    /* flex: 1; */
    padding: 0 65px;
}

@media screen and (max-width: 1500px) {
    .newitem-wrap .newitem-box .item-slide {
        width: 100%;
        padding: 0 65px;
    }
}

.newitem-wrap .newitem-box .item-slide .newitem-slider {
    overflow: visible;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li {
    margin: 0 10px;
    opacity: 1;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box {
    /* 	max-width: 170px; */
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a {
    display: block;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a:hover {
    text-decoration: none;
    color: inherit;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox {
    padding-top: 30px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .item-img {
    display: block;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    background-color: #fff;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li.item-ipad .item-box a .fbox .item-img {
	padding: 5px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .ttl {
    display: block;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 5px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .price {
    display: block;
    text-align: right;
    padding-bottom: 6px;
}

.newitem-wrap .newitem-box .item-slide .newitem-slider li .item-box a .fbox .text {
    display: block;
    line-height: 1.5em;
}
@media screen and (max-width: 768px) {
	.newitem-wrap .newitem-box .ttl-box{
		width: 90.625%;
        margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
	.newitem-wrap{
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}
.pt-ranking .item-img{
	position: relative;
}
.pt-ranking .item-img:before{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	content: attr(date-ranking);
	width: 30px;
	height: 30px;
	position: absolute;
	top: -31px;
	left: 0;
	z-index: 10;
	background: #333333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pt-ranking .item-img[date-ranking="1"]:before{
	background:#ebb000;
}
.pt-ranking .item-img[date-ranking="2"]:before{
	background:#5a7e87;
}
.pt-ranking .item-img[date-ranking="3"]:before{
	background:#be5f0d;
}
/* cont-faq */
.cont-faq {
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.cont-faq .box-faq {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.cont-faq .box-faq.is-hide {
	display: none
}

.cont-faq .box-faq dt,
.cont-faq .box-faq dd {
	position: relative;
}
.cont-faq .box-faq dt {
	padding: 20px 80px 20px 75px;
	cursor: pointer;
}
.cont-faq .box-faq dt:before {
	content: "Q";
	display: block;
	color: #005aa0;
	font-size: 4.4rem;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
    position: absolute;
    left: 20px;
    top: 20px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus:before,
.cont-faq .box-faq dt .plus:after {
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background-color: #005aa0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1.5px;
	z-index: 1;
}
.cont-faq .box-faq dt .plus:after {
	transform: rotate(90deg);
}
.cont-faq .box-faq dt.active .plus:after {
	transform: rotate(0);
}

.cont-faq .box-faq dd {
	display: none;
	padding: 30px 20px 30px 75px;
	background-color: rgba(204,222,236,0.2);
}
.cont-faq .box-faq dd:before {
	content: "A";
	display: block;
	color: #3399d3;
	font-size: 4.4rem;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 1;
    position: absolute;
    left: 20px;
    top: 30px;
	z-index: 1;
}
.cont-faq .box-faq dd p {
	line-height: 1.87;
}
.cont-faq .box-faq dd a {
	text-decoration: none;
	font-weight: 300;
}
/*小カテゴリ*/
#under h2.item-name{
    padding: 0;
}
#under h2.item-name a{
    font-size: 1.6rem;
    min-height: 62px;
    padding: 15px 10px 12px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
#under .product_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#under .item .flex{
    justify-content: flex-start;
}
#under .product_list_wrap .list_area{
    width: calc(50% - 8px);
    margin: 0 16px 40px 0;
    overflow: visible;
    position: relative;
}
#under .product_list_wrap .list_area:nth-of-type(2n){
    margin-right: 0;
}
/* 画面幅が1200px以上の場合は2列レイアウト */
@media (min-width: 1200px) {
    #under .product_list_wrap .list_area{
        width: calc(50% - 8px);
    }
    #under .product_list_wrap .list_area:nth-of-type(2n){
        margin-right: 0;
    }
}
/* 画面幅が1500px以上の場合は3列レイアウト */
@media (min-width: 1500px) {
    #under .product_list_wrap .list_area{
        width: calc(33.333333% - 11px);
    }
    #under .product_list_wrap .list_area:nth-of-type(2n){
        margin-right: 16px;
    }
    #under .product_list_wrap .list_area:nth-of-type(3n){
        margin-right: 0;
    }
}
/* 画面幅が1800px以上の場合は4列レイアウト */
/* @media (min-width: 1800px) {
    #under .product_list_wrap .list_area{
        width: calc(25% - 12px);
    }
    #under .product_list_wrap .list_area:nth-of-type(3n){
        margin-right: 16px;
    }
    #under .product_list_wrap .list_area:nth-of-type(4n){
        margin-right: 0;
    }
} */
/* 画面幅が2100px以上の場合は5列レイアウト */
/* @media (min-width: 2100px) {
    #under .product_list_wrap .list_area{
        width: calc(20% - 12.8px);
    }
    #under .product_list_wrap .list_area:nth-of-type(4n){
        margin-right: 16px;
    }
    #under .product_list_wrap .list_area:nth-of-type(5n){
        margin-right: 0;
    }
} */
@media (max-width: 1000px) {
    #under .product_list_wrap .list_area{
		width: 100%;
        margin-right: 0;
    }
    .product-list-area {
        min-height: inherit;
    }
}
.dlTable2:nth-child(1) ,
.dlTable2{
    width: 100%;
    margin-right: 0;
}
.list_area-title{
    position: relative;
}
.list_area-title-cate{
    position: absolute;
    top: -10px;
    left: 25px;
    display: flex;
    z-index: 10;
}
.list_area-title-cate li{
    width: 70px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    position: relative;
    line-height: 1;
    border-radius: 3px;
}
.list_area-title-cate .cate1{
    width: 70px;
    background: #e04057;
    line-height: 1;
}
/* .list_area-title-cate .cate1:before{
    content: "";
    background: #e04057;
    height: calc(tan(64deg)* 20px / 2);
    width: 8px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    position: absolute;
    top: 0;
    left: -8px;
}
.list_area-title-cate .cate1:after{
    content: "";
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -3px;
    bottom: 0;
    margin: auto;
    z-index: 10;
} */
.list_area-title-cate .cate2{
    font-size: 1rem;
    background: #80af20;
}
.list_area-title-cate .cate3{
    font-size: 0.9rem;
    background: #eb7530;
}
.list_area-title-cate .cate4{
    font-size: 1.1rem;
    background: #e04057;
}
.product-list-block{
    margin-bottom: 20px;
}
.product-list-wrapper{
    display: flex;
    justify-content: space-between;
}
.product-list-wrapper:not(:last-of-type){
    margin-bottom: 20px;
}
.product-list-photo{
    width: calc(50% - 10px);
    text-align: center;
    line-height: 0;
}
.product-list-photo a {
    border: 1px solid #ccc;
    display: inline-block;
}
.product-list-photo img {
    display: block;
    width: 100%;
    text-align: center;
}
.product-list-price{
    width: calc(50% - 10px);
}
.product-list-price-title{
    color: #333!important;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.product-list-price-title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 2px;
    background: #005aa0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: +1;
}
.product-list-price-title small{
    font-size: 1.2rem;
}
.price-area-text-estimate{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}
.price-area-text-text{
    margin-top: 15px;
}
.price-area-text-item:first-child{
    border-top: solid 1px #cccccc;
}
.price-area-text-item{
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: solid 1px #cccccc;
    align-items: center;
}
.price-area-text-item dt{
    font-size: 1.4rem;
    font-weight: bold;
}
.price-area-text-item dd{
    color: #ff3974;
    font-size: 1.2rem;
    font-weight: bold;
}
.price-area-text-item dd span{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 1px;
}
.product-list-icon-list{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 5px;
}
.product-list-icon-list li{
    width: 45px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 0;
}
.product-list-icon-list li img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.product-list-icon-list2{
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.product-list-icon-list2 li{
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 8px;
    background-color: #ebebeb;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    position: relative;
    box-sizing: border-box;
}
.product-list-detail-main.accordion{
    display: none;
}
.product-list-detail-btn{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 12px;
    box-sizing: border-box;
    margin-bottom: 0;
    position: relative;
    transition: all ease .3s;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background: #abb0b4;
    cursor: pointer;
}
.product-list-detail-btn:before, 
.product-list-detail-btn:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
}
.product-list-detail-btn:after {
    transform: rotate(90deg);
    top: calc(50% - 1px);
}
.product-list-detail-btn.active{
    background: #ededed;
}
.product-list-detail-btn.active:after {
    transform: rotate(0);
}
.product-list-btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.product-list-btn > div{
    width: calc(50% - 3px);
}
.product-list-btn__detail a{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #005aa0;
    color: #fff;
    line-height: 1.6;
    padding: 0 10%;
    position: relative;
}
.product-list-btn__detail a:before {
    position: relative;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 555;
    transition: 0.3s;
    margin-right: 8px;
}
.product-list-btn__cart a,
.product-list-btn__cart span{
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #e97731;
    color: #fff;
    line-height: 1.6;
    padding: 0 10%;
    position: relative;
}
.product-list-btn__cart a.mn-cart:before,
.product-list-btn__cart span.mn-cart:before {
    font-size: 2.1rem;
    font-weight: normal;
    content: "\e902";
    display: inherit;
    position: inherit;
    z-index: +1;
    color: #fff;
    margin-right: 8px;
}
.product-list-btn__detail a:hover,
.product-list-btn__cart a:hover,
.product-list-btn__cart span:hover{
    opacity: 0.8;
    color: #fff;
}
/* .product-list-area{
    min-height: 216px;
} */
@media (max-width: 768px) {
    .product-list-area{
        min-height: inherit;
    }
}
@media (max-width: 768px) {
    #under h2.item-name a {
        font-size: 1.4rem;
        min-height: 62px;
        padding: 15px 10px 15px 30px;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .list_area-title-cate{
        width: calc(100% - 30px);
    }
    .list_area-title-cate li{
        width: 70px;
        font-size: 1.2rem!important;
    }
    .list_area-title-cate .cate1{
        width: 70px;
        font-size: 1.2rem;
    }
    .list_area-title-cate .cate3{
        font-size: 0.9rem!important;
    }
    .product-list-price-title {
        color: #333 !important;
        font-size: 1.4rem;
    }
    .product-list-price-title small {
        font-size: 1.1rem;
    }
    .price-area-text-item dt{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .price-area-text-item dd{
        color: #ff3974;
        font-size: 1.1rem;
        font-weight: bold;
    }
    .price-area-text-item dd span{
        font-family: "Roboto Condensed", sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        margin-right: 1px;
    }
}
@media (max-width: 320px) {
    .product-list-wrapper {
        display: block;
        margin-bottom: 20px;
    }
    .product-list-photo {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-list-price {
        width: 100%;
    }
    .product-list-btn{
        display: block;
        margin-bottom: 8px;
    }
    .product-list-btn > div {
        width: 100%;
    }
    .product-list-btn > div:not(:last-child){
        margin-bottom: 8px;
    }
}
/*sec-title1*/
.sec-title1{
    font-size: 2.4rem;
	font-weight: bold;
	padding-top: 40px;
	border-top: solid 2px #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
}
.sec-title1:before{
	content: "";
	background: #005aa0;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 1;
}
@media (max-width: 768px) {
	.sec-title1{
		font-size: 2.0rem;
		font-weight: bold;
		padding-top: 30px;
		border-top: solid 2px #e6e6e6;
		box-sizing: border-box;
		margin-bottom: 25px;
		position: relative;
	}
	.sec-title1:before{
		content: "";
		background: #005aa0;
		width: 40px;
		height: 2px;
		position: absolute;
		left: 0;
		top: -2px;
		z-index: 1;
	}
}
/*sec-title2*/
.sec-title2{
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    background-color: #e1f0f7;
    font-size: inherit;
    background-size: inherit;
    margin-bottom: 20px;
    position: relative;
    padding: 12px 10px 12px 30px;
    box-sizing: border-box;
}
.sec-title2:before {
    content: "";
    display: block;
    width: 13px;
    height: 4px;
    background-color: #035898;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
@media (max-width: 768px) {
    .sec-title2 {
        font-size: 1.4rem;
    }
}
/*全商品一覧*/
.product-all-text{
    font-size: 1.6rem;
    padding: 30px 0;
    box-sizing: border-box;
    line-height: calc(1em + 12px);
}
.product-all-category{
    margin-bottom: 50px;
}
.product-all-item{
    margin-bottom: 40px;
}
.product-all-table{
    width: 100%;
    border-collapse: collapse;
    position: relative;
}
/*.product-all-table thead{
    display: block;
}
.product-all-table tbody{
    display: block;
    overflow-y: auto;
    max-height: 500px;
}*/
.product-all-table th, 
.product-all-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    min-width: 120px;
    text-align: right;
    transition: all ease .3s;
}
.product-all-table th{
    font-weight: bold;
}
.product-all-table td{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
}
.product-all-table td small{
    font-size: 1.2rem;
}
.product-all-table tr th:first-of-type,
.product-all-table tr td:first-of-type{
    min-width: 320px;
    text-align: left;
    font-size: 1.4rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-all-table tr:nth-child(odd) td:first-of-type{
    background-color: #fff;
}
.product-all-table tr:nth-child(even) td:first-of-type{
    background-color: #f9f9f9;
}
.product-all-table tr td:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.5px;
    height: 100%;
    background: #ccc;
}
.product-all-table tr th:first-of-type::after,
.product-all-table tr td:first-of-type::after{
    content: "";
    position: absolute;
    top: 0;
    right: -0.5px;
    width: 0.5px;
    height: 100%;
    background: #ccc;
}
.product-all-table tr.hover td:first-of-type,
.product-all-table tr.hover td:first-of-type a{
    font-weight: bold;
}
.product-all-table tr.hover td.hover-cell:first-of-type,
.product-all-table tr.hover td.hover-cell:first-of-type a{
    font-weight: bold;
    text-decoration: underline;
    color: #ea7530;
}
.product-all-table th {
    color: #fff;
    background-color: #4d4d4d;
}
.product-all-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.product-all-table tr.hover {
    background-color: #fffbe7;
    transition: all ease .3s;
}
.product-all-table th.hover {
    background-color: #ea7530!important;
    transition: all ease .3s;
}
.product-all-table td.hover,
.product-all-table td.hover a{
    background-color: #fffbe7!important;
    transition: all ease .3s;
}
.product-all-table td.hover.hover-cell,
.product-all-table td.hover.hover-cell a{
    background-color: #ffe9a6 !important;
    color: #333;
    font-weight: bold;
    transition: all ease .3s;
}
.product-all-table td {
    position: relative;
}
.table-wrap {
    position: relative;
    margin-bottom: 20px;
}
.table-scroll {
    overflow-x: auto;
    position: relative;
}
.table-wrap__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.product-all-category-link{
    display: flex;
    flex-flow: row wrap;
}
.product-all-category-link li{
    width: calc(20% - 10px);
    margin: 0 5px 10px;
}
/* @media (max-width: 1100px) {
    .product-all-category-link li{
        width: calc(14.286% - 10px);
    }
} */
@media (max-width: 800px) {
    .product-all-category-link li{
        width: calc(20% - 10px);
    }
}
.product-all-category-link li a {
    font-size: 1.3rem;
}
.product-all-category-link li .name-box{
    text-align: center;
    font-weight: bold;
    display: block;
    width: 100%;
}
.product-all-category-link li a img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.product-all-category-link li a span.img{
    margin-bottom: 10px;
    border-radius: 5px;
    display: block;
    position: relative;
}
.product-all-category-link li a:hover span.img:before{
    opacity: 1;
    transition: all ease .3s;
}
.product-all-category-link li a span.img:before{
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(207, 207, 207, 0.4);
    border-radius: 5px;
    opacity: 0;
    transition: all ease .3s;
    z-index: 1;
}
.product-all-category-link li a:hover span.img{
    /* background: #e2e2e2;
    opacity: 0.8; */
    transition: all ease .3s;
}
.max-product{
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}
.max-1160{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.product-title{
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    position: relative;
}
.product-title:before{
    content: "";
    background: #005aa0;
    width: 120px;
    height: 3px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.product-title.color-1:before{
    background: #005aa0;
}
.product-title.color-2:before{
    background: #e97731;
}
.product-title.color-3:before{
    background: #eb4074;
}
@media (max-width: 768px) {
    .product-title{
        font-size: 2.0rem;
        font-weight: bold;
        padding-top: 20px;
        box-sizing: border-box;
        margin-bottom: 25px;
        position: relative;
    }
    .product-all-category .product-all-category-wrapper{
        overflow-x: auto;
    }
    .product-all-category-link li{
        width: calc(33.333% - 10px);
    }
    .product-all-category-link li .name-box{
        font-size: 1.0rem;
    }
    .product-all-category .product-all-category-link li{
        width: 150px;
        min-width: 150px;
    }
    .product-all-category .product-all-category-link {
        display: flex;
        flex-flow: row nowrap;
    }
    .product-all-main-tb{
        display: none;
    }
    .product-all-main-sp__title {
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px 35px 10px 12px;
        box-sizing: border-box;
        margin-bottom: 0;
        position: relative;
        transition: all ease .3s;
        color: #005aa0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        height: auto;
        line-height: 1.3;
        min-height: 50px;
        border: solid 1px #005aa0;
        background: #fff;
        cursor: pointer;
    }
    .product-all-main-sp__title:before, 
    .product-all-main-sp__title:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #005aa0;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        z-index: 1;
    }
    .product-all-main-sp__title:after {
        transform: rotate(90deg);
        top: calc(50% - 1px);
    }
    .product-all-main-sp__title.active:after {
        transform: rotate(0);
    }
    .product-all-main-sp-tb.accordion{
        display: none;
    }
    .product-all-main-sp-btn{
        width: 100%;
        height: 44px;
        margin: 10px auto 20px;
    }
    .product-all-main-sp-table th{
        font-style: 1.2rem;
        width: 60px;
        min-width: 60px;
    }
    .product-all-main-sp-table td{
        font-style: 1.4rem;
        font-family: "Roboto Condensed", sans-serif;
        text-align: right;
        min-width: calc((100vw - 180px) / 2);
    }
    .product-all-main-sp-table td small{
        font-size: 1.0rem;
    }
    .product-all-main-sp-btn{
        display: table;
        width: auto;
        margin: 10px auto 20px;
    }
    .product-all-main-sp-btn a{
        font-style: 1.4rem;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #005aa0;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0 30px;
    }
    .product-all-main-sp-btn a:before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: static;
        margin-right: 8px;
        transform: rotate(45deg);
        z-index: 555;
    }
    .product-all-main-sp:not(:last-of-type){
        margin-bottom: 2px;
    }
    .product-all-category-wrapper{
        overflow-y: auto;
        scroll-behavior: auto;
    }
}
/*fixed-category-main*/
.body-fixed-category{
    padding-bottom: 100px;
}
.fixed-category{
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 556;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    border-radius : 20px 20px 0px 0px;
    padding: 30px 30px 0;
    box-sizing: border-box;
    /* background: #fff; */
    transition-duration: .2s;
}
.fixed-category.is--fixed{
    opacity: 1;
    pointer-events: auto;
}
.fixed-category.parent-active{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    transition-duration: .2s;
}
.fixed-category-title{
    color: #015aa1;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    background: #e1f0f7;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
}
.fixed-category-title:after{
    position: static;
    content: "";
    background: #005aa0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    z-index: 1;
    margin-left: 5px;
    transform: translateY(-2px);
}
.fixed-category-title span{
    position: relative;
}
.fixed-category-title span:before, 
.fixed-category-title span:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    right: -20px;
    z-index: 2;
}
.fixed-category-title span:after {
    transform: rotate(90deg);
}
.fixed-category-title.active span:after {
    transform: rotate(0);
}

.fixed-category-title.active{
    box-shadow: none;
    font-size: 0;
}
.fixed-category-title.active:before {
    position: static;
    font-size: 1.8rem;
    content:'閉じる';
    z-index: 1;
}
.fixed-category-main.accordion{
    display: none;
}
.fixed-category-main-wrapper{
    overflow-y:auto;
    height: calc(100vh - 290px);
    padding-bottom: 40px;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .fixed-category{
        width: 90.625%;
        margin: auto;
        border-radius : 15px 15px 0px 0px;
        padding: 10px 10px 0;
    }
    .fixed-category-title {
        color: #015aa1;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 10px;
        background: #e1f0f7;
        width: 100%;
        height: 50px;
        border-radius: 25px;
    }
    .fixed-category-title.active:before {
        position: static;
        font-size: 1.4rem;
        content:'閉じる';
        z-index: 1;
    }
    .fixed-category-title.active{
        margin-bottom: 20px;
    }
    .fixed-category-main-wrapper {
        height: calc(100vh - 180px);
    }
}
/* addcart-form */
.addcart-form{
	display: flex;
	align-items: flex-start;
}
:where(.und-reset) button, 
:where(.und-reset) input[type], 
:where(.und-reset) optgroup, 
:where(.und-reset) select, 
:where(.und-reset) textarea{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    vertical-align: middle;
    outline: 0;
}
:where(.und-reset) button, 
:where(.und-reset) select {
    text-transform: none;
}
@media screen and (min-width:769px){
	.addcart-form::before{
		flex: 0 0 auto;
		align-self: stretch;
		position: relative;
		z-index: 0;
		width: 1px;
		margin: 20px 0;
		background: #e6e6e6;
		content: "";
	}
}
.addcart-form-side{
	flex: 0 0 auto;
	order: -1;
	position: sticky;
	top: 0;
	width: 240px;
}
@media screen and (max-width:768px){
	/*--- sp ---*/
	.addcart-form{
		display: grid;
		width: 90.625vw;
		max-width: 100%;
	}
	.addcart-form-side{
		display: contents;
		position: static;
		width: 100%;
	}
}
.addcart-form__prod{
	padding: 20px;
}
.addcart-form__prod-pic{
	position: relative;
}
.addcart-form__prod-pic::after{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #ccc;
	content: "";
}
.addcart-form__prod-name{
	margin-top: 6px;
	color: #4d4d4d;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: calc(1em + 7px);
    text-align: left;
}
.addcart-form__prod-pic{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
}
.addcart-form__prod-pic img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width:768px){
	/*--- sp ---*/
	.addcart-form__prod{
		display: flex;
		align-items: flex-start;
		gap: 10px;
		padding: 15px;
		border-bottom: solid 1px #e6e6e6;
	}
	.addcart-form__prod-pic{
		flex: 0 0 auto;
		width: 60px;
	}
	.addcart-form__prod-name{
		display: flex;
		align-items: center;
		min-height: 60px;
		margin-top: 0;
		font-size: 1.6rem;
	}
}
.addcart-form__end{
	padding: 20px;
	font-size: 1.4rem;
}
.addcart-form__quant-head{
	margin: -4px 0 7px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: calc(1em + 7px);
    text-align: left;
}
.addcart-form__quant-body{
	display: flex;
	align-items: center;
	gap: 10px;
}
.addcart-form__quant-body input{
	width: 100px;
	height: 40px;
	padding: 0 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
    text-align: left;
}
.addcart-form-btn{
	display: block;
	width: 100%;
	margin-top: 20px;
	transition: opacity .3s ease;
    border: none;
    padding: 0;
}
@media screen and (min-width:769px){
	.addcart-form-btn:hover{
		opacity: .85;
	}
}
.addcart-form-btn-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #ea7530;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.addcart-form-btn-inner:before {
	font-family: 'fonticon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e902";
    display: inherit;
    position: inherit;
    z-index: 10;
	margin-bottom: 3px;
	font-size: 1.8rem;
    margin-right: 5px;
    font-weight: normal;
}
@media screen and (max-width:768px){
	/*--- sp ---*/
	.addcart-form__end{
		grid-row: 3 / 4;
		padding: 20px 15px;
		border-top: solid 1px #e6e6e6;
	}
	.addcart-form__quant-head{
		font-size: 1.3rem;
	}
	.addcart-form__quant-body{
		gap: 5px;
	}
	.addcart-form-btn{
		margin-top: 15px;
	}
	.bnr-area img{
		width: 100%;
	}
}
.addcart-form__option{
	position: relative;
	min-width: 560px;
	padding: 20px;
	font-size: 1.4rem;
}
.addcart-form__option *{
	line-height: calc(1em + 7px);
}
.addcart-form__option-row{
	display: grid;
	grid-template-columns: 1fr 80px;
	grid-template-rows: auto auto;
	gap: 7px 10px;
}
.addcart-form__option-row:not(:last-child){
	margin-bottom: 16px;
}
.addcart-form__option-select-head{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5px 10px;
	position: relative;
}
.addcart-form__option-row__head{
	display: flex;
	align-items: flex-end;
	color: #4d4d4d;
	font-weight: bold;
    text-align: left;
}
.addcart-form__option-row__info{
	font-size: 1.3rem;
    text-align: left;
}
.addcart-form__option-select-body{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	position: relative;
}
.addcart-form__option-select-body::after{
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: calc(50% - 4px);
	right: 11px;
	z-index: 0;
	width: 8px;
	height: 8px;
	background: #333;
	content: "";
	pointer-events: none;
}
.addcart-form__option-select-body select{
	width: 100%;
	height: 40px;
	padding: 0 12px;
	border: solid 1px #ccc;
	border-radius: 3px;
    text-align: left;
}
@media screen and (min-width:769px){
	.addcart-form__option-select-body select optgroup:empty{
		display: none;
	}
}
.addcart-form__option-quant input{
	width: 100%;
	height: 100%;
	padding: 0 6px 0 12px;
	border: solid 1px #ccc;
	border-radius: 3px;
    text-align: left;
}
.addcart-form__option-quant input:disabled{
	background: #f7f7f7;
	pointer-events: none;
}
@media screen and (max-width:768px){
	/*--- sp ---*/
	.addcart-form__option{
		min-width: 0;
		padding: 16px 15px 23px;
	}
	.addcart-form__option-row{
		grid-template-columns: 1fr min(80px, 15.625vw);
		grid-template-rows: unset;
		gap: 5px 8px;
	}
	.addcart-form__option-select-head{
		display: contents;
		position: static;
	}
	.addcart-form__option-row__head{
		font-size: 1.3rem;
	}
	.addcart-form__option-row__info{
		display: grid;
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		position: relative;
		font-size: 1.2rem;
	}
	.addcart-form__option-select-body{
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		position: relative;
	}
	.addcart-form__option-select-body::after{
		right: 9px;
	}
	.addcart-form__option-select-body select{
		padding: 0 9px;
	}
	.addcart-form__option-quant input{
		padding: 0 7px 0 4px;
	}
}
.addcart-form__option-dtl{
	position: relative;
	color: #2996cc;
	cursor: pointer;
}
.addcart-form__option-dtl:not(:hover){
	text-decoration: underline;
}
/* .addcart-form__option-dtl::before{
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: -12px;
	left: calc(50% - 6px);
	z-index: 2;
	width: 12px;
	height: 12px;
	background: #e6f7ff;
	content: "";
	pointer-events: none;
	transition: none;
} */
.addcart-form__option-dtl::before{
	position: absolute;
    top: 20px;
    left: calc(50% - 6px);
    transform: rotate(-135deg);
	z-index: 2;
	width: 12px;
	height: 12px;
	border: solid 1px #73c1e6;
	border-top-color: #fff;
	border-left-color: #fff;
	background: #fff;
	content: "";
	pointer-events: none;
	transition: none;
}
.addcart-form__option-dtl:not(.is-active)::before{
	opacity: 0;
}
.addcart-form__option-dtl.is-und::before{
	transform: rotate(180deg);
	top: auto;
	bottom: -12px;
}
.addcart-form__option-dtl-body{
    position: absolute;
	top: 25px;
	left: 20px;
	z-index: 1;
	/* transform: translateY(-100%); */
	width: 390px;
	margin: 0 auto;
	padding: 9px 15px 10px;
	border: solid 1px #73c1e6;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	background: #fff;
	line-height: calc(1em + 11px);
}
.addcart-form__option-dtl-body:not(.is-show){
	opacity: 0;
	z-index: -999;
	pointer-events: none;
}
.addcart-form__option-dtl-body.is-und{
	top: auto;
	bottom: -10px;
	transform: translateY(100%);
}
.addcart-form__option-dtl-body .__close-btn {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background-color: #106d9c;
	cursor: pointer;
}

.addcart-form__option-dtl-body .__close-btn::before,
.addcart-form__option-dtl-body .__close-btn::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 1;
}
.addcart-form__option-dtl-body .__close-btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width:768px){
	/*--- sp ---*/
	.addcart-form__option-dtl{
		margin-right: auto;
	}
	.addcart-form__option-dtl-body{
		left: 5px;
		width: calc(100% - 10px);
	}
}
