@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e71422;
  --orange: #ff7f00;
  --yellow: #ffc107;
  --green: #009b3f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #009b3f;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e71422;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-gothic:
  	"Yu Gothic Medium",
  	"游ゴシック Medium",
  	"YuGothic",
  	"游ゴシック体",
  	"Hiragino Kaku Gothic ProN",
  	"Hiragino Sans",
  	"BIZ UDPGothic",
  	"Meiryo",
  	"Arial",
  	sans-serif;
  --font-family-mincho:
  	"Hiragino Mincho ProN",
  	"YuMincho",
  	serif;
  --font-family-sans-serif:
  -apple-system,
  BlinkMacSystemFont,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  Arial,
  "Noto Sans",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  --font-family-monospace:
  SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
}

/* utility
---------------------------- */
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-flex {
  display: -webkit-flex;
  display: flex;
}

.b-d_ib {
  display: inline-block !important;
}

/* text
---------------------------- */
.b-text-red {
  color: #990000;
}

.b-text-small {
  font-size: 0.8em;
}

.b-text-big {
  font-size: 1.2em;
}

.b-text-bold {
  font-weight: bold;
}

.b-emphasis-dot {
  -webkit-text-emphasis: filled dot;
  text-emphasis: filled dot;
}

.b-marker {
  background: linear-gradient(transparent 50%, #FFF4F0 50%);
}

.finerouge .item-contents {
  /* common
  ---------------------------- */
  overflow-x: hidden;
  font-family: var(--font-family-gothic);
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
  /* component
  ---------------------------- */
  /* fv
  ---------------------------- */
  /* contents
  ---------------------------- */
}
.finerouge .item-contents * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.finerouge .item-contents h1, .finerouge .item-contents h2, .finerouge .item-contents h3, .finerouge .item-contents h4, .finerouge .item-contents h5, .finerouge .item-contents h6 {
  margin-bottom: 0;
}
.finerouge .item-contents address, .finerouge .item-contents dl, .finerouge .item-contents ol, .finerouge .item-contents ul, .finerouge .item-contents li, .finerouge .item-contents div {
  margin: 0;
  line-height: inherit;
}
.finerouge .item-contents picture, .finerouge .item-contents figure {
  margin: 0;
  display: block;
}
.finerouge .item-contents a[href] {
  transition: 0.1s;
}
.finerouge .item-contents .c-notes {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.finerouge .item-contents .c-notes.c-notes--list {
  text-indent: -1em;
  padding-left: 1em;
}
.finerouge .item-contents .c-notes.c-notes--text {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.finerouge .item-contents .c-notes.c-notes--large {
  font-size: 15px;
}
.finerouge .item-contents .c-block-title {
  position: relative;
  text-align: center;
  width: 1080px;
  padding-bottom: 10px;
  color: #990000;
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 500;
  gap: 20px;
}
.finerouge .item-contents .c-block-title::before, .finerouge .item-contents .c-block-title::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #990000;
}
.finerouge .item-contents .c-block-title .c-block-title__main {
  display: block;
  font-size: 48px;
  font-family: var(--font-family-mincho);
  line-height: 120%;
  letter-spacing: 0.15em;
  flex-shrink: 0;
}
.finerouge .item-contents .fv {
  position: relative;
}
.finerouge .item-contents .fv .fv__title {
  background: url("/assets/img/items/fine/finerouge/mv.jpg") no-repeat center top/auto 100%;
  max-width: 1920px;
  min-width: 1080px;
  width: auto;
  height: 560px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.finerouge .item-contents .fv .fv__text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.finerouge .item-contents .fv .fv__offer {
  width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.finerouge .item-contents .block .block__inner {
  width: 1000px;
  margin-inline: auto;
}
.finerouge .item-contents .negative {
  margin-top: 80px;
  text-align: center;
}
.finerouge .item-contents .negative .negative__image img {
  border-radius: 20px;
  overflow: hidden;
}
.finerouge .item-contents .intro {
  position: relative;
  margin-top: 40px;
}
.finerouge .item-contents .intro::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 30px;
  top: 0;
  left: 50%;
  background: url("/assets/img/items/fine/finerouge/ico_arrow01.png") no-repeat center top/contain;
  z-index: 1;
  transform: translateX(-50%);
}
.finerouge .item-contents .intro-box {
  position: relative;
}
.finerouge .item-contents .intro-box .intro-box__catch {
  position: absolute;
  top: 78px;
  right: 168px;
}
.finerouge .item-contents .material {
  margin-top: 40px;
}
.finerouge .item-contents .material-box {
  padding: 40px;
  background: url("/assets/img/items/fine/finerouge/bg_material.jpg") no-repeat center top/100% auto;
}
.finerouge .item-contents .material-box .material-box__title {
  text-align: center;
}
.finerouge .item-contents .material-box .material-box__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.finerouge .item-contents .material-box .material-box__name {
  font-family: var(--font-family-mincho);
  color: #990000;
  letter-spacing: 0.15em;
}
.finerouge .item-contents .material-box .material-box__1col {
  margin-top: 40px;
}
.finerouge .item-contents .material-box .material-box__1col .material-box__description {
  margin-left: -40px;
  font-size: 22px;
}
.finerouge .item-contents .material-box .material-box__1col .material-box__name {
  font-size: 48px;
}
.finerouge .item-contents .material-box .material-box__2col {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.finerouge .item-contents .material-box .material-box__2col .material-box__item {
  width: 450px;
  height: 180px;
}
.finerouge .item-contents .material-box .material-box__2col .material-box__description {
  margin-left: 10px;
  font-size: 19px;
  font-weight: 500;
}
.finerouge .item-contents .material-box .material-box__2col .material-box__name {
  font-size: 36px;
}
.finerouge .item-contents .material-box .material-box__2col .material-box__name.material-box__name--n {
  letter-spacing: 0;
  transform: scaleX(0.95);
  transform-origin: left;
}
.finerouge .item-contents .material-box .c-notes {
  text-align: right;
  color: #fff;
  margin-top: 10px;
}
.finerouge .item-contents .point-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}
.finerouge .item-contents .point-box .point-box__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finerouge .item-contents .point-box .point-box__image {
  width: 510px;
}
.finerouge .item-contents .point-box .point-box__image img {
  border-radius: 15px;
}
.finerouge .item-contents .point-box .point-box__body {
  width: 490px;
  font-family: var(--font-family-mincho);
  text-align: center;
}
.finerouge .item-contents .point-box .point-box__heading {
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}
.finerouge .item-contents .point-box .point-box__description {
  font-size: 30px;
}
.finerouge .item-contents .point-box .point-box__emphasis {
  font-size: 40px;
  color: #990000;
}
.finerouge .item-contents .catch-block {
  position: relative;
  margin-top: 70px;
  padding-top: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 42px;
}
.finerouge .item-contents .catch-block::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 30px;
  top: 0;
  left: 50%;
  background: url("/assets/img/items/fine/finerouge/ico_arrow01.png") no-repeat center top/contain;
  z-index: 1;
  transform: translateX(-50%);
}
.finerouge .item-contents .catch-block .catch-block__emphasis01 {
  font-size: 52px;
  font-family: var(--font-family-mincho);
  color: #990000;
}
.finerouge .item-contents .catch-block .catch-block__emphasis02 {
  font-size: 65px;
  font-family: var(--font-family-mincho);
  color: #990000;
  border-bottom: 2px solid;
  display: inline-block;
  line-height: 1.5;
  margin-left: 15px;
}
.finerouge .item-contents .photo-block {
  background: url("/assets/img/items/fine/finerouge/img_photo01.jpg") no-repeat center top/auto 100%;
  max-width: 1600px;
  min-width: 1080px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 80px auto 0;
}
.finerouge .item-contents .qa {
  margin-top: 100px;
  font-family: Hiragino Kaku Gothic ProN, メイリオ, sans-serif;
}
.finerouge .item-contents .qa-box {
  margin-top: 20px;
}
.finerouge .item-contents .qa-box .qa-box__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.finerouge .item-contents .qa-box .qa-box__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 10px;
}
.finerouge .item-contents .qa-box .qa-box__balloon {
  position: relative;
  width: 820px;
  padding: 30px;
  background: #F2F2F2;
  border-radius: 10px;
}
.finerouge .item-contents .qa-box .qa-box__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 28px;
  border-color: transparent transparent transparent #F2F2F2;
  transform: translateY(-50%);
}
.finerouge .item-contents .qa-box .qa-box__item.qa-box__item--reverse .qa-box__balloon::after {
  left: -25px;
  right: inherit;
  transform: translateY(-50%) scaleX(-1);
}
.finerouge .item-contents .qa-box .qa-box__icon {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.finerouge .item-contents .qa-box .qa-box__question {
  display: inline-block;
  padding-left: 40px;
  border-bottom: 1px solid;
  font-family: var(--font-family-mincho);
  font-size: 30px;
}
.finerouge .item-contents .qa-box .qa-box__answer {
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.05em;
}
.finerouge .item-contents .qa-box .qa-box__image {
  margin: 0;
}
.finerouge .item-contents .qa-other {
  margin-top: 80px;
  font-family: Hiragino Kaku Gothic ProN, メイリオ, sans-serif;
}
.finerouge .item-contents .qa-other .c-block-title__main {
  display: flex;
  align-items: center;
  gap: 5px;
}
.finerouge .item-contents .qa-other-box {
  border: 1px solid #acacac;
  width: 1000px;
  margin: 30px auto 0;
}
.finerouge .item-contents .qa-other-box .qa-other__list {
  padding: 20px;
  font-size: 1.1rem;
  line-height: 2.2;
  margin-bottom: 0;
}
.finerouge .item-contents .qa-other-box .qa-other__list > li {
  color: #009944;
  background-image: url("/assets/img/items/fine/finerouge/q_icon.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2.3em;
}
.finerouge .item-contents .qa-other-box .qa-other__list > li a {
  color: #422515;
  padding-right: 1em;
}
/*# sourceMappingURL=style.css.map */
