#page.product.in {
}

#page.product.in input, #page.product.in button, #page.product.in textarea, #page.product.in select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
}

#page.product.in .txt02 {
	max-width: 210px;
	width: 100%;
	margin-bottom: 30px;
}

#page.product.in .txt01 {
	max-width: 340px;
	width: 100%;
	margin-bottom: 30px;
}

#page.product.in .serachbox_wrap {
	border: 1px solid #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

#page.product.in .searchbox .search-text {
	height: 40px;
		padding: 0 10px;
		width: 100%;
}

#page.product.in .serachbox_img {
	padding-right: 10px;
}

#page.product.in .selectbox_wrap {
	border: 1px solid #000;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 10px 10px;
}

/*#page.product.in .serachbox_wrap {
	background-image: url(../img/product/ui01.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 97% center;
}*/

#page.product.in .selectbox_wrap {
	background-image: url(../img/product/ui04.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 99% center;
}

#page.product.in .serachbox_wrap input {
	background-image: url(../img/product/ui01.png);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 98% center;
}

#page.product.in .serachbox_img {
	max-width: 220px;
	width: 100%;
	display: block;
	margin: 0 auto 50px;
}

#page.product.in .search_flexbox {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

#page.product.in .search_flexitem {
	flex: 0 0 48%;
	text-align: center;
	margin: 0 auto 30px;
}

#page.product.in .product_archive_flexbox {
	display: flex;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdddd;
	margin-bottom: 20px;
}

#page.product.in .product_archive_flexitem_lft {
	flex: 0 0 200px;
}

#page.product.in .product_archive_flexitem_rig {
	flex: 1 1 800px;
}


#page.product.in .product_archive_ttl {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

#page.product.in .product_archive_subttl {
	display: flex;
	margin-bottom: 20px;
}

#page.product.in .product_archive_subttl span {
	color: #00a0e9;
}

#page.product.in .category {
	margin-right: 10px;
}

#page.product.in .contents {
	font-size: 16px;
	margin-bottom: 15px;
}

#page.product.in .purchase_price {
	font-size: 34px;
	color: #ff558f;
	display: flex;
	align-items: center;
	font-weight: bold;
}

#page.product.in .purchase_price span {
	font-size: 16px;
	color: #000;
	margin-right: 10px;
}

#page.product.in .link_info_txt {
	position: absolute;
	bottom: 20px;
	right: 0;
	display: block;
	background-color: #ff558f;
	color: #fff;
	text-align: center;
	max-width: 165px;
	width: 100%;
	padding: 5px 12px;
	border-radius: 15px;
}

#page.product.in .link_info_txt:after {
	content: "";
	padding-right: 15px;
	background-image: url(../img/product/ui03.png);
	background-repeat: no-repeat;
	background-size: 10px 12px;
	background-position: center;
}

#page.product.in .link_info_txt {
	position: unset;
    margin-left: auto;
    margin-top: 20px;
}

#page.product.in .thumbnail {
	background-image: url(../img/product/sumnail.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: 2px solid #dcdddd;
	max-width: 180px;
	width: 100%;
	height: 180px;
}

#page.product.in .more-link {
	display: none;
}

#page.product.in input:-internal-autofill-selected {
	background-color: #fff;
}

#page.product.in .term_btn {
	max-width: 280px;
	width: 100%;
	margin: auto;
}

@media (min-width: 1px) and (max-width: 730px){
	#page.product.in .product_archive_flexbox {
		display: block;
	}
	#page.product.in .product_archive_flexitem_lft .thumbnail {
		margin: 0 auto 20px;
	}
	#page.product.in .product_archive_subttl {
		display: block;
	}
}

@media (min-width: 1px) and (max-width: 640px){
	#page.product.in .search_flexitem {
		flex: 0 0 100%;
		margin: 0 auto 40px;
	}
}

/*詳細ページ*/
#page.single_product.in .label_kaitori {
	background: #ff558f;
	color: #fff;
	padding: 0 10px;
	margin-right: 5px;
}

#page.single_product.in .ttl_number {
	font-size: 18px;
	line-height: 1.7;
}

#page.single_product.in .purchase_price {
	color: #ff558f;
	margin-bottom: 10px;
}

#page.single_product.in .price_txt01 {
	font-size: 20px;
	font-weight: bold;
}

#page.single_product.in .price_txt02 {
	font-size: 34px;
	font-weight: bold;
}

#page.single_product.in .price_txt03 {
	font-size: 14px;
	margin-left: 12px;
	color: #000;
	font-weight: bold;
}

#page.single_product.in .list_price {
	font-size: 20px;
	margin-bottom: 25px;
}

#page.single_product.in .details {
	margin-bottom: 25px;
	display: flex;
	font-size: 12px;
}

#page.single_product.in .details_lft {
	flex: 0 0 50%;
}

#page.single_product.in .details_rig {
	flex: 0 0 50%;
}

#page.single_product.in .detail_list .detail_list_ttl {
	display: inline-block;
	background-color: #dcdddd;
	padding: 2px 10px;
	max-width: 100px;
	text-align: center;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 20px;
}

#page.single_product.in .single_contents {
	border-top: 1px dashed #dcdddd;
	padding-top: 15px;
}

#page.single_product.in .thumbnail {
	background-image: url(../img/product/sumnail.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: 2px solid #dcdddd;
	max-width: 300px;
	width: 100%;
	height: 300px;
}

#page.single_product.in .single_flexbox {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin-bottom: 40px;
}

#page.single_product.in .single_flexitem_lft {
	flex: 0 0 39%;
}

#page.single_product.in .single_flexitem_rig {
	flex: 0 0 59%;
}

#page.single_product.in .category {
	margin-bottom: 30px;
}

#page.single_product.in .detail_list {
	display: flex;
}

#page.single_product.in .ui02 {
	max-width: 10px;
	width: 100%;
	display: inline-block;
	margin-bottom: 2px;
}

#page.single_product.in .underbar_title_left {
	margin-bottom: 20px;
	text-align: left;
}

#page.single_product.in .return_btn {
	display: block;
	max-width: 280px;
	width: 100%;
	margin: 30px auto;
	text-align:center;
}
#page.single_product.in .return_btn1{
    display: block;
	max-width: 280px;
	width: 100%;
	margin: 30px auto;
	text-align:center;}
.return_btn1 {
	display: inline-block;
	padding: 0.3em;
	transition: .3s;
	transform: scale(1);
	color: #F4511E;
}
.return_btn1:hover {
	transform: scale(1.05);
}

#page.single_product.in .ph01 {
	margin: 40px auto 90px;
}
.nairu_btn,
a.nairu_btn {
	color: #fff;
	background-color: #fe5690;
	margin: auto;
	display: block;
	text-align: center;
	padding: 10px;
}
.nairu_btn:hover,
a.nairu_btn:hover {
  color: #fff;
  background: #ff74a4;
}
.nairu_btn p {
  font-size:18px;
}
@media (min-width: 1px) and (max-width: 640px){
	#page.single_product.in .single_flexbox {
		display: block;
	}
	#page.single_product.in .label_kaitori {
		display: block;
		max-width: 75px;
		width: 100%;
	}
	#page.single_product.in .ttl_number {
		display: block;
		margin-left: 0;
		font-size: 16px;
	}
	#page.single_product.in .single_flexitem_rig {
		margin-top: 30px;
	}
	#page.single_product.in .price_txt03 {
		display: block;
		margin-top: 10px;
	}
	#page.single_product.in .list_price {
		font-size: 18px;
	}
	#page.single_product.in .details {
		display: block;
		margin-bottom: 10px;
	}
	#page.single_product.in .detail_list .detail_list_ttl {
		margin-bottom: 10px;
	}
	#page.single_product.in .thumbnail{
		border:none;
		max-width:400px;
	}
	#page.single_product.in .purchase_price{
		text-align:center;
	}
	#page.single_product.in .ph01 {
    margin:0 auto 20px;
	}
	.nairu{
		margin: 10px 0 30px 0;
    border-bottom: 1px dashed #dcdddd;
    padding-bottom: 25px;
	}
}

/*ページネーション */
#page.product.in #pagenation {
    width: 100%;
    margin: 50px 0 100px;
    text-align: center;
}

#page.product.in .page-numbers.current {
    background: #ff558f;
}


#page.product.in .page-numbers {
    background: #c5c5c5;
    border-radius: 5px;
    padding: 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.5s opacity ease-out;
}

#page.product.in .page-numbers.next {
	 background: #ff558f;
}

#page.product.in .page-numbers.prev {
	 background: #ff558f;
}

#page.product.in #pagenation span, #pagenation a {
    color: #FFFFFF;
 }
