﻿@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: #FFF0F5;
  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;
}

/*------------------------------------
  PC
------------------------------------*/
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: 120px;
}

/* MV */
html[data-browse-mode="P"] .mv img {
  width: 100%;
}

/* MV直下 */
html[data-browse-mode="P"] .mv-btm {
  background: linear-gradient(#f7c1c1 0%, rgba(255, 240, 245, 0) 100%);
  padding-block: 53px 0;
}
html[data-browse-mode="P"] .mv-btm-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
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: 33px;
}
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="P"] .gift-box {
  margin-bottom: -83px;
}
html[data-browse-mode="P"] .gift-box-body {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 22.5%, #fff 44.73%, rgba(255, 255, 255, 0) 100%);
  padding-inline: 55px;
  position: relative;
  top: -83px;
  padding-bottom: 83px;
}
html[data-browse-mode="P"] .gift-box-txt1 {
  color: #A85D76;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 16px;
}
html[data-browse-mode="P"] .gift-box-txt2 {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2;
}

/* 価格で選ぶ */
html[data-browse-mode="P"] .sec-by-price {
  padding-block: 50px;
}
html[data-browse-mode="P"] .sec-by-price-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
html[data-browse-mode="P"] .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: 22px;
}
html[data-browse-mode="P"] .hdg2-inner {
  font-size: 26px;
  padding-inline: 49px;
  position: relative;
}
html[data-browse-mode="P"] .hdg2-inner::before,
html[data-browse-mode="P"] .hdg2-inner::after {
  content: '';
  position: absolute;
}
html[data-browse-mode="P"] .hdg2-inner::before {
  height: 33px;
  width: 45px;
  background-image: url('/img/usr/event/mother/pc/hdg2-bg-left.png');
  top: -17px;
  left: 0;
}
html[data-browse-mode="P"] .hdg2-inner::after {
  height: 56px;
  width: 66px;
  background-image: url('/img/usr/event/mother/pc/hdg2-bg-right.png');
  right: -14px;
  bottom: -19px;
}
html[data-browse-mode="P"] .hdg2-inner > span {
  font-size: 32px;
}
html[data-browse-mode="P"] .by-price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-inline: auto;
  max-width: 1098px;
  width: 100%;
}
html[data-browse-mode="P"] a.by-price {
  background-color: #D88BA3;
  border: 2px solid #E3B0C1;
  border-radius: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: var(--serif);
  text-align: center;
  padding: 13px 6px 12px;
  transition: opacity .3s;
  height: 100%;
}
html[data-browse-mode="P"] a.by-price:hover {
  opacity: .7;
}
html[data-browse-mode="P"] a.by-price .by-price-main {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
html[data-browse-mode="P"] a.by-price .by-price-sub {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: 3px;
}

/* カテゴリーで選ぶ */
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-top-event--wrap {
  margin-inline: auto;
  margin-bottom: 53px;
  max-width: 1200px;
  width: 100%;
}
html[data-browse-mode="P"] .block-top-event--header {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.267;
  padding-bottom: 14px;
  position: relative;
  margin-bottom: 40px;
}
html[data-browse-mode="P"] .block-top-event--header::after {
  content: '';
  background-color: #CEA1B0;
  height: 5px;
  width: 46px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
html[data-browse-mode="P"] .block-thumbnail-t {
  justify-content: center;
}
html[data-browse-mode="P"] .block-thumbnail-t > li {
  width: 240px;
  margin-right: 46px;
}
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 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;
  padding: 11px 36px 13px;
  height: auto;
  min-width: 173px;
  width: fit-content;
  position: relative;
  transition: opacity .3s;
}
html[data-browse-mode="P"] .more-button a::after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .5em;
  height: .5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  top: calc(50% - 4px);
  right: 16px;
}
html[data-browse-mode="P"] .more-button a:hover {
  opacity: .7;
}

/* おすすめキャンペーン・特集 */
html[data-browse-mode="P"] .sec-other-cp {
  padding-bottom: 60px;
}
html[data-browse-mode="P"] .sec-other-cp-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
html[data-browse-mode="P"] .sec-other-cp-hdg {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.118;
  text-align: center;
  margin-bottom: 45px;
}
html[data-browse-mode="P"] .other-cp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 22px;
}
html[data-browse-mode="P"] .other-cp {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
html[data-browse-mode="P"] .other-cp-body {
  padding: 17px 14px;
}
html[data-browse-mode="P"] .other-cp-name {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.333;
  margin-bottom: 10px;
}
html[data-browse-mode="P"] .other-cp-txt {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.417;
}
html[data-browse-mode="P"] .more-btn-wrap {
  display: flex;
  justify-content: center;
}
html[data-browse-mode="P"] .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;
  transition: opacity .3s;
}
html[data-browse-mode="P"] .more-btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .5em;
  height: .5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  top: calc(50% - 4px);
  right: 16px;
}
html[data-browse-mode="P"] .more-btn:hover {
  opacity: .7;
}
html[data-browse-mode="P"] .campaign-contents-box .campaign-list {
    margin: 0 0 50px!important;
}
html[data-browse-mode="S"] .campaign-contents-box .campaign-list {
    justify-content: left!important;
    margin: 0 0 20px!important;
}
/* マナー */
html[data-browse-mode="P"] .sec-manner {
  line-height: 2.57;
  padding-top: 70px;
}
html[data-browse-mode="P"] .sec-manner-inner {
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}
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: 41px 75px;
}
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 .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%;
}

/* MV直下 */
html[data-browse-mode="S"] .mv-btm {
  background: linear-gradient(#f7c1c1 0%, rgba(255, 240, 245, 0) 100%);
  padding-block: 14px 0;
  padding-inline: 15px;
  overflow: hidden;
}
html[data-browse-mode="S"] .mv-btm-inner {
}
html[data-browse-mode="S"] .mv-lead {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.929;
  text-align: center;
  margin-bottom: 16px;
}
html[data-browse-mode="S"] .mv-btm-box {
  background-color: #fff;
  border-radius: 1px;
  text-align: center;
  padding: 17px 12px 14px;
  margin-bottom: 32px;
  max-width: 100%;
  width: 100%;
}
html[data-browse-mode="S"] .mv-btm-box-txt1 {
  color: #EF3636;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.688;
  margin-bottom: 2px;
}
html[data-browse-mode="S"] .mv-btm-box-txt2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.692;
}
html[data-browse-mode="S"] .gift-box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
html[data-browse-mode="S"] .gift-box-body {
  padding: 22px 15px 50px;
  text-align: center;
  position: relative;
  z-index: 0;
}
html[data-browse-mode="S"] .gift-box-body::before {
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  height: 276px;
  width: 332px;
  filter: blur(50px);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  z-index: -1;
}
html[data-browse-mode="S"] .gift-box-txt1 {
  color: #A85D76;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.227;
  margin-bottom: 10px;
}
html[data-browse-mode="S"] .gift-box-txt2 {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 2.077;
}

/* 価格で選ぶ */
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--accessory {
  background-color: #fff;
  padding-top: 10px;
}
html[data-browse-mode="S"] .block-top-event--wrap {
  margin-bottom: 50px;
}
html[data-browse-mode="S"] .block-top-event--header {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .13em;
  line-height: 1.583;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
html[data-browse-mode="S"] .block-top-event--header::after {
  content: '';
  background-color: #CEA1B0;
  height: 5px;
  width: 42px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
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;
  padding: 11px 36px 13px;
  height: auto;
  margin-inline: auto;
  min-width: 173px;
  width: fit-content;
  position: relative;
}
html[data-browse-mode="S"] .more-button a::after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .5em;
  height: .5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  top: calc(50% - 4px);
  right: 16px;
}

/* おすすめキャンペーン・特集 */
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"] .more-btn::after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: .5em;
  height: .5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  top: calc(50% - 4px);
  right: 16px;
}

/* マナー */
html[data-browse-mode="S"] .sec-manner {
  font-size: 14px;
  line-height: 1.79;
  padding: 45px 0 50px;
}
html[data-browse-mode="S"] .sec-manner-inner {
}
html[data-browse-mode="S"] .manner {
  margin-bottom: 30px;
}
html[data-browse-mode="S"] .manner-head {
}
html[data-browse-mode="S"] .manner-hdg {
  text-align: center;
}
html[data-browse-mode="S"] .manner-body {
  padding: 19px 15px;
}
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;
}