@charset "utf-8";
/* ================ Font ================= */
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Boldはそのまま */
       local('Yu Gothic');     /* Chrome用 */
}
@font-face {
  font-family: 'icomoon';
  src: url("/mansion/cmn/fonts/icomoon.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  font-size: 62.5%;
}
/* ================ Reset ================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: normal;
  box-sizing: border-box;
  line-break: strict;
  letter-spacing: 1px;
  word-break: break-word;
  word-wrap: break-word;
}

body {
  -webkit-text-size-adjust: none;
  font-family:
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
  line-height: 1;
  scrollbar-track-color: #ccc;
  scrollbar-thumb-color: #e60012;
  font-feature-settings: "palt" 1;
  font-size:16px;
  font-size: 1.6rem;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.scroll-area::-webkit-scrollbar {
  width: 15px;
}
.scroll-area::-webkit-scrollbar-track {
  background: #ccc;
}
.scroll-area::-webkit-scrollbar-thumb {
  background: #e60012;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul,
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
*:before,
*:after {
  box-sizing: border-box;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(100,100,100,0.5);
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
img {
  border: 0;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select,
button {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
button{
    background-color: transparent;
    cursor:pointer;
    text-align: start;
}
input::-ms-clear,
input::-ms-reveal{display: none;}
.lsf {
  font-family: 'icomoon';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
b{
    font-weight: bold;
}



[class^="icon_"], [class*=" icon_"],.icon{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_arrial:before {
  content: "\e900";
}
.icon_chev_down:before {
  content: "\e901";
}
.icon_chev_left:before {
  content: "\e902";
}
.icon_chev_right:before {
  content: "\e903";
}
.icon_chev_up:before {
  content: "\e904";
}
.icon_chev .path1:before {
  content: "\e905";
  color: rgb(236, 135, 135);
}
.icon_chev .path2:before {
  content: "\e906";
  margin-left: -15px;
  line-height: 0.8;
  color: rgb(255, 255, 255);
}
.icon_menu:before {
  content: "\e907";
}
.icon_ranking:before {
  content: "\e908";
}
.icon_recommend:before {
  content: "\e909";
}
.icon_search:before {
  content: "\e90a";
}
.icon_tag:before {
  content: "\e90b";
}
