<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.85;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.5;
  color: #333333;
}

:root {
  font-size: min(16px, 1.6vw);
}
@media screen and (max-width: 450px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 451px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .only-pc {
    display: none !important;
  }
}

/*  #header / footer
---------------------------*/
#header #header-top {
  max-width: 1200px;
  width: calc(100% - 40px);
}
#header #header-gnavi .header-gnavi-inner {
  max-width: 1200px;
  width: 100%;
}
#header #header-gnavi .header-gnavi-inner .cf .header-gnavi-parent h2 a {
  height: 40px;
}
#header #header-gnavi .header-gnavi-child-colimg {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 450px) {
  #header {
    display: none !important;
  }
}

.footer {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 450px) {
  .footer__row {
    display: block;
  }
}
.footer__row &gt; * {
  width: calc(50% - 0.625rem);
}
@media screen and (max-width: 450px) {
  .footer__row &gt; * {
    width: 100%;
  }
}
.footer .registBtn {
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  padding: 0.333em;
  background-color: #909090;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .footer .registBtn {
    margin-bottom: 1.25rem;
  }
}
.footer .footer_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .footer .footer_block {
    padding: 0 1.25rem;
  }
}
.footer .footer_block .inner {
  padding-bottom: 60px;
  background: #fff;
  width: 100%;
}
.footer .footer_block h2 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  line-height: 1;
  font-size: 18px;
}
.footer .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

/*  #freshers
---------------------------*/
#lp {
  /*font-size: 16px;*/
  width: 100%;
  padding-bottom: 6.25rem;
  margin: 0 auto;
  background: #f5eeb0;
  --key-color: #52a0ce;
  --key-txt-color: #00466f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#lp .lp__ttl {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#lp .lp__ttl img {
  display: block;
}
#lp .lp__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
}
#lp .campaignArea {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 450px) {
  #lp .campaignArea {
    padding: 3.75rem 1.25rem;
  }
}
#lp .campaignArea__ttl {
  display: block;
  text-align: center;
}
#lp .campaignArea__ttl img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  #lp .campaignArea__ttl {
    margin-bottom: 1.25rem;
  }
  #lp .campaignArea__ttl img {
    height: 27.5px;
  }
}
#lp .campaignArea__btn {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#lp .campaignArea__btn:not(:last-child) {
  margin-bottom: 20px;
}
#lp .campaignArea__btn img {
  display: block;
  max-width: 100%;
}
#lp .campaignArea__note {
  text-align: center;
  color: var(--key-color);
  font-size: 15px;
  line-height: 2;
  padding-top: 1em;
}
@media screen and (max-width: 450px) {
  #lp .campaignArea__note {
    font-size: 0.875rem;
  }
}
#lp .giftInfo {
  padding-top: 50px;
  position: relative;
  background-color: #fff;
}
#lp .giftInfo__inner {
  max-width: calc(100% - min(100px, 10vw));
  margin: 0 auto;
  border: 5px solid var(--key-color);
}
#lp .giftInfo__ttl {
  background-color: var(--key-color);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  padding: 0.2em 0.2em calc(0.2em + 5px);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #fff;
  font-size: min(40px, 6vw);
}
#lp .giftInfo img {
  display: block;
  width: 100%;
  max-width: calc;
}
#lp .delivbnrArea {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: min(100px, 10vw) min(50px, 5vw);
}
#lp .delivbnrArea img {
  display: block;
  max-width: 100%;
}
#lp .pagenav {
  position: sticky;
  top: 0;
  z-index: 100;
}
#lp .pagenav_inner {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  gap: 1px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
  -webkit-clip-path: inset(0 0 -100vmax);
          clip-path: inset(0 0 -100vmax);
  background-color: #fff;
}
@media screen and (max-width: 450px) {
  #lp .pagenav_inner {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  }
}
#lp .pagenav_inner li {
  display: block;
  width: 33.333%;
}
#lp .pagenav_inner li a {
  display: flex;
  height: min(80px, 20vw);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(#197fba 0%, #84bfe2 57%, #197fba 100%);
  color: #fff;
}
@media screen and (max-width: 450px) {
  #lp .pagenav_inner li a {
    height: 14vw;
  }
}
#lp .pagenav_inner li a .en {
  font-size: min(14px, 2vw);
  font-family: "Roboto Condensed", "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
#lp .pagenav_inner li a .en::before, #lp .pagenav_inner li a .en::after {
  content: "〜";
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.1em;
}
#lp .pagenav_inner li a .jp {
  font-size: min(32px, 4.5vw);
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  margin-bottom: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  #lp .pagenav_inner li a .jp {
    font-size: 3.6vw;
  }
}
#lp .pagenav_inner li a img {
  display: block;
  width: 100%;
}
/* ナビゲーションを途中から固定、フッター前で非表示に */
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.is-hide {
  transform: translateY(-100%);
}

/* // ナビゲーションを途中から固定、フッター前で非表示に */
.flex_wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.flex_wrap-wrap {
  flex-wrap: wrap;
}

.navi_txt_item {
  border-left: 1px solid #ffffff;
  width: 100%;
  text-align: center;
}
.navi_txt_item:last-child {
  border-right: 1px solid #ffffff;
}
.navi_txt_item a {
  color: #ffffff;
  padding: 1.2em 0;
  display: block;
}

.navi_img {
  max-width: 950px;
  margin: 0 auto 10%;
}
.navi_img_item {
  display: block;
  margin-bottom: 3%;
}
.navi_img_item a {
  display: block;
}

#scrollToTop {
  z-index: 101;
  position: fixed;
  bottom: 3.75rem;
  right: 2.5rem;
  width: 48px;
  height: 48px;
  background: url(../images/totop.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100vmax;
}
@media screen and (min-width: 1001px) {
  #scrollToTop {
    right: auto;
    left: calc(50% + 400px);
  }
}
@media screen and (max-width: 450px) {
  #scrollToTop {
    right: 0.625rem;
  }
}

/* 商品一覧 */
.ctgr {
  width: 100%;
  max-width: 1000px;
  padding: 150px 0 75px;
  margin: 0 auto;
  background: #fff;
}
.ctgr + .ctgr {
  margin-top: -75px;
}
@media screen and (max-width: 450px) {
  .ctgr {
    padding: 5rem 0;
  }
  .ctgr + .ctgr {
    margin-top: -5rem;
  }
}
.ctgr__header {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.ctgr__header p {
  font-size: 15px;
  line-height: 1.666;
  letter-spacing: 0.1em;
  text-align: center;
  color: #260e10;
}
@media screen and (max-width: 450px) {
  .ctgr__header p {
    font-size: 0.725rem;
  }
}
.ctgr__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--key-color);
}
.ctgr__ttl .bd-logo {
  max-width: 600px;
}
@media screen and (max-width: 450px) {
  .ctgr__ttl .bd-logo {
    width: 80%;
  }
}
.ctgr__ttl .en {
  font-family: "Roboto Condensed", "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  white-space: nowrap;
  padding: 0 0.5em;
}
@media screen and (max-width: 450px) {
  .ctgr__ttl .en {
    font-size: 13vw;
  }
}
.ctgr__ttl .jp {
  font-size: min(60px, 6vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.ctgr__ttl img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ctgr__subttl {
  font-family: "Roboto Condensed", "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: min(50px, 7vw);
  color: var(--key-color);
  background-color: inherit;
  margin-bottom: 0.5em;
}
.ctgr__wrap + .ctgr__subttl {
  margin-top: 6rem;
}
.ctgr__subttl img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.ctgr__wrap {
  width: calc(100% - 2.5rem);
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.ctgr__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 1px;
}
@media screen and (max-width: 450px) {
  .ctgr__btn {
    padding-top: 2.5rem;
  }
}
.ctgr__btn a {
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--key-color);
  color: #fff;
  height: 1.8em;
  width: 25rem;
  max-width: 70%;
  font-size: min(26px, 5vw);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
.ctgr__btn a::after {
  content: "...";
}
@media (any-hover: hover) {
  .ctgr__btn a {
    transition: background 200ms;
  }
  .ctgr__btn a:hover {
    background-color: var(--key-color);
    opacity: 1;
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  .ctgr__btn a {
    font-size: 1rem;
    height: 3.4em;
  }
}
.ctgr .itemList {
  display: flex;
  flex-wrap: wrap;
  --gap: 1.25rem;
  gap: var(--gap);
}
@media screen and (max-width: 450px) {
  .ctgr .itemList {
    width: 100%;
    --gap: 0.625rem;
    gap: calc(var(--gap) * 2) var(--gap);
  }
}
.ctgr .itemList__item {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 451px) {
  .ctgr .itemList__item {
    width: calc((100% - var(--gap) * 3) * 0.25);
  }
  .ctgr .itemList__item:not(.featured) .item_data {
    padding-top: 0.2em;
  }
  .ctgr .itemList__item:not(.featured) .discountRate {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.15rem;
    top: 0;
    left: 0;
    padding-top: 0.25em;
    gap: 0.05em 0;
  }
  .ctgr .itemList__item.featured {
    width: calc((100% - var(--gap) * 1) * 0.5);
  }
  .ctgr .itemList__item.featured .item_price {
    font-size: 1.5em;
  }
  .ctgr .itemList__item.featured .item_saleprice {
    font-size: 200%;
  }
}
@media screen and (max-width: 450px) {
  .ctgr .itemList__item {
    width: calc((100% - var(--gap)) * 0.5);
  }
  .ctgr .itemList__item:not(.featured) .item_data {
    padding-top: 0.4em;
  }
  .ctgr .itemList__item:not(.featured) .item_price {
    font-size: 0.875rem;
    margin-bottom: 0.65em;
  }
  .ctgr .itemList__item:not(.featured) .item_saleprice {
    margin-bottom: 0.25rem;
  }
  .ctgr .itemList__item:not(.featured) .item_btn {
    font-size: 0.725rem;
  }
  .ctgr .itemList__item:not(.featured) .discountRate {
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.1rem;
    top: 0;
    left: 0;
    padding-top: 0.25em;
    gap: 0.05em 0;
  }
  .ctgr .itemList__item.featured {
    width: 100%;
  }
  .ctgr .itemList__item.featured .item_data {
    padding-top: 0.5em;
  }
  .ctgr .itemList__item.featured .discountRate {
    left: 0;
  }
  .ctgr .itemList__item.featured .item_price {
    font-size: 1.5em;
  }
  .ctgr .itemList__item.featured .item_saleprice {
    font-size: 200%;
  }
}
.ctgr .itemList__item a {
  display: block;
}
.ctgr .linkArea {
  padding-top: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: calc(100% - 2.5rem);
}
.ctgr .linkArea .ttl {
  background-color: var(--key-color);
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.33em;
}
@media screen and (max-width: 450px) {
  .ctgr .linkArea .ttl {
    font-size: 1.125rem;
  }
}
.ctgr .linkArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.25rem;
  justify-content: center;
  padding-top: 1rem;
}
@media screen and (max-width: 450px) {
  .ctgr .linkArea__list {
    gap: 1rem 0.5rem;
  }
}
.ctgr .linkArea__list li {
  display: block;
  width: 31%;
}
@media screen and (max-width: 450px) {
  .ctgr .linkArea__list li {
    width: calc((100% - 0.5rem) * 0.5);
  }
}
.ctgr .linkArea__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #decccc;
  color: var(--key-txt-color);
  text-align: center;
  height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  padding: 0;
  border-radius: 100vmax;
}
@media screen and (max-width: 450px) {
  .ctgr .linkArea__list li a {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

.brandArea {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding-top: 4.6875rem;
  padding-bottom: 9.375rem;
}
.brandArea .ttl {
  background-color: #909090;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0.33em;
  color: #fff;
  margin-bottom: 1.25rem;
}
.brandArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 0.625rem;
  padding: 0 0.9375rem;
}
.brandArea__list li {
  width: calc((100% - 1.875rem) / 4);
}
.brandArea__list li a,
.brandArea__list li img {
  display: block;
  max-width: 100%;
}

/* 吹き出し */
.discountRate {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: #de2a2d;
  color: #fff;
  transform-origin: center top;
  left: 20%;
  top: 5%;
  justify-content: center;
  align-items: baseline;
  font-family: "Ubuntu", sans-serif;
  font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0;
  letter-spacing: -0.02em;
  gap: 0;
  z-index: 10;
  border-radius: 100vmax;
  width: 4.5rem;
  height: 4.5rem;
  padding-top: 0.325em;
}
.discountRate .per {
  font-size: 0.6em;
  line-height: 0.9;
  margin-left: 0.05em;
  margin-right: -0.1em;
}
.discountRate .off {
  font-size: 0.6em;
  line-height: 0.75;
  margin-top: -0.75em;
}

.item_img {
  border: 1px solid rgba(82, 160, 206, 0.25);
  margin-bottom: 0.3125rem;
}
.item_img img {
  display: block;
}

.item_name {
  max-width: 100%;
  font-weight: 400;
  color: var(--key-txt-color);
  white-space: nowrap;
  font-size: min(14px, 3.4vw);
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 450px) {
  .item_name {
    font-size: 3.2vw;
  }
}

.item_data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.item_price {
  margin-bottom: 0.3125rem;
}
.item_price small {
  font-size: 0.5em;
}

.item_price {
  font-feature-settings: "palt";
  font-size: 110%;
  font-weight: 500;
  white-space: nowrap;
  color: var(--key-txt-color);
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.1em;
}
@media screen and (max-width: 450px) {
  .item_price {
    font-size: 5vw;
  }
}
.item_price span {
  font-size: 60%;
}
.item_price span.dash {
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-left: -0.05em;
}

.item_saleprice {
  font-feature-settings: "palt";
  font-size: 150%;
  font-weight: 500;
  white-space: nowrap;
  color: #e70202;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.1em;
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 450px) {
  .item_saleprice {
    font-size: 5vw;
  }
}
.item_saleprice span {
  font-size: 58%;
}
.item_saleprice span.dash {
  display: inline-block;
  position: relative;
  top: -0.2em;
  margin-left: -0.05em;
}
@media screen and (max-width: 450px) {
  .item_saleprice span {
    font-size: 50%;
  }
}

.item_btn {
  color: #ffffff;
  background-color: #dc292c;
  padding: 1em 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.featured .item_btn {
  font-size: 1.125rem;
}

/*****************************************************************************************
  liquid style
*****************************************************************************************/
@media screen and (max-width: 1024px) {
  #gift .main {
    overflow: hidden;
  }
  #gift .main img {
    width: 120%;
    position: relative;
    left: -10%;
  }
}
/*****************************************************************************************
  tablet style
*****************************************************************************************/
@media screen and (max-width: 768px) {
  /*  #header / footer
    ---------------------------*/
  #header_pc,
  #footer_pc {
    padding: 0 6%;
  }
  #header_pc table {
    min-width: 100%;
    width: 100%;
    margin: 0 auto 2%;
  }
  #header_pc table td {
    display: flex;
  }
  #gift {
    font-size: 80%;
  }
  .navi_txt,
  .navi_img,
  .ctgr_wrap {
    padding: 0 6%;
  }
  .navi_txt_item {
    align-self: stretch;
  }
  .navi_txt_item span {
    display: block;
  }
  /* 吹き出し */
  .ctgr_wrap::after {
    background-size: contain;
    width: 120px;
    height: 120px;
  }
}
/*****************************************************************************************
  sp style
*****************************************************************************************/
@media screen and (max-width: 450px) {
  /*  #header / footer
    ---------------------------*/
  #header_pc,
  #footer_pc {
    display: none;
  }
  #header_sp {
    display: block;
  }
  #gift .main img {
    width: 130%;
    left: -15%;
  }
  .flex_wrap {
    flex-wrap: wrap;
  }
  .navi_txt {
    padding: 0;
  }
  .navi_txt_item {
    width: 33%;
    border-left: none;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .navi_txt_item:nth-child(2),
  .navi_txt_item:nth-child(5) {
    width: 34%;
  }
  .navi_txt_item:nth-child(3n) {
    border-right: none;
    margin: 0;
  }
  .navi_txt_item:nth-child(n+4) {
    border-bottom: 0;
  }
  .navi_img,
  .ctgr_wrap {
    padding: 0 4%;
  }
  .ctgr_wrap {
    padding-top: 12% !important;
  }
  .ctgr_wrap::after {
    background-size: contain;
    width: 80px;
    height: 80px;
  }
  .ctgr_name {
    font-size: 250%;
    margin: 0 auto 10%;
  }
}/*# sourceMappingURL=screen.css.map */</pre></body></html>