﻿@charset "UTF-8";

/* BASE */
:root{
  --serif: 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.page-event .pane-contents .container {
  display: block;
  width: 100%;
}
.page-event .pane-contents .container .pane-left-menu {
  display: none;
}
.page-event .pane-contents .container .pane-main {
  margin-bottom: 0;
  width: 100%;
}
#header {
  margin: 0;
}
.block-event-page {
  background-color: #FFE7E6;
  display: flex;
  flex-direction: column;
}
.block-event-page--header-freespace {
  order: 1;
}
.block-event-page--accessory {
  order: 2;
}
#freespace4 {
  order: 3;
}
#block_of_itemhistory {
  order: 4;
}
#freespace3 img,
#freespace4 img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.read-more-wrap{

  background: #FFF url(pc/bg3.png) center bottom no-repeat;

}
.read-more-wrap,
.read-more.all {
  order: 3;
}
#block_of_itemhistory,
.pane-right-menu {
  display: none;
}
/*------------------------------------
  PC
------------------------------------*/
html[data-browse-mode="P"] .wrapper {
  padding-top: 180px!important;
}
html[data-browse-mode="P"] .sp {
  display: none;
}
/*
html[data-browse-mode="P"] .block-event-page {
  background-image: url('/img/usr/event/mother/pc/body-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding-bottom: 0;
}*/

/* MV */
html[data-browse-mode="P"] .mv img {
  width: 100%;
}

/* MV直下 */
html[data-browse-mode="P"] .mv-btm {
  background: #FFF0F5;
}
html[data-browse-mode="P"] .mv-btm-wrap {
  text-align: center;
  padding: 40px 0 40px;
}
html[data-browse-mode="P"] .mv-title {
  font-family: var(--serif);
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: bold;
  color: #B93443;
}
html[data-browse-mode="P"] .mv-btm-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
html[data-browse-mode="P"] .only-sp {
  display: none;
}
html[data-browse-mode="S"] .only-pc {
  display: none;
}
html[data-browse-mode="P"] .mv-lead {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2.313;
  text-align: center;
  margin-bottom: 0;
  color: #584A4B;
}
html[data-browse-mode="P"] .mv-lead strong {
  color: #B93443;
  font-weight: bold;
}
html[data-browse-mode="P"] .mv-btm-box {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 23px;
  margin-inline: auto;
  margin-bottom: 60px;
  max-width: 844px;
  width: 100%;
}
html[data-browse-mode="P"] .mv-btm-box-txt1 {
  color: #EF3636;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 9px;
}
html[data-browse-mode="P"] .mv-btm-box-txt2 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.667;
}


html[data-browse-mode="S"] .mv-btm-wrap {
  text-align: center;
  padding: 30px 0 30px;
}
html[data-browse-mode="S"] .mv-title {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: bold;
  color: #B93443;
}
html[data-browse-mode="S"] .mv-btm-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  background: #FEEDF2;
}
html[data-browse-mode="S"] .mv-lead {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  margin: 0 30px;
  color:#000000
}
html[data-browse-mode="S"] .mv-lead strong {
  color: #B93443;
  font-weight: bold;
}
html[data-browse-mode="S"] .mv-btm-box {
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 23px;
  margin-inline: auto;
  margin-bottom: 60px;
  max-width: 844px;
  width: 100%;
}
html[data-browse-mode="S"] .mv-btm-box-txt1 {
  color: #EF3636;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 9px;
}
html[data-browse-mode="S"] .mv-btm-box-txt2 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.667;
}

/* キャンペーン内容 */
html[data-browse-mode="P"] .campaign-wrap {
  background: #FFF;
  text-align: center;
  padding: 80px 0 97px 0;
}
html[data-browse-mode="P"] .campaign-wrap dl {
  border-radius: 90px;
  border: 2px solid #CC0000;
  max-width: 1110px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  
  margin: 41px auto 0 auto;
}
html[data-browse-mode="P"] .campaign-wrap dl dt {
  font-size: 26px;
  width: 191px;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  background: #CC0000;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  line-height: 1;
}
html[data-browse-mode="P"] .campaign-wrap dl dd {
  font-size: 26px;
  width: calc(100% - 191px);
  height: 66px;
  font-weight: bold;
  color: #CC0000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
html[data-browse-mode="P"] .campaign-wrap dl dd strong {
  font-size: 36px;
  font-weight: bold;
}


html[data-browse-mode="S"] .campaign-wrap {
  background: #FFF;
  text-align: center;
  padding: 52px 0 50px 0;
}
html[data-browse-mode="S"] .campaign-wrap picture {
  display: block;
  margin: 0 30px;
}
html[data-browse-mode="S"] .campaign-wrap dl {
  border-radius: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 57px auto 0 auto;
  position: relative;
  padding: 0 30px;
}
html[data-browse-mode="S"] .campaign-wrap dl dt {
  font-size: 16px;
  width: 126px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 90px;
  background: #CC0000;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  line-height: 1;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html[data-browse-mode="S"] .campaign-wrap dl dd {
  border: 2px solid #CC0000;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  color: #CC0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding: 27px 0 20px;
  box-sizing: border-box;
  letter-spacing: -0.5px;
}
html[data-browse-mode="S"] .campaign-wrap dl dd strong {
  font-size: 24px;
  font-weight: bold;
}
/* キャンペーン内容 */

/* ギフトおすすめ*/
html[data-browse-mode="P"] .haisou {
  max-width: 844px;
  border-radius: 15px;
  margin: 40px auto 0;
  padding: 23px 0 25px;
  background: #FFF;
  text-align: center;
}
html[data-browse-mode="P"] .haisou .haisou-title {
  color: #EF3636;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}
html[data-browse-mode="P"] .haisou .haisou-lead {
  font-size: 15px;
}

html[data-browse-mode="S"] .giftrecommend-wrap {
  padding: 30px 15px 0;
  background: #F8CCCD;
}
html[data-browse-mode="S"] .haisou {
  border-radius: 1px;
  margin: 0 auto 30px;
  padding: 18px 0 16px;
  background: #FFF;
  text-align: center;
}
html[data-browse-mode="S"] .haisou .haisou-title {
  color: #EF3636;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
html[data-browse-mode="S"] .haisou .haisou-lead {
  font-size: 13px;
  margin: 0 15px;
  line-height: 1.6;
}


html[data-browse-mode="P"] .giftrecommend {
  max-width: 1200px;
  height: 497px;
  margin: 40px auto 60px;
  padding: 0 0 0;
  background: url(pc/giftrecommend.png) center center no-repeat;
  position: relative;
}
html[data-browse-mode="P"] .giftrecommend picture {
  padding: 95px 0 0 115px;
  display: block;
}
html[data-browse-mode="P"] .giftrecommend-text {
  position: absolute;
  left: 55px;
  bottom: 45px;
}
html[data-browse-mode="P"] .giftrecommend-title {
  font-size: 27px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #A85D76;
  font-family: var(--serif);  
}
html[data-browse-mode="P"] .giftrecommend-lead {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  font-family: var(--serif);  
}



html[data-browse-mode="S"] .giftrecommend {
  margin: 0 0 0 -15px;
  padding: 0 0 0;
  width: calc(100% + 30px);
  position: relative;
}
html[data-browse-mode="S"] .giftrecommend picture {
  padding: 0;
  display: block;
}
html[data-browse-mode="S"] .giftrecommend-text {
  background: #FFF0F5;
  text-align: center;
  padding: 20px 0 50px;
}
html[data-browse-mode="S"] .giftrecommend-title {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #A85D76;
  font-family: var(--serif);  
}
html[data-browse-mode="S"] .giftrecommend-lead {
  font-size: 13px;
  color: #000000;
  line-height: 1.8;
  font-family: var(--serif);  
}
html[data-browse-mode="S"] .block-thumbnail-t--goods-image {
  padding: 0;
}
/* ギフトおすすめ*/

/*探す*/
html[data-browse-mode="P"] .search-list-wrap {
  background: #F8CCCD;
  padding: 60px 0;
}
html[data-browse-mode="P"] .search-list-wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
html[data-browse-mode="P"] .search-list-wrap ul a {
  background: #B62838 url(pc/anchor.png) center bottom 16px no-repeat;
  border-radius: 4px;
  width: 335px;
  height: 121px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  
}
html[data-browse-mode="P"] .search-list-wrap ul a:hover {
  opacity: 0.8;
}
html[data-browse-mode="P"] .search-list-wrap ul a strong {
  font-size: 24px;
  color: #FFF2C2;
  font-weight: bold;
}



html[data-browse-mode="S"] .search-list-wrap {
  background: #F8CCCD;
  padding: 40px 30px;
}
html[data-browse-mode="S"] .search-list-wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
html[data-browse-mode="S"] .search-list-wrap ul li {
  width: calc((100% / 2) - 10px);
}
html[data-browse-mode="S"] .search-list-wrap ul a {
  background: #B62838 url(sp/anchor.png) center bottom 12px no-repeat;
  background-size: 9px 7px;
  border-radius: 4px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  
}
html[data-browse-mode="S"] .search-list-wrap ul a:hover {
  opacity: 0.8;
}
html[data-browse-mode="S"] .search-list-wrap ul a strong {
  font-size: 18px;
  color: #FFF2C2;
  font-weight: bold;
}
/* カテゴリーで選ぶ */
html[data-browse-mode="P"] .sec-by-category {
  padding-block: 50px 113px;
}
html[data-browse-mode="P"] .sec-by-category-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
html[data-browse-mode="P"] .category-panel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-inline: auto;
  max-width: 948px;
  width: 100%;
}
html[data-browse-mode="P"] .category-panel {
  background-color: #fff;
  display: block;
  height: 100%;
}
html[data-browse-mode="P"] .category-panel-name {
  color: #98717E;
  font-family: var(--serif);
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  padding-block: 11px;
}

/* 関連イベント */
html[data-browse-mode="P"] .block-event-page--accessory {
  position: relative;
  z-index: 9999;
  margin-top: -10px;
  background: #FFF url(pc/bg3.png) center top -120px no-repeat;
  position: relative;
}
html[data-browse-mode="P"] .block-event-page--accessory::before {
  position: absolute;
  display: inline-block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFF url(pc/bg3.png) center bottom no-repeat;
}
html[data-browse-mode="P"] .block-event-page--accessory-inner {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, .1);
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -20px;
}
html[data-browse-mode="P"] .block-event-page--accessory-inner::before{
  display: inline-block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
}
html[data-browse-mode="P"] .block-top-event--goods {
  margin: 0 0 0;
  overflow: hidden;
}
html[data-browse-mode="P"] .block-top-event--goods .special  {
  padding: 0;
}
html[data-browse-mode="P"] .block-top-event--goods .special .search-contents {  
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  position: relative
}
html[data-browse-mode="P"] .block-top-event--goods .special .search-contents::before {
  display: none;
}
html[data-browse-mode="P"] .block-top-event--goods .special .search-contents ul.shop_list {    
  margin: 0;
}
html[data-browsez-mode="P"] .block-top-event--goods .special .search-contents:before{
  display: none;
}
html[data-browse-mode="P"] .block-thumbnail-t {
  margin-bottom: 40px;
}
html[data-browse-mode="P"] .block-top-event--wrap {
  margin-inline: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
  max-width: 1200px;
  width: 100%;
  background: #FFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  
}
html[data-browse-mode="P"] .block-top-event--header {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.267;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  margin-bottom: 0;
  color: #8B2245;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
html[data-browse-mode="P"] .block-top-event--header > span span {
  position: relative;
  z-index: 10;
  padding: 0 5px;
}
html[data-browse-mode="P"] .block-top-event--header > span {
  font-size: 28px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
html[data-browse-mode="P"] .block-top-event--header > span::after {
  content: '';
  background-color: #FFE7E6;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
html[data-browse-mode="P"] .block-top-event--header span {
  display: block;
}

html[data-browse-mode="S"] .block-top-event--header {
  font-family: var(--serif);
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.267;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  margin-bottom: 0;
  color: #8B2245;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
html[data-browse-mode="S"] .block-top-event--header > span span {
  position: relative;
  z-index: 10;
  padding: 0 5px;
}
html[data-browse-mode="S"] .block-top-event--header > span {
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
html[data-browse-mode="S"] .block-top-event--header > span::after {
  content: '';
  background-color: #FFE7E6;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
html[data-browse-mode="S"] .block-top-event--header span {
  display: block;
}
html[data-browse-mode="P"] .block-thumbnail-t {
  justify-content: center;
}
html[data-browse-mode="P"] .block-thumbnail-t > li {
  width: 188px;
  margin-right: 0;
}
html[data-browse-mode="P"] .block-thumbnail-t--goods-image figure {
  width: 100%;
  height: auto;
}
html[data-browse-mode="P"] .block-thumbnail-t--goods-image {
  margin-bottom: 10px;
}
html[data-browse-mode="P"] .more-button {
  margin: 0;
  position: static;
}
html[data-browse-mode="P"] .block-top-event--wrap .more-button {
  margin-top: 44px;

}
html[data-browse-mode="P"] a.read-more.all {
  width: 400px;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 60px;
}
html[data-browse-mode="P"] a.read-more:hover,
html[data-browse-mode="P"] .more-button a:hover {
  opacity: 0.8;
}
html[data-browse-mode="P"] a.read-more,
html[data-browse-mode="P"] .more-button a {
  background-color: #CC0000;
  border: none;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 11px 36px 13px;
  height: auto;
  min-width: 173px;
  width: fit-content;
  position: relative;
  transition: opacity .3s;
  width: 340px;
  height: 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
html[data-browse-mode="P"] a.read-more{
  margin-top: 44px;
}
html[data-browse-mode="P"] .more-button a::after {
  display: none;
}
html[data-browse-mode="P"] .more-button a:hover {
  opacity: .7;
}
html[data-browse-mode="P"] .more-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  border: none;
  width: 327px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s;
  background: #CC0000 url(pc/topbtn.png) right 20px center no-repeat;
  box-sizing: border-box;
}
html[data-browse-mode="P"] .more-btn:hover {
  opacity: 0.8;
}
html[data-browse-mode="S"] .read-more-wrap {
  background: #FFF0F5;
  padding: 0 15px 60px 15px;
}
html[data-browse-mode="S"] .pickupshop-main a.read-more {
  margin: 40px 22px 0;
  width: unset;
}
html[data-browse-mode="S"] a.read-more.all {
  width: 100%;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
#freespace4  .pickupshop-main .block-thumbnail-t--items .block-icon span img {
  height: 16px;
}
html[data-browse-mode="S"] a.read-more:hover,
html[data-browse-mode="S"] .more-button a:hover {
  opacity: 0.8;
}
html[data-browse-mode="S"] a.read-more,
html[data-browse-mode="S"] .more-button a {
  background-color: #CC0000;
  border: none;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 11px 36px 13px;
  height: auto;
  min-width: 173px;
  width: fit-content;
  position: relative;
  transition: opacity .3s;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
html[data-browse-mode="S"] a.read-more{
  margin-top: 40px;
  margin-bottom: 0;
}
html[data-browse-mode="S"] .more-button a::after {
  display: none;
}
html[data-browse-mode="S"] .more-button a:hover {
  opacity: .7;
}
html[data-browse-mode="S"] .more-btn {
  display: flex;
  justify-content: center;
  align-content: center;
  border: none;
  width: 327px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  transition: 0.3s;
  background: #CC0000 url(pc/topbtn.png) right 20px center no-repeat;
  box-sizing: border-box;
}
html[data-browse-mode="S"] .more-btn:hover {
  opacity: 0.8;
}
/* カテゴリから探す */
html[data-browse-mode="P"] .search-contents.category ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  padding: 0 0 80px;
}
html[data-browse-mode="P"] .search-contents.category li a{
  width: 339px;
  height: 230px;
  padding: 36px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
  color: #8B2245;
}
html[data-browse-mode="P"] .search-contents.category li span {
  padding-bottom: 18px;
  background: url(pc/anchor2.png) center bottom no-repeat;
} 
html[data-browse-mode="P"] .search-contents.category li a strong {
  font-size: 19px;
  font-weight: bold;
  color: #8B2245;
  margin-bottom: 14px;
  line-height: 1;
  font-family: var(--serif);  
}
html[data-browse-mode="P"] .search-contents.category li a .anchor-main {
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html[data-browse-mode="P"] .search-contents.category li a:hover{
  opacity: 0.8; 
}
html[data-browse-mode="P"] #category-all {
  background: url(pc/all.png) center center no-repeat;
}
html[data-browse-mode="P"] #category-flowers {
  background: url(pc/flowers.png) center center no-repeat;
}
html[data-browse-mode="P"] #category-accessories {
  background: url(pc/accessories.png) center center no-repeat;
}
html[data-browse-mode="P"] #category-cosme {
  background: url(pc/cosmebeautygoods.png) center center no-repeat;
}
html[data-browse-mode="P"] #category-gourmet {
    background: url(pc/gourmet.png) center center no-repeat;
}

html[data-browse-mode="P"] #category-sweets {
  background: url(pc/sweets.png) center center no-repeat;
}

html[data-browse-mode="S"] .search-contents.category ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
  margin: 0 30px;
  padding: 0 0 47px;
}
html[data-browse-mode="S"] .search-contents.category li {
  width: calc((100% / 2) - 8px);
}
html[data-browse-mode="S"] .search-contents.category li a{
  display: flex;
  height: 144px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 13px;
  color: #8B2245;
}
html[data-browse-mode="S"] .search-contents.category li span {
  padding-bottom: 18px;
  font-size: 9px;
} 
html[data-browse-mode="S"] .search-contents.category li.line1 span{
  margin-top: 12px;
}
html[data-browse-mode="S"] .search-contents.category li a strong {
  font-size: 15px;
  font-weight: bold;
  color: #8B2245;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: var(--serif);  
}
html[data-browse-mode="S"] .search-contents.category li a .anchor-main {
  background: rgba(255,255,255,0.85) url(sp/anchor2.png) center bottom 5px no-repeat;
  background-size: 9px 7px;
  border-radius: 3px;
  width: calc(100% - 36px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px 18px;
}
html[data-browse-mode="S"] .search-contents.category li a:hover{
  opacity: 0.8; 
}
html[data-browse-mode="S"] #category-all {
  background: url(sp/all.png) center center no-repeat;
  background-size: 100% 100%;
}
html[data-browse-mode="S"] #category-flowers {
  background: url(sp/flowers.png) center center no-repeat;
  background-size: 100% 100%;
}
html[data-browse-mode="S"] #category-accessories {
  background: url(sp/accessories.png) center center no-repeat;
  background-size: 100% 100%;
}
html[data-browse-mode="S"] #category-cosme {
  background: url(sp/cosmebeautygoods.png) center center no-repeat;
  background-size: 100% 100%;
}
html[data-browse-mode="S"] #category-gourmet {
    background: url(sp/gourmet.png) center center no-repeat;
    background-size: 100% 100%;
}

html[data-browse-mode="S"] #category-sweets {
  background: url(sp/sweets.png) center center no-repeat;
  background-size: 100% 100%;
}

/* カテゴリから探す */


/*===========
scrollbar
===========*/
.simplebar-track.simplebar-horizontal[style*="visibility: hidden"] {
    display: none !important;
}
html[data-browse-mode="P"] .shop-simplebar .simplebar-track.simplebar-horizontal {
  position: relative;
  margin-top: 32px;
  height: 8px;
}
html[data-browse-mode="P"] .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 8px;
}
.simplebar-track.simplebar-horizontal {
	height: 8px;
	background: #DCDCDC;
	max-width: 100%;
	margin: 0 auto;
	right: 0;
	border-radius: 4px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 8px;
	background: #D88BA3;
	top: 0;
	border-radius: 4px;
}
.simplebar-scrollbar.simplebar-visible:before {
 opacity: 0;
}
.simplebar-scrollbar:hover,
.simplebar-scrollbar:before {
	background: #D88BA3;
  opacity: 1;
}
.simplebar-scrollbar:before {
  display: none;
}
/* ショップの倍率から探す */
html[data-browse-mode="P"] .shop-simplebar {
  margin-bottom: 0;
  position: relative;
}
html[data-browse-mode="P"] .shop-wrap::before{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  display: inline-block;
  content: '';
  width: 50%;
  height: 100px;
}
html[data-browse-mode="P"] .shop-wrap {
  position: relative;
  padding-top: 100px;
  background: #FFF url(pc/bg1.png) center top repeat-y;
}
html[data-browse-mode="P"] .category-wrap {
  padding-top: 50px;
  background: #FFF url(pc/bg2.png) center top no-repeat;
}
html[data-browse-mode="P"] #freespace4 .special {
  background: #FFE7E6;
  padding: 0 0 0;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li {
  padding: 24px 0 0 0;
  margin-bottom: 0;
}
html[data-browse-mode="P"] .special .label {
    position: absolute;
    top: 0;
    right: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
    z-index: 2;
}
html[data-browse-mode="P"] .special .inner {
    width: 1200px;
    margin: 0 auto;
}
.special .sec-search {
  background-image: url('/img/usr/event/2026/special/03/bg_green.jpg');
  background-size: 100%;
  padding-block: 100px;
}
html[data-browse-mode="P"] .special .search-contents,
html[data-browse-mode="P"] .special .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 60px;
  padding: 60px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="P"] .special .search-contents#shop {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .special .search-contents:before,
html[data-browse-mode="P"] .special .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #B62838;
}
html[data-browse-mode="P"] .special .search-contents {
  text-align: left;
}
html[data-browse-mode="P"] .special .search-contents.shop p {
  padding-bottom:40px;
  font-size:16px;
}
html[data-browse-mode="P"]  .search-contents-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 30px 0px 30px;
  margin: 0 0 60px;
  line-height: 1;
}
html[data-browse-mode="P"]  .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 0 0 4px; 
  font-size: 32px;
  font-family: var(--serif);
}  
html[data-browse-mode="P"]  .search-contents-title-inner::before,
html[data-browse-mode="P"]  .search-contents-title-inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
html[data-browse-mode="P"]  .search-contents-title-inner::before {
  left: -45px;
  background-image: url('pc/bg_title_L.png');
  width: 45px;
  height: 33px;
  background-size: 45px 33px;
}
html[data-browse-mode="P"]  .search-contents-title-inner::after {
  right: -66px;
  background-image: url('pc/bg_title_R.png');
  width: 66px;
  height: 56px;
  background-size: 66px 56px;
}
html[data-browse-mode="P"]  .search-contents-title-inner span {
  font-size: 26px;
}
html[data-browse-mode="P"] .special .search-contents.shop .block-thumbnail-t.shop_list{
    grid-template-columns: repeat(10, 188px);
}

html[data-browse-mode="P"] .special .search-contents.shop .shop_list {
  display: grid;
  grid-template-columns: repeat(10, 246px);
  gap: 0 32px;
  margin: 0px 0 0;
  justify-content: start;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li {
  position: relative;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li a {
  display: block;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li figure {
  display: block;
  width: 100%;
  border: 1px solid #D5D5D5;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="P"] .special .search-contents.shop .shop_list li .name {
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0 0 15px;
}
html[data-browse-mode="P"] .special .search-contents.category {
  text-align: center;
  margin: 0;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
html[data-browse-mode="P"] .special .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 40px;
  gap: 25px 0;
}
html[data-browse-mode="P"] .special .search-contents.category .tab-item {
  position: relative;
  padding: 0 13px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background: none;
  border: none;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
  cursor: pointer;
}
html[data-browse-mode="P"] .special .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="P"] .special .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}

html[data-browse-mode="S"] .shop-simplebar {
  margin-bottom: 0;
  margin-left: 15px;
  padding-bottom: 15px;
}
html[data-browse-mode="S"] .shop-wrap {
  padding: 50px 15px 0;
  background: #FFF0F5;
}
html[data-browse-mode="S"] .category-wrap {
  padding-top: 20px;
  background: #FFF0F5;
}
html[data-browse-mode="S"] #freespace4 .special {
  background: #FFE7E6;
  padding: 0 0 0;
}
html[data-browse-mode="S"] .special .label {
    position: absolute;
    top: 0;
    right: -24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(-45deg, #AC0F14 0%, #AC0F14 50%, #CC090F 50%, #CC090F 100%);
    z-index: 2;
}
html[data-browse-mode="S"] .special .inner {
    width: unset;
    margin: 0 auto;
}
html[data-browse-mode="S"] .special .sec-search {
  background-image: url('/img/usr/event/2026/special/03/bg_green.jpg');
  background-size: 100%;
  padding-block: 100px;
}
html[data-browse-mode="S"] .special .search-contents,
html[data-browse-mode="S"] .special .pickup-contents {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  margin: 0 0 60px;
  padding: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="S"] .special .search-contents#shop {
  margin-bottom: 0;
  padding: 39px 0 0 0;
}
html[data-browse-mode="S"] .special .search-contents#shop .shop-simplebar {
  margin-left: 0;
}
html[data-browse-mode="S"] .special .search-contents:before,
html[data-browse-mode="S"] .special .pickup-contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #A85D76;
}
html[data-browse-mode="S"] .special .search-contents {
  text-align: left;
}
html[data-browse-mode="S"] .special .search-contents .filter-block {
  padding: 0 30px 40px 30px;
}
html[data-browse-mode="S"] .special .search-contents.shop p {
  padding-bottom:40px;
  font-size:16px;
}
html[data-browse-mode="S"]  .search-contents-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 18px 0 0px 0;
  margin: 0 0 32px;
  line-height: 1;
  letter-spacing: -0.2px;
}
html[data-browse-mode="S"]  .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 0 0 4px; 
  font-size: 26px;
  font-family: var(--serif);
}  
html[data-browse-mode="S"]  .search-contents-title-inner::before,
html[data-browse-mode="S"]  .search-contents-title-inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
html[data-browse-mode="S"]  .search-contents-title-inner::before {
  left: -32px;
  top: -15px;
  background-image: url('sp/bg_title_L.png');
  width: 32px;
  height: 23px;
  background-size: 32px 23px;
}
html[data-browse-mode="S"]  .search-contents-title-inner::after {
  right: -52px;
  background-image: url('sp/bg_title_R.png');
  width: 52px;
  height: 44px;
  background-size: 52px 44px;
}
html[data-browse-mode="S"]  .search-contents-title-inner span {
  font-size: 22px;
}
html[data-browse-mode="S"] .special .search-contents.shop .block-thumbnail-t.shop_list{
      grid-template-columns: repeat(10, 188px);
      min-height: 390px;
}

html[data-browse-mode="S"] .special .search-contents.shop .shop_list {
  display: grid;
  grid-template-columns: repeat(10, 166px);
  gap: 0 19px;
  margin: 0px 0 0;
  padding: 0;
  justify-content: start;
}
.pickupshop-main .block-thumbnail-t--item .page-goods .block-goods-favorite,
.pickupshop-main .block-ranking-r--items .page-goods .block-goods-favorite {
  bottom: 0!important;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list li {
  position: relative;
  padding: 20px 0 0;
  margin: 0;
  width: unset;
}
html[data-browse-mode="S"] .special .search-coontents.shop .shop_list li a {
  display: block;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list li figure {
  display: block;
  width: 100%;
  aspect-ratio: 218/118;
  border: 1px solid #D5D5D5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list li figure{
  position: static;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list li figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html[data-browse-mode="S"] .pickupshop-main .shop-simplebar {
  margin-bottom: 0;
  padding-bottom: 0;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list li .name {
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;
}
html[data-browse-mode="S"] .block-top-event--goods {
  padding-bottom: 15px;
}
html[data-browse-mode="S"] .special .search-contents.shop .shop_list .simplebar-track.simplebar-horizontal {
  margin-right: 15px;
}
html[data-browse-mode="S"] .special .search-contents.shop .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{
  background: #DCDCDC;
}
html[data-browse-mode="S"] .special .search-contents.shop .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  background: #DCDCDC;
  border-radius: 0;
  height: 10px;
}
html[data-browse-mode="S"] .special .search-contents.shop .simplebar-track.simplebar-horizontal {
  background: unset;
  border-radius: 0;
  margin-right: 15px;
  width: calc(100% - 15px);
  position: relative;
  top: 0;
  margin-top: 10px;
}
html[data-browse-mode="S"] .special .search-contents.category {
  text-align: center;
  margin: 0 15px;
  padding: 22px 0 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: unset;
}
html[data-browse-mode="S"] .special .search-contents.category .tab {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 40px;
  gap: 25px 0;
}
html[data-browse-mode="S"] .special .search-contents.category .tab-item {
  position: relative;
  padding: 0 13px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  background: none;
  border: none;
  border-right: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
  margin-left: -1px;
  cursor: pointer;
}
html[data-browse-mode="S"] .special .search-contents.category .tab-item.active {
  color: #C00;
  pointer-events: none;
}
html[data-browse-mode="S"] .special .search-contents.category .tab-item.active:after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: -10px;
  width: calc(100% - 10px);
  height: 2px;
  background: #C00;
}
/* ショップの倍率から探す */

/* ピックアップショップ */
html[data-browse-mode="P"] .special .search-contents.shop.pickup {
  width: 1200px;
  margin: 0 auto 0;
  padding: 100px 0 0 0;
  background: none;
  box-shadow: unset;
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup .filter-block {
  padding: 80px 60px;
  margin-bottom: 60px;
  position: relative;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup .filter-block:last-child {
  margin-bottom: 0;
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup .filter-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 10px 10px 0 0;
    background: #A85D76;
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup:before, html[data-browse-mode="P"] .special .pickup-contents.shop.pickup:before {
  display: none;
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup .inner{
  width: unset;
}
html[data-browse-mode="P"] .special .search-contents.shop.pickup .shop_list {
  grid-template-columns: repeat(10, 188px);
  gap: 35px;
  margin: 0;
}
html[data-browse-mode="P"] .shop-info {
  position: relative;
  padding: 72px 60px 36px;
  background: #FFF;
}
html[data-browse-mode="P"] .shop-info::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #B62838;  
}
html[data-browse-mode="P"] .shop-main .search-contents {
  box-shadow: unset;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
html[data-browse-mode="P"] .shop-main .pickupshop-main {
  width: 1200px;
  margin: 0 auto 60px;
  background: #FFF;
  padding: 0 0 80px;
  border-radius: 10px;
}
html[data-browse-mode="S"] .shop-main {
  margin: 0 auto 25px;
  background: #FFF;
  padding: 0 0 40px;
  border-radius: 5px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="S"] .shop-main:last-child {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .pickupshop-wrap {
  padding: 43px 15px;
  background: #F8CCCD;
}
html[data-browse-mode="P"] #freespace4 {
  padding: 110px 0 0;
}
html[data-browse-mode="P"] #freespace4 .shop-main .pickupshop-main .special {
  background: #FFF;
}
html[data-browse-mode="P"] .shop-main .inner {
  width: 1080px;
  margin: 0 auto;
}
html[data-browse-mode="S"] .shop-main .special .search-contents {
  margin: 0;
  padding: 0;
  box-shadow: unset;
  border-radius: 0;
}
html[data-browse-mode="P"] .shop-main .special .pickup-contents {
  padding: 0;
}
html[data-browse-mode="P"] .shop-main .special .search-contents:before{
  display: none;
}
html[data-browse-mode="P"] .shop-inner{
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="S"] .shop-main .special .pickup-contents {
  padding: 0;
}
html[data-browse-mode="S"] .shop-main .special .search-contents:before{
  display: none;
}
html[data-browse-mode="S"] .shop-inner .special .search-contents .filter-block {
  padding: 0;
}
html[data-browse-mode="S"] .shop-inner{
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
}
html[data-browse-mode="P"] .shop-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 0 60px;
  max-width: 1200px;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
html[data-browse-mode="P"] .shop-info p {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="P"] .shop-info .shop-info-title {
  font-size: 24px;
  color: #541109;
  font-weight: bold;
  margin: 0 0 19px;
  line-height: 1;
}
html[data-browse-mode="P"] .shop-info .shop-info-text {
  font-size: 16px;
  line-height: 2;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup {
  padding: 55px 0 0 0;
  margin: 0;
  background: none;
  box-shadow: unset;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup .filter-block {
  padding: 30px 15px 40px;
  margin: 0 15px 25px;
  position: relative;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup .filter-block:last-child{
  margin-bottom: 0;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup .filter-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: #A85D76;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup:before, html[data-browse-mode="S"] .special .pickup-contents.shop.pickup:before {
  display: none;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup .inner{
  width: unset;
}
html[data-browse-mode="S"] .special .search-contents.shop.pickup .shop_list {
  grid-template-columns: repeat(10, 188px);
  gap: 35px;
  margin: 0;
}
html[data-browse-mode="S"] .special .search-contents.pickup .shop_list li {
  padding-top: 0;
}
html[data-browse-mode="S"] .shop-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0 0 10px;
  padding: 30px 15px 0;
  text-align: center;
}
html[data-browse-mode="S"] .shop-info .shop-info-detail {

}
html[data-browse-mode="S"] .shop-info p {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="S"] .shop-info .shop-info-title {
  font-size: 18px;
  color: #541109;
  font-weight: bold;
  margin: 0 0 12px;
  line-height: 1;
}
html[data-browse-mode="S"] .shop-info .shop-info-text {
  font-size: 14px;
  line-height: 2;
}
/* ピックアップショップ */


/* 関連特集 */
html[data-browse-mode="P"] .sec-tokushu {
  padding: 120px 0;
}
#freespace4 .sec-bg.sec-bottom {
  background: #FFF url(pc/bottom.png) center top no-repeat;
}
html[data-browse-mode="P"] .sec-tokushu picture {
  margin-bottom: 64px;
  display: block;
}
html[data-browse-mode="P"] .sec-tokushu picture:last-child {
  margin: 0;
}
html[data-browse-mode="P"] .sec-tokushu-main {
  max-width: 1200px;
  margin: 0 auto;
}

html[data-browse-mode="P"] .sec-tokushu .search-contents-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 30px 0px 30px;
  margin: 0 0 45px;
}
html[data-browse-mode="P"] .sec-tokushu .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 0 0 4px; 
  font-size: 32px;
  font-family: var(--serif);
}  
html[data-browse-mode="P"] .sec-tokushu .search-contents-title-inner::before,
html[data-browse-mode="P"] .sec-tokushu .search-contents-title-inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
html[data-browse-mode="P"] .sec-tokushu .search-contents-title-inner::before {
  left: -45px;
  background-image: url('pc/bg_title_L.png');
  width: 45px;
  height: 33px;
  background-size: 45px 33px;
}
html[data-browse-mode="P"] .sec-tokushu .search-contents-title-inner::after {
  right: -66px;
  background-image: url('pc/bg_title_R.png');
  width: 66px;
  height: 56px;
  background-size: 66px 56px;
}
html[data-browse-mode="S"]  #freespace4 .sec-bg.sec-bottom {
  padding: 60px 0 0;
  background: #FFF0F5;
}
html[data-browse-mode="S"] .sec-tokushu {
  padding: 0 15px;
}
#freespace4 .sec-bg.sec-bottom {
  background: #FFF url(pc/bottom.png) center top no-repeat;
}
html[data-browse-mode="S"] .sec-tokushu picture {
  margin-bottom: 21px;
  display: block;
}
html[data-browse-mode="S"] .sec-tokushu picture:last-child {
  margin: 0;
}
html[data-browse-mode="S"] .sec-tokushu-main {
  max-width: 1200px;
  margin: 0 auto;
}

html[data-browse-mode="S"] .sec-tokushu .search-contents-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 30px 0px 30px;
  margin: 0 0 32px;
}
html[data-browse-mode="S"] .sec-tokushu .search-contents-title-inner {
  display: inline-block;
  position: relative;
  padding: 0 0 0 4px; 
  font-size: 26px;
  font-family: var(--serif);
}  
/* 関連特集 */

/* マナー */
html[data-browse-mode="P"] .sec-manner {
  line-height: 2.57;
  padding-top: 0;
}
html[data-browse-mode="P"] .sec-manner-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 120px;
}
html[data-browse-mode="P"] .manner {
  margin-bottom: 120px;
}
html[data-browse-mode="P"] .manner-head {
}
html[data-browse-mode="P"] .manner-hdg {
  text-align: center;
}
html[data-browse-mode="P"] .manner-body {
  background-color: #fff;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.12);
  padding: 50px 75px 80px;
}
html[data-browse-mode="P"] .manner .comment {
  text-align: center;
  margin: 0 0 15px;
}
html[data-browse-mode="P"] .manner .tips > li {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 45px;
  border-bottom: 1px dotted #e0c67e;
}
html[data-browse-mode="P"] .manner .tips > li:last-child {
  border: none;
  padding-bottom: 0;
}
html[data-browse-mode="P"] .manner .tips .img {
  line-height: 0;
}
html[data-browse-mode="P"] .manner .tips .text {
  width: 670px;
}
html[data-browse-mode="P"] .manner .tips h3 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: YuMincho, 'Yu Mincho', serif;
  margin: 0 0 25px;
}
html[data-browse-mode="P"] .manner .tips dl {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  border: 1px solid #e3d6ae;
  text-align: center;
  line-height: 1.5;
  margin: 25px 0 0;
}
html[data-browse-mode="P"] .manner .tips dt {
  width: 50%;
  border-right: 1px solid #e3d6ae;
  border-bottom: 1px solid #e3d6ae;
  padding: 6px 0;
}
html[data-browse-mode="P"] .manner .tips dd {
  width: 50%;
  border-bottom: 1px solid #e3d6ae;
  padding: 6px 0;
}
html[data-browse-mode="P"] .manner .tips dt:first-of-type,
html[data-browse-mode="P"] .manner .tips dd:first-of-type {
  background: #fbf4df;
}
html[data-browse-mode="P"] .manner .tips dt:last-of-type,
html[data-browse-mode="P"] .manner .tips dd:last-of-type {
  border-bottom: 0;
}
html[data-browse-mode="P"] .manner .tips .text > *:not(:last-child) {
  margin: 0 0 25px;
}
html[data-browse-mode="P"] .manner .tips li ul li {
  position: relative;
  padding: 0 0 0 10px;
}
html[data-browse-mode="P"] .manner .tips li ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
}

/*------------------------------------
  SP
------------------------------------*/
html[data-browse-mode="S"] #freespace4 {
  background-color: #fff;
}
html[data-browse-mode="S"] .pc {
  display: none;
}

/* MV */
html[data-browse-mode="P"] .mv img {
  width: 100%;
}

/* 価格で選ぶ */
html[data-browse-mode="S"] .sec-by-price {
  padding-inline: 5.5814vw;
  padding-bottom: 45px;
}
html[data-browse-mode="S"] .sec-by-price-inner {
}
html[data-browse-mode="S"] .hdg2 {
  font-family: var(--serif);
  font-weight: bold;
  letter-spacing: .22em;
  line-height: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-block: 17px;
  margin-bottom: 7px;
}
html[data-browse-mode="S"] .hdg2-inner {
  font-size: 23px;
  padding-inline: 32px;
  position: relative;
}
html[data-browse-mode="S"] .hdg2-inner::before,
html[data-browse-mode="S"] .hdg2-inner::after {
  content: '';
  position: absolute;
  background-size: 100%;
}
html[data-browse-mode="S"] .hdg2-inner::before {
  height: 25px;
  width: 33px;
  background-image: url('/img/usr/event/mother/sp/hdg2-bg-left.png');
  top: -12px;
  left: 0;
}
html[data-browse-mode="S"] .hdg2-inner::after {
  height: 44px;
  width: 50px;
  background-image: url('/img/usr/event/mother/sp/hdg2-bg-right.png');
  right: -17px;
  bottom: -16px;
}
html[data-browse-mode="S"] .hdg2-inner > span {
  font-size: 27px;
}
html[data-browse-mode="S"] .by-price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}
html[data-browse-mode="S"] a.by-price {
  background-color: #D88BA3;
  border: 2px solid #E3B0C1;
  border-radius: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--serif);
  text-align: center;
  padding: 2.093023vw;
  height: 100%;
}
html[data-browse-mode="S"] a.by-price .by-price-main {
  font-size: 3.95348vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
html[data-browse-mode="S"] a.by-price .by-price-sub {
  font-size: 2.79069vw;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: 2px;
}

/* カテゴリーで選ぶ */
html[data-browse-mode="S"] .sec-by-category {
  padding-inline: 5.5814vw;
  padding-bottom: 40px;
}
html[data-browse-mode="S"] .sec-by-category-inner {
}
html[data-browse-mode="S"] .category-panel-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
}
html[data-browse-mode="S"] .category-panel {
  background-color: #fff;
  display: block;
  height: 100%;
}
html[data-browse-mode="S"] .category-panel-name {
  color: #98717E;
  font-family: var(--serif);
  font-feature-settings: "palt";
  font-size: 3.02325vw;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  padding-block: 8px;
}

/* 関連イベント */
html[data-browse-mode="S"] .block-event-page--goods {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .block-event-page--accessory {
  background: #FFF0F5;
  padding: 0 15px 60px;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner {
  background-color: #FFF;
  padding: 0 0 40px;
  border-radius: 5px;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner .search-contents  {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: unset;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner .search-contents .filter-block {
  margin: 0;
  padding: 0;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner .search-contents .block-top-event--goods {
  margin-bottom: 0;
  padding-bottom: 0;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner .search-contents li {
   margin: 0;
  padding: 0;
  width: unset;
}
html[data-browse-mode="S"] .block-event-page--accessory .block-event-page--accessory-inner .search-contents::before{
  display: none;
}
html[data-browse-mode="S"] .block-top-event--wrap {
  margin-bottom: 47px;
}
html[data-browse-mode="S"] .block-top-event--wrap:last-child{
  margin: 0;
}
html[data-browse-mode="S"] .block-top-event--wrap:nth-child(6) {
  margin-bottom: 0;
}
html[data-browse-mode="S"] .block-top-event--goods + .more-button {
  position: static;
  margin: 0;
  padding: 0;
}
html[data-browse-mode="S"] .more-button a {
  background-color: #CC0000;
  border: none;
  border-radius: 27px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  height: 50px;
  padding: 0;
  margin-inline: auto;
  width: unset;
  margin: 0 22px;
  position: relative;
}

/* おすすめキャンペーン・特集 */
html[data-browse-mode="S"] .sec-other-cp {
  padding-inline: 15px;
  padding-block: 26px 40px;
}
html[data-browse-mode="S"] .sec-other-cp-inner {
}
html[data-browse-mode="S"] .sec-other-cp-hdg {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
html[data-browse-mode="S"] .other-cp-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px 14px;
  margin-bottom: 50px;
}
html[data-browse-mode="S"] .other-cp {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
html[data-browse-mode="S"] .other-cp-body {
  padding: 13px 10px;
}
html[data-browse-mode="S"] .other-cp-name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.308;
  margin-bottom: 6px;
}
html[data-browse-mode="S"] .other-cp-txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.333;
}
html[data-browse-mode="S"] .more-btn-wrap {
  display: flex;
  justify-content: center;
}
html[data-browse-mode="S"] .more-btn {
  background-color: #CC0000;
  border-radius: 27px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  padding: 11px 36px 13px;
  min-width: 173px;
  position: relative;
}
/* マナー */
html[data-browse-mode="S"] .sec-manner {
  font-size: 14px;
  line-height: 1.79;
  padding: 58px 0 0;
  background: #FFF0F5
}
html[data-browse-mode="S"] .sec-manner-inner {
  padding-bottom: 60px;
  background-color: #FFF;
}
html[data-browse-mode="S"] .manner {
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .manner-head {
  background: #FFF0F5;
}
html[data-browse-mode="S"] .manner-hdg {
  text-align: center;
}
html[data-browse-mode="S"] .manner-body {
  padding: 19px 15px;
  background: #FFF;
}
html[data-browse-mode="S"] .manner .tips > li {
  padding: 30px 0 35px;
  border-bottom: 1px dashed #e0c67e;
}
html[data-browse-mode="S"] .manner .tips .img {
  width: 80%;
  margin: 0 auto 25px;
}
html[data-browse-mode="S"] .manner .tips .text {
  overflow: hidden;
  transition: .3s ease;
}
html[data-browse-mode="S"] .manner .tips h3 {
  font-size: 20px;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: normal;
  margin: 0 0 10px;
  text-align: center;
}
html[data-browse-mode="S"] .manner .tips dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e3d6ae;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
html[data-browse-mode="S"] .manner .tips dt {
  width: 50%;
  border-right: 1px solid #e3d6ae;
  border-bottom: 1px solid #e3d6ae;
  padding: 12px 0;
}
html[data-browse-mode="S"] .manner .tips dd {
  width: 50%;
  border-bottom: 1px solid #e3d6ae;
  padding: 12px 0;
}
html[data-browse-mode="S"] .manner .tips dt:first-of-type,
html[data-browse-mode="S"] .manner .tips dd:first-of-type {
  background: #fbf4df;
}
html[data-browse-mode="S"] .manner .tips dt:last-of-type,
html[data-browse-mode="S"] .manner .tips dd:last-of-type {
  border-bottom: 0;
}
html[data-browse-mode="S"] .manner .tips .text > *:not(:last-child):not(h3) {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .manner .tips li ul li {
  position: relative;
  padding: 0 0 0 10px;
}
html[data-browse-mode="S"] .manner .tips li ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #111;
}
html[data-browse-mode="S"] .manner .read-more {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 17px;
  margin: 20px auto 0;
}
html[data-browse-mode="S"] .manner .read-more.open {
  padding: 20px 0 0;
}
html[data-browse-mode="S"] .manner .read-more:before {
  content: '';
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent 5%, #FFF 95%);
}
html[data-browse-mode="S"] .manner .read-more.open:before {
  display: none;
}
html[data-browse-mode="S"] .manner .read-more:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
html[data-browse-mode="S"] .manner .read-more.open:after {
  bottom: 19px;
  transform: rotate(225deg);
}
html[data-browse-mode="S"] #footer_pagetop {
  bottom: 70px;
}

#E_mtrdypu1,
#E_mtrdypu2,
#E_mtrdypu3 {
  display: none;
}
.shop-simplebar #E_mtrdypu1,
.shop-simplebar #E_mtrdypu2,
.shop-simplebar #E_mtrdypu3 {
  display: block;
}