/* ------------------------------
 Product
------------------------------ */
.p-product {
 margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.p-product {
 margin-bottom: 30px;
}
}
/* form ---------------*/
.p-product select {
 height: 40px;
 padding: 5px;
 font-size: 16px;
 border: 1px solid #BFBFBF;
 box-sizing: border-box;
}
.p-product input[type=text] {
 height: 40px;
 padding: 5px;
 font-size: 16px;
 border: 1px solid #BFBFBF;
 box-sizing: border-box;
}
.p-product-main {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.p-product-img {
 width: 530px;
}
.p-product-img__main {
 text-align: center;
}
.p-product-img__main-item {
 position: relative;
 text-align: center;
}
.p-product-img__main-item:before {
 padding-top: 100%;
 display: block;
 content: "";
}
.p-product-img__main-item a {
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
.p-product-img__main-item img {
 width: auto !important;
 max-width: 100%;
 max-height: 100%;
 margin: auto;
 display: inline-block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 text-align: center;
}
.p-product-thumb-list {
 margin-top: 10px;
 margin-right: -5px;
 margin-left: -5px;
 display: flex;
 flex-wrap: wrap;
}
.p-product-thumb-list__item {
 width: 20%;
 margin-bottom: 10px;
 padding-right: 5px;
 padding-left: 5px;
 box-sizing: border-box;
 transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-thumb-list__item:hover,
.p-product-thumb-list__item.is-current {
 cursor: pointer;
 opacity: 0.7;
}
/* overflowÍÑ */
.p-product-thumb-list__img {
 position: relative;
 text-align: center;
 border: 1px solid #007EB1;
}
.p-product-thumb-list__img:before {
 padding-top: 100%;
 display: block;
 content: "";
}
.p-product-thumb-list__img img {
 width: auto !important;
 max-width: 100%;
 max-height: 100%;
 margin: auto;
 display: inline-block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 text-align: center;
}
@media screen and (max-width: 1030px) {
.p-product-main {
 display: block;
}
.p-product-img {
 width: auto;
 margin-bottom: 30px;
}
.p-product-img__main {
 width: 530px;
 margin-right: auto;
 margin-left: auto;
}
.p-product-thumb-list {
 margin-right: 0;
 margin-left: 0;
 padding-right: 10px;
 padding-left: 10px;
 flex-wrap: nowrap;
}
.p-product-thumb-list__item {
 width: 90px;
 margin-right: 10px;
 padding-right: 0;
 padding-left: 0;
}
.p-product-thumb-list__item img {
 width: 90px;
}
.p-product-thumb-list__img {
 width: 90px;
}
}
@media screen and (max-width: 767px) {
.p-product-img {
 margin-right: -20px;
 margin-bottom: 25px;
 margin-left: -20px;
 width: auto;
}
.p-product-img__main {
 width: auto;
}
.p-product-img__main-item {
 text-align: center;
}
.p-product-thumb-list__item {
 width: 60px;
 margin-right: 10px;
}
.p-product-thumb-list__item img {
 width: 60px;
}
.p-product-thumb-list__img {
 width: 60px;
 text-align: center;
}
}
/* Item Photo Slider ---------------*/
.p-product-img__main .slick-track {
 margin-right: 0;
 margin-left: 0;
}
.p-product-img__main .slick-prev,
.p-product-img__main .slick-next {
 width: 30px;
 height: 30px;
 top: 50%;
 z-index: 1;
 transition: all 0.4s ease;
}
.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before {
 width: 15px;
 height: 15px;
 position: absolute;
 top: 7px;
 left: 10px;
 z-index: 1;
 content: "";
 border-left: 1px solid #FFF;
 border-top: 1px solid #FFF;
 transition: all 0.4s ease;
}
.p-product-img__main .slick-prev {
 left: 15px;
}
.p-product-img__main .slick-prev:before {
 transform: rotate(-45deg);
}
.p-product-img__main .slick-next {
 right: 15px;
}
.p-product-img__main .slick-next:before {
 left: 4px;
 transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
.p-product-img__main .slick-prev,
.p-product-img__main .slick-next {
 width: 45px;
 height: 45px;
}
.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before {
 top: 15px;
}
.p-product-img__main .slick-prev {
 left: 0px;
}
.p-product-img__main .slick-prev:before {
 left: 17px;
}
.p-product-img__main .slick-next {
 right: 0px;
}
.p-product-img__main .slick-next:before {
 left: 13px;
}
}
/* Product Info  ---------------*/
.p-product-info {
 width: 410px;
}
.p-product-info__ttl {
 margin: 0;
 font-size: 24px;
 font-weight: normal;
}
.p-product-info__ttl img {
 vertical-align: middle;
}
.p-product-info__id {
 margin: 0;
}
.p-product-price {
 margin-top: 20px;
 margin-bottom: 20px;
}
.p-product-price__sell {
 color: #FC4F4F;
 font-size: 18px;
}
.p-product-price__normal {
 font-size: 14px;
}
.p-product-price__list-price {
 font-size: 14px;
}
@media screen and (max-width: 1030px) {
.p-product-info {
 width: auto;
}
}
@media screen and (max-width: 767px) {
.p-product-info__ttl {
 font-size: 20px;
}
.p-product-info__id {
 margin-top: 5px;
 font-size: 10px;
}
.p-product-price__sell {
 font-size: 16px;
}
.p-product-price__normal {
 font-size: 12px;
}
.p-product-price__list-price {
 font-size: 12px;
}
}
/* Option Table  ---------------*/
.p-product-option-tbl {
 margin-top: 30px;
 margin-bottom: 30px;
 overflow-x: auto;
}
.p-product-option-tbl table {
 width: 100%;
 margin-bottom: 0;
 border-right: 0;
 border-left: 0;
}
.p-product-option-tbl table div {
 display: inline-block !important;
}
.p-product-option-tbl th {
 min-width: 100px;
}
.p-product-option-tbl th,
.p-product-option-tbl td {
 padding: 12px 5px;
 text-align: center;
 border-top: 1px solid #DDD;
 border-bottom: 1px solid #DDD;
 border-left: 0;
}
.p-product-option-tbl label {
 margin-bottom: 0;
 margin-left: 5px;
 display: inline-block !important;
}
.p-product-option-tbl input {
 margin-top: 0;
}
/* Option Select ---------------*/
.p-product-option-select {
 margin-top: 30px;
 margin-bottom: 30px;
}
.p-product-option-select__box {
 margin-top: 15px;
}
.p-product-option-select__ttl {
 margin-bottom: 5px;
 font-weight: bold;
}
/* Name Engraving ---------------*/
.p-product-name {
 margin-top: 30px;
 margin-bottom: 30px;
}
.p-product-name__box {
 margin-top: 15px;
}
.p-product-name__ttl {
 margin-bottom: 5px;
 font-weight: bold;
}
.p-product-name__body input {
 width: 100%;
}
/* Quantity ---------------*/
.p-product-form-stock {
 margin-top: 20px;
 margin-bottom: 20px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.p-product-form-stock__input {
 display: flex;
 align-items: center;
}
.p-product-form-stock__input input {
 width: 60px;
}
.p-product-form-stock__unit {
 margin-left: 10px;
}
.p-product-form-stock__stock {
 margin-left: 25px;
}
/* Button ---------------*/
.p-product-form-btn {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.p-product-form-btn__cart {
 width: 100%;
}
@media screen and (max-width: 1030px) {
.p-product-form-btn__cart {
 flex: 1;
 width: auto;
}
}
/* Favorite Button ---------------*/
.p-product-form-btn__favorite {
 width: 50px;
}
.p-product-form-btn__favorite-btn {
 margin-top: 22px;
 margin-left: 22px;
 padding: 0;
 display: inline-block;
 cursor: pointer;
 text-align: center;
 color: #D8D8D8;
 border: 0;
 background: transparent;
 transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-product-form-btn__favorite-btn.is-added {
 color: #000;
}
.p-product-form-btn__favorite-btn svg {
 width: 25px;
 height: 25px;
 fill: currentColor;
}
/* Error Message ---------------*/
.p-product-form__error-message {
 margin-top: 15px;
}
/* SNS ---------------*/
.p-product-sns-list {
 margin-top: 25px;
 display: flex;
 flex-wrap: wrap;
}
.p-product-sns-list__item {
 margin-right: 20px;
}
/* link ---------------*/
.p-product-link-list {
 margin-top: 20px;
}
.p-product-link-list__item {
 margin-bottom: 5px;
 font-size: 14px;
}
.p-product-link-list__item:last-child {
 margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.p-product-link-list__item {
 font-size: 12px;
}
}
/* ------------------------------
 Product Detail
------------------------------ */
.p-product__ttl {
 margin-top: 0;
 margin-bottom: 35px;
 font-size: 21px;
 font-weight: bold;
 line-height: 1.4;
 letter-spacing: 0.3em;
}
.p-product-detail {
 margin-top: 50px;
}
.p-product-explain {
 width: 100%;
}
.p-product-explain__body {
 line-height: 1.7;
}
.p-product-other {
 width: 100%;
}
@media screen and (max-width: 767px) {
.p-product__ttl {
 margin-bottom: 30px;
 font-size: 18px;
}
.p-product-detail {
 margin-top: 25px;
 display: block;
}
}
/* ------------------------------
 Product Recommend
------------------------------ */
.p-product-recommend-list {
 margin-right: -20px;
 margin-bottom: 90px;
 margin-left: -20px;
 display: flex;
 flex-wrap: wrap;
}
.p-product-recommend-list__item {
 width: 33.3333%;
 padding-right: 20px;
 padding-left: 20px;
 word-break: break-all;
 box-sizing: border-box;
}
.p-product-recommend-list__img {
 margin-bottom: 30px;
 position: relative;
 text-align: center;
}
.p-product-recommend-list__img:before {
 padding-top: 100%;
 display: block;
 content: "";
}
.p-product-recommend-list__img a {
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}
.p-product-recommend-list__img img {
 width: auto !important;
 max-width: 100%;
 max-height: 100%;
 margin: auto;
 display: inline-block;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 text-align: center;
}
.p-product-recommend-list__price {
 margin-top: 15px;
 color: #909090;
 font-size: 12px;
}
.p-product-recommend-list__price.is-strikethrough {
 margin-top: 0;
 text-decoration: line-through;
}
.p-product-recommend-list__expl {
 margin-top: 15px;
 font-size: 12px;
}
@media screen and (max-width: 767px) {
.p-product-recommend-list {
 margin-right: -5px;
 margin-bottom: 60px;
 margin-left: -5px;
}
.p-product-recommend-list__item {
 padding-right: 5px;
 padding-left: 5px;
}
.p-product-recommend-list__img {
 margin-bottom: 5px;
 text-align: center;
}
.p-product-recommend-list__price {
 margin-top: 0;
}
}
/* ------------------------------
 Review
------------------------------ */
.p-product-review {
 margin-bottom: 60px;
}
.p-product-review__item {
 margin-bottom: 30px;
 padding: 40px;
 box-sizing: border-box;
 background: #F8F8F8;
}
.p-product-review__heading {
 margin-bottom: 15px;
}
.p-product-review__ttl {
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 18px;
 line-height: 1.4;
}
.p-product-review-info {
 margin-top: 10px;
 margin-bottom: 10px;
}
.p-product-review-info__item {
 display: inline-block;
 font-size: 12px;
}
.p-product-review-info__item.is-type {
 margin-right: 35px;
}
.p-product-review__img {
 margin-bottom: 15px;
 text-align: center;
}
.p-product-review__body {
 margin-top: 15px;
 line-height: 2;
}
.p-product-review__rates {
 display: flex;
 flex-wrap: wrap;
}
.p-product-review__rate {
 width: 18px;
 height: 18px;
 vertical-align: -0.3em;
 fill: currentColor;
 fill: #D8D8D8;
}
.p-product-review__rate.is-color {
 fill: #000;
}
@media screen and (max-width: 767px) {
.p-product-review__item {
 padding: 20px;
}
}
/* Review Reply ---------------*/
.p-product-review-reply {
 margin-top: 30px;
 padding: 15px 0;
 border-top: 1px solid #AAA;
 border-bottom: 1px solid #AAA;
 box-sizing: border-box;
}
.p-product-review-reply__ttl {
 font-weight: bold;
}
.p-product-review-reply__body {
 font-size: 12px;
}
.p-product-review-reply__date {
 font-size: 12px;
}
.p-product-review__btn {
 margin-top: 45px;
 text-align: center;
}
.input-prepend.input-append input {
 width: 100px;
 padding-top: 11px;
 padding-bottom: 11px;
 text-align: right;
 font-size: 24px;
}
@media screen and (max-width: 767px) {
.p-product-review__btn {
 margin-top: 30px;
}
}
/* ------------------------------
 Product Explain
------------------------------ */
/* Notice ---------------*/
.p-product-explain__body .notice {
 width: 100%;
 margin: 0 0 40px;
 padding: 10px;
 overflow: hidden;
 background: #FFD900;
 box-sizing: border-box;
}
.p-product-explain__body .notice .notice_inner {
 width: 100%;
 margin: 0;
 padding: 25px;
 overflow: hidden;
 text-align: center;
 border: 2px solid #A68D07;
 box-sizing: border-box;
}
.p-product-explain__body .notice .notice_inner p {
 margin-bottom: 0;
 color: #131212;
 font-size: 18px;
 font-weight: 600;
}
@media screen and (max-width: 767px) {
.p-product-explain__body .notice {
 margin-bottom: 25px;
}
.p-product-explain__body .notice .notice_inner {
 padding: 15px;
 text-align: left;
}
.p-product-explain__body .notice .notice_inner p {
 font-size: 16px;
}
}
@media screen and (max-width: 567px) {
.p-product-explain__body .notice .notice_inner {
 padding: 10px;
}
}
/* Explanatory ---------------*/
.p-product-explain__body .explanatory {
 width: 100%;
 margin: 0;
 padding: 0;
 overflow: hidden;
}
.p-product-explain__body .explanatory p {
 margin-bottom: 25px;
}
.p-product-explain__body .explanatory table {
 width: 100%;
 margin: 0 0 30px;
 padding: 0;
 border-top: 1px solid #909BA3;
}
.p-product-explain__body .explanatory table th,
.p-product-explain__body .explanatory table td {
 padding: 8px 20px;
 border: 1px solid #909BA3;
 box-sizing: border-box;
}
.p-product-explain__body .explanatory table th {
 width: 20%;
 text-align: center;
 color: #FFF;
 font-weight: normal;
 background: #007EB1;
}
.p-product-explain__body .explanatory table td {
}
.p-product-explain__body .explanatory table td img {
 padding-left: 3px;
 vertical-align: -4px;
}
@media screen and (max-width: 767px) {
.p-product-explain__body .explanatory p {
 margin-bottom: 20px;
}
.p-product-explain__body .explanatory table {
 margin-bottom: 30px;
}
.p-product-explain__body .explanatory table th,
.p-product-explain__body .explanatory table td {
 padding: 5px 15px;
 display: block;
}
.p-product-explain__body .explanatory table th {
 width: 100%;
 text-align: left;
 border-top: none;
 border-bottom: none;
}
}
/* Precautions ---------------*/
.p-product-explain__body .precautions {
 width: 100%;
 margin: 0;
 padding: 0;
 overflow: hidden;
}
.p-product-explain__body .precautions h3 {
 min-height: 55px;
 margin: 0 0 25px;
 padding: 11px 15px;
 text-align: center;
 color: #FFF;
 font-size: 24px;
 font-weight: normal;
 line-height: 1.4;
 letter-spacing: 0;
 background: #FC4F4F;
 box-sizing: border-box;
}
.p-product-explain__body .precautions .pre-box {
 width: 100%;
 margin: 0;
 padding: 0 0 30px;
 overflow: hidden;
}
.p-product-explain__body .precautions .pre-box:last-of-type {
 padding-bottom: 0;
}
.p-product-explain__body .precautions .pre-box h4 {
 min-height: 26px;
 margin: 0 0 8px;
 padding: 0 0 0 32px;
 text-align: left;
 color: #394F57;
 font-size: 18px;
 line-height: 1.4;
 letter-spacing: 0;
 background: url(https://img17.shop-pro.jp/PA01103/928/etc_base64/cHJvZHVjdF9pY29uX3ByZWNhdXRpb25z.png) no-repeat left top;
 box-sizing: border-box;
}
.p-product-explain__body .precautions .pre-box ul {
 width: 100%;
 margin: 0;
 padding: 0 0 0 28px;
 overflow: hidden;
 box-sizing: border-box;
}
.p-product-explain__body .precautions .pre-box ul li {
 width: 100%;
 margin: 0 0 2px;
 padding: 0;
 line-height: 1.7;
 list-style: disc outside;
}
.p-product-explain__body .precautions .pre-box ul li:last-child {
 margin-bottom: 0;
}
.p-product-explain__body .precautions .pre-box ul li a {
 color: #FA7F08;
 text-decoration: underline;
}
.p-product-explain__body .precautions .pre-box ul li a:hover {
 text-decoration: none;
}
.p-product-explain__body .precautions .pre-box ul li .pre-caution {
 font-size: 14px;
}
@media screen and (max-width: 767px) {
.p-product-explain__body .precautions h3 {
 margin-bottom: 20px;
 padding: 14px 10px 7px;
 font-size: 20px;
}
.p-product-explain__body .precautions .pre-box {
 padding-bottom: 25px;
}
.p-product-explain__body .precautions .pre-box h4 {
 min-height: 22px;
 padding-left: 28px;
 font-size: 16px;
 background-size: 22px 22px;
}
.p-product-explain__body .precautions .pre-box ul {
 padding-left: 24px;
}
.p-product-explain__body .precautions .pre-box ul li .pre-caution {
 font-size: 12px;
}
}
@media screen and (max-width: 606px) {
.p-product-explain__body .precautions h3 {
 padding: 8px 10px 7px;
}
}
/* ------------------------------
 Product Pass Item
------------------------------ */
.p-product-pass-main {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.p-product-pass-detail {
 margin: 30px 0;
}
.p-product-pass-detail p {
 min-height: 26px;
 margin: 0 0 20px;
 padding: 0 0 0 32px;
 text-align: left;
 color: #394F57;
 font-size: 18px;
 line-height: 1.4;
 letter-spacing: 0;
 background: url(https://img17.shop-pro.jp/PA01103/928/etc_base64/cHJvZHVjdF9pY29uX3ByZWNhdXRpb25z.png) no-repeat left top;
 box-sizing: border-box;
}
.p-product-pass-detail input[type=text].password_field {
 width: 240px;
 margin: 0;
}
@media screen and (max-width: 767px) {
.p-product-pass-detail {
 margin-top: 30px;
}
.p-product-pass-detail p {
 min-height: 22px;
 padding-left: 28px;
 font-size: 16px;
 background-size: 22px 22px;
}
}