.p-product-heading__unit {
 margin: 0 15px 20px;
}

.p-product-heading__unit::after {
 clear: both;
 display: block;
 content: '';
}

.p-product-fav-item {
 margin-top: 20px;
}

.p-product-fav-item button {
 padding: 0;
 outline: none;
 cursor: pointer;
 color: #999;
 border: 0;
 background: transparent;
 transition: .2s;
}

.p-product-fav-item .is-added {
 color: #FF7373;
}

.p-product-fav-item svg {
 width: 20px;
 height: 20px;
 vertical-align: -.35em;
 fill: currentColor;
}

.p-large-image__image-wrap {
 max-width: 400px;
 margin: 20px auto;
 border: 15px solid transparent;
}

.p-thumbnail-list {
 margin: 20px -5px 0;
 padding: 0;
 text-align: center;
 list-style-type: none;
 box-sizing: border-box;
}

.p-thumbnail-list__image-wrap {
 border: 2px solid transparent;
}

.p-thumbnail-list::after {
 clear: both;
 display: block;
 content: '';
}

.p-thumbnail-list__unit {
 float: left;
 width: 25%;
 margin-bottom: 10px;
 padding: 0 5px;
 box-sizing: border-box;
}

.p-thumbnail-list__image-wrap.is-current {
 border-color: #333;
 background: #333;
}

.p-view-product-images {
 text-align: right;
}

.p-view-product-images a {
 padding: .5em 0;
 display: inline-block;
 text-decoration: none;
 transition: opacity .2s;
}

.p-view-product-images a:hover {
 opacity: .66;
}

.p-view-product-images a:active {
 opacity: 1;
}

.p-short-description {
 margin: 20px 0;
 font-size: 13px;
 line-height: 1.6;
}

.p-cart-form {
 margin: 20px 0;
 padding-top: 25px;
 border-top: 1px solid #EAEAEA;
}

.p-cart-form::after {
 clear: both;
 display: block;
 content: '';
}

.p-cart-form__info {
 margin-bottom: 25px;
 padding-bottom: 25px;
 text-align: center;
 line-height: 1.5;
 border-bottom: 1px solid #EAEAEA;
}

.p-cart-form__link-list {
 margin: 10px 0 0;
 padding: 0;
 text-align: right;
 font-size: 13px;
 list-style-type: none;
}

.p-cart-form__link-list a {
 padding: .5em 0;
 display: inline-block;
 color: #333;
 text-decoration: none;
 transition: opacity .2s;
}

.p-cart-form__link-list a:hover {
 opacity: .66;
}

.p-cart-form__link-list a:active {
 opacity: 1;
}

.p-cart-form__link-list .c-icon {
 vertical-align: -.45em;
}

.p-cart-form__name {
 margin-bottom: .8em;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.2;
}

.p-cart-form__price {
 color: #900;
 font-size: 18px;
 font-weight: bold;
}

.p-cart-form__regular-price {
 margin-top: .5em;
 font-weight: bold;
}

.p-cart-form__list-price {
 opacity: .7;
 font-size: 14px;
 line-height: 2;
}

.p-cart-form__point {
 margin-top: 10px;
 font-size: 12px;
}

.p-cart-form__point span {
 font-size: 18px;
 font-weight: bold;
}

.p-cart-form__stock {
 margin-top: 15px;
}

.p-cart-form__option-select select {
 width: 100%;
 border-color: #EAEAEA;
 box-sizing: border-box;
}

.p-cart-form__option-select select:hover {
 border-color: #333;
}

.p-cart-form__password-input input {
 width: 100%;
 height: 40px;
 padding: 0 10px;
 vertical-align: middle;
 font-size: 16px;
 line-height: 40px;
 border-radius: 4px;
 border: 2px solid #EAEAEA;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 transition: .2s;
}

.p-cart-form__password-input input:focus {
 outline: none;
 border-color: #333;
}

.p-cart-form__add-cart-num {
 width: 100px;
 display: inline-block;
 text-align: right;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
}

.p-cart-form__add-num-wrap {
 width: 32px;
 height: 64px;
 display: inline-block;
 position: relative;
 vertical-align: -2em;
}

.p-cart-form__add-num {
 padding: 5px;
 display: inline-block;
 position: absolute;
 color: #333;
 text-decoration: none;
 transition: opacity .2s;
}

.p-cart-form__add-num:hover {
 opacity: .66;
}

.p-cart-form__add-num:active {
 opacity: 1;
}

.p-cart-form__add-num--up {
 top: 0;
}

.p-cart-form__add-num--down {
 bottom: 0;
}

.p-cart-form__add-num svg {
 width: 22px;
 height: 22px;
 fill: currentColor;
}

.p-cart-form__button-wrap {
 margin-top: 20px;
}

.p-cart-form__add-cart-button {
 width: 100%;
 max-width: 400px;
 margin: 0 auto;
 padding: 15px;
 display: block;
 letter-spacing: 1px;
 font-family: 'Montserrat', sans-serif;
}

.p-cart-form__error-message {
 margin: 10px 0 0;
 display: none;
 text-align: center;
 color: #F00;
 font-weight: bold;
}

.p-view-option-info {
 margin-top: 20px;
 padding: .4em;
 display: block;
 text-align: center;
}

.p-price-table {
 height: auto;
 margin-top: 10px;
 text-align: left;
 line-height: 1.4;
 transition: .2s;
}

.p-price-table.is-hidden {
 height: 0;
 margin: 0;
 overflow: hidden;
 opacity: 0;
}

.p-price-table__heading-wrap {
 width: 100%;
 display: table;
}

.p-price-table__heading {
 width: 50%;
 padding: .5em;
 display: table-cell;
 font-size: 12px;
 background: #EAEAEA;
 box-sizing: border-box;
}

.p-price-table__body {
 clear: both;
 margin: 0;
 padding: 0;
 font-size: 12px;
 border-bottom: 1px solid #EAEAEA;
}

.p-price-table__body::after {
 clear: both;
 display: block;
 content: '';
}

.p-price-table__body dt {
 float: left;
 width: 50%;
 padding: .7em .5em;
 border-top: 1px solid #EAEAEA;
 box-sizing: border-box;
}

.p-price-table__body dd {
 padding: 0;
 overflow: hidden;
 border-top: 1px solid #EAEAEA;
}

.p-price-table__body span {
 display: block;
 text-align: right;
}

.p-price-table__body ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.p-price-table__body li {
 padding: .7em .5em;
 border-bottom: 1px solid #EAEAEA;
}

.p-price-table__body li:last-child {
 border-bottom: 0;
}

.p-price-table__name {
 font-weight: bold;
}

.p-option-table table {
 min-width: 100%;
 text-align: center;
 border-collapse: collapse;
 border: 1px solid #CCC;
}

.p-option-table br {
 display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
 padding: 10px 8px;
 text-align: center;
 white-space: nowrap;
 border: 1px solid #DDD;
}

.p-option-table [type='radio'] {
 width: 10px;
 height: 10px;
 margin: 5px;
 position: relative;
 z-index: 0;
 cursor: pointer;
}

.p-option-table [type='radio']::before {
 width: 20px;
 height: 20px;
 display: block;
 position: absolute;
 top: -5px;
 left: -5px;
 z-index: 1;
 content: '';
 border-radius: 20px;
 background: #EEE;
}

.p-option-table [type='radio']::after {
 width: 10px;
 height: 10px;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 content: '';
 border-radius: 10px;
 background: transparent;
 transition: .2s;
}

.p-option-table [type='radio']:hover::after {
 background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
 background: #FD7F23;
}

.p-option-table .t_stock_num {
 margin-top: 12px;
 display: block;
 text-align: center;
 font-size: 12px;
}

.p-option-table .stock_zero {
 font-size: 12px;
}

.p-option-table .table_price {
 display: none;
}

.p-product-body {
 padding: 15px 15px 40px;
 box-sizing: border-box;
}

.p-product-body__model {
 margin-bottom: 10px;
 color: #333;
 font-size: 14px;
 line-height: 2;
}

.p-product-body__name {
 margin: 0 0 15px;
 padding: 0 0 5px;
 border-bottom: 1px dotted #333;
}

.p-product-body__name h2 {
 margin: 0;
 padding: 0;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.4;
}

.p-product-body__share-buttons {
 margin: 0 0 7px;
 padding: 0;
 display: block;
 list-style-type: none;
}

.p-product-body__share-buttons li {
 margin-right: 10px;
 display: inline-block;
 vertical-align: top;
}

.p-product-body__review-link {
 margin: 0 0 15px;
}

.p-product-body__review-link span {
 font-size: 18px;
}

.p-product-body__review-link a {
 text-decoration: none;
 transition: opacity .2s;
}

.p-product-body__review-link a:hover {
 opacity: .66;
}

.p-product-body__review-link a:active {
 opacity: 1;
}

.p-product-body__price {
 clear: both;
 margin: 20px 0;
 font-size: 18px;
 font-weight: bold;
}

.p-product-body__price--discount {
 color: #F00;
}

.p-product-body__regular-price {
 margin-top: 10px;
 text-decoration: line-through;
}

.p-product-body__point {
 margin: 30px 0;
}

.p-product-body__point span {
 font-size: 18px;
 font-weight: bold;
}

.p-product-body__description {
 clear: both;
 margin: 30px 0 0;
 line-height: 1.8;
}

.p-product-body__images {
 margin-top: 30px;
 border-top: 1px solid #EAEAEA;
}

.p-product-body__linkto-cart {
 max-width: 300px;
 margin: 30px auto;
 padding: 15px;
 display: block;
 cursor: pointer;
 text-align: center;
 vertical-align: middle;
 color: #FFF;
 font-size: 14px;
 font-weight: normal;
 line-height: 22px;
 text-decoration: none;
 border-radius: 4px;
 border: 0;
 background: #FD7F23;
 box-sizing: border-box;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 transition: .2s;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
 outline: none;
 box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
 text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
 margin: 0 -10px 0 0;
 padding: 30px 0;
 list-style-type: none;
}

.p-product-images__image-wrap {
 border: 6px solid transparent;
}

.p-product-images::after {
 clear: both;
 display: block;
 content: '';
}

.p-product-images li {
 float: left;
 width: 33.33333%;
 margin-bottom: 15px;
 padding-right: 10px;
 box-sizing: border-box;
}

.p-product-images li:nth-child(3n + 1) {
 clear: left;
}

.p-product-footer-nav {
 margin: 0;
 padding: 20px 0 0;
 text-align: right;
 font-size: 13px;
 list-style-type: none;
 border-top: 1px solid #EAEAEA;
}

.p-product-footer-nav li {
 margin-bottom: 10px;
}

.p-product-footer-nav a {
 color: #333;
 text-decoration: none;
 transition: opacity .2s;
}

.p-product-footer-nav a:hover {
 opacity: .66;
}

.p-product-footer-nav a:active {
 opacity: 1;
}

.p-product-footer-nav .c-icon {
 vertical-align: -.45em;
}

.p-review__unit {
 padding: 15px 20px;
 border-bottom: 1px solid #EAEAEA;
}

.p-review__unit:last-child {
 border: 0;
}

.p-review__button {
 max-width: 300px;
 margin: 30px auto;
 padding: 12px 15px;
 display: block;
 text-align: center;
}

.p-review__button .c-button__icon {
 vertical-align: -.42em;
}

.p-posted-review__image {
 max-width: 200px;
 margin: 0 auto 20px;
 display: block;
}

.p-posted-review__heading {
 margin: 0 20px 0 0;
 overflow: hidden;
}

.p-posted-review__title {
 margin: 15px 0;
 display: block;
 font-weight: bold;
}

.p-posted-review__info {
 margin: 15px 0;
 padding: 0;
}

.p-posted-review__info li {
 margin-right: 10px;
 display: inline;
}

.p-posted-review__body {
 overflow: hidden;
 line-height: 1.8;
}

.p-posted-review__star {
 width: 18px;
 height: 18px;
 vertical-align: -.3em;
 fill: #DDD;
}

.p-posted-review__star.is-color {
 fill: #FFDC00;
}

/* オプションごとのカートボタン CSS */
.cms-opt__unit-label {
 margin-bottom: .5em;
 font-weight: bold;
}

.cms-opt-button__opt-list {
 margin: 0;
}

.cms-opt-button__opt-body {
 margin: 0 0 25px 0;
 padding-bottom: 25px;
 border-bottom: 1px solid #EAEAEA;
}

.cms-opt-button__opt-list:first-of-type .cms-opt-button__opt-body {
 border-bottom: 1px dotted #EAEAEA;
}

.cms-opt-button__opt-list:last-of-type .cms-opt-button__opt-body {
 margin-bottom: 10px;
}

.cms-opt-button__opt-label {
 display: inline-block;
}

.cms-opt-button__opt-heading {
 width: 100%;
 margin-bottom: 10px;
 padding: 10px;
 font-weight: bold;
 background: #EEE;
 box-sizing: border-box;
}

.cms-opt-button__opt-heading--hidden {
 height: 0;
 margin: 0;
 padding: 0;
 visibility: hidden;
}

.cms-opt-button__content {
 margin-bottom: 10px;
}

.cms-opt-button__content-name {
 min-width: 50%;
 display: inline-block;
 vertical-align: middle;
}

.visibility .cms-opt-button__content-name span {
 display: none;
}

.visibility .cms-opt-button__content-name span.cms-opt-button__opt-value1 {
 display: inline-block;
}

.cms-opt-button__content-price {
 min-width: 48%;
 display: inline-block;
 vertical-align: middle;
 color: #900;
 font-size: 18px;
 font-weight: bold;
 font-family: 'Montserrat', sans-serif;
}

.cms-opt-button__purchase-stock {
 min-width: 50%;
 margin: 0;
 display: inline-block;
 color: #333;
 font-size: 14px;
 word-break: break-all;
}

.cms-opt-button__purchase-number {
 display: inline-block;
}

.cms-opt-button__cart {
 margin-top: 10px;
}

.cms-opt-button__purchase-unit {
 word-break: break-all;
}

/* クイックカートイン CSS */
.cart_in_modal,
.cart_in_error_modal {
 width: 100%;
 height: 100%;
 display: flex;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 20000;
 overflow: auto;
 background-color: rgba(0, 0, 0, .7);
}

.cart_in_modal__bg {
 width: 100%;
 height: 100%;
 position: fixed;
 z-index: 20000;
 background-color: rgba(0, 0, 0, .7);
}

.cart_in_modal__outline {
 width: 90%;
 margin: 20px 5%;
 padding: 20px;
 position: absolute;
 text-align: center;
 box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
 border-radius: 5px;
 background-color: #FFF;
 box-sizing: border-box;
}

.cart_in_modal__heading {
 margin: 20px 0;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.4;
}

.cart_in_error_modal__heading {
 margin: 40px 0 20px;
 font-size: 20px;
 font-weight: bold;
 line-height: 1.4;
}

.cart_in_modal__detail {
 padding: 20px;
 display: flex;
 align-items: center;
 flex-direction: column;
 border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}

.cart_in_modal__name {
 margin: 0;
 flex: 1;
 text-align: left;
 font-size: 16px;
 line-height: 1.4;
}

.cart_in_modal__image-wrap {
 width: 170px;
 height: 170px;
 padding: 5px;
 position: relative;
 border: 5px solid transparent;
 background: rgba(0, 0, 0, .1);
 box-sizing: border-box;
}

.cart_in_modal__image {
 width: auto;
 max-width: 100%;
 height: auto;
 max-height: 100%;
 margin: auto;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}

.cart_in_modal__text-link {
 margin: 20px 0 0;
 padding: 0 0 0 20px;
 display: inline-block;
 position: relative;
 cursor: pointer;
 color: #2169F3;
 line-height: 1.15;
}

.cart_in_modal__text-link::before {
 width: 8px;
 height: 8px;
 position: absolute;
 top: 3px;
 left: 3px;
 content: "";
 border-top: 2px solid #2169F3;
 border-right: 2px solid #2169F3;
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
 width: 100%;
 margin: 30px auto;
 font-size: 17px;
}

.cart_in_modal__button {
 width: 100%;
 height: 58px;
 padding: 15px;
 display: inline-block;
 outline: none;
 cursor: pointer;
 vertical-align: middle;
 box-shadow: 0 2px 0 #1A54C2;
 color: #FFF;
 font-size: 17px;
 font-weight: bold;
 line-height: 23px;
 text-decoration: none;
 border-radius: 4px;
 border: 0;
 background: #2169F3;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 box-sizing: border-box;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
 height: 58px;
 box-shadow: none;
 color: #E9F0FE;
 background-color: #1E5FDB;
 transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
 cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
 width: 35px;
 height: 6px;
 display: block;
 position: absolute;
 top: 30px;
 right: 20px;
 content: "";
 border-radius: 4px;
 background: #EEE;
}

.cart_in_modal__close-icon::before {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.spinner::before {
 width: 100px;
 height: 100px;
 margin-top: -50px;
 margin-left: -50px;
 position: absolute;
 top: 50%;
 left: 50%;
 content: "";
 border-radius: 50%;
 border: 5px solid #EEE;
 border-top-color: #FD7F23;
 box-sizing: border-box;
 animation: spinner 0.5s linear infinite;
}

/* 商品説明枠
----------------------------------------------- */
.p-product-body__description {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description h2 {
 clear: both;
 min-height: 45px;
 margin: 0 0 20px;
 padding: 11px 15px 10px;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4;
 box-sizing: border-box;
}

.p-product-body__description h3 {
 clear: both;
 min-height: 30px;
 margin: 0 0 10px;
 padding: 5px 0 1px 37px;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4;
 background: url(https://img07.shop-pro.jp/PA01246/572/etc/share_title01.png) no-repeat left top;
 box-sizing: border-box;
}

.p-product-body__description h4 {
 clear: both;
 margin: 0 0 10px;
 padding: 0;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5;
}

.p-product-body__description p {
 margin: 0 0 15px;
 padding: 0;
 font-size: 14px;
 line-height: 1.8;
}

.p-product-body__description .productVisual {
 margin: 0 0 30px;
}

.p-product-body__description p.productText {
 margin: 0 0 30px;
}

.p-product-body__description .box {
 clear: both;
 margin: 0 0 25px;
 padding: 0;
 overflow: hidden;
 box-sizing: border-box;
}

.p-product-body__description .box:last-of-type {
 margin-bottom: 0;
}

.p-product-body__description .box p {
 margin: 0 0 15px;
}

.p-product-body__description .box p:last-child {
 margin-bottom: 0;
}

/* 商品に関する説明 */
.p-product-body__description .productInfo {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productInfo h2 {
 background: #E6CD90;
}
.p-product-body__description .productInfo_red h2 {
 background:rgba(227,0,3,1.00);
color: #ffffff;
}

.p-product-body__description .productInfo p {
 margin-bottom: 25px;
}

.p-product-body__description .productInfo .box {
 padding: 15px;
 background: #FDF6ED;
}

.p-product-body__description .productInfo .box h3 {
 clear: both;
 margin: 0 0 10px;
 padding: 5px 0 1px 37px;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4;
 background: url(https://img07.shop-pro.jp/PA01246/572/etc/share_title01.png) no-repeat left top;
}

.p-product-body__description .productInfo .box img {
 float: right;
 max-width: 200px;
 margin: 0;
 padding: 0;
}

.p-product-body__description .productInfo .box .boxL {
 float: left;
 width: calc( 100% - 220px);
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

.p-product-body__description .productInfo .box .boxL h4 {
 margin-bottom: 3px;
}

.p-product-body__description .productInfo .box .boxL p {
 margin-bottom: 10px;
 font-size: 13px;
}

.p-product-body__description .productInfo .box .boxL p:last-child {
 margin-bottom: 0;
}

.p-product-body__description .productInfo .box.process img {
 max-width: 320px;
}

.p-product-body__description .productInfo .box.process .boxL {
 width: calc( 100% - 340px);
}

.p-product-body__description .productInfo .box.nobg {
 padding: 0;
 background: none;
}

.p-product-body__description .productInfo .box.nobg h3 {
 margin-bottom: 12px;
}

/* 商品情報 */
.p-product-body__description .productSummary {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productSummary h2 {
 clear: both;
 min-height: 30px;
 margin: 0 0 10px;
 padding: 3px 0 1px 48px;
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4;
 background: url(https://img07.shop-pro.jp/PA01246/572/etc/share_title02.png) no-repeat left top;
 box-sizing: border-box;
}

.p-product-body__description .productSummary table {
}

.p-product-body__description .productSummary table th {
 width: 25%;
 vertical-align: middle;
}

.p-product-body__description .productSummary table td {
 vertical-align: middle;
}

/* なぜ、上総屋の海苔はうまいのか？ */
.p-product-body__description .productCommitment {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productCommitment h2 {
 margin-bottom: 25px;
 background: #BFDDE2;
}

.p-product-body__description .productCommitment h3 {
 clear: both;
 min-height: 30px;
 margin: 0 0 18px;
 padding: 0 0 5px;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4;
 border-bottom: 1px dotted #999;
 background: none;
 box-sizing: border-box;
}

.p-product-body__description .productCommitment .box {
 margin-bottom: 35px;
}

.p-product-body__description .productCommitment .box:last-of-type {
 margin-bottom: 0;
}

.p-product-body__description .productCommitment .box img {
 clear: both;
 margin: 0 0 15px;
 padding: 0;
}

/* お届けに関する説明 */
.p-product-body__description .productDelivery {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productDelivery h2 {
 background: #FBD18F;
}

.p-product-body__description .productDelivery .box {
 margin-bottom: 0;
}

.p-product-body__description .productDelivery .box img {
 margin: 0 auto 25px;
 display: block;
}

.p-product-body__description .productDelivery .box p {
 margin: 0 0 15px;
 font-size: 13px;
}

.p-product-body__description .productDelivery .box p:last-child {
 margin-bottom: 0;
}

/* ギフト対応に関する説明 */
.p-product-body__description .productGift {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productGift h2 {
 margin-bottom: 30px;
 background: #E2BFC8;
}

.p-product-body__description .productGift img {
 margin: 0 auto 25px;
 display: block;
}

.p-product-body__description .productGift p:last-child {
 margin-bottom: 0;
}

/* ギフトオプション説明 */
.p-product-body__description .productOption {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productOption h2 {
 background: #BFDDE2;
}

.p-product-body__description .productOption .box {
 padding: 15px;
 background: #FDF6ED;
}

.p-product-body__description .productOption .box img {
 float: right;
 max-width: 200px;
 margin: 0;
 padding: 0;
}

.p-product-body__description .productOption .box .boxL {
 float: left;
 width: calc( 100% - 220px);
 margin: 0;
 padding: 5px 0 0 5px;
 box-sizing: border-box;
}

.p-product-body__description .productOption .box .boxL h3 {
 clear: both;
 margin: 0 0 10px;
 padding: 5px 0 1px 37px;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4;
 background: url(https://img07.shop-pro.jp/PA01246/572/etc/share_title01.png) no-repeat left top;
}

.p-product-body__description .productOption .box p {
 margin-bottom: 0;
 font-size: 13px;
}

/* お海苔の組み合わせに関する説明 */
.p-product-body__description .productAssortment {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productAssortment h2 {
 margin-bottom: 30px;
 background: #FBD18F;
}

.p-product-body__description .productAssortment img {
 margin: 0 auto 25px;
 display: block;
}

.p-product-body__description .productAssortment p:last-child {
 margin-bottom: 0;
}

/* レシピ */
.p-product-body__description .productRecipe {
 clear: both;
 margin: 0 0 30px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productRecipe h2 {
 background: #C4DBCB;
}

.p-product-body__description .productRecipe h3 {
 clear: both;
 min-height: initial;
 min-height: auto;
 margin: 0 0 20px;
 padding: 8px 15px 7px 15px;
 font-size: 16px;
 border-top: 2px solid #E02B2B;
 border-bottom: 2px solid #E02B2B;
 background: none;
}

.p-product-body__description .productRecipe h4 {
 clear: both;
 min-width: 130px;
 margin: 0 0 10px;
 padding: 3px 10px 3px 10px;
 display: inline-block;
 text-align: center;
 color: #FFF;
 font-size: 15px;
 background: #288145;
 box-sizing: border-box;
}

.p-product-body__description .productRecipe ul,
.p-product-body__description .productRecipe ol {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productRecipe .recipeBox {
 clear: both;
 margin: 0 0 25px;
 padding: 0 0 10px;
 overflow: hidden;
 border-bottom: 1px dotted #999;
}

.p-product-body__description .productRecipe .recipeBox:last-of-type {
 margin-bottom: 0;
 padding-bottom: 0;
 border-bottom: none;
}

.p-product-body__description .productRecipe .recipeBox .ingredients {
 clear: both;
 margin: 0;
 padding: 0 0 15px;
 overflow: hidden;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.p-product-body__description .productRecipe .recipeBox .ingredients img {
 clear: both;
 float: none;
 width: 100%;
 max-width: 320px;
 margin: 0 auto 20px;
 padding: 0;
 -ms-flex-item-align: start;
 -webkit-align-self: flex-start;
 align-self: flex-start;
}

.p-product-body__description .productRecipe .recipeBox .ingredients .box {
 float: none;
 width: 100%;
 margin: 0;
 padding: 0;
}

.p-product-body__description .productRecipe ul {
 padding-left: 22px;
}

.p-product-body__description .productRecipe .recipeBox .ingredients .box ul li {
 margin-bottom: 2px;
 font-size: 13px;
 list-style: disc outside;
}

.p-product-body__description .productRecipe .recipeBox .process {
 clear: both;
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productRecipe .recipeBox .process h4 {
 margin-bottom: 5px;
 background: #E02B2B;
}

.p-product-body__description .productRecipe .recipeBox .process ol {
 counter-reset: num;
 list-style-type: none!important;
}

.p-product-body__description .productRecipe .recipeBox .process ol li {
 padding: 7px 7px 7px 28px;
 position: relative;
 font-size: 13px;
}

.p-product-body__description .productRecipe .recipeBox .process ol li:before {
 width: 20px;
 height: 20px;
 position: absolute;
 top: 8px;
 left: 0;
 display: inline-block;
 text-align: center;
 counter-increment: num;
 content: counter(num);
 color: #E02B2B;
 font-size: 15px;
 font-weight: normal;
 line-height: 20px;
 border-radius: 50%;
 border: 1px solid #E02B2B;
 background: transparent;
}

/* 煎茶ティーバッグ あじわい */
.p-product-body__description .productEfficacy {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productEfficacy h2 {
 background: #BFE1C9;
}

/* 海鮮 磯好み */
.p-product-body__description .isoList {
 clear: both;
 margin: 0 0 20px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .isoList ul {
 clear: both;
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
 overflow: hidden;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.p-product-body__description .isoList ul li {
 width: 23.43%;
 margin: 0;
 padding: 0 0 15px;
 text-align: left;
 display: block;
 line-height: 1.5;
 box-sizing: border-box;
}

.p-product-body__description .isoList ul li:nth-of-type(4n) {
 margin-right: 0;
}

.p-product-body__description .isoList ul li:nth-of-type(4n+1) {
 clear: left;
}

.p-product-body__description .isoList ul li img {
 max-width: 100%;
 margin: 0 0 7px;
 border: 1px solid #CCC;
 box-sizing: border-box;
}

.p-product-body__description .isoList ul li span {
 width: 100%;
 margin: 0 0 3px;
 padding: 0;
 display: block;
 text-align: center;
}

/* 業務用のり */
.p-product-body__description .productConsultation {
 clear: both;
 margin: 0 0 40px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productConsultation h2 {
 background: #E2BFC8;
}

.p-product-body__description .productConsultation p {
 margin: 20px 0;
}

.p-product-body__description .productConsultation .box {
 padding: 15px;
 background: #FDF6ED;
}

.p-product-body__description .productConsultation .box p {
 margin: 0;
}

.p-product-body__description .productCut {
 clear: both;
 margin: 0 0 20px;
 padding: 0;
 overflow: hidden;
}

.p-product-body__description .productCut h2 {
 background: #BFE1C9;
}

.p-product-body__description .productCut p {
 margin: 20px 0;
}

.p-product-body__description .productCut ul {
 clear: both;
 width: 100%;
 margin: 0;
 padding: 0;
 text-align: center;
 overflow: hidden;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.p-product-body__description .productCut ul li {
 float: left;
 width: 31.33%;
 margin: 0 10px 20px 0;
 padding: 15px;
 text-align: center;
 display: block;
 line-height: 1.5;
 border: 1px solid #CCC;
 box-sizing: border-box;
}

.p-product-body__description .productCut ul li:nth-of-type(3n) {
 margin-right: 0;
}

.p-product-body__description .productCut ul li:nth-of-type(3n+1) {
 clear: left;
}

.p-product-body__description .productCut ul li img {
 max-width: 100%;
 margin: 0 auto 10px;
 display: block;
}

.p-product-body__description .productCut ul li span {
 width: 100%;
 margin: 0 0 7px;
 padding: 0;
 display: block;
 font-size: 12px;
 font-weight: bold;
}

/* 送料無料 */
.p-cart-form__free_shipping {
 clear: both;
 margin: 0 0 15px;
 padding: 10px 15px;
 overflow: hidden;
 font-size: 14px;
 border: 7px solid #F9B32C;
 box-sizing: border-box;
}

.p-cart-form__free_shipping p {
 margin-bottom: 0;
 line-height: 1.4;
}

.p-cart-form__free_shipping .p-cart-form__free_shipping_text {
 clear: both;
 margin: 0 0 8px;
 text-align: center;
 color: #900;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.15;
}

@media screen and (min-width: 768px) {
.p-product-heading__unit {
 margin: 0;
 padding: 0 15px;
}

.p-cart-form__password-input input {
 font-size: 14px;
}

.p-product-body {
 padding: 0 0 55px;
}

.p-product-body__meta {
 float: right;
 margin-bottom: 20px;
 overflow: hidden;
}

.p-product-body__name {
 margin-bottom: 20px;
}

.p-product-body__name h2 {
 font-size: 28px;
}

.p-product-body__share-buttons {
 float: left;
 margin-bottom: 0;  
}

.p-product-body__review-link {
 float: left;
 margin: -1px 0 0;
}

.p-product-body__linkto-cart {
 padding: 12px 15px;
}

.p-product-footer-nav li {
 margin-left: 10px;
 display: inline-block;
}

.p-review__unit {
 padding: 30px 0;
}

.p-review__button {
 padding: 10px 15px;
}

.p-posted-review__image {
 float: left;
 height: auto;
 margin: 0 30px 0 0;
}

.p-posted-review__title {
 margin: 0 0 0 20px;
 display: inline-block;
}

.cms-opt-button__content-price {
 text-align: right;
}

.p-product-body__description .productVisual {
 margin-right: auto;
 margin-left: auto;
 display: block;
}
.p-product-body__description h2,
.p-product-body__description .productSummary h2 {
 font-size: 22px;
}

.p-product-body__description h2 {
 min-height: 50px;
 padding: 9px 15px 9px;
}

.p-product-body__description .productSummary h2 {
 margin-bottom: 12px;
 padding: 1px 0 1px 48px;
}

.p-product-body__description h3,
.p-product-body__description .productInfo .box h3,
.p-product-body__description .productCommitment h3,
.p-product-body__description .productOption .box .boxL h3 {
 font-size: 20px;
}

.p-product-body__description h3,
.p-product-body__description .productInfo .box h3,
.p-product-body__description .productOption .box .boxL h3 {
 padding: 1px 0 1px 37px;
}

.p-product-body__description h4,
.p-product-body__description p {
 font-size: 16px;
}

.p-product-body__description .productInfo .box .boxL p,
.p-product-body__description .productDelivery .box p,
.p-product-body__description .productOption .box p {
 font-size: 15px;
}

.p-product-body__description .productRecipe {
 margin-bottom: 40px;
}

.p-product-body__description .productRecipe h3 {
 margin-bottom: 20px;
 padding: 8px 15px 7px 15px;
 font-size: 18px;
}

.p-product-body__description .productRecipe h4 {
 min-width: 130px;
 margin-bottom: 10px;
 padding: 3px 10px 3px 10px;
 font-size: 16px;
}

.p-product-body__description .productRecipe .recipeBox {
 margin-bottom: 35px;
 padding-bottom: 20px;
}

.p-product-body__description .productRecipe .recipeBox .ingredients {
 padding-bottom: 20px;
}

.p-product-body__description .productRecipe .recipeBox .ingredients img {
 float: left;
 width: 34.21%;
 max-width: 360px;
 margin: 0;
}

.p-product-body__description .productRecipe .recipeBox .ingredients .box {
 float: right;
 width: 62.79%;
}

.p-product-body__description .productRecipe ul {
 padding-left: 22px;
}

.p-product-body__description .productRecipe .recipeBox .ingredients .box ul li {
 margin-bottom: 2px;
 font-size: 14px;
}

.p-product-body__description .productRecipe .recipeBox .process h4 {
 margin-bottom: 5px;
}

.p-product-body__description .productRecipe .recipeBox .process ol li {
 padding: 7px 7px 7px 32px;
 font-size: 14px;
}

.p-product-body__description .productRecipe .recipeBox .process ol li:before {
 width: 22px;
 height: 22px;
 top: 8px;
 font-size: 16px;
 line-height: 22px;
}

.p-product-body__description .productCut ul li span {
 font-size: 14px;
}
}

@media screen and (min-width: 940px) {
.p-product-wrap {
 overflow: hidden;
}

.theiaStickySidebar {
 border: 1px solid #EAEAEA;
 box-sizing: border-box;
}

.p-large-image__image-wrap {
 border-width: 15px;
}

.p-thumbnail-list__image-wrap {
 border-width: 3px;
}

.p-view-product-images {
 display: none;
}

.p-product-body__linkto-cart {
 display: none;
}

.p-product-images__image-wrap {
 border-width: 9px;
}

.p-product-images li {
 width: 50%;
}

.p-product-images li:nth-child(3n + 1) {
 clear: none;
}

.p-product-images li:nth-child(2n + 1) {
 clear: left;
}

.cart_in_modal,
.cart_in_error_modal {
 align-items: center;
}

.cart_in_modal__outline {
 width: 900px;
 margin: auto;
 padding: 20px 70px;
 position: relative;
}

.cart_in_modal__heading {
 margin: 30px 0;
 font-size: 26px;
 line-height: 1.2;
}

.cart_in_error_modal__heading {
 margin: 30px 0;
 line-height: 1.2;
}

.cart_in_modal__detail {
 flex-direction: row;
}

.cart_in_modal__name {
 font-size: 18px;
}

.cart_in_modal__image-wrap {
 margin: 0 30px 0 0;
 flex-basis: 170px;
}

.cart_in_modal__button-wrap {
 width: 350px;
}

.sp-br {
 display: none;
}
}

@media screen and (min-width: 1200px) {
.p-product-heading {
 float: right;
 width: 400px;
 box-sizing: border-box;
}

.p-product-body {
 float: left;
 width: 100%;
 margin-right: -400px;
 padding: 0 0 60px;
}

.p-product-body-inner {
 margin-right: 440px;
 padding-top: 0;
}
}

@media screen and (min-width: 768px) and (max-width: 938px) {
.p-product-heading__unit {
 float: left;
 width: 48%;
 margin: 0;
 padding: 0;
}

#cart-form {
 float: right;
 margin-left: 4%;
}

.p-large-image__image-wrap,
.p-cart-form {
 margin-top: 0;
}
}

@media screen and (min-width: 939px) and (max-width: 1199px) {
.p-product-heading {
 float: right;
 width: 360px;
 box-sizing: border-box;
}

.p-product-body {
 float: left;
 width: 100%;
 margin-right: -360px;
 padding: 0 0 60px;
}

.p-product-body-inner {
 margin-right: 400px;
 padding-top: 0;
}

.p-product-body__description .productInfo .box img,
.p-product-body__description .productInfo .box.process img,
.p-product-body__description .productOption .box img {
 float: none;
}

.p-product-body__description .productInfo .box img,
.p-product-body__description .productInfo .box.process img,
.p-product-body__description .productOption .box img {
 max-width: 320px;
 margin: 0 auto;
 display: block;
}

.p-product-body__description .productInfo .box .boxL,
.p-product-body__description .productInfo .box.process .boxL,
.p-product-body__description .productOption .box .boxL {
 float: none;
 width: 100%;
 margin-bottom: 15px;
}

.p-product-body__description .productOption .box .boxL {
 padding: 0;
}

.p-product-body__description .productRecipe .recipeBox .ingredients img {
 clear: both;
 float: none;
 width: 100%;
 max-width: 360px;
 margin: 0 auto 25px;
 display: block;
}

.p-product-body__description .productRecipe .recipeBox .ingredients .box {
 float: none;
 width: 100%;
}

.p-product-body__description .isoList ul li {
 width: 23.43%;
}

.p-product-body__description .isoList ul li:nth-of-type(4n+1) {
 clear: none;
}

.p-product-body__description .productCut ul li {
 width: 48%;
 margin-right: 0;
}

.p-product-body__description .productCut ul li:nth-of-type(3n+1) {
 clear: none;
}
}

@media screen and (max-width: 768px) {
.p-product-heading__unit {
 float: left;
 width: 45%;
 margin: 0 0 15px;
 padding: 0 0 0 15px;
}

#cart-form {
 float: right;
 width: 46%;
 margin-left: 3%;
 padding: 0 15px 0 0;
}

.p-large-image__image-wrap,
.p-cart-form {
 margin-top: 0;
}

.p-large-image__image-wrap {
 border-width: 10px;
}
}

@media screen and (max-width: 599px) {
.p-product-heading__unit,
#cart-form {
 float: none;
 width: calc(100% - 30px);
 margin: 0 15px 15px;
 padding: 0;
}

.p-short-description {
 display: none;
}

.p-product-body {
 padding-bottom: 20px;
}

.p-product-body__price {
 display: none;
}

.p-product-body__regular-price {
 display: none;
}

.p-product-body__point {
 display: none;
}

.p-product-body__description h2 {
 margin-bottom: 15px;
 padding: 10px 10px;
}

.p-product-body__description .productInfo,
.p-product-body__description .productCommitment,
.p-product-body__description .productDelivery,
.p-product-body__description .productGift,
.p-product-body__description .productOption,
.p-product-body__description .productAssortment,
.p-product-body__description .productEfficacy,
.p-product-body__description .productConsultation {
 margin-bottom: 30px;
}

.p-product-body__description .productCommitment .box {
 margin-bottom: 25px;
}

.p-product-body__description .box,
.p-product-body__description p.productText,
.p-product-body__description .productGift h2,
.p-product-body__description .productAssortment h2 {
 margin-bottom: 20px;
}

.p-product-body__description .productVisual,
.p-product-body__description .productInfo p,
.p-product-body__description .productCommitment h2,
.p-product-body__description .productDelivery .box img,
.p-product-body__description .productGift img,
.p-product-body__description .productAssortment img,
.p-product-body__description .isoList,
.p-product-body__description .productCut,
.p-product-body__description p,
.p-product-body__description .box p,
.p-product-body__description .productCommitment .box img,
.p-product-body__description .productDelivery .box p {
 margin-bottom: 15px;
}

.p-product-body__review-link,
.p-product-body__description .productInfo .box.nobg h3 {
 margin-bottom: 10px;
}

.p-product-body__description .productConsultation p,
.p-product-body__description .productCut p {
 margin: 15px 0;
}

.p-product-body__description .productInfo .box,
.p-product-body__description .productOption .box,
.p-product-body__description .productConsultation .box {
 padding: 10px;
}

.p-product-body__description .productInfo .box img,
.p-product-body__description .productInfo .box.process img,
.p-product-body__description .productOption .box img {
 float: none;
}

.p-product-body__description .productInfo .box img,
.p-product-body__description .productInfo .box.process img,
.p-product-body__description .productOption .box img {
 max-width: 250px;
 margin: 0 auto;
 display: block;
}

.p-product-body__description .productInfo .box .boxL,
.p-product-body__description .productInfo .box.process .boxL,
.p-product-body__description .productOption .box .boxL {
 float: none;
 width: 100%;
 margin-bottom: 15px;
}

.p-product-body__description .productOption .box .boxL {
 padding: 0;
}

.p-product-body__description .productSummary table th {
 width: 30%;
}

.p-product-body__description .isoList ul li {
 width: 32.33%;
}

.p-product-body__description .productCut ul li {
 width: 48%;
 margin: 0 0 20px 0;
 padding: 10px;
}

.p-product-body__description .isoList ul li:nth-of-type(4n+1),
.p-product-body__description .productCut ul li:nth-of-type(3n+1) {
 clear: none;
}
}

@keyframes spinner {
to {
 transform: rotate(360deg);
}
}