/* PC¡¦¥¿¥Ö¥ì¥Ã¥È 769px°Ê¾å */
@media screen and (min-width: 769px) {
body #main_wrap.main_wrap_product{
    border-bottom: 1px solid #f0f1f2;
}
#main_wrap.main_wrap_product main {
    width: 1200px;
    margin: 0 auto;
}

#product {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px; 
}
#product #product_img {
    width: 580px;
}
#product #product_info {
    width: 580px;
}
#product #product_img img {
    width: 100%;
}
#product #product_img ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
#product #product_img ul li {
    width: 108px;
    margin-right: 10px;
}
#product #product_img ul li:nth-child(5n) {
    margin-right: 0;
}
#product #product_img ul li img {
    box-sizing: border-box;
    border: 2px solid #fff;
    transition: all .4s;
    cursor: pointer;
}
#product #product_img ul li:first-child img {
    border: 2px solid #ddd;
}
#product #product_info h2#name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2px;
}
#product #product_info .ico_ondo {
    width: 50px;
    height: 24px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}
#product #product_info .ico_ondo.ico_ondo_100 {
    border: 1px solid #dddddd;
}
#product #product_info .ico_ondo.ico_ondo_200 {
    border: 1px solid #1592E6;
}
#product #product_info .ico_ondo.ico_ondo_300 {
    border: 1px solid #1567E6;
}
#product #product_info .ico_ondo.ico_ondo_100::before {
    content: "¾ï²¹";
    color: #dddddd;
}
#product #product_info .ico_ondo.ico_ondo_200::before {
    content: "ÎäÂ¢";
    color: #1592E6;
}
#product #product_info .ico_ondo.ico_ondo_300::before {
    content: "ÎäÅà";
    color: #1567E6;
}


#product #product_info .review_link {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 15px;
    color: #fff;
    flex-wrap: wrap;
}
#product #product_info .review_link.review_link_zero a {
    color: #1897f2;
    font-size: 1.4rem;
}
#product #product_info .review_link .star {
	width: 130px;
    margin-right: 15px;
}
#product #product_info .review_link .star a {
	display: block;
	height: 23px;
  }
#product #product_info .review_link .star5 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat 0 0;
}
#product #product_info .review_link .star4 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -28px 0;
}
#product #product_info .review_link .star3 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -54px 0;
}
#product #product_info .review_link .star2 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -80px 0;
}
#product #product_info .review_link .star1 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -106px 0;
}
#product #product_info .review_link .review_number a {
    color: #1897f2;
    font-size: 1.4rem;
    line-height: 2;
}
#product #product_info .sns {
    margin: 20px 0 10px;
}
#product #product_info .sns span {
    font-size: 1.2rem;
    color: #666;
    vertical-align: top;
}
#product #product_info .member_ad {
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #aaa;
    margin-bottom: 20px;
}
#product #product_info .member_ad a {
    color: #aaa;
    font-weight: bold;
}
#product #product_info .price_area .price {
    font-size: 3.2rem;
    font-weight:  bold;
    color: #e00;
}

#product #product_info .price_area .price_discount_wrap {
    color: #aaa;
}
#product #product_info .price_area .price_line {
    text-decoration: line-through;
}
#product #product_info .price_area .price_discount {
    padding: 0 6px;
    height: 20px;
    line-height: 2;
    background-color: #e00;
    color: #fff;
    font-size: 1.2rem;
    font-weight:  bold;
    border-radius: 3px;
}
#product #product_info .shipment {
    margin-bottom: 20px;
}
#product #product_info .shipment table {
    width: 100%;
    margin-bottom: 5px;
}
#product #product_info .shipment table caption {
    font-size: 1.2rem;
    color: #666;
}
#product #product_info .shipment table caption::after {
    content: ":";
}
#product #product_info .shipment table thead {
    background: #f5f5f5;
}
#product #product_info .shipment table thead tr th:first-child {
    width: 40%;
}
#product #product_info .shipment table tr th,
#product #product_info .shipment table tr td {
    padding: 8px 10px 7px 10px;
    font-size: 1.2rem;
    color: #666;
}
#product #product_info .shipment table tbody tr {
    border-bottom: 1px solid #ddd;
}
#product #product_info .shipment .fontsizexs {
    color: #666;
    text-align: right;
}
#product #product_info .cart_wrap {
    padding: 20px;
    background: #f8f8f8;
}
#product #product_info .quantity_area .quantity_ttl {
    font-size: 1.4rem;
}
#product #product_info .quantity_area .quantity_form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 15px;
}
#product #product_info .quantity_area .quantity_form .num_down,
#product #product_info .quantity_area .quantity_form input.num_box,
#product #product_info .quantity_area .quantity_form .num_up {
    border: 1px solid #ccc;
    border-radius: inherit;
    text-align: center;
    background: #fff;
}
#product #product_info .quantity_area .quantity_form .num_down a,
#product #product_info .quantity_area .quantity_form .num_up a {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    width: 50px;
    height: 40px;
}
#product #product_info .quantity_area .quantity_form input.num_box {
    margin: 0 -1px;
    font-size: 1.8rem;
    width: 60px;
    height: 40px;
}
#product #product_info .btn_cart button {
    font-size: 2.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	background-color: #d00;
	border: 0;
    border-radius: inherit;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    transition: all .2s;
}
#product #product_info .btn_cart button:hover {
    background: #F31B1B;
}
#product #product_info .btn_cart button.btnsoldout {
	cursor: inherit;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #ddd);
	background-image: linear-gradient(to bottom, #bbb, #ddd);
	color: #fff;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	font-weight: normal;
}
section .ttl {
    font-size: 2.4rem;
    font-weight: bold;
}
section#recommend {
    border-top: 1px solid #f0f1f2;
    padding-top: 50px;
    margin-bottom: 50px;
}
section.itembox ul li.itembox_s {
    width: 180px;
    text-align: center;
    margin: 5px;
}
section.itembox ul li.itembox_s a {
    padding: 10px;
    font-size: 1.4rem;
    text-align: left;
}
section.itembox ul li.itembox_s .itembox_img img {
    width: 100%;
}
section.itembox ul li.itembox_s .itembox_name {
    line-height: 1.3;
    margin: 5px 0 5px;
}
section.itembox ul li.itembox_s .itembox_price {
    font-size: 1.6rem;
}
section.itembox ul li.itembox_s:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
/* slick */
.slider_wrap {
    padding: 0 10px;
}
.slider img{
    height: auto;
    width: 100%;
}
#product_explain_nav {
    background: #f8f8f8;
    border-bottom: 1px solid #101571;
    height: 46px;
}
.is-animation #product_explain_nav {
}
.is-animation #product_explain_nav nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    border-bottom: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background: #f8f8f8;
}
.is-animation #product_explain_nav nav ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#product_explain_nav nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#product_explain_nav nav ul li a {
    display: inline-block;
    padding: 16px 22px;
    font-size: 1.4rem;
    line-height: 1;
}
#product_explain_nav nav ul li a.active {
    background: #101571;
    color: #fff;
    font-weight: bold;
}
#product_explain_nav nav ul li a:hover {
    background: #101571;
    color: #fff;
}
#product_explain article {
    margin-top: 60px;
}
#product_explain article h3 {
    font-size: 2.4rem;
    font-weight: bold;
}
#product_explain article section h4 {
    font-weight: bold;
    margin: 30px 0 0;

}
#product_explain article#product_package ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
}
#product_explain article#product_package ul li {
    width: 200px;
  	margin: 0 20px 20px 0;
}
#product_explain article#product_package ul li img {
	width: 70%;
	margin-bottom: 10px;
}
#product_explain article#product_explain_ex table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#product_explain article#product_explain_ex table tr th,
#product_explain article#product_explain_ex table tr td {
    padding: 15px 25px;
    font-size: 1.4rem;
}
#product_explain article#product_explain_ex table tr th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}
#product_explain article#product_explain_ex table tr td {
    border-right: 1px solid #ddd;
}


#product_explain article#product_review .review_h {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#product_explain article#product_review .review_h .star {
	width: 130px;
    margin-bottom: 15px;
}
#product_explain article#product_review .review_h .star a {
	display: block;
	height: 23px;
}
#product_explain article#product_review .review_h .star1 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -106px 0;
}
#product_explain article#product_review .review_h .star2 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -80px 0;
}
#product_explain article#product_review .review_h .star3 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -54px 0;
}
#product_explain article#product_review .review_h .star4 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -28px 0;
}
#product_explain article#product_review .review_h .star5 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -2px 0;
}
#product_explain article#product_review .review_number a {
    color: #1897f2;
    font-size: 1.4rem;
    line-height: 1;
}
#product_explain article#product_review .review_h .review_button a {
    font-size: 2.0rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 60px;
	margin: 0;
	text-align: center;
	display: inline-block;
	color: #000;
	font-weight: 700;
	background-color: #FFDD00;
	border: 0;
    border-radius: inherit;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    transition: all .2s;
}
#product_explain article#product_review .review_h .review_button a:hover {
    background: #FFE74C;
}
#product_explain article#product_review .customerreview {
    border-top: 1px solid #f0f1f2;
}
#product_explain article#product_review .customerreview ul {
    margin-bottom: 30px;
}
#product_explain article#product_review .customerreview ul li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f1f2;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#product_explain article#product_review .customerreview ul li .customerreview_data {
    width: 200px;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.2;
}
#product_explain article#product_review .customerreview ul li .customerreview_data .customerreview_nickname {
    width: 200px;
}
#product_explain article#product_review .customerreview ul li .customerreview_data span.customerreview_sex,
#product_explain article#product_review .customerreview ul li .customerreview_data span.customerreview_nendai {
    font-size: 1.0rem;
    display: inline-block;
    background: #FF9600;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 3px;
    font-weight: bold;
    cursor: default;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .reviewstar {
	width: 95px;
	height: 17px;
    margin-bottom: 4px;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star1 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -72px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star2 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -54px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star3 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -36px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star4 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -18px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star5 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat 0 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt {
    padding-left: 20px;
    font-size: 1.4rem;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .customerreview_date {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .customerreview_ttl {
    font-weight: bold;
}
#product #product_info .cart_wrap .stock {
    color: #e00;
    font-weight: bold;
    font-size: 1.8rem;
}
#rakunten_point {
  margin-bottom: 20px;
}
.img_payall {
    margin-bottom: 20px;
    width: 50%;
}
.img_payall a {
    font-size: 1.2rem;
    color: #1897f2;
}
.img_payall a:hover {
    text-decoration: underline;
}
.img_payall img {
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
}
}













































/* ¥¹¥Þ¥Û */
@media screen and (max-width: 768px) {
body #wrapper {
    padding-bottom: 60px;
}
body #main_wrap.main_wrap_product{
}
#main_wrap.main_wrap_product main {
}
#main_wrap.main_wrap_product main .pankuzu_sort_wrapper {
    display: none;
}
#product {
}
#product #product_img {
}
#product #product_info {
}
#product #product_img ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
#product #product_img ul li {
    width: 18%;
    margin-right: 2%;
}
#product #product_img ul li:nth-child(5n) {
    margin-right: 0;
}
#product #product_img ul li img {
    box-sizing: border-box;
    border: 2px solid #fff;
    transition: all .4s;
    cursor: pointer;
}
#product #product_img ul li:first-child img {
    border: 2px solid #ddd;
}
#product #product_info h2#name {
    padding: 5px 15px 2px;
}
#product #product_info .ico_ondo {
    margin: 0 15px;
    width: 50px;
    height: 22px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 5px;
}
#product #product_info .ico_ondo.ico_ondo_100 {
    border: 1px solid #dddddd;
}
#product #product_info .ico_ondo.ico_ondo_200 {
    border: 1px solid #1592E6;
}
#product #product_info .ico_ondo.ico_ondo_300 {
    border: 1px solid #1567E6;
}
#product #product_info .ico_ondo.ico_ondo_100::before {
    content: "¾ï²¹";
    color: #dddddd;
}
#product #product_info .ico_ondo.ico_ondo_200::before {
    content: "ÎäÂ¢";
    color: #1592E6;
}
#product #product_info .ico_ondo.ico_ondo_300::before {
    content: "ÎäÅà";
    color: #1567E6;
}


#product #product_info .review_link {
    padding: 10px 15px 7px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#product #product_info .review_link .star {
	width: 130px;
    margin-right: 15px;
}
#product #product_info .review_link .star a {
	display: block;
	height: 23px;
}
#product #product_info .review_link.review_link_zero a {
    color: #1897f2;
    font-size: 1.2rem;
}
#product #product_info .review_link .star5 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat 0 0;
}
#product #product_info .review_link .star4 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -28px 0;
}
#product #product_info .review_link .star3 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -54px 0;
}
#product #product_info .review_link .star2 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -80px 0;
}
#product #product_info .review_link .star1 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -106px 0;
}
#product #product_info .review_link .review_number a {
    color: #1897f2;
    font-size: 1.2rem;
    line-height: 2;
}
#product #product_info .sns {
    margin: 15px 0 0;
    border-bottom: 10px solid #f0f0ee;
    padding: 0 15px 6px;
}
#product #product_info .sns span {
    font-size: 1.2rem;
    color: #666;
    vertical-align: top;
}
#product #product_info .member_ad {
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #aaa;
    margin: 15px 15px 0;
    text-align: center;
}
#product #product_info .member_ad a {
    color: #aaa;
    font-weight: bold;
}
#product #product_info .price_area .price {
    font-size: 2.6rem;
    font-weight: bold;
    padding: 10px 15px 0;
    line-height: 1;
    color: #e00;
}
#product #product_info .price_area .point {
    border-bottom: 10px solid #f0f0ee;
    padding: 10px 15px 15px;
}
#product #product_info .price_area .price_discount_wrap {
    color: #aaa;
}
#product #product_info .price_area .price_line {
    text-decoration: line-through;
}
#product #product_info .price_area .price_discount {
    padding: 0 6px;
    height: 20px;
    line-height: 2;
    background-color: #e00;
    color: #fff;
    font-size: 1.2rem;
    font-weight:  bold;
    border-radius: 3px;
}
#product #product_info .shipment {
    padding: 15px;
    border-bottom: 10px solid #f0f0ee;
}
#product #product_info .shipment table {
    width: 100%;
    margin-bottom: 10px;
}
#product #product_info .shipment table caption {
    display: none;
}
#product #product_info .shipment table thead th {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}
#product #product_info .shipment table thead tr th:first-child {
    width: 40%;
}
#product #product_info .shipment table tr th,
#product #product_info .shipment table tr td {
    padding: 8px 10px 7px 10px;
    font-size: 1.2rem;
    color: #666;
}
#product #product_info .shipment table tbody tr {
    border-bottom: 1px solid #ddd;
}
#product #product_info .shipment .fontsizexs {
    color: #666;
}
#product #product_info .cart_wrap {
    background: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#product #product_info .quantity_area .quantity_ttl {
    display: none;
}
#product #product_info .quantity_area {
    margin: 10px 10px 10px 15px;
}
#product #product_info .quantity_area .quantity_form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#product #product_info .quantity_area .quantity_form .num_down,
#product #product_info .quantity_area .quantity_form input.num_box,
#product #product_info .quantity_area .quantity_form .num_up {
    border-radius: inherit;
    text-align: center;
    background: #fff;
}
#product #product_info .quantity_area .quantity_form .num_down a,
#product #product_info .quantity_area .quantity_form .num_up a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    width: 40px;
    height: 50px;
    line-height: 2;
}
#product #product_info .quantity_area .quantity_form input.num_box {
    margin: 0 -1px;
    font-size: 1.8rem;
    width: 50px;
    height: 40px;
    border: 1px solid #ccc;
}
#product #product_info .btn_cart {
    margin: 10px 15px 10px 10px;
    width: 100%;
}
#product #product_info .btn_cart button {
    font-size: 1.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
    height: 50px;
    border: 1px solid #d00;
	margin: 0;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 700;
	background-color: #d00;
	border: 0;
    border-radius: inherit;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#product #product_info .btn_cart button.btnsoldout {
	cursor: inherit;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #ddd);
	background-image: linear-gradient(to bottom, #bbb, #ddd);
	color: #fff;
	text-align: center;
	-webkit-transition: none;
	transition: none;
	font-weight: normal;
}
section .ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 20px;
}
section.itembox {
    padding: 20px 0;
}
section#recommend.itembox {
    border-bottom: 10px solid #f0f0ee;
}
section.itembox ul.slick-dots {
    margin: 0 auto;
}
section.itembox ul.slick-dots li {
    margin: 0 5px;
}
section.itembox ul li.itembox_s {
    text-align: center;
    margin: 5px;
}
section.itembox ul li.itembox_s a {
    font-size: 1.2rem;
    text-align: left;
}
section.itembox ul li.itembox_s .itembox_img img {
    width: 100%;
}
section.itembox ul li.itembox_s .itembox_name {
    line-height: 1.3;
    margin: 5px 0 5px;
}
section.itembox ul li.itembox_s .itembox_price {
    font-size: 1.4rem;
}
section.itembox ul li.itembox_s:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
/* slick */
.slider_wrap {
    padding: 0 10px;
}
.slider img{
    height: auto;
    width: 100%;
}
#product_explain_nav {
    background: #f8f8f8;
    border-bottom: 1px solid #101571;
    height: 46px;
}
.is-animation #product_explain_nav {
}
.is-animation #product_explain_nav nav {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 200;
    border-bottom: none;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    background: #f8f8f8;
}
.is-animation #product_explain_nav nav ul {
    width: 100%;
    margin: 0 auto;
}
#product_explain_nav nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#product_explain_nav nav ul li a {
    display: inline-block;
    padding: 16px 22px;
    font-size: 1.4rem;
    line-height: 1;
}
#product_explain_nav nav ul li a.active {
    background: #101571;
    color: #fff;
    font-weight: bold;
}
#product_explain article {
    padding: 30px 15px;
    border-bottom: 10px solid #f0f0ee;
}
#product_explain article h3 {
    font-size: 2.4rem;
    font-weight: bold;
}
#product_explain article section {
    font-size: 1.2rem;
}
#product_explain article section h4 {
    font-weight: bold;
    margin: 20px 0 0;


}
#product_explain article#product_package ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
}
#product_explain article#product_package ul li {
    width: 50%;
    margin-bottom: 20px;
}
#product_explain article#product_package ul li img {
    width: 70%;
    margin-bottom: 10px;
}
#product_explain article#product_explain_ex table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#product_explain article#product_explain_ex table tr th,
#product_explain article#product_explain_ex table tr td {
    padding: 15px 25px;
    font-size: 1.4rem;
}
#product_explain article#product_explain_ex table tr th {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}
#product_explain article#product_explain_ex table tr td {
    border-right: 1px solid #ddd;
}


#product_explain article#product_review .review_h {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#product_explain article#product_review .review_h .star {
	width: 130px;
    margin-bottom: 15px;
}
#product_explain article#product_review .review_h .star a {
	display: block;
	height: 23px;
}
#product_explain article#product_review .review_h .star1 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -106px 0;
}
#product_explain article#product_review .review_h .star2 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -80px 0;
}
#product_explain article#product_review .review_h .star3 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -54px 0;
}
#product_explain article#product_review .review_h .star4 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -28px 0;
}
#product_explain article#product_review .review_h .star5 a {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star.svg") no-repeat -2px 0;
}
#product_explain article#product_review .review_number a {
    color: #1897f2;
    font-size: 1.4rem;
    line-height: 1;
}
#product_explain article#product_review .review_h .review_button {
    margin-left: 20px;
}
#product_explain article#product_review .review_h .review_button a {
    font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 30px;
	margin: 0;
	text-align: center;
	display: inline-block;
	color: #000;
	font-weight: 700;
	background-color: #FFDD00;
	border: 0;
    border-radius: inherit;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    transition: all .2s;
}
#product_explain article#product_review .customerreview {
    border-top: 1px solid #f0f1f2;
}
#product_explain article#product_review .customerreview ul {
    margin-bottom: 30px;
}
#product_explain article#product_review .customerreview ul li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f1f2;
}
#product_explain article#product_review .customerreview ul li .customerreview_data {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.2;
}
#product_explain article#product_review .customerreview ul li .customerreview_data span.customerreview_sex,
#product_explain article#product_review .customerreview ul li .customerreview_data span.customerreview_nendai {
    font-size: 1.0rem;
    display: inline-block;
    background: #FF9600;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
    border-radius: 3px;
    font-weight: bold;
    cursor: default;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .reviewstar {
	width: 95px;
	height: 17px;
    margin-bottom: 4px;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star1 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -72px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star2 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -54px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star3 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -36px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star4 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat -18px 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .star5 {
	background: url("https://file001.shop-pro.jp/PA01321/730/img/parts/svg/review_star_s.svg") no-repeat 0 0;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt {
    padding: 5px 0 0;
    font-size: 1.4rem;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .customerreview_date {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}
#product_explain article#product_review .customerreview ul li .customerreview_txt .customerreview_ttl {
    font-weight: bold;
}
#product #product_info .cart_wrap .stock {
    position: absolute;
    flex: none;
    top: -30px;
    padding: 8px 20px;
    background: #f1f1f1;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    color: #e00;
}
#rakunten_point {
    margin: 10px 15px;
}
.img_payall {
    margin: 0 15px 15px;
    text-align: center;
}
.img_payall a {
    font-size: 1.2rem;
    color: #1897f2;
    line-height: 2;
}
.img_payall a:hover {
    text-decoration: underline;
}
.img_payall img {
    display: inline-block;
    border: 1px solid #ddd;
    width: 100%;
}


}
