@charset "utf-8";

/* common
================================================== */
.Noto_Sans {
font-family: 'Noto Sans JP', sans-serif;
}
.Noto_Serif {
font-family: "Noto Serif JP", serif;
}
.Lato {
font-family: 'Lato', sans-serif;
}

#detailHeadSCT {
margin: 0 auto 0 auto;
padding: 40px 0 65px 0;
width: 1166px;
text-align: left;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
#detailHeadSCT .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#detailHeadSCT .cont::after {
display: none;
}
#detailHeadSCT .gallery {
box-sizing: border-box;
width: 590px;
}
#detailHeadSCT .gallery .set {
position: relative;
padding: 0 45px;
}
#detailHeadSCT .swiper {
background-color: #fff;
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}
#detailHeadSCT .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
}
#detailHeadSCT .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
#detailHeadSCT .mainSwiper {
margin-bottom: 20px;
height: 500px;
width: 500px;
cursor: pointer;
}
#detailHeadSCT .mainSwiper .swiper-slide {
border-radius: 10px;
width: 500px;
height: 500px;
}
#detailHeadSCT .mainSwiper {
border-radius: 10px;
overflow: hidden;
}
#detailHeadSCT .thumSwiper {
margin: 0 auto;
width: 500px;
height: 64px;
box-sizing: border-box;
cursor: pointer;
}
#detailHeadSCT .thumSwiper .swiper-slide {
width: 64px;
height: 64px;
}
#detailHeadSCT .thumSwiper .swiper-slide img {
border-radius: 5px;
}
#detailHeadSCT .thumSwiper .swiper-slide-thumb-active {
opacity: 0.35;
}
#detailHeadSCT .swiper-button-next, 
#detailHeadSCT .swiper-button-prev {
background-color: #ccc;
border-radius: 50%;
width: 30px;
height: 30px;
}
#detailHeadSCT .swiper-button-next {
right: 0;
}
#detailHeadSCT .swiper-button-prev {
left: 0;
}
#detailHeadSCT .swiper-button-next::after,
#detailHeadSCT .swiper-button-prev::after {
display: none;
}
#detailHeadSCT .swiper-button-next::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 10px;
top: 11px;
border-right: solid 1px #fff;
border-top: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailHeadSCT .swiper-button-prev::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 13px;
top: 11px;
border-left: solid 1px #fff;
border-bottom: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailHeadSCT .swiper-button-next.swiper-button-disabled,
#detailHeadSCT .swiper-button-prev.swiper-button-disabled {
opacity: .0;
cursor: auto;
pointer-events: none;
}

#detailHeadSCT .summary {
width: 500px;
}
#detailHeadSCT .tag {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 23px;
}
#detailHeadSCT .tag li {
background-color: #e7eecf;
padding: 0 15px;
font-size: 12px;
line-height: 28px;
}
/* 2025/09追加ここから */
	#detailHeadSCT h1 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	}
	#detailHeadSCT .size {
	margin-top: 15px;
	font-size: 15px;
	}
	#detailHeadSCT .explan {
	margin-top: 22px;
	}
	#detailHeadSCT .catch {
	margin-bottom: 17px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.75;
	}
/* 2025/09追加ここまで */
#detailHeadSCT .description {
margin-bottom: 30px;
font-size: 14px;
line-height: 2;
}
#detailHeadSCT .review {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 13px;
}
#detailHeadSCT .review dt {
margin-right: 13px;
}
#detailHeadSCT .review a {
transition: opacity 0.7s ease;
text-decoration: underline;
text-underline-offset: 3px;
color: #000;
}
#detailHeadSCT .review a:hover {
opacity: 0.7;
}
#detailHeadSCT .rating {
position: relative;
top: -1px;
width: 105px;
height: 16px;
}
#detailHeadSCT .rating::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("/common/img/star.png");
background-size: auto 16px;
width: 105px;
height: 16px;
}
#detailHeadSCT .rating span {
display: block;
position: relative;
height: 16px;
}
#detailHeadSCT .rating span::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("/common/img/star_on.png");
background-size: auto 16px;
width: 100%;
height: 16px;
}
#detailHeadSCT .rating > span[data-rate="5.0"] {
width: 100% !important;
}
#detailHeadSCT .rating > span[data-rate="4.5"] {
width: 90% !important;
}
#detailHeadSCT .rating > span[data-rate="4.0"] {
width: 80% !important;
}
#detailHeadSCT .rating > span[data-rate="3.5"] {
width: 70% !important;
}
#detailHeadSCT .rating > span[data-rate="3.0"] {
width: 60% !important;
}
#detailHeadSCT .rating > span[data-rate="2.5"] {
width: 50% !important;
}
#detailHeadSCT .rating > span[data-rate="2.0"] {
width: 40% !important;
}
#detailHeadSCT .rating > span[data-rate="1.5"] {
width: 30% !important;
}
#detailHeadSCT .rating > span[data-rate="1.0"] {
width: 20% !important;
}
#detailHeadSCT .rating > span[data-rate="0.5"] {
width: 10% !important;
}
#detailHeadSCT .priceArea {
position: relative;
margin-top: 40px;
}
#detailHeadSCT .priceArea .regular {
position: absolute;
left: 0;
top: -2px;
font-size: 12px;
}
#detailHeadSCT .priceArea .sales {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-end;
position: relative;
}
#detailHeadSCT .priceArea .limited {
display: block;
margin-bottom: 8px;
font-weight: 400;
font-size: 16px;
color: #dd0000;
}
#detailHeadSCT .priceArea .limited + .price {
color: #dd0000;
}
#detailHeadSCT .priceArea .price {
display: block;
margin: 0 0 0 auto;
font-weight: 400;
font-size: 13px;
}
#detailHeadSCT .priceArea .price strong {
position: relative;
font-weight: 400;
font-size: 28px;
}
#detailHeadSCT .priceArea .limited + .price strong::before {
content: attr(data-off);
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -28px;
background-color: #dd0000;
border-radius: 3px;
padding: 0 15px;
white-space: nowrap;
font-weight: 500;
font-size: 13px;
line-height: 24px;
color: #fff;
}
#detailHeadSCT .priceArea .limited + .price strong::after {
content: "";
transform: translateX(-50%);
position: absolute;
left: 50%;
top: -4px;
border-style: solid;
border-width: 5px 5px 0;
border-color: #dd0000 transparent transparent transparent;
}
#detailHeadSCT .optionArea {
border-top: solid 1px #eee;
margin-top: 18px;
}
#detailHeadSCT .optionArea .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-bottom: solid 1px #eee;
padding: 15px 0;
gap: 20px;
}
#detailHeadSCT .optionArea .block::after {
display: none;
}
#detailHeadSCT .optionArea .sales {
flex: 1;
}
#detailHeadSCT .optionArea .sales label {
display: block;
position: relative;
padding-left: 35px;
cursor: pointer;
}
#detailHeadSCT .optionArea .hed {
display: block;
font-weight: 500;
font-size: 14px;
line-height: 1.55;
}
#detailHeadSCT .optionArea .hed span {
font-weight: 700;
font-size: 15px;
}
#detailHeadSCT .optionArea .hed.limited + .price {
color: #dd0000;
}
#detailHeadSCT .optionArea .price {
display: block;
font-size: 13px;
line-height: 1.55;
}
#detailHeadSCT .optionArea .price strong {
font-weight: 400;
}
#detailHeadSCT .optionArea [type='checkbox'],
#detailHeadSCT .optionArea [type='radio'] {
display: none;
}
#detailHeadSCT .optionArea .sales .hed::before {
content: '';
transform: translateY(-50%);
box-sizing: border-box;
display: block;
position: absolute;
left: 0;
top: 50%;
border: solid 1px #ccc;
border-radius: 50%;
width: 20px;
height: 20px;
}
#detailHeadSCT .optionArea .sales .hed::after {
content: '';
transform: translateY(-50%);
box-sizing: border-box;
display: none;
position: absolute;
left: 6px;
top: 50%;
background-color: #333;
border-radius: 50%;
width: 8px;
height: 8px;
}
#detailHeadSCT .optionArea [type='radio']:checked + .hed::after {
display: block;
}
#detailHeadSCT .number {
text-align: center;
}
#detailHeadSCT .number h5 {
font-weight: 400;
font-size: 10px;
line-height: 1.55;
}
#detailHeadSCT .number p {
font-size: 13px;
line-height: 1.55;
}
#detailHeadSCT .favorite label {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border: solid 1px #ccc;
border-radius: 5px;
padding-top: 4px;
width: 36px;
height: 36px;
cursor: pointer;
}
#detailHeadSCT .favorite span {
display: block;
background: url("/common/img/favorite.png") no-repeat;
background-size: contain;
min-width: 18px;
width: 18px;
height: 18px;
}
#detailHeadSCT .optionArea [type='checkbox']:checked + span {
background: url("/common/img/favorite_on.png") no-repeat;
background-size: contain;
}

#detailHeadSCT .actionArea {
margin-top: 40px;
}
#detailHeadSCT .actionArea .button {
margin-bottom: 25px;
}
#detailHeadSCT .actionArea .button:last-child {
margin-bottom: 0;
}
#detailHeadSCT .actionArea .button a {
transition: opacity 0.7s ease;
display: block;
background-color: #ff8800;
border-radius: 10px;
font-weight: 400;
font-size: 18px;
line-height: 60px;
text-align: center;
color: #fff;
}
#detailHeadSCT .actionArea .button a:hover {
text-decoration: none;
opacity: 0.7;
}
#detailHeadSCT .actionArea .button span {
display: block;
background-color: #ccc;
border-radius: 10px;
font-weight: 400;
font-size: 18px;
line-height: 60px;
text-align: center;
cursor: not-allowed;
}
#detailHeadSCT .actionArea p {
font-size: 13px;
line-height: 1.7;
}
#detailHeadSCT .actionArea p strong {
font-weight: 700;
font-size: 18px;
}
#detailHeadSCT .actionArea p.error {
position: relative;
padding-left: 21px;
font-weight: 500;
}
#detailHeadSCT .actionArea p.error::before {
content: '';
transform: translateY(-50%);
display: block;
position: absolute;
left: 0;
top: 50%;
background: url("/common/img/icn_error.png") no-repeat;
background-size: contain;
min-width: 18px;
width: 18px;
height: 18px;
}
/* 20251029 */
#detailHeadSCT .actionArea .anygift {
margin-top: 23px;
}
#detailHeadSCT .actionArea .anygift-gift-ui__container {
width: 100%;
}
#detailHeadSCT .actionArea .anygift-gift-ui__container div:first-child button {
height: 60px;
font-size: 18px;
font-weight: 400;
}
#detailHeadSCT .actionArea .btn-soldout .anygift-gift-ui__container > div:first-child,
#detailHeadSCT .actionArea .btn-ended .anygift-gift-ui__container > div:first-child {
cursor: not-allowed;
}
#detailHeadSCT .actionArea .btn-soldout .anygift-gift-ui__container > div:first-child button,
#detailHeadSCT .actionArea .btn-ended .anygift-gift-ui__container > div:first-child button {
pointer-events: none;
background-image: none;
background-color: #ccc;
color: #1d1d1d;
}
.anygift-floating-cart {
display: none;
}
/* /20251029 */

#detailCommonSCT {
margin: 0 auto 85px auto;
width: 660px;
text-align: left;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
#detailCommonSCT .cardList {
display: flex;
flex-direction: column;
gap: 80px;
}
#detailCommonSCT h3 {
margin-bottom: 11px;
font-weight: 500;
font-size: 20px;
line-height: 1.75;
}
#detailCommonSCT h4 {
margin-bottom: 4px;
font-weight: 600;
font-size: 16px;
line-height: 1.72;
}
#detailCommonSCT p {
margin-bottom: 36px;
font-size: 14px;
line-height: 2.15;
}
#detailCommonSCT p:last-child {
margin-bottom: 0;
}
#detailCommonSCT p a {
color: #222;
text-decoration: underline;
text-underline-offset: 5px;
}
#detailCommonSCT ul.circle {
padding-left: 1.5em;
font-size: 14px;
line-height: 1.58;
}
#detailCommonSCT ul.circle li {
position: relative;
margin-bottom: 8px;
}
#detailCommonSCT ul.circle li:last-child {
margin-bottom: 0;
}
#detailCommonSCT ul.circle li::before {
content: '';
box-sizing: border-box;
position: absolute;
left: -1.5em;
top: 5px;
border: solid 1px #222;
border-radius: 50%;
width: 13px;
height: 13px;
}
#detailCommonSCT ul.dot {
padding-left: 0.5em;
font-size: 14px;
line-height: 1.58;
column-count: 2;
column-gap: 30px;
}
#detailCommonSCT ul.dot li {
position: relative;
margin-bottom: 8px;
}
#detailCommonSCT ul.dot li::before {
content: '';
box-sizing: border-box;
position: absolute;
left: -0.5em;
top: 9px;
background-color: #222;
border-radius: 50%;
width: 4px;
height: 4px;
}
#detailCommonSCT .note,
#detailCommonSCT figcaption {
font-size: 12px;
line-height: 1.84;
color: #666;
}
#detailCommonSCT figcaption {
margin-top: 15px;
}
#detailCommonSCT figure {
    width: 85%;
    margin: 0 auto 33px auto;
}
#detailCommonSCT figure:last-child {
margin-bottom: 0;
}
#detailCommonSCT figure img {
display: block;
box-sizing: border-box;
max-width: 660px;
width: 100%;
height: auto;
}
#detailCommonSCT .movie {
margin-top: 33px;
width: 100%;
}
#detailCommonSCT .movie div {
position: relative;
width: 100%;
padding-top: 56.25%;
}
#detailCommonSCT .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
#detailCommonSCT .itemList .block::after,
#detailCommonSCT .list .block::after {
display: none;
}
#detailCommonSCT .itemList img,
#detailCommonSCT .list img {
display: block;
box-sizing: border-box;
aspect-ratio: 1 / 1;
object-fit: cover;
width: 100%;
height: auto;
}
#detailCommonSCT .list2 img,
#detailCommonSCT .list1 img {
border-radius: 8px;
}
#detailCommonSCT .list img.circle {
border-radius: 50%;
}
#detailCommonSCT .list img.auto {
aspect-ratio: auto;
}
#detailCommonSCT .list1 {
display: flex;
flex-wrap: wrap;
gap: 25px 60px;
padding: 8px 0 0 0;
}
#detailCommonSCT .list1::after {
display: none;
}
#detailCommonSCT .list1 .block {
width: 180px;
text-align: center;
}
#detailCommonSCT .list1 .pack {
margin-top: 11px;
}
#detailCommonSCT .list1 h4 {
font-weight: 600;
font-size: 14px;
line-height: 1.54;
}
#detailCommonSCT .list1 p {
margin-bottom: 0;
font-size: 13px;
line-height: 1.54;
}
#detailCommonSCT .list1 p:only-child {
font-size: 14px;
line-height: 1.54;
}
#detailCommonSCT .list2 {
display: flex;
flex-direction: column;
gap: 37px 0;
padding: 8px 0 0 0;
}
#detailCommonSCT .list2::after {
display: none;
}
#detailCommonSCT .list2 .block {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
#detailCommonSCT .list2 .image {
width: 150px;
text-align: center;
}
#detailCommonSCT .list2 .pack {
flex: 1;
}
#detailCommonSCT .list2 h4 {
margin-bottom: 4px;
font-weight: 600;
font-size: 14px;
line-height: 1.72;
}
#detailCommonSCT .list2 p {
font-size: 14px;
line-height: 1.72;
}
#detailCommonSCT .list2 p.note {
font-size: 12px;
line-height: 1.84;
color: #666;
}
#detailCommonSCT .itemList {
display: flex;
flex-direction: column;
gap: 30px 0;
padding: 12px 0 0 0;
}
#detailCommonSCT .itemList .item {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin: 0;
}
#detailCommonSCT .itemList .image {
width: 150px;
text-align: center;
}
#detailCommonSCT .itemList .pack {
flex: 1;
}
#detailCommonSCT .itemList h4 {
margin-bottom: 7px;
font-weight: 600;
font-size: 14px;
line-height: 1.58;
}
#detailCommonSCT .itemList p {
margin: 0;
font-size: 12px;
line-height: 1.72;
}
#detailCommonSCT .more p {
margin: 0;
}

#detailExplanSCT {
margin: 80px auto 0 auto;
width: 1166px;
text-align: left;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
#detailExplanSCT .list::after,
#detailExplanSCT .block::after {
display: none;
}
#detailExplanSCT .cardList {
border-bottom: solid 1px #eee
}
#detailExplanSCT .card {
border-top: solid 1px #eee
}
#detailExplanSCT .head {
position: relative;
padding: 22px 0;
cursor: pointer;
}
#detailExplanSCT .head::before {
transform: translateY(-50%);
content: '';
display: block;
position: absolute;
right: 16px;
top: 50%;
background-color: #666;
width: 16px;
height: 2px;
}
#detailExplanSCT .head::after {
transition: transform 0.3s ease, opacity 0.3s ease;
transform: translateY(-50%);
content: '';
display: block;
position: absolute;
right: 23px;
top: 50%;
background-color: #666;
width: 2px;
height: 16px;
opacity: 1;
}
#detailExplanSCT .head.active::after {
transform: translateY(-50%) rotate(90deg);
opacity: 0;
}
#detailExplanSCT .head h2 {
font-weight: 400;
font-size: 15px;
text-align: center;
}
#detailExplanSCT .body {
padding: 11px 0 32px 0;
}
#detailExplanSCT .body h2 {
margin-top: 33px;
margin-bottom: 14px;
font-weight: 500;
font-size: 16px;
}
#detailExplanSCT .body h2:first-child {
margin-top: 0;
}
#detailExplanSCT .body h3 {
font-weight: 500;
font-size: 14px;
}
#detailExplanSCT .body ol,
#detailExplanSCT .body ul,
#detailExplanSCT .body p {
margin-bottom: 2em;
font-size: 14px;
line-height: 2;
}
#detailExplanSCT .body ol:last-child,
#detailExplanSCT .body ul:last-child,
#detailExplanSCT .body p:last-child {
margin-bottom: 0;
}
#detailExplanSCT .body .note {
margin-top: -21px;
font-size: 12px;
line-height: 1.84;
}
#detailExplanSCT .list {
display: grid;
grid-template-columns: 1fr;
gap: 18px 40px;
}
#detailExplanSCT .list.grid2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 18px 40px;
}
#detailExplanSCT .list.grid3 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 18px 40px;
}
#detailExplanSCT .block {
display: flex;
flex-wrap: wrap;
gap: 24px;
padding: 4px 0 8px 0;
}
#detailExplanSCT .block .image {
padding-top: 5px;
}
#detailExplanSCT .block .image img {
box-sizing: border-box;
border: solid 1px #ccc;
}
#detailExplanSCT .block .pack {
flex: 1;
}
#detailExplanSCT .faqList {
display: flex;
flex-direction: column;
gap: 43px;
margin: 0 auto;
padding: 11px 0 21px 0;
width: 850px;
}
#detailExplanSCT .question {
position: relative;
padding-left: 50px;
margin-bottom: 22px;
}
#detailExplanSCT .question::before {
content: 'Q';
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: -3px;
background-color: #eee;
border-radius: 50%;
font-weight: 700;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
font-size: 18px;
width: 32px;
height: 32px;
}
#detailExplanSCT .question p {
font-weight: 500;
font-size: 14px;
line-height: 2;
}
#detailExplanSCT .answer {
position: relative;
padding-left: 50px;
}
#detailExplanSCT .answer::before {
content: 'A';
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: -3px;
background-color: #e7eecf;
border-radius: 50%;
font-weight: 700;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
font-size: 18px;
width: 32px;
height: 32px;
}
#detailExplanSCT .answer h3 {
font-weight: 500;
font-size: 14px;
line-height: 2;
}
#detailExplanSCT .answer p {
font-size: 14px;
line-height: 2;
}
#detailExplanSCT .itemList {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
gap: 26px 30px;
margin: 0 auto;
padding: 7px 0 4px 0;
width: 1070px;
}
#detailExplanSCT .itemList .image {
margin-bottom: 16px;
}
#detailExplanSCT .itemList img {
transition: opacity 0.3s ease;
box-sizing: border-box;
border: solid 1px #ccc;
border-radius: 8px;
}
#detailExplanSCT .itemList a:hover img {
opacity: 0.7;
}
#detailExplanSCT .itemList .ctg {
margin: 0 0 1px 0;
font-size: 11px;
line-height: 1.5;
color: #666;
}
#detailExplanSCT .itemList .tit {
margin: 0;
font-size: 12px;
line-height: 1.67;
}
#detailExplanSCT .itemList .tit a {
color: #000;
}
#detailExplanSCT .js-accordion-cont {
transition: max-height 0.3s ease;
max-height: 0;
overflow: hidden;
}


#detailReviewSCT {
margin: 70px auto 0 auto;
width: 1166px;
text-align: left;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
#detailReviewSCT .head {
position: relative;
margin-bottom: 38px;
}
#detailReviewSCT .head h2 {
margin-bottom: 6px;
font-weight: 400;
font-size: 24px;
text-align: center;
}
#detailReviewSCT .ratingWrap {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 13px;
}
#detailReviewSCT .head .ratingWrap {
justify-content: center;
font-size: 14px;
}
#detailReviewSCT .ratingWrap dt {
margin-right: 13px;
}
#detailReviewSCT .ratingWrap a {
transition: opacity 0.7s ease;
text-decoration: underline;
text-underline-offset: 3px;
color: #000;
}
#detailReviewSCT .ratingWrap a:hover {
opacity: 0.7;
}
#detailReviewSCT .rating {
position: relative;
top: -1px;
width: 105px;
height: 16px;
}
#detailReviewSCT .head .rating {
top: -2px;
width: 125px;
height: 19px;
}
#detailReviewSCT .rating::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("/common/img/star.png");
background-size: auto 16px;
width: 105px;
height: 16px;
}
#detailReviewSCT .head .rating::before {
background-size: auto 19px;
width: 125px;
height: 19px;
}
#detailReviewSCT .rating span {
display: block;
position: relative;
height: 16px;
}
#detailReviewSCT .head .rating span {
height: 19px;
}
#detailReviewSCT .rating span::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("/common/img/star_on.png");
background-size: auto 16px;
width: 100%;
height: 16px;
}
#detailReviewSCT .head .rating span::before {
background-size: auto 19px;
height: 19px;
}
#detailReviewSCT .rating > span[data-rate="5.0"] {
width: 100% !important;
}
#detailReviewSCT .rating > span[data-rate="5"] {
width: 100% !important;
}
#detailReviewSCT .rating > span[data-rate="4.5"] {
width: 90% !important;
}
#detailReviewSCT .rating > span[data-rate="4.0"] {
width: 80% !important;
}
#detailReviewSCT .rating > span[data-rate="4"] {
width: 80% !important;
}
#detailReviewSCT .rating > span[data-rate="3.5"] {
width: 70% !important;
}
#detailReviewSCT .rating > span[data-rate="3.0"] {
width: 60% !important;
}
#detailReviewSCT .rating > span[data-rate="3"] {
width: 60% !important;
}
#detailReviewSCT .rating > span[data-rate="2.5"] {
width: 50% !important;
}
#detailReviewSCT .rating > span[data-rate="2.0"] {
width: 40% !important;
}
#detailReviewSCT .rating > span[data-rate="2"] {
width: 40% !important;
}
#detailReviewSCT .rating > span[data-rate="1.5"] {
width: 30% !important;
}
#detailReviewSCT .rating > span[data-rate="1.0"] {
width: 20% !important;
}
#detailReviewSCT .rating > span[data-rate="1"] {
width: 20% !important;
}
#detailReviewSCT .head .action {
position: absolute;
right: 0;
top: 10px;
}
#detailReviewSCT .head .action a {
transition: opacity 0.7s ease;
box-sizing: border-box;
display: block;
border: solid 1px #999;
border-radius: 8px;
padding-top: 13px;
width: 280px;
height: 64px;
font-weight: 500;
font-size: 14px;
line-height: 1.45;
text-align: center;
color: #000;
opacity: 1;
}
#detailReviewSCT .head .action a:hover {
opacity: 0.7;
text-decoration: none;
}
#detailReviewSCT .head .action a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
display: block;
position: absolute;
right: 20px;
top: 50%;
border-right: solid 1px #999;
border-top: solid 1px #999;
width: 7px;
height: 7px;
}
#detailReviewSCT .head .action span {
font-weight: 400;
font-size: 12px;
}
#detailReviewSCT .reviewList {
display: flex;
flex-direction: column;
gap: 20px;
}
#detailReviewSCT .review {
display: flex;
border: solid 1px #ddd;
border-radius: 8px;
padding: 35px 40px;
gap: 40px;
}
#detailReviewSCT .name {
box-sizing: border-box;
border-right: solid 1px #ddd;
padding-right: 40px;
width: 188px;
}
#detailReviewSCT .pack {
min-height: 151px;
flex: 1;
}
#detailReviewSCT h3 {
margin-bottom: 8px;
font-weight: 500;
font-size: 16px;
}
#detailReviewSCT .description {
margin-top: 8px;
font-size: 14px;
line-height: 2;
}
#detailReviewSCT .description.over {
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
#detailReviewSCT .more {
display: none;
}
#detailReviewSCT .more a {
position: relative;
transition: opacity 0.7s ease;
text-decoration: underline;
text-underline-offset: 3px;
color: #000;
}
#detailReviewSCT .more a:hover {
opacity: 0.7;
}
#detailReviewSCT .more a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
display: block;
position: absolute;
right: -20px;
top: 50%;
border-right: solid 1px #999;
border-bottom: solid 1px #999;
margin-top: -1px;
width: 7px;
height: 7px;
}
#detailReviewSCT .more a.active::before {
content: '';
transform: translateY(-50%) rotate(225deg);
margin-top: 3px;
}

#detailReviewSCT .pagination {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin-top: 40px;
}
#detailReviewSCT .swiper-button-next, 
#detailReviewSCT .swiper-button-prev {
position: relative;
top: 0;
margin: 0;
background-color: #ccc;
border-radius: 50%;
width: 30px;
height: 30px;
}
#detailReviewSCT .swiper-button-next {
margin-left: 25px;
right: 0;
}
#detailReviewSCT .swiper-button-prev {
margin-right: 25px;
left: 0;
}
#detailReviewSCT .swiper-button-next::after,
#detailReviewSCT .swiper-button-prev::after {
display: none;
}
#detailReviewSCT .swiper-button-next::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 10px;
top: 11px;
border-right: solid 1px #fff;
border-top: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailReviewSCT .swiper-button-prev::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 13px;
top: 11px;
border-left: solid 1px #fff;
border-bottom: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailReviewSCT .swiper-pagination {
position: relative;
top: 0;
width: auto;
}
#detailReviewSCT .swiper-pagination-bullet {
background-color: #fff;
border-radius: 50%;
margin: 0 2px;
width: 30px;
height: 30px;
font-size: 13px;
line-height: 30px;
opacity: 0.5;
}
#detailReviewSCT .swiper-pagination-bullet-active {
opacity: 1;
}

#detailRecommendSCT {
margin: 80px auto 80px auto;
width: 1166px;
text-align: left;
font-family: 'Lato', 'Noto Sans JP', sans-serif;
}
#detailRecommendSCT h2 {
margin-bottom: 27px;
font-weight: 400;
font-size: 20px;
text-align: center;
}
#detailRecommendSCT .set {
position: relative;
}
#detailRecommendSCT .recommendSwiper {
margin: 0 auto;
width: 1070px;
overflow: hidden;
}
#detailRecommendSCT .itemList .image {
margin-bottom: 15px;
}
#detailRecommendSCT .itemList img {
transition: opacity 0.3s ease;
box-sizing: border-box;
border: solid 1px #ccc;
border-radius: 8px;
}
#detailRecommendSCT .itemList a:hover img {
opacity: 0.7;
}
#detailRecommendSCT .itemList .tit {
margin: 0 0 3px 0;
font-size: 12px;
line-height: 1.67;
}
#detailRecommendSCT .itemList .tit a {
color: #000;
}
#detailRecommendSCT .itemList .sales {
font-size: 12px;
line-height: 1.45;
}
#detailRecommendSCT .itemList .limited {
font-size: 12px;
color: #dd0000;
}
#detailRecommendSCT .itemList .sales strong {
font-weight: 700;
font-size: 14px;
}
#detailRecommendSCT .swiper-button-next, 
#detailRecommendSCT .swiper-button-prev {
top: 80px;
background-color: #ccc;
border-radius: 50%;
margin: 0;
width: 30px;
height: 30px;
}
#detailRecommendSCT .swiper-button-next {
right: 0;
}
#detailRecommendSCT .swiper-button-prev {
left: 0;
}
#detailRecommendSCT .swiper-button-next::after,
#detailRecommendSCT .swiper-button-prev::after {
display: none;
}
#detailRecommendSCT .swiper-button-next::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 10px;
top: 11px;
border-right: solid 1px #fff;
border-top: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailRecommendSCT .swiper-button-prev::before {
content: '';
transform: rotate(45deg);
display: block;
position: absolute;
left: 13px;
top: 11px;
border-left: solid 1px #fff;
border-bottom: solid 1px #fff;
width: 7px;
height: 7px;
}
#detailRecommendSCT .swiper-button-next.swiper-button-disabled,
#detailRecommendSCT .swiper-button-prev.swiper-button-disabled {
opacity: .0;
cursor: auto;
pointer-events: none;
}

/** 2025/05/28 add start **/
#detailHeadSCT .singleCart .optionArea {
  display: flex;
  flex-wrap: wrap;
  border-top: 0;
  margin-top: 20px;
}
#detailHeadSCT .singleCart .number {
  margin-left: auto;
  margin-right: 20px;
}
#detailHeadSCT .singleCart .actionArea {
  margin-top: 30px;
}


#detailReviewSCT .review_pagenav_ {
  text-align: center;
}

#detailReviewSCT .review_pagenav_ img {
  width: 30px;
  margin: 20px;
}

#detailReviewSCT .toggletxt_ a {
  position: relative;
  transition: opacity 0.7s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #000;
}
#detailReviewSCT .toggletxt_ a:hover {
  opacity: 0.7;
}
#detailReviewSCT .toggletxt_ a::before {
  content: '';
  transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  margin-top: -1px;
  width: 7px;
  height: 7px;
}
#detailReviewSCT .toggletxt_.toggleopen a::before {
  content: '';
  transform: translateY(-50%) rotate(225deg);
  margin-top: 3px;
}

#detailReviewSCT .attribute {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  float: none;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
#detailReviewSCT .attribute span {
  padding-left: 5px;
  padding-right: 0px;
}

#detailReviewSCT .userreview-item-name {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

#detailReviewSCT .speech-bubbles {
  background: #f7f2eb;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  behavior: url(/css/PIE.htc);
  border-radius: 3px;
  font-size: 12px;
  margin: 10px 0;
  padding: 10px;
  vertical-align: middle;
}

#detailReviewSCT .speech-bubbles div {
  display: inline-block;
}

#detailReviewSCT .speech-bubbles .prefectures-area {
  padding-left: 15px;
}

#detailReviewSCT .userreview-nav {
  margin: 20px 0;
}
#detailReviewSCT .userreview-nav .slick-track {
  display: flex;
  align-items: stretch;
}

#detailReviewSCT .userreview-nav .userreview-nav-item {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  float: none;
  padding: 5px 15px;
  margin: 0;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
  background-color: #fff;
  color: #999;
}

#detailReviewSCT .userreview-nav .userreview-nav-item.swiper-slide-thumb-active {
  border: 2px solid #e3d7d2;
  background-color: #ffffef;
  color: #1d1d1d;
}


#detailReviewSCT .userreview-nav .userreview-nav-img img {
  width: 100px;
}
#detailReviewSCT .userreview-nav-wrapper {
  position: relative;
}
#detailReviewSCT .userreview-nav-wrapper .swiper-button-next, #detailReviewSCT .userreview-nav-wrapper .swiper-button-prev {
  position: absolute;
  top: calc(50% - 14px);
}

/** 2025/05/28 add end **/

/** 2025/10/02 add start **/
#targetTop {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #89aa15;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-size: 15px;
  line-height: 1.64;
  text-align: center;
  z-index: 999;
  opacity: 0;
}

#targetTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  color: #fff;
}

#targetTop a::before {
  content: '';
  transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  background: url("/common/img/arw_top.png") no-repeat center center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

#targetTop.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
/** 2025/10/02 add end **/