article.itemArticle{
	padding: 125px 0 0;
}


.itemTop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.itemImg{
	width: 54%;
}
.itemImg li img{
	width: 100%;
	height: auto;
}
.slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
}

.itemTxt{
	width: 42%;
}

.itemName{
	font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
    color: #BBA366;
    position: relative;
    letter-spacing: .15em;
}
.itemName h1{
	margin-bottom: 30px !important;
}
.itemPrice{
	font-size: 24px !important;
    line-height: 27px !important;
    margin-bottom: 35px;
	color: #666;
}
.itemPrice span{
	font-size: 12px !important;
    line-height: 27px !important;
    display: inline-block;
    padding-left: 0;
}
.itemPrice span.taxin{
	font-size: 16px !important;
    line-height: 27px !important;
    display: inline-block;
    padding-left: 0;
}




.acoList{
	 position:relative;
}
dl.acoList {
	padding: 10px 0 5px;
	border-bottom: 1px solid #ddd;
}
dl.acoList:nth-of-type(1) {
	border-top: 1px solid #ddd;
}

.acoList dt{
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.acoList dd {
  display: none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    z-index:100;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
	padding: 10px;
}

.acoList dt {
  position: relative;
  cursor: pointer;
  padding: 5px 40px 5px 0;
}

/* 閉じている時（∨） */
.acoList dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .3s;
}

/* 開いている時（∧） */
.acoList dt.is-open::after {
  transform: translateY(-30%) rotate(-135deg);
}
.acoList dd.is-open{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    z-index:100;
    background:#fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
}





.addCartArea {
  margin-top: 20px;
  width: 100%;
}

.addCartArea form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 4px;
  row-gap: 18px;
}

/* カラー */
.colorSelect {
  position: relative;
  width: 75%;
}

.colorSelect::before {
  content: "カラー";
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #666;
}

.colorSelect__current {
  position: relative;
  height: 54px;
  padding: 0 36px 0 14px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 54px;
  font-size: 14px;
  letter-spacing: .08em;
  cursor: pointer;
}
.colorSelect__current{
    position: relative;
    height: 54px;
    padding: 0 36px 0 48px; /* 左は画像分 */
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 24px 24px;

    line-height: 54px;
    font-size: 14px;
    letter-spacing: .08em;
    cursor: pointer;

    /* 追加 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.colorSelect__current::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: translateY(-70%) rotate(45deg);
}

.colorList {
  display: none;
  position:absolute;
  z-index: 10000;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,.12);
}

.colorList li {
  padding: 16px 14px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: #fff;
}

.colorList li:last-child {
  border-bottom: none;
}

.colorList li:hover,
.colorList li.is-active {
  background-color: #f7f7f7;
}



.colorList li,
.colorSelect__current{
    background-repeat:no-repeat;
    background-position: 0 center;
    background-size: 44px 44px;
    padding-left: 48px;
}



/* 数量 */
.quantityList {
  position: relative;
  width: 23%;
}

.quantityList::before {
  content: "数量";
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #666;
}

.quantityList select {
  width: 100%;
  height: 54px;
  padding: 0 34px 0 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  font-size: 18px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.quantityList::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 48px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  pointer-events: none;
}

/* ボタン */
.submitCartArea {
  width: 100%;
}

.submitCart {
  width: 100%;
  height: 58px;
  border: none;
  background: #BBA366;
  color: #fff;
  font-size: 18px;
  letter-spacing: .16em;
  cursor: pointer;
}

/* fixed */
.addCartArea.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  margin-top: 0;
  padding: 16px 20px;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0,0,0,.12);
  box-sizing: border-box;
}

.addCartArea.is-fixed form {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.addCartArea.is-fixed .colorSelect {
  width: 45%;
}

.addCartArea.is-fixed .quantityList {
  width: 180px;
}

.addCartArea.is-fixed .submitCartArea {
  width: 420px;
  flex-basis: auto;
}

.addCartArea.is-fixed .colorSelect__current,
.addCartArea.is-fixed .quantityList select {
  height: 64px;
  line-height: 64px;
}

/* fixed時だけカラーリストを上に開く */
.addCartArea.is-fixed .colorList {
  top: auto;
  bottom: calc(100% + 2px);
  box-shadow: 0 -5px 15px rgba(0,0,0,.12);
}

.addCartArea.is-fixed .quantityList::after {
  top: 43px;
}

.addCartArea.is-fixed .submitCart {
  height: 66px;
}




.pdtLp{
	background: #F2F2F2;
	padding: 30px 0 60px;
}

.pdtLpIn{
	width: 580px;
	min-height: 2000px;
	margin: 0 auto;
	background-color: #fff;
	
	
}

.pdtLpIn article{
	padding: 0;
}






@media screen and (max-width: 768px) {
	article.itemArticle{
		padding: 48px 0 0;
	}



	.itemTop{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px 0;
	}

	.itemImg{
		width: 100%;
		margin-bottom: 30px;
	}
	.itemImg li img{
		width: 100%;
		height: auto;
	}
	.slick-dots {
		display: flex;
		justify-content: center;
		column-gap: 20px;
		margin-top: 10px;
		position: absolute;
		left: 0;
		bottom: -12px;
		width: 100%;
	}

	.itemTxt{
		width: 94%;
		margin: 0 auto;
	}

	.itemName{
		font-weight: 600;
		font-size: 28px;
		line-height: 140%;
		margin-bottom: 20px;
		color: #BBA366;
		position: relative;
		letter-spacing: .15em;
	}
	.itemName h1{
		margin-bottom: 30px !important;
	}
	.itemPrice{
		font-size: 18px !important;
		line-height: 27px !important;
		margin-bottom: 35px;
		color: #666;
	}
	.itemPrice span{
		font-size: 12px !important;
		line-height: 27px !important;
		display: inline-block;
		padding-left: 0;
	}
	.itemPrice span.taxin{
		font-size: 14px !important;
		line-height: 27px !important;
		display: inline-block;
		padding-left: 0;
	}



	.acoList{
		 position:relative;
	}
	dl.acoList {
		padding: 10px 0 5px;
		border-bottom: 1px solid #ddd;
	}
	dl.acoList:nth-of-type(1) {
		border-top: 1px solid #ddd;
	}

	.acoList dt{
		font-weight: bold;
		margin-bottom: 10px;
		cursor: pointer;
	}
	.acoList dd {
	  display: none;
		position:relative;
		top:inherit;
		left:inherit;
		width:100%;
		z-index:100;
		background:#fff;
		box-shadow:none;
		padding: 0;
	}

	.acoList dt {
	  position: relative;
	  cursor: pointer;
	  padding: 5px 40px 5px 0;
	}

	/* 閉じている時（∨） */
	.acoList dt::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 5px;
	  width: 10px;
	  height: 10px;
	  border-right: 2px solid #333;
	  border-bottom: 2px solid #333;
	  transform: translateY(-70%) rotate(45deg);
	  transition: transform .3s;
	}

	/* 開いている時（∧） */
	.acoList dt.is-open::after {
	  transform: translateY(-30%) rotate(-135deg);
	}
	.acoList dd.is-open{
		position:relative;
		top:inherit;
		left:inherit;
		width:100%;
		z-index:100;
		background:#fff;
		box-shadow:none;
	}





	.addCartArea {
	  margin-top: 20px;
	  width: 100%;
	}

	.addCartArea form {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  column-gap: 4px;
	  row-gap: 18px;
	}

	/* カラー */
	.colorSelect {
	  position: relative;
	  width: 75%;
	}

	.colorSelect::before {
	  content: "カラー";
	  display: block;
	  margin-bottom: 4px;
	  font-size: 11px;
	  color: #666;
	}

	.colorSelect__current {
	  position: relative;
	  height: 40px;
	  padding: 0 36px 0 14px;
	  border: 1px solid #ddd;
	  background: #fff;
	  line-height: 40px;
	  font-size: 12px;
	  letter-spacing: .08em;
	  cursor: pointer;
	}
	.colorSelect__current::after {
	  content: "";
	  position: absolute;
	  right: 14px;
	  top: 50%;
	  width: 9px;
	  height: 9px;
	  border-right: 3px solid #333;
	  border-bottom: 3px solid #333;
	  transform: translateY(-70%) rotate(45deg);
	}

	.colorList {
	  display: none;
	  position:absolute;
	  z-index: 10000;
	  top: calc(100% + 2px);
	  left: 0;
	  right: 0;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  border: 1px solid #ddd;
	  background: #fff;
	  box-shadow: 0 5px 15px rgba(0,0,0,.12);
	}

	.colorList li {
	  padding: 16px 14px;
	  font-size: 12px;
	  border-bottom: 1px solid #eee;
	  cursor: pointer;
	  background: #fff;
	}

	.colorList li:last-child {
	  border-bottom: none;
	}

	.colorList li:hover,
	.colorList li.is-active {
	  background-color: #f7f7f7;
	}



	.colorList li,
	.colorSelect__current{
		background-repeat:no-repeat;
		background-position: 0 center;
		background-size: 35px 35px;
		padding-left: 34px;
	}



	/* 数量 */
	.quantityList {
	  position: relative;
	  width: 23%;
	}

	.quantityList::before {
	  content: "数量";
	  display: block;
	  margin-bottom: 4px;
	  font-size: 11px;
	  color: #666;
	}

	.quantityList select {
	  width: 100%;
	  height: 40px;
	  padding: 0 34px 0 14px;
	  border: 1px solid #ddd;
	  border-radius: 0;
	  background: #fff;
	  font-size: 12px;
	  color: #333;
	  appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  cursor: pointer;
	}

	.quantityList::after {
	  content: "";
	  position: absolute;
	  right: 14px;
	  top: 38px;
	  width: 9px;
	  height: 9px;
	  border-right: 3px solid #333;
	  border-bottom: 3px solid #333;
	  transform: rotate(45deg);
	  pointer-events: none;
	}

	/* ボタン */
	.submitCartArea {
	  width: 100%;
	}

	.submitCart {
	  width: 100%;
	  height: 40px;
	  border: none;
	  background: #BBA366;
	  color: #fff;
	  font-size: 12px;
	  letter-spacing: .16em;
	  cursor: pointer;
		padding:0
	}

	/* fixed */
	.addCartArea.is-fixed {
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  z-index: 9999;
	  width: 100%;
	  margin-top: 0;
	  padding: 16px 0;
	  background: #fff;
	  box-shadow: 0 -2px 12px rgba(0,0,0,.12);
	  box-sizing: border-box;
	}

	.addCartArea.is-fixed form {
	  max-width: 1200px;
	  margin: 0 auto;
	  display: flex;
	  align-items: flex-end;
	  justify-content: center;
	  gap: 6px;
	  flex-wrap: nowrap;
	}

	.addCartArea.is-fixed .colorSelect {
	  width: 45%;
	}

	.addCartArea.is-fixed .quantityList {
	  width: 16%;
	}

	.addCartArea.is-fixed .submitCartArea {
	  width: 30%;
	  flex-basis: auto;
	}

	.addCartArea.is-fixed .colorSelect__current,
	.addCartArea.is-fixed .quantityList select {
	  height: 40px;
	  line-height: 40px;
	}

	/* fixed時だけカラーリストを上に開く */
	.addCartArea.is-fixed .colorList {
	  top: auto;
	  bottom: calc(100% + 2px);
	  box-shadow: 0 -5px 15px rgba(0,0,0,.12);
	}

	.addCartArea.is-fixed .quantityList::after {
	  top: 37px;
	}

	.addCartArea.is-fixed .submitCart {
	  height: 40px;
	}




	.pdtLp{
		background: #F2F2F2;
		padding: 0 0 0;
	}

	.pdtLpIn{
		width: 100%;
		min-height: 2000px;
		margin: 0 auto;
		background-color: #fff;


	}

	.pdtLpIn article{
		padding: 0;
	}


	
}







.addCartAreaSpace {
  height: 0;
}

.comingsoonbtn{
	width: 100%;
	margin-right: 0;
}
.saleDate{
	padding: 10px 0 0;
	margin-bottom: 10px;
}
.submitCartArea.timeover,
.saleDate.timeover{
	display: none;
}
.saleDate p{
	display: block;
}
.saleDate p{
	padding: 10px 0 10px;
	width: 100%;
}


.addCartArea.is-fixed .comingsoonbtn {
	width: 420px;
	margin-right: 0;
	padding: 24px 0 26px 0;
}
.addCartArea.is-fixed .saleDate{
	padding: 10px 3% 0;
	width: 100%;
}
.addCartArea.is-fixed .saleDate p{
	padding: 10px 0 10px;
	max-width: 800px;
    margin: 0 auto;
}

body.is-fixed{
	padding-bottom: 100px

}


@media screen and (max-width: 768px) {

    .addCartArea.is-fixed .comingsoonbtn {
        width: 30%;
		margin-right: 0;
		padding: 15px 0 13px 0;
    }
	.addCartArea.is-fixed .saleDate{
		padding: 10px 3% 0;
	}
	
	body.is-fixed{
		padding-bottom: 100px

	}
}