<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&amp;display=swap");
/* font-family: 'Noto Serif JP', serif; */
#main_body {
  max-width: 850px;
  margin: 0 auto 100px;
}

.main_body_inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
}

#main_body a {
  display: block;
  border-style: none;
  transition: all 0.5s;
}

:where(#main_body) img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main_body .box_mv {
  display: block;
  width: 100%;
}

#main_body .box_mv_ttl {
  font-size: 1.8rem;
  padding: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: url(https://stprodaeonblob.blob.core.windows.net/eshop-files/images/20231108003.png);
  /* background-color: #32B8E1; */
}

.special_section + .special_section {
  margin-top: 80px;
}

.box_movie {
  position: relative;
  padding-top: 56.25%;
}

.box_movie iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.p-item_fl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-item_fl + .p-item_fl {
  margin-top: 80px;
}

.p-item_fl__img {
  width: 50%;
}

.p-item_fl__desc {
  width: 42%;
}

:where(.p-item_fl.-img-right .p-item_fl__img) {
  order: 2;
  text-align: right;
}

:where(.p-item_fl.-img-right .p-item_fl__desc) {
  order: 1;
}

.p-item_fl__desc.-as-center {
  align-self: center;
}

.btn_more {
  padding: 20px 10%;
}

.btn_more a {
  position: relative;
  display: block;
  padding: 24px;
  /* font-weight: bold; */
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  /* border-radius: 10px; */
  text-align: center;
  color: #fff;
  background-color: #CE161D;
  box-shadow: 0px 3px 0 #D59D00;
  transform: translateY(0);
  transition: all 0.2s ease-out !important;
}

.btn_more.-center a {
  margin-right: auto;
  margin-left: auto;
}

.btn_more.-small a {
  max-width: 400px;
  padding: 16px;
  font-size: 0.95rem;
}

.btn_more.-small a:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}

.btn_more a:hover {
  transform: translateY(3px);
  box-shadow: 0px 0 0 #D59D00;
  opacity: 1;
  background-color: #e96b6f;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  #main_body {
    margin: 0 auto 60px;
  }
  #main_body .box_mv_ttl {
    font-size: 1.4rem;
    padding: 15px;
  }
  .p-item_fl {
    flex-direction: column;
  }
  .btn_more {
    padding: 2vw 8% 3vw;
  }
  .btn_more a {
    font-size: 6.4vw;
  }
  .btn_more.-small a {
    max-width: inherit;
  }
}
.special_main .c-ttl {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}

.special_main .c-ttl span {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.p-item_fl__desc .btn_more {
  padding: 0;
}

.special_main .c-ttl + .btn_more {
  margin-top: 20px;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  .p-item_fl {
    padding: 0 5%;
  }
  .p-item_fl + .p-item_fl {
    margin-top: 70px;
  }
  .p-item_fl__img {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .p-item_fl__desc {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .special_main .c-ttl {
    font-size: 1.6rem;
  }
  .special_main .c-ttl span {
    font-size: 0.9rem;
    margin-bottom: 3px;
  }
  .special_main .c-ttl + .btn_more {
    margin-top: 15px;
  }
}
/* 商品リスト */
/* .special_product{
  margin: 40px 0 50px;
} */
.special_product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
}

.special_product_lis.-jc-senter {
  justify-content: center;
}

.special_product_list li {
  width: calc(25% - 15px);
}

.special_product_list li.-line3 {
  width: calc(33.333% - 13.3333333333px);
}

.special_product_list li.-line2 {
  width: calc(50% - 10px);
}

.special_product_list li a {
  display: block;
}

.special_product_list.-white-item li {
  background-color: #fff;
}

.special_product_list.-white-item li a {
  padding: 15px;
}

.special_product_list li img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  object-fit: inherit;
}

.special_product_list li .ttl {
  position: relative;
  margin: 3px 0 8px;
  overflow: hidden;
  line-height: 1.3;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.special_product_list li p.look {
  position: relative;
  width: 80%;
  margin: 10px auto 0;
  padding: 12px 0 10px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  background-color: #55ccfe;
  color: #fff;
  border-radius: 5px;
}

.special_product_list li p.look:before,
.special_product_list li p.look:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.special_product_list li p.look:before {
  right: 8%;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}

.special_product_list li p.look:after {
  right: calc(8% + 5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #55ccfe;
}

.special_product_list li a:hover {
  opacity: 0.5;
}

.special_product_list li .brand {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.1;
}

.special_product_list li .pr:before {
  display: inline-block;
  content: "税込";
  color: #D00003;
  margin-right: 0.1rem;
  font-size: 0.7rem;
}

.special_product_list li .pr.normal-pay:before {
  content: "税込";
  color: #000;
}

.special_product_list li .pr {
  position: relative;
  padding-left: 35%;
  padding-bottom: 5px;
  text-align: right;
  font-weight: bold;
  color: #D00003;
  font-size: 1.6rem;
  line-height: 1;
}

.special_product_list li .pr .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0;
  /* width: 35%;
  max-width: 80px; */
  width: auto;
  height: 32px;
}

.special_product_list li .pr.normal-pay {
  color: #000;
  width: 100%;
}

.special_product_list li .pr.normal-pay .icon {
  display: none !important;
}

.special_product_list li .pr &gt; em {
  font-size: 1.1rem;
  font-style: normal;
}

.special_product_list li .pr &gt; span {
  font-size: 0.8rem;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  /* .special_product_list{
    padding: 7vw 5vw;
    gap: 7vw 2%;
  } */
  .special_product_list.-white-item li a {
    padding: max(20px, 4vw);
  }
  .special_product_list li,
  .special_product_list li.-line2,
  .special_product_list li.-line3 {
    width: 100%;
  }
  /* .special_product_list li.-line3 {
    width: calc(50% - 5px);
  } */
  .special_product_list li img {
    max-width: 100%;
  }
  .special_product_list li .ttl {
    margin: 5px 0 12px;
  }
  .special_product_list li .pr .icon {
    top: 4px;
    max-width: 90px;
  }
  .special_product_list li .pr {
    font-size: 7vw;
  }
  .special_product_list li .pr:before {
    font-size: 3vw;
  }
  .special_product_list li .pr &gt; em {
    font-size: 4.5vw;
  }
  .special_product_list li .pr span {
    font-size: 3vw;
  }
}
.-bg01 {
  padding: 35px 25px 35px;
  background-color: #eedfb5;
  /* background: linear-gradient(45deg, #00A9BA 0%, #017BC4 100%); */
}

.-bg02 {
  padding: 35px 25px 35px;
  background-color: #FBE5D6;
  /* background: linear-gradient(0deg, #D7F2F9 0%, #EFF8FD 100%); */
}

.-bg03 {
  padding: 35px 25px 35px;
  background: linear-gradient(45deg, #00A9BA 0%, #017BC4 100%);
}

/* .-bg01 .special_product_list,
.-bg02 .special_product_list,
.-bg03 .special_product_list{
  margin-bottom: 5px;
  padding: 0 15px;
} */
:where(.-bg02) .btn_more a {
  background-color: #233861;
}

/* (SP版要素) */
@media screen and (max-width: 767px) {
  .-bg01 .special_product_list,
  .-bg02 .special_product_list {
    margin-bottom: 20px;
    padding: 0;
  }
}
/* PC・SP */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.special_attention {
  padding: 40px 30px;
  border: 3px solid #CE161D;
  border-radius: 10px;
}

#main_body .menu {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#main_body .menu_box {
  background-color: #CE161D;
  border-radius: 2px;
  margin-top: 5px;
  width: 32.8%;
  /* width: 24.5%; */
}

/* #main_body .menu_box:nth-child(6){
  width: 60%;
} */
#main_body .menu_box.wide {
  width: 100%;
  margin-right: 0;
}

#main_body .menu_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 3px;
  min-height: 60px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* #main_body .menu_box{
    background-color: #000;
    border-radius: 5px;
    margin-top: 10px;
    width: 32%;
  }
  #main_body .menu_box.wide{
    width: 100%;
    margin-right: 0;
  } */
  #main_body .menu_box,
  #main_body .menu_box:nth-child(n+5) {
    width: 32.5%;
  }
  #main_body .menu_box a {
    font-size: 0.9rem;
    min-height: 40px;
    padding: 5px;
    line-height: 1.1;
  }
}
.happybag_campaign_section {
  padding: 25px 25px 0;
}

.happybag_campaign_day {
  font-size: min(5vw, 1.7rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/* メニュー表示調整 */
.nav-sticky {
  justify-content: center;
  position: sticky;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.nav-sticky.active {
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .l-main--item-category {
    overflow-x: clip !important;
  }
  .nav-sticky {
    padding: 2% 2%;
  }
}</pre></body></html>