@charset "UTF-8";
/****************************************
	追記
*****************************************/
.product-contents-wrap {
	color: #666;
    font-size: 72.5%;
}

@media screen and (max-width: 880px) {
    #history div.reco_item,
	#recommend div.reco_item {
        margin-bottom: .5em;
    }
}


/****************************************
	html内に記載のもの
*****************************************/
#ltSearch input[type="text"] {
	width: 100%;
}
div.breadcrumb {
	margin-left: 0 !important;
 	padding: 0;
}

/****************************************
	商品詳細「css」に記載のもの
*****************************************/


/*---------------------------------
product-container
---------------------------------*/
ul .child-category-list{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.product-container {
display: flex;
margin: 0 auto;
}

.product-contents-wrap {
min-width: 500px;
width: calc(100% - 220px);
}

.product-wrap {
margin-bottom: 72px;
padding: 0.8em;
}

.new-product-wrap {
border-bottom: 2px dotted #707070;
}

.product-list {
margin: 20px auto;
display: flex;
flex-wrap: wrap;
align-items: baseline;
}

.product-list-item {
width: calc(100%/3 - 16px);
min-width: 200px;
margin: 0 24px 64px 0;
}

.product-list-item:nth-child(3n) {
margin-right: 0;
}

.product-image-wrap {
position: relative;
width: auto;
height: 0;
padding-bottom: 100%;
margin-bottom: 8px;
}

.product-image-wrap img {
position: absolute;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
}

.product-image-wrap img:hover {
opacity: .5;
}

.product-name-link {
line-height: 1.6em;
}

.product-list-item a div:hover {
opacity: .7;
}

.product-caption {
font-weight: 500;
font-size:16px;
}

.product-price {
display: block;
margin-top: 8px;
color: #f00;
font-weight: 900;
font-size: 18px;
text-align: right;
}

.product-discount {
text-decoration: line-through;
}

.product-sale-price {
color: #eb503c;
font-weight: 500;
}

.sold-out {
display: inline-block;
font-size: 10px;
font-weight: 100;
background: #adadad;
color: #fff;
padding: 0 6px;
border-radius: 2px;
font-family: 'Marcellus', serif;
margin-bottom: 5px;
}

/*---------------------------------
detail
---------------------------------*/

.detail {
display: flex;
justify-content: space-around;
}

.detail-image {
width: 600px;
height: 100%;
}

.detail-image img {
width: 100%;
}

.detail-right {
padding-top: 40px;
width: 40%;
margin-left: 20px;
}
@media screen and (max-width: 880px) {
    .detail {
        display: block;
    }
}

.product-price-block {
font-size: 30px;
margin: 20px auto;
}

.product-price-block small {
font-size: 15px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

input.productnum {
font-size: 24px;
color: #6e6e6e;
width: 100px;
height: 40px;
float: left;
text-align: right;
padding: 0 5px;
}

div.button {
float: left;
width: 16px;
padding-left: 16px;
}

.cart-add-btn {
display: flex;
align-items: center;
}

input.spinner_up {
margin-top: 3px;
border: 0px;
width: 13px;
height: 13px;
background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/up.png") no-repeat;
cursor: pointer;
}

input.spinner_down {
margin-top: 3px;
border: 0px;
width: 13px;
height: 13px;
background: url("https://gigaplus.makeshop.jp/hasepro/rn_img/common/down.png") no-repeat;
cursor: pointer;
}

.productnum-wrap {
padding: 72px 0 40px;
}

.purchase-num {
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
}

.option-area {
margin: -20px 0 60px;
}

.makeshop-option-wrap {
margin: 8px 0;
}

.makeshop-option-label {
font-size: 14px;
margin-bottom: 6px;
}

.makeshop-option-select {
padding: 10px;
width: 60%;
}

.bg-section {
background: #fcf8ec;
padding: 100px 0;
}

.breadcrumb{
margin: 20px 0;
}

.breadcrumb span{
display: inline;
background: url(/images/common/topicpath_arrow.png) no-repeat right top;
padding-right: 12px;
margin-right: 4px;
}


.detail-description {
width: 100%;
margin: 0 auto;
display: flex;
justify-content: flex-end;
padding: 0 16px;
}

.left-detail-description,
.right-detail-description {
width: 50%;
}

.left-detail-description {
margin-right: 140px;
}

.description-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 24px;
}

.description-text {
line-height: 2em;
}

.grid-multi-image {
display: flex;
flex-wrap: wrap;
}

.multi-image {
flex: 1 0 calc(100%/3);
}

*::-ms-backdrop,
.multi-image {
width: 33.33%;

}

.multi-image img {
width: 100%;
height: 60vh;
object-fit: cover;
}

.detail-sold-out {
display: inline-block;
font-size: 14px;
font-weight: 100;
background: #adadad;
color: #fff;
padding: 6px;
font-family: 'Marcellus', serif;
margin-bottom: 5px;
border-radius: 2px;
}

.detail-product-discount {
font-size: 20px;
margin-bottom: 16px;
text-decoration: line-through;
}

.detail-product-sale-price {
color: #eb503c;
font-weight: 500;
font-size: 28px;
}

.detail-product-sale-price small {
font-size: 20px;
}


/*------------------
detail
------------------*/
.detail {
margin-top: 130px;
}
.detail-image {
width: 98%;
margin: 0 auto;
}
.detail-image img {
width: 100%;
}
.detail-right {
margin-left: 0;
width: 100%;
}
.product-name {
	font-size: 16px !important;
	font-weight: 700;
}
.normal_price {
    margin: 7px 0;
    font-size: 90%;
}


.product-price-block {
font-size: 32px;
}
.product-price-block small {
font-size: 18px;
}
.productnum-wrap {
padding: 32px 0 24px;
}
.add-btn {
width: 100%;
}
.bg-section {
margin-top: 60px;
padding: 40px 0;
}
.detail-description {
width: 100%;
display: block;
}
.left-detail-description,
.right-detail-description {
width: 100%;
margin-bottom: 48px;
}
.right-detail-description {
margin-bottom: 0;
}
.grid-multi-image {
display: block;
}
.outstock-btn {
width: 100%;
}
.outstock {
width: 100%;
}
/*---------------------------------
news-list
---------------------------------*/
.info-title-wrap {
padding-top: 130px;
}
h2.info-title {
font-size: 16px;
line-height: 1.6em;
width: 100%;
margin: 0 auto 1em auto;
color: #000;
}
}

 .gSAImX, .iGuNHP{
    background: #0058a7 !important;
    border: 1px solid #0058a7 !important;
    color:#FFF !important;
    font-size: 11.6px;
    padding: 5px 10px !important;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     line-height: 150% !important;
}
.gSAImX::before, .iGuNHP::before{
content:'#';
}
.gSAImX:hover,
.iGuNHP:hover{
    background: #fff !important;
    color:#0058a7 !important;
}

#awoo-classify{
    margin-bottom:3rem;
}
.side-category-item a{
color:#FFF !important
}

@media screen and (max-width: 500px) {
dl.list-head-sort dd{
    margin-right: 0.5em !important;
    font-size: 1.15em;
    font-weight: bold;
}
}
.wrapper{
    overflow:hidden}
.product-name { margin-bottom:1em;}
.tateimage{display:flex;flex-direction:column;width: 50%;}
.detail{margin:1.5em auto 6em auto;}
.detail-image{width:100%;height:auto;}
.tuika img{width:100%;height:auto;}
.description-text {line-height: 1.4em;}
.detail-right{padding-top:0;width:45%;margin-left:0;}
.quantity { display: flex;align-items:center;}
.quantity dd input[type="number"]{width:3em}
.quantity dd .button{float:none;}
/* .bg-section{background:none;padding:5em 0 0;} */
.bg-section{background:none;padding:0;}  /* 変更 */
.description-text{ font-size: 16px;}
.item-image {
    margin-bottom: 2rem; }
.item-image-list {
    margin-bottom: 30px;
    line-height: 0;
    display: flex;
    align-items: center; }
.item-image-list img {
    max-width: 100%; }
.item-image-large {
    position: relative	;
    margin: 0 auto 1rem; 
    padding-bottom: 100%; }
.item-image-large .item-image-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%); }
.item-image-small {
    display: flex;
    flex-wrap: wrap; }
.item-image-small .item-image-list {
    margin: 2px;
    padding: 2px;
    width: 100px;
    height: 100px; 
    border: solid 1px #ccc; }
.breadcrumb {
    margin: 0 0 20px 0;
}
.point{
    font-size: 15px;
}
.outstock{
    color: red;
}
.sku {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sku tr {
    border-bottom: solid 1px #999;
}
.sku td {
    padding: 12px 0;
    text-align: center;
}
.sku-cart a, .item-detail-addcart a{
    display: inline-block;
    width: 100%;
    color: #FFF !important;
    font-weight: bolder;
    border-radius: 5px;
    padding: 0.5em;
	line-height: 41px;
}
.item-detail-addcart .sku-cart a, .item-detail-addcart table a{
	line-height: 150%;
}
.sku-cart a.cart-in, .item-detail-addcart a.cart-in{
      background-color:#0058a7;
}
.sku-cart a.restock-btn, .item-detail-addcart a.restock-btn {
    background-color: #666;
}
.sku-cart div {
    box-sizing: border-box!important;
    padding: 10px;
}
.btn{
 	padding:0;
    line-height:41px;
    margin-bottom:1em;
}
#detailrightbloc .relative_cat{
    margin: 2em 0 0 0 !important;
}
.product-price-block {
    text-align: right;
    }
.favo{
    width:100%;
    padding:10px;
}
.favo .btn.favo-btn{
    width:100%;
    background-color:#c9171e;
    display: inline-block;
    width: 100%;
    color: #FFF !important;
    font-weight: bolder;
    border-radius: 5px;
    padding: 0.5em;
    border:none;
	line-height: 41px;
}
.detail-product-sale-price{
    line-height:1.2em
}
.awtag{
	width:100%;
	text-align:center;
	background-color:#000;
	color:#fff;
	padding:0.5rem 0;
	margin:1rem auto;
	font-size:1rem;
	line-height: 150%;
}
.LqAlO::after{
    content: "※クリックするとタグに関連した商品が表示されます。";
    margin: 0 auto;
}

.jZJIGf{
margin-bottom:2rem;
}
.sc-hLBbgP{
    width:164px !important;
}

.gexnEA .carousel-arrow{
    display:none !important;
}
@media screen and (max-width: 880px){
    .carousel-arrow NEXT{
    display:block;
}
    .main{
    width:98%
        overflow-x: hidden;
    }
    .product-contents-wrap {
    min-width: 98%;
    width: 100%;
}
    .tateimage,
    .detail-image{
        width:98%;
        margin: 0 auto;
}
    .detail-right {
    width:98%;
    }
    
   
    .product-name {
    font-size: 20px;
}
   .item-image-small .item-image-list {
    width: 18%;
    height: auto;
    }
    .tuika img{
        width: 100%;
    }
    .detail-product-discount{
        font-size:25px;
}
    div.breadcrumb {
    text-align: left;
    width: 98%;
    margin: 0 auto;
}
    .description-text {
    overflow:hidden;
}
}

.mtm_btn{
    display:block;
color: red !important;
border: 1px red solid;
border-radius: 5px;
padding: 0.25em 1em;
margin-bottom: 1em;
}
.mtm_btn:hover{
color: #FFF !important;
background-color: red;
}

 .awoo-tag{
    background: #0058a7 !important;
    border: 1px solid #0058a7 !important;
    color: #FFF !important;
    font-size: 11.6px;
    padding: 5px 10px !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 150% !important;
}
          .awoo-tag:hover{
    background: #fff !important;
    color: #0058a7 !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input.productnum {
    font-size: 24px;
    color: #6E6E6E;
    width: 100px;
    height: 40px;
    float: left;
    text-align: right;
    padding: 0 5px;
}
div.button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16px;
    padding-left: 16px;
}
.cart-add-btn {
    display: flex;
    align-items: center;
}
/*
input.spinner_up {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/up.png") no-repeat;
    cursor: pointer;
}
input.spinner_down {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/down.png") no-repeat;
    cursor: pointer;
}*/

.quantity dd {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.description-text table td{
    border: 1px solid #000;
}

.nameprint-area {
    margin-top: 20px;
 }
.nameprint-title-wrap {
    margin: 18px 0 8px;
    font-size: 12px;
}
.nameprint-text-wrap p {
    margin-bottom: 4px;
    font-size: 12px;
}
.nameprint-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.nameprint-title span {
    color: #F23E0C;
    font-size: 12px;
    font-weight: normal;
    margin-left: 6px;
}
.nameprint-text input,
.nameprint-text textarea {
    width: 75%;
    padding: 6px;
    border: 1px solid #707070;
}
/* ▼レスポンシブ用CSS */
.nameprint-area {
    margin-bottom: 40px;
}
.nameprint-text input,
.nameprint-text textarea {
    width: 95%;
}

/* ▼レビュー表示 */
.review-average{
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	font-size:85%;
}
.item-review-count a{
	text-decoration:underline;
}

.review-form dd .reviewRateStar:before {
	font-size: 18px;
}

/* review star */ 

.item-review-detail {
	margin-bottom: 60px;
}
.item-review-detail h3 {
font-size: 18px;
	margin-bottom: 20px;
}
.item-review-list li {
	margin-bottom: 60px;
}
.item-review-list-link {
margin-bottom: 30px;
	font-size: 12px;
}
.item-review-list-link a {
	text-decoration: underline;
}
.item-review-list-link a:hover {
	text-decoration: none;
}
.review-list-unit .review-list-name {
	margin-bottom: 12px;
}
.review-list-unit .star-score {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.review-list-unit .review-star {
	margin-right: 6px;
}
.review-list-unit .review-list-date {
	font-size: 12px;
	color: #B5B5B5;
	margin: 12px 0;
}
.review-list-unit .review-list-content {
	font-size: 12px;
}
.reviewRateStar {
	display: inline-block;
	font-size: 0;
	color: #FFA41C;
}
.reviewRateStar::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f005";
	font-size: 12px;
	font-weight: 900;
}
.starOff::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f005";
	font-weight: 400;
}
.starHalf::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f5c0";
}
.review-post {
	margin-top: 40px;
}
.review-post {
	text-align: center;
}
@media screen and (max-width: 768px){
	.contents-heading {
		max-width: 96%;
	}
	.main {
		width: 94%;
		box-sizing:border-box;
	}
	.review-list-content {
		line-height: 1.4;
	}
	.item-review, .item-review-detail{
		padding: 0 18px;
	}
}


/* ▼レビューを書く表示 */
.item-review-detail{
	text-align:left;
}
.item-review-detail-empty{
	margin-bottom: 20px;
}
.review-post a {
	padding:0;
	padding-top: 5px;
} 