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



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

.for_pc{
	display:none;
}

#product_area_1 img {
    width: 90vw;
	margin:0px auto 15px;
}

img{
	width:30vw;
}

.agent_Sale_header{
	width:100%;
}

.product_area li {
    width: 30vw;
	margin: 0px 0.5vw;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 3vh;
	align-items: stretch;
}

.product_area {
	min-height: 50vh;
    margin-left: 3.5vw;
    display: flex;
    flex-wrap: wrap;
}

.product_header{
	text-align: center;
    margin: 3vw 0;
    font-weight: 100;
    text-shadow: 0px 0px 1px;
    font-size: 6vw;
}

.product_name {	
    width: 30vw;
	font-size:2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    word-wrap: normal;
    border-bottom: solid 0.5px rgb(56 56 56 / 55%);
}

.tab_item {
    display: none;
}

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

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

.tab_menu {
    display: inline-block;
    width: 29vw;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 8vw;
    text-align: center;
    background-color: #5d5d5d;
    color: #ffffff;
}

.tab_item {
	padding-top: 20px;
}

.tab_array{
	margin: 5vw 0vw 0vw 5vw;
}

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

							商品単体のページ

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

.single_thumbnail {
    width: 46vw;
    margin: 2vw;
}

.product_price{
	text-align: right;
    text-shadow: 0px 0px 1px;
    margin-right: 2.5vw;
}

.product_nomatch {
    margin: 20px auto;
    font-size: 20px;
}

.single_product_name,
.single_artist_name,
.single_price{	
    width: 90vw;
    margin: 0px auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

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

.single_product_name {
    font-size: 5.5vw;
}

.single_artist_name {
    font-size: 2.5vw;
    width: 90vw;
}

.single_price {
    color: rgb(241 35 35);
	margin-bottom:15px;
}

.single_description_item,
.single_product_details {
    padding: 15px 0 50px;
    white-space: pre-wrap;
    font-weight: 100;
    font-size: 3.5vw;
    overflow-wrap: break-word;
}

.aGentEsales_pcOnly{
	display:none;
}

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

							試作中のタブｃｓｓ

-----------------------------------------------------------------------*/
.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: 100%;
    
}

.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;
}
