@charset "UTF-8";

/* -------------------- product -------------------- */

/* product list */
.pane-left-menu {
    display: none;
}
.block-category-list {
    width: 900px;
    margin: 0 auto;
}
.block-goods-list-d li {
    margin-bottom: 80px;
}
.block-goods-list-d--image {
    width: 240px;
}
.block-goods-list-d--image a {
    display: block;
    width: 100%;
    transition: all 0.75s cubic-bezier(.25,.46,.45,.94);
}
.block-goods-list-d--image a:hover {
    opacity: 0.6;
}
.block-goods-list-d--image figure {
    width: 240px;
    height: 240px;
}
.block-goods-list-d--item-description {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 24px;
    width: 650px;
    margin-left: auto;
    position: relative;
}
.block-goods-list-d--goods-name {
    order: 1;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 20px;
}
.block-icon {
    display: none;
}
.block-goods-list-d--comment {
    order: 2;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}
.block-goods-list-d--item-details {
    order: 4;
    width: 100%;
}
.block-goods-list-d--item-details-left {
    padding-bottom: 60px;
}
.block-goods-list-d--price-infos {
    text-align: left;
}
.block-goods-list-d--goods-comment {
    order: 3;
    width: 100%;
    /* display: none; */
    height: 0;
    overflow: hidden;
    margin-top: 0;
}
.block-goods-list-d--goods-comment a {
    text-decoration: underline;
    font-size: 14px;
    transition: all 0.5s ease;
}
.block-goods-list-d--goods-comment a:hover {
    text-decoration: none;
}
.block-goods-list-d--price-title {
    display: none;
}
.block-goods-list-d--price {
    color: #141414;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 18px;
}
.block-goods-list-d--price::after {
    content: '円（税込）';
    font-size: 12px;
}
.block-goods-list-d--default-price {
    text-align: left!important;
}
.block-goods-list-d--default-price::after {
    content: '円（税込）';
    font-size: 10px;
}
.product-list-txt {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 40px;
}
.product-list-sale-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 40px;
}
.product-list-sale-txt-sub {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 60px;
}
.block-goods-list--sort-order-items {
    display: none;
}
.block-goods-user-review h2 {
    background: none;
    border-bottom: 1px solid #e7e7e7;
}
.block-goods-list-d--goods-name a:hover {
    text-decoration: none; 
}
.block-goods-list--pager {
    display: none;
}
.block-goods-user-review--form {
    width: 160px;
}

/* product detail */
.block-goods-detail {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    grid-template-columns: none;
}
.pane-goods-left-side {
    width: 500px;
}
.pane-goods-right-side {
    width: 500px;
}
.block-goods-stock {
    display: none;
}
#goodsdetail_itemhistory {
    display: none;
}
.block-goods-comment {
    font-size: 20px;
}
.block-goods-comment1 {
    position: absolute;
    left: 235px;
    top: 503px;
    font-size: 12px;
    font-weight: 600;
}
.block-goods-list-d--goods-comment .block-goods-comment1-text1 {
    display: none;
}
.block-goods-comment1 .block-goods-comment1-text2 {
    width: 520px;
    right: -73px;
    position: absolute;
    top: -90px;
    font-size: 12px;
    color: #f00;
    font-weight: normal;
    transform: translate(100%, 0);
}
.block-goods-comment1-text2 span {
    font-weight: 600;
}
.block-goods-list-d--goods-comment .block-goods-comment1-text2 {
    font-size: 12px;
    position: absolute;
    left: 25px;
    bottom: 12px;
    max-width: 330px;
}
.block-goods-comment1-text2 .block-goods-comment1-text2-detail {
    font-weight: 400;
}
.block-goods-list-d--goods-comment .block-goods-comment1-text2-detail {
    display: none;
}


.block-goods-comment2 div {
    margin-bottom: 20px;
}
.block-goods-comment2 h3 {
    font-size: 20px;
}
.block-goods-comment2 p {
    font-size: 14px;
}

.block-goods-comment2 .block-goods-comment2-text1 {
    display: none;
}

.pane-goods-center {
    margin: 50px 0 110px;
}

.product-detail-caution {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 24px;
    margin-bottom: 80px;
}
.product-detail-caution h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.product-detail-caution p {
    font-size: 14px;
    line-height: 1.5;
}
.product-detail-caution .btn-02 {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 260px;
    line-height: 60px;
}

.product-detail-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product-detail-box-left {
    width: 46%;
}
.product-detail-box-right {
    width: 46%;
}
.product-detail-box-block {
    margin-bottom: 32px;
}
.product-detail-box-block a {
    text-decoration: underline;
}
.product-detail-box-block a:hover {
    text-decoration: none;
}
.product-detail-box-block img {
    display: block;
    width: 300px;
    margin-top: 8px;
}
.product-detail-box h1,
.product-detail-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}
.product-detail-box p {
    font-size: 14px;
    line-height: 1.5;
}
.product-detail-box p.title {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.product-detail-box p.title:hover {
    opacity: 0.6;
}
.product-detail-box p.title::before {
    content: '';
    display: block;
    background: #141414;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 12px;
    right: 0;
}
.product-detail-box p.title::after {
    content: '';
    display: block;
    background: #141414;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 6px;
    right: 6px;
    transition: all 0.5s ease;
}
.product-detail-box p.title.on::after {
    opacity: 0;
    transition: all 0.7s ease;
}
.product-detail-box p.caption {
    font-size: 12px;
    margin-top: 8px;
}
.product-detail-box .box:not(:last-child) {
    margin-bottom: 16px;
}
.product-detail-box .content {
    pointer-events: none;
    transition: all 1s ease;
}
.product-detail-box .content.off {
    height: 0;
    opacity: 0;
    transition: all 0.1s ease;
}
.product-detail-box .content table {
    margin-top: 16px;
}
.product-detail-box .content.off table {
    margin-top: 0;
    display: none;
}
.product-detail-box .content.off ul {
    display: none;
}
.product-detail-box li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.product-detail-box li:first-child {
    font-weight: 600;
}
.product-detail-box li::after {
    content: '';
    display: block;
    background-position: bottom;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    background-image: linear-gradient(to right, #141414, #141414 2px, transparent 2px, transparent 3px);
    background-size: 5px 2px;
    height: 2px;
}
.product-detail-box li p {
    font-size: 14px;
    line-height: 1.33;
    letter-spacing: 0.1em;
}
.product-detail-box li p:last-child {
    font-family: Avenir Next;
    text-align: right;
}
.product-detail-box li p span {
    margin-top: 8px;
    display: block;
    position: relative;
}
.product-detail-box li p:first-child span {
    padding-left: 20px;
}
.product-detail-box li p:first-child span::before {
    content: '';
    display: block;
    width: 12px;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 8px;
    left: 0;
}
.product-detail-box tr {
    border-bottom: 1px solid #e7e7e7;
}
.product-detail-box tr:first-child {
    border-top: 1px solid #e7e7e7;
}
.product-detail-box td {
    padding: 8px 0;
}
.product-detail-box td:first-child {
    white-space: nowrap;
    font-weight: 600;
    padding-right: 24px;
}

.product-detail-recipe {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 50px 0 12px;
    margin-top: 32px;
}
.product-detail-recipe-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product-detail-recipe-btn {
    margin-bottom: 40px;
    margin-top: 10px;
}
.product-detail-recipe-btn-inner {
    margin: 0 auto;
}
.product-detail-recipe h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.product-detail-recipe h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.product-detail-recipe p {
    font-size: 14px;
    line-height: 1.5;
}
.product-detail-recipe .time {
    display: flex;
    margin-top: 8px;
}
.product-detail-recipe .time table {
    /* width: 50%; */
    width: 100%;
}
/* .product-detail-recipe .time table:first-child th:last-child,
.product-detail-recipe .time table:first-child td:last-child {
    border-right: none;
} */
.product-detail-recipe .time th {
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
    font-size: 13px;
}
.product-detail-recipe .time th:first-child {
    border-left: 1px solid #e7e7e7;
}
.product-detail-recipe .time td {
    font-weight: normal;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 5px;
    font-size: 13px;
}
.product-detail-recipe .time td:first-child {
    border-left: 1px solid #e7e7e7;
}
.product-detail-recipe .time th.bg,
.product-detail-recipe .time td.bg {
    background: #f7f7f7;
}
.product-detail-recipe ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-detail-recipe li {
    width: 46%;
    margin-bottom: 8px;
}
.product-detail-recipe li p {
    font-weight: 600;
    margin-top: 8px;
    font-size: 13px;
}
.block-goods-user-review {
    margin-top: 50px;
}
.bx-wrapper img {
    width: 100%;
}
.block-goods-price {
    margin-bottom: 20px;
}
.block-goods-price--price {
    color: #141414;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 30px;
}
.block-goods-price--price::after {
    content: '円（税込）';
    font-size: 16px;
}
.block-goods-price--regular-repeat-default-price::after {
    content: '円（税込）';
    font-size: 12px;
}
.block-goods-price--regular-repeat-price::after {
    content: '円（税込）';
    font-size: 10px;
}
.block-goods-price--regular-repeat-initial-price-name::after {
    content: '（1袋あたり）';
    font-size: 80%;
    display: inline-block;
    margin-left: -4px;
}
.block-goods-detail .bx-wrapper {
    margin-bottom: 32px;
    border: none;
    box-shadow: none;
}
.block-goods-detail--color-variation-goods-thumbnail-form {
    margin-bottom: 32px;
}
.block-goods-gallery ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.block-goods-gallery li {
    width: 18%;
    margin: 0 0 2.5% 0;
}
.block-goods-gallery li:not(:nth-child(5n)) {
    margin-right: 2.5%;
}
.block-goods-gallery li > a {
    position: relative;
    display: block;
}
.block-goods-gallery li > a.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #141414;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
.block-goods-gallery li figure {
    width: 100%;
    height: 100%;
}
.block-add-cart {
    margin-top: 10px;
}
.block-goods-link {
    margin-top: 10px;
}
.block-accessory-list figure {
    width: 250px;
    height: 250px;
}
.block-thumbnail-t--goods {
    width: 250px;
}
.block-thumbnail-t--goods a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: all 0.75s cubic-bezier(.25,.46,.45,.94);
}
.block-thumbnail-t--goods a:hover {
    opacity: 0.6;
}
.block-thumbnail-t--goods-name {
    text-align: center;
}
.block-thumbnail-t--price.price {
    text-align: center;
    color: #141414;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 14px;
}
.block-thumbnail-t--price::after {
    content: '円（税込）';
    font-size: 10px;
}
.block-thumbnail-t--default-price {
    text-align: center!important;
    color: #141414;
    font-family: Avenir Next;
    font-weight: 600;
    font-size: 12px;
}
.block-thumbnail-t--default-price::after {
    content: '円（税込）';
    font-size: 10px;
}
.block-goods-footer-cart {
    display: none;
}
.block-thumbnail-t--goods-image figure img {
    width: 100%;
}
.block-accessory-list {
    position: relative;
}
.block-accessory-list--name {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.21em;
    margin: 0 0 70px;
}
.block-accessory-list::before,
.block-accessory-list::after,
.block-accessory-list--name::before,
.block-accessory-list--name::after {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: block;
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.block-accessory-list::before {
    top: 49px;
    transform: translateX(-6px);
}
.block-accessory-list::after {
    top: 49px;
    transform: translateX(6px);
}
.block-accessory-list--name::before {
    bottom: -27px;
    transform: translateX(-19px);
}
.block-accessory-list--name::after {
    bottom: -27px;
    transform: translateX(19px);
}
.block-thumbnail-t--goods a:hover {
    text-decoration: none;
}
.pane-goods-header {
    display: none;
}
.block-goods-name--text {
    font-size: 36px;
    margin-top: 16px;
    margin-right: -15px;
}
.block-goods-detail .bx-wrapper .bx-next,
.block-goods-detail .bx-wrapper .bx-prev {
    display: none;
}

.page-category .heading-01-txt {
    font-size: 42px;
}

/* レビュー */
.block-goods-user-review--item {
    position: relative;
}
.block-goods-user-review--item .dropdown {
    top: auto!important;
    left: 220px!important;
    bottom: -136px!important;
}
.block-goods-user-review--item-moderate-vote {
    margin-top: 14px;
}

.block-goods-detail .block-no-stock--message {
    margin-top: 50px;
}

/* 20240430 修正 */
.block-goods-comment1--relative {
  position: static;
  order: 240;
  margin-top: 12px;
}
.block-goods-comment1--relative .block-goods-comment1-text2 {
  position: static;
  transform: none;
}
.block-add-cart .block-add-cart--btn {
  margin-top: 40px;
}