@charset "utf-8";

/* ===============================================

  ■ Setting  (MCSS:Foundation)
    ※Base → Base    上書き○
    ※Base → Project 上書き×

  --------------------------------------------

  ■ 命名規則 BEM + MCSS

    block     block
    element   block_element
    modifier  block_element.__modifier

    ※状態を表すものはprefixをつける is-, has-, not-...

  --------------------------------------------

  ■ Index

    1.Reset
    2.Setting

=============================================== */


/* reset
=============================================== */


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
ul>li,
ol>li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
select,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 100%;
  background: none;
  border: none;
}

select {
  border-radius: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

table>caption {
  width: inherit;
  height: inherit;
  marker-offset: inherit;
  position: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border-radius: 0;
}

button:focus,
button:active,
a:focus,
a:activ {
  background: inherit;
  border: none;
}


/* setting
=============================================== */

body {
  width: 100%;
  overflow-x: hidden;
}


/* print
=============================================== */

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    height: auto;
  }
  .page-wrapper {
    display: block;
  }
  #header #fixedArea {
    top: auto !important;
    position: static !important;
  }
  #toTopPage {
    display: none;
  }
}


/* Font
---------------------------*/


/* Size
   1.0rem = PC:20px SP:10px
   1.2rem = PC:24px SP:12px
*/

html {
  font-size: 62.5%;
  /*font-size: 125%\9 !important;*/
}

body {
  font-size: 1.0em;
}

p,
div,
ul>li,
ol>li,
textarea {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

button {
  line-height: 1.2rem;
}

@media screen and (min-width: 768px),
print {
  html {
    font-size: 125%;
  }
}

@media screen and (max-width: 767px) {
  p,
  div,
  ul>li,
  ol>li,
  textarea {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
  button {
    line-height: 2.3rem;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    font-size: 1.8rem;
  }
}

#header img,
#gNav img,
.sidebar img,
.main img,
#footer img {
  width: 100%;
  vertical-align: bottom;
}

a,
a:visited,
.alink:visited {
  color: #333;
  opacity: 1;
}

a:hover {
  text-decoration: inherit;
}

button:hover,
.btn_item:hover {
  text-decoration: none;
}

a:hover,
button:hover {
  color: #333;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

th,
td {
  word-vreak: break-all;
}

button {
  width: 100%;
  box-sizing: border-box;
}

button:hover {
  border: none;
}


/* Family
   数字は Arial or Helvetica
*/


body,
button {
  font-family: 'Noto Sans JP', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/*body, button { font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;}*/

.__num {
  font-family: Arial, Helvetica;
}


/* Weight
   Noto Sans Japanese のフォントサイズ指定
*/

.__noto100 {
  font-weight: 100;
}

.__noto200 {
  font-weight: 200;
}

.__noto300 {
  font-weight: 300;
}

.__noto400 {
  font-weight: 400;
}

.__noto500 {
  font-weight: 500;
}

.__noto600 {
  font-weight: 600;
}

.__noto700 {
  font-weight: 700;
}

.__noto800 {
  font-weight: 800;
}

.__noto900 {
  font-weight: 900;
}


/* ステータス分岐
----------------------------------------------*/


/* PC・SP */

@media screen and (min-width: 768px),
print {
  .is-pc {
    display: block;
  }
  .is-pc.__inherit {
    display: inherit;
  }
  .is-pc.__inline {
    display: inline;
  }
  .is-pc.__inlineBlock {
    display: inline-block;
  }
  .is-sp {
    display: none !important;
  }
  .is-sp.__inherit {
    display: none !important;
  }
  .is-sp.__inline {
    display: none !important;
  }
  .is-sp.__inlineBlock {
    display: none !important;
  }
}


/* IE9 */

.is-ie9 {
  display: none;
}

.not-ie9 {
  display: block;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block;
  }
  .is-sp.__inherit {
    display: inherit;
  }
  .is-sp.__inline {
    display: inline;
  }
  .is-sp.__inlineBlock {
    display: inline-block;
  }
}


/* ログイン前後 */

#header.is-login .is-login {
  display: block;
}

#header.is-login .is-logout {
  display: none;
}

#header.is-logout .is-login {
  display: none;
}

#header.is-logout .is-logout {
  display: block;
}

#header.is-login .is-login.__inlineBlock {
  display: inline-block;
}

#header.is-logout .is-logout.__inlineBlock {
  display: inline-block
}

.is-open .is-open_item {
  display: block;
}

.is-open .is-close_item {
  display: none;
}

.is-close .is-open_item {
  display: none;
}

.is-close .is-close_item {
  display: block;
}


/* カートに商品の有無 */

#header.is-cartIn .is-cartIn {
  display: block;
}

#header.is-cartEmpty .is-cartIn {
  display: none;
}

#header.is-cartIn .is-cartEmpty {
  display: none;
}

#header.is-cartEmpty .is-cartEmpty {
  display: block;
}

@media screen and (max-width: 767px) {
  #header.is-cartIn .is-cartIn_sp {
    display: block;
  }
  #header.is-cartEmpty .is-cartIn_sp {
    display: none;
  }
  #header.is-cartIn .is-cartEmpty_sp {
    display: none;
  }
  #header.is-cartEmpty .is-cartEmpty_sp {
    display: block;
  }
}


/* 表示・非表示 */

.is-show {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-fadeIn {
  opacity: 1 !important;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.is-fadeOut {
  opacity: 0 !important;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}