@charset "euc-jp";
h1, h2, h3, h4, h5, h6, button, a, li, ul, dd, ol, p, table, th, td{
  color: #585858;
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: normal;
}
/*care*/
#care{
  width:58%;
  margin-right:12vw;
}
#title{
  margin-bottom:84px;
font-size: 2rem;
letter-spacing: 0.1em;
color: #585858;
}
#care .container{
  width:100%;
  padding:0;
}
#care .wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom:26px;
}
#care .wrapper:nth-last-of-type(1){
  margin-bottom:90px;
}
#care .wrapper .title{
  margin-right: 25px;
font-style: normal;
font-weight: normal;
font-size: 1.35rem;
  white-space:nowrap;
}
.dot{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.dot span{
  font-size: 6px;
  width: 5px;
  color: #767676;
}
.dot a{
  border: 1px solid #cccccc;
font-size: 1rem;
text-align: center;
letter-spacing: 0.1em;
  padding:2px 66px;
  white-space: nowrap;
}
/*care end*/
/*QA*/
#QA{
  width: 58%;
  margin-right: 12vw;
}
#QA .container{
  width: 100%;
}
#QA h2{
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #585858;
  margin-bottom:80px;
}
#QA h3{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #585858;
  padding:2px 8px;
  border:1px solid #cccccc;
  margin:0 0 27px;
  display:inline-block;
}
#QA h3:nth-of-type(n+2){
  margin:80px 0 27px;
}
#QA p{
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #585858;
}
#QA p a{
  text-decoration:underline;
}
#QA .itemsTitle {
  margin: 160px 0 15px 0;
}
#QA .catContainer {
  margin-bottom:99px;
}
.Q, .A{
  margin-bottom:20px;
}
.Q{
  margin-top:60px;
}
.Q:nth-of-type(1){
  margin-top:0px;
}
.Q span, .A span{
  display:inline-block;
  margin-right:19px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #585858;
}
.Q2{
  margin:0 0 20px;
}
.answerLine{
  display:inline-block !important;
  width: 65px !important;
  height:1px  !important;
  background-color: #cccccc  !important;
  transform: translateY(-6px) !important;
}
/*QA end*/
/*about shop*/
.aboutText{
font-size: 1.5rem;
line-height: 200%;
color: #585858;
}
.aboutText a{
  text-decoration: underline;
}
#bookBtn{
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #585858;
  margin:57px 0 65px;
  border: 1px solid #CCCCCC;
}
#bookBtn a{
  display:inline-block;
  padding:8px 90px;
}
.hoursWrapper{
  border-top:1px solid #CCCCCC;
}
.hoursWrapper h2{
  margin:53px 0 15px;
font-size: 2rem;
letter-spacing: 0.1em;
color: #585858;
}
.hoursWrapper p{
font-size: 1.5rem;
line-height: 200%;
color: #585858;
  margin-bottom:17px;
}
.hoursWrapper p span{
font-size: 1.1rem;
}
/*about shop end*/
/*serch result/ product list*/
.pager{
  width:100%;
  margin:30px 0;
}
.pager li > a, .pager li > span{
  border:none;
  padding: 5px 19px;
  color:#585858;
}
.current span{
  color:#cccccc !important;
}
.pager li.dots{
  padding: 5px 19px;
  color:#585858;
}
.catTitle{
  margin: 10px auto 15px !important;
  position:relative;
}
.borderTop{
  width:100%;
  position:absolute;
  top:-26px;
  left:24px;
  height:1px;
  background-color:#cccccc;
  margin: 0 !important;
}
.catContainer{
  padding-bottom: 44px;
  border-bottom: 1px solid #cccccc;
}
.catLinkContainer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.catLinkContainer li{
  list-style: none;
}
.category{
  margin: 3px 27px 3px 0;
}
.category:nth-last-of-type(1){
  margin:3px 0;
}
.allProduct{
font-style: normal;
font-weight: normal;
font-size: 2rem;
letter-spacing: 0.1em;
color: #585858;
  margin-bottom:6px;
}
.sort{
  margin-top:50px;
  margin-bottom:7px;
  font-size:1.3rem;
  font-weight:bold;
}
.sort a{
  font-weight:normal;
}
/*serch result/ product list end*/

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
html{
  font-size:62.5%;
}
body img{
  margin:0;
}
ul{
  margin:0;
}
nav ul li{
  list-style:none;
}
p,a,li,ul,ol,button{
  margin:0
}
.br{
  display:inline !important;
}
.onlyMobile{
  display:none !important;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  font-family: "Hiragino Kaku Gothic ProN";
  scroll-behavior:smooth;
  max-width:100vw;
  overflow-x:hidden;
}
#wrapper{
  width:100vw;
  overflow-x:hidden;
}
address{
  display:none;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}
#contents{
  margin-top:calc(85px + 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100vw;
}
#s2{
  width:58%;
  margin-right: 12vw;
}
/*hero slideshow*/

#hero {
  height: auto;
  margin-top: 85px;
  display: block;
}
#linkNews{
  position:absolute;
  bottom:30px;
  left:0;
  height:1px;
  width:1px;
  pointer-events:none;
}
#slider {
  width: 85vw;
  height: 80vh;
  position: relative;
}
.slide {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.slide:nth-of-type(1) {
  z-index: 6;
}
.slide:nth-of-type(2) {
  z-index: 5;
}
.slide:nth-of-type(3) {
  z-index: 4;
}
.slide:nth-of-type(4) {
  z-index: 3;
}
.slide:nth-of-type(5) {
  z-index: 2;
}
.slide:nth-of-type(6) {
  z-index: 1;
}
/*hero slideshow end*/
/*Top menu*/
#header{
  width:100%;
  height:85px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  position: fixed;
  top:0;
  left:0;
  z-index: 10;
  background: white;
  border-bottom:1px solid #cccccc;
}

#header nav{
  margin-top:0;
}
#header nav ul{
  display:flex;
  flex-direction:row;
  justify-content:center;
  align-items:center;
}
#header nav ul li a{
font-size: 1.5rem;
color: #585858;
  margin: 0 15px;
}
#headerLogo{
  width:195px;
  position:absolute;
  top:50%;
  left: 171px;
  transform:translateY(-50%);
}
.account{
  position:absolute;
  top:50%;
  right:43px;
  transform:translateY(-50%);
  display:flex;
  flex-direction:row;
  margin-top:0;
  align-items:center;
  gap:32px;
}
.account li{
  list-style:none;
}
.tsm-login-li, .tsm-cart-li{
  align-self:flex-start;
}
.account li a, .account span{
font-family: Noto Sans JP;
font-style: normal;
font-weight: normal;
font-size: 1.4rem;
color: #BEBEBE;
}
.tsm-login-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
}
.tsm-login-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
}
.tsm-login-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.tsm-login-label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:33px;
  font-size:1.3rem !important;
  line-height:1.25;
  text-align:center;
  white-space:nowrap;
  color:#BEBEBE;
}
#cartIcon{
  position: relative;
}
.tsm-cart-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
}
.tsm-cart-icon-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
}
.tsm-cart-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
}
.tsm-cart-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.tsm-cart-label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:33px;
  font-size:1.3rem !important;
  line-height:1.25;
  text-align:center;
  white-space:nowrap;
  color:#BEBEBE;
}
#cartTotal {
    font-size: 1rem;
    color: white;
    background-color: #585858;
    position: absolute;
    top: -4px;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 50%;
    opacity: 1;
    line-height:1;
}
/*Top menu end*/
/*side menu*/
#logoIcon{
  width:90px;
  margin: 49px 0 56px 0;
}
#logoIcon a{
  height:100%;
  cursor:pointer;
}
#logoIcon a:hover{
  opacity:0.7;
}
#logoIcon img{
  width:100%;
}
#side{
  /*margin-left:116px;*/
  margin-left: 12vw;
}
#menu2, #menu3{
  margin-top:69px;
}
/*#menuContainer{
  margin-left:58px;
}*/
.leftMenu{
  position:relative;
}
.leftMenu li{
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom:18px;
  color: #585858;
}
.groupName, .catName2, .tsm-menu-link{
  margin-bottom:16px;
  display:inline-block;
  font-family: "Hiragino Kaku Gothic ProN";
font-style: normal;
font-weight: normal;
font-size: 1.2rem;
color: #585858;
  white-space:nowrap;
}
.groupTitle{
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  color: #585858;
  pointer-events:none;
  margin-top:65px;
  margin-bottom:24px;
  display:inline-block;
  min-width:120px;
  position:relative;
}
#groupTitle1{
  display:none;
}
.separator{
  position: absolute;
  height: 1px;
  background-color: #CCCCCC;
  width: 400px;
  bottom: -13px;
  right: -34px;
}
#mailmagaLink a{
  display:inline-block;
  padding:9px 20px;
  border: 1px solid #cccccc;
font-style: normal;
font-weight: normal;
font-size: 1rem;
letter-spacing: 0.1em;
color: #585858;
}
#mailmagaLink{
  margin-bottom:107px;
  list-style:none;
}
.burger{
  display:none;
  justify-content:space-between;
  align-items:flex-start;
  flex-direction:column;
  width:29px;
  height:26px;
  cursor:pointer;
  margin-right:16px;
}
#closeBtn{
  width:17px;
  height:17px;
  position:relative;
  display:none;
  cursor:pointer;
}
#closeBtn span:nth-of-type(1){
  position:absolute;
  left:0;
  top:0;
  transform: rotate(45deg);
  width:25px;
  height:2px;
  background:#000000;
  margin-left: 0;
}
#closeBtn span:nth-of-type(2){
  position:absolute;
  left:right;
  top:0;
  transform: rotate(-45deg);
  width:25px;
  height:2px;
  background:#000000;
  margin-left: 0;
}
.burger span{
  width:100%;
  height:1px;
  display:inline-block;
  background-color:black;
}
#menuAccount{
  display:none;
}
#ghost2{
  width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  pointer-events:none;
  background: #FFFFFF;
  opacity:0;
  z-index:14;
  transition: opacity 0.5s ease;
}
#sendBtn2{
  opacity:0;
  pointer-events:none;
  position: fixed;
  top:50%;
  right:15vw;
  transform:translateY(-50%);
  z-index: 13;
  height:55px;
  transition: all 0.3s ease;
}
#backBtn2{
  opacity:0;
  pointer-events:none;
  position: fixed;
  top:50%;
  left:15vw;
  transform:translateY(-50%) rotate(180deg);
  z-index: 13;
  height:55px;
  transition: all 0.3s ease;
}
#backBtn2 img, #sendBtn2 img{
  height:100%;
  object-fit:contain;
}
#serchKeyword{
  outline:none !important;
  border: 1px solid #cccccc;
  width: 160px;
  height:27px;
  padding-right: 25px;
  border-radius: 0px;
 }
.serchBtn{
  height: 13px;
  width: 13px;
  transform: translateX(-23px);
}
.serchBtn img{
  height:100%;
  width:100%;
  object-fit:contain;
}
.serchBtn:hover{
  opacity:0.7
}
/*side menu end*/

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}
/*footer*/
footer{
  background-color:#C4C4C4;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:flex-start;
  padding:76px 0 85px 0;
  position:relative;
}
#copyright{
  position:absolute;
  left:12vw;
  bottom:85px;
}
#copyright2{
  display:none;
}
footer .container{
  margin:0 0 0 12vw;
  width:auto;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:flex-start;
}
footer .container ul{
  margin-left:94px;
}
footer .container ul li{
  list-style:none;
}
footer .wrapper{
  display:flex;
  justify-content: flex-start;
  align-items:flex-start;
  flex-direction:row;
}
footer .container ul li a{
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #585858;
  white-space:nowrap;
}
footer a:hover{
  opacity:0.7;
}
.inqBtn{
  margin-right: 12vw;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:200px;
}
#inqBtn1{
  margin-top:25px;
  display:none;
}
footer p{
font-style: normal;
font-weight: normal;
font-size: 1.5rem;
letter-spacing: 0.1em;
color: #585858;
  white-space: nowrap;
}
.inqBtn a{
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #585858;
  padding: 14px 64px;
  white-space:nowrap;
}
.sns{
  display:inline-block;
  width:36px;
  margin-bottom: 23px;
}
.sns img{
  width:100%;
}
#fb{
  margin-right:19px;
}
#footerLogo{
  width:234px;
  display:inline-block;
  margin:0 37px 24px 0;
}
#footerLogo img{
  width:100%;
}
#footerLogo img:nth-of-type(2){
  display:none;
}
/*footer end*/
/*about tsumugi-ya*/
/*.freepage br{
  display:none;
}*/
.ul, .ol{
  width:95%;
}
.ul li, .ol li{
  font-family: "Hiragino Kaku Gothic ProN";
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  transform: translateX(16px);
  width:95%;
  margin-bottom:10px;
}
.freepage .container {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top:37px;
  padding:0 12.5%;
  width:100%;
}
.freepage .container:nth-last-of-type(1) {
border-bottom: none;
  margin-bottom: 149px;
}
.freepage .container .wrapper {
position: relative;
  width:100%;
  margin-bottom:70px;
}
.freepage .container p,{
  font-family: "Hiragino Kaku Gothic ProN";
font-style: normal;
font-weight: normal;
font-size: 1.8rem;
line-height: 200%;
text-align: center;
color: #585858;
margin: 75px 0 85px 0;
}
.freepage2 .container p{
  margin: 11px 0 0 0;
  width:100%;
   font-size:1.5rem;
    line-height: 200%;
    color: #585858;
}
.freepage .container p span {
display: inline-block;
}
.freepage .container table {
font-style: normal;
font-weight: normal !important;
font-size: 1.7rem;
letter-spacing: 0.1em;
color: #767676;
  margin-top: 26px;
}
.freepage .container table tbody tr {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
margin-bottom: 14px;
}
.freepage img{
  margin:15px 0;
}
#gallery .gallery {
  width: calc((100% - 30px) / 4);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  margin: 0 5px;
  cursor: pointer;
}
#gallery .gallery:hover {
  opacity: 0.9;
}
#gallery .gallery:nth-of-type(4n) {
  margin: 0 0 0 5px;
}
#gallery .gallery:nth-of-type(4n - 3) {
  margin: 0 5px 0 0;
}
#gallery .gallery:nth-of-type(n + 5) {
  margin-top:10px;
}
.freepage .container table tbody tr th {
  min-width: 121px;
  text-align: left;
  font-weight: normal;
  font-size:1.5rem;
}
.freepage .container table tbody tr td {
  text-align: left;
  font-weight: normal;
  font-size:1.5rem;
}
#mainLogo {
width: 345px !important;
}
.imgDesc {
font-size: 1.2rem !important;
position: absolute !important;
bottom: 0px !important;
left: 0 !important;
margin: 0 !important;
  transform:translateY(100% );
  text-align:left !important;
}
/*about tsumugi-ya end*/
/*maker*/
.alignLeft {
  text-align: left !important;
}
.justified{
  text-align:justify !important;
}
#gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content:flex-start;
  width: 96%;
  margin:116px auto 99px;
}
.freepage2{
  margin-top: 579px;
  margin-bottom:118px;
}
.freepage2 .container .wrapper img {
  width:100%;
}
.freepage2 h3{  
  font-size:1.8rem;
  width:100%;
  margin-top:20px;
}
#freeHero {
  position: absolute;
  top: 189px;
  right: 0;
  width: 70vw;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#heroX {
  padding-top: 20px;
  margin-bottom: 50px;
  padding: 0 12.5%;
}
#heroX h2,
#heroX p {
  font-style: normal;
  font-weight: normal;
  color: #585858;
}
#heroX h2 {
  font-size: 3rem;
}
#heroX p {
  font-size: 1.5rem;
  line-height: 200%;
}
#frame,
#ghost {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#frame {
  z-index: 12;
  width: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity:0;
}
#displayImg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#ghost {
  width: 100vw;
  height: 100vh;
  background-color: #444444;
  opacity: 0;
  z-index: 11;
  pointer-events: none;
}
/*maker end*/
/*maker list*/
.freepage3{
  margin-right:9vw !important;
  width:61.5% !important;
  margin-bottom:230px !important;
}
.freepage3 .container{
  width:100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding:0;
  border-bottom:none;
  margin-top:85px;
}
.freepage3 .container img{
  width:50% ;
}
.freepage3 .container .wrapper{
  width:calc(50% - 50px);
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.freepage3 .container .wrapper p, .freepage3 .container .wrapper h3,.freepage3 .container .wrapper button a{
  font-style: normal;
font-weight: normal;
color: #585858;
  text-align:left;
}
.freepage3 h2{
font-style: normal;
font-weight: normal;
font-size: 2rem;
letter-spacing: 0.1em;
color: #585858;
}
.freepage3 .container .wrapper h3{
  margin-top:40px;
font-size: 3rem;
}
.freepage3 .container .wrapper p{
font-size: 1.5rem;
line-height: 200%;
margin:19px 0 18px;
}
.freepage3 .container .wrapper button {
  border: 1px solid #cccccc;
}
.freepage3 .container .wrapper button a{
font-size: 1rem;
letter-spacing: 0.1em;
  padding:8px 44px;
  display:inline-block;
}
/*maker list end*/
/*product list*/
.itemsTitle span{
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #585858;
  display:inline-block;
  margin-right:12px;
}
.catName{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
font-style: normal;
font-weight: normal;
font-size: 1.4rem;
  white-space:nowrap;
text-align: center;
letter-spacing: 0.1em;
color: #FFFFFF !important;
}
.catLink{
  width:100%;
  height:100%;
  display:inline-block;
  position:relative;
}
.catLink img{
  margin:0;
}
.itemsTitle{
  margin:30px 0 15px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  color: #585858;
  transform:translateX(-24px);
}
.productContainer{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-direction:row;
  width:100%;
  flex-wrap:wrap;
}
.productContainer li{
  width:calc((100% - 20px)/3);
  margin:0 3px;
  list-style:none;
}
.productContainer li:nth-of-type(3n +1){
  margin:0 3px 0 0;
}
.productContainer li:nth-of-type(3n +3){
  margin:0 0 0 3px;
}
.productContainer li:nth-of-type(n + 4) {
  margin-top:10px;
}

#itemList1 li:nth-of-type(n + 13){
  display: none;
}
#itemList2 li:nth-of-type(n + 13){
  display: none;
}
#itemList3 li:nth-of-type(n + 13){
  display: none;
}
.productContainer .wrapper, .productContainer .wpOrder{
  width:100%;
  height: 163px;
  position:relative;
  display:inline-block;
  overflow:hidden;
}
.productContainer .wrapper:hover{
  text-decoration:none;
}
.scale{
  transition:all 1s ease;
  transform-origin:center;
}
.scale:hover{
  transform:scale(1.2);
}

.productContainer li a img, .wpOrder img{
  width:100%;
  height: 100%;
  object-fit:cover;
  object-position: center;
}
.priceTag{
  position:static;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  color: #585858;
  margin: 2px 0 0;
}
.replacedNewSign{
  width:47px !important;
  height: 47px !important;
  object-fit:contain !important;
  position:absolute;
  top:3px;
  left:3px;
}
.new_mark_img1, .new_mark_img2{
  display:none !important;
}

.tsm-mark-badge{
  position:absolute;
  top:8px;
  left:8px;
  z-index:2;
  display:inline-block;
  padding:3px 8px;
  border-radius:4px;
  font-size:11px;
  line-height:1.4;
  font-style:normal;
  font-weight:normal;
  letter-spacing:0.05em;
  color:#ffffff;
  white-space:nowrap;
  pointer-events:none;
}
.tsm-mark-new{
  background-color:#C0392B;
}
.tsm-mark-restock{
  background-color:#D97757;
}
.newSign{
  display:none;
}
.newSign::after{
  content: url(https://img21.shop-pro.jp/PA01462/811/etc/newTag.png?cmsp_timestamp=20210117154446);
}
.moreBtn{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border: 1px solid #cccccc;
  margin: 33px 0 74px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #585858;
  font-family: "Hiragino Kaku Gothic ProN";
  padding:3px 0;
}
.moreBtn a{
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #585858;
  font-family: "Hiragino Kaku Gothic ProN";
  display:inline-block;
  width:100%;
}
.productName, .maker{
  font-style: normal;
  font-weight: normal;
  color: #585858;
}
.maker{
  font-size: 1.2rem;
  margin:8px 0;
}
.productName{
  font-size: 1.5rem;
}

/* 2026/07 商品カード：背景色・価格下揃え */
.productContainer li{
  display:flex;
  flex-direction:column;
  box-sizing:border-box;
  background:#FAF9F6;
}
.productContainer .maker{
  padding:10px 12px 0;
}
.productContainer .productName{
  padding:0 12px;
}
.productContainer .priceTag{
  margin-top:auto;
  padding:6px 12px 10px;
  font-weight:700;
}
/*product list end*/
/*responsive*/
@media (max-width: 1200px) {
  .catName{
    font-size:1.1rem;
    letter-spacing:0;
  }
  #headerLogo {
   left: 8vw;
   width: 170px;
  }
  #header nav ul li a {
    font-size: 1.2rem;
    margin: 0 8px;
  }
  .freepage .container:nth-last-of-type(1) {
    margin-bottom: 40px;
  }
  .account {
    transform: translateY(-59%);
  }
  .account li a, .account span {
    font-size: 1.2rem;
  }
  #side {
    margin-left: 8vw;
  }
  #hero {
    height: auto;
  }
  .itemsTitle {
    transform: translateX(0px); 
  }
  #s2 {
    margin-right: 8vw;
  }
  .inqBtn a {
    font-size: 1.3rem;
    padding: 9px 35px;
  }
  #footerLogo {
    width: 208px;
    margin: 0 27px 24px 0;
  }
  footer .container{
    margin-left:8vw;
  }
  footer .wrapper{
    flex-direction: column;
  }
  #copyright{
    left:8vw;
  }
  footer .container ul{
    margin-left:94px;
  }
  .freepage .container {
    padding:0 5%;
  }
  /*.freepage .container p {
    margin: 75px 0 65px 0;
  }*/
  .freepage2 .container p {
  margin: 11px 0 0px 0;
}
  .freepage .container table tbody tr th {
  min-width: 105px;
  font-size:1.3rem;
}
  .freepage .container table tbody tr td {
  font-size:1.3rem;
  }
  #freeHero {
    width: 66vw;
  }
  .borderTop{
    left:0;
  }
}
@media (max-width: 900px){
  .productContainer li {
    width: calc((100% - 2px)/2);
  }
  .productContainer li:nth-of-type(2n) {
    margin:0 0 0px 1px;
  }
  .productContainer li:nth-of-type(2n - 1) {
    margin:0 1px 0px 0;
  }
  .productContainer li:nth-of-type(n + 3) {
    margin-top: 23px;
  }
  #fb {
    margin-right: 15px;
  }
  .sns {
    display: inline-block;
    width: 30px;
  }
  #inqBtn1{
    display:flex;
  }
  #inqBtn2{
    display:none;
  }
  #freeHero {
    height: 376px;
  }
  .freepage2 {
    margin-top: 398px;
  }
}
@media (max-width: 760px) {
  #sendBtn2{
  right:7.5vw;
    height:45px;
}
#backBtn2{
  height:45px;
  left:7.5vw;
}
  #headerLogo {
    width: 135px;
    left: 18px;
  }
  #header {
    justify-content: flex-end;
    height:58px;
  }
  #header nav {
    display:none;
  }
  #hero {
    height: auto;
    margin-top: 58px;
  }
  #side {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    background-color:#f1f1f1;
    transition: all 0.5s ease;
    z-index:15;
    padding: 18px 0 0 0;
    margin:0;
    height: 100vh;
    overflow-y: scroll;
    width: 68vw;
  }
  #serchKeyword {
    width: 83%;
    margin-left:24px;
  }
  #s2 {
    /*width: 85vw;*/
    width:95vw;
    margin: 0 auto;
  }
  #groupTitle1{
    display:inline-block !important;
    width:100%;
  }
  #menuPage{
    display:flex;
    flex-direction:column;
    padding-left:24px;
  }
  .itemsTitle {
    transform: translateX(0);
  }
  .itemsTitle span {
    font-size: 1.6rem;
  }
  #newstable th, #newstable td {
    min-width: 84px !important;
    font-size: 1.1rem  !important;
  }
  .priceTag {
    font-size: 1.6rem;
  }
  .maker {
    font-size: 0.9rem;
    margin: 6px 0;
  }
  .productName {
    font-size: 1.3rem;
  }
  .moreBtn {
    margin: 18px 0 74px 0;
    font-size: 1rem;
  }
  .moreBtn a {
    font-size: 1rem;
  }
  footer {
    flex-direction: column-reverse;
    align-items:center;
    padding: 34px 0 103px 0;
  }

  .onlyMobile{
    display:inline-block !important;
  }
  .burger{
  display:flex !important;
  }
  #closeBtn{
    display:inline-block;
    margin:10px 0 13px 24px;
  }
  .account{
    display:none;
  }
  #groupList span a{
    padding-left:24px;
    color:white;
  }
  #menuPage .tsm-menu-link,
  #menuAccount .tsm-menu-link{
    padding-left:0;
  }
  #menuAccount{
    display:flex;
    flex-direction:column;
    background:white !important;
    padding: 19px 0 7px 24px;
    margin:0 0 27px;
  }
  #menuAccount span{
    display:inline-block !important;
  }
  #menuAccount span a{
    color: #797979 !important;
  }
  .separator{
    display:none;
  }
  .groupTitle {
    color: #797979 !important;
    width: 100%;
    background: white;
    padding:6px 0 6px 24px;
    margin-top: 24px;
    font-size:1.4rem;
  }
  #mailmagaLink{
    margin-left:24px;
  }
  #mailmagaLink a{
    background-color:white;
  }
  #contents {
    margin-top: calc(85px + 40px);
  }
  .freepage .container{
    padding: 0;
  }
  .freepage .container p {
    font-size: 1.3rem;
  }
  .ul li, .ol li{
   font-size: 1.3rem;
}
  #mainLogo {
    width: 230px !important;
    max-width: 56vw;
  }
  .allProduct{
    margin:0 auto 6px;
  }
  .catLinkContainer {
    margin: 0px auto 50px;
  }
  .imgDesc {
    font-size: 1.1rem !important;
  }
  .freepage .container table {
    font-size: 1.4rem;
  }
  .freepage .container table tbody tr th {
    min-width: 85px;
  }
  .freepage2 {
    margin-top: 298px !important;
    margin-bottom: 118px !important;
  }
  #freeHero {
    top: 94px;
    width: 97vw;
    height: 39vh;
  }
  .aboutText {
    font-size: 1.3rem;
  }
  .hoursWrapper h2 {
    font-size: 1.7rem;
  }
  .hoursWrapper p {
    font-size: 1.3rem;
  }
  #maps{
    width: 100% !important;
  }
  .freepage3, #care, #QA {
    width: 85vw !important;
    margin:0 auto !important;
  }
  .freepage3 .container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    margin-top:73px;
  }
  .freepage3 .container .wrapper {
    width: 100%;
  }
  .freepage3 .container img {
    width: 100%;
  }
  .freepage3 .container .wrapper h3 {
    margin-top: 11px;
    font-size: 2.3rem;
  }
  .freepage3 .container .wrapper p {
    font-size: 1.3rem;
    margin: 7px 0 18px;
  }
  #heroX {
    padding: 0;
    margin-bottom: 99px;
  }
  #frame {
    width: 90vw;
  }
  #heroX h2 {
    font-size: 2.2rem;
  }
  #heroX p {
    font-size: 1.3rem;
  }
  #care .container, #QA .container {
    padding:0;
  }
  .dot {
    margin: 13px 0 20px;
  }
  #care .wrapper {
    flex-direction: column;
    margin-bottom: 11px;
  }
  footer .container {
   margin-left: 0vw;
    width:100%;
  }
  #copyright {
    left:20px;
    bottom: 60px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    display:none;
  }
  #copyright2 {
    display:inline-block;
   margin:8px 0 0 0 ;
    letter-spacing: 0px;
  }
  .catContainer{
    margin-bottom:85px;
  }
}
@media (max-width: 600px) {
  footer .container {
    margin:0;
    width:95vw;
    padding:0;
    justify-content: space-between;
  }
  footer .container ul {
    margin-left: 0px;
  }
}
@media (max-width: 430px) {
  footer .container ul {
    margin-left: 0;
  }
  footer .container .wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .inqBtn {
    width:95vw;
    margin: 0 0 25px ;
  }
  .inqBtn a {
    font-size: 1.1rem;
    padding: 9px 0;
    width: 85vw;
  }
  #inqBtn2{
    display:flex;
  }
  #inqBtn1{
    display:none;
  }
  #footerLogo {
    width: 128px;
    margin: 0 0px 37px 0;
  }
  #footerLogo img:nth-of-type(1){
  display:none;
}
  #footerLogo img:nth-of-type(2){
  display:inline-block;
}
  .subContainer{
  min-width:50%;
  }
  footer p {
    font-size: 1.1rem;
  }
}
@media (max-width: 360px) {
  footer .container ul li a {
    font-size: 1rem;
  }
}
/*tile carousels (category/feature)*/
.tsm-tile-section{
  position:relative;
  margin-bottom:60px;
}
.tsm-tile-carousel{
  width:100%;
  overflow:hidden;
}
.tsm-tile-carousel .swiper-slide{
  height:auto;
}
.tsm-tile-carousel .swiper-slide .catLink{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  position:relative;
  overflow:hidden;
}
.tsm-tile-carousel .swiper-slide .catLink img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  margin:0;
}
.tsm-tile-prev, .tsm-tile-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,0.92);
  box-shadow:0 2px 8px rgba(0,0,0,0.22);
  font-size:1.6rem;
  font-weight:600;
  line-height:1;
  color:#333333;
  cursor:pointer;
  z-index:10;
  user-select:none;
  transition:background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.tsm-tile-prev:hover, .tsm-tile-next:hover{
  background:#ffffff;
  box-shadow:0 3px 12px rgba(0,0,0,0.3);
}
.tsm-tile-prev{ left:8px; }
.tsm-tile-next{ right:8px; }
@media (max-width:760px){
  .tsm-tile-prev, .tsm-tile-next{ width:30px; height:30px; font-size:1.3rem; }
  .tsm-tile-prev{ left:4px; }
  .tsm-tile-next{ right:4px; }
}

/*side menu accordion (maker list / material list)*/
#side .tsm-side-title{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:1.6rem;
  color:#585858;
  cursor:pointer;
  user-select:none;
  padding:4px 0;
}
#side .tsm-side-toggle-icon,
#side .tsm-kana-toggle-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.4em;
  flex:none;
  font-size:1.4rem;
  line-height:1;
  cursor:pointer;
}
#side .tsm-side-section.tsm-side-collapsed > .tsm-side-body,
#side .tsm-side-section.tsm-side-collapsed > .tsm-kana-row{
  display:none;
}
#side .tsm-kana-header{
  display:flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
  user-select:none;
  padding:6px 24px 6px 12px;
  font-size:1.3rem;
  color:#585858;
}
#side .tsm-kana-row.tsm-kana-collapsed .tsm-kana-body{
  display:none;
}
#side .tsm-side-section{
  margin-bottom:24px;
}
.burger span.tsm-burger-label{
  display:block;
  width:29px;
  height:auto;
  background:none;
  text-align:center;
  font-size:0.7rem;
  color:#000000;
  margin-top:4px;
  white-space:nowrap;
}
@media (max-width:760px){
  #side .catName2,
  #side .groupName,
  #side .tsm-menu-link,
  #side .tsm-side-title,
  #side .tsm-side-title-text,
  #side .tsm-side-toggle-icon,
  #side .tsm-kana-header,
  #side .tsm-kana-header-text,
  #side .tsm-kana-toggle-icon{
    color:#000000 !important;
  }
}
@media (max-width:760px){
  #side #menuAccount .groupName,
  #side #menuAccount .tsm-menu-link{
    color:#000000 !important;
  }
}
@media (max-width:760px){
  #side{
    width:85vw;
  }
  #side .catName2,
  #side .groupName,
  #side .tsm-menu-link{
    font-size:1.4rem;
    letter-spacing:0.03em;
    line-height:2.4;
  }
  #side .tsm-side-section{
    margin-bottom:28px;
  }
  #side .tsm-side-title{
    border-bottom:1px solid rgba(0,0,0,0.2);
    padding:10px 2px 14px 24px;
  }
  #side .tsm-side-title-text{
    color:#000000 !important;
    font-weight:600;
    font-size:1.7rem;
    letter-spacing:0.08em;
  }
  #side .tsm-side-title .tsm-side-toggle-icon{
    color:#000000 !important;
    font-weight:400;
    font-size:1.2rem;
    width:1.7em;
    height:1.7em;
    border:1px solid rgba(0,0,0,0.35);
    border-radius:50%;
  }
  #side .tsm-side-body{
    padding-top:18px;
  }
  #side .tsm-kana-row{
    margin-bottom:2px;
  }
  #side .tsm-kana-header{
    padding:9px 24px 9px 24px;
  }
  #side .tsm-kana-header-text{
    font-weight:600;
    font-size:1.5rem;
    letter-spacing:0.05em;
  }
  #side .tsm-kana-toggle-icon{
    font-size:1.1rem;
    width:1.5em;
    height:1.5em;
    border:1px solid rgba(0,0,0,0.3);
    border-radius:50%;
  }
  #side .tsm-kana-body{
    padding-top:10px;
    padding-left:6px;
  }
}
#tsm-announce-bar{
  width:100%;
  background-color:#f1f1f1;
  text-align:center;
  padding:8px 20px;
}
#tsm-announce-bar a{
  font-size:1.3rem;
  color:#585858;
  text-decoration:none;
  letter-spacing:0.03em;
}
#tsm-announce-bar a:hover{
  text-decoration:underline;
}
@media (max-width:760px){
  #tsm-announce-bar{
    padding:8px 12px;
  }
  #tsm-announce-bar a{
    font-size:1.15rem;
  }
}
#tsm-announce-bar{
  position:relative;
  z-index:11;
}
#categoryTiles{
  width:100%;
  max-width:100%;
  min-width:0;
  flex:1 1 auto;
}
#categoryTiles .container{
  width:100%;
  max-width:100%;
  min-width:0;
}
#categoryTiles img{
  max-width:100%;
  height:auto;
}

#featureTiles{
  width:100%;
  max-width:100%;
  min-width:0;
  flex:1 1 auto;
}
#featureTiles .container{
  width:100%;
  max-width:100%;
  min-width:0;
}
#featureTiles img{
  max-width:100%;
  height:auto;
}

.addCart{
  border-color:#D97757 !important;
  border-radius:4px !important;
  overflow:hidden;
}
.addCart button{
  background-color:#D97757 !important;
  color:#ffffff !important;
  border-color:#D97757 !important;
  border-radius:4px !important;
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.addCart button i{
  display:inline-flex !important;
  width:18px;
  height:18px;
}

#tsm-back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  width:40px;
  height:40px;
  border-radius:50%;
  background-color:rgba(226,225,221,0.75);
  border:none;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:9998;
  padding:0;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.3s ease, visibility 0.3s ease;
}
#tsm-back-to-top.tsm-visible{
  opacity:1;
  visibility:visible;
}
#tsm-back-to-top .tsm-back-to-top-icon{
  display:block;
  width:9px;
  height:9px;
  border-top:2px solid #333333;
  border-right:2px solid #333333;
  transform:rotate(-45deg);
  margin-top:4px;
}
@media (max-width:768px){
  #tsm-back-to-top{
    right:20px;
    bottom:20px;
    width:36px;
    height:36px;
  }
}

#tsm-header-search-wrap{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:226px;
  display:flex;
  align-items:center;
  z-index:12;
}
#tsm-header-search-toggle{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:3px;
  height:auto;
  padding:0;
  border-radius:0;
  background:transparent;
  flex:none;
}
.tsm-search-icon-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
}
.tsm-search-icon-wrap .tsm-search-icon{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tsm-search-icon-wrap .tsm-search-icon svg{
  width:100%;
  height:100%;
  display:block;
}
#tsm-header-search-form{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  width:300px;
  min-height:88px;
  background:#ffffff;
  border:1px solid #cccccc;
  padding:24px;
  display:none;
  align-items:center;
  gap:8px;
  box-shadow:0 4px 16px rgba(0,0,0,0.1);
  z-index:20;
}
#tsm-header-search-form.tsm-open{
  display:flex;
}
#tsm-header-search-form input[type="text"]{
  flex:1;
  border:1px solid #cccccc;
  padding:14px 12px;
  font-size:1.4rem;
  outline:none;
  color:#585858;
}
#tsm-header-search-submit{
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
}
@media (max-width:1200px){
  #tsm-header-search-wrap{
    right:170px;
  }
}
@media (max-width:760px){
  #tsm-header-search-wrap{
    right:60px;
    top:29px;
  }
  #tsm-header-search-toggle{
    flex-direction:row;
    gap:6px;
    height:32px;
    padding:0 10px 0 8px;
  }
  .tsm-search-icon-wrap{
    width:13px;
    height:13px;
  }
  .tsm-search-label{
    display:inline-block;
    height:auto;
    font-size:1.15rem;
  }
  #tsm-header-search-form{
    width:calc(100vw - 32px);
    right:-40px;
    top:calc(100% + 8px);
  }
}

.tsm-search-label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  height:33px;
  font-size:1.3rem;
  line-height:1.25;
  text-align:center;
  white-space:nowrap;
  color:#BEBEBE;
  flex-shrink:0;
}

#menuAccount .tsm-mobile-account-item{
  display:flex;
  align-items:center;
  gap:10px;
}
#menuAccount .tsm-mobile-account-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:none;
  width:20px;
  height:20px;
}
#menuAccount .tsm-mobile-account-icon svg{
  width:100%;
  height:100%;
  display:block;
}


/* 特集フリーページ（夏におすすめ食品8選など）共通スタイル */
.tsm-feature-page{
  max-width:960px;
  margin:0 auto;
  padding:0 0 40px;
}
.tsm-feature-hero{
  width:100%;
  display:block;
  margin-bottom:32px;
}
.tsm-feature-intro{
  font-family:"Hiragino Kaku Gothic ProN";
  color:#585858;
  font-size:1.5rem;
  line-height:2;
  margin-bottom:40px;
}
.tsm-feature-intro p{
  margin:0 0 1.2em;
}
.tsm-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  list-style:none;
  padding:0;
}
.tsm-feature-card{
  display:block;
  text-decoration:none;
  color:#585858;
}
.tsm-feature-card-img-wrap{
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  margin-bottom:10px;
  background:#f5f5f5;
  position:relative;
}
.tsm-feature-card-img-wrap img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.3s ease;
}
.tsm-feature-card:hover .tsm-feature-card-img-wrap img{
  transform:scale(1.04);
}
.tsm-feature-card-brand{
  font-size:1.1rem;
  color:#999999;
  margin-bottom:4px;
}
.tsm-feature-card-name{
  font-size:1.3rem;
  line-height:1.5;
  margin-bottom:4px;
}
.tsm-feature-card-price{
  font-size:1.3rem;
  color:#585858;
}
@media (max-width:760px){
  .tsm-feature-grid{
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    padding:0 16px;
  }
  .tsm-feature-intro{
    font-size:1.4rem;
    padding:0 16px;
  }
  .tsm-feature-page{
    padding:0 0 24px;
  }
}

.tsm-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}


/* ===== レシピ企画ページ 専用スタイル ===== */
.tsm-recipe-section{
  margin-bottom:64px;
  padding-bottom:48px;
  border-bottom:1px solid #e5e0d8;
}
.tsm-recipe-section:last-of-type{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}
.tsm-recipe-title{
  font-family:"Hiragino Kaku Gothic ProN";
  font-size:1.9rem;
  line-height:1.5;
  color:#3c3c3c;
  margin:0 0 24px;
}
.tsm-recipe-photo-wrap{
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:12px;
  background:#f2ede4;
  margin-bottom:28px;
}
.tsm-recipe-photo-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tsm-recipe-lead{
  font-family:"Hiragino Kaku Gothic ProN";
  font-size:1.2rem;
  line-height:2;
  color:#585858;
  margin-bottom:32px;
}
.tsm-recipe-meta{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:32px;
  margin-bottom:24px;
}
.tsm-recipe-ingredients{
  background:#f8f6f2;
  border-radius:8px;
  padding:24px;
}
.tsm-recipe-ingredients h3,
.tsm-recipe-steps h3{
  font-family:"Hiragino Kaku Gothic ProN";
  font-size:1.1rem;
  letter-spacing:0.05em;
  color:#a89c86;
  margin:0 0 16px;
}
.tsm-recipe-ingredients ul{
  list-style:none;
  padding:0;
  margin:0;
}
.tsm-recipe-ingredients li{
  font-size:1.1rem;
  line-height:1.9;
  color:#585858;
  border-bottom:1px dashed #e2dcd0;
  padding:6px 0;
}
.tsm-recipe-ingredients li:last-child{
  border-bottom:none;
}
.tsm-recipe-steps ol{
  list-style:none;
  padding:0;
  margin:0;
  counter-reset:step;
}
.tsm-recipe-steps li{
  position:relative;
  padding:0 0 20px 44px;
  font-size:1.1rem;
  line-height:1.9;
  color:#585858;
  counter-increment:step;
}
.tsm-recipe-steps li::before{
  content:counter(step);
  position:absolute;
  left:0;
  top:0;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#a89c86;
  color:#fff;
  font-size:0.95rem;
  line-height:28px;
  text-align:center;
}
.tsm-recipe-note{
  font-size:0.95rem;
  color:#a89c86;
  margin:-8px 0 32px;
}
.tsm-recipe-items-label{
  font-family:"Hiragino Kaku Gothic ProN";
  font-size:1rem;
  letter-spacing:0.1em;
  color:#a89c86;
  margin-bottom:16px;
}
@media (max-width:760px){
  .tsm-recipe-meta{
    grid-template-columns:1fr;
    gap:24px;
  }
  .tsm-recipe-title{
    font-size:1.5rem;
  }
  .tsm-recipe-section{
    margin-bottom:48px;
    padding-bottom:32px;
  }
}


/* ===== レシピ番号バッジ（丸数字の代替） ===== */
.tsm-recipe-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#a89c86;
  color:#fff;
  font-size:0.95rem;
  font-family:"Hiragino Kaku Gothic ProN";
  line-height:1;
  margin-right:8px;
  vertical-align:middle;
}
.tsm-recipe-num--inline{
  width:20px;
  height:20px;
  font-size:0.8rem;
  margin:0 2px;
}


/* [検討中] 商品一覧サムネイルを正方形表示に変更 */
.wrapper.imgAspect {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}


/* [検討中] デスクトップ表示のみ：商品一覧サムネイルを少し小さくし、余白を拡大 */
@media (min-width: 901px) {
  .productContainer {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    column-gap: 20px !important;
    row-gap: 24px !important;
  }
  .productContainer li {
    width: auto !important;
    margin: 0 !important;
  }
  .productContainer li:nth-of-type(3n + 1) {
    margin: 0 !important;
  }
  .productContainer li:nth-of-type(3n + 3) {
    margin: 0 !important;
  }
  .productContainer li:nth-of-type(n + 4) {
    margin-top: 0 !important;
  }
}


/* [検討中] モバイル表示：商品一覧サムネイルの間のギャップを少し拡大 */
@media (max-width: 900px) {
  .productContainer li {
    width: calc((100% - 12px)/2) !important;
  }
  .productContainer li:nth-of-type(2n) {
    margin: 0 0 0 6px !important;
  }
  .productContainer li:nth-of-type(2n - 1) {
    margin: 0 6px 0 0 !important;
  }
  .productContainer li:nth-of-type(n + 3) {
    margin-top: 28px !important;
  }
}

/* 2026/07 フッター再デザイン */
footer{
  background:#FAF9F6 !important;
  border-top:1px solid #E6E2D8;
  padding:64px 5vw 40px !important;
  display:block !important;
  position:static !important;
}
.tsmFooterInner{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  padding-bottom:40px;
  border-bottom:1px solid #E6E2D8;
}
.tsmFooterBrand{ flex:0 0 auto; }
.tsmFooterLogo{ display:block; margin-bottom:16px; }
.tsmFooterLogo img{ height:32px; display:block; }
.tsmFooterTagline{ font-size:1.2rem; color:#A8A6A0; letter-spacing:.05em; margin-bottom:20px; }
.tsmSnsRow{ display:flex; gap:10px; }
.tsmSnsRow a{
  width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:transparent; border:1px solid transparent;
  transition:background .2s, border-color .2s, transform .2s;
}
.tsmSnsRow a:hover{ transform:translateY(-1px); }
.tsmSnsRow svg{ width:17px; height:17px; }
.tsmSnsFb{ background:rgba(24,119,242,0.09) !important; border-color:rgba(24,119,242,0.25) !important; }
.tsmSnsFb:hover{ background:rgba(24,119,242,0.16) !important; }
.tsmSnsIg{ background:rgba(193,53,132,0.09) !important; border-color:rgba(193,53,132,0.25) !important; }
.tsmSnsIg:hover{ background:rgba(193,53,132,0.16) !important; }
.tsmSnsLine{ background:rgba(6,199,85,0.10) !important; border-color:rgba(6,199,85,0.28) !important; }
.tsmSnsLine:hover{ background:rgba(6,199,85,0.18) !important; }
.tsmSnsNote{ background:rgba(65,65,65,0.07) !important; border-color:rgba(65,65,65,0.22) !important; }
.tsmSnsNote:hover{ background:rgba(65,65,65,0.13) !important; }
.tsmFooterLinks{ display:flex; gap:64px; flex-wrap:wrap; }
.tsmLinkCol{ display:flex; flex-direction:column; gap:11px; list-style:none; padding:0; margin:0; }
.tsmLinkCol li{ list-style:none; }
.tsmLinkCol a{ font-size:1.2rem; color:#6B6862; letter-spacing:.03em; }
.tsmLinkCol a:hover{ color:#D97757; }
.tsmFooterContact{ flex:0 0 auto; align-self:flex-start; display:inline-flex; width:auto; height:auto; background:none; border:1px solid #585858; padding:0; line-height:normal; }
.tsmFooterContact a{ display:inline-block; padding:12px 28px; color:#585858; font-size:1.2rem; letter-spacing:.05em; white-space:nowrap; }
.tsmFooterContact:hover{ background:#585858; }
.tsmFooterContact:hover a{ color:#fff; }
.tsmFooterBottom{
  max-width:1100px; margin:24px auto 0 !important;
  font-size:1.05rem; color:#B7B4AC; letter-spacing:.03em;
  position:static !important; left:auto !important; bottom:auto !important;
}
@media (max-width:768px){
  footer{ padding:48px 24px 32px !important; }
  .tsmFooterInner{ flex-direction:column; gap:32px; }
}
