@charset "ECU-JP";
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  min-height: 0vw;
  /* Safari clamp´Ø¿ôÂÐºö */
}

html {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
}
_::-webkit-full-page-media,
_:future,
:root,
body {
  -webkit-animation: safariFix 1s forwards infinite;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: left;
  color: #000000;
  background-color: #fff;
  animation: loading 1.3s;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.6875rem;
    line-height: 1.8181818182;
    letter-spacing: 0.06em;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 300;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-family: "Noto Sans JP", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.75rem;
}

::-moz-placeholder {
  color: #000000;
  font-size: 0.75rem;
}

:-ms-input-placeholder {
  color: #000000;
  font-size: 0.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol {
  list-style-type: none;
  padding-left: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

dt, dd, th, td {
  margin: 0;
  font-weight: 300;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
  stroke: #000000;
  stroke-width: 1;
  fill: none;
  width: 28px;
  height: 28px;
}

#map,
#movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 56.25% */
}

#map iframe,
#movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map img {
  max-width: none;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

.cf::after {
  content: "";
  clear: both;
  display: table;
}

::-moz-selection {
  background: #ececec;
  /* Firefox */
}

::selection {
  background: #ececec;
  /* Safari */
}

.d-n {
  display: none;
}

.sp-s-db, .sp-dn,
.pc-db, .tb-db {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp-s-dn, .sp-dn {
    display: block;
  }
  .pc-db {
    display: block !important;
  }
  .pc-dn,
  .sp-db, .sp-s-db {
    display: none;
  }
}
@media screen and (max-width: 927px) and (min-width: 769px) {
  .tb-db {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-s-db {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .sp-s-dn, .sp-s-dn-i {
    display: none;
  }
  .sp-s-db {
    display: block;
  }
}
#g-wrapper {
  flex: 1;
}

#g-header {
  position: relative;
  max-width: 1367px;
  margin: auto;
  padding: 40px 20px 100px;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
}
@media screen and (max-width: 460px) {
  #g-header {
    padding: 20px 20px 77px;
  }
}
@media screen and (min-width: 1250px) {
  #g-header {
    display: flex;
    justify-content: space-between;
  }
}

#g-nav-l ul {
  margin: 0;
}
#g-nav-l svg {
  width: 15px;
  height: 15px;
}
#g-nav-l a {
  font-size: 0.875rem;
}
#g-nav-l .cate-name {
  position: relative;
  margin-top: 25px;
}
#g-nav-l .cate-name:has(.cate-slist) a {
  display: inline-block;
}
#g-nav-l .toggle-btn, #g-nav-l .toggle-btn2 {
  display: inline-block;
  margin-left: 15px;
  width: 11px;
  height: 11px;
  position: relative;
}
#g-nav-l .toggle-btn:hover, #g-nav-l .toggle-btn2:hover {
  cursor: pointer;
}
#g-nav-l .toggle-btn::before, #g-nav-l .toggle-btn::after, #g-nav-l .toggle-btn2::before, #g-nav-l .toggle-btn2::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease-out;
}
#g-nav-l .toggle-btn::before, #g-nav-l .toggle-btn2::before {
  width: 1px;
  height: 11px;
  top: 0px;
  left: 5px;
  border-left: 1px solid #666666;
}
#g-nav-l .toggle-btn::after, #g-nav-l .toggle-btn2::after {
  opacity: 1;
  width: 11px;
  height: 1px;
  top: 5px;
  left: 0;
  border-top: 1px solid #666666;
}
#g-nav-l .toggle-btn.active::before, #g-nav-l .toggle-btn2.active::before {
  transform: rotate(90deg);
}
#g-nav-l .toggle-btn.active::after, #g-nav-l .toggle-btn2.active::after {
  opacity: 0;
}
#g-nav-l .cate-slist li {
  margin-left: 1em;
  margin-top: 15px;
  line-height: 1.7142857143;
}
#g-nav-l #mask {
  display: none;
}
@media screen and (min-width: 1250px) {
  #g-nav-l .list1 {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  #g-nav-l .list1 li {
    position: relative;
  }
  #g-nav-l .list1 > li {
    line-height: 1;
  }
  #g-nav-l .list1 > li:first-of-type, #g-nav-l .list1 > li:nth-of-type(2) {
    display: none;
  }
  #g-nav-l .list1 .cate-list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  #g-nav-l .list1 .cate-name {
    margin-top: 0;
  }
  #g-nav-l .list1 .cate-name:hover .cate-slist {
    opacity: 1;
    visibility: visible;
  }
  #g-nav-l .list1 .cate-slist {
    opacity: 0;
    will-change: opacity;
    visibility: hidden;
    position: absolute;
    background: #E6E6E6;
    z-index: 10;
    top: 25px;
    padding: 0px 25px 25px;
    width: 220px;
    transition: all 0.3s linear 0.3s;
  }
  #g-nav-l .list1 .cate-slist:hover {
    opacity: 1;
    visibility: visible;
  }
  #g-nav-l .list1 .online-link:hover + .toggle-btn2 + .cate-list {
    opacity: 1;
    visibility: visible;
  }
  #g-nav-l .list2 {
    display: none;
  }
  #g-nav-l .toggle-btn, #g-nav-l .toggle-btn2 {
    display: none;
  }
}
@media screen and (max-width: 1249px) {
  #g-nav-l nav {
    display: block;
    position: fixed;
    top: 0;
    left: -320px;
    bottom: 0;
    width: 320px;
    padding: 95px 55px 95px 75px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: 0.5s;
    z-index: 5;
  }
  #g-nav-l nav::-webkit-scrollbar {
    display: none;
  }
  #g-nav-l.active nav {
    left: 0;
  }
  #g-nav-l.active #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E6E6E6;
    opacity: 1;
    z-index: 4;
    cursor: pointer;
    transition: all 0.5s;
  }
  #g-nav-l .list1 li, #g-nav-l .list2 li {
    position: relative;
    margin-top: 30px;
  }
  #g-nav-l .list1 li:has(#search-icon), #g-nav-l .list2 li:has(#search-icon) {
    margin-top: 20px;
  }
  #g-nav-l .list2 a {
    font-size: 0.75rem;
    line-height: 1.75;
  }
  #g-nav-l .cate-slist {
    display: none;
  }
  #g-nav-l .menu-login {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}

#menu-btn {
  display: none;
  width: 29px;
  height: 23px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 20;
}
#menu-btn:hover {
  cursor: pointer;
}
#menu-btn span {
  background: #666666;
  display: block;
  height: 1px;
  position: absolute;
  transition: transform 0.5s;
  width: 29px;
  top: 0;
}
#menu-btn span:nth-of-type(2) {
  top: 11px;
}
#menu-btn span:nth-of-type(3) {
  top: 22px;
}
.active #menu-btn span {
  top: 15px;
  transform: rotate(45deg);
}
.active #menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.active #menu-btn span:nth-of-type(3) {
  top: 15px;
  transform: rotate(135deg);
}
#menu-btn .line-top.active {
  top: 15px;
  transform: rotate(45deg);
}
#menu-btn .line-bottom.active {
  top: 15px;
  transform: rotate(135deg);
}
@media screen and (max-width: 1249px) {
  #menu-btn {
    display: block;
    top: 40px;
  }
}
@media screen and (max-width: 460px) {
  #menu-btn {
    top: 20px;
  }
}

#search-icon {
  margin-top: 1px;
}
#search-icon:hover {
  cursor: pointer;
}

#search-form {
  display: flex;
  justify-content: center;
  display: none;
  padding: 0;
  text-align: center;
  transition: all 0.3s;
}

#search-form.active {
  display: block;
}
#search-form.active form {
  display: block;
}

#search-form input[type=text] {
  border-bottom: 1px solid #E6E6E6;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding-left: 25px;
  padding-bottom: 10px;
  height: 1.7em;
  width: 100%;
}

#search-form form {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}

.search__keyword {
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 5px 0;
}

.btn-search {
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  border: none;
  margin: 1px 4px 0;
  padding: 0; /* iPhoneÉÔ¶ñ¹çÂÐ±þ */
}

.btn-search svg {
  stroke: #777;
  width: 15px;
  height: 15px;
}

.srh-keyword {
  display: inline-block;
  margin: 0 5px;
}

#search-mask {
  display: none;
}

@media screen and (min-width: 1250px) {
  #search-form.active #search-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.95;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s;
  }
  #search-form form {
    display: none;
    z-index: 15;
    position: fixed;
    margin: 0 auto;
    padding: 0;
    width: 480px;
    top: 20vw;
    left: calc(50% - 240px);
  }
}
@media screen and (max-width: 1249px) {
  #search-icon {
    display: none;
  }
  #search-form {
    display: block;
    position: static;
    width: 100%;
  }
  #search-form input[type=text] {
    padding-top: 22px;
    padding-bottom: 30px;
  }
  #search-form input[type=text]::-moz-placeholder {
    color: transparent;
  }
  #search-form input[type=text]::placeholder {
    color: transparent;
  }
  .btn-search {
    margin-top: 15px;
    margin-left: 0;
  }
}
#g-logo {
  margin: auto;
}
@media screen and (max-width: 927px) and (min-width: 461px) {
  #g-logo {
    width: 9.6982758621vw;
  }
}
@media screen and (max-width: 460px) {
  #g-logo {
    width: 50px;
  }
}
@media screen and (min-width: 1140px) {
  #g-logo {
    margin: 0;
  }
}

#g-nav-r ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
#g-nav-r a {
  font-size: 0.875rem;
}
#g-nav-r svg, #g-nav-r img {
  width: 14px;
  height: 14px;
  stroke: #000;
}
@media screen and (min-width: 1250px) {
  #g-nav-r ul {
    gap: 18px;
  }
  #g-nav-r li {
    line-height: 1;
  }
  #g-nav-r li:nth-of-type(5) svg, #g-nav-r li:nth-of-type(4) svg {
    display: none;
  }
  #g-nav-r .menu-cart svg, #g-nav-r .menu-cart img {
    display: none;
  }
}
@media screen and (max-width: 1249px) {
  #g-nav-r li:nth-of-type(4) span, #g-nav-r li:nth-of-type(3) span {
    display: none;
  }
  #g-nav-r .menu-login {
    display: none;
  }
  #g-nav-r li {
    width: 14px;
  }
  #g-nav-r svg, #g-nav-r img {
    width: 100%;
  }
}

#g-main {
  margin-bottom: 120px;
}
@media screen and (max-width: 460px) {
  #g-main {
    margin-bottom: 90px;
  }
}

.g-content {
  max-width: 927px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 460px) {
  .g-content {
    padding: 0 20px;
  }
}

#g-footer .list {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  gap: 22px;
}
#g-footer .list a {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
#g-footer .copyright {
  text-align: center;
  margin: 0 0 20px;
}
#g-footer .copyright small {
  font-family: "EB Garamond", "Yu Mincho Demibold", "YuMincho", "Shippori Mincho", serif;
  display: block;
  font-size: 0.625rem;
  transform: scale(0.9);
}
@media screen and (max-width: 1249px) {
  #g-footer .list {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #g-footer .copyright {
    margin: 0 0 10px;
  }
}

.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

.page-tit {
  margin-bottom: 50px;
  font-family: "EB Garamond", "Yu Mincho Demibold", "YuMincho", "Shippori Mincho", serif;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media screen and (max-width: 460px) {
  .page-tit {
    margin-bottom: 26px;
  }
  #philosophy .page-tit {
    margin-bottom: 50px;
  }
}

.btn-sty {
  display: flex;
  justify-content: center;
}
.btn-sty a, .btn-sty button, .btn-sty input {
  padding: 14px 65px;
  line-height: 1;
  font-size: 0.75rem;
  color: #fff;
  background: #666666;
  border: 1px solid #666666;
  transition: all 0.3s ease-out;
}
.btn-sty a:hover, .btn-sty button:hover, .btn-sty input:hover {
  background: #fff;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .btn-sty a, .btn-sty button, .btn-sty input {
    padding: 12px 50px;
  }
}

.product_list .page-tit {
  margin-bottom: 0;
}
@media screen and (max-width: 460px) {
  .product_list .page-tit {
    margin-bottom: 25px;
  }
}

#sort-select {
  display: flex;
  justify-content: flex-end;
}
#sort-select div {
  position: relative;
  width: 100px;
}
#sort-select button {
  border-bottom: 1px solid #666666;
  font-size: 0.75rem;
  width: 100%;
  text-align: left;
  padding-bottom: 8px;
  padding-left: 5px;
}
#sort-select button::after {
  position: absolute;
  right: 2px;
  width: 10px;
  height: 20px;
  transform: scale(1.2, 0.8);
  content: "V";
}
#sort-select button:hover + ul {
  visibility: visible;
  opacity: 1;
}
#sort-select ul {
  position: absolute;
  z-index: 3;
  width: 90px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0.3s;
  padding: 10px;
  margin-top: -5px;
  background: #E6E6E6;
  text-align: left;
}
#sort-select ul:hover {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 460px) {
  #sort-select button, #sort-select a, #sort-select span {
    font-size: 0.5625rem;
  }
}

.list-area {
  margin-top: 13px;
  margin-bottom: 125px;
}
.list-area ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 50px;
}
.list-area .img {
  position: relative;
  aspect-ratio: 1200/1277;
  display: grid;
  place-items: center;
}
.list-area .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-area .img::before {
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  content: "";
}
.list-area .img::after {
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
  position: absolute;
  content: "VIEW DETAIL";
}
.list-area .img:hover::before, .list-area .img:hover::after {
  opacity: 1;
}
.list-area .txt {
  margin-top: 12px;
}
.list-area .name {
  margin-bottom: 0;
  padding-right: 15px;
  line-height: 1.3636363636;
}
.list-area .name img {
  display: none !important;
}
.list-area .price {
  margin-bottom: 0;
  color: #666666;
}
@media screen and (max-width: 460px) {
  .list-area ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 23px;
  }
  .list-area .txt {
    margin-top: 5px;
  }
  .list-area .name {
    padding-right: 10px;
  }
}

.pagination ul > li > a, .pagination ul > li > span {
  padding: 4px 10px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  font-size: 0.875rem;
  color: #666666;
  font-family: serif;
}
.pagination a.next, .pagination a.prev {
  font-size: 0.6875rem;
}
.pagination span {
  font-size: 0.875rem;
  color: #666666;
  font-family: serif;
  font-weight: bold;
}
.pagination .arrow a {
  font-size: 0.6875rem;
}
.pagination .arrow .disabled {
  display: none;
}
@media screen and (max-width: 460px) {
  .pagination a, .pagination span {
    font-size: 0.75rem;
  }
  .pagination a.next, .pagination a.prev, .pagination span.next, .pagination span.prev {
    font-size: 0.5625rem;
  }
  .pagination .arrow a {
    font-size: 0.5625rem;
  }
}

.myfavorite .list-area li {
  position: relative;
}
.myfavorite .list-area li.remove {
  animation: fadeout 0.4s ease-in forwards;
}
.myfavorite .btn-remove {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.myfavorite .btn-remove:hover {
  cursor: pointer;
}
.myfavorite .btn-remove button {
  position: relative;
  width: 100%;
  height: 100%;
}
.myfavorite .btn-remove button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #666666;
  transform: translate(-50%, -50%) rotate(45deg);
}
.myfavorite .btn-remove button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #666666;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.myfavorite .btn-area {
  margin: 30px 0;
}
.myfavorite .btn-area .btn-sty {
  gap: 20px;
}
.myfavorite .btn-area .btn-sty a, .myfavorite .btn-area .btn-sty button {
  padding: 12px 25px;
  display: block;
  width: 170px;
  text-align: center;
}
.myfavorite .btn-area .btn-sty li:first-of-type button {
  background: #fff;
  color: #000000;
}
.myfavorite .btn-area .btn-sty li:first-of-type button:hover {
  background: #E6E6E6;
}
@media screen and (max-width: 460px) {
  .myfavorite .btn-area .btn-sty {
    flex-wrap: wrap;
  }
  .myfavorite .btn-area .btn-sty a, .myfavorite .btn-area .btn-sty button {
    width: auto;
  }
}

@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  90% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.no-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-item p {
  opacity: 0;
  animation: 0.8s fadeIn ease-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=1-kyotsu.css.map */