<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header,
#footer_Wrap,
#topicsPathArea,
.pageTop {
  display: none;
}

footer,
.header-bnr-area {
  display: none;
}

body {
  margin: 0;
}

.swiper {
  height: fit-content;
}

#mainContainer * {
  box-sizing: border-box;
}

#mainContainer {
  font-family: "Hiragino Kaku Gothic ProN","Helvetica Neue", Arial, 
    "Hiragino Sans", Meiryo, sans-serif;
}

#mainContainer .mb15{margin-bottom: 15px;}

#mainContainer ul,
#mainContainer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainContainer a {
  text-decoration: none;
}

#mainContainer h2 {
  margin: 0;
}

#mainContainer .anchor {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

#mainContainer .anchor ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

#mainContainer .anchor ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-image: radial-gradient(circle, #cc0033, #9b0030 80%);*/
  padding: 6px;
  background-color: #e56900;
}

#mainContainer .anchor ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

#mainContainer .anchor ul li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  /*font-family: 'æ¸¸æ˜Žæœ Medium', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;*/
}

/*
#mainContainer h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 1rem 0 2rem;
  color: #7c4a31;
  font-family: 'æ¸¸æ˜Žæœ Medium', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
  */
#mainContainer h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  padding: 1rem 0 2rem;
  color: #333;
  /*
  background: linear-gradient(to right, #3b2705, #6e8107);
  background: -webkit-linear-gradient(to right, #00a1e5, #00ffbc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  font-family: "Hiragino Kaku Gothic ProN",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif",'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

#mainContainer h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  background-color: #545454;
  transform: translateX(-50%);
}

#mainContainer .pickup {
  /* padding: 0 16px; */
  /* margin: 16px 0; */
  padding: 0 1rem 2rem;
  box-sizing: border-box;
}

#mainContainer .pickup h2 {
  font-size: 28px;
  /*background: linear-gradient(90deg, #9b0030 0%, #ff5959 50%, #9b0030 100%);*/
  background: #FFF;
  padding-top: 2rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mainContainer .pickup h2::after {
  background: #FFF;
}

#pickupList {
  padding: 0 16px;
}

#pickupList li {
  background-color: white;
  height: fit-content;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 2px solid #5c4734;
}

#pickupList li img {
  width: 100%;
}

#pickupList li .point {
  background-color: #cc0033;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin-top: 8px;
  width: 80%;
  margin: 8px auto 0;
  border-radius: 4px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#pickupList li .point small {
  font-size: 10px;
  font-weight: bold;
}

.kv img {
  width: 100%;
}

#mainContainer .line{
	text-align: center;
    margin-top: 40px;
}

#mainContainer .line img{
	max-width: 900px;
	width: 100%;
	padding: 0 17px;
}

#mainContainer .bnr-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  padding: 6% 16px;
  background: linear-gradient(90deg, #343434 0%, #131313 100%);
}

#mainContainer .bnr-list a {
  width: 100%;
  max-width: 940px;
  margin: auto;
}

#mainContainer .bnr-list img {
  width: 100%;
  margin: auto;
}

#mainContainer .maker-list {
  border-top: 2px solid #eaeaea;
}
#mainContainer .maker-list .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 6% 16px;
  padding-top: 0;
}

#mainContainer .maker-list a {
  aspect-ratio: 2/1;
  overflow: hidden;
  border: 1px solid rgba(125, 188, 232, 0.2);
  text-align: center;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 0px 11px -5px #777777;
  background-color: #FFF;
}

#mainContainer .maker-list img {
  height: 100%;
  max-width: 80%;
  object-fit: contain;
}

#mainContainer .maker-list .maker_kv{
	max-width: 900px;
    margin: 0 auto;
    padding: 0 16px 6%;
}

#mainContainer .maker-list .maker_kv img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

#mainContainer .categories {
  padding: 16px;
  padding-top: 0;
  /* box-shadow: 0px 0px 15px -5px #777777; */
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
}

#mainContainer .categories ul&gt;li .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-top: 4px;
}

#mainContainer .categories li&gt;.parent p {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  background-color: #0069c1;
  color: #fff;
  font-size: 16px;
  padding: 8px 30px 8px 8px;
  min-height: 43px;
  line-height: 1.1;
}

#mainContainer .categories ul&gt;li&gt;.parent p::after {
  content: "â–²";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s;
}

#mainContainer .categories ul&gt;li&gt;.parent p.active {
  background-color: #004681;
}

#mainContainer .categories ul&gt;li&gt;.parent p.active::after {
  transform: translateY(-50%) rotate(0);
}

#mainContainer .categories li&gt;.parent p:has(a)::after {
  content: none !important;
}

#mainContainer .categories li&gt;.parent p:has(a)&gt;a {
  color: #fff;
}

#mainContainer .categories .children {
  display: none;
  padding-bottom: 16px;
}

#mainContainer .categories .children ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-top: 8px;
  padding-bottom: 0;
}

#mainContainer .categories .children ul li a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #004681;
  color: #004681;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  background-color: #fff;
}

#mainContainer .coupons {
  padding: 16px 16px 45px;
}

#mainContainer .coupons ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

#mainContainer .coupons ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/coupon_bg.png");
  aspect-ratio: 43/13;
  background-size: cover;
  background-repeat: no-repeat;
}

#mainContainer .price_search ul li{
  background-color: #e17400;
  background-image: none;
}

#mainContainer .coupons ul li a {
  text-decoration: none;
  font-size: 4vw;
  color: #fff;
  line-height: 1;
}

#mainContainer .price_search ul li a{
  color: #fff;
}

#mainContainer .coupons ul li a strong {
  font-size: 6.5vw;
  color: #fff;
  line-height: 1;
}

.all-products {
  padding-top: 40px;
  background-color: #f7f7f7;
  padding-bottom: 60px;
}

#mainContainer .all-products h2 {
  color: black;
}

#mainContainer .all-products h2::after {
  background-color: black;
}

.all-products .keyword-form {
  padding: 16px 16px 8px;
}

.all-products .keyword-form h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.all-products .keyword-form .input-box {
  display: flex;
  margin-top: 8px;
}

.all-products .keyword-form .input-box input {
  width: 100%;
  border-radius: 4px 0 0 4px;
  border: 1px solid #424242;
  padding: 8px;
  outline: none;
}

.all-products .keyword-form .input-box button {
  width: 60px;
  min-width: 60px;
  height: 40px;
  background-color: #424242;
  border-radius: 0 4px 4px 0;
  padding: 8px;
  box-shadow: none;
  border: none;
}

.all-products .keyword-form .input-box button img {
  height: 100%;
}

.all-products .word-tag-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0 16px;
}

.all-products .word-tag-list p {
  margin: 0;
  background-color: #424242;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  padding: 4px 6px;
  line-height: 18px;
}

.all-products .filters {
  padding: 0 16px;
}

.all-products .result-number {
  font-size: 12px;
  margin-top: 16px;
}

.all-products .filters form {
  display: flex;
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
}

.all-products .filters form fieldset {
  display: flex;
  gap: 8px;
  border: none;
  padding: 0;
}

.all-products .filters form fieldset p {
  font-size: 10px;
  margin: 0;
}

.all-products #allProducts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 8px 16px 16px;
}

.all-products #allProducts li {
  position: relative;
  padding: 8px;
  background-color: #fff;
}

.all-products #allProducts .recommend {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cc0033;
  color: #fff;
  margin: 0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1;
}

.all-products #allProducts img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.all-products #allProducts .point {
  width: fit-content;
  background-color: #f06e00;
  color: #fff;
  font-size: 12px;
  margin: 4px 0;
  padding: 4px;
}

.all-products #allProducts .name {
  word-break: break-all;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
}

#mainContainer .paginationjs-pages ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 12px;
}

#mainContainer .paginationjs-pages ul .disabled {
  opacity: 0.5;
}

#mainContainer .paginationjs-pages ul .active {
  color: #f06e00;
  font-weight: bold;
}

.other-bnr {
  padding: 60px 16px;
}

.other-bnr h3 {
  text-align: center;
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.other-bnr img {
  width: 100%;
}


.kiyaku {
  max-width: 900px;
  margin: 5% auto;
  padding: 0 16px;
}

.accordion {
  margin: 3% auto;
  width: inherit;
  max-width: 900px;
}

@media screen and (min-width: 750px) {
  .kiyaku {
    font-size: 18px;
  }
  #mainContainer .anchor ul li {
    padding: 12px;
  }

  #mainContainer .anchor ul li a {
    font-size: 18px;
  }

  #mainContainer h2 {
    /* margin: 4rem auto 2rem; */
    line-height: 60px;
    font-size: 36px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #mainContainer h2::after {
    bottom: 2.5rem;
  }

  #mainContainer .pickup h2 {
    font-size: 30px;
  }

  #mainContainer .pickup .swiper {
    /* padding: 0 16px; */
    max-width: 900px;
    margin: 0 auto 48px;
  }

  #pickupList li {
    border-width: 4px;
  }

  #mainContainer .bnr-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  #mainContainer .bnr-list img {
    max-width: 940px;
    width: 100%;
  }

  #mainContainer .maker-list .list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: auto;
  }

  #mainContainer .categories ul {
    max-width: 900px;
    margin: auto;
    padding-bottom: 48px;
  }

  #mainContainer .categories ul&gt;li .parent {
    grid-template-columns: repeat(3, 1fr);
  }

  #mainContainer .categories ul&gt;li&gt;.parent p {
    font-size: 6% 16px;
    cursor: pointer;
  }

  #mainContainer .categories .children ul {
    grid-template-columns: repeat(3, 1fr);
  }

  #mainContainer .categories .children ul li a {
    font-size: 16px;
    line-height: 30px;
  }

  #mainContainer .coupons {
    padding-bottom: 75px;
  }

  #mainContainer .coupons ul {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    margin: auto;
  }
	
  #mainContainer .coupons .point-up{
    grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	}
	
  #mainContainer .coupons .point-up li{
    aspect-ratio: 43 / 15;
	}
  

  #mainContainer .coupons ul li a {
    font-size: 30px;
  }

  #mainContainer .coupons ul li a strong {
    font-size: 40px;
    line-height: 1;
  }

  .all-products {
    padding-top: 40px;
    background-color: #f7f7f7;
    padding-bottom: 60px;
  }

  .all-products .keyword-form {
    max-width: 900px;
    margin: auto;
  }

  .all-products .keyword-form .input-box button img {
    height: 100%;
  }

  .all-products .word-tag-list {
    max-width: 900px;
    margin: auto;
  }

  .all-products .filters {
    max-width: 900px;
    margin: auto;
  }

  .all-products .result-number {
    font-size: 14px;
  }

  .all-products .filters form fieldset select {
    font-size: 16px;
    padding: 4px;
  }

  .all-products .filters form fieldset p {
    font-size: 14px;
    margin: 0;
  }

  .all-products #allProducts {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 900px;
    margin: auto;
  }

  .all-products #allProducts .point {
    font-size: 14px;
  }

  .all-products #allProducts .name {
    font-size: 14px;
  }

  #mainContainer .paginationjs-pages ul {
    font-size: 14px;
  }

  .other-bnr {
    max-width: 900px;
    margin: auto;
  }

}


/* æ˜Ÿç©ºã®èƒŒæ™¯ã®ã‚¹ã‚¿ã‚¤ãƒ« */
.stars {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f1f1f1;
}

/* æ˜Ÿã®ã‚¹ã‚¿ã‚¤ãƒ« */
/*
.star {
  position: absolute;
  display: block;
  background-color: #fff;
border-radius: 50%;
box-shadow: 0 0 4px 2px rgba(#fff, 0.2);
opacity: 0;
animation: twinkle 5s infinite;
z-index: 1;
}
*/

.stars&gt;div * {
  position: relative;
  z-index: 2;
}

#mainContainer .back-btn {
  display: block;
  font-size: 20px;
  background-color: #1abde2;
  line-height: 60px;
  max-width: 500px;
  border-radius: 30px;
  margin: 80px auto 0;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
}

/* æ˜ŸãŒã‚­ãƒ©ã‚­ãƒ©å…‰ã‚‹ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/*20250210add*/
/* å¿…é&nbsp;ˆ */
.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #df6600;
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  color: #FFF;
  text-align: center;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #FFF;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #f5f5f5;
}

.accordion-header span,
.accordion-content span {
  padding-left: 25px;
  position: relative;
}

.table-box td {
  background-color: #FFF;
}

.table-box td,
.table-box th {
  padding: 3%;
}

.table-box table {
  border-collapse: collapse;
  border: 1px solid #df6600;
}

.table-box th {
  width: 30%;
  background-color: #df6600;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.table-box tr:not(:last-child) {
  border-bottom: 1px solid #df6600;
}

.categories h2 {
  color: #362015 !important;
}

.categories h2::after {
  background-color: #362015 !important;
}

@media (max-width: 767px) {

  .table-box td,
  .table-box th {
    width: 100% !important;
    display: block;
    font-size: 14px;
  }

  .table-box tr:not(:last-child) {
    border: none;
  }

  .Label,
  .content {
    font-size: 14px;
  }
}

#mainContainer .bg01 {
  background-color: #f5f5f5;
}

#mainContainer .bg02 {
	background-color: #fffbef;
}

#mainContainer .bg03{
	background-image: url("../img/coin_bg05.jpg");
	background-size: cover;
}

.stars {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*background: url(../img/bg_gold.png), radial-gradient(circle, rgba(255, 241, 38, 1), rgba(203, 161, 0, 1) 80%);*/
  background: url("../img/top_bg.png");
  background-size: cover;
}

/*
.stars {
  position: relative;
  width: 100%;
  background-image: linear-gradient(0deg, #bcbcbc, #8a8a8a, #525252);
  overflow: hidden;
}*/


@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.pickup .h2wrap img {
  width: 100%;
  max-width: 500px;
  min-width: 300px;
}

.h2wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 20px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}

.my-2p {
  margin: 2% 0;
}</pre></body></html>