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

.d-sb {
  display: none;
}

.d-pc {
  display: block;
}

/*----*/
/* メルマガ登録ページ */
/*----*/
.terms_area {
  margin-bottom: 30px;
  padding: 20px 25px;
  border: 1px solid #737373;
}

.terms_list dt {
  font-weight: 500;
  margin-bottom: 0.4em;
}

.terms_caption {
  margin-top: 40px;
}

/*----*/
/* 商品詳細ページここから */
/*----*/
.des_tit {
  font-size: 1.4em;
  font-weight: 600;
  color: #999;
}

.g_maincopy {
  font-size: 2em;
  font-weight: 600;
}

.small {
  font-size: 9px;
  vertical-align: top;
}

.block-goods-detail .goods-comment_img {
  max-width: 100%;
  width: 640px;
}

/*----*/
/* 商品詳細ページここまで */
/*----*/
/*----*/
/* ステッカーキャンペーンLPページここから */
/*----*/
#apieu_present_sticker .imgPC {
  display: block;
}

#apieu_present_sticker .imgSP {
  display: none;
}

#apieu_present_sticker {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  padding-bottom: 8%;
  position: relative;
}

#apieu_present_sticker #bg_wrap {
  display: block;
  background-image: url(/contents/img/apieu_present_sticker/back.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  animation: bgroop 20s linear infinite;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1223px 0;
  }
}

#apieu_present_sticker article {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}

#apieu_present_sticker img {
  display: block;
  margin: 0 auto;
}

#apieu_present_sticker .movie_area {
  width: 768px;
  max-width: 100%;
  margin: 7% auto 0;
  padding: 0 5%;
}

#apieu_present_sticker video {
  width: 100%;
}

#apieu_present_sticker .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}

#apieu_present_sticker .item_wrap+.item_wrap {
  margin-top: 150px;
}

#apieu_present_sticker .item_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#apieu_present_sticker .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(94% / 4);
  margin-right: 2%;
  background-color: #fff;
  padding: 0 16px;
  font-size: 15px;
  margin-top: 3%;
}

#apieu_present_sticker .item:nth-child(1) {
  margin-top: 0;
}

#apieu_present_sticker .item:nth-child(2) {
  margin-top: 0;
}

#apieu_present_sticker .item:nth-child(3) {
  margin-top: 0;
}

#apieu_present_sticker .item:nth-child(4) {
  margin-top: 0;
}

#apieu_present_sticker .item:nth-child(4n) {
  margin-right: 0;
}

#apieu_present_sticker .item_name {
  font-weight: 400;
}

#apieu_present_sticker .item_price {
  font-size: 20px;
  margin-top: 0.6em;
  font-weight: 500;
}

#apieu_present_sticker .cartbtn {
  color: #fff;
  display: block;
  border: 1px solid #ED0F89;
  background-color: #ED0F89;
  padding: 0.8em 0;
  margin: 20px auto;
  width: 100%;
}

#apieu_present_sticker .cartbtn i {
  margin-right: 0.5em;
}

#apieu_present_sticker .top_btn a {
  display: block;
  width: 500px;
  margin: 0 auto;
  max-width: 90%;
}

/*----*/
/* ステッカーキャンペーンLPページここまで */
/*----*/
/*----*/
/* お買い物を続けるボタン修正 ここから */
/*----*/
.block-cart--wrapper .block-cart--continue-shopping {
  background: #333;
  border: none;
  box-shadow: none;
  /* width: 250px; */
  height: 3.4em;
  display: block;
  margin: 0 auto 40px;
  border-radius: 0 !important;
  padding: 1em 1.5em;
}
/* 20220412修正ここから */
.block-cart--wrapper .block-cart--continue-shopping input#order_back{
  font-size: 1.5rem;
  line-height: 1;
}
.btn-primary.block-cart--order-btn{
  border: solid 1px #ED5166;
  background-color: #ED5166;
}
/* 20220412修正ここまで */
/*----*/
/* お買い物を続けるボタン修正 ここまで */
/*----*/
/*----*/
/* 購入履歴詳細 レビューを書くボタン修正 ここから */
/*----*/
.block-purchase-history-detail--shipment-items .block-purchase-history-detail--shipment-goods-name a[title="レビューを書く"] {
  color: #333;
  border: solid 1px #333;
  background-color: #fff;
  padding: 6px 10px;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  text-decoration: none;
  display: inline-block;
  width: 160px;
  max-width: 100%;
  text-align: center;
}

.block-purchase-history-detail--shipment-items .block-purchase-history-detail--shipment-goods-name a[title="レビューを書く"]:hover {
  border-color: #7e7e7e;
  background-color: #cccccc;
  text-decoration: none;
}

.block-purchase-history-detail--shipment-items .block-purchase-history-detail--shipment-goods-name .variation-name+a[title="レビューを書く"] {
  margin-top: 10px;
}

.block-purchase-history-detail--shipment-items .block-purchase-history-detail--shipment-goods-name a+a[title="レビューを書く"] {
  margin-left: 10px;
}

/*----*/
/* 購入履歴詳細 レビューを書くボタン修正 ここまで */
/*----*/
/*----*/
/* 注文確認画面のモーダル利用規約修正ここから */
/*----*/
#agreebody {
  background: #fff;
  overflow-y: scroll;
  padding: 20px;
}

#agreebody h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

#agreebody h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#agreebody h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#agreebody .step li {
  border-bottom: none;
  padding-left: 0.5em;
}

#agreebody .document {
  margin-top: 24px;
  padding-bottom: 20px;
}

#agreebody .difinition_set+.difinition_set {
  margin-top: 20px;
}

/*----*/
/* 注文確認画面のモーダル利用規約修正ここまで */
/*----*/
/*----*/
/* ジャンルh1スタイル調整ここから */
/*----*/
.block-genre-page--header {
  text-align: center;
  padding: 0;
  border-left: none;
  background: none;
}

.block-genre-page--header span {
  background: linear-gradient(to top, #fff 0%, #fff 6%, #eee 5%, #eee 40%, #ffffff 40%, #ffffff 100%);
  padding: 0 0.3em;
}

/*----*/
/* ジャンルh1スタイル調整ここまで */
/*----*/
/*----*/
/* ジャンル／カテゴリ 〇件ありますの下線スタイル調整ここから */
/*----*/
:not(.block-top-event--goods)&gt;.block-goods-list-sort_pager {
  border-bottom: none;
}

/*----*/
/* ジャンル／カテゴリ 〇件ありますの下線スタイル調整ここまで */
/*----*/
/*----*/
/* ジャンルh1下の下層リンクボタンここから */
/*----*/
.genre_inner_list {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
}

.genre_inner_item {
  margin-right: 6px;
  margin-bottom: 6px;
  display: block;
  float: left;
}

.genre_inner_item a {
  display: block;
  padding: 3px 16px;
  border-radius: 920px;
  border: solid 1px #666;
  box-sizing: border-box;
  transition: 0.2s;
  color: #666;
  padding-left: 2em;
  position: relative;
}

.genre_inner_item a:hover {
  text-decoration: none;
  background: #666;
  border: solid 1px #666;
  color: #fff;
}

.genre_inner_item a::before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  left: 1.4em;
  font-size: 1em;
  width: 0.8em;
  height: 1em;
  top: 0.3em;
  bottom: 0;
  margin: 0;
  color: #333;
  transition: 0.2s;
  position: absolute;
}

.genre_inner_item a:hover::before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  left: 1.4em;
  font-size: 1em;
  width: 0.8em;
  height: 1em;
  top: 0.3em;
  bottom: 0;
  margin: 0;
  color: #fff;
}

/*----*/
/* ジャンルh1下の下層リンクボタンここまで */
/*----*/
/*----*/
/* カテゴリh1スタイル調整ここから */
/*----*/
.block-category-list--header {
  text-align: center;
  padding: 0;
  border-left: none;
  background: none;
}

.block-category-list--header span {
  background: linear-gradient(to top, #fff 0%, #fff 6%, #eee 5%, #eee 40%, #ffffff 40%, #ffffff 100%);
  padding: 0 0.3em;
}

/*----*/
/* カテゴリh1スタイル調整ここまで */
/*----*/
/*----*/
/* カテゴリh1下の下層リンクボタンここから */
/*----*/
.category_inner_list {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
}

.category_inner_item {
  margin-right: 6px;
  margin-bottom: 6px;
  display: block;
  float: left;
}

.category_inner_item a {
  display: block;
  padding: 3px 16px;
  border-radius: 920px;
  border: solid 1px #666;
  box-sizing: border-box;
  transition: 0.2s;
  color: #666;
  padding-left: 2em;
  position: relative;
}

.category_inner_item a:hover {
  text-decoration: none;
  background: #666;
  border: solid 1px #666;
  color: #fff;
}

.category_inner_item a::before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  left: 1.4em;
  font-size: 1em;
  width: 0.8em;
  height: 1em;
  top: 0.3em;
  bottom: 0;
  margin: 0;
  color: #333;
  transition: 0.2s;
  position: absolute;
}

.category_inner_item a:hover::before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  left: 1.4em;
  font-size: 1em;
  width: 0.8em;
  height: 1em;
  top: 0.3em;
  bottom: 0;
  margin: 0;
  color: #fff;
}

/*----*/
/* カテゴリh1下の下層リンクボタンここまで */
/*----*/
/*----*/
/* イベントh1スタイル調整ここから */
/*----*/
.block-event-page--header {
  text-align: center;
  padding: 0;
  border-left: none;
  background: none;
}

.block-event-page--header span {
  background: linear-gradient(to top, #fff 0%, #fff 6%, #eee 5%, #eee 40%, #ffffff 40%, #ffffff 100%);
  padding: 0 0.3em;
}

/*----*/
/* イベントh1スタイル調整ここまで */
/*----*/
/*----*/
/* サイドメニュー2行のときの表示修正ここから */
/*----*/
.block-category-tree--level-2&gt;.block-category-tree--item a span {
  text-indent: 0;
  padding-left: 0.8em;
}

.block-category-tree--level-2&gt;.block-category-tree--item__open a span {
  text-indent: 0;
  padding-left: 0.8em;
}

.block-category-tree--level-3&gt;.block-category-tree--item a span {
  text-indent: 0;
  padding-left: 1.5em;
}

.block-category-tree--level-3&gt;.block-category-tree--item__open a span {
  text-indent: 0;
  padding-left: 1.5em;
}

.block-category-tree--level-4&gt;.block-category-tree--item a span {
  text-indent: 0;
  padding-left: 2.5em;
}

.block-category-tree--level-4&gt;.block-category-tree--item__open a span {
  text-indent: 0;
  padding-left: 2.5em;
}

.block-genre-tree--level2&gt;.block-genre-tree--item a span {
  text-indent: 0;
  padding-left: 0.8em;
}

.block-genre-tree--level2&gt;.block-genre-tree--item__open a span {
  text-indent: 0;
  padding-left: 0.8em;
}

.block-genre-tree--level3&gt;.block-genre-tree--item a span {
  text-indent: 0;
  padding-left: 1.5em;
}

.block-genre-tree--level3&gt;.block-genre-tree--item__open a span {
  text-indent: 0;
  padding-left: 1.5em;
}

.block-genre-tree--level4&gt;.block-genre-tree--item a span {
  text-indent: 0;
  padding-left: 2.5em;
}

.block-genre-tree--level4&gt;.block-genre-tree--item__open a span {
  text-indent: 0;
  padding-left: 2.5em;
}

/*----*/
/* サイドメニュー2行のときの表示修正ここまで */
/*----*/
/*----*/
/* グロナビhover時のグレイアウトのタイミング調整ここから */
/*----*/
.pane-globalnav .block-globalnav-menu {
  z-index: 1001;
}

.pane-globalnav .js-animation-megamenu-hover a~.block-globalnav-menu-bg {
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
  top: 65px;
  z-index: 1000;
}

.pane-globalnav .js-animation-megamenu-hover a:hover~.block-globalnav-menu-bg {
  visibility: visible;
  opacity: 1;
  transition: 0.25s;
}

.pane-globalnav .js-animation-megamenu-hover .block-globalnav-menu:hover~.block-globalnav-menu-bg {
  visibility: visible;
  opacity: 1;
  transition: 0.25s;
}

/*----*/
/* グロナビhover時のグレイアウトのタイミング調整ここまで */
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* ジャンルタイトルの注釈表示調整ここから */
/*----*/
.block-genre-page--comment {
  text-align: right;
  font-size: 1.1rem;
}

/*----*/
/* ジャンルタイトルの注釈表示調整ここまで */
/*----*/
/* 特商法改正ここから */
.order-caption{
  font-size: 12px;
}
.order-caption .bold{
  font-weight: bold;
}
dd.order-caption_item {
  padding-left: 1em;
  text-indent: -1em;
}

/* 特商法改正ここまで */
/* ログインページ　ログインボタンスタイル調整ここから */
.btn-primary.block-login--login{
  border: solid 1px #ED5166;
  background-color: #ED5166;
}
/* ログインページ　ログインボタンスタイル調整ここまで */
/* ご注文の確認ページ　「注文を確定する」ボタンスタイル調整ここから */
.btn-primary.block-order-estimate--commit-btn{
  border: solid 1px #ED5166;
  background-color: #ED5166;
}
/* ご注文の確認ページ　「注文を確定する」ボタンスタイル調整ここまで */
/* ご注文方法の指定ページ　「ご注文の確認に進む」ボタンスタイル調整ここから */
.btn-primary.block-order-method--next-btn{
  border: solid 1px #ED5166;
  background-color: #ED5166;
}
/* ご注文方法の指定ページ　「ご注文の確認に進む」ボタンスタイル調整ここまで */
/* ヘッダープルダウンメニュー表示調整ここから */
.block-globalnav .block-globalnav--item-list &gt; li{
  position: relative;
}
.pane-globalnav .block-globalnav-menu{
  width: max-content;
  min-width: 300px;
  background-color: transparent;
  border: none;
  padding: 0.4em 3em 0.4em 2.5em;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.pane-globalnav .block-globalnav-menu-container{
  background-color: #fff;
  padding: 0;
}
.pane-globalnav .block-globalnav-menu-inner{
  position: relative;
  width: auto;
}
.pane-globalnav .block-globalnav-menu-list{
  display: block;
}
.pane-globalnav .block-globalnav-menu-list.gridlist{
    display: grid;
    grid-template-rows: repeat(4,1fr);
    grid-auto-flow: column;
    column-gap: 3em;
}
.pane-globalnav .block-globalnav-menu-list li{
  padding: 1em 0;
}
.pane-globalnav .block-globalnav-menu-list li + li{
  margin-left: 0;
  border-top: 1px dotted #aaa;
}
.pane-globalnav .block-globalnav-menu-list.gridlist li:nth-child(5n){
  border-top: none;
}
.pane-globalnav .block-globalnav-menu-list a::before{
  top: -1px;
  content: '';
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #333333;
}
.pane-globalnav .block-globalnav-menu-bg{
  top: 64px;
  z-index: 1000;
  visibility: hidden;
  transition: 0.25s;
}
/* ヘッダープルダウンメニュー表示調整ここまで */
/* 買い物かご矢印表示調整ここから */
.block-order-flow--step1, .block-order-flow--step2, .block-order-flow--step3, .block-order-flow--step4, .block-order-flow--step5{
  margin: 0 5px 0 0;
  padding: 15px 25px 5px 15px;
}
.block-order-flow--step1:after, .block-order-flow--step2:after, .block-order-flow--step3:after, .block-order-flow--step4:after, .block-order-flow--step5:after{
  content: none;
}
.block-order-flow--step-current{
  clip-path: polygon(0 0,calc(100% - 25px) 0,100% 50%,calc(100% - 25px) 100%,0 100%);
}
/* 買い物かご矢印表示調整ここまで */</pre></body></html>