.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

/* -------------------------------------------------------------------------- */
/* order-wrapper */
/* -------------------------------------------------------------------------- */
.order-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  width: 95%;
  margin: 0 auto 2em;
}
.order-wrapper .main-wrapper {
  width: 68%;
}
.order-wrapper .main-wrapper .mainimg {
  margin-bottom: 1em;
}
.order-wrapper .main-wrapper .sumbnail ul {
  display: flex;
}
.order-wrapper .main-wrapper .sumbnail ul li {
  width: 15%;
  margin-right: .5em;
}
.order-wrapper .order-area {
  width: 30%;
  padding-top: 2em;
}
.order-wrapper .order-area .price-area {
  width: 100%;
}
.order-wrapper .order-area .price-area table {
  width: 100%;
}
.order-wrapper .order-area .price-area table tr th {
  background-color: #eee;
}
.order-wrapper .order-area .price-area table tr td {
  font-weight: bold;
}
.order-wrapper .order-area .prduct-option {
  padding: 1em;
  background-color: #e7f9ff;
}
.order-wrapper .order-area .product-order button {
  width: 100%;
  padding: 1em 0;
  background-color: #333;
  border: none;
  color: #fff;
}
.order-wrapper .order-area .product-order button i {
  margin-right:.5em;
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/* topicpath-nav */
/* -------------------------------------------------------------------------- */
#product>div .topicpath-nav {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 1em;
}
#product>div .topicpath-nav:not(:last-of-type):after {
  content:",";
  font-size: 1.5em;
}

/* -------------------------------------------------------------------------- */
/* series */
/* -------------------------------------------------------------------------- */
.series{
  margin:0 auto 3em;
  padding:2.5em;
  border:2px solid #ddd;
  font-size:.9em;
}
.series h3{
  margin-bottom:1em;
  font-weight:bold;
  text-align:center;
}
.series p{
  margin-bottom: 2em;
}
.series figure{
  text-align: center;
}
.series figure img{
  max-width: 400px;
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/* wysiwyg */
/* -------------------------------------------------------------------------- */
.wysiwyg {
  max-width: 860px;
  width: 95%;
  margin: 0 auto;
}
.wysiwyg .read {
  margin: 0 auto 3em;
  font-size: .9rem;
}
.wysiwyg .view_timer{
  margin-bottom: 20px;
  padding: 10px;
  color: #f40000;
  border: 1px solid #f40000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.wysiwyg .table-style {
  margin-bottom: 4em;
  font-size: .9em;
}
.wysiwyg .table-style tr th, .wysiwyg .table-style tr td {
  padding: .15em 0;
}
.wysiwyg .table-style tr th {
  padding-right: 2em;
  font-weight: bold;
  text-align: left;
}
.wysiwyg .imgarea {
  margin-bottom: 3em;
  text-align: center;
}
.wysiwyg .imgarea .subt{
  margin-bottom: 2em;
  padding: .3em 0;
  border: 1px solid #000;
  border-style: solid none;
  background-color: #f5f5f5;
}
.wysiwyg .imgarea ul li{
  margin-bottom: 1.5em;
}
.wysiwyg .imgarea ul li img{ 
  vertical-align: center;
}
.wysiwyg .sectionBox {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 5em;
}
.wysiwyg .sectionBox__title {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.wysiwyg .sectionBox figure {
  margin-bottom: 2em;
  text-align: center;
}
.wysiwyg .sectionBox__read {
  width: 90%;
  margin: 0 auto 3em;
  font-size: 0.9rem;
}
.wysiwyg .btn-buy{
  margin-bottom: 2em;
  text-align: center
}
.wysiwyg .btn-buy a{
  padding: 1em 2.5em;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 1.1em;
  text-decoration: none;
  text-align:center;
}
.wysiwyg .btn-buy a:hover{
  background-color: #333;
  color: #fff;
}
.wysiwyg .btn-buy a:before{
  font-family: FontAwesome;
  content: "\f106";
  margin-right: .5em;
}
.wysiwyg .material{
	margin-bottom: 4em;
	padding: 3em;
	color: #fff;
}
.wysiwyg .material .titlearea{
	margin-bottom: 1.7em;
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	text-align: center;
}
.wysiwyg .material .titlearea p{
	font-size: 1.1em;
}
.wysiwyg .material .titlearea h2{
	font-size: 2em;
	font-weight: bold;
	line-height: 1.5;
}
.wysiwyg .material .inner{
	display: flex;
	justify-content: space-between;
}
.wysiwyg .material .inner .photo{
	width: 50%;
}
.wysiwyg .material .inner .read{
	width: 46%;
  	font-size: .9em;
	letter-spacing: 0;
}
.wysiwyg .spec{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
	color: #000;
}
.wysiwyg .spec dl{
	width: 32%;
	margin-bottom: 2em;
}
.wysiwyg .spec dl:not(:nth-of-type(3n)){
	margin-right: 2%;
}
.wysiwyg .spec dl dt{
	margin-bottom: .8em;
}
.wysiwyg .spec dl dt img{
	vertical-align: bottom;
}
.wysiwyg .spec dl dd{
	font-size: .9em;
	line-height: 1.6;
}
.wysiwyg .coordinate{
	margin-bottom: 4em;
	padding: 4em 2em 0 48%;
	color: #000;
}
.wysiwyg .coordinate h2{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
	line-height: 1.6;
}
.wysiwyg .coordinate p{
  font-size:.9em;
}
.wysiwyg .size{
	margin-bottom: 4em;
}
.wysiwyg .size ul{
	display: flex;
	justify-content: center;
}
.wysiwyg .size ul li{
	margin: 0 .5em;
}
.wysiwyg .size ul li img{
	margin-bottom: 1em;
	vertical-align: bottom;
}
.wysiwyg .other-link{
	margin-top: 4em; 
	margin-bottom: 4em;
}
.wysiwyg .other-link .title{
	margin-bottom: 1.5em;
	padding: .5em;
	border: 1px solid #d9d9d9;
	border-style: solid none;
	font-size: 1em;
	text-align: center;
}
.wysiwyg .other-link .other-wrapper{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
.wysiwyg .other-link .other-wrapper .block{
	width: 22.5%;
}
.wysiwyg .other-link .other-wrapper .block:not(:nth-of-type(4n)){
	margin-right: 3.333%;
}
.wysiwyg .other-link .other-wrapper .block dl dt{
	margin-bottom: .5em;
	text-align: center;
}
.wysiwyg .other-link .other-wrapper .block dl dd{
 	font-size: .9em;
  	letter-spacing:0;
  	line-height: 1.5;
	text-align: center;
}
.wysiwyg .other-link .other-wrapper .block dl dd a{
    text-decoration: underline;
}
.wysiwyg .other-link .other-wrapper .block dl dd span{
	display: block;
	font-weight: bold;
}
.wysiwyg .arle-boston .inner{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.wysiwyg .arle-boston .inner dl{
	width: 32%;
	margin-bottom: 2em;
}
.wysiwyg .arle-boston .inner dl:not(:nth-of-type(3n)){
	margin-right: 2%;
}
.wysiwyg .arle-boston .inner dl dt{
	margin-bottom: 1em;
}
.wysiwyg .arle-boston .inner dl dd{
	font-size: .95em;
	line-height: 1.5;
}
.wysiwyg .arle-boston .natural{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	max-width: 910px;
	margin: 0 auto 4em;
	min-height: 351px;
	padding-left: 2em;
	background: #fff url("https://img21.shop-pro.jp/PA01394/638/etc/b2311-material.jpg?cmsp_timestamp=20191230234254") 0 0 no-repeat;
	color: #fff;
	font-size: .95em;
	letter-spacing: normal;
}
.wysiwyg .arle-boston .natural h2{
	margin-bottom: .5em;
	font-size: 1.5em;
	font-family: "ÞâÌÀÄ«ÂÎ", "Yu Mincho", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« Pro", "Hiragino Mincho Pro", "MS PÌÀÄ«", "MS PMincho", serif;
	text-shadow: 0 0 5px #000;
}
.wysiwyg .arle-boston .natural p{
	width: 66%;
	text-shadow: 0 0 5px #000;
	line-height: 1.8;
}

/* -------------------------------------------------------------------------- */
/* B-3404 Epicer  */
/* -------------------------------------------------------------------------- */
.b3404 .material{
	background: #fff url("https://img21.shop-pro.jp/PA01394/638/etc/bg_leather.jpg?cmsp_timestamp=20171210232714") 50% 0 no-repeat;
	background-size: cover;
}
.b3404 .coordinate{
	min-height: 568px;
	background: #fff url("https://img21.shop-pro.jp/PA01394/638/etc/bg_lifestyle.jpg?cmsp_timestamp=20171210233311") 0 0 no-repeat;
	background-size: cover;
}

/* -------------------------------------------------------------------------- */
/* related-link */
/* -------------------------------------------------------------------------- */
.related-link {
  font-size: .9em;
}

/* -------------------------------------------------------------------------- */
/* limit */
/* -------------------------------------------------------------------------- */
.limit {
  padding: .8em;
  font-size: .9em;
  border: 1px solid #a40000;
  color: #a40000;
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/* storeinfo */
/* -------------------------------------------------------------------------- */
.storeinfo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0 auto 3em;
	padding: 1.8em;
	border: 1px solid #cdcdcd;
}
.storeinfo .detail{
	width: 50%;
}
.storeinfo .detail .catch{
	margin-bottom: .5em;
	font-size: 1.5em;
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif
}
.storeinfo .detail .logo{
	margin-bottom: 1em;
}
.storeinfo .detail .logo img{
	max-width: 160px;
}
.storeinfo .detail address{
	margin-bottom: 1em;
}
.storeinfo .detail .btn-corp{
	display: inline-block;
}
.storeinfo .detail .btn-corp a{
	display: block;
	padding: .2em 1.5em;
	border: 1px solid #000;
	font-size: .9em;
	text-decoration: none;
}
.storeinfo .detail .btn-corp a:before{
	margin-right: .5em;
	font-family: FontAwesome;
	content: "\f105";
	color: #000;
	font-size: .9em;
}
.storeinfo .detail .btn-corp a:hover{
	background-color: #000;
	color: #fff;
}
.storeinfo .detail .btn-corp a:hover:before{
	color: #fff;
}
.storeinfo .photo{
	width: 45%;
}

/*===========================================================================*/
/*  tablet  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  
  /* mainnav
  ------------------------------------------------------------------------ */
  .wysiwyg .coordinate{
	min-height: auto;
	padding: 2.5em 2em 8em 38%;
  }
  .wysiwyg .coordinate h2{
	font-size: 1.5em;
  }
  
  /* mainnav
  ------------------------------------------------------------------------ */
  #product>div .topicpath-nav:not(:last-of-type):after {
    display: none;
  }
  
  /* B-3404 Epicer
  ------------------------------------------------------------------------ */
  .b3404 .coordinate{
	background: #fff url("https://img21.shop-pro.jp/PA01394/638/etc/bg_lifestyle_sp.jpg?cmsp_timestamp=20171211005757") 0 80% no-repeat;
  }
  .b3404 .material{
    background-position: 20% 0;
  }
  
}
/*===========================================================================*/
/*  tablet  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  
  /* wysiwyg
  ------------------------------------------------------------------------ */
  .wysiwyg .material{
	padding: 2em;
  }
  .wysiwyg .material .titlearea p{
	font-size: 1.1em;
  }
  .wysiwyg .material .titlearea h2{
	font-size: 1.6em;
  }
  .wysiwyg .material .inner{
	flex-wrap: wrap;
  }
  .wysiwyg .material .inner .photo{
	width: 100%;
	text-align: center;
  }
  .wysiwyg .material .inner .read{
	width: 100%;
	margin-bottom: 1em;
    line-height: 1.8;
  }
  .wysiwyg .spec dl{
	width: 48%;
  }
  .wysiwyg .spec dl:not(:nth-of-type(3n)){
	margin-right: 0;
  }
  .wysiwyg .spec dl:not(:nth-of-type(2n)){
	margin-right: 4%;
  }
  .wysiwyg .spec dl dd{
	font-size: .8em;
	line-height: 1.5;
  }
  .wysiwyg .coordinate{
	min-height: auto;
	padding: 2em;
  }
  .wysiwyg .coordinate .inner{
	padding: 1.5em 1em;
	background-color: rgba(255,255,255,.7);
	text-align: center;
  }
  .wysiwyg .coordinate h2{
	font-size: 1.2em;
  }
  .wysiwyg .size ul{
	flex-wrap: wrap;
  }
  .wysiwyg .size ul li{
	margin: 0;
	width: 100%;
	margin-bottom: 1.5em;
	text-align: center;
  }
  .wysiwyg .other-link .other-wrapper .block{
	width: 48%;
  }
  .wysiwyg .other-link .other-wrapper .block:not(:nth-of-type(4n)){
      margin-right: 0;
  }
  .wysiwyg .other-link .other-wrapper .block:not(:nth-of-type(2n)){
      margin-right: 4%;
  }
  .wysiwyg .other-link .other-wrapper .block dl dd{
      font-size: .75em;
  }
  .wysiwyg .other-link .title{
      font-size: .8em;
  }
  .wysiwyg .sectionBox{
    margin-bottom: 4em;
  }
  .wysiwyg .sectionBox__title{
    font-size: 1em;
  }
  .wysiwyg .sectionBox__read {
    font-size: 0.8rem;
  }

  /* topicpath-nav
  ------------------------------------------------------------------------ */
  #product>div .topicpath-nav:last-of-type {
    margin-bottom: 1em;
  }
  #product>div .topicpath-nav:not(:last-of-type) {
    margin-bottom: 0;
  }
  #product>div .topicpath-nav:first-of-type {
    margin-bottom:1em;
    padding-top:.5em;
  }
  #product>div .topicpath-nav:not(:first-of-type) {
    display: none;
  }

  /* product-title
  ------------------------------------------------------------------------ */
  .product-title {
    padding-left: 0;
    font-size: 1.2em;
    line-height: 1.5;
  }
  
  /* order-wrapper
  ------------------------------------------------------------------------ */
  .order-wrapper {
    display: block;
  }
  .order-wrapper .main-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }
  .order-wrapper .order-area {
    width: 100%;
  }
  .order-wrapper .order-area .price-area {
    width: 100%;
  }
  .order-wrapper .order-area .price-area table tr th {
    width: 100%;
    display: block;
  }
  .order-wrapper .order-area .price-area table tr td {
    width: 100%;
    display: block;
  }

  /* order-wrapper
  ------------------------------------------------------------------------ */
  .product-order-exp {
    margin-top: 10px;
  }
  

  /* storeinfo
  ------------------------------------------------------------------------ */
  .storeinfo{
    padding: 1.5em 1em 1em;
    text-align: center;
  }
  .storeinfo .detail{
	width: 100%;
    margin-bottom: 1em;
  }
  .storeinfo .detail .catch{
      font-size: 1.2em;
      letter-spacing:0;
      line-height: 1.5;
  }
  .storeinfo .detail address{
      font-size: .8em;
      line-height:1.5;
  }
  .storeinfo .detail .logo img{
      max-width: 120px;
  }
  .storeinfo .detail .btn-corp a{
      font-size: .8em;
  }
  .storeinfo .photo{
      width: 100%;
  }
  .storeinfo .photo img{
      max-width: 250px;
  }
  
	.wysiwyg .arle-boston .inner{
		margin-bottom: 2em;
	}
	.wysiwyg .arle-boston .inner dl{
		width: 48%;
	}
	.wysiwyg .arle-boston .inner dl:not(:nth-of-type(3n)){
		margin-right: 0;
	}
	.wysiwyg .arle-boston .inner dl:not(:nth-of-type(2n)){
		margin-right: 4%;
	}
	.wysiwyg .arle-boston .inner dl dd{
		font-size: .85em;
	}
	.wysiwyg .arle-boston .natural{
		position: relative;
		padding: 180px 0 0 0;
		background: none;
		color: #000;
	}
	.wysiwyg .arle-boston .natural:before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 160px;
		background: #fff url("https://img21.shop-pro.jp/PA01394/638/etc/b2311-material.jpg?cmsp_timestamp=20191230234254") 50% 50%/cover no-repeat;
	}
	.wysiwyg .arle-boston .natural h2{
		padding: 0 .5em;
		font-size: 1.3em;
		line-height: 1.6;
		text-shadow: inherit;
	}
	.wysiwyg .arle-boston .natural p{
		width: 100%;
		padding: 0 .5em;
		text-shadow: inherit;
		font-size: .85em;
	}

}
/*===========================================================================*/
/*  smartphone  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  
  /* order-wrapper
  ------------------------------------------------------------------------ */
  .order-wrapper .main-wrapper .sumbnail ul li {
    width: 21%;
  }  
  .order-wrapper .order-area .price-area {
    font-size: 0.8em;
  }
  .order-wrapper .order-area .product-order button {
    font-size:.9em;
  }

  /* product-title
  ------------------------------------------------------------------------ */
  .product-title {
    font-size: 1.05em;
    font-weight: bold;
  }

  /* wysiwyg
  ------------------------------------------------------------------------ */
  .wysiwyg .read {
    font-size: .8em;
  }
  .wysiwyg .table-style {
    font-size: .8em;
  }
  .wysiwyg .btn-buy a {
    font-size: .9em;
  }
  .wysiwyg .imgarea .subt {
    font-size: .9em;
  }
  .wysiwyg .material{
	padding: 1.5em;
  }
  .wysiwyg .material .titlearea{
	margin-bottom: 1.4em;
  }
  .wysiwyg .material .titlearea p{
	font-size: .9em;
  }
  .wysiwyg .material .titlearea h2{
	font-size: 1.2em;
	letter-spacing: normal;
  }
  .wysiwyg .coordinate{
	padding: 1.3em;
  }
  .wysiwyg .coordinate h2{
	font-size: 1.2em;
	letter-spacing: normal;
  }
  .wysiwyg .coordinate p{
	font-size: .9em;
  }

}

/* -------------------------------------------------------------------------- */
/* craftkit */
/* -------------------------------------------------------------------------- */
.craftkit{
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.craftkit dl dt{
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

/* -------------------------------------------------------------------------- */
/* anniversary-wrap */
/* -------------------------------------------------------------------------- */
.anniversary-wrap{
	margin-top: 2em;
	margin-bottom: 4em;
}
.anniversary-wrap .present-wrap{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.5em;
	padding: 2em;
	border: 3px double #ccc;
	border-style: double none;
}
.anniversary-wrap .present-wrap .info{
	width: 64%;
}
.anniversary-wrap .present-wrap figure{
	display: block;
	width: 33%;
}
.anniversary-wrap .present-wrap .info .title{
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 1.05em;
}
.anniversary-wrap .anniversary-btn{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	text-align: center;
}
.anniversary-wrap .anniversary-btn a{
	display: block;
	padding: .8em 3em;
	font-size: 1em;
	border: 1px solid #000;
	border-radius: 5px;
	transition: .15s all ease;
	text-decoration: none;
}
.anniversary-wrap .anniversary-btn a:hover{
	background-color: #000;
	color: #fff;
}
.anniversary-wrap .anniversary-btn a:before{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f08e";
	font-family: FontAwesome;
}


@media screen and (max-width: 767px) {

	/* anniversary-wrap
	------------------------------------------------------------------------ */
	.anniversary-wrap{
		margin-top: 0;
	}
	.anniversary-wrap .present-wrap{
		flex-wrap: wrap;
		padding: 1.5em 1em;
	}
	.anniversary-wrap .present-wrap .info{
		width: 100%;
		margin-bottom: 1em;
		font-size: .9em;
	}
	.anniversary-wrap .present-wrap figure{
		width: 100%;
		text-align: center;
	}
  
	/* craftkit
	------------------------------------------------------------------------ */
    .craftkit{
      margin-top: 0;
      padding: 2em 1em;
      font-size: .9em;
    }

}