@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, q, tr, th, td, caption, address, span, img, iframe, em, strong, small, article, aside, figcaption, figure, footer, header, main, nav, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article, aside, figcaption, figure, footer, header, main, nav, section, time {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

b{font-weight: normal;}


caption, th {
  text-align: left;
}

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

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/******************************************************

 body
 
******************************************************/
html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  line-height: 1;
  color: #000;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pc, .pc_in {
  display: none;
}

.inner-rsp {
display: block;
padding: 0 11px 0 12px;
max-width: 1170px;
margin: 0 auto;
}

.sp {
  display: block;
}

.sp_in {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .pc_in {
    display: inline-block;
  }
  .sp, .sp_in {
    display: none!important;
  }
}

/* -------- CLEAR -------- */
.clear {
  clear: both;
}

.cf:after {
  clear: both;
  display: block;
  content: "";
}

/* -------- CLEAR -------- */
#contents {
  padding-top: 42px;
}

/******************************************************

 header
 
******************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  min-height: auto;
  margin: 0;
  background-color: #fff;
  /*nav sp*/
}

header .header_inner {
  position: relative;
}

header h1 {
  margin-top: 5px;
  text-align: center;
}

header h1 img {
  width: 130px;
  height: auto;
}

header .sp_function_box {
  position: absolute;
  top: 9px;
  right: 15px;
  display: inline-block;
}

header .sp_function_box li {
  margin-left: 10px;
  display: inline-block;
}

header .menu-btn {
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  z-index: 999;
  display: inline;
}

header .menu-btn a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

header .menu-btn a.btn-open span {
  display: block;
  position: absolute;
  top: 49%;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}

header .menu-btn a.btn-open span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
}

header .menu-btn a.btn-open span:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
}

header .menu-btn a.btn-close span:after {
  position: absolute;
  bottom: 19px;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .menu-btn a.btn-close span:before {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .overlay {
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 25px 5% 80px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  background: #f2f2f2;
}

@media screen and (min-width: 640px) {
  header .overlay {
    padding: 25px 14%;
  }
}

header .overlay .search_box {
  margin: 20px 0 40px;
  padding: 0 10px;
}

header .overlay .search_box input[type="text"] {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
  height: 30px;
  width: 78%;
}

header .overlay ul li a {
  display: block;
  padding: 12px 10px;
}

header .overlay dl {
  margin-bottom: 10px;
}

header .overlay dl dt.list_item {
  margin-bottom: 5px;
  padding: 12px 10px;
  border-bottom: 1px solid #000;
}

header .overlay li.list_item {
  position: relative;
  border-bottom: 1px solid #000;
}

header .overlay li.list_item.arrow:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*===JS===*/
/*===PC設定===*/
@media screen and (min-width: 768px) {
  header {
    position: static;
    height: auto;
  }
  header h1 {
    margin-top: 2px;
  }
  header h1 img {
    width: 197px;
  }
  header .function_box {
    text-align: right;
    padding: 15px 20px 0;
  }
  header .function_box ul li {
    display: inline-block;
    margin-right: 16px;
    line-height: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
  header .function_box ul li.btn_search {
    padding-left: 15px;
    background: url(../img/common/icn_search.png) no-repeat left center;
  }
  header .function_box ul li.btn_search input {
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 8px;
    padding: 0 5px;
    width: 53px;
    height: 14px;
  }
  header .function_box ul li.btn_login {
    padding-left: 18px;
    background: url(../img/common/icn_login.png) no-repeat left center;
  }
  header .function_box ul li.btn_cart {
    padding-left: 18px;
    background: url(../img/common/icn_cart.png) no-repeat left center;
  }
  header .nav_pc_wrap {
    position: relative;
    padding: 22px 0 6px;
    text-align: center;
  }
  header .nav_pc_wrap .gnav_pc {
    display: inline-block;
  }
  header .nav_pc_wrap .gnav_pc li {
    display: inline-block;
    position: relative;
    margin: 0 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
    padding: 5px 0;
  }
  header .nav_pc_wrap .gnav_pc li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
  }
  header .nav_pc_wrap .gnav_pc li.gnav_pc_parent {
    margin-right: 10px;
    margin-left: 20px;
    padding-right: 15px;
    cursor: pointer;
  }
  header .nav_pc_wrap .gnav_pc li.gnav_pc_parent:after {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #969696;
    border-right: 1px solid #969696;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
}
header .nav_pc_wrap .gnav_pc li.gnav_pc_parent.nav_open:after {
top: 9px;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
  }
  header .nav_pc_wrap .nav_menu {
    display: none;
    z-index: 12;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    padding: 20px 15px 50px;
    border-top: 1px solid #000;
  }
  header .nav_pc_wrap .nav_menu .menu_wrap {
    text-align: center;
  }
  header .nav_pc_wrap .nav_menu .menu_wrap ul {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
  }
  header .nav_pc_wrap .nav_menu .menu_wrap ul li {
    margin-bottom: 13px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  header .nav_pc_wrap .nav_menu .menu_wrap ul li:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
  }
  header .nav_pc_wrap .nav_menu .menu_wrap ul li:last-child {
    margin-bottom: 0;
  }
  #contents {
    padding-top: 0;
  }
  
  .snapwidget-widget{
margin-top:30px;
}
}

/******************************************************

footer
 
******************************************************/
footer {
  padding-bottom: 10px;
  width: 100%;
  background: #000;
    font-weight: normal;
}

footer .inner {
  padding: 35px 12%;
  text-align: center;
}

footer .inner .nav_left {
  width: 50%;
  float: left;
}

footer .inner .nav_left li:nth-child(n+2) {
  display: none;
}

footer .inner .nav_left ul:nth-child(4) {
  margin-bottom: 50px;
}

footer .inner ul.nav_right {
  width: 50%;
  float: left;
}

footer .inner ul li {
  margin-bottom: 20px;
  text-align: left;
}

footer .inner ul li a {
  color: #fff;
}

footer .logo_ft {
  margin-bottom: 30px;
  text-align: center;
}

footer .copyright {
  color: #fff;
  text-align: center;
}

.sns{
text-align: center;
margin-bottom:30px;
}
.sns li{
display: inline-block;
width:30px;margin:5px;
}


@media screen and (min-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
  footer .inner {
    padding: 50px 15px 70px !important;
  }
  footer .inner .nav_left {
    display: inline-block;
    width: 100%;
    float: none;
  }
  footer .inner .nav_left li:nth-child(n+2) {
    display: block;
  }
  footer .inner .nav_left ul:nth-child(4) {
    margin-bottom: 0;
  }
  footer .inner ul {
    float: left;
    width: 25%;
    min-height: 170px;
    padding: 0 15px;
  }
  footer .inner ul.nav_right {
    width: auto;
    float: none;
  }
  footer .inner ul li {
    margin-bottom: 15px;
  }
  footer .inner ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  footer .inner ul li a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
  }
  footer .inner ul li:first-child a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  footer .copyright {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
  }
  footer .inner .sp_syuuri{
  display:none;
} 

.sns{
text-align: center;
margin-bottom:30px;
}
.sns li{
display: inline-block;
width:30px;margin:5px;
}
}

@media screen and (min-width: 831px) {
  footer .inner ul {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    padding: 0;
  }
  footer .nav_right.sp {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  footer .inner ul {
    margin: 0 25px;
  }
}

.page_top {
  margin-bottom: 30px;
  position: fixed;
  bottom: 30px;
  right: 5%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .page_top {
    margin-bottom: 45px;
  }
}

/*spのみ*/
.header_fixed_sp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 42px;
  min-height: auto;
  margin: 0;
  background-color: #fff;
  border: 1px solid #000;
  /*nav sp*/
}

.header_fixed_sp .header_inner {
  position: relative;
}

.header_fixed_sp h1 {
  margin-top: 5px;
  text-align: center;
}

.header_fixed_sp h1 img {
  width: 130px;
  height: auto;
}

.header_fixed_sp .sp_function_box {
  position: absolute;
  top: 9px;
  right: 15px;
  display: inline-block;
}

.header_fixed_sp .sp_function_box li {
  margin-left: 10px;
  display: inline-block;
}

.header_fixed_sp .menu-btn {
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #000;
  z-index: 999;
  display: inline;
}

.header_fixed_sp .menu-btn a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.header_fixed_sp .menu-btn a.btn-open span {
  display: block;
  position: absolute;
  top: 49%;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
}

.header_fixed_sp .menu-btn a.btn-open span:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
}

.header_fixed_sp .menu-btn a.btn-open span:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
}

.header_fixed_sp .menu-btn a.btn-close span:after {
  position: absolute;
  bottom: 19px;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_fixed_sp .menu-btn a.btn-close span:before {
  position: absolute;
  top: 20px;
  left: 13px;
  width: 12px;
  height: 1px;
  background-color: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_fixed_sp .overlay {
  position: fixed;
  top: 42px;
  left: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 25px 5% 80px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  background: #f2f2f2;
}

@media screen and (min-width: 640px) {
  .header_fixed_sp .overlay {
    padding: 25px 14%;
  }
}

.header_fixed_sp .overlay .search_box {
  margin: 20px 0 40px;
  padding: 0 10px;
}

.header_fixed_sp .overlay .search_box input[type="text"] {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
  height: 30px;
  width: 78%;
}

.header_fixed_sp .overlay ul li a {
  display: block;
  padding: 12px 10px;
}

.header_fixed_sp .overlay dl {
  margin-bottom: 10px;
}

.header_fixed_sp .overlay dl dt.list_item {
  margin-bottom: 5px;
  padding: 12px 10px;
  border-bottom: 1px solid #000;
}

.header_fixed_sp .overlay li.list_item {
  position: relative;
  border-bottom: 1px solid #000;
}

.header_fixed_sp .overlay li.list_item.arrow:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer.footer_fixed_sp {
  padding-bottom: 10px;
  width: 100%;
  min-width: 100%;
  background: #000;
}

footer.footer_fixed_sp .inner {
  padding: 35px 12%;
  text-align: center;
}

footer.footer_fixed_sp .inner .nav_left {
  width: 50%;
  float: left;
}

footer.footer_fixed_sp .inner .nav_left li:nth-child(n+2) {
  display: none;
}

footer.footer_fixed_sp .inner .nav_left ul:nth-child(4) {
  margin-bottom: 50px;
}

footer.footer_fixed_sp .inner ul.nav_right {
  width: 50%;
  float: left;
}

footer.footer_fixed_sp .inner ul li {
  margin-bottom: 20px;
  text-align: left;
}

footer.footer_fixed_sp .inner ul li a {
  color: #fff;
}

footer.footer_fixed_sp .logo_ft {
  margin-bottom: 30px;
  text-align: center;
}

footer.footer_fixed_sp .copyright {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer.footer_fixed_sp .inner ul {
    width: auto;
    float: none;
    display: block;
    min-height: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
  }
  footer.footer_fixed_sp .inner ul li a,
  footer.footer_fixed_sp .inner ul li:first-child a {
    font-size: 10px;
    font-size: 1rem;
  }
}

/*pcのみ*/
.header_fixed_pc {
  min-width: 1300px;
  position: static;
  height: auto;
  border-bottom: 1px solid #000;
}

.header_fixed_pc .inner {
  margin: 0 auto;
/*  width: 1300px;*/
}

.header_fixed_pc h1 {
  margin-top: 2px;
}

.header_fixed_pc h1 img {
  width: 197px;
}

.header_fixed_pc .function_box {
    width: 1300px;
    text-align: right;
    padding: 15px 20px 0;
    margin: 0 auto;
    }

.header_fixed_pc .function_box ul li {
  display: inline-block;
  margin-right: 20px;
  line-height: 15px;
}

.header_fixed_pc .function_box ul li.btn_search {
  padding-left: 15px;
  background: url(../img/common/icn_search.png) no-repeat left center;
}

.header_fixed_pc .function_box ul li.btn_search input {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  padding: 0 5px;
  width: 53px;
  height: 14px;
}

.header_fixed_pc .function_box ul li.btn_login {
  padding-left: 18px;
  background: url(../img/common/icn_login.png) no-repeat left center;
}

.header_fixed_pc .function_box ul li.btn_cart {
  padding-left: 18px;
  background: url(../img/common/icn_cart.png) no-repeat left center;
}

.header_fixed_pc .nav_pc_wrap {
  position: relative;
  padding: 35px 0 15px;
  text-align: center;
}

.header_fixed_pc .nav_pc_wrap .gnav_pc {
  display: inline-block;
}

.header_fixed_pc .nav_pc_wrap .gnav_pc li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}

.header_fixed_pc .nav_pc_wrap .gnav_pc li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.header_fixed_pc .nav_pc_wrap .gnav_pc li.gnav_pc_parent {
  margin-right: 10px;
  margin-left: 30px;
  padding-right: 15px;
  cursor: pointer;
}

.header_fixed_pc .nav_pc_wrap .gnav_pc li.gnav_pc_parent:after {
  position: absolute;
  content: '';
  top: 5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_fixed_pc .nav_pc_wrap .nav_menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  padding: 20px 15px 50px;
  border-top: 1px solid #000;
}

.header_fixed_pc .nav_pc_wrap .nav_menu .menu_wrap {
  text-align: center;
}

.header_fixed_pc .nav_pc_wrap .nav_menu .menu_wrap ul {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}

.header_fixed_pc .nav_pc_wrap .nav_menu .menu_wrap ul li {
  margin-bottom: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header_fixed_pc .nav_pc_wrap .nav_menu .menu_wrap ul li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.header_fixed_pc .nav_pc_wrap .nav_menu .menu_wrap ul li:last-child {
  margin-bottom: 0;
}

footer.footer_fixed_pc {
  width: 100%;
  min-width: 1300px;
  padding-bottom: 20px;
  background: #000;
}

footer.footer_fixed_pc .inner {
  padding: 50px 15px 70px;
  text-align: center;
}

footer.footer_fixed_pc .inner ul {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 25px;
  padding: 0;
  vertical-align: top;
}

footer.footer_fixed_pc .inner ul li {
  margin-bottom: 15px;
  text-align: left;
}

footer.footer_fixed_pc .inner ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer.footer_fixed_pc .inner ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

footer.footer_fixed_pc .inner ul li:first-child a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

footer.footer_fixed_pc .inner .nav_left {
  display: inline-block;
  width: 100%;
  float: none;
}

footer.footer_fixed_pc .inner .nav_left li:nth-child(n+2) {
  display: block;
}

footer.footer_fixed_pc .inner .nav_left ul:nth-child(4) {
  margin-bottom: 0;
}

footer.footer_fixed_pc .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  color: #fff;
  text-align: center;
}

/*-------------------------------------------------------
トップページ
-------------------------------------------------------*/
/*--小項目---------------------------------------------*/
/*-------------------------------------------------------
ページ種類
-------------------------------------------------------*/
/*-------------------------------------------------------
ページ種類
-------------------------------------------------------*/
/*-------------------------------------------------------
ページ種類
-------------------------------------------------------*/
/*-------------------------------------------------------
カート
-------------------------------------------------------*/
/*--ステップ1---------------------------------------------*/
/*--ステップ2---------------------------------------------*/
/*--ステップ3---------------------------------------------*/
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

/*-------------------------------------------------------
商品一覧ページ
-------------------------------------------------------*/
/*___ Customize Selectbox ___*/
.select-box {
  display: inline-block;
  position: relative;
  width: 169px;
  height: 27px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 5px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  text-align: left;
  vertical-align: middle;
}

.select-styled:after {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  box-sizing: border-box;
  pointer-events: none;
  content: '\25BC';
}

.select-styled:hover {
  /*background-color: #fafafa;*/
}

.select-styled:active,
.select-styled.active {
  border-bottom: none;
}

.select-styled:active:after,
.select-styled.active:after {
  content: '\25BC';
}

.select-options {
  display: none;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
}

.select-options li {
  height: 27px;
  margin: 0;
  padding-left: 5px;
  font-weight: 400;
  line-height: 27px;
  -webkit-transition: all .15s ease-in;
  -moz-transition: all .15s ease-in;
  -o-transition: all .15s ease-in;
  transition: all .15s ease-in;
}

.select-options li.selected,
.select-options li:hover {
  background: #000;
  color: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

/*___ Customize Selectbox ___*/
.pageList {
  overflow: hidden;
  margin: 96px 0 0 0;
}

.pageList .inner {
  width: 1300px;
  margin: 0 auto;
}

#sub-column {
  width: 250px;
  margin-right: 0;
}

#sub-column > nav > div {
  margin-bottom: 40px;
}

#sub-column > nav > div:last-child {
  margin-bottom: 0;
}

#sub-column h2 {
  padding: 0 0 0 24px;
  margin: 0;
  background: #000;
  line-height: 3.43;
  letter-spacing: 1.1px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
}

#sub-column .search_box {
  padding: 23px 22px 29px;
  border-bottom: 1px solid #eae5e0;
  text-align: center;
}

#sub-column .search_box input {
  width: calc(100% - 59px);
  height: 27px;
  padding-left: 5px;
  border: 1px solid #000;
  border-right: none;
  border-radius: 0;
}

#sub-column .search_box input[type=submit] {
  width: 50px;
  height: 29px;
  margin-left: -5px;
  padding-left: 0;
  border: 1px solid #000;
  background: #000 url(../img/common/icn_search_w.png) no-repeat center center;
}

#sub-column li {
  position: relative;
  height: 49px;
  padding-left: 24px;
  border-bottom: 1px solid #000;
  line-height: 3.3;
}

#sub-column li.active, #sub-column li:hover {
  background-color: #edeaea;
}

#sub-column li:after {
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 9px;
  width: 5px;
  height: 9px;
  background: url(../img/common/icn_arrow_menu_r.png) no-repeat center center;
  transform: translate(-50%, -50%);
  content: "";
}

#sub-column li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  display:block;
}

#sub-column .search_list li:first-of-type {
  border-top: 1px solid #000;
}

#sub-column .ttl_cat {
  padding: 17.5px 24px;
  border-bottom: 1px solid #000;
  letter-spacing: .8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

#sub-column ul.cat li {
  height: 46px;
  padding-left: 0;
  border-color: #ccc;
}

#sub-column ul.cat li:after {
  top: 49%;
}

#sub-column ul.cat .cat_icon {
  display: inline-block;
  width: 78px;
  text-align: center;
}

.pageList #content-wrapper {
  width: 1020px;
}

.pageList #content-wrapper main {
  margin-bottom: 65px;
}

#bread-crumb-listTop {
  border-bottom: 1px solid #eae5e0;
}

#bread-crumb-listTop li {
  display: inline-block;
  height: 48px;
  line-height: 3.9;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

#bread-crumb-listTop li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

#bread-crumb-listTop li:not(:last-child):after {
  display: inline-block;
  content: "　>　";
}

.pageList #content-wrapper .ttl_prod_list {
  margin-top: 20px;
}

.pageList #content-wrapper .ttl_prod_list .ttl {
  line-height: 1.4;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
}

.pageList #content-wrapper .ttl_prod_list .box_order {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.pageList #content-wrapper .ttl_prod_list .box_order > span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.pageList #content-wrapper .ttl_prod_list .box_order > span:last-child {
  margin-right: 0;
}

.pageList #content-wrapper .page_nav {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 2.15;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.pageList #content-wrapper .page_nav .link_page {
  display: inline-block;
  vertical-align: middle;
}

.pageList #content-wrapper .page_nav .link_page a {
  margin-left: 10px;
}

.pageList #content-wrapper .page_nav .link_page a:first-of-type {
  margin-left: 0;
}

.pageList #content-wrapper .prod_list .item {
  display: inline-block;
  width: 23.3%;
  margin-bottom: 40px;
  margin-left: 20px;
}

.pageList #content-wrapper .prod_list .item:nth-child(4n+1) {
  margin-left: 0;
}

.pageList #content-wrapper .prod_list .item .prod_image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #eee;
  text-align: center;
}

.pageList #content-wrapper .prod_list .item .prod_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.pageList #content-wrapper .prod_list .item .prod_info {
  margin-top: 21px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}

.pageList.list-sp {
  margin: 0;
}

.pageList.list-sp .inner {
  width: 100%;
  padding: 0 25px;
}

.pageList.list-sp #content-wrapper {
  width: 100%;
}

.pageList.list-sp #content-wrapper .search_box {
  padding: 23px 22px 29px;
  border-bottom: 1px solid #eae5e0;
  text-align: center;
}

.pageList.list-sp #content-wrapper .search_box input {
  width: calc(100% - 59px);
  height: 27px;
  padding-left: 5px;
  border: 1px solid #000;
  border-right: none;
  border-radius: 0;
}

.pageList.list-sp #content-wrapper .search_box input[type=submit] {
  width: 50px;
  height: 29px;
  margin-left: -5px;
  padding-left: 0;
  border: 1px solid #000;
  background: #000 url(../img/common/icn_search_w.png) no-repeat center center;
}

.pageList.list-sp #content-wrapper main {
  margin-bottom: 95px;
}

.pageList.list-sp #content-wrapper .search_box {
  padding-left: 14px;
}

.pageList.list-sp #content-wrapper .ttl_prod_list {
  margin-top: 20px;
}

@media screen and (max-width: 375px) {
  .pageList.list-sp #content-wrapper .ttl_prod_list .box_order .select-box {
    width: 119px;
  }
}

.pageList.list-sp #content-wrapper .page_nav {
  margin-top: 20px;
}

.pageList.list-sp #content-wrapper .page_nav .link_page {
  display: block;
  margin: 10px 0;
  text-align: center;
}

.pageList.list-sp #content-wrapper .page_nav .link_page a {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.pageList.list-sp #content-wrapper .page_nav .link_page a:first-child {
  float: left;
  width: 40px;
  height: auto;
  text-align: left;
}

.pageList.list-sp #content-wrapper .page_nav .link_page a:last-child {
  float: right;
  width: 40px;
  height: auto;
  text-align: right;
}

.pageList.list-sp #content-wrapper .page_nav .link_page a.active, .pageList.list-sp #content-wrapper .page_nav .link_page a:hover {
  background-color: #000;
  color: #fff;
}

.pageList.list-sp #content-wrapper .prod_list .item {
  display: inline-block;
  width: calc(50% - 12.5px);
  margin-bottom: 25px;
  margin-left: 20px;
}

.pageList.list-sp #content-wrapper .prod_list .item:nth-child(2n+1) {
  margin-left: 0;
}

/*-------------------------------------------------------
商品詳細ページ
-------------------------------------------------------*/
.detail {
  font-size: 13px;
  font-size: 1.3rem;
}

.detail.detail-sp {
  font-size: 12px;
  font-size: 1.2rem;
}

.detailTop {
  padding-top: 45px;
}

.detailTop .detailTi {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.detailTop .price {
  margin-bottom: 10px;
}

.detailTop .number input {
  width: 50px;
  padding: 3px;
}

.detailTop .stockTable {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.detailTop .stockTable th {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.detailTop .stockTable td {
  border-bottom: 1px solid #aeaeae;
  padding: 7px 0;
}

.detailTop .stockTable tr:last-child td {
  border-bottom: none;
}

.detailTop .stockTable .color {
  width: 29%;
  padding-left: 8px;
}

.detailTop .stockTable .zaiko {
  width: 20%;
  text-align: center;
}

.detailTop .stockTable .buy {
  width: 48%;
}

.detailTop .stockTable .no {
  color: #ff0000;
}

.detailTop .stockTable .stockBtn {
  background: #e2e2e2;
  border: none;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.detailTop .stockTable .stockBtn span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  margin-right: 10px;
}

.detailTop .stockTable .stockBtn.cart {
  background: #000;
  color: #FFF;
}

.detailTop .stockTable .stockBtn.cart span {
  background: url(../img/detail/cart_ico.png) no-repeat center;
}

.detailTop .stockTable .stockBtn.kibou span {
  background: url(../img/detail/mail_ico.png) no-repeat center;
}

.detailTop .stockTable .stockBtn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detailTop .stockTable .stockBtn:hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.detailTop .favBtn {
  margin-bottom: 20px;
  width: 100%;
  background: #FFF;
  text-align: center;
  border: 1px solid #000;
  padding: 17px 0;
  cursor: pointer;
}

.detailTop .favBtn span {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 15px;
  background: url(../img/detail/plus.png) no-repeat center;
}

.detailTop .favBtn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detailTop .favBtn:hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.detailTop .contactLink {
  margin-bottom: 60px;
}

.detailTop .contactLink li {
  float: left;
  padding-left: 10px;
  background: url(../img/detail/link_arrow.png) no-repeat 0 center;
  font-size: 11px;
  font-size: 1.1rem;
}

.detailTop .contactLink li:first-child {
  margin-right: 15px;
}

.detailTop .contactLink li a {
  text-decoration: underline;
}

.detailTop .contactLink li a:hover {
  text-decoration: none;
}

#detailSlider .detailImg {
  position: relative;
}

#detailSlider .thumList {
  padding-top: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

#detailSlider .thumList li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}

#detailSlider .thumList li:nth-child(4n) {
  margin-right: 0;
}

#detailSlider .thumList li:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#detailSlider .thumList li:hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

#detailSlider .thumList li a.active {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

#detailSlider .bx-controls-direction a {
  text-indent: -9999px;
  width: 20px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#detailSlider .bx-controls-direction .bx-next {
  right: -5px;
  background: url(../img/detail/next.png) no-repeat 0 0;
  background-size: 100% auto;
}

#detailSlider .bx-controls-direction .bx-prev {
  left: -5px;
  background: url(../img/detail/prev.png) no-repeat 0 0;
  background-size: 100% auto;
}

.detailBottom .detailSubTi {
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px #000 solid;
  margin-bottom: 25px;
}

.detailBottom .introTxt {
  line-height: 1.7;
  margin-bottom: 60px;
  padding: 0 5px;
}

.detailBottom .relationList {
  font-size: 0;
}

.detailBottom .relationList li {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

.detailBottom .relationList li:nth-child(2n) {
  margin-right: 0;
}

.detailBottom .relationList li:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detailBottom .relationList li:hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.detailBottom .relationList li img {
  margin-bottom: 12px;
}

.detailBottom .relationList li p {
  padding: 0 5%;
}

/*-- PC--*/
.detail-pc .leftCol {
  width: 538px;
  float: left;
}

.detail-pc .rightCol {
  width: 425px;
  padding-right: 20px;
  float: right;
}

.detail-pc .detailTop {
  padding-top: 70px;
  margin-bottom: 85px;
}

.detail-pc .detailTop .detailTi {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 15px;
}

.detail-pc .detailTop .price {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2.0rem;
}

.detail-pc .detailTop .number {
  font-size: 20px;
  font-size: 2.0rem;
}

.detail-pc .detailTop .stockTable {
  margin-bottom: 30px;
}

.detail-pc .detailTop .stockTable .color {
  width: 123px;
}

.detail-pc .detailTop .stockTable .zaiko {
  width: 120px;
  text-align: center;
}

.detail-pc .detailTop .stockTable .buy {
  width: 162px;
}

.detail-pc .detailTop .favBtn {
  margin-bottom: 25px;
  padding: 12px 0;
}

.detail-pc .detailTop .contactLink li {
  font-size: 13px;
  font-size: 1.3rem;
}

.detail-pc .detailTop .contactLink li:first-child {
  margin-right: 40px;
}

.detail-pc .detailBottom .detailSubTi {
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2.0rem;
}

.detail-pc .detailBottom .introTxt {
  margin-bottom: 70px;
  font-size: 16px;
  font-size: 1.6rem;
}

.detail-pc .detailBottom .relationList {
  overflow: hidden;
  margin-bottom: 200px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}

.detail-pc .detailBottom .relationList li {
  width: 240px;
  display: block;
  float: left;
  margin: 0 0 0  20px;
}

.detail-pc .detailBottom .relationList li:nth-child(2n) {
  margin: 0 0 0 20px;
}

.detail-pc .detailBottom .relationList li:first-child {
  margin-left: 0;
}

.detail-pc .detailBottom .relationList li:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.detail-pc .detailBottom .relationList li:hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}

.detail-pc .detailBottom .relationList li img {
  margin-bottom: 15px;
}

.detail-pc .detailBottom .relationList li p {
  padding: 0;
  line-height: 1.5;
}








#wrapper #contents{
width:1060px;
margin:96px auto 0;
}
#main-column{
width:780px;
position: relative;
}
.freeArea2 .free-contents ul{
margin: 0; 
}
 .freeArea2 .free-contents ul li{
 list-style-type: none;
 }
 .category ul li {
      background: none;
 }
.title1 {
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    padding: 20px 0 0 0;
    border-top: 1px solid #eae5e0;
    border-bottom: none;
    font-weight: normal;
    letter-spacing: normal;
}

.itemList .item img{
width: 100%;
}

.mainCont p{
    margin-bottom: 10px;
    line-height: 2.15;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
}

#sortList{
    margin-bottom: 10px;
    line-height: 2.15;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
}

.itemList h2.goods {
  margin-top: 21px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.itemList h2.goods a{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.itemList h2.goods a:hover{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.itemList div.price {
  margin-top: 21px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.itemList div.price a{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.itemList div.price a:hover{
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

#bread-crumb {
/*  height: 48px;*/
  line-height: 3.9;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

#bread-crumb-listTop ol li, .bread-crumb-listCate ol li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}

#bread-crumb a:link {
text-decoration: none;
}
#gnav{
display: none;
}

article #main-column h1 {
display: none;
/*
     background: none;
     line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
     font-weight: normal;
     margin-bottom: 10px;
     padding: 0 0 10px;
*/
 }

#itemList_wrap #pager-top{
border: none;
margin-top: 0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#itemList_wrap #pager-top .quantity,#itemList_wrap #pager-top .selectbox, #itemList_wrap #pager-bm .selectbox,#itemList_wrap #pager-top ul li, #itemList_wrap #pager-bm ul li,#itemList_wrap #pager-bm .quantity{
    margin-bottom: 10px;
    line-height: 2.15;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
}
#itemList_wrap #pager-top .selectbox{
  margin-left: auto;
}

#itemList_wrap #pager-top .selectbox:before{
content: "商品一覧";
margin-right: auto;
display: inline-block;
width: 408px;
background: none;
line-height: 1.4;
font-size: 20px;
font-size: 2rem;
color: #000;
font-weight: normal;
}

#itemList_wrap #pager-top .quantity{
  width: 902px;
}

#itemList_wrap #pager-top .pagerlist{
    width: 118px;
}

#itemList_wrap #pager-top .selectbox .select01{
vertical-align: baseline;
}

 .column4 {
     float: left;
     width: 23.3%;
     padding-bottom: 20px;
     border-bottom: none;
 }
 article #main-column #itemList section.column4{
    margin-right: 17px;
 }
 .column4:nth-child(4n) {margin-right: 0;}
 .column4 .itemThumb-wrap {margin: 0 0 10px 0;}
 .column4 .itemThumb {
     display: table-cell;
     text-align: center;
     height: auto;
     vertical-align: middle;
    width: 23.3%;
    margin-bottom: 40px;
 }
 .column4 .itemThumb a {
     height: auto;
     width: 100%;
     display: block;
 }
 .column4 .itemThumb a img {
      max-height:100%;
      max-width: 100%;
 }
 .column4 .item-list-span-img{
     width:100%;
     display:inline-block;
 }
 .column4 h2 {
     margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column4 h3 {
margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column4 p {
margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column4 img {vertical-align: bottom;}
 .column4 p.sp_price {color: #F00;}
p.price span.selling_price, p.price span.taxin{
    color: #000;
}
#itemList_wrap section.column4 .sps-wishAddItem{
display: none;
}

/*詳細ページ*/

#itemDetail-cont .itemThumb-wrap {
    float: left;
    width: 380px;
    margin: 0 20px 0 0;
}
#itemDetail-cont .itemOutline {
    float: left;
    width: 380px;
}
article#Detail #main-column h1{
    font-size: 2.3rem;
    margin-bottom: 15px;
    display:block;
}
section#itemDetail-wrap table.price,table.price tr.price span.selling_price, table.price tr.price span.taxin, table.price tr.price span.discount_rate, table.price tr.sp_price span.special_price, table.price tr.sp_price span.taxin, table.price tr.sp_price span.discount_rate,section#itemDetail-wrap table.spec,section#itemDetail-wrap table.price th{
    margin: 0;
    font-size: 20px;
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
    line-height: 150%;
}

 section#itemDetail-wrap .cartArea table.variation {
     width: 100%;
     text-align: left;
     word-break:break-all;
     margin: 50px 0 30px;
 }
 section#itemDetail-wrap .cartArea tr.t-variation {
     background-image:none;
 }
 section#itemDetail-wrap .cartArea table.variation th {
     font-size: 13px;
     font-size:1.3rem;
     font-weight: normal;
     padding: 0 0 8px 5px;
     text-align: center;
     line-height: 13px;
     border: none;
     border-bottom: 1px solid #000000;
     text-align: left;
 }
 section#itemDetail-wrap .cartArea table.variation th:first-child {
 width:123px !important;
 }
 section#itemDetail-wrap .cartArea table.variation th:nth-child(2) {
 width:120px !important;
text-align: center;
 }
 section#itemDetail-wrap .cartArea table.variation th:nth-child(3) {
 width:162px !important;
 }
 section#itemDetail-wrap .cartArea table.variation tr {border-bottom: 1px solid #aeaeae; text-align: left;}
 section#itemDetail-wrap .cartArea table.variation tr.t-variation {border: none;}
 section#itemDetail-wrap .cartArea table.variation td {
     font-size: 13px;
     font-size:1.3rem;
     padding: 7px 0 7px 8px;
     text-align: center;
     line-height: 13px;
     border:none;
      text-align: left;
 }
 section#itemDetail-wrap .cartArea table.variation td:nth-child(2) {
text-align: center;
 }
 section#itemDetail-wrap .cartArea table.variation td img {
     vertical-align: middle;
     width: 162px;
     height: 33px;
 }
 section#itemDetail-wrap .cartArea table.variation span.nostock {color: #F00;}
 section#itemDetail-wrap p.cancel {
     padding-top: 20px;
     padding-left: 20px;
     background-image: url(https://embrace-rv.jp/pic-labo/link_arrow.png);
     background-repeat: no-repeat;
     background-position: left bottom;
     font-size: 13px;
     font-size:1.3rem;
     margin-bottom: 5px;
 }

#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
    float: left;
    width: 23.5%;
    height: 100%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    overflow: hidden;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(4n) {
    margin-right: 0;
}
section#itemDetail-wrap .description p{
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 16px;
    font-size: 1.6rem;
}

section#itemDetail-wrap .description p b{
    font-weight: normal;
}

section#itemDetail-wrap div.description:before{
    display: inline-block;
    width: 99%;
    content: "商品情報";
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 5px;
    border-bottom: 1px #000 solid;
}

section#itemDetail-wrap p.cancel a, section#itemDetail-wrap p.review_txt a{
text-decoration: underline;
}

article#Detail #main-column section.recommend h2{
    padding-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 5px;
    border-bottom: 1px #000 solid;
    font-weight: normal;
}

 .column5 {
     float: left;
    width: 240px;
    margin: 0 20px 0 0;
     padding-bottom: 20px;
     border-bottom: none;
 }
 .column5:nth-child(4n) {margin: 0 0 20px 0;}
 .column5 .itemThumb-wrap {margin: 0 0 10px 0;}
 .column5 .itemThumb {
     display: table-cell;
     text-align: center;
     height: auto;
     vertical-align: middle;
     width: 240px;
    }
 .column5 .itemThumb a {
     height: auto;
     width: 100%;
     display: block;
 }
 .column5 .itemThumb a img {
      max-height:100%;
      max-width: 100%;
 }
 .column5 .item-list-span-img{
     width:100%;
     display:inline-block;
 }
 .column5 h2 {
     margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column5 h3 {
margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column5 p {
margin-top: 21px;
    line-height: 1.5;
    letter-spacing: 1.4px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    }
 .column5 img {vertical-align: bottom;}
 .column5 p.sp_price {color: #F00;}
  .column5:nth-child(4n+1) {clear:both;}
p.price span.selling_price, p.price span.taxin{
    color: #000;
}
#itemList_wrap section.column5 .sps-wishAddItem{
display: none;
}
article#Detail #main-column section.recommend{
padding: 0;
}
section #guide .guide01 h2,div.cart-article p, article p,section #guide .chart .ttlShop,section #guide table th,section #guide table td{
font-size: 1.6rem;
line-height: 1.4;
}


.badge, .icons{
display: none;
}
/*
*{
border: 1px solid red;
}*/






/*-------------------------------------------------------
Top page
-------------------------------------------------------*/
#main-slider .slider li {
  position: relative;
}

#main-slider .slider .slide-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  text-align: center;
}

#main-slider .slider .slide-desc .title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
}

#main-slider .slider .slide-desc .subtitle {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}

#main-slider .slider .slide-desc .btn-white {
  display: inline-block;
  padding: 0 17px;
  border: 1px solid white;
  background-color: transparent;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

#main-slider .slider-1 {
  display: block;
  background: url("../img/collection/2019ss/header-bg-sp.jpg") no-repeat center center;
  background-size: cover;
}


/*#main-slider .slider-1 {
  display: block;
  background: url("../img/nav/slide_2018aw_sp.jpg") no-repeat center center;
  background-size: cover;
}

#main-slider .slider-1 {
  display: block;
  background: url("../img/nav/slide-2018ss.png") no-repeat center center;
  background-size: cover;
}
#main-slider .slider-1 {
  display: block;
  background: url("../img/nav/slide-01.png") no-repeat center center;
  background-size: cover;
}*/


#main-slider .slider-2 {
  display: block;
  background: url("../img/nav/slide-02.png") no-repeat center center;
  background-size: cover;
}


#main-slider .slider-3 {
  display: block;
  background: url("../img/nav/slide-03.png") no-repeat center center;
  background-size: cover;
}

.slide_wrap {
  position: relative;
}

.slide_wrap .bx-controls .bx-pager {
  padding: 12px 0 0;
  text-align: center;
}

.slide_wrap .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 5px;
}

.slide_wrap .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 33px;
  height: 3px;
  background: #ccc;
  color: transparent;
}

.slide_wrap .bx-controls .bx-pager .bx-pager-item a.active {
  background: #000;
}

.slide_wrap .bx-controls .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  color: transparent;
}

.slide_wrap .bx-controls .bx-controls-direction .bx-prev {
  display: inline-block;
  width: 30px;
  height: 40px;
  padding-left: 20px;
  background: url(../img/nav/icn_prev.png) no-repeat center center;
}

.slide_wrap .bx-controls .bx-controls-direction .bx-next {
  display: inline-block;
  float: right;
  width: 30px;
  height: 40px;
  padding-right: 20px;
  background: url(../img/nav/icn_next.png) no-repeat center center;
}

@media screen and (min-width: 768px) {
  #main-slider .slider li {
    position: relative;
  }
  #main-slider .slider .slide-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #main-slider .slider .slide-desc .title {
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
  }
  #main-slider .slider .slide-desc .subtitle {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
  }
  #main-slider .slider .slide-desc .btn-white {
    display: inline-block;
    padding: 0 30px;
    border: 1px solid white;
    background-color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #main-slider .slider .slide-desc .btn-white:focus, #main-slider .slider .slide-desc .btn-white:hover {
    outline: none;
    opacity: .6;
  }



#main-slider .slider-1 {
    background: url("../img/collection/2019ss/header-bg.jpg") no-repeat center center;
    background-size: cover;
  }


  /*  #main-slider .slider-1 {
    background: url("../img/nav/slide_2018aw.jpg") no-repeat center center;
    background-size: cover;
  }
  

    #main-slider .slider-1 {
    background: url("../img/nav/slide-pc-2018ss.png") no-repeat center center;
    background-size: cover;
  }

  #main-slider .slider-1 {
    background: url("../img/nav/slide-pc-01.png") no-repeat center center;
    background-size: cover;
  }*/
  
    #main-slider .slider-2 {
    background: url("../img/nav/slide-pc-02.png") no-repeat center center;
    background-size: cover;
  }
  
    #main-slider .slider-3 {
    background: url("../img/nav/slide-pc-03.png") no-repeat center center;
    background-size: cover;
  }
  .slide_wrap .bx-controls .bx-controls-direction {
    height: 60px;
    margin-top: -30px;
    color: transparent;
  }
  .slide_wrap .bx-controls .bx-controls-direction .bx-prev {
    display: inline-block;
    width: 31px;
    height: 59px;
    padding-left: 50px;
    background: url(../img/nav/icn_prev.png) no-repeat center center;
  }
  .slide_wrap .bx-controls .bx-controls-direction .bx-next {
    display: inline-block;
    float: right;
    width: 31px;
    height: 59px;
    padding-right: 50px;
    background: url(../img/nav/icn_next.png) no-repeat center center;
  }
}

#contents .mt0 {
  margin-top: 0 !important;
}

#contents .ttl-md {
  margin-top: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

#contents .ttl-desc {
  margin: 20px 0;
  font-size: 8px;
  font-size: 0.8rem;
  color: #000;
  line-height: 15px;
  text-align: center;
}

#contents .button-row {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#contents .button-row .btn {
  display: inline-block;
  margin: 0 auto;
  padding: 0 17px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  font-size: 8px;
  font-size: 0.8rem;
  color: #000;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

#contents .button-row .btn.btn-full {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 15px 0;
  font-size: 10px;
  font-size: 1rem;
  color: #000;
}

#contents .button-row .btn:focus, #contents .button-row .btn:hover {
  outline: none;
}

#contents .banner-zone {
  margin-top: 30px;
}

#contents .banner-zone .banner-wtext {
  display: block;
  width: 100%;
  height: 292px;
  margin-bottom: 20px;
}

#contents .banner-zone .banner-wtext:last-child {
  margin-bottom: 0;
}

#contents .banner-zone .banner-wtext .banner-content {
  display: block;
  max-width: 100%;
  padding: 65px 25% 0 25%;
  color: white;
  text-align: center;
}

#contents .banner-zone .banner-wtext .banner-content .ttl-banner {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

#contents .banner-zone .banner-wtext .banner-content .desc-banner {
  margin: 15px 0 20px;
  font-size: 8px;
  line-height: 1.4;
  text-align: left;
}

#contents .banner-zone .banner-wtext .banner-content .btn-white {
  display: inline-block;
  margin: 0 auto;
  padding: 0 17px;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

#contents .banner-zone .banner-wtext .banner-content .btn-white:focus, #contents .banner-zone .banner-wtext .banner-content .btn-white:hover {
  outline: none;
}

#contents .banner-zone .banner-wtext-01 {
  background: url("../img/nav/banner-01.png") no-repeat center center;
  background-size: cover;
}

#contents .banner-zone .banner-wtext-02 {
  background: url("../img/nav/banner-02.png") no-repeat center center;
  background-size: cover;
}

#contents .material,
#contents .particular{
  padding-bottom: 40px;
}

#contents .material .ttl-md,
#contents .particular .ttl-md{
  margin-top: 55px;
}

#contents .material .material-list,
#contents .particular .particular-list{
  margin-top: 50px;
}

#contents .material .material-list ul .items {
  float: left;
  max-width: 50%;
}

#contents .material .material-list ul .items .img {
  width: 100%;
}

#contents .material .material-list ul .items .img img {
  width: 1500px;
}

#contents .material .material-list ul .items .caption {
  font-size: 9px;
  line-height: 30px;
  text-align: center;
}
#contents .particular .particular-list ul .items .caption{
    display:none;
}

#contents .particular .particular-list ul{
    display: block;
}

#contents .particular .particular-list ul .items{
    display: iniine-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
#contents .particular .particular-list .items .overlay{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
}

#contents .particular .particular-list .items .overlay .overlay-desc{
display: block;
position: absolute;
top: 50%;
left: 50%;
max-width: 250px;
color: white;
transform: translate(-50%, -50%);
text-align: center;
}
#contents .particular .particular-list .items .overlay .overlay-desc .desc{
margin-top: 40px;
margin-bottom: 50px;
font-size: 12px;
line-height: 1.6;
text-align: left;
}
#contents .particular .particular-list .items .overlay .overlay-desc .title{
font-size: 40px;
text-align: center;
}
#contents .particular .particular-list .items .overlay .overlay-desc .btn-white{
display: inline-block;
padding: 0 30px;
border: 1px solid white;
background-color: transparent;
color: white;
font-size: 12px;
line-height: 40px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
margin-top: 30px;
}
#contents .particular .particular-list .items .overlay .overlay-desc .btn-white:focus, #contents .particular .particular-list .items .overlay .overlay-desc .btn-white:hover{
outline: none;
opacity: .6;
transition: 1.5s;
}

#contents .instagram {
  padding-top: 40px;
  padding-bottom: 52px;
  background-color: #f7f5f5;
}

#contents .instagram .ttl-md {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 15px;
}

#contents .instagram .instagram-content {
  margin-top: 14px;
}

#contents .instagram .instagram-content .items {
  float: left;
  max-width: 30.5%;
  margin-right: 1.5%;
  margin-bottom: 4.5%;
}

#contents .instagram .instagram-content .items img {
  width: 250px;
}

#contents .instagram .instagram-content .items:nth-child(3n) {
  float: right;
  margin-right: 0;
}

#contents .instagram .instagram-content .items:nth-child(3n+2) {
  margin-right: 3%;
  margin-left: 3%;
}

#contents .instagram .instagram-content .items:last-child {
  margin-bottom: 0;
}

#contents #news {
  padding-bottom: 90px;
}

#contents #news .ttl-md {
  font-size: 12px;
  line-height: 15px;
}

#contents #news .news-list {
  margin-top: 30px;
  text-align: left;
}

#contents #news .news-list ul li {
  display: block;
  margin-bottom: 15px;
}

#contents #news .news-list ul li:last-child {
  margin-bottom: 0;
}

#contents #news .news-list ul li a .content {
  display: inline-block;
}

#contents #news .news-list ul li a .content .date,
#contents #news .news-list ul li a .content .info {
  float: left;
  font-size: 8px;
  line-height: 1.6;
}

#contents #news .news-list ul li a .content .date {
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #contents .top-title {
    padding-top: 100px;
  }
  #contents .ttl-md {
    font-size: 40px;
  }
  #contents .ttl-desc {
    margin: 40px 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #contents .button-row .btn {
    height: 40px;
    padding: 0 30px;
    font-size: 12px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #contents .button-row .btn:hover {
    opacity: .6;
  }
    
  #contents .particular .particular-list ul .items .caption{
  display: block;
  font-size: 9px;
  line-height: 30px;
  text-align: center;
  } 
  #contents .material,
  #contents .particular {
    padding-bottom: 118px;
  }
  #contents .particular .particular-list ul{
    display: table;
  }
  #contents .particular .particular-list ul .items{
    display: table-cell;
    width: 33%;
  }
  #contents .material .ttl-md,
  #contents .particular .ttl-md{
    margin-top: 155px;
  }
  #contents .material .inner-rsp,
  #contents .particular .inner-rsp{
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
  }
  #contents .material .material-list .items,
  #contents .particular .particular-list .items{
    position: relative;
  }
  #contents .material .material-list .items:hover .overlay,
  #contents .particular .particular-list .items:hover .overlay{
    display: block;

  }
  #contents .material .material-list .items .overlay,
  #contents .particular .particular-list .items .overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    
  }
  #contents .material .material-list .items .overlay .overlay-desc,
  #contents .particular .particular-list .items .overlay .overlay-desc{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 250px;
    color: white;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #contents .material .material-list .items .overlay .overlay-desc .desc,
  #contents .particular .particular-list .items .overlay .overlay-desc .desc{
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
  #contents .material .material-list .items .overlay .overlay-desc .title,
  #contents .particular .particular-list .items .overlay .overlay-desc .title{
    font-size: 40px;
    text-align: center;
  }
  #contents .material .material-list .items .overlay .overlay-desc .btn-white,
  #contents .particular .particular-list .items .overlay .overlay-desc .btn-white{
    display: inline-block;
    padding: 0 30px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 30px;
  }
  #contents .material .material-list .items .overlay .overlay-desc .btn-white:focus, #contents .material .material-list .items .overlay .overlay-desc .btn-white:hover,
  #contents .particular .particular-list .items .overlay .overlay-desc .btn-white:focus, #contents .particular .particular-list .items .overlay .overlay-desc .btn-white:hover{
    outline: none;
    opacity: .6;
    transition: 1.5s;
  }
  #contents .material .material-list .items .img,
  #contents .particular .particular-list .items .img{
    width: 100%;
  }
  #contents .material .material-list .items .img img,
  #contents .particular .particular-list .items .img img{
    width: 1500px;
  }
  #contents .material .material-list .items .caption,
  #contents .particular .particular-list .items .caption{
    margin: 30px 0;
    font-size: 17px !important;
  }
  #contents .instagram {
    padding-top: 128px;
    padding-bottom: 170px;
  }
  #contents .instagram .ttl-md {
    font-size: 30px;
  }
  #contents .instagram .inner-rsp {
    max-width: 1184px;
    padding: 0 12px;
  }
  #contents .instagram .instagram-content {
    margin-top: 48px;
    margin-right: -1%;
  }
  #contents .instagram .instagram-content .items {
    max-width: 19%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  #contents .instagram .instagram-content .items:nth-child(3n) {
    float: left;
    margin-right: 1%;
  }
  #contents .instagram .instagram-content .items:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
  #contents .instagram .instagram-content .items:nth-child(3n+2) {
    margin-right: 1%;
    margin-left: initial;
  }
  #contents .instagram .instagram-content .items a {
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #contents .instagram .instagram-content .items a:hover {
    opacity: .6;
  }
  #contents #news {
    padding-bottom: 118px;
   padding-bottom: 200px;
  }
  #contents #news .inner-rsp {
    max-width: 960px;
  }
  #contents #news .title {
    float: left;
    margin-left: 100px;
  }
  #contents #news .title .ttl-md {
    margin-top: 95px;
    font-size: 24px;
    line-height: 1.2;
  }
  #contents #news .news-list {
    float: left;
    margin-top: 95px;
    margin-left: 80px;
  }
  #contents #news .news-list ul li a .content .date,
  #contents #news .news-list ul li a .content .info {
    font-size: 13px;
  }
  #contents .banner-zone {
    margin-top: 80px;
  }
  #contents .banner-zone .banner-wtext {
    display: block;
    max-width: 1300px;
    height: 585px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  #contents .banner-zone .banner-wtext .banner-content .ttl-banner {
    font-size: 40px;
  }
  #contents .banner-zone .banner-wtext .banner-content .desc-banner {
    font-size: 13px;
    line-height: 1.8;
  }
  #contents .banner-zone .banner-wtext .banner-content .btn-white {
    padding: 0 40px;
    font-size: 12px;
    line-height: 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #contents .banner-zone .banner-wtext .banner-content .btn-white:hover {
    opacity: .6;
  }
  #contents .banner-zone .banner-wtext-01 {
    background: url("../img/nav/banner-pc-01.png") no-repeat center center;
  }
  #contents .banner-zone .banner-wtext-01 .banner-content {
    position: relative;
    top: 50%;
    left: 10%;
    max-width: 300px;
    padding: initial;
    transform: translateY(-50%);
  }
  #contents .banner-zone .banner-wtext-02 {
    background: url("../img/nav/banner-pc-02.png") no-repeat center center;
  }
  #contents .banner-zone .banner-wtext-02 .banner-content {
    position: relative;
    top: 50%;
    right: 10%;
    float: right;
    max-width: 300px;
    padding: initial;
    transform: translateY(-50%);
  }
}

#main-video {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

@media screen and (max-width: 767px) {
  #main-video {
    margin-top: 40px;
  }
}

#main-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept/mask.png) repeat left top;
}

#main-video video#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

#main-video .sp img {
  width: 100%;
}

#main-video .ttl-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  line-height: 2.16;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1.4px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #main-video .ttl-slogan {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    z-index: 80;
  }
  

.con_btn{
    display: inline-block;
    padding: 0 30px;
    border: 1px solid white;
    background-color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff! important;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position:absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con_btn_top{
    display: inline-block;
    padding: 0 30px;
    border: 1px solid white;
    background-color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff! important;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position:absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 80;
}

/*.btn-white:focus, .btn-white:hover {
    outline: none;
    opacity: .6;
}*/
  
}

video::-webkit-media-controls-fullscreen-button {
  display: none;
}

video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

@media screen and (max-width: 767px) {
  .embrace-concept {
    margin-top: -42px;
  }
}

.embrace-concept .inner {
  max-width: 1092px;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .embrace-concept .inner {
    padding: 0 15px;
  }
}

.embrace-concept .lang {
  margin: 42px auto 85px;
  text-align: center;
}

.embrace-concept .lang li {
  display: inline-block;
  margin: 0 10px;
  padding: 0 2px 7px;
}

.embrace-concept .lang li.active, .embrace-concept .lang li:hover {
  border-bottom: 1px solid #000;
}

.embrace-concept .lang li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .embrace-concept .lang {
    margin: 30px auto 32px;
    text-align: right;
  }
  .embrace-concept .lang li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
  }
}

.embrace-concept .embrace-designers {
  margin-bottom: 146px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .embrace-concept .embrace-designers {
    margin-bottom: 73px;
  }
}

.embrace-concept .embrace-designers .inner {
  position: relative;
}

.embrace-concept .embrace-designers .inner .banner {
  width: 23%;
}

.embrace-concept .embrace-designers .inner .banner.pc {
  float: left;
  text-align: left;
}

.embrace-concept .embrace-designers .inner .banner.sp {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
}

@media screen and (max-width: 767px) {
  .embrace-concept .embrace-designers .inner .banner {
    width: 92px;
  }
}

.embrace-concept .embrace-designers .inner .content {
  float: right;
  width: 70%;
  color: #000;
}

.embrace-concept .embrace-designers .inner .content h2.ttl {
  margin-bottom: 64px;
  line-height: 1.4;
  letter-spacing: 2.4px;
  font-size: 40px;
  font-size: 4rem;
  color: #000;
}

.embrace-concept .embrace-designers .inner .content p.txt {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.88;
  /*letter-spacing: 1.2px;*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}

@media screen and (max-width: 767px) {
  .embrace-concept .embrace-designers .inner .content {
    float: left;
    width: calc(100% - 97px);
  }
  .embrace-concept .embrace-designers .inner .content h2.ttl {
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
  }
  .embrace-concept .embrace-designers .inner .content p.txt {
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
  }
}

.embrace-concept .embrace-commit {
  padding: 160px 0 247px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .embrace-concept .embrace-commit {
    padding: 80px 0 123px;
  }
}
.embrace-concept .embrace-commit .inner {
  position: relative;
}
.embrace-concept .embrace-commit .inner .banner {
  width: 26%;
}
.embrace-concept .embrace-commit .inner .banner.pc {
  float: right;
  text-align: right;
}
.embrace-concept .embrace-commit .inner .banner.sp {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}
@media screen and (max-width: 767px) {
  .embrace-concept .embrace-commit .inner .banner {
    width: 92px;
  }
}
.embrace-concept .embrace-commit .inner .content {
  float: left;
  width: 66%;
  color: #fff;
}
.embrace-concept .embrace-commit .inner .content h2.ttl {
  margin-bottom: 54px;
  line-height: 1.4;
  letter-spacing: 3.8px;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
}
.embrace-concept .embrace-commit .inner .content p.txt {
  margin-bottom: 30px;
  line-height: 1.88;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .embrace-concept .embrace-commit .inner .content {
    float: right;
    width: calc(100% - 97px);
  }
  .embrace-concept .embrace-commit .inner .content h2.ttl {
    margin-bottom: 27px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
  }
  .embrace-concept .embrace-commit .inner .content p.txt {
    margin-bottom: 15px;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
  }
}

/*商品詳細ページLP*/
	.iteminfo{
	width:100%;
	}
	
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.iteminfo .overview,
.iteminfo .detail,
.iteminfo colorinfo{
margin-bottom:50px;
}
section#itemDetail-wrap .description .iteminfo h2,section#itemDetail-wrap .description .iteminfo h3{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


article#Detail #main-column section#itemDetail-wrap .description .iteminfo .overview h2,
article#Detail #main-column section#itemDetail-wrap .description .iteminfo .overview h3{
    margin:15px  40px 0;
}

article#Detail #main-column section#itemDetail-wrap .description .iteminfo .overview h2{
    margin: 15px 40px 0;
    border: none;
    font-size: 36px;
    line-height: 1.5;
}

article#Detail #main-column  section#itemDetail-wrap .description .iteminfo .overview p{
    margin:15px  40px 60px;
}


.detail h3{
text-align: right;
}

.iteminfo .detail img{
width:50%;
}

.iteminfo .detail p{
    width: 50%;
    float: right;
    padding: 0 62px;
    box-sizing: border-box;
}

.iteminfo .detail p:nth-of-type(even){
float:left;
}

article#Detail #main-column  section#itemDetail-wrap .description .iteminfo h3{
    font-size: 35px;
    margin-bottom: 20px;
}

article#Detail #main-column  section#itemDetail-wrap .description .iteminfo  .detail p{
margin-top: 90px;
}
.colorinfo{
text-align:center;
border:2px solid #000;
padding:10px;
}
.colorinfo div{
margin:0 auto;
padding:66px 0 11px;
width:99%;
background:#eae9e8;
border:1px solid #000;
}

article#Detail #main-column  section#itemDetail-wrap .description .iteminfo .c_variations h3 {
    text-align: center;
    margin: 80px 0;
}
.c_variations table{
width:100%;}

.c_variations table tr td {
text-align:center;
vertical-align: top;
width: 33.333%;
}

section#itemDetail-wrap .description .iteminfo .c_variations table tr td h4{
margin-top: 20px;
    text-align: left;
    padding-left: 14px;
    font-size: 2rem;
}

section#itemDetail-wrap .description .iteminfo .c_variations table tr td p{
    text-align: left;
    margin: 0 auto;
    padding: 10px 12px 20px;
    box-sizing: border-box;
}
.c_variations table tr td img{
width:300px;
}



/*受注生産*/

.zyucyuu{
width:780px;
padding:20px;
background:#eee;
}

section#itemDetail-wrap .description .zyucyuu p{
margin:0;
}

.zyucyuu h3{
text-align:center;
font-size: 28px;
font-weight: bold;
margin: 20px 0;
line-height: 1.3;
}

.brsp{
display:none;
}
.brpc{
display:block;
}

.zyucyuu img{
float:left;
width:300px;
margin:0 20px 20px 0;
}

.zyucyuu div{
width:400px;
float:right;
}

.zyucyuu .naiyou {
clear:both;
}

.zyucyuu  span{
font-weight:bold;
}

.zyucyuu .z_btn{
display:block;
background:#f56c08;
color:#fff;
line-height:3;
border-radius:5px;
text-align:center;
text-decoration:none;
margin: 20px 40px 0;
font-weight: bold;
}

.zyucyuu a{
text-decoration:underline
}


/*EMBRACEのこだわり*/
.embrace-concept .embrace-designers .future .content{
    float: right;
    width: 50%;
}

.embrace-concept .embrace-designers .future .banner{
width: 47%;
}
.embrace-concept h2.ttl {
    margin-top:100px;
    margin-bottom:50px;
    text-align:center;
    font-size: 16px;
    font-size: 4rem;
    color: #000;
}
.embrace-concept .embrace-designers .future .content h3.ttl {
    margin-bottom: 32px;
    font-size: 16px;
    font-size: 3rem;
    color: #000;
}


@media screen and (max-width: 767px) {
.embrace-concept .embrace-designers .future .content{
    float: right;
    width: 100%;
}
.embrace-concept .embrace-designers .future .banner{
    width: 100%;
}
.embrace-concept .embrace-designers .future .banner.sp {
    position: unset;
    float: none;
}

.embrace-concept h2.ttl {
    text-align:center;
    font-size: 16px;
    font-size: 2.8rem;
    color: #000;
    margin-top:80px;
    margin-bottom:30px;
}

.embrace-concept .embrace-designers .future .content h3.ttl {
    margin: 1.8rem 0 1.5rem;
    font-size: 16px;
    font-size: 2.2rem;
    text-align:center;
    color: #000;
}

.embrace-concept .embrace-designers .future .content p.txt{
    font-size: 14px;
    line-height:1.9;
    color: #333;
}

footer .inner {
    padding: 35px 12% !important;
}

}


.embrace-concept .embrace-designers .inner .designer{
    float: none;
    margin: 0 auto;
    width: 80%;
}
.embrace-concept .embrace-designers .inner .designer .designer_img{
    text-align:center;
    margin-bottom: 50px;
}

.embrace-concept h2.ttl,.embrace-concept h3.ttl{
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flex{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex li{ padding: 0 5px;
}
@media screen and (max-width: 767px) {
.flex li{ margin-bottom: 10px;
}
}
.mt0 { margin-top: 0px  !important; }
.mt1 { margin-top: 1px  !important; }
.mt2 { margin-top: 2px  !important; }
.mt3 { margin-top: 3px  !important; }
.mt4 { margin-top: 4px  !important; }
.mt5 { margin-top: 5px  !important; }
.mt6 { margin-top: 6px  !important; }
.mt7 { margin-top: 7px  !important; }
.mt8 { margin-top: 8px  !important; }
.mt9 { margin-top: 9px  !important; }
.mt10 { margin-top: 10px  !important; }
.mt15 { margin-top: 15px  !important; }
.mt20 { margin-top: 20px  !important; }
.mt25 { margin-top: 25px  !important; }
.mt30 { margin-top: 30px  !important; }
.mt35 { margin-top: 35px  !important; }
.mt40 { margin-top: 40px  !important; }
.mt45 { margin-top: 45px  !important; }
.mt50 { margin-top: 50px  !important; }
.mt55 { margin-top: 55px  !important; }
.mt60 { margin-top: 60px  !important; }
.mt65 { margin-top: 65px  !important; }
.mt70 { margin-top: 70px  !important; }
.mt75 { margin-top: 75px  !important; }
.mt80 { margin-top: 80px  !important; }
.mt85 { margin-top: 85px  !important; }
.mt90 { margin-top: 90px  !important; }
.mt95 { margin-top: 95px  !important; }
.mt100{ margin-top:100px  !important; }

.mb0 { margin-bottom: 0px  ; }
.mb1 { margin-bottom: 1px  ; }
.mb2 { margin-bottom: 2px  ; }
.mb3 { margin-bottom: 3px  ; }
.mb4 { margin-bottom: 4px  ; }
.mb5 { margin-bottom: 5px  ; }
.mb6 { margin-bottom: 6px  ; }
.mb7 { margin-bottom: 7px  ; }
.mb8 { margin-bottom: 8px  ; }
.mb9 { margin-bottom: 9px  ; }
.mb10 { margin-bottom: 10px  ; }
.mb15 { margin-bottom: 15px  ; }
.mb20 { margin-bottom: 20px  ; }
.mb25 { margin-bottom: 25px  ; }
.mb30 { margin-bottom: 30px  ; }
.mb35 { margin-bottom: 35px  ; }
.mb40 { margin-bottom: 40px  ; }
.mb45 { margin-bottom: 45px  ; }
.mb50 { margin-bottom: 50px  ; }
.mb55 { margin-bottom: 55px  ; }
.mb60 { margin-bottom: 60px  ; }
.mb65 { margin-bottom: 65px  ; }
.mb70 { margin-bottom: 70px  ; }
.mb75 { margin-bottom: 75px  ; }
.mb80 { margin-bottom: 80px  ; }
.mb85 { margin-bottom: 85px  ; }
.mb90 { margin-bottom: 90px  ; }
.mb95 { margin-bottom: 95px  ; }
.mb100 { margin-bottom: 100px  ; }
