<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import  url("https://raycoal.jp/common/css/reset.css");
@import  url("https://raycoal.jp/common/css/base.css");
@import  url("https://raycoal.jp/common/css/hacks.css");
@import  url("https://raycoal.jp/common/css/layout.css");

:root {
  --color-primary: #A81C1E;
}

body {
  font-size: 14px;
}

@media screen and (min-width: 481px), print {
  body {
    min-width: 870px;
  }
}

.header {
  padding: 0 2.5vw;
  display: flex;
  border-bottom: 5px solid #D5D5D5;
  background: #fff;
  flex-wrap:wrap;
  display: none;
}

@media screen and (min-width: 481px), print {
  .header {
    display: flex;
  }
}
@media screen and (max-width: 480px), print {
  #Header_sp {
    position: sticky;
  }
  #Header_sp::after {
    content: "";
    display: table;
    clear: both;
  }
}

.header h1 {
  margin-top: 10px;
}

.header img {
  width: 240px;
}
  

.header_navi {
  margin-left: auto;
  display: flex;
  font-size: 0.875em;
  padding: 40px 0 30px;
  align-items: center;
}

.header_navi ul {
  display: flex;
  align-items: center;
}

.header_navi li {
  margin-left: 2em;
}

.header_navi a {
  display: block;
  position:relative;
  text-decoration: none;
}

.header_navi a:hover::before {
  position:absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-primary);
}

.header_search {
  position: relative;
  background: #EFEFEF;
  width: 160px;
  height: 24px;
  margin-left: 30px;
}

.header_search input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    padding: 0;
    border: none;
    background: transparent;
    padding-left: 28px;
    box-sizing: border-box;
}
.header_search input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #000 url(https://img21.shop-pro.jp/PA01489/804/etc/search.png?cmsp_timestamp=20220822033716) no-repeat center/60%;
    border: none;
    appearance: none;
  overflow: hidden;
  text-indent: 100%;
  white-space:  nowrap;
}

.wrapper {
  width: auto;
  font-size: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.inner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 5vw;
  margin: 0 auto;
}
.inner.short {
  max-width: 1000px;
}
.inner.fluid {
  max-width: none;
}

@media screen and (min-width: 481px), print {
.inner {
  padding: 0 2.5vw;
}
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  background: #fff !important;
}

.slick-dots li.slick-active button:before {
  background: var(--color-primary) !important;
}

#wrapper {
  padding: 0;
  font-size: inherit;
  padding: 0 3%;
}

@media screen and (min-width: 481px), print {
  body {
   font-size: 16px;
  }
  
  #wrapper {
    width: auto;
    font-size: 100%;
    max-width: 1200px;
    box-sizing: content-box;
    padding: 0 20px;
  }
  
  #mainArea {
    width: calc(100% - 310px);
  }
}

.c-contentsWrap { 
  margin: 0;
}
@media screen and (min-width: 481px), print {
.c-contentsWrap { 
  margin: 60px 0 0;
}
}

.c-contentsWrap::after {
  content: "";
  display: table;
  clear: both;
}

.c-itemList {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}

.c-itemList_item {
  width: calc((100% - 30px * 1) / 2);
}

@media screen and (min-width: 801px), print {
  .c-itemList_item {
  width: calc((100% - 30px * 3) / 4);
}
}

.c-itemList_item a {
  display: block;
}

.c-itemList_thumb {
  background: #fff;
  position: relative;
}

.c-itemList_thumb::before {
  content: "";
  display: block;
  padding-top: 66.5625%;
}

.c-itemList_thumb img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.c-itemList_name {
  margin-top: 0.5em;
  line-height: 1.4;
}

.c-itemList_name img {
  display: block !important;
  margin: 0 0 5px !important;
}

/* ----- breadcrumbs ----- */
.c-breadcrumbs {
  margin: 0 0 30px;
  font-size: 12px;
  color: #999;
}

.c-breadcrumbs img {
  display: none !important;
}
.c-breadcrumbs a:link,
.c-breadcrumbs a:visited{
  color: inherit;
}

@media screen and (min-width: 481px), print {
  .c-breadcrumbs {
    margin: 20px 0 40px;
  }
}

.c-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumbs-list li:not(:first-child)::before {
  content: "&gt;";
  display: inline-block;
  margin: 0 .25em;
}

/* ----- footer ----- */
.footer_snsList {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}

.footer_snsList li {
  margin: 0 10px;
}

.footer_snsList svg {
  width: 32px;
  height: 32px;
}

.icon-facebook {
  fill: #1877F2;
}

.icon-twitter {
  fill: #1DA1F2;
}

.icon-instagram {
  fill: #E1306C;
}

.footer_navi {
  display: flex;
  line-height: 1;
  font-size: 0.875em;
  justify-content: center;
  margin: 15px 0 0;
  flex-wrap: wrap;
}

.footer_navi li {
  margin: 15px 1em 0;
}

.footer_copyright {
  background: #363636;
  font-size: 0.75em;
  color: #fff;
  line-height: 1;
  padding: 1em 0 1em;
  margin: 30px 0 0;
}

#Detail .Container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

#Detail .Container dl {
  width: calc((100% - 30px) / 2);
  margin: 0 !important;
}
@media screen and (min-width: 481px), print {
  #Detail .Container dl {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1101px), print {
  #Detail .Container dl {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (min-width: 1421px), print {
    #Detail .Container dl {
    width: calc((100% - 120px) / 5);
  }
}
@media screen and (min-width: 2201px), print {
    #Detail .Container dl {
    width: calc((100% - 150px) / 6);
  }
}
@media screen and (min-width: 2501px), print {
    #Detail .Container dl {
    width: calc((100% - 180px) / 7);
  }
}


#Detail .Container dl dt {
  width: auto;
  margin-right : auto !important;
}

#Detail .Container dl dd img {
  display: block !important;
  margin: 0 0 5px !important;
}

#Detail .Container dl .price {
  font-size: 0.875em;
}

h2.product_name {
  font-size: 20px;
}

@media screen and (min-width: 481px), print {
  h2.product_name {
    font-size: 32px;
  }
}

#categoryArea {
  margin-bottom: 0 !important;
}


/* -- トップコンテンツ -- */
.top-more-button {
  background: #363636;
  color: #fff;
  appearance: none;
  border: none;
  border-radius: 0;
  padding: 0.5em 1em;
  line-height: 1;
  font-size: 18px;
  display: block;
  margin: 40px auto;
}

.top-more {
  display: none;
}

.top-more &gt; * {
  padding: 40px 0;
}

.top-more &gt; .c-brandList {
  padding-top: 20px;
}

.c-categoryList {
  display: flex;
  gap:  7.5vw 5vw;
  flex-wrap: wrap;
}

@media screen and (min-width: 481px), print {
  .c-categoryList {
      gap: 40px 20px;
  }
}


.c-categoryList_item {
  width: calc((100% - 5vw * 2) / 3);
}

@media screen and (min-width: 481px), print {
.c-categoryList_item {
  width: calc((100% - 20px * 4) / 5);
}
}

@media screen and (min-width: 961px), print {
.c-categoryList_item {
  width: calc((100% - 20px * 8) / 9);
}
}

.c-categoryList_item a {
  display: block;
}

.c-categoryList_thumb {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 1;
  border-radius: 100%;
}

.c-categoryList_thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-categoryList_thumb img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  object-fit: cover;
  object-position: center;
}

.c-categoryList_name {
  margin-top: 0.5em;
  font-size: 0.875em;
  text-align: center;
}

.top-section,
.list-section{
  padding: 40px 0;
}
.top-new {
  background: #fff;
}
.top-category,
.list-section-category{
  background: #E5E5E5;
}
.top-brand,
.list-section-brand{
  background: #F1F1F1;
  padding-bottom: 20px;
}
.top-recommend {
  background: #F8F8F8;
}

.top-heading {
  font-size: 1.75em;
  color: #A81C1E;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
 
.c-brandList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-brandList li {
   width: calc((100% - 20px * 1) / 2);
  position: relative;
  background: #fff;
}

@media screen and (min-width: 481px), print {
.c-brandList li {
   width: calc((100% - 20px * 2) / 3);
}
}

@media screen and (min-width: 961px), print {
.c-brandList li {
   width: calc((100% - 20px * 5) / 6);
}
}

.c-brandList li a {
  display: block;
  height: 100%;
}

.c-brandList li a:not(.not-image)::before {
  content: "";
  display: block;
  padding-top: 25.8%;
}
 
.c-brandList li img {
  position: absolute;
  inset: 0;
  margin :auto;
  max-width: 80%;
  max-height: 70%;
  width: auto;
  height: auto;
}

.c-brandList li a.not-image span {
    padding: 0.5em 1em;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    min-height: 2.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  height: 100%;
  box-sizing: border-box;
}</pre></body></html>