<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset: "UTF-8";

/*WEBa??a?ca?3a??*/
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&amp;family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap');

/*
a??a??a?1
font-family: 'Noto Sans JP', sans-serif;

a??a??e?Â¨a?â€&nbsp;
font-family: 'Noto Serif JP', serif;

e?Â±ea?e|?aâ€¡oa??
font-family: 'Baskervville', serif;
 */


html {
  /* font-size: 100px; */ /* 1rem = 100pxa?Â¨aR?c?c */
}
body {
  /* font-size: 0.16rem; */ /*a??a?oa?ï¿¢a?Ra??a?ca?3a??a?Î¼a??a?oa?â€™16px */
  font-family: 'Noto Sans JP',
  "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}

ul{
	list-style-type: none;
}
img{
	/*width: 100%;*/
	height: auto;
	display: block;
}
a{
  text-decoration: none;
  transition: .3s;
}
.h-index a:hover,
.f-index a:hover{
  opacity: .7;
  text-decoration: none;
}
/* a??a??a??a?? */
.fs-l-header {
    padding-top: 0;
}
.h-index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255, 1);
  z-index: 9999;
}
.h-inner {
  width: 100%;
  max-width: 1000px;
  height: 90px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}
.logo {
    width: 24%;
    margin-bottom: 22px;
}
.h-gnav {
  width: 51%;
}
.h-gnav-list {
  display: flex;
  justify-content: flex-start;
}

.h-gnav-list li .active {
  text-decoration: underline;
}
.h-gnav-list &gt; li &gt; a,
.h-gnav-list &gt; li &gt; span{
    color: #595757;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.h-gnav-list &gt; li &gt; span:hover{
  opacity: .7;
}
.h-ico {
    width: 12%;
    margin: 10px 0 0;
}
.h-ico-list {
  display: flex;
  justify-content: space-between;
}

/* a?â‰ªa??a??a??a??a?3a?Â°eâ€¡?e!Â¨c?o */
.h-ico-list li a{
  position:relative;
  display:block;
}
.h-ico-list li a span.fs-client-cart-count--0{
    display: none;
  }
.h-ico-list li a span.fs-client-cart-count{
    position: absolute;
    right: -8px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #B30000;
    font-family: 'Questrial', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
  }



.h-contact {
  position: absolute;
  top: 0;
  right: 0;
}
.h-contact-list {
    display: flex;
}
.h-contact-list li + li {
    margin: 0 0 0 10px;
}
.h-contact-list li a {
    display: block;
    width: 100px;
    background: #505050;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 0 10px;
    border-radius: 0 0 10px 10px;
}
.h-contact-list li.register a{
  background: #202020;
}

.globalnav .dropdown {
  z-index: 9999;
  background: rgba(214,214,214,0.8);
  position: absolute;
  left: 0;
  top: 90px;
  width: 100vw;
  height: calc(100vh - .90px);
  margin: 0 calc(50% - 50vw);
  padding: 0 20px;
  box-sizing: border-box;
  display: none;
}
.globalnav .dropdown ul.h-gnav-list {
  display: flex;
  justify-content: space-between;
}

.globalnav .dropdown .h-gnav-list-secondary-warapper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 70px 0;
  background: #aaa8a9;
}
.h-gnav-list-secondary-inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.globalnav .dropdown .h-gnav-list-secondary {
    width: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 40px 0;

}
.globalnav .dropdown .h-gnav-list-secondary li a {
    font-size: 22px;
    color: #595757;
    letter-spacing: 1px;
}
/* e?â€°a??a??a??a??a?3 */
.dropdown-close {
    position: absolute;
    top: -65px;
    right: 15px;
    color: #595757;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
}
/* .globalnav .open {
  display: block;
  animation: FadeIn .3s;
}
.globalnav .close {
  display: block;
  animation: FadeOut .3s;
} */

/* search */
.h-ico-list.globalnav &gt; .dropdown-btn &gt; span {
    display: block;
    cursor: pointer;
    padding-bottom: 22px;
}
.globalnav .dropdown .h-gnav-list-secondary-warapper.search {
    max-width: 500px;
    position: absolute;
    right: calc(50% - 500px);
    padding: 20px;
}
.fs-p-inputGroup {
    border: none;
    width: 100%;
    height: 60px;
    background: #eeeded;
}
.fs-p-inputGroup__input {
    width: 100%;
    font-size: 22px;
    color: #555;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255,255,255,.3);
}
.fs-p-searchForm__button {
    background: rgba(255,255,255,.3);
    height: 60px;
    width: 50px;
    color: #555;
}
.fs-p-searchForm__button::before {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* a?Î¼a??a??a??a??a?3a?â€°a?? */
.accordion-trigger{
  position: relative;
}
.accordion-trigger .ico_search{
  opacity: 0;
  transition: all .5s;
}
.accordion-trigger .ico_search.active{
  opacity: 1;
}
.accordion-trigger .ico_close{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.accordion-trigger .ico_close.active{
  opacity: 1;
}

/* a?Î¼a?ï¼Œa?Â§a?1a?? */

.poplink_invisible {
    visibility: hidden;
    display: none;/* e??e!Â¨c?oa??a?ï¿£eâ‰ª?a??a??a?aa??a??*/
}

.h-nav-search-form {
    position: relative;
}
#SUGGEST {
    position: absolute;
    left: 0;
    font-family: 'Noto Sans JP'
}
div.poplink.pc011 {
    width: 460px !important;
    position: relative;
}
div.poplink.pc011:before{
  content: "\3088\304F\691C\7D22\3055\308C\308B\30EF\30FC\30C9";
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
div.poplink &gt; div.poplink_suggest,
div.poplink &gt; div.poplink_search {
    border: none !important;
}
div.poplink div, div.poplink span, div.poplink p, div.poplink pre, div.poplink img {
    color: #fff !important;
    font-size: 19px !important;
    font-weight: 400 !important;
}
/* a??eï¿¡?a?ï¿£a??a?â€° */
div.poplink &gt; div.poplink_suggest {
    background: rgba(0,0,0,.5)!important;
    padding: 70px 25px 10px !important;
}
div.poplink div.word {
    background: none !important;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
/* a??a?â€&nbsp;aâ€œ?a??cÂ´ï¿&nbsp;a?? */
/* div.poplink &gt; div.poplink_search &gt; div.header {
    display: none !important;
} */
/* a??eï¿¡?a?ï¿&nbsp;a??a?â€&nbsp;a?? */
div.poplink &gt; div.poplink_search {
    background: rgba(0,0,0,.5) !important;
    padding: 15px 0 !important;
}
div.poplink &gt; div.poplink_search &gt; div.item {
    padding: 5px 25px !important;
}
div.poplink &gt; div.poplink_search &gt; div.item a &gt; div.item_right &gt; div.title {
    text-decoration: underline;
}
div.poplink &gt; div.poplink_search &gt; div.item:hover {
    background-color: #ccc !important;
}






/* a??a??a??a?? */
.fs-l-footer {
    border-top: none;
}
.f-index{
  /*background: url('https://ametore.itembox.design/item/common/images/pc/bg-footer.jpg') no-repeat;*/
  background-size: cover;
  padding: 90px 0 60px;
}
.f-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.f-tit{
  width: 400px;
  margin: 0 auto 90px;
}
.f-nav{
  color: #595757;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin: 0 0 50px;
}
.f-nav-tit{
  font-size: 18px;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #595757;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.f-nav-list li:before {
    content: "ãƒ»";
    font-size: 15px;
    margin: 0 2px 0 0;
}
.f-nav-list li + li{
  margin: 30px 0 0;
}
.f-nav-list li a{
  font-size: 15px;
  color: #595757;
}

.f-contact{
  width: 100%;
  background: rgba(255,255,255,0.7);
  padding: 25px 0 35px;
  text-align: center;
  margin: 0 0 30px;
}
.f-tit-contact{
  font-size: 21px;
  margin: 0 0 15px;
}
.f-txt-contact{
  font-size: 18px;
  margin: 0 0 30px;
  color: #595757;
}
.f-list-contact{
  width: 410px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:  40px;
  margin: 0 auto;
}
.f-list-contact a{
  font-size: 18px;
  color: #231815;
  display: block;
  border: solid 1px #000;
  padding: 10px 0 15px;
}
.f-list-contact a:hover{
  opacity: 1;
  color: #fff;
  background: rgba(0,0,0,.7);
  border: solid 1px #fff;
}
.copyright{
  font-size: 9px;
  text-align: center;
  color: #595757;
}

/* JADMA */
div.proof{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 920px;
  margin: 30px auto;
}
div.proof img{
  max-height: 50px !important;
  width: auto !important;
}

/* ãƒžã‚¤ãƒšãƒ¼ã‚¸ å„ãƒœã‚¿ãƒ³ */
.fs-c-button--secondary {
  background: #202020;
  border: 1px solid #202020;
}
.fs-c-button--secondary .fs-c-button__label {
  color: #fff;
}
/* ãƒžã‚¤ãƒšãƒ¼ã‚¸ å„ãƒœã‚¿ãƒ³2 */
.fs-c-button--primary {
  background: #202020;
  border: 1px solid #202020;
}
.fs-c-button--primary .fs-c-button__label {
  color: #fff;
}</pre></body></html>