
/*----------------------------------------------------------------------------*/
/* ショッピングフロー */
#single_item section.flow {
    margin: 20px 0 40px 0;
}
#single_item section.flow .shopping_flow {
    width: 100%;
    display: flex;
    margin: 0 0 40px;
}
#single_item section.flow .shopping_flow li {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 33.3333%;
    text-align: center;
    color: #fff;
    background: #e1aa79;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
}
#single_item section.flow .shopping_flow li.active {
    background: #da9557;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #single_item section.flow .content {
        padding: 0;
    }
    #single_item section.flow .shopping_flow {
        margin: 0 0 0px;
    }

    #single_item section.flow .shopping_flow li.active {
    top :0;        
    right: 0;
    height: auto;
    }
}



/*----------------------------------------------------------------------------*/
/* 商品ディスプレイ */
#single_item section.item  {
    margin: 20px 0 40px 0;
}
.shopping_flow li.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid #da9557;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -13px;
    z-index: 10;
}

#single_item section.item  div.item_display {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*#single_item section.item  div.item_display div {
    width: 50%;
}*/
.sw,
.description{
    width: 50%;
    }
.sw div {
    width: 100% !important;
    }
#single_item section.item  div.item_display div.image img {
    width: 100%;
}
#single_item section.item  div.item_display div.description {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    padding-left: 40px;
}
#single_item section.item  div.item_display div.description h1 {
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    padding: 0 0 25px 0;
    margin: 0;
}
#single_item section.item  div.item_display div.description h2 {
    font-size: 14px;
    font-weight: 100;
    padding: 0 0 10px 0;
    margin: 0;
}
#single_item section.item  div.item_display div.description div.price_unit {
    text-align: left;
    overflow: hidden;
    padding: 10px 0 30px;
    line-height: 32px;
    font-size: 12px;
}
#single_item section.item  div.item_display div.description div.price_unit span.price {
    font-size: 32px;
    font-weight: bold;
    xcolor: crimson;
    color: #333;
}
#single_item section.item  div.item_display div.description div.price_unit span.point {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    padding: 2px;
    width: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 8px;
    background-color: #999;
    color: #fff;
}

#single_item section.item  div.item_display div.description ul.order_unit {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 0 50px;
}
#single_item section.item  div.item_display div.description .order_unit li {
    margin: 0 20px 0 0;
}
#single_item section.item  div.item_display div.description .order_unit li button.add_cart {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 270px;
    height: 50px;
    color: #fff;
    background-color: #bc3d3d;
    border-radius: 5px;
}
#single_item section.item  div.item_display div.description .order_unit li button.add_cart:hover {
    background-color: crimson;
}
#single_item section.item  div.item_display div.description .order_unit li button.add_cart img {
    vertical-align: middle;
    margin-bottom: 2px;
}
#single_item section.item  div.item_display div.description .qt_wrap {
    position: relative;
}
#single_item section.item  div.item_display div.description .qt_wrap:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #ccc;
    height: 38px;
    width: 1px;
    left: 48px;
    top: 6px;
    z-index: 10;
}
#single_item section.item  div.item_display div.description .qt_wrap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 20px;
    right: 19px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    z-index: 10;
}

#single_item section.item  div.item_display div.description select.minimal {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    padding: 13px 55px 10px 15px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}

#single_item section.item  div.item_display div.description div.single_item_info {
    border-top: solid 1px #ccc;
    
    width: 464px;
    font-size: 14px;
    line-height: 22px;
}
#single_item section.item  div.item_display div.description div.single_item_info p {
    font-size: 13px;
    font-weight: normal;
    width: 120px;
    vertical-align: top;
    padding: 0.5em 0;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #single_item section.item div.item_display div {
        width: 100%;
    }
    #single_item section.item div.item_display div.description {
        font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        box-sizing: border-box;
        padding-left: 0px;
    }
    #single_item section.item div.item_display div.description div.price_unit {
        xtext-align: right;
        text-align: center;
        overflow: hidden;
        padding: 20px 0 10px;
        line-height: 32px;
        font-size: 12px;
        border-top: solid 1px #ccc;
    }
    #single_item section.item div.item_display div.description ul.order_unit {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 0 auto 10px auto;
    }
    #single_item section.item  div.item_display div.description .qt_wrap {
        position: relative;
        width: 35%;
    }
    #single_item section.item div.item_display div.description ul.order_unit li:nth-child(2) {
        width: 65%;
        margin: 0;
    }
    #single_item section.item div.item_display div.description ul.order_unit li button.add_cart {
        width: 100%;
    }
    #single_item section.item div.item_display div.description table.single_item_info th {
        font-size: 13px;
        font-weight: normal;
        width: 120px;
        vertical-align: top;
        padding: 10px 0;
    }
}



/*----------------------------------------------------------------------------*/
/* この商品について */
#single_item section.about  {
    padding: 40px 0 40px 0;
    background: #f7f7f7;
}
#single_item section.about .header {
    text-align: center;
}
#single_item section.about h2 {
    font-size: 22px;
    padding: 0 0 20px;
    text-align: center;
    margin: 0;
}
#single_item section.about h3 {
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 0 0 6px;
    color: #dddddd;
    margin: 0;
    
    border-bottom: solid 3px #bc3d3d;
}
#single_item section.about .details dl dt {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 6px 0;
    width: 100%;
    font-weight: bold;
    color: #000;
}
#single_item section.about .details dl dt::before {
    content: "●";
    color: #da9557;
    margin-right: 6px;
}
#single_item section.about .details dl dd {
    box-sizing: border-box;
    width: 100%;
    padding: 2px 0 20px 60px;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #single_item section.about .details dl dd {
        box-sizing: border-box;
        width: 100%;
        padding: 2px 0 20px 40px;
    }
}





#single_item section.item  div.item_display div.description div.single_item_info {
    border-top: solid 1px #ccc;
    width: 464px;
    font-size: 14px;
    line-height: 22px;
    box-sizing: border-box;
}

#single_item section.item  div.item_display div.description div.single_item_info dl {
    margin: 10px 0;
}

#single_item section.item  div.item_display div.description div.single_item_info dl dt {
    float: left;
    width: 120px;
    font-weight: bold;
}

#single_item section.item  div.item_display div.description div.single_item_info dl dd {
    padding-left: 120px;
}

#single_item section.about  {
    padding: 40px 0 60px 0;
}

#single_item section.about h2 {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    padding: 0 0 8px;
    text-align: center;
    margin: 0;
}
#single_item section.about h3 {
    display: inline-block;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 14px;
    padding: 0 0 16px;
    color: #dddddd;
    margin: 0;

    border-bottom: none;

    background-image: url(../img/single_item/kazari.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#single_item section.about .details {
    margin-top: 60px;
}

#single_item section.about .details h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 14px;
}

#single_item section.about .details .area {
    width: 466px;
}


#single_item section.about .details .area.left div.image {
    width: 174px;
    /*background-color: #efefef;*/
    /*margin: 0 auto;*/
}

#single_item section.about .details .area.left div.image img {
    width: 100%;
}

#single_item section.about .details .area.left p.description {
    margin-top: 8px;
    font-size: 14px;
}

#single_item section.about .details .area.left p.includes {
    margin-top: 8px;
    border-top: solid 1px #ccc;
    padding-top: 8px;
    font-size: 14px;
}

#single_item section.about .details .area.right ul li:before {
    content: "○";
    margin-right: 0.5em;
}

#single_item section.about .details .area.right div.howto {
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    background-color: #c6c6c6;
}


#single_item section.about .details .area.right div.howto img {
    width: 110%;
    margin-left: -5%;
    max-width: none;
}

#single_item section.about .details .item_sub_info {
    display: none;
}

#single_item section.about .item_main_info {
    margin-top: -180px;
}

#single_item section.about .item_main_info .right br {
    display: none;
}

#single_item section.item div.item_display div.description .item_main_info {
    display: none;
}

#single_item section.item div.item_display div.description .item_sub_info br {
    display: none;
}



/* スマフォ */
@media screen and (max-width: 767px) {
#single_item div.description {
    width: 100%;
}

#single_item div.description div.single_item_info {
    width: 100%;
}

#single_item div.description div.single_item_info dl dt {
    float: none;
    width: auto;
    padding-bottom: 8px;
}

#single_item  div.description div.single_item_info dl dd {
    padding-left: 0px;
}

#single_item div.single_item_info dl dd.min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#single_item section.about  {
    padding: 0px 0 40px 0;
    background: initial;
}

#single_item section.about .header {
    padding: 30px 0 20px 0;
    background: #f7f7f7;
}

#single_item section.about .details {
    margin-top: 30px;
}

#single_item section.about .details h4 {
    margin-bottom: 16px;
}

#single_item section.about .details .area.right {
    margin-top: 20px;
    }
#single_item section.about .details .area.right ul li{
    font-size: 14px;
    padding: 0 0 1em;
    }

#single_item section.about .item_main_info {
    margin-top: -44vw;
}
#single_item section.item div.item_display div.description .item_sub_info br {
    display: block !important;
}

}

/* swiper */
.thumblist-item {
  background-color: #000;
  -webkit-box-flex: 0;
          flex: 0 0 23.5%;
  max-width: 23.5%;
  margin: 2% 2% 0 0;
  cursor: pointer;
}
.thumblist-item:nth-child(1) {
  margin-top: 0;
}
.thumblist-item:nth-child(2) {
  margin-top: 0;
}
.thumblist-item:nth-child(3) {
  margin-top: 0;
}
.thumblist-item:nth-child(4) {
  margin-top: 0;
}
.thumblist-item:nth-child(4n) {
  margin-right: 0;
}

.thumblist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.thumblist-item img {
  display: block;
  width: 100%;
  opacity: .5;
}
.thumblist-item.current img {
  opacity: 1;
}



/*----------------------------------------------------------------------------*/
/* 商品個別ページ　スマフォ　（追加）2020.04.14  */
/* スマフォ */
@media screen and (max-width: 767px) {

	#single_item section.item div.item_display div.description div.single_item_info {
		width: 100%;
		box-sizing: border-box;
	}

    #single_item section.about .item_main_info {
	    margin-top: 0vw;
	}

	#single_item section.about .header h2 {
		font-size: 20px;
	    font-weight: bold;
	}

	#single_item section.about .header h3 {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	    font-weight: bold;
	}

	#single_item section.about .details h4 {
	    margin-bottom: 8px;
		line-height: 1.35em;
	}

	#single_item section.about .details .area {
		width: 100%;
	}

	#single_item section.about .details .area h4 {
		margin-bottom: 10px;
	}

	#single_item section.about .details .area .image {
		width: 140px;
		text-align: center;
	}

	#single_item section.about .details .area .image img {
		height: 200px;
	}

	#single_item section.about .details .area.about_soup {
	    margin-top: 10px;
		border-top: solid 1px #ccc;
		padding-top: 10px;
	}

	#single_item section.about .details .area.about_soup ul li:before {
	    display: inline-block;
		content: "○";
	    font-size: 0.8em;
		margin-right: 0.2em;
	    vertical-align: top;
	}

	#single_item section.about .details .area.about_soup div.howto {
		margin-top: 10px;
		background-color: #c6c6c6;
	}

	#single_item section.about .details .area.about_soup div.howto img {
		width: 100%;
	}

	#single_item section.about .details p.includes {
		font-size: 14px;
	}

}


/*----------------------------------------------------------------------------*/
/* 商品個別ページ 黒ボタン  */

.single_item_info h4{
    font-size: 22px;
    }
a div.singleitem--btn {
    text-decoration: none;
    }

div.singleitem--btn {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 46px;
    margin: 10px 0;
    vertical-align: top;
    background-color: #000;
    color: #fff;
    transition: .2s;
    border: none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    line-height: 46px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    }

div.singleitem--btn:hover {
opacity: .8;
}
@media all and (-ms-high-contrast:none){
    div.singleitem--btn {
    padding: 8px 8px 6px 8px;
    }
}
div.singleitem--btn::before {
position: absolute;
content: "";
width: 16px;
height: 16px;
top: 14px;
right: 14px;
border-radius: 10px;
background-color: #fff;
}
div.singleitem--btn::after {
position: absolute;
content: "";
width: 7px;
height: 7px;
top: 18px;
right: 20px;
border-right: solid 1px #000;
border-bottom: solid 1px #000;
transform: rotate(-45deg);
}

div.price_unit--multi {
    text-align: left;
    overflow: hidden;
    padding: 4px 0 0;
    line-height: 32px;
    font-size: 12px;
    }
div.price_unit--multi span.price {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    }

@media screen and (max-width: 767px){
}
