@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho&display=swap");
:root { --color-black: #0D0D0D;
--color-white: #FFFFFF;
--color-link: #0B346E;
--color-link-hover: rgba(11, 52, 110, 0.7);
--color-disabled: #5D6970;
--color-bg-main: #F7F3E4;
--color-bg: #FCFAF2;
--color-text-link: #0B346E;
--color-tag: #5D6970;
--color-alert: #D80C18;
--color-border-gray: #AEB4B7;
--color-border-footer: #547199; --font-main: "Zen Kaku Gothic New", sans-serif;
--font-accent: "Zen Old Mincho", serif; --space-section-sp: 64px;
--space-content-sp: 48px;
--space-section-pc: 80px;
--space-content-pc: 64px;
}
body {
font-family: var(--font-main);
color: var(--color-black);
background: var(--color-bg);
margin: 0;
font-size: 16px;
line-height: 1.6;
letter-spacing: 0em;
overflow-x: hidden;
}
@media screen and (max-width: 1030px) {
body {
font-size: 14px;
}
}
body.is-scroll-hidden {
overflow: hidden;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
ul, ol, dl {
list-style: none;
margin: 0;
padding: 0;
}
a {
color: var(--color-black);
transition: all 0.1s ease;
text-decoration: none;
}
a:hover {
opacity: 0.7;
color: initial;
transition: opacity 0.3s ease;
text-decoration: none;
}
a.no-hover:hover {
transition: none;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
outline: none;
}
button {
font-family: var(--font-main);
}   .u-hover-opacity {
transition: opacity 0.3s ease;
}
.u-hover-opacity:hover {
opacity: 0.7;
}
.u-bg-sub {
background-color: var(--color-sub-bg);
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/YmctcGF0dGVybg.png?cmsp_timestamp=20260120215605);
background-repeat: repeat;
}
.u-container {
box-sizing: border-box;
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1238px;
width: 100%;
}
@media screen and (max-width: 1030px) {
.u-container {
padding-left: 20px;
padding-right: 20px;
width: auto;
}
}
.u-contents {
padding-top: 40px;
padding-bottom: var(--space-section-sp);
max-width: 1208px;
}
@media screen and (min-width: 769px) {
.u-contents {
padding-top: 50px;
padding-bottom: var(--space-section-pc);
}
}
.u-contents + .u-contents {
margin-top: 0px; }
.u-contents-s {
padding-top: var(--space-section-pc);
padding-bottom: var(--space-section-pc);
}
@media screen and (max-width: 768px) {
.u-contents-s {
padding-top: var(--space-section-sp);
padding-bottom: 0;
}
}
.u-attention {
font-weight: normal;
font-style: normal;
color: #b72424;
}
.u-bold {
font-weight: bold;
font-style: normal;
}
.u-text-right {
text-align: right;
}
.u-marker {
background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
position: absolute;
white-space: nowrap;
width: 1px;
height: 1px;
overflow: hidden;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
margin: -1px;
}
.u-pc-only {
display: block;
}
.u-pc-only-inline {
display: inline;
}
.u-pc-only-inlineBlock {
display: inline-block;
}
.u-pc-only-Flex {
display: flex;
}
.u-sp-only {
display: none;
}
.u-sp-only-inline {
display: none;
}
.u-sp-only-inline-block {
display: none;
}
.u-sp-only-flex {
display: none;
}
@media screen and (max-width: 767px) {
.u-pc-only {
display: none;
}
.u-pc-only-inline {
display: none;
}
.u-pc-only-inlineBlock {
display: none;
}
.u-pc-only-flex {
display: none;
}
.u-sp-only {
display: block;
}
.u-sp-only-inline {
display: inline;
}
.u-sp-only-inline-block {
display: inline-block;
}
.u-sp-only-flex {
display: flex;
}
}
.u-hidden {
overflow: hidden;
}
.u-opa {
margin-left: 90px;
}
.u-opa img {
opacity: 1;
transition: all 0.3s ease;
}
.u-opa img:hover {
opacity: 0.8;
}
.u-img-scale {
display: block;
overflow: hidden;
position: relative;
}
.u-img-scale img {
display: inline-block;
width: 100%;
opacity: 1;
transition: opacity 0.6s ease-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.u-img-scale:hover img {
opacity: 0.7;
} @media screen and (max-width: 1030px) {
.u-overflow-slide {
overflow-x: scroll;
white-space: nowrap;
padding-bottom: 30px;
width: 100%;
}
.u-overflow-slide.is-product-thumb {
padding-bottom: 10px;
}
.u-overflow-slide.is-option-tbl {
padding-bottom: 15px;
}
.u-overflow-slide::-webkit-scrollbar {
height: 1px;
}
.u-overflow-slide::-webkit-scrollbar-track {
background: #f0f0f0;
}
.u-overflow-slide::-webkit-scrollbar-thumb {
background: #999899;
}
}   .l-main {
padding-top: 0;
}
@media screen and (max-width: 1030px) {
.l-main {
margin-top: 0px !important;
padding-top: 70px !important;
}
} @media screen and (max-width: 1287px) {
.l-header {
height: 70px;
}
}
.l-bottom {
background-color: white;
padding-top: 80px;
}
@media screen and (max-width: 768px) {	
.l-bottom {
padding-top: 0;
}
}
.l-contents-wrap {
display: flex;
justify-content: space-between;
gap: 80px;
margin-top: 40px;
}
@media screen and (max-width: 1030px) {
.l-contents-wrap {
display: block;
}
}
.l-contents-main {
width: 100%;
max-width: none;
}
@media screen and (max-width: 1030px) {
.l-contents-main {
width: auto;
}
}
.l-contents-side {
order: -1;
width: min(300px,100%);
}
@media screen and (max-width: 1030px) {
.l-contents-side {
margin-top: 60px;
margin-left: -20px;
margin-right: -20px;
width: auto;
}
} .l-side-navi {
margin-bottom: 50px;
}
.l-side-navi__ttl {
margin: 0;
padding: 0 20px 15px 0;
font-size: 22px;
font-weight: normal;
}
@media screen and (max-width: 767px) {
.l-side-navi__ttl {
font-size: 16px;
padding-left: 16px;
}
}
.l-side-navi__ttl {
display: flex;
align-items: center;
gap: 10px;
}
.l-side-navi__ttl::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
border: 1px solid #0B346E;
border-radius: 50%;
background: radial-gradient(circle, #0B346E 35%, transparent 42%);
box-sizing: border-box;
top: 2px;
position: relative;
}
.l-side-navi-list {
border-bottom: 2px dotted #5D6970;
}
.l-side-navi-list .l-side-navi-list__item:last-child{
border-bottom:0;
}
@media screen and (max-width: 767px) {
.l-side-navi-list {
width: 94%;
margin-inline: auto;
}
}
.l-side-navi-list__item {
border-bottom: 2px dotted #5D6970;
}
.l-side-navi-list__item:first-child {
border-top: 2px dotted #5D6970;
}
.l-side-navi-list__item a{
display: block;
padding: 20px 40px 20px 20px;
}
.l-side-navi-list__link {
box-sizing: border-box;
display: block;
position: relative;
padding: 20px 40px 20px 20px;
border: 0;
width: 100%;
font-size: 18px;
font-weight: normal;
background: transparent;
color: #000000;
text-align: left;
}
@media screen and (max-width: 767px) {
.l-side-navi-list__link {
padding: 20px 20px;
width: 100%;
font-size: 14px;
text-align: left;
}
}
.l-side-navi-list__link.is-link:before {
margin-top: -4px;
transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
background: transparent;
color: #000000;
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
background: #ffffff;
}
}
.l-side-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
width: 6px;
height: 6px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(45deg);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.l-side-navi-list__link:before {
right: 20px;
margin-top: -4px;
border-color: #000000;
}
}
.l-side-navi-list__link.is-on:before {
transform: rotate(-135deg);
margin-top: -4px;
}
.l-side-navi-sub-list {
display: none;
padding: 5px 0;
background: #fbfbfb;
}
.l-side-navi-sub-list__link {
display: block;
padding: 15px 15px 15px 30px;
}   .fadeIn {
opacity: 0;
transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
transform: translate(-20px, 0);
}
.fromRight {
transform: translate(20px, 0);
}
.fromTop {
transform: translate(0, -20px);
}
.fromBottom {
transform: translate(0, 20px);
}
.fromForeground {
transform: scale(1.6);
}
.faded {
opacity: 1;
}
.fadedWithTransform {
opacity: 1;
transform: translate(0, 0) scale(1);
}    .icon-lg-b.icon-instagram {
background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
background-position: -192px -264px;
}
.icon-lg-b.icon-video {
background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
background-position: -312px -264px;
}
.icon-b,
.icon-w {
width: 16px;
height: 16px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
width: 24px;
height: 24px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.icon-b,
.icon-w {
background-size: 368px 320px;
}
.icon-lg-b,
.icon-lg-w {
background-size: 552px 480px;
}
.icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
}
.icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
}
.icon-lg-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
.icon-lg-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
}
}
@media (max-width: 768px) {
.icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
.icon-b {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
}
.icon-w {
background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
}
}    .c-ttl-main {
display: flex;
justify-content: space-between;
align-items: flex-end;
margin-top: 0;
line-height: 1.4;
font-size: 32px;
font-feature-settings: "palt" 1;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.c-ttl-main {
font-size: 24px;
}
}
.c-ttl-main__ja {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
font-size: 14px;
color: #909090;
letter-spacing: 0;
}
@media screen and (max-width: 767px) {
.c-ttl-main__ja {
margin-bottom: 2px;
font-size: 12px;
white-space: nowrap;
}
}
@media screen and (max-width: 767px) {
.c-ttl-main.article-page {
font-size: 20px;
}
}
.c-ttl-sub {
margin-top: 0;
margin-bottom: 45px;
line-height: 1.4;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.3em;
text-align: center;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
.c-ttl-sub {
margin-bottom: 30px;
font-size: 14px;
}
}
.c-ttl-sub__ja {
display: block;
margin-top: 15px;
font-size: 12px;
font-weight: normal;
color: #909090;
letter-spacing: 0;
}
.c-ttl-second {
margin-top: 0;
margin-bottom: 30px;
line-height: 1.4;
font-size: 21px;
letter-spacing: 0.3em;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
.c-ttl-second {
margin-bottom: 20px;
font-size: 18px;
}
}
.entry-date{
margin-bottom:40px;
font-size: 16px;
} .c-item-list {
display: flex;
flex-wrap: wrap;
margin-left: -35px;
margin-right: -35px;
}
@media screen and (max-width: 1030px) {
.c-item-list {
margin-left: -20px;
margin-right: -20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list {
margin-left: -10px;
margin-right: -10px;
}
}
.c-item-list__item {
position: relative;
box-sizing: border-box;
margin-bottom: 60px;
padding-left: 35px;
padding-right: 35px;
padding-bottom: 25px;
width: 25%;
transition: opacity 0.2s;
word-break: break-all;
}
@media screen and (max-width: 1030px) {
.c-item-list__item {
margin-bottom: 45px;
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list__item {
padding-left: 10px;
padding-right: 10px;
width: 50%;
}
}
.c-item-list__item.is-hidden {
display: none;
}
.c-item-list__img {
position: relative;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.c-item-list__img {
text-align: center;
}
}
.c-item-list__img:before {
content: "";
display: block;
padding-top: 100%;
}
.c-item-list__img a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.c-item-list__img img {
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
text-align: center;
}
.c-item-list__ttl img {
vertical-align: middle;
}
.c-item-list__price {
color: #909090;
margin-top: 15px;
}
.c-item-list__price.is-strikethrough {
margin-top: 0;
text-decoration: line-through;
}
.c-item-list__expl {
margin-top: 15px;
}
.c-item-list__btn {
display: block;
position: absolute;
right: 30px;
bottom: 0;
padding: 0;
border: 0;
background: transparent;
color: #d8d8d8;
cursor: pointer;
text-align: center;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
.c-item-list__btn {
right: 20px;
}
}
@media screen and (max-width: 767px) {
.c-item-list__btn {
right: 10px;
}
}
.c-item-list__btn.is-added {
color: #000000;
}
.c-item-list__btn svg {
width: 20px;
height: 20px;
fill: currentColor;
}
svg:not(:root) {
overflow: hidden;
} .c-favorite-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
flex-wrap: wrap;
margin-left: -9px;
margin-right: -9px;
gap: 24px;
}
@media screen and (max-width: 768px) {
.c-favorite-list {
grid-template-columns: repeat(2, 1fr);
margin-left: 0;
margin-right: 0;
flex-wrap: nowrap;
}
}
.c-favorite-list__item {
position: relative;
box-sizing: border-box;
margin-bottom: 40px;
padding-left: 9px;
padding-right: 9px;
width: 100%;
}
@media screen and (max-width: 1030px) {
.c-favorite-list__item {
margin-right: 5px;
margin-bottom: 0;
padding-left: 0px;
padding-right: 0px;
}
}
@media screen and (max-width: 767px) {
.c-favorite-list__item {
width: 100%;
text-wrap: auto;
}
}
.c-favorite-list__img {
position: relative;
margin-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 1030px) {
.c-favorite-list__img {
margin-bottom: 10px;
width: 100%;
text-align: center;
}
}
.c-favorite-list__img:before {
content: "";
display: block;
padding-top: 100%;
}
.c-favorite-list__img a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.c-favorite-list__img img {
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
text-align: center;
}
.c-favorite-list__price {
color: #909090;
margin-top: 15px;
font-size: 12px;
white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
margin-top: 0;
text-decoration: line-through;
}
.c-favorite-list__btn {
position: absolute;
right: 30px;
bottom: 0;
} .c-btn {
box-sizing: border-box;
display: inline-block;
position: relative;
padding: 18px 45px 18px 25px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 0;
border-right: 0;
min-width: 150px;
font-size: 14px;
font-weight: bold;
background: transparent;
color: #000000;
text-align: left;
cursor: pointer;
letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 9px;
height: 1px;
background: #000000;
transition: all 0.3s ease;
}
.c-btn:after {
transform: rotate(90deg);
}
.c-btn:hover {
text-decoration: none;
}
.c-btn:hover:before {
transform: rotate(90deg);
}
.c-btn:hover:after {
transform: rotate(180deg);
}
.c-btn-cart {
box-sizing: border-box;
display: inline-block;
position: relative;
padding: 25px;
border: none;
border-radius: 0;
width: 100%;
font-size: 14px;
font-weight: bold;
background: #2c7258;
color: #ffffff;
text-align: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
background: rgba(44, 114, 88, 0.8);
color: #ffffff;
text-decoration: none;
}
.c-btn-cart.is-disabled {
background: #d8d8d8;
cursor: default;
}
.c-btn-cart.is-disabled:hover {
background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
background: #ac0000;
cursor: default;
}
.c-btn-cart.is-soldout:hover {
background: #ac0000;
}
.c-btn-cart.is-membersonly {
background: #53a6a5;
cursor: default;
}
.c-btn-cart.is-membersonly:hover {
background: #53a6a5;
}
.c-icon-cart {
display: inline-block;
margin-right: 20px;
width: 19px;
height: 18px;
background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
background-size: 19px 18px;
vertical-align: -2px;
}
.c-more {
text-align: center;
}
.c-not-found {
margin-bottom: 60px;
} .c-tbl-list {
border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
display: flex;
padding: 20px 0;
border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
.c-tbl-list__tr {
display: block;
}
}
.c-tbl-list__th {
margin: 0;
width: 270px;
font-size: 14px;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.c-tbl-list__th {
margin-bottom: 10px;
width: auto;
}
}
.c-tbl-list__td {
flex: 1;
margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
.c-tbl-list__td {
margin-left: 0;
}
} .c-breadcrumbs + .u-contents {
padding-top: 0;
}
.c-breadcrumbs-list {
font-size: 14px;
padding-top: 30px;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.c-breadcrumbs-list {
font-size: 12px;
padding-top: 20px;
margin-bottom: 40px;
}
}
.c-breadcrumbs-list__item {
position: relative;
display: inline-block;
margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
content: "/";
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
}
.c-breadcrumbs-list__item:last-child:before {
content: none;
}
.c-breadcrumbs-list a {
color: #000000;
} .c-pager {
margin-top: 75px;
margin-bottom: 75px;
text-align: center;
}
.c-pager__total {
margin-bottom: 30px;
}
.c-pager-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}
.c-pager-list__item {
box-sizing: border-box;
overflow: hidden;
margin-left: 3px;
margin-right: 3px;
min-width: 30px;
line-height: 30px;
background: #ffffff;
text-align: center;
}
@media screen and (max-width: 767px) {
.c-pager-list__item {
display: none;
min-width: 45px;
line-height: 45px;
}
}
@media screen and (max-width: 767px) {
.c-pager-list__item.is-visible {
display: block;
margin-left: 15px;
margin-right: 15px;
width: auto;
}
}
.c-pager-list__link {
display: block;
position: relative;
border: 1px solid #ffffff;
background: #ffffff;
color: #000000;
min-width: 30px;
text-decoration: none;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.c-pager-list__link {
min-width: 45px;
}
}
.c-pager-list__link:hover {
border-color: #d8d8d8;
background: #d8d8d8;
color: #000000;
text-decoration: none;
}
.c-pager-list__link.is-current {
border-color: #535353;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-current {
border-color: #ffffff;
}
}
.c-pager-list__link.is-current:hover {
border-color: #535353;
background: #ffffff;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-current:hover {
border-color: #ffffff;
}
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
border-color: #d8d8d8;
background: #d8d8d8;
text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-left: -2px;
margin-top: -4px;
width: 0;
height: 0;
border-top: 4px solid transparent;
border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
margin-left: -4px;
margin-top: -8px;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-prev:before {
border-right: 8px solid #000000;
}
}
.c-pager-list__link.is-prev.is-disabled:before {
border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
.c-pager-list__link.is-next:before {
border-left: 8px solid #000000;
}
}
.c-pager-list__link.is-next.is-disabled:before {
border-left-color: #aaaaaa;
}
.c-pager-list__page {
display: none;
}
@media screen and (max-width: 767px) {
.c-pager-list__page {
display: inline-block;
}
}   .l-header {
top: 0;
z-index: 1000;
width: 100%;
background: #ffffff;
transition: all 0.3s ease;
}
@media screen and (max-width: 1030px) {
.l-header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
min-height: 60px;
min-width: 375px;
background: rgba(255, 255, 255, 0.75);
animation: slideDown 0.5s ease-in-out forwards;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
}
.l-header.is-fixed, .l-header.is-open, .l-header.is-fadeout {
position: fixed;
top: 0;
z-index: 10000;
margin-top: 0;
margin-left: auto;
margin-right: auto;
background: #ffffff;
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in, .l-header.is-fadeout .l-header-main__in {
display: flex;
justify-content: space-between;
padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo, .l-header.is-fadeout .l-header-logo {
margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img, .l-header.is-fadeout .l-header-logo__img {
display: flex;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
min-height: 40px;
max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt, .l-header.is-fadeout .l-header-logo__img.is-txt {
margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img, .l-header.is-fadeout .l-header-logo__img img {
max-width: 150px;
max-height: 56px;
}
@media screen and (max-width: 767px) {
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img, .l-header.is-fadeout .l-header-logo__img img {
max-width: 150px;
}
}
.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
display: none;
position: static;
}
.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
right: 80px;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
right: -65px;
}
@media screen and (max-width: 1030px) {
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
right: 0px;
}
}
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
display: flex;
}
@media screen and (max-width: 1030px) {
.l-header-main {
padding-right: 0;
}
}
.l-header-logo {
margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
.l-header-logo {
margin-right: auto;
margin-bottom: 0;
}
}
@media screen and (max-width: 767px) {
.l-header-logo {
flex: 1;
overflow: hidden;
}
}
.l-header-logo__img {
margin: 0;
max-width: 450px;
word-break: break-all;
line-height: 0;
}
@media screen and (max-width: 1030px) {
.l-header-logo__img {
display: flex;
align-items: center;
padding-top: 10px;
padding-bottom: 10px;
min-height: 40px;
font-size: 12px;
}
}
.l-header-logo__img.is-txt {
margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
.l-header-logo__img.is-txt {
margin-bottom: 0;
}
}
.l-header-logo__img img {
max-width: 450px;
max-height: 56px;
width: auto;
}
@media screen and (max-width: 1287px) {
.l-header-logo__img img {
max-width: 150px;
max-height: 56px;
}
}
.l-header-logo__txt {
margin-top: 5px;
margin-bottom: 0;
font-size: 12px;
color: #909090;
max-width: 450px;
}
@media screen and (max-width: 1030px) {
.l-header-logo__txt {
display: none;
}
}  .l-main-navi {
position: relative;
z-index: 100;
height: 50px;
}
.is-fixed .l-main-navi {
height: auto;
}
@media screen and (max-width: 1030px) {
.l-main-navi {
display: none;
}
.l-main-navi.is-on {
display: block;
}
}
@media screen and (min-width: 1030px) {
.l-main-navi {
display: block !important;
}
}
.l-main-navi.is-open {
box-sizing: border-box;
overflow-y: auto;
position: fixed;
top: 60px;
left: 0;
display: block;
padding-top: 50px;
padding-bottom: 50px;
width: 100%;
height: calc(100% - 60px);
background: #fafafa;
}
@media screen and (max-width: 1030px) {
.l-main-navi.is-open {
padding-left: 20px;
padding-right: 20px;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open {
padding-top: 0;
padding-left: 0;
padding-right: 0;
}
}
.l-main-navi.is-open .l-main-navi__in {
box-sizing: border-box;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
width: 1000px;
}
@media screen and (max-width: 1030px) {
.l-main-navi.is-open .l-main-navi__in {
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.l-main-navi.is-open .l-main-navi-list {
display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
display: block;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__ttl {
display: none;
}
}
.l-main-navi.is-open .l-main-navi-list__link {
display: none;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__link {
display: block;
}
}
.l-main-navi.is-open .l-main-navi-list__item {
margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-main-navi-list__item {
margin: 0;
}
}
.l-main-navi.is-open .l-help-navi-box {
display: block;
}
.l-main-navi.is-open .l-help-navi-list {
margin-top: 60px;
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-help-navi-list {
margin-top: 0;
}
}
.l-main-navi.is-open .l-sns-navi-list {
margin-top: 60px;
margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
position: static;
padding: 0;
width: auto;
}
@media screen and (min-width: 768px) {
.l-main-navi.is-open .l-mega-menu {
display: block !important;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-mega-menu {
display: none;
}
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-mega-menu-list {
display: block;
}
}
.l-main-navi-list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 767px) {
.l-main-navi-list {
display: block;
}
}
.l-main-navi-list__ttl {
display: none;
font-weight: bold;
margin-bottom: 10px;
}
.l-main-navi-list__item {
margin-left: 20px;
margin-right: 20px;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__item {
border-top: 1px solid #eeeeee;
}
}
.l-main-navi-list__link {
display: block;
position: relative;
padding: 15px 40px 15px 30px;
border: 0;
font-size: 14px;
font-weight: bold;
background: transparent;
color: #000000;
text-align: center;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link {
padding: 20px 20px;
width: 100%;
background: #ffffff;
text-align: left;
}
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
background: #fafafa;
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
background: #ffffff;
}
}
.l-main-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 15px;
margin-top: -7px;
width: 8px;
height: 8px;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
transform: rotate(45deg);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
.l-main-navi-list__link:before {
right: 20px;
margin-top: -4px;
border-color: #000000;
}
}
.l-main-navi-list__link.is-on:before {
transform: rotate(-135deg);
margin-top: -4px;
}
.l-main-navi-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fafafa;
opacity: 0;
}
.l-main-navi-overlay.is-on {
animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .l-mega-menu {
box-sizing: border-box;
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
padding: 60px 85px;
width: 100%;
background: #fafafa;
}
@media screen and (max-width: 767px) {
.l-mega-menu {
position: static;
width: auto;
height: auto;
border-top: 0;
}
}
.l-mega-menu-list {
display: flex;
flex-wrap: wrap;
box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list {
padding-top: 0;
padding-left: 0;
padding-right: 0;
width: auto;
background: #fafafa;
}
}
.l-mega-menu-list__item {
box-sizing: border-box;
position: relative;
margin-bottom: 15px;
padding-left: 10px;
padding-right: 20px;
width: 25%;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__item {
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.l-mega-menu-list__item:before {
content: "";
position: absolute;
top: 12px;
left: 0;
width: 5px;
height: 1px;
background: #000000;
transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__item:before {
content: none;
}
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__link {
display: block;
padding: 20px 40px 20px 20px;
}
}
@media screen and (max-width: 767px) {
.l-mega-menu-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
width: 8px;
height: 8px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(-45deg);
}
} .l-header-search {
display: flex;
position: absolute;
bottom: 0px;
right: 15px;
z-index: 1000;
}
@media screen and (max-width: 1030px) {
.l-header-search {
position: static;
}
}
.l-header-search__contents {
display: none;
}
.l-header-search__box {
box-sizing: border-box;
display: flex;
position: absolute;
top: 100%;
right: 0;
padding: 15px 0 20px 25px;
width: 1000px;
background: #fafafa;
}
@media screen and (max-width: 1030px) {
.l-header-search__box {
padding: 20px 0 20px 20px;
width: 100%;
right: 0;
}
}
.l-header-search__form {
position: relative;
flex: 1;
margin: 0;
}
.l-header-search__btn {
box-sizing: border-box;
padding: 0;
width: 60px;
height: 60px;
border: 0;
background: none;
}
@media screen and (max-width: 767px) {
.l-header-search__btn {
width: 50px;
}
}
.l-header-search__btn img {
width: 18px;
}
.l-header-search__btn.is-on {
background: #fafafa;
}
.l-header-search__input {
flex: 1;
border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
box-sizing: border-box;
padding-right: 60px;
width: 100%;
height: 40px;
border: none;
background: transparent;
}
.l-header-search__submit {
position: absolute;
right: 0;
bottom: 0;
box-sizing: border-box;
padding: 0;
width: 50px;
height: 40px;
border: 0;
background: none;
}
.l-header-search__submit img {
width: 18px;
}
.l-header-search__close {
box-sizing: border-box;
position: relative;
margin-left: 10px;
margin-right: 10px;
width: 45px;
border: 0;
background: transparent;
}
.l-header-search__close span {
position: absolute;
content: "";
left: 13px;
width: 20px;
height: 1px;
background: #858585;
}
.l-header-search__close span:nth-child(1) {
top: 0px;
transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
top: 40px;
transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
box-sizing: border-box;
display: block;
padding-top: 20px;
width: 60px;
height: 60px;
text-align: center;
}
.l-header-cart a:hover {
text-decoration: none;
}
@media screen and (max-width: 767px) {
.l-header-cart a {
width: 50px;
}
}
.l-header-cart a img {
width: 19px;
}
.p-global-header__cart-count {
margin-left: 4px;
font-weight: bold;
} .l-help-navi-box {
display: flex;
position: absolute;
top: -60px;
right: 0;
}
@media screen and (max-width: 1030px) {
.l-help-navi-box {
display: block;
position: static;
}
}
.l-help-navi-box a {
color: #000000;
}
.l-help-navi-list {
display: flex;
}
@media screen and (max-width: 767px) {
.l-help-navi-list {
display: block;
border-top: 1px solid #eeeeee;
}
}
.l-help-navi-list__item {
margin-left: 30px;
}
.l-help-navi-list__item:first-child {
margin-left: 0;
}
@media screen and (max-width: 767px) {
.l-help-navi-list__item {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.l-help-navi-list__link {
display: block;
position: relative;
padding: 20px;
}
}
@media screen and (max-width: 767px) {
.l-help-navi-list__link:before {
content: "";
position: absolute;
top: 50%;
right: 20px;
margin-top: -4px;
width: 8px;
height: 8px;
border-right: 1px solid #aaaaaa;
border-bottom: 1px solid #aaaaaa;
transform: rotate(-45deg);
}
}
.l-sns-navi-list {
display: flex;
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.l-sns-navi-list {
justify-content: center;
}
}
.l-sns-navi-list__item {
margin-right: 12px;
}
@media screen and (max-width: 767px) {
.l-sns-navi-list__item {
margin-right: 20px;
}
}
.l-sns-navi-list__item:last-child {
margin: 0;
}   .p-shop-info {
display: flex;
background: linear-gradient(rgba(247, 243, 228, 0.9), rgba(247, 243, 228, 0.9)),
url(https://img21.shop-pro.jp/PA01517/054/etc_base64/YmctcGF0dGVybg.png?cmsp_timestamp=20260120215605) repeat,
var(--color-bg-main);
}
@media screen and (max-width: 1030px) {
.p-shop-info {
display: block;
}
}
.p-shop-info .u-contents-s {
flex: 1;
} .p-staff {
box-sizing: border-box;
flex: 1;
padding: 50px;
background: #f7f7f7;
}
@media screen and (max-width: 767px) {
.p-staff {
padding: 40px 20px;
}
}
.p-staff + .p-calendar {
margin-left: 30px;
}
@media screen and (max-width: 767px) {
.p-staff + .p-calendar {
margin-left: 0;
margin-top: 30px;
}
}
.p-staff-box {
overflow: hidden;
}
.p-staff__img {
float: left;
margin-right: 30px;
margin-bottom: 30px;
width: 120px;
}
@media screen and (max-width: 767px) {
.p-staff__img {
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
width: 90px;
}
}
.p-staff__img-name {
margin-top: 5px;
font-size: 12px;
color: #909090;
text-align: center;
} .side_section.side_section_cal {
display: flex;
justify-content: space-around;
border-bottom: #AEB4B7 1px solid;
padding-bottom: 60px;
} .tbl_calendar td.sun {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
border-radius: 50%;
line-height: 1;
padding: 0;
}
@media screen and (max-width: 767px) {
.p-calendar {
flex-direction: column;
border-right: none;
}
.side_section.side_section_cal {
flex-direction: column;
padding-bottom: 0;
}
}
.p-calendar {
box-sizing: border-box;
flex: 1;
padding: 50px 0 50px 30px;
min-width: 510px;
}
@media screen and (max-width: 767px) {
.p-calendar {
padding-top: 0;
padding-left: 0;
min-width: inherit;
}
}
.side_cal {
display: flex;
align-items: flex-start;
justify-content: left;
width: 50%;
padding-right: 64px;
border-right: #AEB4B7 1px solid;
border-bottom: none;
}
.side_cal_desc {
margin-top: 0;
margin-left: 64px;
width: 50%;
} .side_cal_hours {
margin-top: 0;
} .side_cal_hours__label {
font-size: 18px;
font-weight: 500;
margin: 0 0 16px 0;  
} .side_cal_hours__body {
display: flex;
flex-direction: column;
gap: 8px;           
} .side_cal_hours__time {
font-size: 16px;
margin: 0;
} .side_cal_hours__note {
font-size: 16px;
margin: 0;
line-height: 1.6;
color: #0D0D0D;   
}
@media screen and (max-width: 1030px) {
.side_cal {
justify-content: space-around;
}
}
@media screen and (max-width: 767px) {
.side_cal {
display: block;
width: 100%;
padding-right: 0;
border-right: none;
border-bottom: #AEB4B7 1px solid;
}
.side_cal_desc {
margin-top: 60px;
margin-left: 0;
width: 100%;
}
}
.tbl_calendar {
margin-left: 0;
text-align: center;
border-collapse: separate;
border-spacing: 6px 8px;
}
@media screen and (max-width: 1030px) {
.tbl_calendar {
margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.tbl_calendar {
margin-bottom: 30px;
width: 100%;
}
}
.tbl_calendar:first-child {
margin-left: 0;
}
@media screen and (max-width: 767px) {
.tbl_calendar:first-child {
margin-left: auto;
}
}
.tbl_calendar caption {
margin-bottom: 20px;
font-size: 18px;
text-align: left;
font-weight: 500;
}
.tbl_calendar th {
padding-bottom: 5px;
font-size: 13px;
width: calc(100% / 7);
font-weight: normal;
}
.tbl_calendar td {
font-size: 13px;
border-radius: 50%;
width: 32px;
height: 32px;
padding: 0;
line-height: 32px;
vertical-align: middle;
}
.side_cal_memo {
margin-top: 15px;
margin-bottom: 15px;
font-size: 12px;
}
.side_cal_caption {
margin-top: 20px;
margin-bottom: 60px;
color: #5D6970;
font-size: 14px;
}   .p-shopguide {
padding-bottom: 120px;
background-color: var(--color-bg-main) !important;
background: linear-gradient(rgba(247, 243, 228, 0.9), rgba(247, 243, 228, 0.9)),
url(https://img21.shop-pro.jp/PA01517/054/etc_base64/YmctcGF0dGVybg.png?cmsp_timestamp=20260120215605) repeat,
var(--color-bg-main);
}
.p-shopguide .p-shopguide-area {
display: flex;
justify-content: space-between;
padding-top: 62px;
}
@media screen and (max-width: 767px) {
.p-shopguide .p-shopguide-area {
flex-direction: column;
padding-top: 0;
}
.p-shopguide {
padding-bottom: 80px;
}
}
.p-shopguide .p-shopguide-area .p-shopguide-item {
width: 45%;
background-color: #FCFAF2;
padding: 24px;
margin-bottom: 0;
}
.p-shopguide .p-shopguide-area .p-shopguide-item:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.p-shopguide .p-shopguide-area .p-shopguide-item {
width: 80%;
margin: 20px auto;
}
}
.p-shopguide .p-shopguide-area .p-shopguide-item .p-shopguide-item-title-area {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 20px;
}
.p-shopguide .p-shopguide-area .p-shopguide-item .p-shopguide-item-title {
margin-left: 12px;
font-size: 18px;
}
.p-shopguide-caption {
color: #5D6970;
font-size: 14px;
}
.p-shopguide-wrap {
display: flex;
flex-wrap: wrap;
margin-left: -23px;
margin-right: -23px;
}
@media screen and (max-width: 1030px) {
.p-shopguide-wrap {
margin-left: -10px;
margin-right: -10px;
}
}
@media screen and (max-width: 767px) {
.p-shopguide-wrap {
display: block;
margin-left: 0;
margin-right: 0;
}
}
.p-shopguide-column {
box-sizing: border-box;
padding-left: 23px;
padding-right: 23px;
width: 33.3333%;
font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
.p-shopguide-column {
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.p-shopguide-column {
padding-left: 0;
padding-right: 0;
width: auto;
}
}
.p-shopguide-box {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.p-shopguide-head {
margin-bottom: 25px;
padding-top: 40px;
border-bottom: 1px solid #b2b2b2;
text-align: center;
}
.p-shopguide-head .c-ttl-sub {
margin-bottom: 30px;
}
.p-shopguide__icon {
margin-bottom: 20px;
}
.p-shopguide__ttl {
margin-top: 0;
margin-bottom: 20px;
font-size: 14px;
font-weight: normal;
}
.p-shopguide__body {
margin-bottom: 35px;
margin-left: 0;
color: #909090;
overflow-wrap: break-word;
}
.p-shopguide__img {
margin-bottom: 15px;
}
.p-shopguide__point-ttl {
margin-top: 0;
margin-bottom: 10px;
font-weight: bold;
}
.p-shopguide-cregit-list {
display: flex;
flex-wrap: wrap;
}
.p-shopguide-cregit-list__item {
margin-right: 7px;
margin-bottom: 10px;
}
.p-shopguide__attention {
font-size: 12px;
}   .l-footer {
padding: 60px 0 30px;
background: #0d2c60; color: #ffffff;
}
.l-footer a {
color: #ffffff;
text-decoration: none;
transition: opacity 0.3s;
}
.l-footer a:hover {
opacity: 0.7;
color: white;
background: none;
}
.p-footer-inner {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.p-footer-contents-area {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
width: 100%;
}
.p-footer-link-area {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
} .p-footer-logo-area {
width: 20%;
}
.p-footer-logo img {
width: 100%;
max-width: 140px;
height: auto;
} .p-footer-nav-area {
width: 100%;
display: flex;
justify-content: space-between;
padding: 0 40px;
}
.p-footer-nav-col {
width: 30%;
border-top: 1px solid rgba(255, 255, 255, 0.3);
padding-top: 20px;
}
.p-footer-nav-list {
list-style: none;
padding: 0;
margin: 0;
}
.p-footer-nav-list li {
margin-bottom: 20px;
font-size: 14px;
line-height: 1.5;
} .p-footer-contact-area {
border-top: 1px solid rgba(255, 255, 255, 0.3);
width: 28%;
padding-top: 20px;
padding-left: 20px;
}
.p-footer-contact-txt {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.4;
}
.p-footer-tel {
margin-bottom: 25px;
}
.p-footer-tel-label {
display: block;
font-size: 12px;
margin-bottom: 5px;
}
.p-footer-tel-number {
display: block;
font-size: 32px;
font-family: var(--font-main);
line-height: 1;
font-weight: 400;
}
@media screen and (min-width: 769px) {
.p-footer-tel {
display: flex;
align-items: baseline;
gap: 12px;             
}
.p-footer-tel-label {
margin-bottom: 0;      
}
}
.c-btn-footer-contact {
display: block;
width: 100%;
border: 1px solid #ffffff;
border-radius: 30px;
padding: 12px 0;
text-align: center;
font-size: 14px;
box-sizing: border-box;
color: #ffffff;
}
.c-btn-footer-contact:hover {
background-color: #ffffff;
color: #0d2c60;
} .p-footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin-left: 40px;
margin-right: 40px;
width: 100%;
max-width: 960px;
}
.p-footer-bottom-links {
display: flex;
gap: 40px;
width: 100%;
padding: 20px 0;
margin: 20px 0;
border-top: 1px solid rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.p-footer-bottom-links a {
font-size: 12px;
}
.p-footer-info-wrap {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.p-footer-sns {
display: flex;
gap: 15px;
margin: 0;
}
.p-footer-bottom-left {
display: flex;
flex-direction: column;
width: 100%;
}
.p-footer-sns img {
width: 32px;
height: 32px;
filter: brightness(0) invert(1);
}
.p-footer-copyright {
font-size: 10px;
color: #cccccc;
margin: 0;
} .p-footer-sp-divider {
display: none;
} @media screen and (max-width: 768px) {
.l-footer {
padding: 40px 0;
text-align: left;
}
.p-footer-inner {
flex-direction: column;
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
} .p-footer-logo-area {
width: 100%;
margin-bottom: 40px;
padding-bottom: 0;
border-bottom: none;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.p-footer-logo-area .p-footer-logo img {
height: 100px;
width: auto;
}
.p-footer-link-area {
flex-direction: column;
} .p-footer-nav-area {
width: 100%;
flex-direction: column;
padding: 0;
border: none;
}
.p-footer-nav-col {
width: 100%;
}
.p-footer-nav-list {
margin-bottom: 0;
}
.p-footer-nav-list li {
margin-bottom: 25px;
font-size: 14px;
} .p-footer-sp-divider {
display: block !important; width: 100%;
height: 1px;
background-color: rgba(255,255,255,0.3);
margin: 30px 0 30px;
} .p-footer-contact-area {
width: 100%;
margin-top: 0;
margin-left: 0;
padding-left: 0;
}
.p-footer-tel-number {
font-size: 40px;
border-bottom: 1px white solid;
width: fit-content;
} .p-footer-bottom {
flex-direction: column;
align-items: flex-start;
margin-top: 30px;
margin-left: 0;
margin-right: 0;
}
.p-footer-bottom-left {
width: 100%;
}
.p-footer-bottom-links {
flex-direction: column;
gap: 25px;
margin-bottom: 0;
}
.p-footer-bottom-links a {
font-size: 12px;
}
.p-footer-info-wrap {
flex-direction: column;
align-items: flex-start;
}
.p-footer-sns {
margin-top: 20px;
margin-bottom: 20px;
}
.p-footer-copyright {
align-self: flex-start;
font-size: 10px;
}
}
.l-copyright {
padding-top: 30px;
padding-bottom: 30px;
font-size: 12px;
text-align: center;
}
@media screen and (max-width: 767px) {
.l-copyright {
padding-top: 20px;
padding-bottom: 20px;
}
}
.l-copyright__logo {
margin-top: 15px;
}
.l-copyright__logo a {
display: flex;
align-items: flex-end;
justify-content: center;
}
.l-copyright__logo img {
margin-left: 10px;
width: 200px;
height: 36px;
} .icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
width: 16px;
height: 16px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
width: 24px;
height: 24px;
display: inline-block;
*display: inline;
*zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.icon-b,
.icon-w {
-webkit-background-size: 368px 320px;
background-size: 368px 320px;
}
.icon-lg-b,
.icon-lg-w {
-webkit-background-size: 552px 480px;
background-size: 552px 480px;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}   .p-freepage__attention {
margin-top: 15px;
margin-bottom: 30px;
color: #ff0000;
font-weight: bold;
text-align: center;
}
.p-freepage__img {
margin-top: 15px;
margin-bottom: 15px;
text-align: center;
}
.p-freepage__img img {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
padding-left: 25px;
list-style-type: decimal;
}
.p-freepage-ol__item {
margin-top: 20px;
margin-bottom: 20px;
letter-spacing: 0.1em;
}  @media screen and (min-width: 1288px) {
.u-sp-only-1287 { display: none !important; }
}
@media screen and (max-width: 1287px) {
.u-pc-only-1287 { display: none !important; }
} .l-header-main {
width: auto; max-width: none;
margin-left: 24px;
margin-right: 24px;
padding: 0;
}
@media screen and (max-width: 1287px) {
.l-header-main {
margin-left: 20px;
margin-right: 20px;
}
} .l-header-main__in {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 0;
height: 80px;
}
@media screen and (max-width: 1287px) {
.l-header-main__in {
height: 70px;
}
} .l-header-logo {
margin: 0;
flex-shrink: 0;
}
.l-header-logo__img {
margin: 0;
padding: 0;
} .l-header .logo_fixed {
display: none;
}
.l-header.is-fixed .logo_fixed,
.l-header.is-fadeout .logo_fixed {
display: block;
}
.l-header.is-fixed .logo_static,
.l-header.is-fadeout .logo_static {
display: none;
}
@media screen and (max-width: 1287px) {
.l-header.is-fixed .logo_static,
.l-header.is-fadeout .logo_static {
display: block;
}
.l-header.is-fixed .logo_fixed,
.l-header.is-fadeout .logo_fixed {
display: none;
}
} .l-header-nav {
margin-left: auto; margin-right: 30px;
}
.l-header-nav__list {
display: flex;
align-items: center;
gap: 0;
margin: 0;
padding: 0;
list-style: none;
}
.l-header-nav__item {
margin: 0;
}
.l-header-nav__item a {
display: block;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1.6;
letter-spacing: 0px;
text-decoration: none;
color: #0D0D0D;
transition: opacity 0.3s;
}
.l-header-nav__item a:hover {
opacity: 0.7;
color: #0D0D0D;
} .l-header-right {
display: flex;
align-items: center;
} .l-header-actions-pc {
display: flex;
align-items: center;
gap: 15px;
}
.l-header-sep {
display: inline-block;
width: 0;
height: 20px;
border-left: 1px solid #AEB4B7;
margin-right: 20px;
}
.l-header-account-btn,
.l-header-cart-btn {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #0D0D0D;
}
.l-header-account-icon,
.l-header-cart-icon {
width: 24px;
height: 24px;
margin-bottom: 4px;
}
.l-header-account-label,
.l-header-cart-label {
font-size: 12px;
line-height: 1;
} .l-header-actions-sp {
display: flex;
align-items: center;
gap: 15px;
}
.l-menu-btn { display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: auto;
height: auto;
border: none;
background: transparent;
padding: 0;
cursor: pointer;
}
.l-menu-btn__icon {
display: block;
position: relative;
width: 24px;
height: 24px;
margin-top: 5px;
margin-bottom: 7px;
} .l-menu-btn__icon span {
position: absolute;
left: 0;
width: 100%;
height: 1.2px;
background-color: #000000;
transition: all 0.2s ease;
}
.l-menu-btn__icon span:nth-of-type(1) {
top: 5px;
}
.l-menu-btn__icon span:nth-of-type(2) {
top: 11px;
}
.l-menu-btn__icon span:nth-of-type(3) {
top: 17px;
}
.l-menu-btn.is-on .l-menu-btn__icon span:nth-of-type(1) {
top: 11px;
transform: rotate(45deg);
}
.l-menu-btn.is-on .l-menu-btn__icon span:nth-of-type(2) {
opacity: 0;
}
.l-menu-btn.is-on .l-menu-btn__icon span:nth-of-type(3) {
top: 11px;
transform: rotate(-45deg);
} .l-menu-btn__label, .l-header-account-label-sp, .l-header-cart-label-sp {
font-size: 10px;
line-height: 1;
font-weight: bold;
color: #0D0D0D;
} .l-header-account-btn-sp,
.l-header-cart-btn-sp {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #0D0D0D;
}
.l-header-account-icon-sp,
.l-header-cart-icon-sp {
width: 32px;
height: 32px;
margin-bottom: 4px;
} .l-drawer {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20000; pointer-events: none;
opacity: 0;
transition: opacity 0.3s;
}
.l-drawer.is-open {
pointer-events: auto;
opacity: 1;
}
.l-drawer__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5); } .l-drawer__inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0; background: #FFFFFF;
overflow: hidden;
transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1); display: flex;
flex-direction: column;
z-index: 10;
}
.l-drawer.is-open .l-drawer__inner {
height: 100%; }
.l-drawer__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 24px;
height: 80px; flex-shrink: 0;
}
@media screen and (max-width: 1287px) {
.l-drawer__header {
padding: 0 20px;
height: 70px;
}
}
.l-drawer__logo img {
max-height: 56px;
width: auto;
}
@media screen and (max-width: 1287px) {
.l-drawer__logo img {
max-width: 150px;
}
}
.l-drawer__close {
width: 42px;
height: 46px;
border: none;
background: transparent;
position: relative;
cursor: pointer;
} .l-drawer__close span {
position: absolute;
left: 12px;
top: 21px;
width: 20px;
height: 2px;
background: #000000;
}
.l-drawer__close span:nth-of-type(1) {
transform: rotate(45deg);
}
.l-drawer__close span:nth-of-type(2) {
transform: rotate(-45deg);
}
.l-drawer__list {
flex: 1;
overflow-y: auto;
padding: 20px 40px;
}
@media screen and (max-width: 767px) {
.l-drawer__list {
padding: 20px;
}
}
.l-drawer__item a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
font-size: 16px;
text-decoration: none;
color: #0D0D0D;
}
.l-drawer__item a:after {
content: "";
width: 9px;
height: 9px;
border-top: 1px solid #0D0D0D;
border-right: 1px solid #0D0D0D;
transform: rotate(45deg);
}
.l-drawer__item a:hover {
opacity: 0.7;
}
.l-header.is-fixed {
position: fixed;
top: 0;
width: 100%;
background: rgba(255,255,255,0.75);
animation: slideDown 0.5s ease-in-out forwards;
backdrop-filter: blur(10px); 
-webkit-backdrop-filter: blur(10px);
}
@keyframes slideDown {
from { opacity: 0;}
to { opacity: 1;}
}
.l-header.is-fixed .l-header-main__in {
height: 64px;
transition: height 0.4s ease;
}
@media screen and (max-width: 1287px) {
.l-header.is-fixed .l-header-main__in {
height: 70px;
}
} .l-header.is-fadeout {
position: fixed;
top: 0;
width: 100%;
background: rgba(255, 255, 255, 0.75) !important;
backdrop-filter: blur(10px) !important;
-webkit-backdrop-filter: blur(10px) !important;
z-index: 10000;
animation: slideUp 0.5s ease forwards !important;
backdrop-filter: blur(10px); 
-webkit-backdrop-filter: blur(10px);
}
@keyframes slideUp {
from { opacity: 1; }
to { opacity: 0; }
}
.l-header.is-fadeout .l-header-main__in {
height: 64px;
} .p-checked .u-overflow-slide {
overflow: visible !important;
white-space: normal !important;
padding-bottom: var(--space-section-sp) !important;
} .c-favorite-list.slick-initialized {
display: block !important;
margin-left: -9px;
margin-right: -9px;
}
.c-favorite-list.slick-initialized .c-favorite-list__item {
margin-bottom: 0 !important; }
.p-shopguide-area-title {
font-size: 18px;
font-weight: 500;
margin-left: 8px;
}
.footer-link-area {
margin-top: var(--space-content-pc);
width: 100%;
display: flex;
justify-content: flex-end;
}
@media screen and (max-width: 768px) {
.footer-link-area {
margin-top: var(--space-content-sp);
justify-content: center;
}
.footer-link-area .link-btn.small {
padding-left: 32px;
padding-right: 32px;
}
}   .c-pagetop {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 100;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.c-pagetop.is-show {
opacity: 1;
visibility: visible;
}
.c-pagetop__inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.c-pagetop:hover .c-pagetop__inner {
transform: translateY(-5px);
}
.c-pagetop__icon {
width: 12px;
height: 12px;
border-top: 1px solid var(--color-link);
border-left: 1px solid var(--color-link);
transform: rotate(45deg);
margin-bottom: 4px;
margin-top: 10px;
}
.c-pagetop__text {
font-size: 10px;
color: var(--color-link);
font-weight: 500;
letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
.c-pagetop {
right: 16px;
bottom: 16px;
}
.c-pagetop__inner {
width: 64px;
height: 64px;
}
.c-pagetop__icon {
width: 10px;
height: 10px;
margin-top: 8px;
}
.c-pagetop__text {
font-size: 8px;
}
} .c-btn {
background-color: var(--color-link);
color: var(--color-white);
border-radius: 9999px; padding: 1em 2em;
text-align: center;
transition: opacity 0.3s;
display: inline-block;
text-decoration: none;
border: none;
cursor: pointer;
}
.c-btn:hover {
opacity: 0.7;
}
.c-more {
text-align: center; margin-top: var(--space-content-sp);
} .c-more .c-btn {
background-color: transparent;
color: var(--color-black);
border-radius: 0;
padding: 0 0 5px 0;
border: none;
border-bottom: 1px solid var(--color-black);
display: inline-flex;
align-items: center;
gap: 15px;
font-size: 14px;
letter-spacing: 0.1em;
}
.c-more .c-btn::after {
content: "";
display: block;
width: 6px;
height: 6px;
border-top: 1px solid currentColor;
border-right: 1px solid currentColor;
transform: rotate(45deg);
margin-bottom: 2px;
}
.c-more .c-btn:hover {
opacity: 0.6;
color: var(--color-link);
border-bottom-color: var(--color-link);
}
@media screen and (min-width: 769px) {
.c-more {
text-align: right; margin-top: var(--space-content-pc);
}
} @media screen and (max-width: 768px) { .p-ranking.u-contents {
padding-bottom: 32px;
}
.p-category.u-contents {
padding-top: 32px;
}
}
.p-category__item {
border-left: #AEB4B7 solid 1px;
}
.p-category__item:last-child {
border-right: #AEB4B7 solid 1px;
}
.p-category .c-ttl-main {
justify-content: center;
} .p-category__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
}
@media screen and (min-width: 769px) {
.p-category__list {
grid-template-columns: repeat(5, 1fr); }
}
.p-category__link {
display: block;
text-decoration: none;
color: var(--color-black);
transition: opacity 0.6s ease-out;
}
.p-category__link:hover {
opacity: 0.7;
}
@media screen and (max-width: 768px) {
.p-category__link {
display: grid;
grid-template-columns: 1fr 2fr;
align-items: center;
}
}
.p-category__img {
width: 241px;
height: 137px;
margin-bottom: 10px;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 768px) {
.p-category__img {
width: 100%;
height: auto;
aspect-ratio: 241 / 137;
}
}
.p-category__name {
font-size: 14px;
text-align: center;
}
@media screen and (max-width: 768px) {
.p-category__name {
font-size: 16px;
text-align: center;
font-weight: 500;
}
}   .p-hero {
position: relative;
width: 100vw; height: calc(100svh - 80px);
overflow: hidden;
background-color: var(--color-black); }
@media screen and (max-width: 768px) {
.p-hero {
height: auto;
aspect-ratio: 1 / 1;
margin-top: 80px;
}
} .slider, .slider .slick-list, .slider .slick-track {
height: 100%;
width: 100%;
}
.slider .slick-slide {
width: 100vw;
height: 100%;
overflow: hidden;
position: relative;
}
.slider .slick-slide picture,
.slider .slick-slide img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .p-hero .slick-prev,
.p-hero .slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 60px;
height: 60px;
z-index: 20;
cursor: pointer;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
border: none;
color: transparent;
overflow: hidden;
}
.p-hero .slick-prev {
left: 20px;
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbi0x.png?cmsp_timestamp=20260201225853);
}
.p-hero .slick-next {
right: 20px;
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbg.png?cmsp_timestamp=20260201225853);
}
.p-hero .slick-prev:before,
.p-hero .slick-next:before {
display: none;
}
.p-hero .slick-prev:hover {
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbi0x.png?cmsp_timestamp=20260201225853);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
}
.p-hero .slick-next:hover {
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbg.png?cmsp_timestamp=20260201225853);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
}
@media screen and (max-width: 768px) {
.p-hero .slick-prev,
.p-hero .slick-next {
width: 40px;
height: 40px;
}
.p-hero .slick-prev:hover,
.p-hero .slick-next:hover {
width: 40px;
height: 40px;
}
}
.p-ranking-list .slick-prev.slick-arrow,
.p-ranking-list .slick-prev.slick-arrow:hover {
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbi0x.png?cmsp_timestamp=20260201225853);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}
.p-ranking-list .slick-next.slick-arrow,
.p-ranking-list .slick-next.slick-arrow:hover {
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbg.png?cmsp_timestamp=20260201225853);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: black;
}
.p-ranking-list .slick-dots li {
width: 15px;
height: 15px;
}
.p-ranking-list .slick-dots li button {
background-color: var(--color-link);
border-radius: 999px;
opacity: 30%;
width: 10px;
height: 10px;
}
.p-ranking-list .slick-dots li.slick-active button {
opacity: 100%;
}
.p-ranking-title {
justify-content: center;
} .p-ranking-list__item {
position: relative !important;
display: flex !important;
flex-direction: column;
padding-bottom: 0; } .p-ranking-list__img:before {
display: none; }
.p-ranking-list__img {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.p-ranking-list__img img {
position: static; max-height: 100%;
width: auto !important; object-fit: contain;
} .p-ranking-list__txt {
flex: 1;
} .p-hero__controls {
position: absolute;
bottom: 40px;
right: 50%;
z-index: 20;
display: flex;
align-items: center;
gap: 15px;
transform: translateX(50%);
}
@media screen and (max-width: 768px) {
.p-hero__controls {
bottom: 20px;
right: 20px;
transform: translateX(0);
}
} .play-pause-btn {
background: transparent;
border: none;
cursor: pointer;
padding: 0;
width: 24px; height: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.play-pause-btn img {
width: 100%;
height: 100%;
object-fit: contain;
} .hero-dots .slick-dots {
position: static;
display: flex;
gap: 10px;
margin: 0;
padding: 0;
list-style: none;
width: auto;
}
.hero-dots .slick-dots li {
margin: 0;
width: auto;
height: auto;
}
.hero-dots .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: rgba(255, 255, 255, 0.5); border-radius: 50%;
transition: background-color 0.3s;
} .hero-dots .slick-dots li button:before {
display: none;
}
.hero-dots .slick-dots li.slick-active button {
background: #FFFFFF; }   .p-line-informaiton {
display: flex;
flex-wrap: wrap;
margin-top: 80px;
width: 760px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 768px) {
.p-line-informaiton {
display: block;
width: auto;
margin-top: 64px;
}
}
.p-line-informaiton ul {
flex: 1;
font-size: 13px;
}
@media screen and (max-width: 767px) {
.p-line-informaiton ul {
font-size: 12px;
}
}
.p-line-informaiton li {
margin-bottom: 15px;
}
.p-line-informaiton__ttl {
position: relative;
margin: 0 40px 0 0;
font-size: 14px;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.p-line-informaiton__ttl {
margin: 0;
}
}
.p-line-informaiton__ttl:before {
content: "";
position: absolute;
top: 7px;
right: -20px;
width: 1px;
height: 10px;
background: #d2d2d2;
}
@media screen and (max-width: 767px) {
.p-line-informaiton__ttl:before {
content: none;
}
}
.news-line {
width: 100%;
border-top: var(--color-border-gray) 1px solid;
color: var(--color-black);
font-size: 16px;
padding: 24px 0;
display: flex;
}
.news-line-link {
display: block;
width: 100%;
height: 100%;
}
.news-line:last-child {
border-bottom: var(--color-border-gray) 1px solid;
}
.news-line:hover {
opacity: 70%;
text-decoration: none;
}
a.news-line .news-line-message {
color: var(--color-link);
text-decoration: underline;
}
a.news-line:hover .news-line-message {
color: var(--color-link-hover);
}
@media screen and (max-width: 767px) {
.news-line {
display: block;
}
} .p-top-news {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
.p-top-news {
display: block;
margin-bottom: 45px;
}
}
.p-top-news__ttl {
box-sizing: border-box;
margin-right: 25px;
padding: 10px;
width: 110px;
border: 1px solid #b2b2b2;
font-size: 18px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
text-align: center;
}
@media screen and (max-width: 767px) {
.p-top-news__ttl {
margin-right: 0;
margin-bottom: 10px;
padding: 5px;
width: 70px;
border: 1px solid #b2b2b2;
font-size: 12px;
}
}
.p-top-news__body {
flex: 1;
margin-bottom: 0;
}   .c-ttl-main.p-ranking-title {
margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
.c-ttl-main.p-ranking-title {
margin-bottom: 24px;
}
}
.p-ranking-list .slick-list {
padding-top: 20px !important;
}
.p-ranking-list .slick-track {
margin-left: 0;
margin-right: 0;
display: block;
}
@media screen and (min-width: 1800px) {
.p-ranking-list .slick-track {
display: flex;
justify-content: center;
}
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
top: 140px;
width: 60px;
height: 60px;
transition: all 0.4s ease;
z-index: 1;
background-color: black;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border: none;
cursor: pointer;
filter: invert(1);
border-radius: 999px;
}
@media screen and (max-width: 767px) {
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
top: 170px;
width: 40px;
height: 40px;
}
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
display: none;
}
.p-ranking-list .slick-prev {
left: 20px;
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbi0x.png?cmsp_timestamp=20260121001334);
}
@media screen and (max-width: 767px) {
.p-ranking-list .slick-prev {
left: 0px;
}
}
.p-ranking-list .slick-next {
right: 20px;
background-image: url(https://img21.shop-pro.jp/PA01517/054/etc_base64/aWNvbg.png?cmsp_timestamp=20260121001334);
}
@media screen and (max-width: 767px) {
.p-ranking-list .slick-next {
right: 0px;
}
}
.p-ranking-list__item {
position: relative;
box-sizing: border-box;
padding-right: 20px;
padding-left: 20px;
margin: 0;
padding-bottom: 25px;
word-break: break-all;
}
@media screen and (max-width: 1030px) {
.p-ranking-list__item {
padding-right: 5px;
padding-left: 5px;
margin: 0;
}
}
.p-ranking-list__img {
position: relative;
text-align: center;
margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
.p-ranking-list__img {
text-align: center;
}
}
.p-ranking-list__img:before {
content: "";
display: block;
padding-top: 100%;
}
.p-ranking-list__img a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.p-ranking-list__img img {
display: inline-block !important;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
width: auto !important;
text-align: center;
}
.p-ranking-list__num {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-165px);
width: 30px;
height: auto;
padding: 12px 0;
line-height: 1.2;
font-size: 0;
font-weight: normal;
font-family: var(--font-accent);
background: #ffffff;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
text-align: center;
z-index: 2;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
display: flex;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 1260px) {
.p-ranking-list__num {
left: 8%;
transform: none;
top: 3%;
}
}
@media screen and (max-width: 1080px) {
.p-ranking-list__num {
left: 8%;
transform: none;
top: 10%;
}
}
@media screen and (max-width: 767px) {
.p-ranking-list__num {
top: 0;
}
}
.p-ranking-list__num::before {
font-size: 16px;
font-weight: normal;
display: inline-block;
letter-spacing: 0.2em;
}
.p-ranking-list__num.rank-1::before { content: "第一位"; }
.p-ranking-list__num.rank-2::before { content: "第二位"; }
.p-ranking-list__num.rank-3::before { content: "第三位"; }
.p-ranking-list__num.rank-4::before { content: "第四位"; }
.p-ranking-list__num.rank-5::before { content: "第五位"; }
.p-ranking-list__item {
margin-right: 0;
margin-left: 0;
padding: 0 10px;
}
.p-ranking-list__ttl img {
vertical-align: middle;
} .p-ranking-list__ttl {
font-size: 20px;
line-height: 1.4;
font-weight: 500;
color: #0D0D0D;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-align: left;
}
.p-ranking-list__txt {
flex: 0 0 auto;
}
.p-ranking-list__price {
font-size:18px;
color: #0D0D0D;
margin-top: 20px; 
justify-content: flex-start;
text-align: left;
} .p-ranking-list__price .price-tax {
font-size: 12px;
margin-left: 4px;
color: #0D0D0D;
} .p-ranking-list__item .p-ranking-list__img img,
.p-ranking-list__item .p-ranking-list__txt {
width: 100% !important;
}
.p-ranking-list__item:hover .p-ranking-list__img img,
.p-ranking-list__item:hover .p-ranking-list__txt {
opacity: 0.7;
width: 100% !important;
}
.p-ranking-list__txt {
transition: opacity 0.6s ease-out;
}
.p-ranking-list__btn {
display: block;
position: absolute;
right: 0px;
bottom: 0;
padding: 0;
border: 0;
background: transparent;
color: #d8d8d8;
cursor: pointer;
text-align: center;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
color: #000000;
}
.p-ranking-list__btn svg {
width: 20px;
height: 20px;
fill: currentColor;
}   .p-information {
padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
.p-information {
padding-bottom: 45px;
}
}
.p-information__body {
margin-left: 60px;
margin-right: 60px;
line-height: 2;
}
@media screen and (max-width: 1030px) {
.p-information__body {
margin-left: 0;
margin-right: 0;
}
}   .p-free__body {
margin-left: 60px;
margin-right: 60px;
line-height: 2;
}
@media screen and (max-width: 1030px) {
.p-free__body {
margin-left: 0;
margin-right: 0;
}
}   .p-bnr {
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (max-width: 1030px) {
.p-bnr {
padding-left: 20px;
padding-right: 20px;
}
}
.p-bnr-list {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media screen and (max-width: 767px) {
.p-bnr-list {
display: block;
}
}
.p-bnr-list__item {
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
width: 33.3333%;
}
@media screen and (max-width: 1030px) {
.p-bnr-list__item {
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 767px) {
.p-bnr-list__item {
padding-left: 0;
padding-right: 0;
margin-bottom: 10px;
width: auto;
text-align: center;
}
}   .p-about {
padding-top: 120px;
padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
.p-about {
padding-top: 80px;
padding-bottom: 80px;
}
}
.p-about__inner {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
.p-about__inner {
display: block;
}
}
.p-about__txt-box {
width: 45%;
}
@media screen and (max-width: 768px) {
.p-about__txt-box {
width: 100%;
margin-bottom: 40px;
}
}
.p-about__img-box {
width: 50%;
}
.p-about__img-box img {
width: 100%;
height: auto;
vertical-align: top;
}
@media screen and (max-width: 768px) {
.p-about__img-box {
width: 100%;
}
}
.p-about__desc {
font-family: var(--font-accent); font-size: 16px;
line-height: 2;
margin-bottom: 40px;
}
.p-about__desc-title {
font-family: var(--font-accent);
font-size: 40px;
line-height: 140%;
margin-bottom: 40px;
}
.about-link-area {
width: 100%;
display: flex;
justify-content: flex-end;
}
@media screen and (max-width: 768px) {
.about-link-area {
justify-content: center;
}
.about-link-area .link-btn.small {
padding-left: 32px;
padding-right: 32px;
}
.p-about__desc-title {
font-size: 32px;
}
}
.news-link-area {
margin-top: var(--space-section-pc);
width: 100%;
display: flex;
justify-content: flex-end;
}
@media screen and (max-width: 768px) {
.news-link-area {
margin-top: var(--space-section-sp);
justify-content: center;
}
.news-link-area .link-btn.small {
padding-left: 32px;
padding-right: 32px;
}
}
.store-link-area {
margin-top: 30px;
width: 100%;
display: flex;
justify-content: flex-start;
}
.store-link-area .link-btn {
border: 1px var(--color-white) solid;
}
.p-sotre-link-area:hover {
opacity: 70%;
text-decoration: none;
}   .p-daily {
padding-top: 120px;
padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
.p-daily {
padding-top: 80px;
padding-bottom: 80px;
}
}
.p-daily__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
max-width: 1208px;
margin-bottom: var(--space-content-pc);
margin: 0 auto;
justify-content: center;
}
@media screen and (max-width: 768px) {
.p-daily__list {
grid-template-columns: 1fr;
gap: 24px;
}
}
.p-daily__item {
width: 100%;
background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
.p-daily__item {
margin-bottom: 0;
}
}
.p-daily__link {
display: block;
text-decoration: none;
color: var(--color-black);
transition: opacity 0.6s ease-out;
height: 100%;
}
.p-daily__link:hover {
opacity: 0.7;
}
.p-daily__img {
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
}
.p-daily__img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.p-daily__txt {
text-align: left;
padding: 0 16px 25px;
}
.p-daily__date {
font-size: 16px;
color: #909090;
margin-bottom: 16px;
display: flex;
align-items: center;
margin-block-start: 0;
}
.c-category-label {
border: 1px solid #0D0D0D;
border-radius: 50px;
padding: 2px 12px;
font-size: 14px;
color: #0D0D0D;
display: inline-block;
line-height: 1.2;
margin-left: 0px;
}
.p-daily__title {
font-size: 18px;
line-height: 1.6;
font-weight: 500;
margin-block-end: 0;
margin-bottom: 8px;
display: -webkit-box;          
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;         
overflow: hidden;          
height: 3.2em;
}
@media screen and (max-width: 768px) {
.p-daily__title {
height: auto;
min-height: 0;
}
}
.p-daily__tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 10px;
}
.p-daily__tags .c-category-label {
display: inline-block;
padding: 4px 12px;
border: 1px solid #0D0D0D;
border-radius: 999px;
font-size: 14px;
line-height: 1;
white-space: nowrap;
}   .p-store {
text-align: center;
}
.p-store__inner {
background-color: var(--color-link);
display: flex;
justify-content: space-between;
align-items: center;
}
@media screen and (max-width: 769px) {
.p-store__inner {
flex-direction: column;
}
}
.p-store-text-area {
padding: 60px;
}
@media screen and (max-width: 769px) {
.p-store-text-area {
padding: 16px;
}
}
.p-store h2 {
margin-bottom: 30px;
color: var(--color-white);
}
.p-store .c-more {
text-align: center;
}
.p-sotre-text {
color: var(--color-white);
text-align: left;
} html {
overflow-x: hidden;
} .p-ranking,
.p-category,
.p-about,
.p-line-informaiton,
.p-daily,
.p-store,
.p-information,
.p-free {
position: relative;
z-index: 2;
} .p-decoration-middle {
position: relative;
z-index: 1; height: 0;
max-width: 1280px;
margin: 0 auto;
} [class^="obj-"] {
position: absolute;
display: block;
pointer-events: none;
z-index: -1; } .obj-cloud-4 {
width: 354px;
top: 0;
left: -222px;
}
.obj-cloud-4-1 {
width: 242px;
bottom: 20px;
left: -120px;
}
.obj-cloud-4-2 {
width: 130px;
bottom: -40px;
right: 30px;
}
.obj-cloud-4-3 {
width: 116px;
bottom: 0;
right: -22px;
}
@media screen and (min-width: 769px) {
.obj-cloud-4 {
width: 354px;
top: 72px;
left: -182px;
}
.obj-cloud-4-2 {
width: 226px;
bottom: -40px;
right: 30px;
}
} .obj-cloud-1 {
width: 345px;
top: 0;
left: -240px;
}
.obj-cloud-1-2 {
height: 58px;
top: 20px;
right: -30px;
display: none;
}
.obj-cloud-1-3 {
width: 280px;
top: 60px;
right: 30px;
display: none;
}
.obj-cloud-2 {
width: 120px;
bottom: 0px;
right: -30px;
display: none;
}
.obj-cloud-2-1 {
width: 200px;
top: 72px;
right: 42px;
display: none;
}
@media screen and (min-width: 769px) {
.obj-cloud-1 {
width: 320px;
top: 30px;
left: -120px;
transform: scale(-1, 1);
}
.obj-cloud-1-2 {
display: block;
}
.obj-cloud-1-2 {
display: block;
}
.obj-cloud-2 {
display: block;
}
.obj-cloud-2-1 {
display: block;
}
} .obj-cloud-3 {
width: 196px;
right: -80px;
top: -20px;
}
.obj-cloud-3-1 {
display: none;
}
@media screen and (min-width: 769px) {
.obj-cloud-3 {
width: 180px;
top: -30px;
right: auto;
left: -180px;
}
.obj-cloud-3-1 {
width: 188px;
top: -120px;
left: -80px;
display: block;
}
} .obj-wave {
width: 100px;
height: 29px;
top: 0;
right: 200px;
}
.obj-mountain {
width: 224px;
height: 36px;
top: -10px;
right: -30px;
}
@media screen and (min-width: 769px) {
.obj-wave {
width: 270px;
height: 80px;
top: 30px;
right: 480px;
}
.obj-mountain {
width: 620px;
height: 100px;
top: 0;
right: -120px;
}
} .obj-fish {
width: 140px;
bottom: 0;
right: 100px;
}
.obj-crab {
width: 120px;
bottom: -60px;
right: 40px;
}
.obj-squid {
width: 120px;
bottom: -10px;
right: -20px;
}
@media screen and (min-width: 769px) {
.obj-fish {
width: 260px;
bottom: -50px;
right: 210px;
}
.obj-crab {
width: 204px;
bottom: -140px;
right: 120px;
}
.obj-squid {
width: 200px;
bottom: -60px;
right: 0;
}
}
.p-link {
display: flex;
justify-content: center; 
font-size: 20px;
}
.link-btn {
background-color: var(--color-link);
border-radius: 999px;
color: var(--color-white);
display: flex;
justify-content: space-around;
padding: 20px 32px;
font-weight: 500;
cursor: pointer;
}
.link-btn.small {
padding: 10px 20px;
font-size: 20px;
}
@media screen and (max-width: 768px) {
.link-btn.small {
font-size: 18px;
}
}
.link-btn:hover {
color: var(--color-white);
opacity: 70%;
text-decoration: none;
}
.pc-spacer {
margin-bottom: var( --space-section-pc);
}
@media screen and (max-width: 769px) {
.pc-spacer {
margin-bottom: 0;
}
}
.white-area {
background-color: var(--color-bg);
width: 100%;
}
.pc-wave {
width: 100%;
height: 80px;
display: block;
opacity: 70%;
}
@media screen and (max-width: 769px) {
.pc-wave {
display: none;
}
}
.sp-wave {
width: 100%;
height: 30px;
display: none;
opacity: 70%;
}
@media screen and (max-width: 769px) {
.sp-wave {
display: block;
}
}
.p-etc {
top: -240px;
margin-bottom: -240px;
background-color: var(--color-bg);
width: 100%;
position: relative;
padding-bottom: var(--space-content-pc);
}
@media screen and (max-width: 769px) {
.p-etc {
padding-bottom: var(--space-content-sp);
}
}
.p-etc-area {
padding-top: 240px;
display: flex;
justify-content: space-between;
}
.p-etc-item {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-left: var(--color-border-gray) 1px solid;
}
.p-etc-item:hover {
opacity: 70%;
}
.p-etc-item:last-child {
border-right: var(--color-border-gray) 1px solid;
}
.p-etc-item-icon {
background-color: var(--color-bg-main);
padding: 20px;
margin-bottom: 12px;
border-radius: 999px;
}
.p-etc-text {
font-size: 18px;
font-weight: 500;
}   .p-news-item {
border-top: 1px solid var(--color-border-gray);
}
.p-news-item:last-of-type {
border-bottom: 1px solid var(--color-border-gray);
}
.p-news-link {
display: flex;
align-items: center;
gap: 24px;
padding: 24px 0;
color: var(--color-black);
text-decoration: none;
transition: opacity 0.3s ease;
}
.p-news-date {
font-size: 16px;
color: #0D0D0D;
flex-shrink: 0;
min-width: 80px;
line-height: 1;
}
.p-news-category {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
min-width: 140px;
}
.p-news-category .c-category-label {
margin-left: 0;
text-align: center;
min-width: 100px;
}
.p-news-title {
font-size: 16px;
line-height: 1.6;
flex-grow: 1;
color: #0B346E;
text-decoration: underline;
text-decoration-thickness: 1px;
text-decoration-color: transparent;
text-underline-offset: 3px;
transition: text-decoration-color 0.3s ease;
}
.p-news-link:hover .p-news-title {
text-decoration-color: rgba(11, 52, 110, 0.7);
}
@media screen and (max-width: 768px) { .p-news-link {
display: grid;
grid-template-columns: auto 1fr;
grid-template-areas:
"date category"
"title title";
gap: 8px 12px;
padding: 16px 0;
} .p-news-date {
grid-area: date;
min-width: auto;
line-height: 1;
color: #0D0D0D;
} .p-news-category {
grid-area: category;
width: auto;
order: initial; display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
gap: 6px;
}
.p-news-category .c-category-label {
min-width: auto;
padding: 2px 8px;
font-size: 14px;
white-space: nowrap;
} .p-news-title {
grid-area: title;
width: 100%;
font-size: 16px;
line-height: 1.6;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
} .u-fade-up {
opacity: 0;
transform: translateY(30px);
transition: opacity 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
will-change: opacity, transform;
}
.u-fade-up--strong {
transform: translateY(60px);
transition-duration: 1.2s;
}
.u-fade-up.is-inview {
opacity: 1;
transform: translateY(0);
} .c-breadcrumb {
padding-top: 30px;
padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
.c-breadcrumb {
padding-top: 20px;
}
}
.c-breadcrumb__list {
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 14px;
color: #0D0D0D;
}
@media screen and (max-width: 768px) {
.c-breadcrumb__list {
font-size: 12px;
gap: 4px;
}
}
.c-breadcrumb__item {
display: flex;
align-items: center;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
content: "/";
display: inline-block;
margin: 0 10px;
font-size: 14px;
color: #0D0D0D;
}
@media screen and (max-width: 768px) {
.c-breadcrumb__item + .c-breadcrumb__item::before {
margin: 0 6px;
}
}
.c-breadcrumb__item a {
color: #0D0D0D;
transition: opacity 0.3s;
}
.c-breadcrumb__item a:hover {
opacity: 0.7;
}
.c-breadcrumb__item.is-current {
font-weight: 400;
color: #0D0D0D;
}   .p-filter-block {
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 40px;
padding: 30px 10px;
}
.p-filter-item {
flex: 1;
max-width: 180px;
text-align: center;
}
.p-filter-label {
font-size: 18px;
letter-spacing: 0.15em;
margin-bottom: 15px;
font-weight: 500;
color: #1a2a3a;
font-family: var(--font-main);
}
.p-filter-select-wrap {
position: relative;
display: inline-block;
width: 100%;
}
.p-filter-select {
width: 100%;
padding: 10px 30px 10px 10px;
font-size: 16px;
border: 1px solid #1a2a3a;
background-color: #fff;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
border-radius: 0;
color: #333;
font-family: var(--font-main);
}
.p-filter-select-wrap::after {
content: "";
position: absolute;
top: 50%;
right: 12px;
width: 12px;
height: 7px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%231a2a3a' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
transform: translateY(-50%);
pointer-events: none;
}
@media screen and (min-width: 1208px) {
.p-daily-header {
display: flex;
justify-content: space-between; 
align-items: flex-start;    
max-width: 1208px;            
margin: 0 auto 40px;          
}
.p-daily-header .c-ttl-main {
margin: 0;                    
}
.p-daily-header .p-filter-block {
border: none;                  
margin: 0;
padding: 0;
display: flex; 
gap: 24px;     
} .p-daily-header .p-filter-item {
max-width: 200px !important; 
flex: 0 0 200px !important;  
width: 200px !important;
} .p-daily-header .p-filter-select {
width: 100% !important;
min-width: 200px !important;
}
}
.p-filter-under{
margin-top: 80px;
} .single .u-contents {
max-width: 768px;
margin-left: auto;
margin-right: auto;
}
.single .c-breadcrumb,
.single .c-breadcrumbs 
.single .c-breadcrumb__list {
max-width: 1208px;
margin-left: auto;
margin-right: auto;
} .c-blog-block__heading {
font-size: 24px !important;
}
@media screen and (max-width: 768px) {
.c-blog-block__heading {
font-size: 18px !important;
}
}
.c-blog-block__description {
font-size: 18px !important;
}
@media screen and (max-width: 768px) {
.c-blog-block__description {
font-size: 16px !important;
}
} .wpforms-field-label {
font-size: 18px !important;
font-weight: 500 !important;
} .single .entry-content a {
color: #0B346E;
text-decoration: underline;
text-underline-offset: 3px;
}
.single .entry-content a:has(img) {
text-decoration: none;
}