@charset "UTF-8";.goods__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.9375rem}@media (min-width: 768px){.goods__list{gap:.8125rem;grid-template-columns:repeat(4,1fr)}}.goodsCard{box-shadow:0 3px 10px #00000029;border-radius:.625rem;overflow:hidden}.modal__overlay:where(.astro-5LGQTMY3){position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1020}.modal__container:where(.astro-5LGQTMY3){max-height:100vh;max-height:100dvh;overflow-y:auto;box-sizing:border-box;padding:5rem 1.25rem 6.25rem}@media (min-width: 768px){.modal__container:where(.astro-5LGQTMY3){width:90rem;padding:1.875rem 6.25rem}.modal__container:where(.astro-5LGQTMY3).modal__goodsContents{width:46.25rem;padding:1.875rem 1.25rem}}.modal__header:where(.astro-5LGQTMY3){display:flex;justify-content:space-between;align-items:center}.modal__title:where(.astro-5LGQTMY3){margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box}.modal__close:where(.astro-5LGQTMY3){background:transparent;border:0}.modal__header:where(.astro-5LGQTMY3) .modal__close:where(.astro-5LGQTMY3):before{content:"\2715"}.modal__content:where(.astro-5LGQTMY3){margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:#000c}.modal__btn:where(.astro-5LGQTMY3){font-size:.875rem;padding:.5rem 1rem;background-color:#e6e6e6;color:#000c;border-radius:.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);transition:transform .25s ease-out}.modal__btn:where(.astro-5LGQTMY3):focus,.modal__btn:where(.astro-5LGQTMY3):hover{transform:scale(1.05)}.modal__btn-primary:where(.astro-5LGQTMY3){background-color:#00449e;color:#fff}@-webkit-keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@-webkit-keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.micromodal-slide:where(.astro-5LGQTMY3){display:none}.micromodal-slide:where(.astro-5LGQTMY3).is-open{display:block}.micromodal-slide:where(.astro-5LGQTMY3)[aria-hidden=false] .modal__overlay:where(.astro-5LGQTMY3){-webkit-animation:mmfadeIn .3s cubic-bezier(0,0,.2,1);animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide:where(.astro-5LGQTMY3)[aria-hidden=false] .modal__container:where(.astro-5LGQTMY3){-webkit-animation:mmslideIn .3s cubic-bezier(0,0,.2,1);animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.micromodal-slide:where(.astro-5LGQTMY3)[aria-hidden=true] .modal__overlay:where(.astro-5LGQTMY3){-webkit-animation:mmfadeOut .3s cubic-bezier(0,0,.2,1);animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide:where(.astro-5LGQTMY3)[aria-hidden=true] .modal__container:where(.astro-5LGQTMY3){-webkit-animation:mmslideOut .3s cubic-bezier(0,0,.2,1);animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.micromodal-slide:where(.astro-5LGQTMY3) .modal__container:where(.astro-5LGQTMY3),.micromodal-slide:where(.astro-5LGQTMY3) .modal__overlay:where(.astro-5LGQTMY3){will-change:transform}@-webkit-keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}#Modal:where(.astro-5LGQTMY3).is-open{display:block}#Modal:where(.astro-5LGQTMY3)[aria-hidden=false]{-webkit-animation:modalFadeIn .3s cubic-bezier(0,0,.2,1);animation:modalFadeIn .3s cubic-bezier(0,0,.2,1)}#Modal:where(.astro-5LGQTMY3)[aria-hidden=true]{-webkit-animation:modalFadeOut .3s cubic-bezier(0,0,.2,1);animation:modalFadeOut .3s cubic-bezier(0,0,.2,1)}.artistModal{width:100%;background-color:#fff;border-radius:.625rem;position:relative;padding:3.75rem 1.25rem 1.25rem}@media (min-width: 768px){.artistModal{border-radius:1.875rem;padding:6.25rem 1.25rem}}.artistModal__closeButton{background:transparent;border:0;position:absolute;top:.625rem;right:1.25rem}@media (min-width: 768px){.artistModal__closeButton{top:1.875rem;right:2.5rem}}.artistModal__closeButton:before{--tw-text-opacity: 1;color:rgb(37 176 188 / var(--tw-text-opacity));content:"\2715";font-size:2.375rem;line-height:1}.artistModal__imageInner{max-width:30.625rem;width:100%;margin:0 auto}.artistModal__image img{border-radius:.625rem;overflow:hidden}.artistModal__textContents{max-width:50rem;width:100%;margin:1.25rem auto 0}@media (min-width: 768px){.artistModal__textContents{margin:3.75rem auto 0}}.artistModal__name{--tw-text-opacity: 1;color:rgb(40 177 189 / var(--tw-text-opacity));font-size:1.25rem;text-align:center;font-weight:700;letter-spacing:.04em;line-height:1.5714285714}@media (min-width: 768px){.artistModal__name{font-size:1.75rem}}.artistModal__description{font-size:.875rem;margin-top:1.25rem;text-align:justify;line-height:1.5}@media (min-width: 768px){.artistModal__description{line-height:2;font-weight:700;letter-spacing:.06em;text-align:left;margin-top:2.5rem;font-size:1rem}}.artistModal__description p+p{margin-top:1em}.artistModal__main{padding-bottom:2.5rem}@media (min-width: 768px){.artistModal__main{padding-bottom:5rem}}.artistModal__footer{max-width:50rem;width:100%;margin:0 auto;border-top:1px solid #D3D3D3;padding-top:1.25rem;display:block}@media (min-width: 768px){.artistModal__footer{display:flex;padding-top:2.5rem}}.artistModal__twitterLinkList{display:flex;gap:.625rem}.artistModal__textLinkList{font-size:.875rem;letter-spacing:.06em;line-height:2}@media (min-width: 768px){.artistModal__textLinkList{font-weight:700;flex:1 0 0%;padding-right:1.25rem;font-size:1rem}}.artistModal__textLinkItem+.artistModal__textLinkItem{margin-top:.5em}@media (min-width: 768px){.artistModal__textLinkItem+.artistModal__textLinkItem{margin-top:1em}}.artistModal__twitterLink{margin-top:1.25rem;width:2.5rem}@media (min-width: 768px){.artistModal__twitterLink{width:3.125rem}}.goodsModal{width:100%;background-color:#fff;border-radius:.625rem;position:relative;padding:3.75rem 0 0}@media (min-width: 768px){.goodsModal{border-radius:1.875rem;padding:3.75rem 0 0}}.goodsModal__closeButton{background:transparent;border:0;position:absolute;top:.625rem;right:1.25rem}@media (min-width: 768px){.goodsModal__closeButton{top:1.875rem;right:2.5rem}}.goodsModal__closeButton:before{--tw-text-opacity: 1;color:rgb(37 176 188 / var(--tw-text-opacity));content:"\2715";font-size:2.375rem;line-height:1}.goodsModal__image{border-radius:10px}.goodsModal__imageInner{max-width:30.625rem;width:100%;margin:0 auto;padding:0 1.25rem 2.5rem}@media (min-width: 768px){.goodsModal__imageInner{padding:0 0 2.5rem}}.goodsModal__size{width:100%;background-color:#eaeaea;padding:1.25rem;font-weight:700;display:flex;flex-direction:column;align-items:center;font-size:1rem;border-radius:0 0 .625rem .625rem}@media (min-width: 768px){.goodsModal__size{border-radius:0 0 1.875rem 1.875rem}}.goodsModal__size span{font-weight:400;text-align:left;padding-top:.625rem;display:block;line-height:1.5;font-size:.875rem}@media (min-width: 768px){.goodsModal__size span{font-size:1rem}}.infiniteScrollBox:where(.astro-E3WJIPOP){--tw-bg-opacity: 1;background-color:rgb(229 91 91 / var(--tw-bg-opacity));padding-top:1.5rem;padding-bottom:1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (min-width: 768px){.infiniteScrollBox:where(.astro-E3WJIPOP){padding-top:1rem;padding-bottom:1rem}}.infiniteScrollBox:where(.astro-E3WJIPOP){width:100%;font-size:1rem;font-weight:700;letter-spacing:.06em;line-height:2;display:block;border-top:1px solid #fff}@media (min-width: 768px){.infiniteScrollBox:where(.astro-E3WJIPOP){--tw-bg-opacity: 1;background-color:rgb(240 240 240 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(37 176 188 / var(--tw-text-opacity));font-size:1.5rem;line-height:2.9166666667}}.infiniteScrollBox:where(.astro-E3WJIPOP).is-link{transition:background-color .3s ease-in-out,color .3s ease-in-out}.infiniteScrollBox:where(.astro-E3WJIPOP).is-link:focus{--tw-bg-opacity: 1;background-color:rgb(229 91 91 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media (hover: hover) and (pointer: fine){.infiniteScrollBox:where(.astro-E3WJIPOP).is-link:hover{--tw-bg-opacity: 1;background-color:rgb(229 91 91 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}
