@charset "euc-jp";

/* # =================================================================
   # root
   # ================================================================= */
:root {
	/*--shadow: 10px 10px 40px rgba(0,0,0,0.25);*/
  --p: #55341B;
  --s: #917967;
}
/* # =================================================================
   # common
   # ================================================================= */
html {
	font-size: 62.5%;
  height: 100%;
  height: calc(var(--vh) * 100);
  height: -webkit-fill-available;
}
body {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.6rem;
  color: var(--p);
  line-height: 1.6;
  min-height: 100vh;
  height: calc(var(--vh) * 100);
  background: #F8F7F5;
  height: -webkit-fill-available;
  position: relative;
  opacity: 0;
  animation: pageShow 0.5s ease-out forwards;
}
@keyframes pageShow {
    0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes pageShow {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
main {
  padding-top: 136px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a, a:visited, a:hover, a:active {
	color: inherit;
	transition: all .25s;
	text-decoration: none!important;
}
h1, h2, h3 {
  font-weight: 500;
  line-height: 1.4;
}
h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1em;
}
p:not(:last-child) {
    margin-bottom: 1em;
}
*::before, *::after {
    position: absolute;
    transition: all 0.25s;
}
dl, dt, dd {
  line-height: 1.6;
}

.container {
  width: 100%;
  padding: 0;
}
.containerS {
  width: min(86%, 960px);
  margin-left: auto;
  margin-right: auto;
}
.containerM {
  width: min(90vw, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.containerL {
  width: min(86vw, 1460px);
  margin-left: auto;
  margin-right: auto;
}
.scPa {
    padding-top: min(12vw, 100px);
    padding-bottom: min(12vw, 100px);
}
.scPb {
    padding-bottom: min(12vw, 100px);
}
.scMa {
    margin-top: min(12vw, 100px);
    margin-bottom: min(12vw, 100px);
}
.scMb {
    margin-bottom: min(12vw, 100px);
}
.relative {
    position: relative;
}
.flex, .flexSpBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block { display: block; }
.spInline, .md, .sp {
    display: none;
}
.bgWh {
    background-color: #FFF;
}
.txtCenter, .txtSpLeft { text-align: center; }
.txtPrmr { color: #00507F; }
.txtWh { color: #FFF; }
.txtRed { color: #A5262B; }
.underline { text-decoration: underline!important; }
a.hover:hover, .cateSelect a:hover {
  opacity: 0.8;
}





header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 20;
}
.hdCntnt {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.hdCntnt .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(96vw, 1700px);
  flex-wrap: wrap;
}
.hdCntnt .logo {
  width: min(12vw, 225px);
}

.hdPcNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: min(0.96vw, 1.4rem);
  font-weight: 800;
}
.hdPcNav ul {
  display: flex;
  padding: 0 min(1.2vw,30px);
}
.hdPcNav li {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 min(1.2vw,30px);
}
.hdPcNav button {
  position: relative;
  display: flex;
  align-items: center;
}
.hdPcNav button.accOpen {
  color: #814621;
}
.hdPcNav button::after {
  content: "";
  position: static;
  border-top: 7px solid var(--p);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin-left: 5px;
}
.hdPcNav button.accOpen::after {
  border-top: 7px solid #814621;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.hdPcNav .child {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  background: url("https://file003.shop-pro.jp/PA01494/748/img/menu-bg-texture.jpg") no-repeat center center / cover;
  color: #814621;
  padding: 20px 15px;
}
.hdPcNav li:nth-of-type(1) .child, .hdPcNav li:nth-of-type(4) .child {
  left: -20px;
  right: -20px;
}
.hdPcNav .child a {
  display: block;
  position: relative;
  line-height: 1.4;
  padding-right: 0.5em;
}
.hdPcNav .child a:not(:last-child) {
  margin-bottom: 0.4em;
}
.hdPcNav .child a::after {
  content: "";
  top: calc(50% - 0.28em);
  right: 0;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
}
.hdPcNav a:hover {
  opacity: 0.8;
}
.hdLinkGude {
  font-size: min(0.75vw,1.2rem);
  margin-bottom: 8px;
}

.hdSearchLinkArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdSearchLinkArea > *:not(:last-child) {
  margin-right: 10px;
}
.hdSearchForm {
  position: relative;
  width: min(100%, 200px);
}
.hdSearchForm > div {
  background: #F8F7F5;
  padding: 5px 10px;
}
.hdSearchForm input {
  width: calc(100% - 20px);
  padding: 0;
}
.hdSearchSubmit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.linkCart {
  position: relative;
}
.linkCart .cartCount {
  position: absolute;
  top: -6px;
  right: -6px;
  color: #FFF;
  background: #BC0000;
  font-size: 1rem;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  display: grid;
  place-content: center;
}
.linkCart .cartCount.count0 {
  display: none;
}

.toggle {
  display: none;
  position: relative;
  top: 0;
  padding: 20px 0;
  width: 16px;
  height: 15px;
  z-index: 25;
}
.toggle span {
  position: absolute;
  width: 16px;
  height: 2px;
  left: 0;
  background-color: var(--p);
  transition: all 0.15s;
}
.toggle span:nth-child(1) {
    top: calc(50% - 8px);
}
.toggle span:nth-child(2) {
    top: calc(50% - 1px);
}
.toggle span:nth-child(3) {
    top: calc(50% + 7px);
}
.open .toggle span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
}
.open .toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.open .toggle span:nth-child(3) {
    top: 18px;
    transform: rotate(135deg);
}
.drawer {
  display: none;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 180px;/*padding-top: 160px;*/
  z-index: -1;
}
.drawer .containerS {
  width: min(88%, 960px);
}
.drawerLogo {
  width: 146px;
  margin-bottom: 10px;
}
.drawerSearchForm {
  position: relative;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.drawerSearchForm > div {
    background: #F8F7F5;
    padding: 5px;
}
.drawerSearchForm input {
      width: calc(100% - 20px);
    padding: 0;
}
.iconLinkGroup {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.iconLinkGroup a {
  width: 23%;
  background: #F8F7F5;
  font-size: 0.9rem;
  text-align: center;
  position: relative;
  padding: 49px 0 8px;
}
.iconLinkGroup a img {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.iconLinkGroup a:nth-of-type(1) img {
  width: 29px;
}
.iconLinkGroup a:nth-of-type(2) img {
  width: 28px;
}
.iconLinkGroup a:nth-of-type(3) img {
  width: 31px;
}
.iconLinkGroup a:nth-of-type(4) img {
  width: 29px;
}
.iconLinkGroup a span {
  display: block;
}
.iconLinkGroup .cartCount {
  position: absolute;
  top: 8px;
  right: calc(50% - 24px);
  color: #FFF;
  background: #BC0000;
  font-size: 1.1rem;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  display: grid;
  place-content: center;
}
.drNavList {
  background: #F8F7F5;
  font-size: 1.6rem;
}
.drNavList li {
  border-bottom: 1px solid #FFF;
}
.drNavList .parent {
  color: #FFF;
  background: var(--p);
  width: 100%;
  padding: 10px 30px;
}
.drNavList .parent button {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 30px;
}
.drNavList .parent button::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 3px;
  left: 0;
}
.drNavList li:nth-of-type(2) button::before {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/icon-dr-01.png") no-repeat center center / contain;
}
.drNavList li:nth-of-type(3) button::before {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/icon-dr-02.png") no-repeat center center / contain;
}
.drNavList li:nth-of-type(4) button::before {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/icon-dr-03.png") no-repeat center center / contain;
}
.drNavList li:nth-of-type(5) button::before {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/icon-dr-04.png") no-repeat center center / contain;
}
.drNavList li:nth-of-type(6) button::before {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/icon-dr-05.png") no-repeat center center / contain;
}
.drNavList .parent button::after {
  content: "";
  border-top: 7px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: calc(50% - 4px);
  right: 0;
}
.drNavList a {
  display: block;
  position: relative;
  padding: 10px 30px 10px 60px;
}
.drNavList a::after {
  content: "";
  top: calc(50% - 0.28em);
  right: 30px;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);  
}
.drNavList .child {
  display: none;
  padding: 10px 0;
}
.drNavList .child a {
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 0 30px 0 60px;
}
.hdBelt {
  color: #FFF;
  text-align: center;
  background: #3B1F09;
  padding: 7px 0;
}
.hdBelt .container {
  width: min(96vw, 1700px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.hdBelt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 1.3rem;
}
.hdBelt .sns {
  display: flex;
  align-items: center;
  column-gap: 1.1em;
}
@media screen and (max-width: 1800px) {
  .hdBelt .sns {
    
  }
}
.drwSns {
  display: flex;
  justify-content: center;
  column-gap: 35px;
  margin: 15px 0;
}
.spHdLinkGude {
  display: none;
}
.spHdLinkGude a {
  display: grid;
  place-content: center;
  color: #FFF;
  font-size: 0.9rem;
  text-align: center;
  background: var(--p);
}
.spHdLinkGude a:not(:last-child) {
  border-right: 1px solid #FFF;
}
.spHdLinkGude a:nth-child(1), .spHdLinkGude a:nth-child(3) {
  width: 30%;
}
.spHdLinkGude a:nth-child(2) {
  width: 40%;
}

#page-wrapper {
  height: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #D1D1D1;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A0A0A0;
}
.bgLight {
  background: #F8F7F5;
}
.headEn {
  text-align: center;
  font-size: clamp(2.2rem,2.3vw,2.8rem);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: min(6vw, 40px);
}
.headEn span {
  display: block;
  color: var(--s);
  font-size: 0.43em;
  margin-top: 0.2em;
}
.slArea {
  position: relative;
}
.itemSl {
  overflow: hidden;
  padding-top: 20px;
}
.swiper-slide a {
  display: block;
}
.swiper-button-prev, .swiper-button-next {
  width: min(4vw,64px)!important;
  height: min(4vw,64px)!important;
  top: 110px!important;
  margin: 0!important;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-prev {
  left: max(-7vw,-120px)!important;
}
.swiper-button-next {
  right: max(-7vw,-120px)!important;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: ""!important;
  width: 100%!important;
  height: 100%!important;
}
.swiper-button-prev::after {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/sl-prev.png") no-repeat center center / contain;
}
.swiper-button-next::after {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/sl-next.png") no-repeat center center / contain;
}
.productsName img.new_mark_img1 {
  display: none!important;
}
a.newItem {
  position: relative;
}
a.newItem::after {
  content: "";
  width: 42px;
  height: 42px;
  top: -20px;
  right: 15px;
  background: url("https://file003.shop-pro.jp/PA01494/748/img/badge-new-round.png") no-repeat center center / contain;
}
.itemBlockRow .img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.itemBlockRow .img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.itemBlockRow .productsName, .itemListRow .productsName {
  font-weight: 800;
}
.itemBlockRow .price, .itemListRow .price {
  font-size: clamp(1rem,1.2vw,1.5rem);
  margin-bottom: min(2vw,10px);
}
.tagGroup {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px 5px;
}
.tagGroup span {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
  line-height: 1.6;
  color: #FFF;
  border-radius: 5px;
  padding: 0.05em min(2vw, 18px) 0;
}
span.roast1 { background: #B27B58; border: 1px solid #B27B58; }
span.roast2 { background: #814621; border: 1px solid #814621; }
span.roast3 { background: #55341B; border: 1px solid #55341B; }
span.roast4 { background: #3B1F09; border: 1px solid #3B1F09; }
span.scene { background: #B7A66E; border: 1px solid #B7A66E; }
span.use { color: var(--p); border: 1px solid var(--p); }
.tagGroup div {
  width: 100%;
  font-size: 1.2rem;
  margin-top: 5px;
}
.topicsBnRow {
  grid-row-gap: 40px;
}
.topicsBnRow a {
  width: 48.3%;
  filter: drop-shadow(5px 5px 8px rgba(0,0,0,0.2));
}

footer {
  position: sticky;
  top: 100vh;
}
.ftNavBar {
  color: #FFF;
  background: var(--p);
  padding: 10px 0;
}
.ftNavBar ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(1.1rem, 1.1vw, 1.4rem);
}
.ftNavBar li:not(:last-child) {
  margin-right: 30px;
}
.ftNavBar li a {
  display: block;
}
.ftCntnt {
  background: #F8F7F5;
  padding: min(8vw, 50px) 0;
}
.ftCntnt .containerM {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: min(94vw, 1400px);
}
.ftCntnt .colLogo {
  /*width: 235px;*/
  word-break: keep-all;
  width: calc(100% - 630px);
}
.safari .ftCntnt .colLogo {
  word-break: normal;
}
.ftCntnt .colLogo h2 {
  font-size: 1.5rem;
  margin: 1.5em 0 0.2em;
}
.ftCntnt .storeList {
  font-size: 1.2rem;
  width: 230px;
  margin-bottom: 15px;

}
.ftCntnt .linkCoSite {
  margin-bottom: 10px;
}
.ftCntnt .linkCoSite a {
  position: relative;
  font-size: 1.2rem;
  padding-right: 12px;
}
.ftCntnt .linkCoSite a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  top: 0.25em;
  right: 0;
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
  transform: rotate(45deg);
}
.copyright {
    font-size: clamp(0.8rem, 0.9vw, 1rem);
}
.ftCntnt .colNav {
  width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ftLogo {
  display: block;
  width: 220px;
}
.ftCntnt div.cateItem:not(:last-of-type) {
  margin-right: min(3.5vw,50px);
}
.ftCntnt .colNav h2 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.ftCntnt .colNav h2::before {
  content: "";
  position: static;
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 8px;
}
.ftCntnt .colNav div.cateItem:nth-of-type(1) h2::before {
  background-image: url("https://file003.shop-pro.jp/PA01494/748/img/ft-icon-cate1.png");
}
.ftCntnt .colNav div.cateItem:nth-of-type(2) h2::before {
  background-image: url("https://file003.shop-pro.jp/PA01494/748/img/ft-icon-cate2.png");
}
.ftCntnt .colNav div.cateItem:nth-of-type(3) h2::before {
  background-image: url("https://file003.shop-pro.jp/PA01494/748/img/ft-icon-cate3.png");
}
.ftCntnt .colNav div.cateItem:nth-of-type(4) h2::before {
  background-image: url("https://file003.shop-pro.jp/PA01494/748/img/ft-icon-cate4.png");
}
.ftCntnt .colNav div.cateItem:nth-of-type(5) h2::before {
  background-image: url("https://file003.shop-pro.jp/PA01494/748/img/ft-icon-cate5.png");
}
.ftCntnt .colNav ul {
  font-size: 1.2rem;
  line-height: 2;
}

/* # =================================================================
   # Product list page
   # ================================================================= */
.itemListRow {
  display: flex;
  flex-wrap: wrap;
  grid-gap: clamp(25px, 4vw, 70px) 8%;
}
.itemListRow li {
  width: 28%;
}
@media screen and (max-width: 600px) {
  .itemListRow {
    grid-gap: 25px 5%;
  }
  .itemListRow li {
    width: 47.5%;
  }
}
.itemListRow .img {
  border-radius: clamp(5px,0.9vw,10px);
  overflow: hidden;
  margin-bottom: min(2vw,10px);
}
.itemListRow .img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.itemSortList {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: min(8vw, 70px);
}
.itemSortList li {
  padding-left: 1em;
}
.itemSortList li:not(:last-child) {
  padding-right: 1em;
  border-right: 1px solid var(--p);
}

.pager {
  margin: min(6vw,40px) 0 0;
}
.pagerList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.pager li > a, .pager li > span {
  border: none;
  background: none;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pager li > .is-current {
  color: #FFF;
  background: #55341B;
  border-radius: 50px;
}
.pager .pagerPrev, .pager .pagerNext {
  position: relative;
}
.pager .pagerPrev::before, .pager .pagerNext::before {
  content: "";
  top: calc(50% - 0.3em);
  left: calc(50% - 0.3em);
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #55341B;
  border-right: 1px solid #55341B;
}
.pager .pagerPrev::before {
  transform: rotate(225deg);
}
.pager .pagerNext::before {
  transform: rotate(45deg);
}

.priceStrikethrough {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.9em;
}
.itemListRow .discount {
  color: #FFF;
  background: var(--s);
  font-size: 0.9em;
  padding: 0.05em 0.3em;
}
.breadcrumb {
  font-size: 1rem;
  padding: min(4vw, 40px) 0;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb li:not(:last-child) {
  position: relative;
  margin-right: 2em;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  top: 0.4em;
  right: -1.1em;
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
  transform: rotate(45deg);
}
.breadcrumb img.new_mark_img1 {
  display: none!important;
}

/* # =================================================================
   # Story
   # ================================================================= */
.story01wrap {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-story.jpg") no-repeat center center / cover;
  background-attachment: fixed;
  padding-top: 90px;
}

.story01wrap section:not(:last-of-type) {
  margin-bottom: min(23vw,110px);
}
.headStory {
  text-align: center;
  margin-bottom: min(12vw, 100px);
}
.headStory h1 {
  font-size: clamp(2.2rem,2.3vw,2.8rem);
}
.headStory .eng {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.bgTpBrown {
  /*background: rgba(51,33,20,0.5);*/
  background: rgba(29,19,12,0.6);
  opacity: 0;
  /*transition: all 1s;*/
}
.bgTpBrown.actv {
  animation: fadein 1s cubic-bezier(.11,.4,.53,.98) 0.2s forwards;
}
.story01wrap .bgTpBrown {
  padding: 8%;
}
.yearNum {
  font-family: 'Castoro', serif;
  text-align: center;
  font-size: clamp(6.2rem,8vw,9.6rem);
  line-height: 1;
  display: flex;
  justify-content: center;
  position: relative;
  top: -1em;
  padding-bottom: 0.18em;
  margin: -1.4em auto 0.3em;
  transition: all 1s cubic-bezier(.08,.45,.25,.99);
}
.actv .yearNum {
  top: 0;
}
.yearNum::after {
  content: "";
  left: calc(50% - 0.53em);
  width: 1.06em;
  height: 3px;
  bottom: 0;
  background: #FFF;
}
.yearFH {
  vertical-align: bottom;
}
/*.odometer.odometer-auto-theme {
  vertical-align: baseline;
}*/
.headStorySc {
  text-align: center;
  font-size: clamp(1.8rem,2.1vw,2.6rem);
  margin-bottom: 40px;
  opacity: 0
}
.story01wrap .bgTpBrown .flex:not(:last-child) {
  margin-bottom: 30px;
}
.bgTpBrown .flex {
  align-items: center;
}
#scStory1 div.col:nth-child(1) {
  width: 53%;
}
#scStory1 div.col:nth-child(2) {
  width: 39%;
}
#scStory3 div.col:nth-child(1) {
  width: 45%;
}
#scStory3 div.col:nth-child(2) {
  width: 48%;
}
#scStory4 div.col:nth-child(1) {
  width: 45%;
}
#scStory4 div.col:nth-child(2) {
  width: 49%;
}
#scStory5 .flex {
  align-items: center;
}
#scStory5 .img {
  width: calc(90% - min(33vw,35rem));
}
#scStory5 .storyMsg {
  font-size: clamp(2.2rem,4.5vw,5.4rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
.imgShadow {
  box-shadow: 30px 30px 40px rgba(0,0,0,0.55);
}
#scStory2 .img {
  width: min(100%,590px);
  margin: min(7vw,40px) auto;
}
.story01wrap p {
  /*line-height: 1.8;*/
  text-shadow: 0 0 10px #000;
  opacity: 0;
}
.story01wrap .actv p, .actv .headStorySc {
  animation: fadein 0.7s cubic-bezier(.11,.4,.53,.98) 0.7s forwards;
}
@keyframes fadein {
    0% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.motion.fadeUp {
    opacity: 0;
    transition: all 0.5s;
}
.motion.fadeUp.act {
    animation: imgFadeUp 1s cubic-bezier(.11,.4,.53,.98) forwards;
}
.motionf.fadeUp {
  opacity: 0;
    animation: imgFadeUp 1s cubic-bezier(.11,.4,.53,.98) 1s forwards;
}
@keyframes imgFadeUp {
    0% { opacity: 0; transform: translateY(20px);}
	100% { opacity: 1; transform: translateY(0); }
}
@-webkit-keyframes imgFadeUp {
	0% { opacity: 0; transform: translateY(20px);}
	100% { opacity: 1; transform: translateY(0); }
}

.rellax {
    transition: all 0.8s;
}


/* # =================================================================
   # Guide page
   # ================================================================= */
p + .headLeft {
  margin-top: min(8vw, 60px);
}
.borderDotTop {
  background-image: linear-gradient(to right, var(--p), var(--p) 2px, transparent 2px, transparent 5px);
  background-size: 6px 1px;
  background-position: left top; 
  background-repeat: repeat-x;
  padding: 30px 0;
}
.borderDotTop .container {
  display: flex;
  flex-wrap: wrap;
}
.borderDotTop .step, .guideAcc .step {
  width: 120px;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: 1.4;
  font-weight: 800;
}
.borderDotTop dl, .guideAcc dl {
  width: calc(100% - 120px);
}
.borderDotTop dt, .guideAcc dt {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.borderDotTop dd, .guideAcc dd {
  line-height: 1.6;
}
.headLeft {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.guideAcc {
  background: #F8F7F5;
  padding: min(8vw, 40px) 0;
}
.guideAcc:not(:last-child) {
  margin-bottom: min(6vw, 30px);
}
.guideAcc .container {
  width: min(90%, 960px);
  margin: 0 auto;
}
.guideAcc .accHead {
  position: relative;
}
.guideAcc .accHead::after {
  content: "";
  border-top: 12px solid var(--p);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: calc(50% - 6px);
  right: 0;
}
.guideAcc .accHead.open::after {
  transform: scale(1, -1);
}
.accHead h3 {
  margin-bottom: 0.5em;
}
.accHead h3:last-child {
  margin-bottom: 0;
}
.guideAcc .accHide {
  display: none;
}
.accHide  {
  padding-top: 30px;
}
.guideAcc .accHide > div {
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(to right, var(--p), var(--p) 2px, transparent 2px, transparent 5px);
  background-size: 6px 1px;
  background-position: left top; 
  background-repeat: repeat-x;
  padding: 30px 0;
}
.guideAcc .accHide > div:last-child {
  padding-bottom: 0;
}

.headEnLine {
  font-size: clamp(2.2rem, 2.3vw, 2.8rem);
  border-bottom: 1px solid var(--p);
  padding-bottom: 0.2em;
  margin-bottom: 15px;
}
.headEnLine span {
  font-size: clamp(1rem, 1vw, 1.2rem);
  margin-left: 1.5em;
}
h2.headEnLine {
  margin-bottom: min(7vw, 50px);
}
.headEnLine.flex {
  align-items: center;
}
.tbl .head {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background: var(--p);
  border-radius: 10px 10px 0 0;
  padding: 0.3em;
}
.tbl .tblBody {
  background: #F8F7F5;
  padding: 15px min(6vw, 110px);
  border-radius: 0 0 10px 10px;
}
.tbl .tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: linear-gradient(to right, var(--p), var(--p) 2px, transparent 2px, transparent 5px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0 min(3vw,1.5em) 0.3em;
  margin-bottom: 0.3em;
}
.freepage .tbl {
	margin-bottom: 1em;
}
.subHeadLeft {
  font-size: 1.2em;
  font-weight: 700;
  margin: 1.8em 0 0.8em;
}
.noshi {
  display: flex;
  flex-wrap: wrap;
  width: min(100%,740px);
  row-gap: 2px;
}
.noshi li {
  position: relative;
  width: calc(100%/3);
  padding-left: 1em;
}
.noshi li::before {
  content: "・";
  left: 0;
}
.wrapping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-row-gap: 20px;
  width: min(100%,680px);
  margin: 30px auto 0;
}
.wrapping > div {
  width: 47%;
  text-align: center;
}
.wrapping img {
  width: min(80%,50vw);
}
.wrapping > div:nth-child(2) img {
  box-shadow: 0 0 1px #999;
}
.wrapping > div div {
  margin-top: 0.8em;
}
.coupling {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.w100 {
  width: 100%;
}
.wrapping .coupling {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapping .coupling > div {
  width: 49%;
}
.wrapping .coupling .w100 {
  width: 100%;
}
.giftInq {
  padding: min(8vw, 40px) min(10%,120px);
}
@media screen and (max-width: 600px) {
  .wrapping > div {
    width: 100%;
  }
  .giftInq {
    padding: 7% 5%;
  }
  .wrapping .coupling img {
    width: 100%;
  }
  .noshi li {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .freepage .tbl .tblBody {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .freepage .tbl .tr {
    display: block;
    width: calc(100%/6);
    text-align: center;
    background: none;
    padding: 5px 0;
    margin: 0;
  }
  .freepage .tbl .tr:not(:last-child) {
    border-right: 1px dotted var(--p);
  }
  .freepage .tbl .th {
    /*background-image: linear-gradient(to right, var(--p), var(--p) 2px, transparent 2px, transparent 5px);
    background-size: 6px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;*/
    border-bottom: 1px dotted var(--s);
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1500px) {
  .hdLinkGude {
    display: none;
  }
  .hdSearchLinkArea {
    justify-content: flex-end;
    width: 16vw;
  }
  .hdSearchForm {
    width: calc(100% - 110px);
  }
  /*========= Top page =========*/
  .swiper-button-prev {
    left: -3vw!important;
  }
  .swiper-button-next {
    right: -3vw!important;
  }
}

@media screen and (max-width: 1300px) {  
  .ftCntnt .colNav {
    /*width: calc(100% - 250px);*/
  }
  /*========= Top page =========*/
  .swiper-button-prev, .swiper-button-next {
    top: 8.5vw!important;
  }
}

@media screen and (max-width: 1180px) {
  body {
      font-size: 1.4rem;
  }

  .toggle {
      display: block;
  }
  .hdCntnt {
    height: 100px;
  }
  .hdCntnt .logo {
    width: 145px;
  }
  .hdPcNav {
    display: none;
  }
  .hdcolR {
    display: flex;
  }
  .drawerSearchForm {
    display: block;
  }
  .hdSearchLinkArea {
    width: 80px;
    margin-right: 20px;
  }
  .hdSearchForm {
    display: none;
  }
  .spHdLinkGude {
    display: block;
    height: 22px;
    background: #FFF;
  }
  .spHdLinkGude > div {
    display: flex;
    height: 100%;
  }
  .hdBelt .container {
    width: 88%;
    justify-content: space-between;
  }
  .hdBelt span {
    position: static;
    transform: translate(0,0);
    font-size: 1rem;
    width: calc(100% - 65px);
    text-align: left;
  }
  .hdBelt .sns img {
    height: 18px;
  }
  main {
    padding-top: 168px;/*padding-top: 154px;*/
  }
  .ftCntnt .containerM {
    width: 90vw;
  }

  .ftCntnt .storeList {
    margin-bottom: 20px;
  }

  .ftLogo {
    display: block;
    width: 200px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 820px) {
  .md { display: block!important; }
  .mdNone { display: none!important; }
  .ftNavBar {
    padding: 0;
  }
  .ftNavBar .containerM {
    width: 100%;
  }
  .ftNavBar li {
    text-align: center;
    width: 50%;
    padding: 10px 0;
    margin: 0!important;
  }
  .ftNavBar li:not(:last-child):not(:nth-child(5)) {
    border-bottom: 1px solid #FFF;
  }
  .ftNavBar li:nth-child(even) {
    border-left: 1px solid #FFF;
  }
  .ftNavBar li:last-child:not(:nth-child(even)) {
    width: 100%;
  }
  
  a.newItem::after {
    width: 28px;
    height: 28px;
    top: -14px;
    right: 12px;
  }
}

@media screen and (max-width: 600px) {
  .spNone { display: none!important; }
  .spInline { display: inline!important; }
  .flexSpBlock, .sp { display: block; }
  .txtSpLeft { text-align: left; }
  
  .hdCntnt .container, .containerS {
    width: 88%;
  }
  .linkCart .cartCount {
    font-size: 0.9rem;
    width: 11px;
    height: 11px;
    top: -4px;
    right: -5px;
  }
  .ftCntnt .storeList {
    width: 100%;
  }
  .colShop {
    width: 100%;
  }

  .swiper-button-prev, .swiper-button-next {
   width: 30px!important;
    height: 30px!important;
    top: calc(14.3vw + 5px)!important;
  }
  
  .storyPageWrap {
    background: #342B1F!important;
  }
  .story01wrap::before {
    content: none;
  }

  .storybg {
    min-height: calc(100lvh + 60px);
	height: 100lvh;
	/*z-index: 0!important;*/
  }

  .breadcrumb ul {
    display: none;
  }
  .hdBelt span {
    width: 100%;
  }

  
  /*========= Guide page =========*/
  .guideAcc .accHead {
    padding-right: 23px;
  }
  .guideAcc .accHead::after {
    border-top: 9px solid var(--p);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: calc(50% - 4px);
  }
  .borderDotTop .step, .guideAcc .step {
    width: 75px;
  }
  .borderDotTop dl, .guideAcc dl {
    display: contents;
  }
  .borderDotTop dt, .guideAcc dt {
    width: calc(100% - 75px);
  }
  /*========= Story =========*/
  .story01wrap {
    background: none;
  }
  .story01wrap::before {
    /*background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-story-sp.jpg") no-repeat center center / cover;
    position: fixed;
    height: calc(100vh + 50px);*/
    content: none;
  }
  .storybg {
    position: fixed;
    background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-story-sp.jpg") no-repeat center center / cover;
    top: 0;
    left: 0;
    width: 100%;
    min-height: calc(100lvh + 60px);
    height: 100lvh;
    /*height: 100lvh;*/
  }
  .storybg img {
    display: none;
  }
  .headStory {

  }
  .yearNum {
    margin: -55px auto 0.3em;
  }
  #scStory1 div.col:nth-child(1), #scStory3 div.col:nth-child(1), #scStory4 div.col:nth-child(2) {
    width: 100%;
  }
  #scStory1 div.col:nth-child(2), #scStory3 div.col:nth-child(2), #scStory4 div.col:nth-child(1) {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }
  .imgShadow {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.55);
  }
  #scStory5 .img {
    width: 86%;
    margin: 0 auto;
  }
  #scStory5 .storyMsg {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    order: -1;
  }

}

/*=== カレンダー ===*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-size: 0.9em;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.calendarRow {
  display: flex;
  flex-wrap: wrap;
}
.colCalendar {
  margin-left: min(2vw,35px);
}
.ftCntnt .colCalendar h2 {
  margin: 0 0 0.4em;
    font-weight: 500;
}
.side_cal {
  display: flex;
  column-gap: min(4vw, 30px);
  align-items: baseline;
}
@media screen and (max-width: 1350px) {
    .ftCntnt .colNav {
    display: none;
  }

    .ftCntnt .colLogo {
    width: 100%;
  }
  .calendarRow {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .ftCntnt .colLogo {
    text-align: center;
  }
  .colCalendar {
    margin: 20px 0 0;
  }
}

/*ギフトページ*/
#scGiftFst {
  padding: min(12vw, 100px) 0 min(18vw, 150px);
}
#scGiftFst .giftMv {
  width: min(100%, 1200px);
  margin: 0 auto -100px;
}
@media screen and (max-width: 1200px) {
  #scGiftFst {
    padding: 0 0 18vw;
  }
}
#scGiftFst .txt {
  background: #F8F7F5;
  width: min(100%,1000px);
  position: relative;
  padding: min(8vw,90px) min(5vw,100px);
  margin:  0 auto;
}
#scGiftFst .txt h2 {
  text-align: center;
  font-size: clamp(1.8rem,2.3vw,2.8rem);
  margin-bottom: 1em;
}
#scGiftFst .txt p {
  letter-spacing: 0.08em;
  line-height: 1.8;
}

#scGiftSet {
  padding-bottom: min(12vw, 100px);
}
#scGiftSet h2 {
  width: 90%;
  text-align: center;
  margin: -25px auto min(8vw,100px);
}
.giftsetCntn {
  background: #FFF;
  padding: min(9vw,100px) min(6vw,100px);
}
.giftsetCntn:not(:last-child) {
  margin-bottom: min(10vw,100px);
}
.giftsetCntn .data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: min(8vw,110px);
}
.giftsetCntn .productImg {
  width: 43%;
}
.giftsetCntn .itemDesc {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.05em;
}
.itemDesc h3 {
  font-size: clamp(1.8rem,2.5vw,3rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.itemDesc h3 span {
  font-size: 0.73em;
}
.giftsetCntn .price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: min(5vw,35px);
}
.giftsetCntn .price span {
  font-size: 0.6em;
}
.giftsetCntn .itemDesc dl:not(:last-of-type) {
  margin-bottom: min(5vw,30px);
}
.giftsetCntn .itemDesc dt {
  font-weight: 500;
  color: #FFF;
  background: var(--p);
  padding: 0.15em 1em 0.1em;
  margin-bottom: 0.4em;
}
.itemLabel {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px calc(5.5%/2);
  margin-top: min(5vw,30px);
}
.itemLabel span {
  min-width: 31.5%;
  text-align: center;
  color: #FFF;
  background: var(--p);
  padding: 0.15em 0.5em 0.1em;
}
.giftsetCntn .btnBuy {
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  color: #FFF;
  background: #A5262B;
  width: 100%;
  border: 1px solid #A5262B;
  padding: min(3vw,18px);
  margin-top: 30px;
}
.giftsetCntn .btnBuy:hover {
  color: #A5262B;
  background: #FFF;
}
.tabArea {
  display: flex;
  column-gap: 8px;
}
.tabArea .tab {
color: #FFF;
background: #B7A66E;
cursor: pointer;
text-align: center;
line-height: 1.2;
min-width: min(15vw,210px);
height: 60px;
display: grid;
place-content: center;
padding: 0 min(2vw,10px);
border-radius: 10px 10px 0 0;
}
.tabArea .tab.act {
  background: var(--p);
}
.panelArea {
  position: relative;
background: #F8F7F5;
border-top: 14px solid var(--p);
}
.panelArea .panel {
  position: relative;
  padding: min(5vw,60px);
}
.setContentsBlock:not(:first-of-type) {
  margin-top: min(9vw,50px);
}
.setContentsBlock > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.panelArea .panel:not(.show) {
  position: absolute;
  opacity: 0;
  height: 0;
  z-index: -1;
}
.setContentsBlock .img {
  width: 34%;
}
.setContentsBlock .txt {
  width: 60%;
  letter-spacing: 0.08em;
}
.setContentsBlock .itemName {
  font-size: clamp(1.8rem,1.8vw,2.2rem);
  border-bottom: 1px solid var(--p);
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}
.setContentsBlock .material {
  font-size: 1.4rem;
  background: #FFF;
  padding: 15px;
}
.medium {
  font-weight: 500;
}
.setContentsBlock .material .medium {
  margin-bottom: 0.2em;
}
.setContentsBlock .material .medium:not(:first-child) {
  margin-top: 0.4em;
}
.panel .close {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: url("https://file003.shop-pro.jp/PA01494/748/img/btn-close-sankaku.png") no-repeat center center / contain;
  opacity: 1;
}
.panel.one .close {
  transform: scale(1,-1);
}
.customerVoice {
  margin-top: min(10vw,80px);
}
.customerVoice h3 {
  text-align: center;
  font-size: clamp(1.8rem,2.3vw,2.8rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
.customerVoice h3 span {
  position: relative;
}
.customerVoice h3 span::before, .customerVoice h3 span::after {
  content: "";
  width: 18px;
  height: 30px;
  top: calc(50% - 15px);
  background: url("https://file003.shop-pro.jp/PA01494/748/img/double-slash.png") no-repeat center center / contain;
}
.customerVoice h3 span::before {
  left: -0.9em;
}
.customerVoice h3 span::after {
  right: -0.9em;
  transform: scale(-1,1);
}
.instaRow {
  overflow: hidden;
}
.postNext, .postPrev {
  display: none;
}
.instaRow:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 2%;
  width: 100%;
}
.instaRow:not(.swiper-initialized) .swiper-slide {
  width: 32%;
}
.instaRow blockquote, .instaRow iframe {
  min-width: 0!important;
  height: 592px;
}
@media screen and (max-width: 1200px) {
  .instaRow .swiper-slide {
  }
  .postNext, .postPrev {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: url("https://file003.shop-pro.jp/PA01494/748/img/slider-arw.png") no-repeat center center / contain;
    z-index: 1;
  }
  .postPrev {
    left: -6px;
  }
  .postNext {
    right: -6px;
    transform: scale(-1,1);
  }
  .instaRow blockquote, .instaRow iframe {
    height: 77vw;
  }
}
@media screen and (max-width: 600px) {
  .instaRow blockquote, .instaRow iframe {
    height: 160vw;
  }
}

a.btnPrm {
  display: block;
  width: min(88%,355px);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #FFF;
  background: var(--p);
  padding: 10px;
  margin: 0 auto min(15vw,150px);
}
a.btnPrm:hover {
  background: #B7A66E;
}
#scGiftFaq h2 {
  font-size: clamp(1.8rem,2vw,2.4rem);
  margin-bottom: 1em;
}
.basicAcc {
  background: #F8F7F5;
  padding: min(5vw,28px) min(6vw,120px);
}
dl.basicAcc:not(:last-child) {
  margin-bottom: min(5vw, 30px);
}
.basicAcc .accHead {
  display: flex;
  font-size: 1.8rem;
  position: relative;
}
.basicAcc .accHead::after {
  content: "";
  border-top: 12px solid var(--p);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: calc(50% - 6px);
  right: -30px;
}
.basicAcc .accHead.open::after {
  transform: scale(1, -1);
}
.basicAcc .eng {
  font-size: clamp(2.2rem,2.7vw,3.3rem);
  font-weight: 800;
  width: 45px;
}
.basicAcc .eng + div {
  width: calc(100% - 45px);
  padding-top: 0.75em;
}
.basicAcc .accHide {
  display: none;
  background-image: linear-gradient(to right, var(--p), var(--p) 2px, transparent 2px, transparent 5px);
  background-size: 6px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  padding: 25px 0 10px;
  margin-top: min(3vw,20px);
}
.basicAcc .accHide > div {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .basicAcc .accHead::after {
    right: 0;
  }
  .basicAcc .accHead {
    font-size: 1.6rem;
    padding-right: 30px;
  }
  .basicAcc .accHide {
    width: calc(100% - 30px);
  }
  
}
@media screen and (max-width: 600px) {
  #scGiftFst .giftMv {
    margin: 0 auto -40px;
  }
  .giftsetCntn .productImg {
    width: 100%;
    margin-bottom: 30px;
  }
  .giftsetCntn .itemDesc {
    width: 100%;
  }
  .itemLabel span {
    min-width: auto;
  }
  .setContents {
    background: #F8F7F5;
    padding: 20px;
  }
  .tabArea {
    flex-wrap: wrap;
    justify-content: space-between;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }
  .tabArea .tab {
    width: 48%;
    height: auto;
    min-height: 42px;
    border-radius: 5px;
    font-size: min(3.4vw,1.4rem);
  }
  .panelArea {
    border: none;
  }
  .panelArea .panel {
    padding: 0;
  }
  .setContentsBlock .img {
    width: 100%;
    margin-bottom: 15px;
  }
  .setContentsBlock .txt {
    width: 100%;
  }
  
  .customerVoice h3 span::before, .customerVoice h3 span::after {
    width: 12px;
  }
  #scGiftFaq h2 {
    text-align: center;
  }
  .basicAcc .eng {
    width: 25px;
  }
  .basicAcc .eng + div {
    width: calc(100% - 25px);
    padding-top: 5px;
  }
}
/*ギフトページ ここまで*/

/*栄養成分点線*/
.line1{
  border: none;
  border-top: 1px dotted #999;
  margin-bottom: -5px;
}

/*栄養成分点線 ここまで*/

/* 初期状態でサブメニューを非表示 */
.subMenu {
  display: none;
  margin-left: 15px; /* インデントを調整 */
  list-style: disc; /* ディスクマークを適用 */
  white-space: nowrap; /* 項目が途中で改行されないように設定 */
}

/* サブメニュー項目のリンクスタイル */
.subMenu li a {
  white-space: nowrap; /* 改行を防ぐ */
  display: block; /* クリック可能領域を広げる */
}


.colNav {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; /* カテゴリ間の余白 */
}

.cateItem {
  flex: 1 1 115px; /* 各カテゴリを幅200pxで表示 */
  min-width: 115px; /* 最小幅を指定 */
  max-width: 200px; /* 最大幅を指定 */
  margin-bottom: 20px; /* カテゴリ間の下余白 */
  white-space: nowrap; /* 改行を防ぐ */
}

.cateItem h2 {
  white-space: nowrap; /* 見出しが途中で改行されないように設定 */
}


@media screen and (max-width: 768px) {
  .colNav {
    flex-direction: column; /* 1列表示 */
  }

  .cateItem {
    width: 100%; /* 親幅に合わせる */
  }
}

@charset "utf-8";
/* CSS Document */
