@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

html.wf-active {
  opacity: 1;
}

html.wf-active body:before {
  display: none;
}

html body:before {
  position: fixed;
  content: '';
  background: #ddd;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

body {
  font-family: a-otf-ryumin-pr6n, serif;
}

@media all and (max-width: 767px) {
  body.is-menu-active {
    height: 100%;
    width: 100%;
  }
}

a {
  text-decoration: none;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.8;
}

sub {
  /*
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
*/
  font-size: 11px;
}

body > img {
  display: none;
}

@media all and (max-width: 767px) {
  .cntWrp {
    padding-top: 52px;
  }
}

@media all and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
  }
}

.header_inr {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
}

.header_inr .hLeft {
  width: calc(100% - 400px);
}

.header_inr .hLeft .hTxt {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #666;
  font-size: 10px;
}

.header_inr .hLeft .hLogo {
  line-height: 1;
}

.header_inr .hLeft .hLogo a {
  display: inline-block;
}

.header_inr .hLeft .hLogo img {
  position: relative;
  top: -4px;
  width: 110px;
}

@media all and (min-width: 768px) {
  .header_inr .hLeft .hLogo img {
    top: 0;
  }
}

.header_inr .hRight {
  display: flex;
}

.header_inr .hRight li {
  margin-left: 38px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.header_inr .hRight li:first-child {
  margin-left: 0;
}

.header_inr .hRight a {
  color: #444444;
  display: flex;
  align-items: center;
}

.header_inr .hRight img {
  width: 21px;
  margin-right: 5px;
}

.header_inr .spMenu {
  display: none;
}

@media all and (max-width: 767px) {
  .header_inr {
    padding: 10px 10px 10px 15px;
  }
  .header_inr .spMenu {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 16px;
    position: relative;
    margin-right: 15px;
  }
  .header_inr .spMenu span {
    display: block;
    width: 100%;
    background: #000;
    height: 2px;
    position: absolute;
  }
  .header_inr .spMenu span:nth-child(1) {
    top: 0;
  }
  .header_inr .spMenu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header_inr .spMenu span:nth-child(3) {
    bottom: 0;
  }
  .header_inr .hLeft {
    width: 93px;
  }
  .header_inr .hLeft .hTxt {
    display: none;
  }
  .header_inr .hLeft .hLogo img {
    top: -6px;
    width: 93px;
  }
  .header_inr .hRight li {
    margin-left: 0;
  }
  .header_inr .hRight li:last-child {
    margin-left: 13px;
  }
  .header_inr .hRight .hContact {
    display: none;
  }
  .header_inr .hRight img {
    width: 22px;
  }
  .header_inr .hRight p {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .nav .pcNav {
    border-top: #ece8e6 solid 1px;
  }
  .nav .pcNav_inr {
    max-width: 1010px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .nav .pcNav ul {
    display: flex;
    justify-content: space-between;
  }
  .nav .pcNav ul li {
    height: 48px;
  }
  .nav .pcNav a {
    font-size: 13px;
    letter-spacing: 0.05em;
    display: block;
    color: #42210b;
    transition: 0.3s;
    border-bottom: solid 1px #fff;
    padding: 14px 0px;
  }
  .nav .pcNav a:hover {
    color: #42210b;
    border-bottom: solid 1px #42210b;
  }
}

@media all and (min-width: 768px) and (max-width: 960px) {
  .nav .pcNav a {
    font-size: 1.3vw;
    display: flex;
    height: 48px;
    align-items: center;
  }
}

@media all and (min-width: 768px) {
  .nav .spNav {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .nav .pcNav {
    display: none;
  }
  .nav .spNav {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .nav .spNav .spNavBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .nav .spNav.open {
    visibility: visible;
    opacity: 1;
  }
  .nav .spNav.open .spNav_inr {
    transform: translateX(0px);
  }
  .nav .spNav a {
    color: #444;
  }
  .nav .spNav:after {
    content: '';
    clear: both;
  }
  .nav .spNav_outr {
    float: right;
    width: 300px;
    height: 100%;
  }
  .nav .spNav_inr {
    position: relative;
    width: 300px;
    background: #fff;
    min-height: 100%;
    transition: transform 0.6s ease;
    transform: translateX(400px);
  }
  .nav .spNav_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 8px 5px 24px;
    border-bottom: solid 1px #ece8e6;
  }
  .nav .spNav_top .hLeft {
    width: 97px;
  }
  .nav .spNav_top .hLeft .hLogo img {
    position: relative;
    top: -4px;
    width: 97px;
  }
  .nav .spNav_top .hRight {
    display: flex;
  }
  .nav .spNav_top .hRight a {
    display: flex;
    align-items: center;
  }
  .nav .spNav_top .hRight li {
    margin-left: 0;
  }
  .nav .spNav_top .hRight li:last-child {
    margin-left: 13px;
  }
  .nav .spNav_top .hRight img {
    width: 22px;
    margin-right: 5px;
  }
  .nav .spNav ul.linkList li {
    border-bottom: solid 1px #ece8e6;
  }
  .nav .spNav ul.linkList li a {
    position: relative;
    display: block;
    color: #666;
    padding: 14px 0px 12px 53px;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-position: left 24px center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
  }
  .nav .spNav ul.linkList li a.nav-top {
    background-image: url(../img/navicn-top.png);
  }
  .nav .spNav ul.linkList li a.nav-about {
    background-image: url(../img/navicn-about.png);
  }
  .nav .spNav ul.linkList li a.nav-qa {
    background-image: url(../img/navicn-qa.png);
  }
  .nav .spNav ul.linkList li a.nav-howto {
    background-image: url(../img/navicn-howto.png);
  }
  .nav .spNav ul.linkList li a.nav-voice {
    background-image: url(../img/navicn-voice.png);
  }
  .nav .spNav ul.linkList li a.nav-guide {
    background-image: url(../img/navicn-guide.png);
  }
  .nav .spNav ul.linkList li a.nav-company {
    background-image: url(../img/navicn-company.png);
  }
  .nav .spNav ul.linkList li a.nav-skinchart {
    background-image: url(../img/navicn-skinchart.png);
  }
  .nav .spNav ul.linkList li a.nav-item {
    background-image: url(../img/navicn-item.png);
  }
  .nav .spNav ul.linkList li a.nav-kodawari {
    background-image: url(../img/navicn-kodawari.png);
    background-size: 22px 21px;
  }
  .nav .spNav ul.linkList li a:after {
    content: '';
    background: url(../img/icn_spnavarrow.png) center center no-repeat;
    background-size: cover;
    width: 6px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .nav .spNav_contact {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .nav .spNav_contact a {
    display: block;
    padding: 28px 0px;
  }
  .nav .spNav .spClose {
    position: absolute;
    top: 16px;
    left: -29px;
    line-height: 0;
    cursor: pointer;
  }
  .nav .spNav .spClose img {
    width: 17px;
  }
}

@media all and (max-width: 374px) {
  .nav .spNav_outr {
    width: 280px;
  }
  .nav .spNav_inr {
    width: 280px;
  }
}

.footer {
  background: #361b09;
  color: #fff;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer .ftSns {
  background: #42210b;
}

.footer .ftSns_inr {
  margin: 0px auto;
  display: flex;
  align-items: center;
  max-width: 998px;
  height: 80px;
  line-height: 1;
  padding: 0px 25px;
}

.footer .ftSns p {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-right: 58px;
}

.footer .ftSns ul {
  display: flex;
}

.footer .ftSns ul li {
  margin-right: 14px;
}

.footer .ftSns ul li:last-child {
  margin-right: 0;
}

.footer .ftSns ul li img {
  width: 31px;
}

@media all and (max-width: 767px) {
  .footer .ftSns_inr {
    height: 105px;
  }
  .footer .ftSns p {
    margin-right: 45px;
  }
  .footer .ftSns ul li img {
    width: 45px;
  }
}

.footer .ftCnt {
  margin: 0px auto;
  line-height: 1;
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 25px;
}

@media all and (max-width: 767px) {
  .footer .ftCnt {
    padding: 30px 25px 60px;
  }
}

.footer .ftCnt .otherCntBlock {
  margin-bottom: 60px;
}

.footer .ftCnt .otherCntBlock .blockTtl {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.footer .ftCnt .otherCntBlock ul {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.05em;
}

.footer .ftCnt .otherCntBlock ul li {
  border-radius: 2px;
  background: #402716;
  width: calc(33% - 15px);
  position: relative;
}

.footer .ftCnt .otherCntBlock ul li:before {
  content: '';
  position: absolute;
  background: url(../img/icn-blnk.png) center center no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}

.footer .ftCnt .otherCntBlock ul li a {
  display: block;
  position: relative;
  padding: 17px 45px 15px 13px;
}

.footer .ftCnt .otherCntBlock ul .txt {
  font-size: 14px;
}

.footer .ftCnt .otherCntBlock ul .subTxt {
  color: #918278;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}

@media all and (max-width: 767px) {
  .footer .ftCnt .otherCntBlock {
    margin-bottom: 20px;
  }
  .footer .ftCnt .otherCntBlock ul {
    flex-wrap: wrap;
  }
  .footer .ftCnt .otherCntBlock ul li {
    width: 100%;
    margin-bottom: 9px;
  }
}

.footer .ftCnt .listBlock {
  margin-bottom: 60px;
}

.footer .ftCnt .listBlock a {
  color: #918278;
}

.footer .ftCnt .listBlock ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.footer .ftCnt .listBlock ul li {
  padding: 14px 0px;
  width: calc(25% - 22.5px);
  border-bottom: #402716 solid 1px;
}

@media all and (min-width: 768px) {
  .footer .ftCnt .listBlock ul li:nth-child(1), .footer .ftCnt .listBlock ul li:nth-child(2), .footer .ftCnt .listBlock ul li:nth-child(3), .footer .ftCnt .listBlock ul li:nth-child(4) {
    border-top: #402716 solid 1px;
  }
}

@media all and (max-width: 767px) {
  .footer .ftCnt .listBlock ul li {
    padding: 14px 0px 15px;
    width: calc(50% - 7.5px);
  }
}

@media all and (max-width: 767px) and (max-width: 374px) {
  .footer .ftCnt .listBlock ul {
    font-size: 11px;
  }
}

.footer .ftCnt .ftBottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.footer .ftCnt .ftBottom .ftLogo img {
  width: 180px;
}

.footer .ftCnt .ftBottom .ftCopy {
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .footer .ftCnt .ftBottom .ftLogo {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .ftCnt .ftBottom .ftLogo img {
    width: 120px;
  }
  .footer .ftCnt .ftBottom .ftCopy {
    width: 100%;
    font-size: 11px;
  }
}

.pageTtl_area {
  background: #ece8e6;
  height: 80px;
}

.pageTtl_area .pageTtl {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  color: #42210b;
  align-items: center;
  display: flex;
  height: 100%;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .pageTtl_area .pageTtl {
    font-size: 20px;
  }
}

.ftStamp_area.top {
  border-bottom: #ece8e6 solid 1px;
  margin-bottom: 50px;
  height: 40px;
}

.ftStamp_area.bottom {
  margin-top: 80px;
  height: 50px;
  border-top: #ece8e6 solid 1px;
}

.ftStamp_area ul {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  color: #666666;
  letter-spacing: 0.05em;
  font-size: 11px;
}

.ftStamp_area ul a {
  color: #42210b;
}

.ftStamp_area ul li {
  margin-right: 10px;
}

.ftStamp_area ul li:after {
  display: inline-block;
  content: '';
  background: url(../img/ftstamp_arrow.png) center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 9px;
  margin-left: 8px;
}

.ftStamp_area ul li:last-child:after {
  display: none;
}

@media all and (max-width: 767px) {
  .ftStamp_area.top {
    height: auto;
    margin-bottom: 30px;
  }
  .ftStamp_area.bottom {
    height: auto;
    margin-top: 30px;
  }
  .ftStamp_area ul {
    padding-top: 10px;
    padding-bottom: 7px;
    line-height: 1.5;
  }
  .ftStamp_area ul li {
    margin-bottom: 5px;
  }
}

.segmnt {
  background-color: #ece8e6;
  box-shadow: inset 0px 1px 3px 0px rgba(4, 0, 0, 0.1);
  height: 4px;
}

.pageKv {
  position: relative;
  height: 360px;
}

.pageKv_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .pageKv {
    height: auto;
    padding-top: 62.4%;
  }
}

.biyoekiBlock {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.biyoekiBlock .biyoeki-ttlicn {
  width: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.biyoekiBlock .biyoekiBox {
  border-width: 1px;
  border-color: #ece8e6;
  border-style: solid;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
  display: flex;
  align-items: center;
  width: calc(50% - 12px);
}

.biyoekiBlock .biyoekiBox_img {
  position: relative;
  padding: 12px 30px 20px 20px;
}

.biyoekiBlock .biyoekiBox_img .photo {
  width: 156px;
}

.biyoekiBlock .biyoekiBox_img .icon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 51px;
}

.biyoekiBlock .biyoekiBox_txt {
  max-width: 240px;
  padding: 20px 20px 20px 0px;
}

.biyoekiBlock .biyoekiBox_txt .pcTtl {
  color: #42210b;
  font-size: 22px;
  margin-bottom: 6px;
}

.biyoekiBlock .biyoekiBox_txt .txt1 {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #666;
  font-size: 16px;
}

.biyoekiBlock .biyoekiBox_txt .txtPrice {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #666;
  font-size: 14px;
}

.biyoekiBlock .biyoekiBox_txt .txtPrice .txtPriceTxt1 {
  text-decoration: line-through;
  font-size: 11px;
  margin-right: 10px;
}

.biyoekiBlock .biyoekiBox_txt .txtPrice .txtPriceTxt2 {
  font-weight: bold;
  font-size: 16px;
}

.biyoekiBlock .biyoekiBox_txt .txtPrice .txtPriceTxt3 {
  font-weight: bold;
  font-size: 10px;
}

.biyoekiBlock .biyoekiBox_txt .biyoekiBoxBtn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background-color: #42210b;
  color: #fff;
  max-width: 180px;
  height: 50px;
  margin-top: 10px;
  font-size: 14px;
}

.biyoekiBlock .biyoekiBox_txt .biyoekiBoxBtn:after {
  content: '';
  background: url(../img/biyoeki-arrow.png) center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}

@media all and (max-width: 767px) {
  .biyoekiBlock .biyoeki-ttlicn {
    top: 4px;
    margin-right: 12px;
  }
  .biyoekiBlock .biyoekiBox {
    width: calc(50% - 7.5px);
    display: block;
    padding: 10px 0px;
  }
  .biyoekiBlock .biyoekiBox .spTtl {
    text-align: center;
    width: 100%;
    color: #42210b;
    font-size: 16px;
  }
  .biyoekiBlock .biyoekiBox_img {
    padding: 7% 9% 2%;
  }
  .biyoekiBlock .biyoekiBox_img .photo {
    width: 100%;
  }
  .biyoekiBlock .biyoekiBox_img .icon {
    left: 3%;
    top: 3%;
    width: 24.19%;
  }
  .biyoekiBlock .biyoekiBox_txt {
    max-width: 500px;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .biyoekiBlock .biyoekiBox_txt .txt1 {
    font-size: 13px;
  }
  .biyoekiBlock .biyoekiBox_txt .txtPrice {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 2px;
  }
  .biyoekiBlock .biyoekiBox_txt .txtPrice .txtPriceTxt1 {
    margin-right: 0px;
  }
  .biyoekiBlock .biyoekiBox_txt .biyoekiBoxBtn {
    max-width: 1000px;
    height: 36px;
    margin: 7px 5%;
    font-size: 12px;
  }
  .biyoekiBlock .biyoekiBox_txt .biyoekiBoxBtn:after {
    right: 10px;
  }
}

.module-biyoekiBlock {
  background-color: #ece8e6;
  box-shadow: inset 0px 4px 12px 0px rgba(4, 0, 0, 0.05);
  padding: 55px 0px 60px;
  margin-top: 80px;
}

.module-biyoekiBlock .ttl {
  color: #42210b;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .module-biyoekiBlock .ttl {
    font-size: 18px;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .module-biyoekiBlock {
    padding: 30px 0px;
    margin-top: 30px;
  }
  .module-biyoekiBlock .ttl {
    padding-left: 25px;
    margin-bottom: 30px;
  }
}

.moduleLineup {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.moduleLineup a {
  display: block;
  color: #666;
  line-height: 1;
}

.moduleLineup .tab {
  display: flex;
  color: #42210b;
}

.moduleLineup .tab li {
  cursor: pointer;
  text-align: center;
  width: 50%;
  background: #d9d3ce;
  position: relative;
  border-radius: 2px 2px 0px 0px/2px 2px 0px 0px;
  transition: background 0.5s, color 0.5s;
  padding: 15px 0px 22px;
}

.moduleLineup .tab li:after {
  content: '';
  position: absolute;
  background: url(../img/lineup-arrow.png) center center no-repeat;
  background-size: cover;
  width: 8px;
  height: 5px;
  left: 50%;
  bottom: 17px;
  margin-left: -4px;
  transition: background 0.5s;
}

.moduleLineup .tab li.cr {
  background: #42210b;
  color: #fff;
}

.moduleLineup .tab li.cr:after {
  background-image: url(../img/lineup-arrow_cr.png);
}

.moduleLineup .brandLineup {
  display: none;
}

.moduleLineup .itemListBlockOutr {
  background: #42210b;
  border-radius: 0px 0px 2px 2px/0px 0px 2px 2px;
}

.moduleLineup .lineupList {
  padding: 30px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.moduleLineup .lineupList li {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  width: calc(12.5% - 20px);
  margin: 0px 10px 10px;
}

.moduleLineup .lineupList .img img {
  width: 100%;
}

.moduleLineup .lineupList .txt_area {
  position: absolute;
  width: 100%;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
}

.moduleLineup .lineupList .txt_area .txt {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  color: #444444;
  letter-spacing: 0.09em;
  line-height: 1.2;
  font-size: 11px;
}

@media all and (min-width: 768px) {
  .moduleLineup .lineupList.brand {
    padding: 30px 5px 15px;
  }
  .moduleLineup .lineupList.brand li {
    width: calc(16% - 18px);
    margin:  0px 11px 10px;
  }
}

@media all and (min-width: 768px) {
  .moduleLineup.indexLineup .lineupList {
    padding: 30px 24px 20px;
  }
  .moduleLineup.indexLineup .lineupList li {
    width: calc(16% - 4px);
    margin: 0px 5px 10px;
  }
  .moduleLineup.indexLineup .lineupList .txt_area {
    position: absolute;
    width: 100%;
    bottom: 13%;
    height: auto;
  }
  .moduleLineup.indexLineup .lineupList .txt_area .txt {
    font-size: 14px;
  }
}

@media all and (min-width: 768px) and (max-width: 960px) {
  .moduleLineup.indexLineup .lineupList .txt_area {
    bottom: 7%;
  }
  .moduleLineup.indexLineup .lineupList .txt_area .txt {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .moduleLineup .tab li {
    font-size: 14px;
    padding: 10px 0px 20px;
  }
  .moduleLineup .tab li:after {
    bottom: 12px;
  }
  .moduleLineup .lineupList {
    padding: 15px 12px 10px;
  }
  .moduleLineup .lineupList li {
    width: calc(33.33% - 8px);
    margin: 0px 4px 7px;
  }
  .moduleLineup .lineupList .txt_area {
    bottom: 5px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .moduleLineup .lineupList .txt_area .txt {
    font-size: 11px;
  }
}

.moduleRecommendList {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.moduleRecommendList li a {
  color: #666666;
  display: block;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 16px;
  border-bottom: #ece8e6 solid 1px;
  padding: 20px 0px 22px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

.moduleRecommendList li a.icn-qa {
  background-image: url(../img/icn-qa.png);
}

.moduleRecommendList li a.icn-voice {
  background-image: url(../img/icn-voice.png);
}

.moduleRecommendList li a.icn-howto {
  background-image: url(../img/icn-howto.png);
}

.moduleRecommendList li a.icn-guide {
  background-image: url(../img/icn-guide.png);
}

.moduleRecommendList li a.icn-about {
  background-image: url(../img/icn-about.png);
}

.moduleRecommendList li a.icn-biyoeki {
  background-image: url(../img/icn-biyoeki.png);
}

.moduleRecommendList li a:after {
  content: '';
  position: absolute;
  background: url(../img/recommend-icn_arrow.png) center center no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  top: 50%;
  margin-top: -6px;
  right: 10px;
}

@media all and (min-width: 768px) {
  .moduleRecommendList li {
    width: calc(50% - 12px);
  }
  .moduleRecommendList li:nth-child(1) a, .moduleRecommendList li:nth-child(2) a {
    border-top: #ece8e6 solid 1px;
  }
}

@media all and (max-width: 767px) {
  .moduleRecommendList li {
    width: 100%;
  }
  .moduleRecommendList li:nth-child(1) a {
    border-top: #ece8e6 solid 1px;
  }
  .moduleRecommendList li a {
    font-size: 14px;
    padding: 18px 0px 18px 35px;
    background-size: 20px 21px;
  }
  .moduleRecommendList li a.icn-qa {
    background-image: url(../img/icn-qa-sp.png);
  }
  .moduleRecommendList li a.icn-voice {
    background-image: url(../img/icn-voice-sp.png);
  }
  .moduleRecommendList li a.icn-howto {
    background-image: url(../img/icn-howto-sp.png);
  }
  .moduleRecommendList li a.icn-guide {
    background-image: url(../img/icn-guide-sp.png);
  }
  .moduleRecommendList li a.icn-about {
    background-image: url(../img/icn-about-sp.png);
  }
  .moduleRecommendList li a.icn-biyoeki {
    background-image: url(../img/icn-biyoeki-sp.png);
  }
  .moduleRecommendList li a:after {
    right: 2px;
  }
}

.module-lineupBlock {
  padding: 75px 0px 0px;
}

.module-lineupBlock .ttl {
  color: #42210b;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .module-lineupBlock .ttl {
    font-size: 18px;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .module-lineupBlock {
    padding: 28px 0px 0px;
  }
  .module-lineupBlock .ttl {
    padding-left: 25px;
    margin-bottom: 30px;
  }
}

.module-relationBlock {
  padding: 75px 0px 0px;
}

.module-relationBlock .ttl {
  color: #42210b;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 22px;
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .module-relationBlock .ttl {
    font-size: 18px;
    text-align: left;
  }
}

@media all and (max-width: 767px) {
  .module-relationBlock {
    padding: 28px 0px 0px;
  }
  .module-relationBlock .ttl {
    padding-left: 25px;
    margin-bottom: 30px;
  }
}

.moduleFloating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(54, 27, 9, 0.8);
  padding: 10px 0px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 10;
}

.moduleFloating.hide {
  -webkit-transform: translateY(180px);
  -ms-transform: translateY(180px);
  transform: translateY(180px);
}

.moduleFloating .floatingBtn {
  display: flex;
  justify-content: center;
}

.moduleFloating .floatingBtn li {
  width: 222px;
  text-align: center;
  margin: 0px 12px;
}

.moduleFloating .floatingBtn a {
  background: #fff;
  display: flex;
  color: #42210b;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  height: 40px;
  font-size: 12px;
}

.moduleFloating .floatingBtn a.btnSample {
  background: #00a487;
  color: #fff;
}

.moduleFloating .floatingBtn.singleBtn li {
  width: 468px;
}

@media all and (max-width: 767px) {
  .moduleFloating .floatingBtn li {
    margin: 0px 2.5px;
    width: 160px;
  }
  .moduleFloating .floatingBtn.singleBtn li {
    max-width: 325px;
  }
}

.inhreitCntWrp {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.inhreitCntWrp .inhreitCnt {
  font-size: 12px;
  width: calc(100% - 287px - 41px);
}

.inhreitCntWrp .inhreitCnt img {
  vertical-align: bottom;
}

@media all and (max-width: 767px) {
  .inhreitCntWrp {
    padding-bottom: 60px;
  }
  .inhreitCntWrp .inhreitCnt {
    width: 100%;
  }
}

.inhreitSideBlock {
  width: 287px;
}

.inhreitSideBlock_inr {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.inhreitSideBlock ul {
  border-width: 1px;
  border-color: #ece8e6;
  border-style: solid;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.1);
  padding: 10px 30px 10px;
  margin-bottom: 23px;
}

.inhreitSideBlock ul a {
  display: block;
  position: relative;
  color: #42210b;
  border-bottom: solid 1px #ece8e6;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 16px 0px;
}

.inhreitSideBlock ul a:after {
  content: '';
  position: absolute;
  background: url(../img/recommend-icn_arrow.png) center center no-repeat;
  background-size: cover;
  width: 6px;
  height: 11px;
  top: 50%;
  margin-top: -6px;
  right: 0px;
}

.inhreitSideBlock ul li:last-child a {
  border-bottom: none;
}

.inhreitSideBlock .fb {
  width: 100%;
}

@media all and (max-width: 767px) {
  .inhreitSideBlock {
    display: none;
  }
}

.anc {
  position: relative;
}

@media all and (max-width: 767px) {
  .anc span {
    position: absolute;
    top: -52px;
  }
}

.acdIcon {
  position: relative;
}

.acdIcon:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/acd-pc.png) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .acdIcon:after {
    width: 12px;
    height: 12px;
    right: 15px;
    margin-top: -6px;
    background-image: url(../img/acd-sp.png);
  }
}

.acdIcon.on:after {
  background-image: url(../img/acd-close-sp.png);
}

@media all and (max-width: 767px) {
  .acdIcon.on:after {
    background-image: url(../img/acd-close-sp.png);
  }
}

.dd-select {
  position: relative;
}

.dd-select select {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  width: 100%;
  outline: none;
  box-shadow: inset 0px 1px 3px 0px rgba(4, 0, 0, 0.15);
  border: 1px solid #ece8e6;
  border-radius: 2px;
  padding: 0px 30px 0px 15px;
  height: 43px;
  font-size: 14px;
}

.dd-select:after {
  content: '';
  position: absolute;
  background: url(../img/dd-icn_arrow-sp.png) center center;
  background-size: cover;
  top: 50%;
  margin-top: -2px;
  width: 8px;
  height: 5px;
  right: 19px;
}

@media all and (min-width: 768px) {
  .dd-select select {
    height: 50px;
  }
}

@media all and (max-width: 767px) {
  .dd-select select {
    font-size: 16px;
  }
}

.itemBrandPage,
.itemCatPage {
  color: #666;
}

@media all and (max-width: 767px) {
  .itemBrandPage .pageTtl_area,
  .itemCatPage .pageTtl_area {
    border-top: #ece8e6 solid 1px;
    background: #fff;
  }
}

.itemBrandPage_CntWrp,
.itemCatPage_CntWrp {
  max-width: 1010px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.itemBrandPage .cntIntro,
.itemCatPage .cntIntro {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.itemBrandPage .cntIntro_txt,
.itemCatPage .cntIntro_txt {
  margin: 0px auto 65px;
  letter-spacing: 0.05em;
  max-width: 630px;
  font-size: 14px;
  line-height: 2;
}

.itemBrandPage .cntIntro_ttl,
.itemCatPage .cntIntro_ttl {
  color: #42210b;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 24px;
}

@media all and (max-width: 767px) {
  .itemBrandPage .cntIntro,
  .itemCatPage .cntIntro {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .itemBrandPage .cntIntro_txt,
  .itemCatPage .cntIntro_txt {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    text-align: left;
    margin-bottom: 45px;
  }
  .itemBrandPage .cntIntro_ttl,
  .itemCatPage .cntIntro_ttl {
    text-align: left;
    font-size: 18px;
  }
}

.itemBrandPage .blockWrp.bdr,
.itemCatPage .blockWrp.bdr {
  border-top: solid 1px #ece8e6;
  padding-top: 75px;
}

.itemBrandPage .blockWrp_ttl,
.itemCatPage .blockWrp_ttl {
  text-align: center;
  color: #42210b;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 30px;
}

.itemBrandPage .blockWrp_inr,
.itemCatPage .blockWrp_inr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media all and (max-width: 767px) {
  .itemBrandPage .blockWrp_ttl,
  .itemCatPage .blockWrp_ttl {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.itemBrandPage .itemCntBlock,
.itemCatPage .itemCntBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 45.834%;
  margin-bottom: 8%;
}

.itemBrandPage .itemCntBlock_img,
.itemCatPage .itemCntBlock_img {
  width: 31.82%;
}

.itemBrandPage .itemCntBlock_img img,
.itemCatPage .itemCntBlock_img img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .itemBrandPage .itemCntBlock_img,
  .itemCatPage .itemCntBlock_img {
    width: 100%;
    margin-bottom: 16px;
  }
}

.itemBrandPage .itemCntBlock_txtarea,
.itemCatPage .itemCntBlock_txtarea {
  width: 62.73%;
}

.itemBrandPage .itemCntBlock_txtarea_ttl,
.itemCatPage .itemCntBlock_txtarea_ttl {
  color: #42210b;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 5px;
}

.itemBrandPage .itemCntBlock_txtarea_txt1,
.itemCatPage .itemCntBlock_txtarea_txt1 {
  position: relative;
  font-size: 12px;
}

.itemBrandPage .itemCntBlock_txtarea_txt2,
.itemCatPage .itemCntBlock_txtarea_txt2 {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 2;
  text-align: justify;
  font-size: 12px;
  padding: 10px 0px;
}

.itemBrandPage .itemCntBlock_txtarea_btn,
.itemCatPage .itemCntBlock_txtarea_btn {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itemBrandPage .itemCntBlock_txtarea_btn a,
.itemCatPage .itemCntBlock_txtarea_btn a {
  border-radius: 2px;
  background: #42210b;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0px;
  width: 48%;
  font-size: 12px;
}

.itemBrandPage .itemCntBlock_txtarea_btn.adj .adj-btn__btn,
.itemCatPage .itemCntBlock_txtarea_btn.adj .adj-btn__btn {
  line-height: 1.4;
}

.itemBrandPage .itemCntBlock_txtarea_btn.adj .adj-btn .sml,
.itemCatPage .itemCntBlock_txtarea_btn.adj .adj-btn .sml {
  font-size: 11px;
}

@media all and (max-width: 767px) {
  .itemBrandPage .itemCntBlock,
  .itemCatPage .itemCntBlock {
    width: 48.465%;
    margin-bottom: 7%;
    align-items: flex-start;
    align-content: flex-start;
  }
  .itemBrandPage .itemCntBlock_txtarea,
  .itemCatPage .itemCntBlock_txtarea {
    width: 100%;
    text-align: center;
  }
  .itemBrandPage .itemCntBlock_txtarea_ttl,
  .itemCatPage .itemCntBlock_txtarea_ttl {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .itemBrandPage .itemCntBlock_txtarea_txt1,
  .itemCatPage .itemCntBlock_txtarea_txt1 {
    position: relative;
    font-size: 12px;
  }
  .itemBrandPage .itemCntBlock_txtarea_txt2,
  .itemCatPage .itemCntBlock_txtarea_txt2 {
    display: none;
  }
  .itemBrandPage .itemCntBlock_txtarea_btn,
  .itemCatPage .itemCntBlock_txtarea_btn {
    margin-top: 10px;
    padding: 0px 15px;
  }
  .itemBrandPage .itemCntBlock_txtarea_btn a,
  .itemCatPage .itemCntBlock_txtarea_btn a {
    width: 100%;
    padding: 10px 0px;
    font-size: 12px;
    margin-bottom: 6px;
  }
}

#aboutPage .pcNav ul li.gNav-about a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#kodawariPage .pcNav ul li.gNav-kodawari a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#itemPage .pcNav ul li.gNav-item a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#qaPage .pcNav ul li.gNav-qa a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#howtoPage .pcNav ul li.gNav-howto a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#voicePage .pcNav ul li.gNav-voice a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#guidePage .pcNav ul li.gNav-guide a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}

#companyPage .pcNav ul li.gNav-company a {
  color: #42210b;
  border-bottom: solid 1px #42210b;
}
/* 20210421 adp 追記 */
.footer .ftCnt .otherCntBlock ul.ft-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .ftCnt .otherCntBlock ul.ft-flex li {
  width: 31.5%;
}
.footer .ftCnt .otherCntBlock ul.ft-flex li:not(:last-child) {
  margin-bottom: 20px;
}
.footer .ftCnt .otherCntBlock ul li:last-child .subTxt {
    letter-spacing: normal;
}
@media (max-width: 767px) {
  .footer .ftCnt .otherCntBlock ul.ft-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .ftCnt .otherCntBlock ul.ft-flex li {
    width: 100%;
  }
}
/*# sourceMappingURL=../css/common.map */


        .bnr_title{
    background-color: #42210b;
  color: #fff;
        font-weight: bold;
    text-align: center;
        padding: 20px;
            font-size: 24px;
                         margin-bottom: :10px;
}

.discount{
    background-color: #000;
    display: inline-block;
    padding: 5px;

    color:#fff;
    font-weight: bold;
}

.new_font{
    font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
}