@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: "Noto Sans JP";
}

.tab_menu {
    font-weight: 500;
    font-size: 25px;
}

.product_header {
    width: 1000px;
    font-size: 38px;
    text-align: center;
    margin: 0px auto 35px;
}

.product_name {
    border-bottom: solid 0.5px rgba(0,0,0,1.00);
    overflow-wrap: break-word;
}

.product_area li {
    margin: 0px 0px 80px 25px;
    width: 300px;
}

.product_area img{
	width:300px;
}

.for_sp{
	display:none;
}

#product_area_1,
.wrap{
	width:1000px;
	margin:0px auto 32px;
}

.wrap {
    padding: 10px;
    background-color: rgb(235 234 234);
}

.agent_Sale_header{
    width: 1000px;
    margin: 0px auto 25px;
}

#product_area_1 {
    display: flex;
    background-color: #ebeaea;
    padding: 10px;
    margin-bottom: 20px;
}

#product_area_1 img {
    width: 400px;
	height:400px;
    margin: 0px 15px 0px 0px;
}

.product_content {
    width:785px;
	height:400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.single_product_name {
    font-size: 28px;
}

.single_artist_name {
    font-size: 15px;
}

.single_price {
    margin: 10px 0 15px 0;
    padding: 0 0 4px 50px;
    color: rgb(241 35 35);
    font-size: 17px;
    border-bottom: solid 0.4px rgb(120 120 120);
}

.single_product_details_forPC {
    padding: 0px 0px 3px 0px;
    border-bottom: solid 0.4px rgb(120 120 120);
    margin-bottom: 15px;
}

.single_description_item {
	white-space: pre-wrap;
}

p.single_product_details_forPC{
	white-space: pre-wrap;
}

.single_product_details{
    display:none;
}

li.current {
    display: none;
}

.tab {
    display: none;
}
/*
.aGentEsales_pcOnly {
    width: 785px;
}*/

.single_product_details_forPC a {
    color: black;
    text-decoration: underline;
}

.tab_array{
    text-align: center;
    width: 1000px;
    display: flex;
    align-items: center;
    margin: 0px auto 25px;
    justify-content: space-evenly;
	border-bottom:solid 0.5px #000000;
}

.product_area {
	min-height: 500px;
    width: 1000px;
	margin:0px auto;
    display: flex;
    flex-wrap: wrap;
}

.product_nomatch {
    width: 1000px;
    text-align: center;
}

/*-----------------------------------------------------------------------

							試作中のタブｃｓｓ

-----------------------------------------------------------------------*/
.tab_item {
    display: none;
}

.active {
    display: block;
    opacity: 1;
    color: black;
}

a { 
    cursor: pointer;
    color: #c3c3c3;
}

.tab li.current {
    /*background: #00aeff;*/
    /*padding: 10px;*/
    /*border: 1px solid #aaa;*/
	/*border-bottom:none;*/
}

ul.tab li {
    font-size: 5vw;
    color: #292929;
    /*padding: 10px;*/
    /*border: 1px solid #aaa;*/
	/*border-bottom:none;*/
}

li.current a {
    color: #292929;
    font-size: 4vw;
}

li a {
    border-bottom: none;
    cursor: pointer;
    color: #c3c3c3;
}

ul.tab li {
    font-size: 4vw;
	color: #292929;
}

.wrap {
    width: 1000px;
    
}

.box {
}
/*
.tab {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}*/

.tab li.current {
}

.tab li {
    margin-right: 0px;
}

.tabContents.current {
    display: block;
    overflow-y: overlay;
    /*width: 90vw;*/
    margin: 0px auto;
    /*border-top: solid 0.3px;*/
}

.tabContents {
    display: none;
}