@charset "UTF-8";

/***********************************************************/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

body {
  margin: 0;
  padding: 0;
}

.clearfix:after, #suggestContainer:after {
  content: "";
  display: block;
  clear: both;
}

/*****************************初期値********************************/

body.bkwhite {
  background-color: #ffffff;
}

body::before {
  content: "";
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

header, footer, article, aside, section, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.tolist a, .change a {
  display: block;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#sws {
  position: absolute;
  /* bottom: 70px; */
  left: 15px;
  color: #2e393f;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div#contents {
  width: 100%;
  margin-top: 0;
  text-align: center;
  overflow: hidden;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

/*****************************初期値********************************/
div#contents h1 {
  padding: 20px 0 12px;
  margin: 40px 15px 40px;
  color: #222;
  font-weight: 400;
  font-size: 52px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  font-family: 'Teko', sans-serif;
  line-height: 40px;
}

div#contents .wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px 20px;
  overflow: hidden;
  box-sizing: border-box;
}

div#contents .contents_h2 {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  padding: 8px 0px 8px 10px;
  margin: 12px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(left, #333333 0%, #e80513 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333333), color-stop(100%, #e80513));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #333333 0%, #e80513 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #333333 0%, #e80513 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #333333 0%, #e80513 100%);
  /* IE10+ */
  background: linear-gradient(to right, #333333 0%, #e80513 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#e80513', GradientType=1);
  /* IE6-9 */
}

div#contents .contents_h2 h2 {
  font-weight: bold;
}

.date {
  float: right;
  font-size: 0.7rem;
  text-align: right;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  position: inherit;
  right: 5px;
  bottom: -5px;
}

div#contents .wrap_body {
  position: relative;
  margin: 0 auto;
}

div#contents .wrap_body p {
  color: #222;
}

div#contents .wrap_body.dev {
  position: initial;
  padding: 20px 0;
}

div#contents .wrap_body.dev .txt {
  width: 70%;
  color: #EEE;
  text-align: left;
  position: static;
}

div#contents #section1 .wrap_body p {
  color: #222;
}

/***************************ヘッダ部分****************************/
div#title, div#navigation {
  text-align: center;
}

/* topicPath --------------------------------- */
#tPath {
  position: relative;
  /* width: 450px; */
  padding: 10px;
  font-size: 0.96rem;
  background: #FFF;
  text-align: left;
}

#tPath li {
  display: inline;
}

#tPath li+li:before {
  content: ' > ';
  display: inline-block;
  margin-right: 0.2em;
}

#tPath a {
  color: inherit;
  text-decoration: underline;
}

/* header ------------------------------------ */
body>header {
  position: relative;
  height: 110px;
  padding: 20px 15px 0;
  background-color: #0a2896;
}

body>header:after {
  content: '';
  display: block;
  clear: both;
}

body>header h1:first-child, body>header h2:first-child {
  position: absolute;
  left: 15px;
  color: #b4e1ff;
  font-size: 0.8rem;
  font-weight: bold;
}

body>header h1+h2, body>header h2+h3 {
  float: left;
  width: 200px;
  height: 45px;
  margin-top: 20px;
}

/* headNav */
#headNav, #headNav li {
  float: right;
}

#headNav a {
  color: #fff;
}

#headNav #cartBtn {
  min-width: 40px;
  height: 31px;
  padding-left: 2px;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  -webkit-background-size: 250px 145px;
  -moz-background-size: 250px 145px;
  background-size: 250px 145px;
}

#headNav #favBtn {
  line-height: 1;
  font-size: 0.9rem;
  margin-right: 2em;
}

#headNav #favBtn a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}

#headNav #loginBtn {
  clear: right;
  padding-top: 20px;
  line-height: 14px;
}

#headNav #loginBtn:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-background-size: 250px 145px;
  -moz-background-size: 250px 145px;
  background-size: 250px 145px;
}

/* grobalNavi -------------------------------- */
#gNav {
  position: relative;
  background-color: #0a2896;
  z-index: 200;
}

#gNav>ul:first-child {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

#gNav>ul:first-child li {
  display: table-cell;
}

#gNav>ul:first-child a {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  white-space: nowrap;
  background-color: #143cbe;
}

#gNav>ul:first-child li:nth-of-type(2) a {
  margin: 0 1px;
}

#gNav .search3Way {
  display: none;
}

.search3Way {
  width: 100%;
  color: #fff;
  background-color: #143cbe;
}

.search3Way h3 {
  margin: 0 -15px 15px;
  padding: 15px 15px 0;
  border-top: 15px solid #0a2896;
}

.search3Way h4 {
  padding: 15px 15px 0;
  border-top: 3px solid #0a2896;
}

.search3Way>li {
  padding: 17px 15px 0;
}

.linkItem {
  margin: 17px -15px 0;
}

.linkItem>ul>li {
  padding: 0 15px;
  border-top: 1px solid #0a237d;
}

.linkItem li {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.linkItem li h5 {
  line-height: 50px;
  font-size: 1.2rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.linkItem li h5:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 10px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
}

.linkItem li h5.open:before {
  margin-right: 8px;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}

.linkItem li ul {
  margin-bottom: 10px;
}

.linkItem li li {
  padding: 0 30px;
  line-height: 45px;
  background-color: #ebebeb;
  border-top: 1px solid #fff;
}

.linkItem li li a {
  color: #0a2896;
}

.linkItem li li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0a2896;
}

.linkItem li li:first-child {
  border-top-style: none;
}

.linkItem li li.cur, .linkItem li li.hover {
  color: #333;
  background-color: #ccc;
}

.linkItem li li.cur a:before, .linkItem li li.hover a:before {
  border-color: transparent transparent transparent #333;
}

.search3Way .tabBtn li {
  line-height: 33px;
  border: 1px solid #19379b;
}

.search3Way .tabBtn li span {
  font-weight: normal;
}

.search3Way .tabBtn li:first-child {
  border-right-style: none;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}

.search3Way .tabBtn li:last-child {
  border-left-style: none;
  -webkit-border-radius: 0 7px 7px 0;
  -moz-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}

.search3Way .tabBtn .cur {
  background-color: #19379b;
}

.closeBtn {
  font-size: 0.9rem;
  text-align: center;
  line-height: 44px;
  border-top: 1px solid #0a237d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#gNav.open>ul>li>a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#464646), to(#333));
  background: -webkit-linear-gradient(#464646, #333);
  background: -moz-linear-gradient(#464646, #333);
  background: -ms-linear-gradient(#464646, #333);
  background: -o-linear-gradient(#464646, #333);
  background: linear-gradient(#464646, #333);
}

#gNav.open>ul>.cur>a {
  margin-bottom: -1px !important;
  padding-bottom: 1px;
  color: #9ba5be !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#325ae6), to(#143cbe));
  background: -webkit-linear-gradient(#325ae6, #143cbe);
  background: -moz-linear-gradient(#325ae6, #143cbe);
  background: -ms-linear-gradient(#325ae6, #143cbe);
  background: -o-linear-gradient(#325ae6, #143cbe);
  background: linear-gradient(#325ae6, #143cbe);
}

/*  ********************/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.navmenu {
  width: 200px;
}

div#feed_body {
  padding: 5px 3px;
  border: 5px solid #ddd;
  text-align: right;
  margin: 20px 1px 0 1px;
}

div#feed_body .readmore {
  float: right;
  margin: 2px 5px 8px 0;
  width: 100%;
}

div#scfeed {
  margin: 0 0 10px 0;
}

div#scfeed li {
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 0.8em;
  padding: 5px;
}

div#scfeed li a {
  font-size: 1.1em;
}

div#mobile-header {
  height: 73px;
  background: #ddd;
  text-align: left;
  line-height: 48px;
  display: none;
}

div#mobile-header img.btn_left {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

div#mobile-header img.btn_right {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
}

/* 2012-09-03 修正&追加 */
div#header {
  background-color: #15245B;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  /* 	padding-top:4px; */
}

div#header p {
  line-height: 20px;
}

div#header .mp-wrap {
  padding-top: 10px;
}

div#header .mp-wrap p {
  float: right;
  width: 56px;
  padding-top: 5px;
  padding-right: 8px;
  text-align: right;
}

div#header .mp-wrap p a {
  display: block;
  padding: 3px 0px 3px 0px;
  text-decoration: none;
  font-size: 12px;
}

/****************** clearfix ***************/
.clearfix:after, .toggle_container:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/****************** clearfix ***************/
/***********SNS*******************************/
#snsItems {
  margin: 8px auto;
  text-align: center;
}

#snsItems li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 250px 145px;
  -moz-background-size: 250px 145px;
  background-size: 250px 145px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#snsItems li>* {
  display: block;
  width: 58px;
  height: 58px;
}

#snsItems .btnLine {
  background-position: 0 -60px;
}

#snsItems .btnFacebook {
  background-position: -50px -60px;
}

#snsItems .btnGoogle {
  background-position: -100px -60px;
}

#snsItems .btnTwitter {
  background-position: -150px -60px;
}

#snsItems .btnMail {
  background-position: -200px -60px;
}

/* footer ------------------------------------ */
body>footer {
  position: relative;
  margin-bottom: -30px;
  padding: 40px 15px;
  color: #aaa;
  background-color: #232323;
  z-index: 1;
}

body>footer a {
  color: #aaa;
}

body>footer #footNav li {
  margin-top: 0.7em;
  font-size: 0.94rem;
}

body>footer #footNav a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 7px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #aaa;
}

body>footer #siteNav {
  text-align: center;
  border-bottom: 1px dashed #aaa;
}

body>footer #siteNav p a {
  display: block;
  padding: 0.3em;
  border: 1px solid #aaa;
}

body>footer #siteNav ul {
  width: 25em;
  margin: 0 auto;
  padding: 2em 0;
}

body>footer #siteNav li {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 0.5em;
  line-height: 1;
  border-left: 1px solid #aaa;
}

body>footer #siteNav li:nth-of-type(1), body>footer #siteNav li:nth-of-type(4) {
  border-style: none;
}

body>footer #snsLink {
  margin: 45px 0;
  text-align: center;
}

body>footer #snsLink li {
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 7px;
  background-repeat: no-repeat;
  -webkit-background-size: 250px 145px;
  -moz-background-size: 250px 145px;
  background-size: 250px 145px;
  border: 1px solid #aaa;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body>footer #snsLink li a {
  display: block;
  width: 58px;
  height: 58px;
}

body>footer .btnLine {
  background-position: 5px -55px;
}

body>footer .btnFacebook {
  background-position: -45px -55px;
}

body>footer .btnGoogle {
  background-position: -95px -55px;
}

body>footer .btnTwitter {
  background-position: -145px -55px;
}

body>footer small {
  display: block;
  margin-top: 1em;
  font-size: 0.84rem;
  text-align: center;
}

body article dl.faq dd span.domain {
  font-weight: bold;
  color: #F00;
}

/******************フッター end********************/
/*------------------- to TOP↓-------------------*/
#back-top {
  position: fixed;
  /*bottom: 15px;*/
  right: 15px;
}

#back-top a {
  color: #000 !important;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 1.5rem;
  text-align: center;
  background-color: #BBB;
  font-size: 28px;
  text-decoration: none;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 101;
}

/*------------------- to TOP end↑ ---------------------*/
div#contents .bnr_main2 {
  margin-bottom: 0px;
}

div#contents .bnr_main2 dd.desc {
  font-size: 0.9rem;
  padding: 10px;
  color: #fff;
  line-height: 1.7em;
  font-weight: normal;
  background: #333;
  overflow: hidden;
}

div#contents .bnr_main2 dd.desc .desc_title {
  font-size: 1.0rem;
  font-weight: bold;
  margin: 0;
}

div#contents .bnr_main2 dd.desc p {
  padding: 7px;
  font-size: 0.82rem;
  line-height: 1.3rem;
}

.icon {
  display: inline-block;
  min-width: 3em;
  margin-right: 0.5em;
  margin-bottom: 2px;
  margin-top: 0px;
  margin-left: 5px;
  padding: 0 0.3em;
  padding-bottom: 0px;
  letter-spacing: 1px;
  color: #333;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  /* vertical-align: text-top; */
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.white {
  color: #E97900 !important;
  background-color: #fff;
  border-color: #E97900;
  outline-color: #E97900;
}

div#contents .bnr_main2 .listbtn_box {
  background-color: #b4e1ff;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2rem;
  text-align: center;
  padding: 8px;
  height: 45px;
  box-sizing: border-box;
  color: #222;
  vertical-align: middle;
  width: 95%;
}

div#contents .bnr_main2 .series_contents {
  padding: 0 10px;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.7em;
}

.allOpenBtn:after, .switchHat:after {
  content: " +";
}

.nowOpen {
  color: #E0001B;
}

.nowOpen:after {
  content: " -";
}

div#contents .bnr_main2 .series_contents2 {
  padding: 8px 15px;
}

div#contents .bnr_main2 .series_contents2 dl {
  overflow: hidden;
}

div#contents .bnr_main2 .series_contents2 dd {
  float: left;
  width: 180px;
}

div#contents .bnr_main2 .series_contents2 dd.txt {
  font-family: 'Hiragino Kaku Gothic ProN', 'Droid Sans', Mayrio, sans-serif, monospace;
  width: 260px;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 0.7rem;
  line-height: 1.1rem;
  font-weight: normal;
}

div#contents p.closeBtnHat {
  background-color: #b4e1ff;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  color: #222;
  width: 95%;
  margin: 15px auto;
}

div#contents .bnr_main2 .series_contents2 ul.topics_list {
  margin: 25px 0 0 0;
}

div#contents .bnr_main2 .series_contents2 ul.topics_list li {
  margin: 0 0 20px 0;
}

ul.topics_list li .name {
  width: 200px;
}

ul.topics_list li .team {
  width: 200px;
}

ul.topics_list li .size1 {
  width: 200px;
}

ul.topics_list li .size2 {
  width: 200px;
}

div#contents .bnr_main_sub {
  padding: 0px;
  margin: 0 0 50px 0;
}

/*------------------- タブメニュー -----------------------*/
#tabmenu {
  width: 100%;
  max-width: 1000px;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

#tabmenu li {
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #353535;
  box-sizing: border-box;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.2rem;
}

#tabmenu li:last-child {
  border-right-width: 0px;
}

#tabmenu li {
  display: block;
  padding: 15px 0 14px;
  background: #777;
  color: #fff !important;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #222;
}

#tabmenu li a {
  color: #fff;
}

#tabmenu li.now {
  background: #555;
}

#tabmenu li.small {
  display: block;
  /* padding: 12px 0 10px; */
  color: #fff !important;
  text-align: center;
  /* text-decoration: none; */
}

#tabmenu li.now {
  background: #555;
}

#tabmenu li.out {
  display: none;
}

#tabmenu {
  display: none;
}

#tabmenu li {
  width: 100%;
}

#tabmenu li a:active {
  color: #E57E04;
}

#toggle {
  display: block;
  position: relative;
  width: 100%;
  background: #656565;
  margin: 1px 0;
}

#toggle a {
  display: block;
  height: 52px;
  position: relative;
  padding: 15px 0 15px;
  border-bottom: 1px solid #353535;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
}

#toggle:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}

#toggle a:before, #toggle a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #666;
}

#toggle a:before {
  margin-top: -6px;
}

#toggle a:after {
  margin-top: 2px;
}

/*------------------- タブメニュー2 -----------------------*/
#tabmenu2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

#tabmenu2 li {
  display: block;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #353535;
  box-sizing: border-box;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 1.2rem;
}

#tabmenu2 li:last-child {
  border-right-width: 0px;
}

#tabmenu2 li {
  display: block;
  padding: 15px 0 14px;
  background: #777;
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #222;
}

#tabmenu2 li a {
  color: #fff;
}

#tabmenu2 li.now {
  border-bottom-color: #353535;
}

#tabmenu2 li.small {
  display: block;
  /* padding: 12px 0 10px; */
  color: #fff !important;
  text-align: center;
  /* text-decoration: none; */
}

#tabmenu2 li.now {
  background: #555;
}

#tabmenu2 li.out {
  display: none;
}

#tabmenu2 {
  display: none;
}

#tabmenu2 li {
  width: 100%;
}

#toggle2 {
  display: block;
  position: relative;
  width: 100%;
  background: #656565;
}

#toggle2 a {
  display: block;
  height: 52px;
  position: relative;
  padding: 15px 0 15px;
  border-bottom: 1px solid #353535;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
}

#toggle2:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}

#toggle2 a:before, #toggle2 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  background: #666;
}

#toggle2 a:before {
  margin-top: -6px;
}

#toggle2 a:after {
  margin-top: 2px;
}

/*------------------- 商品表示一覧↓ ---------------------*/
.season_tab {
  height: 39px;
}

.season_tab a img {
  float: right;
}

div#contents .item_container {
  padding: 0 12px;
  background: #111;
  overflow: hidden;
}

div#contents .item_box .sub_bnr {
  padding: 12px;
  padding-top: 0;
}

div#contents .item_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 5px 0 0 0;
  overflow: hidden;
}

div#contents .title_box {
  float: right;
}

div#contents .corde_img {
  box-sizing: border-box;
  width: 432px;
  margin-bottom: 12px;
}

.item_model {
  width: 780px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Syncopate', sans-serif;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  color: #222;
  margin: 20px 0 5px 0;
  padding: 5px;
  box-sizing: border-box;
}

div#contents .item_box_top .item_model {
  margin: 10px;
  width: 760px;
}

div#contents .item_box ul {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}

div#contents .item_box li {
  float: left;
  text-align: center;
  font-size: 11px;
  width: 210px;
  box-sizing: border-box;
  line-height: 150%;
  margin: 0 12px 40px 0;
  padding: 0px;
  background: none;
  position: relative;
}

div#contents .item_box .item_slider li {
  float: left;
  text-align: center;
  font-size: 11px;
  width: 210px;
  box-sizing: border-box;
  margin: 0;
  padding: 0px;
  background: none;
  position: relative;
}

div#contents .item_box li:nth-child(2n) {
  margin: 0 0 40px 0;
}

div#contents .item_box .item_slider li:nth-child(2n) {
  margin: 0;
}

div#contents .item_box .junior {
  content: " ";
  position: absolute;
  width: 34px;
  height: 33px;
  right: 20px;
  top: 0;
  box-sizing: border-box;
  margin: 0;
  float: left;
}

div#contents .item_box li p.imageArea {
  height: 210px;
  width: 210px;
  vertical-align: middle;
  padding: 10px;
  margin: 0 auto;
}

div#contents .item_box li p.imageArea img {
  display: inherit;
  width: 210px;
  height: 210px;
}

div#contents .item_box li.rank p.imageArea {
  height: auto;
  width: 100%;
}

div#contents .item_box li.rank p.imageArea img {
  height: auto;
  width: 100%;
}

div#contents .item_box .items {
  margin-bottom: 50px;
}

div#contents .item_box p {
  margin: 0;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.6;
  color: #222;
}

div#contents .item_box p.title {
  margin: 0;
  text-align: left;
  word-break: keep-all;
  color: #222;
  font-weight: bold;
}

div#contents .item_box p.ground {
  font-weight: normal;
  font-size: 0.65rem;
  text-align: center;
  text-decoration: initial;
  overflow: hidden;
  color: #222;
  margin: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.0rem;
}

div#contents .item_box p.sizeicon {
  display: none;
}

div#contents .item_box p.shohinname {
  font-size: 0.7rem;
  text-align: center;
  text-decoration: initial;
  line-height: 140%;
  height: 2.0rem;
  color: #222;
  font-weight: bold;
  margin: 8px 0 0;
}

div#contents .item_box p.shohinname a {
  color: #f5423b;
}

div#contents .item_box p.markset_list {
  font-size: 0.7rem;
  text-align: center;
  text-decoration: initial;
  line-height: 140%;
  height: 2.0rem;
  color: #222;
  font-weight: bold;
  margin: 20px 0 0;
  opacity: 0.7;
}

div#contents .item_box p.price {
  font-weight: bold;
  color: #222;
  margin: 20px 0 10px;
  padding: 0px;
  text-align: center;
  line-height: 1.0em;
  font-size: 0.8rem;
  width: 100%;
}

div#contents .item_box li p.hyouka {
  display: none;
}

div#contents .item_box li p.sell {
  display: none;
}

div#contents .item_box li p.yoyaku {
  display: none;
}

div#contents .item_box li p.team {
  display: none;
}

div#contents .item_box li .itemname {
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

div#contents .itemlist_bnr {
  margin: 0;
}

div#contents .item_box .add li {
  height: 335px;
  position: relative;
}

div#contents .item_box .add li:after {
  content: "シューレース特典";
  color: #222;
  font-weight: bold;
  font-size: 0.75rem;
  width: 208px;
  background: #1E5798;
  padding: 3px;
  display: block;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  /* margin-bottom: 10px; */
  position: absolute;
  bottom: 0;
}

div#contents .item_box p.txt {
  font-weight: bold;
  color: #222;
  padding: 7px;
  font-size: 12px;
  text-align: center;
  /* background: $primary-color; */
  width: 150px;
  margin: 15px auto 0;
  line-height: 1.0;
  border: 1px solid #222;
  border-radius: 0.2rem;
}

div#contents .item_box p.add {
  font-weight: normal;
  color: #FFF;
  padding: 7px;
  line-height: 1.0;
  font-size: 12px;
  background: #d80c18;
  width: 150px;
  margin: 5px auto 0;
  border-radius: 0.2rem;
}

div#contents .item_box p.blank {
  padding: 7px;
  width: 150px;
  margin: 5px auto 0;
}

div#contents .item_box .comment {
  box-sizing: border-box;
  background: none;
  margin: 0;
  margin-bottom: 0;
  padding: 0 5px 20px;
  color: #222;
}

div#contents .item_box .comment p {
  text-align: center;
}

div#contents .add_comment:before {
  content: "";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment2:before {
  content: "";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment3::before {
  content: "送料無料";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment4::before {
  content: "GKリストベルト特典";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment5::before {
  content: "8月下旬頃発売";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: -2.5rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div#contents .add_comment6:after {
  content: "COMING SOON";
  color: #FFF;
  background: #222;
  font-weight: bold;
  font-size: 0.8rem;
  border: 1px solid #242424;
  padding: 5px;
  text-align: center;
}

/***/
.row-height {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/***/
/*------------------- 商品表示一覧↑ ---------------------*/
#contents #desc {
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  color: #222;
  background-color: #000;
  line-height: 1.5em;
  text-align: left;
}

#contents #desc .subtitle {
  font-size: 18px;
  color: #09fb4d;
  margin: 5px 0 10px 0;
}

#contents #desc p {
  margin: 0 0 15px 0;
}

#contents .itembox {
  padding: 20px 5px 5px 5px;
  margin: 10px 0 0 0;
  border: 1px solid #DDD;
}

#contents .itembox .itemphoto {
  margin-bottom: 20px;
}

#contents .itembox .text {
  font-size: 70%;
  line-height: 1.5em;
  font-weight: bold;
}

#contents .itembox .model {
  color: #000;
  border: 1px solid #777;
  margin: 0 5px 10px 5px;
  font-size: 80%;
}

#contents .itembox .sell {
  color: #FFF;
  text-align: left;
  margin: 0 auto 3px 10px;
  padding: 0 3px;
  /* border: 1px solid #D00; */
  background-color: #D00;
  float: left;
  display: inline-block;
  min-width: 3em;
}

#contents .itembox .yoyaku {
  color: #222;
  text-align: left;
  margin: 0 auto 3px 10px;
  padding: 0 3px;
  /* border: 1px solid #D00; */
  background-color: #222;
  float: left;
  display: inline-block;
  min-width: 3em;
}

#contents .itembox .title {
  color: #000;
}

#contents .itembox .price {
  color: #222;
  margin-bottom: 10px;
}

.sub_comment {
  background: #222;
  color: #eee;
  padding: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.6rem;
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}

.sub_comment p {
  line-height: 1.3rem;
  background: #222;
  padding: 10px;
}

.slick-dots li button:before {
  font-size: 12px;
}

/* Retina ------------------------------------ */
/****** Masonry start ******/
div#contents .item_box .gallery {
  margin: 0 auto;
  overflow: hidden;
  left: initial;
  float: none;
}

div#contents .item_box .gallery .gitem {
  max-width: 520px;
  padding: 5px;
  float: none;
  width: auto;
  margin: 0 0 15px;
}

div#contents .item_box .gallery .gitem img {
  max-width: 100%;
  height: auto;
}

/****** Masonry end ******/
/******************************/
:focus {
  outline: 0;
}

div.main_bnr .slick-slide {
  margin: 0px;
  width: 480px;
}

div.main_bnr .slick-slide p {
  position: absolute;
  color: #fff;
  bottom: 0;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.4rem;
  padding: 0 20px 20px;
  width: 480px;
}

div.main_bnr .slick-slide img {
  width: 480px;
}

div.main_bnr .slick-slider {
  padding: 0;
}

div.main_bnr .slick-prev, div.main_bnr .slick-next {
  z-index: 1000;
  width: 30px;
  height: 30px;
}

div.main_bnr .slick-prev:before, div.main_bnr .slick-next:before {
  font-size: 30px;
}

div.main_bnr ul.slick-dots {
  position: initial;
  height: 50px;
  line-height: 2.5rem;
  background: #333;
}

div.main_bnr .slick-dots li {
  background: none;
  width: 45px;
}

div.main_bnr ul.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #FF0000;
  font-size: 16px;
}

div.main_bnr ul.slick-dots li button:hover:before, div.main_bnr ul.slick-dots li button:focus:before {
  opacity: 1;
  color: #555;
  font-size: 16px;
}

div.main_bnr ul.slick-dots li button:before {
  font-size: 16px;
}

div#contents .mark {
  margin-bottom: 50px;
  clear: both;
}

div#contents .mark table {
  font-size: 0.85rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}

div#contents .mark table thead th {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: bold;
  padding-left: 30px;
  background: #555;
  color: #FFF;
}

div#contents .mark table thead th.thright {
  text-align: right;
  padding-right: 30px;
}

div#contents .mark table thead th.mark_none {
  background: #2E2E8C;
}

div#contents .mark table thead th.mark_ari {
  background: #B00;
}

div#contents .mark table tbody tr {
  background: #aaa;
}

div#contents .mark table tbody tr th {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  /* border-left: none; */
  font-weight: bold;
  width: 40%;
  text-align: right;
  color: #333;
  padding-right: 10px;
  font-size: 0.7rem;
}

div#contents .mark table tbody tr td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  width: 30%;
  /* padding-left: 10px; */
  color: #F70000;
  background: #ddd;
  text-align: center;
}

div#contents .mark p {
  color: #ddd;
  padding: 10px 5px;
  line-height: 1.5rem;
  font-size: 0.75rem;
}

div#contents .service {
  /* margin: 0 15px; */
  overflow: hidden;
  margin-top: 50px;
}

.serv {
  margin-top: 20px;
  font-size: 0.75rem;
  text-align: left;
  color: #FFF;
  line-height: 1.5rem;
  padding: 0 20px;
}

.serv dl {
  padding: 5px;
  margin-bottom: 10px;
  line-height: 2rem;
}

.serv dt {
  color: #EEE;
  display: block;
  font-weight: bold;
}

.serv dt.gold {
  color: #EEE;
}

.serv dd {
  color: #EEE;
  line-height: 1.2rem;
  padding: 8px 5px 0 7px;
}

.serv a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  line-height: 1.6rem;
}

/*------------------- マーキングbox ---------------------*/
div#contents .item_box_mark a:hover .num,
div#contents .item_box_mark a:hover .name {
  color: #222;
}

div#contents .item_box_mark a .num,
div#contents .item_box_mark a .name {
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

div#contents .item_box_mark {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 7px;
  margin-top: 50px;
}

div#contents .item_box_mark h4 {
  font-size: 2.0rem;
  font-family: 'Anton', sans-serif;
  color: #777;
  margin: 30px 0 0 5px;
}

div#contents .item_box_mark ul {
  margin: 5px auto 30px;
  padding: 0px;
}

div#contents .item_box_mark li {
  float: left;
  text-align: center;
  font-size: 11px;
  width: 145px;
  box-sizing: border-box;
  line-height: 150%;
  margin: 0 3px 15px 0;
  padding: 0px;
  padding-top: 10px;
  margin-bottom: 40px;
  /* background: #fff; */
  /* border: 1px solid #ddd; */
  color: #ddd;
}

div#contents .item_box_mark li:nth-child(3n) {
  margin: 0 0 15px 0;
}

div#contents .item_box_mark .imageArea {
  background-repeat: no-repeat;
  /* background-position: 10px; */
  background-size: cover;
  width: 140px;
  height: 140px;
  color: #fff;
  margin: 0;
  padding: 0;
}

div#contents .item_box_mark .imageArea2 {
  background-repeat: no-repeat;
  /* background-position: 10px; */
  background-size: cover;
  width: 140px;
  height: 140px;
  color: #fff;
}

div#contents .item_box_mark .imageArea .name,
div#contents .item_box_mark .imageArea2 .name {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  position: relative;
  top: 20px;
  color: #fff;
}

div#contents .item_box_mark .imageArea .num,
div#contents .item_box_mark .imageArea2 .num {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  top: 37px;
  position: relative;
  top: 30px;
  color: #fff;
}

div#contents .item_box_mark p.shohinname1 {
  font-weight: bold;
  font-size: 0.65rem;
  /* letter-spacing: -0.05em; */
  width: 140px;
  margin: 0 auto;
}

div#contents .item_box_mark p.shohinname2 {
  font-weight: bold;
  font-size: 0.85rem;
  width: 140px;
  margin: 0 auto;
  line-height: 1.0rem;
}

div#contents .item_box_mark p.price {
  font-weight: bold;
  font-size: 0.7rem;
  width: 140px;
  margin: 5px auto 0;
  line-height: 1.0rem;
}

div#contents .item_box_mark .btn {
  width: 120px;
  margin: 8px auto 5px;
  background: #D00;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  padding: 3px;
}

div#contents .item_box_mark .btn-default:hover,
div#contents .item_box_mark .btn-default:focus,
div#contents .item_box_mark .btn-default:active,
div#contents .item_box_mark .btn-default.active,
div#contents .item_box_mark .open .dropdown-toggle.btn-default {
  background: #F00;
}

.comment {
  padding: 10px 5px;
  position: relative;
}

.comment p {
  color: #EEE;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.comment span.second {
  position: absolute;
  right: 5px;
  top: 60px;
}

.comment span img {
  width: 40px;
  float: left;
  margin: 0 8px 0 0;
}

.contents_h2_sub {
  overflow: hidden;
  position: relative;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: left;
  padding: 4px 10px;
  margin: 10px auto;
  color: #222;
  width: 100%;
  /* background: #333333; */
  border: 1px solid #222;
}

.contents_h2_sub h2 {
  font-weight: bold;
}

div#contents .item_box h3 {
  margin: 10px 0 0;
  font-size: 0.8rem;
  font-weight: bold;
  /* background: #555; */
  padding: 5px 0;
}

div#contents .item_box h3 p {
  color: #222;
  font-size: 0.75rem;
  line-height: 1.4rem;
  font-weight: normal;
  padding: 10px 7px 5px;
}

div#contents .header_h2 {
  background: #222;
  overflow: hidden;
}

div#contents .header_h2 h2 {
  font-size: 35px;
  text-align: left;
  font-family: Anton, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: white;
  /* width: 1000px; */
  /* height: 40px; */
  padding: 0px 0px 0px 50px;
  margin: 20px auto;
  background-repeat: no-repeat;
}

div#contents .sozai_box {
  padding: 0;
  margin: 0 0 10px 0;
}

div#contents .sozai_box .comment {
  font-size: 0.95rem;
  font-weight: bold;
  padding: 11px 15px;
  margin: 0 0 10px 0;
  color: #fff;
  background: #333;
}

div#contents .sozai_box .sub_comment {
  font-size: 0.7rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
  color: #DDD;
  background: none;
}

div#contents .sozai_box ul {
  padding: 0;
  margin: 0 0 12px 0;
}

div#contents .sozai_box li {
  background: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

div#contents .sozai_box li.img span {
  float: left;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 70px;
}

div#contents .sozai_box li.txt {
  width: 100%;
  padding: 10px 0;
  color: #DDD;
  font-size: 0.85rem;
  line-height: 1.3rem;
}

div#contents .sozai_box li.txt .title span {
  float: right;
}

div#contents .sozai_box li.txt .com {
  padding: 0 0 15px 15px;
}

div#contents .sozai_box li.txt .title {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #F13E1F;
}

div#contents .player_list2 {
  padding: 0 12px 12px;
  /* padding-bottom: 0; */
  background: #252525;
  margin: 0;
}

div#contents .player_list2 ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#contents .player_list2 ul li {
  background: none;
  /* float: left; */
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}

div#contents .player_list2 ul li:nth-child(3n) {
  margin: 0 0 0 0;
}

div#contents .player_list2 table span.x {
  height: 35px;
  width: 35px;
  overflow: hidden;
  display: inline-block;
}

div#contents .player_list2 table span.ace {
  height: 35px;
  width: 35px;
  overflow: hidden;
  display: inline-block;
}

div#contents .player_list2 table {
  color: #CCC;
  font-size: 0.8rem;
  background: #222;
  margin: 0;
  padding: 0;
}

div#contents .player_list2 table th {
  border-color: #000;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

div#contents .player_list2 table th.face {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

div#contents .player_list2 table th.face img {
  width: 50px;
  height: 50px;
  padding: 0px;
  margin: 0px;
}

div#contents .player_list2 table thead {
  color: #FFFC00;
  font-size: 0.65rem;
}

div#contents .player_list2 table td {
  border-color: #000;
  text-align: center;
  vertical-align: middle;
}

div#contents .bnr_main2 dd.bnr {
  float: left;
  width: 480px;
  clear: both;
}

div#contents .list_btn {
  overflow: hidden;
  /* width: 1000px; */
  padding: 30px 0;
  background: #252525;
}

div#contents .list_btn ul {
  margin: 0;
}

div#contents .list_btn li {
  float: left;
  /* overflow: hidden; */
  background: none;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}

div#contents .list_btn li:nth-child(2n) {
  margin: 0 0 0 0;
}

div#contents ul.monitor_waku {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#contents ul.monitor_waku li {
  background: #333;
  width: 100%;
  margin: 0 0 12px 0;
  float: left;
  padding: 12px;
  box-sizing: border-box;
}

div#contents ul.monitor_waku li .img {
  width: 120px;
  float: left;
  margin: 0 12px 0 0;
}

div#contents ul.monitor_waku li table {
  width: 300px;
  box-sizing: border-box;
  color: #DDD;
  font-size: 0.7rem;
}

div#contents ul.monitor_waku li table th {
  font-weight: bold;
  font-size: 0.75rem;
  text-align: right;
  color: #91c4de;
}

div#contents ul.monitor_waku li table th.user_name {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: left;
  color: #FFF;
}

div#contents ul.monitor_waku li table.table2 {
  width: 100%;
}

.table-noborder td, .table-noborder th {
  border-top: 0px !important;
  border-bottom: 0px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

div#contents .monitor_comment {
  padding: 8px;
  margin-bottom: 5px;
  color: #DDD;
}

div#contents .monitor_comment .title {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #91c4de;
}

div#contents .monitor_comment .comment {
  padding: 5px;
  font-size: 0.85rem;
  margin-bottom: 15px;
  line-height: 1.2rem;
}

.model_img img {
  width: 433px;
  margin: 8px auto 12px;
}

div#contents .item_slider .slick-next {
  width: 30px;
  height: 30px;
  right: 0;
  z-index: 10;
  background: #000;
  opacity: 0.5;
}

div#contents .item_slider .slick-prev {
  width: 30px;
  height: 30px;
  left: 0;
  z-index: 10;
  background: #000;
  opacity: 0.5;
}

div#contents .item_slider .slick-slide .category {
  height: 20px;
  border-bottom: 1px dashed #ff3221;
  margin: 0 -20px 0 0;
}

div#contents .item_slider .slick-slide .category p {
  color: #ff3221;
  font-size: 0.7rem;
  font-weight: bold;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

div#contents .item_slider .slick-slide .category.pad_l {
  margin-left: -20px;
}

div#contents .item_slider p {
  text-align: left;
  position: static;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #222;
  word-break: normal;
  box-sizing: border-box;
}

div#contents .item_slider p.title {
  font-weight: bold;
  color: #222;
}

div#contents .slick-dots {
  bottom: 10px;
}

div#contents .slick-dots li {
  width: 10px !important;
  margin: 0 5px !important;
  float: none !important;
}

div#contents h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0 13px;
  margin: 20px auto;
  width: 100%;
  background: #222;
  color: #FFF;
}

div#contents h2.jp {
  font-family: initial;
  font-size: 1.3rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0 10px;
  margin: 20px auto;
  width: 100%;
  border-radius: .03em;
  background: #222;
  color: #FFF;
}

div#contents h3 {
  color: #222;
  padding: 0.3rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  width: 100%;
  margin: 20px auto 30px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-right: none;
}

div#contents hr {
  border: 3px solid #e2ff00;
  width: 85%;
  margin: 0 auto 2.5em;
}

div#contents .btn {
  color: #f74322;
  border: 2px solid #f74322;
  width: 90%;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 50px auto;
  border-radius: initial;
}

div#contents .btn.more {
  font-size: 0.75rem;
  width: 70%;
  padding: 20px 5px;
  margin: 150px auto 0;
}

div#contents .silo_box ul {
  overflow: hidden;
  padding: 0 3px;
}

div#contents .silo_box li {
  background: none;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 3px;
}

/**********/
div#contents ul.accordion {
  width: 100%;
  margin: 0 auto 200px;
  overflow: hidden;
}

div#contents ul.accordion a {
  display: block;
  padding: 10px;
  background-position: 97% center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

div#contents ul.accordion ul {
  display: none;
  margin: 0 0 100px 0;
}

div#contents ul.accordion>li {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 1.0rem;
}

div#contents ul.accordion>li>p {
  cursor: pointer;
  display: block;
}

div#contents ul.accordion>li>p span {
  background-repeat: no-repeat;
  background-position: 40px 25px;
}

div#contents ul.accordion>li>p span.open {
  background-repeat: no-repeat;
  background-position: 40px 25px;
}

div#contents ul.accordion>li>ul>li {
  margin: 0;
  padding: 0px;
  background: none;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

/******************************************/
/******************************************/
.review {
  overflow: hidden;
  padding: 0 15px;
}

.review .txt {
  padding: 15px 15px 10px 15px;
  float: left;
  text-align: left;
  color: #DDD;
  font-size: 0.85rem;
  line-height: 1.3rem;
}

.review .txt .title {
  font-weight: bold;
  font-size: 120%;
  color: #e2ff00;
  margin: 0 0 10px 0;
}

.review .profile_title {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 120%;
}

.review .profile {
  padding: 15px;
  margin: 0 0 15px 0;
  color: #DDD;
  font-size: 0.75rem;
  text-align: center;
}

.review .txt .review_com {
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.review .box {
  background: rgba(226, 255, 0, 0.15);
  overflow: hidden;
  padding: 0;
  margin: 0 0 50px 0;
}

.review .box.red {
  background: rgba(255, 0, 0, 0.15);
}

.review .box.red .txt .title {
  color: #ff0012;
}

.btn-box2 {
  position: relative;
  width: 70%;
}

.more_btn {
  display: block;
  padding: 20px 5px;
  text-align: center;
  width: 95%;
  margin: 12px auto 20px;
  border: 2px solid #222;
  overflow: hidden;
}

.more_btn p {
  font-size: 1.0rem;
  color: #222;
  font-weight: bold;
  line-height: 1.0rem;
}

.more_btn2 {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  width: 100%;
  cursor: pointer;
  color: #222;
}

.more_btn2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #222;
  transition: all 0.3s;
}

/*---▽slider---*/
.slick-slide {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 10px;
}

.slick-slide p {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding-top: 10px !important;
}

.slick-prev {
  left: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  background: #00000085;
  z-index: 100;
  border-radius: 50%;
}

.slick-next {
  right: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  background: #00000085;
  z-index: 100;
  border-radius: 50%;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  background: #00000085;
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font-family: "lcicon";
  content: "\EA01";
  font-size: 14px;
  color: #fff;
  line-height: 1;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

.slick-prev:before {
  transform: rotate(-90deg);
}

.slick-next:before {
  transform: rotate(90deg);
}

div#contents .slick-slide img {
  display: block;
  padding: 0px;
  margin: 0 auto;
  opacity: 1;
}

div#contents .slick-slide.slick-center a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -ms-filter: "alpha(opacity=50)";
  -khtml-opacity: .5;
}

div#contents .img_slider ul {
  bottom: 20px;
}

/*****2024-0228追加******/
.catalog-content {
  margin-top: 0px;
}