@charset "UTF-8";

.fs-l-page {
  overflow: hidden;
}

header.header2024 .header__fsfmo {
  gap: 1em;
  margin: 0;
  padding: 0;
  border: none;
}

header.header2024 .header__fsfmo__only {
  position: relative;
  margin: 0;
  padding: 0.75em 0.5em 0.65em;
  line-height: 1em;
}

header.header2024 .header__fsfmo__only:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #774c06;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

header.header2024 .header__fsfmo p {
  line-height: 1.4em;
}

header.header2024 .header__fsfmo p * {
  line-height: 1.4em;
}

header.header2024 .header__category {
  background: transparent;
}

header.header2024 .header__category li:after {
  display: none;
}

header.header2024 .header__category li a {
  padding: 1.5em 0;
  color: #231815;
}

header.header2024 .header__category li a p {
  margin: 0;
}

header.header2024 .header__memberMenu p {
  letter-spacing: 0;
}

header.header2024 .header__spmenu ul.sns {
  padding: 0.5em 0 0;
  border-top: none;
}

header.header2024 .header__spmenu ul.sns li a {
  padding: 0;
}

header.header2024 .header__spmenu ul.sns li a img {
  width: 35px;
}

header.header2024 .naviButton {
  width: 60px;
  height: 60px;
}

.style2024.top-2024.wrap {
  width: 100%;
}

.style2024.top-2024.wrap .contentIn {
  width: 1240px;
}

.style2024 .ttlStl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

.style2024 .ttlStl01 .en {
  margin: 0;
  font-size: 1rem;
}

.style2024 .btnStl05 {
  font-family: "Noto Serif JP";
}

.style2024 .btnStl05:after {
  width: 0.4em;
  height: 0.4em;
}

.style2024 #mainBn {
  padding: 0 75px 4.5em;
}

.style2024 #mainBn .slick-slide {
  padding: 0 0.5em;
}

.style2024 #mainBn .slick-arrow {
  width: 30px;
  height: 30px;
}

.style2024 #mainBn .slick-arrow.slick-prev {
  left: -75px !important;
}

.style2024 #mainBn .slick-arrow.slick-next {
  right: -75px !important;
}

.style2024 .productSlider04 {
  position: relative;
  margin-left: -10px;
}

.style2024 .productSlider04 .slick-list {
  overflow: visible;
}

.style2024 .productSlider04 .slick-list .slick-slide {
  padding: 0 10px;
}

.style2024 .productSlider04 .slick-arrow {
  position: absolute;
  top: -50px;
  width: 40px;
  height: 40px;
}

.style2024 .productSlider04 .slick-arrow.slick-prev {
  left: auto !important;
  right: 50px;
}

.style2024 .productSlider04 .slick-arrow.slick-next {
  right: 0 !important;
}

.style2024 .productSlider04 .productName {
  font-size: 1.6rem;
}

.style2024 .productSlider04 .productPrice {
  font-family: "Times New Roman";
  font-size: 1.4rem;
}

.style2024 .productSlider04 .productPrice .tax {
  margin-left: 1em;
  font-size: 1rem;
}

.style2024 .productSlider04 .btnStl05 {
  max-width: 100%;
  margin-top: 1em;
  padding: 0.956em;
}

.style2024 #whatsNew .whatsNew__wrap {
  display: grid;
  grid-template-columns: 12% 85%;
  grid-template-rows: 1fr auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style2024 #whatsNew .whatsNew__table {
  grid-column: 2;
  grid-row: 1/3;
  background-color: #f7f5f2;
}

.style2024 #whatsNew table tr+tr {
  border-top: 1px solid #fff;
}

.style2024 #whatsNew table tr>* {
  padding: 1.25em 1em;
}

.style2024 #whatsNew table tr>th {
  position: relative;
  width: 10em;
  padding-left: 2em;
  color: #774c06;
  font-family: "Times New Roman";
  font-weight: normal;
}

.style2024 #whatsNew table tr>th:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.35em;
  height: 0.35em;
  background: #774c06;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.style2024 #ranking {
  background: none;
}

.style2024 #ranking .rankingNumber {
  position: absolute;
  top: 1em;
  right: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  font-family: "Times New Roman";
  background: #f0ede9;
}

.style2024 #ranking .rankingNumber[aria-label="1位"] {
  color: #fff;
  background: #a89358;
}

.style2024 #ranking .rankingNumber[aria-label="2位"] {
  color: #fff;
  background: #969d9e;
}

.style2024 #ranking .rankingNumber[aria-label="3位"] {
  color: #fff;
  background: #956423;
}

.style2024 #category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: none;
}

.style2024 #category>a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 2.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.style2024 #category>a:nth-of-type(1) {
  grid-column: 1/3;
  aspect-ratio: 1/1;
}

.style2024 #category>a:nth-of-type(2) {
  grid-column: 3/5;
  aspect-ratio: 1/1;
}

.style2024 #category>a:nth-of-type(3) {
  grid-column: 5/7;
  aspect-ratio: 1/1;
}

.style2024 #category>a:nth-of-type(4) {
  grid-column: 1/4;
  grid-row: 2;
  aspect-ratio: 3/2;
}

.style2024 #category>a:nth-of-type(5) {
  grid-column: 4/7;
  grid-row: 2;
  aspect-ratio: 3/2;
}

.style2024 #category>a.category__otameshi {
  background-image: url(https://kokutei.itembox.design/item/images/top/category_otameshi.jpg);
}

.style2024 #category>a.category__jitaku {
  background-image: url(https://kokutei.itembox.design/item/images/top/category_jitaku.jpg);
}

.style2024 #category>a.category__gift {
  background-image: url(https://kokutei.itembox.design/item/images/top/category_gift.jpg);
}

.style2024 #category>a.category__kogashininniku {
  background-image: url(https://kokutei.itembox.design/item/images/top/category_kogashininniku.jpg);
}

.style2024 #category>a.category__cyokusoubin {
  background-image: url(https://kokutei.itembox.design/item/images/top/category_cyokusoubin.jpg);
}

.style2024 #category>a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.style2024 #category>a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.style2024 #category>a p {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style2024 #category>a p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 0.18em;
  height: 0.18em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.style2024 #category>a p:after {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  border: 1px solid #fff;
  border-radius: 50%;
}

.style2024 #category>a:hover:before {
  opacity: 1;
}

.style2024 #search {
  background: none;
}

.style2024 #search>.contentIn {
  padding: 0 20px;
}

.style2024 #search .ttlStl01 {
  margin-bottom: 1.4em;
}

.style2024 #search .search__wrap {
  display: grid;
  grid-template-columns: 58% 42%;
  grid-template-rows: 1fr auto;
  padding: 0;
}

.style2024 #search .search__tags ul {
  gap: 1.2em 0.75em;
}

.style2024 #search .search__tags ul>li a {
  display: block;
  padding: 0.75em 1em;
  color: #fff;
  background: #231815;
  border-radius: 500px;
}

.style2024 #search .search__price {
  position: relative;
  grid-column: 2;
  grid-row: 1/3;
}

.style2024 #search .search__price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  background: #dbd8d1;
}

.style2024 #search .search__price ul.priceList {
  display: grid;
  gap: 1.4em 0;
  grid-template-columns: repeat(2, 48.5%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5em;
}

.style2024 #search .search__price ul.priceList li a {
  max-width: 100%;
  padding: 0.9572em;
}

.style2024 #search .search__price form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2em;
}

.style2024 #search .search__price form input {
  height: 60px;
}

.style2024 #search .search__price .priceSearch {
  gap: 0.5em;
  margin-top: 0;
}

.style2024 #search .search__price .priceSearch__input {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: bottom;
}

.style2024 #search .search__price .priceSearch__input input {
  width: 100%;
  padding: 0.75em 2.5em 0.75em 0.5em;
  text-align: right;
}

.style2024 #search .search__price .priceSearch__input:after {
  content: "円";
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.style2024 #search .search__keyword form {
  position: relative;
}

.style2024 #search .search__keyword form input {
  height: 60px;
  padding: 1em;
}

.style2024 #search .search__keyword form *[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.style2024 #search *[type=submit] {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  background: #000 url(https://kokutei.itembox.design/item/images/common/icon_search_white.svg) no-repeat center center/35%;
  aspect-ratio: 1/1;
}

.style2024 #about {
  padding: 5em 0 5em;
}

.style2024 #about .about__banner {
  display: grid;
  grid-template-columns: repeat(4, 23.334%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style2024 #about .about__banner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.style2024 #about .about__banner a:hover {
  opacity: 0.8;
}

.style2024 #blog {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em 1em;
  justify-content: space-between;
}

.style2024 #blog .btnStl05 {
  width: 180px;
  margin: 0.4em 0 0;
  padding: 1em;
}

.style2024 #blog .btnStl05:after {
  right: 1em;
}

.style2024 #blog .blog__list {
  flex-basis: 100%;
}

.style2024 #blog .blog__list li {
  border-bottom: 1px solid #dbd8d1;
}

.style2024 #blog .blog__list li a {
  display: grid;
  gap: 2.5em;
  grid-template-columns: 27.35% 1fr;
  padding: 2em 1em 2em 0;
}

.style2024 #blog .blog__list li a .articleBox__date {
  margin-top: 0.3em;
}

.style2024 #blog .blog__list li a .articleBox__date:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.style2024 .sec-col2 {
  display: grid;
  grid-template-columns: repeat(2, 48.75%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style2024 #hp {
  padding: 3.2em 7.265% 3em;
  background: #f7f5f2;
}

.style2024 #hp .hp__siteLink {
  position: relative;
  display: block;
  color: #fff;
}

.style2024 #hp .hp__siteLink:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.style2024 #hp .hp__siteLink span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Serif JP';
}

.style2024 #hp ul {
  margin-top: 3em;
}

.style2024 #hp ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.style2024 #hp ul li+li {
  border-left: 1px solid #dbd8d1;
}

.style2024 #hp ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.5em;
  font-family: "Times New Roman";
}

.style2024 #hp ul li a p {
  margin-top: 0.75em;
}

.style2024 #hp ul li img {
  width: 35px;
}

.style2024 #shop {
  padding: 6em 0 3em;
}

.style2024 #shop .ttlStl01 {
  margin-bottom: 2em;
}

.style2024 #shop ul {
  display: grid;
  grid-template-columns: repeat(4, 23.334%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.e-gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75em;
  margin-top: 1em;
}

.e-gift .e-gift__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.95em 1.4em;
  color: #774c06;
  font-family: "Noto Serif JP";
  background: #f7f5f2;
  border-radius: 500px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.e-gift .e-gift__btn:hover {
  opacity: 0.8;
}

.e-gift .e-gift__btn:before {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.1em;
  height: 1.1em;
  background: url(https://kokutei.itembox.design/item/images/common/icon_gift_brown.svg) no-repeat center center/contain;
}

.e-gift .e-gift__btn:after {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #774c06;
  border-right: 1px solid #774c06;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.e-gift .e-gift__q {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.e-gift .e-gift__q:hover {
  opacity: 0.8;
}