@charset "UTF-8";

.spageWrapOuter {
padding: 0 2.5rem;
overflow-x: clip;
}
{
display: flex;
gap:7.5rem 4.5rem;
max-width: 1600px;
margin: 0 auto 12.5rem ;
}
.spageSide {
width: 16rem;
flex-shrink: 0;
}
.spageSide .breadcrumb {
display: flex;
flex-wrap: wrap;
margin: 0 0 1.5rem 0;
}
.spageSide .breadcrumb li {
display: flex;
align-items: center;
}
.spageSide .breadcrumb li:not(:last-child) {
padding: 0 0.5rem 0 0;
}
.spageSide .breadcrumb li:not(:last-child)::after {
content: "";
display: block;
margin: 0 0 0 0.5rem;
width: 0.75rem;
height: 1px;
background: #aaa;
}
.spageSide .breadcrumb li a {
font-size: 0.75rem;
color: #aaa;
}
@media screen and (max-width: 1024px) {
.spageSide .breadcrumb {
display: none;
}
}
/* -------------- */
.spageSide #sideNav {
padding: 0rem 1.5rem 2rem;
background: #F6F4EE;
}
.spageSide #sideNav .menuListBlock .menuTtl {
appearance: none;
color: #472427;
text-align: left;
line-height: 1.75;
font-weight: 700;
font-family: "Zen Old Mincho",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
background: none;
padding:0 0 0.5rem 0;
margin: 2rem 0 1rem 0;
border: none;
border-bottom: 1px solid #472427;
width: 100%;
position: relative;
}
.spageSide #sideNav .menuListBlock .menuList {
margin: 0;
padding: 0;
}
.spageSide #sideNav .menuListBlock.is-open .menuList {
display: block;
}
.spageSide #sideNav .menuListBlock .menuList li {
margin: 0 1rem 1rem 1rem;
}
.spageSide #sideNav .menuListBlock .menuList li a {
display: flex;
align-items: center;
gap: 1rem;
color: #472427;
}
.spageSide #sideNav .menuListBlock .menuList li a svg {
height: 0.75rem;
width: 0.75rem;
fill: #D0010E;
}
.spageSide .sideBlock {
margin: 3rem 0 0 0;
}
.spageSide .sideBlock .iconEx {
border-left: 1px #ccc solid;
padding: 0 0 0 1.5rem;
}
.spageSide .sideBlock .iconEx .iconList dd {
font-size: 0.75rem;
}

@media screen and (max-width: 1024px) {
.spageWrapOuter {
padding: 0 0rem;
}
{
flex-direction: column-reverse;
margin: 0 auto 0 ;
}
.spageSide {
width: 100%;
}
.spageSide #sideNav {
padding: 3rem 1.5rem 3rem;
}
.spageSide #sideNav .menuListBlock .menuTtl {
padding:1rem 0 1rem 0;
margin: 0rem 0 0rem 0;
}
.spageSide #sideNav .menuListBlock:first-child .menuTtl {
border-top: 1px solid #472427;
}
.spageSide #sideNav .menuListBlock .menuTtl::after,
.spageSide #sideNav .menuListBlock .menuTtl::before {
content: "";
display: block;
background: #D0010E;
width: 14px;
height: 2px;
position: absolute;
top: 50%;
right: 0.5rem;
}
.spageSide #sideNav .menuListBlock .menuTtl::before {
transform: rotate(-90deg);
transition: .3s ease-in-out;
}
.spageSide #sideNav .menuListBlock.is-open .menuTtl::before {
transform: rotate(0deg);
}
.spageSide #sideNav .menuListBlock .menuList {
display: none;
padding: 1rem 0 0 0;
}
.spageSide .sideBlock {
display: none;
}
}

/* ----------------------------------------- */
.spageContent .spageVisual {
margin: 0 0 3rem 0;
}
@media screen and (max-width: 1024px) {
.spageContent .spageVisual {
padding: 0 2.5rem;
}
}
@media screen and (max-width: 768px) {
.spageContent .spageVisual {
padding: 0 0rem;
}
}
/* --------------- */
.spageContent .spageIntro {
display: flex;
gap: 2rem 3rem;
margin: 0 0 6rem 0;
}
.spageContent .spageIntro .ttlWrap {
margin: 2rem 0;
}
.spageContent .spageIntro .ttlWrap h3 {
letter-spacing: 0.2rem;
}
.spageContent .spageIntro .txtBlock p {
line-height: 2.0;
}
.spageContent .spageIntro .imgBlock {
position: relative;
}
.spageContent .spageIntro .imgBlock .pic {
width: clamp(6rem , 8rem , 12rem);
position: absolute;
left: -3.75rem;
bottom:-2rem;
}
.spageContent .spageIntro .imgBlock .img {
aspect-ratio: 1 / 1.414;
overflow: hidden;
}
.spageContent .spageIntro .imgBlock .img img {
object-fit: cover;
width: 100%;
height: 100%;
}
@media screen and (max-width: 1024px) {
.spageContent .spageIntro {
padding: 0 2.5rem;
}
}
@media screen and (max-width: 768px) {
.spageContent .spageIntro {
flex-direction: column;
}
.spageContent .spageIntro .ttlWrap {
margin:0 0 2rem 0;
}
.spageContent .spageIntro .ttlWrap h3 {
font-size: 1.5rem;
}
.spageContent .spageIntro .imgBlock .pic {
top: -1rem;
left:  -2rem;
bottom: auto;
}
.spageContent .spageIntro .imgBlock .img {
aspect-ratio: 1.414 / 1;
}
}
@media screen and (max-width: 440px) {
.spageContent .spageIntro {
padding: 0 20px;
}
.spageContent .spageIntro .imgBlock .pic {
left: -1rem;
width: 6rem;
}
}
/* --------------- */
.spageContent .spComm {
margin-right: calc(50% - 50vw);
padding-right: calc(50vw - 50%);
background:#645451 ;
border-radius: 1rem 0 0 1rem;
color: #fff;
}
.spageContent .spCommInner {
padding: 4.5rem 3rem 6rem 4.5rem;
}
.spageContent .spComm .ttlWrap {
position: relative;
padding: 0 0 2rem 0;
margin: 0 0 3rem 0;
}
.spageContent .spComm .ttlWrap::after {
width: 4.5rem;
height: 2px;
content: "";
display: block;
background: #CF9494;
position: absolute;
bottom:0;
left: 0;
right: 0;
margin: 0 auto;
}
.spageContent .spComm .ttlWrap h3 {
text-align: center;
font-weight: normal;
letter-spacing: 0.1rem;
}
.spageContent .spComm .spCommWrap {
display: flex;
}
.spageContent .spComm .spCommWrap:nth-child(odd) {
flex-direction: row-reverse;
}
.spageContent .spComm .spCommWrap:not(:last-child) {
margin:0 0 4.5rem;
}
.spageContent .spComm .spCommWrap .imgBlock {
aspect-ratio: 2 / 1;
overflow: hidden;
width: 50%;
}
.spageContent .spComm .spCommWrap:nth-child(even) .imgBlock{
padding: 0 2rem 0 0;
}
.spageContent .spComm .spCommWrap:nth-child(odd) .imgBlock {
padding: 0 0 0 2rem ;
}
.spageContent .spComm .spCommWrap .imgBlock img {
width: 100%;
height: 100%;
object-fit: cover;
}
.spageContent .spComm .spCommWrap .txtBlock {
width: 50%;
}
.spageContent .spComm .spCommWrap .txtBlock .ttl {
margin: 1.25rem 0 1.25rem 0;
font-weight: normal;
letter-spacing: 0.1rem;
}
.spageContent .spComm .spCommWrap .txtBlock .ttl span {
position: relative;
padding: 0 0 0.5rem 0;
}
.spageContent .spComm .spCommWrap .txtBlock .ttl span::after {
width: auto;
height: 2px;
content: "";
display: block;
background: #CF9494;
position: absolute;
bottom:0;
left: 0;
right: 0;
margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.spageContent .spComm {
margin: 0 0 0 2.5rem;
}
}
@media screen and (max-width: 768px) {
.spageContent .spComm {
margin: 0 0 0 0;
}
.spageContent .spComm {
border-radius: 0;
}
.spageContent .spCommInner {
padding: 4.5rem 2.5rem 6rem 2.5rem;
}
.spageContent .spComm .ttlWrap {
padding: 0 0 1.5rem 0;
}
.spageContent .spComm .ttlWrap h3 {
font-size: 1.5rem;
}
.spageContent .spComm .spCommWrap .txtBlock .ttl {
font-size: 1.25rem;
}
.spageContent .spComm .spCommWrap,
.spageContent .spComm .spCommWrap:nth-child(odd) {
flex-direction: column;
}
.spageContent .spComm .spCommWrap .imgBlock,
.spageContent .spComm .spCommWrap .txtBlock {
width: 100%;
}
.spageContent .spComm .spCommWrap:nth-child(even) .imgBlock ,
.spageContent .spComm .spCommWrap:nth-child(odd) .imgBlock {
padding: 0 0 0 0 ;
}
}
@media screen and (max-width: 440px) {
.spageContent .spCommInner {
padding: 4.5rem 20px 6rem;
}
.spageContent .spComm .ttlWrap {
margin: 0 0 2rem 0;
}
.spageContent .spComm .spCommWrap:not(:last-child) {
margin:0 0 2rem;
}
}
/* ----------------------------------------- */
.spItem {
margin: 7.5rem 0 0 0;
}
.spItem .spItemTtlWrap {
margin: 0 0 1.5rem 0 ;
}
.spItem .spItemTtlWrap .ttl {
padding: 0 0 0.5rem;
position: relative;
font-size: 1.5rem;
}
.spItem .spItemTtlWrap .ttl::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #472427;
}
.spItem .itemSortWrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 2rem 0;
}
.spItem .itemSortWrap #itemSort {
display: flex;
flex-wrap: wrap;
align-items: center;
gap:0.5rem 1.5rem;
}
.spItem .itemSortWrap #itemSort .itemSortTtl {
font-size: 0.75rem;
font-family: "Zen Kaku Gothic New", YuGothic,'Yu Gothic', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.spItem .itemSortWrap #itemSort ul {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.spItem .itemSortWrap #itemSort ul li a {
display: block;
background: #fff;
font-size: 0.875rem;
line-height: 1.0;
padding: 0.5rem 1rem;
border: 1px solid #D0010E;
border-radius: 1rem;
color: #D0010E;
cursor: pointer;
}
.spItem .itemSortWrap .count {
text-align: right;
}
@media screen and (max-width: 1024px) {
.spItem {
padding: 0 2.5rem;
}
.spItem .itemSortWrap .count {
width: 100%;
}
}
@media screen and (max-width: 440px) {
.spItem {
margin: 6rem 0 0 0;
padding: 0 20px
}
}

.spItem .itemWrap {
display: flex;
flex-wrap: wrap;
gap: 3rem 2rem;
}
.spItem .itemWrap .itemBlock {
width: calc((100% - 4rem) /3);
}
.spItem .itemWrap .itemBlock a {
display: block;
color: #472427;
}
.spItem .itemWrap .itemBlock .name {
margin: 0.5rem 0;
font-weight: 700;
font-family: "Zen Old Mincho",'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
word-break: break-all;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
}
.spItem .itemWrap .itemBlock .price {
margin: auto 0 1rem 0;
}
.spItem .itemWrap .itemBlock .price .jpy {
font-size: 0.75rem;
}
.spItem .itemWrap .itemBlock .icon {
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 0.25rem;
}
.spItem .itemWrap .itemBlock:hover img {
opacity: 0.6;
transition: .3s ease-out;
}
.spItem .itemWrap .itemBlock:hover a {
color: #D0010E;
transition: .3s ease-out;
}
@media screen and (max-width: 768px) {
.spItem .itemWrap .itemBlock {
width: calc((100% - 2rem) /2);
}
}
@media screen and (max-width: 440px) {

.spItem .itemWrap {
gap: 3rem 1.5rem;
}
.spItem .itemWrap .itemBlock {
width: calc((100% - 1.5rem) /2);
}
}

/* ----------------------------------------- */

.spGuide section:not(:last-child) {
margin: 0 0 3rem 0;
}
.spGuide section .ttlWrapA {
margin: 0 0 1.5rem 0;
}
.spGuide section ul {
display: flex;
gap: 1.5rem;
}
.spGuide section ul li {
width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 1024px) {
.spGuide {
padding: 0 2.5rem;
}
}
@media screen and (max-width: 440px) {
.spGuide {
padding: 0 20px;
}
.spGuide section ul {
flex-direction: column;
}
.spGuide section ul li {
width: 100%;
}
}





/* ----------------------------------------- */
.spGift {
margin: 10rem 0 0;
background:linear-gradient(to bottom,transparent 50%,#F9F5F4 50%),url("/img/item/bg_pic_004.webp");
background-position:center;
background-size:cover;
padding: 6rem 7.5vw 4.5rem;
}
.spGiftInner {
background:#fff;
padding: 3rem;
}
.spGift .txtBlock {
max-width: 30rem;
margin: 0 auto;
}
.spGift .txtBlock h4 {
text-align: center;
letter-spacing: 0.2rem;
}
.spGift .txtBlock p {
margin: 1.5rem 0 2rem;
}
.spGift .tertiaryBtn {
text-align: center;
}

@media screen and (max-width: 1024px) {
.spGift {
margin: 10rem 2.5rem 0;
}
}
@media screen and (max-width: 768px) {
.spGift {
padding: 12.5rem 2.5rem 3rem;
background:linear-gradient(to bottom,transparent 36%,#F9F5F4 36%),url("/img/item/bg_pic_004.webp");
background-position:center;
background-size:cover;
}
.spGiftInner {
background:transparent;
padding: 0;
}
.spGift .txtBlock h4 {
font-size: 1.25rem;
}
.spGift .txtBlock p {
margin: 1.25rem 0 2rem;
}
}
@media screen and (max-width: 440px) {
.spGift {
margin: 10rem 20px 0;
padding: 12.5rem 1rem 3rem;
}
}



.cateAside{
display: block;
margin-bottom: 7.5rem!important;
}
.sysItemList,
.sysItemCategoryCtl{
padding: 0 20px!important;
}
#sysWrap #sysMain{
padding: 0!important;
}
.sysItemListDisp,
.sysItemList, .sysItemCategoryCtl{
        padding: 0 2.5rem!important;
}
@media(min-width: 1024px){
.sysItemListDisp,
.sysItemList, .sysItemCategoryCtl{
        padding: 0!important;
}
}