@charset "UTF-8";
/*Theme Name: Theme*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

.fade {
  position: relative;
}
.fade .nomal {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade .hover {
  display: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* =============================================================================
   クッキーボタン
   ========================================================================== */
#cookie_btn {
  margin: 10px 0 0 auto;
  width: 15%;
  text-align: right;
  display: inline-block;
}
#cookie_btn input[type="submit"] {
  width: 100%;
  padding: 0;
  border: none;
  cursor: pointer;
}
#cookie_btn #block_btn {
  display: inline-block;
  width: 40%;
}
#cookie_btn #block_btn input[type="submit"] {
  background: url("../images/00common/block.svg") no-repeat;
  background-size: contain;
}
#cookie_btn #block_btn .cookie_on {
  background: url("../images/00common/block_on.svg") no-repeat !important;
  background-size: contain;
}
#cookie_btn #list_btn {
  display: inline-block;
  width: 40%;
}
#cookie_btn #list_btn input[type="submit"] {
  background: url("../images/00common/list.svg") no-repeat;
  background-size: contain;
}
#cookie_btn #list_btn .cookie_on {
  background: url("../images/00common/list_on.svg") no-repeat !important;
  background-size: contain;
}

/* =============================================================================
   newsticker
   ========================================================================== */
.ticker {
  margin: 1% 0 1% 3%;
  padding: 12px 0;
  float: left;
  width: 80%;
  text-align: left;
  position: relative;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.2em;
  max-height: 1.2em;
}
.ticker ul {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li a {
  color: #333;
  text-decoration: underline;
}

#twitter-widget-0 {
  display: none !important;
}

/* =============================================================================
   共通
   ========================================================================== */
body {
  margin: auto;
  width: 100%;
  height: auto;
}

#container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: contain;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#cover #sp_menu_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 100%;
  height: 100%;
}

#sp_menu_nav {
  position: absolute;
  top: 0;
  left: -160px;
  width: 160px;
  height: auto;
  background-color: #fff;
  z-index: 9999;
  overflow: hidden;
}
#sp_menu_nav.active {
  overflow: visible;
}
#sp_menu_nav h1 {
  position: relative;
  width: 160px;
  height: 50px;
  background: url("../images/sp/00common/sp-logo.png") no-repeat;
  background-size: 160px 50px;
}
#sp_menu_nav h1 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
#sp_menu_nav #namm_logo {
  position: relative;
  width: 160px;
  height: 40px;
  border-bottom: 1px #f0f0f0 solid;
  box-sizing: border-box;
}
#sp_menu_nav #namm_logo a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#sp_menu_nav #namm_logo img {
  width: 100%;
  height: auto;
}
#sp_menu_nav #search_text_sp {
  margin: 1em 0;
  padding: 0 10px;
  width: 100%;
  height: 1em;
  box-sizing: border-box;
}
#sp_menu_nav #search_text_sp input {
  width: 90%;
  line-height: 1.5em;
  height: 1em;
  font-size: .8em;
}
#sp_menu_nav .sp_menu_category_li {
  width: 160px;
  height: auto;
}
#sp_menu_nav .sp_menu_category_li .parent_category {
  position: relative;
  padding-left: 26px;
  width: 160px;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  border-bottom: 1px #d9d9d9 solid;
  box-sizing: border-box;
}
#sp_menu_nav .sp_menu_category_li .parent_category a {
  text-decoration: none;
  color: #000;
}
#sp_menu_nav .sp_menu_category_li .parent_category .menu_plus_btn {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 12px;
  height: 12px;
}
#sp_menu_nav .sp_menu_category_li .parent_category svg {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 18px;
}
#sp_menu_nav .sp_menu_category_li #parent_category1 svg {
  fill: #ff5141;
}
#sp_menu_nav .sp_menu_category_li #parent_category2 svg {
  fill: #ff006c;
}
#sp_menu_nav .sp_menu_category_li #parent_category3 svg {
  fill: #ea00ff;
}
#sp_menu_nav .sp_menu_category_li #parent_category4 svg {
  fill: #aa33ff;
}
#sp_menu_nav .sp_menu_category_li #parent_category5 svg {
  fill: #006aff;
}
#sp_menu_nav .sp_menu_category_li #parent_category6 svg {
  fill: #00e5d2;
}
#sp_menu_nav .sp_menu_category_li #parent_category7 svg {
  fill: #00e539;
}
#sp_menu_nav .sp_menu_category_li #parent_category8 svg {
  fill: #ace600;
}
#sp_menu_nav .sp_menu_category_li #parent_category9 svg {
  fill: #ffbf00;
}
#sp_menu_nav .sp_menu_category_li .child_category {
  width: 160px;
  height: auto;
  display: none;
}
#sp_menu_nav .sp_menu_category_li .child_category li {
  padding-left: 26px;
  width: 160px;
  height: 30px;
  font-size: 11px;
  line-height: 30px;
  border-bottom: 1px #d9d9d9 solid;
  box-sizing: border-box;
}
#sp_menu_nav .sp_menu_category_li .child_category li a {
  text-decoration: none;
  color: #000;
}
#sp_menu_nav #side_sns_area {
  position: relative;
  width: 100%;
}
#sp_menu_nav #side_sns_area #side_sns_list {
  margin: 20px 0 auto 10px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#sp_menu_nav #side_sns_area #side_sns_list li {
  float: left;
  margin: 0 20px;
  width: 20px;
  height: 20px;
}
#sp_menu_nav #side_sns_area #side_sns_list li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#banner_area #lbanner_list {
  padding: 0 10px;
  box-sizing: border-box;
}
#banner_area #lbanner_list li {
  position: relative;
  margin-bottom: 10px;
}
#banner_area #lbanner_list li a {
  display: block;
  font-size: 0;
  line-height: 0;
}
#banner_area #lbanner_list li a img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
#banner_area #lbanner_list li a .banner_large {
  display: none;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
#banner_area #lbanner_list li a .banner_thumbnail {
  width: 100%;
  height: auto;
}

.description_a {
  text-decoration: none;
}

.category_description {
  position: relative;
  margin: 10px 0;
  padding: 0 3%;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
}
.category_description .category_descriptionTitle {
  position: relative;
  padding-left: 20px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
}
.category_description .category_descriptionTitle:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 30px;
  height: 18px;
}
.category_description .category_title-antenna:before {
  background: url("../images/00common/antenna.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-now_on_sale:before {
  background: url("../images/00common/sale.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-product_info:before {
  background: url("../images/00common/product.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-used:before {
  background: url("../images/00common/used.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-report:before {
  background: url("../images/00common/report.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-how_to:before {
  background: url("../images/00common/howto.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-creator:before {
  background: url("../images/00common/creator.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-event:before {
  background: url("../images/00common/event.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description .category_title-contact_us:before {
  background: url("../images/00common/contact.svg") no-repeat;
  background-position: left center;
  background-size: contain;
}
.category_description p {
  width: 100%;
  padding: 5px 0;
  min-height: 20px;
  box-sizing: border-box;
  line-height: 1.2;
  color: #333;
  font-size: 12px;
  border-top: 1px #333 solid;
  box-sizing: border-box;
  overflow: hidden;
}

.top_header_stickContent {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  left: 0;
  top: -62px;
  width: 100%;
  height: 31px;
  box-sizing: border-box;
  z-index: 3;
}
.top_header_stickContent .top_header_innner {
  padding: 0 5.4%;
  background-color: #333;
  box-sizing: border-box;
}

.header_visited {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_header {
  position: relative;
  width: 100%;
  padding: 0 5.4%;
  min-height: 31px;
  box-sizing: border-box;
  z-index: 2;
  background-color: #333;
}

.top_header_innner {
  width: 100%;
  min-height: 31px;
}
.top_header_innner .top_headerParent {
  position: relative;
  min-height: 31px;
  overflow: hidden;
}
.top_header_innner .top_headerParent > li {
  float: left;
  margin-right: 1%;
  width: 32%;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_header_innner .top_headerParent > li > a {
  color: #FFF;
  text-decoration: none;
}
.top_header_innner .top_headerParent > li > span {
  color: #FFF;
  padding-bottom: 2px;
  border-bottom: 2px #F3E400 solid;
}
.top_header_innner .top_headerParent .top_headerChild {
  display: none;
  position: absolute;
  padding: 9px 0 0px 0;
  top: 22px;
  width: 29%;
  height: auto;
  background-color: rgba(51, 51, 51, 0.8);
  box-sizing: border-box;
}
.top_header_innner .top_headerParent .top_headerChild li {
  position: relative;
  width: 251px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.top_header_innner .top_headerParent .top_headerChild li a {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  color: #FFF;
  box-sizing: border-box;
}

#main_content_inner {
  width: 100%;
}
#main_content_inner #top_image_area {
  position: relative;
  margin: 0;
  padding-top: 44.0%;
  height: auto;
  background-color: #d9d9d9;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}
#main_content_inner #top_image_area #top_image_area_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1500px;
  height: 100%;
}
#main_content_inner #top_image_area #top_image_area_inner li {
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
}
#main_content_inner #top_image_area #top_image_area_inner li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#main_content_inner #top_image_area #top_image_area_inner li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main_content_inner #top_image_area #top_image_area_inner li .slide_data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  padding: 1% 2% 2% 8%;
  border-radius: 0 6px 0 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
#main_content_inner #top_image_area #top_image_area_inner li .slide_data .slide_data_title {
  margin: 3% auto 0 auto;
  width: 95%;
  color: #FFF;
  font-size: .8rem;
  word-wrap: break-word;
}
#main_content_inner #top_image_area #top_image_area_inner li .slide_data .slide_data_excerpt {
  margin: 3% auto 0 auto;
  width: 95%;
  color: #FFF;
  font-size: .6rem;
  line-height: .7rem;
  word-wrap: break-word;
}
#main_content_inner #top_image_area #top_image_area_inner li .side_ad:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -5px;
  width: 35px;
  height: 20px;
  background: url("../images/00common/ad-flag-top.png") no-repeat;
}
#main_content_inner #top_image_area .slide_btn {
  position: absolute;
  margin-top: -16px;
  top: 50%;
  width: 32px;
  height: 32px;
  z-index: 2;
  cursor: pointer;
}
#main_content_inner #top_image_area .slide_btn img {
  width: 32px;
  height: 32px;
}
#main_content_inner #top_image_area #prev_btn {
  left: 0;
}
#main_content_inner #top_image_area #next_btn {
  right: 0;
}
#main_content_inner #top_image_area #slide_thumbnail {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  width: auto;
  height: auto;
  text-align: center;
}
#main_content_inner #top_image_area #slide_thumbnail li {
  position: relative;
  display: inline-block;
  margin: 0 1%;
  padding-top: 9%;
  width: 18%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
#main_content_inner #top_image_area #slide_thumbnail li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#main_content_inner #banner_a {
  margin: 10px auto;
  width: 94%;
  height: auto;
  position: relative;
}
#main_content_inner #banner_a img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
#main_content_inner #banner_a:after {
  position: absolute;
  content: "";
  top: 2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: url("../images/00common/ad-flag.png") no-repeat;
  background-size: contain;
}
#main_content_inner #index_posts {
  margin: 0 auto 40px auto;
  width: 94%;
  height: auto;
}
#main_content_inner #index_posts .index_post {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .index_post a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #000;
}
#main_content_inner #index_posts .index_post .outer_link .post_image {
  position: relative;
}
#main_content_inner #index_posts .index_post .outer_link .post_image:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 9px;
  height: 9px;
  background: url("../images/00common/icn-linkBlank.png") no-repeat;
  background-size: contain;
}
#main_content_inner #index_posts .index_post .post_data {
  float: right;
  width: 56%;
  height: auto;
}
#main_content_inner #index_posts .index_post .post_date {
  float: right;
  width: 56%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .index_post .post_date .post_day {
  float: left;
  width: 32%;
  margin-right: 3%;
  font-size: 2.8em;
  font-weight: bold;
  color: #003a63;
  text-align: center;
}
#main_content_inner #index_posts .index_post .post_date .post_month {
  float: left;
  margin: 0 auto .1em;
  text-align: left;
  width: 56%;
  font-size: 16px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner #index_posts .index_post .post_date .post_label {
  float: left;
  margin: 2px 0 0 3px;
  width: 56%;
  padding: 3px 5px;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#main_content_inner #index_posts .index_post .post_date .antenna_label {
  background-color: #ff5141;
}
#main_content_inner #index_posts .index_post .post_date .now_on_sale_label {
  background-color: #ff006c;
}
#main_content_inner #index_posts .index_post .post_date .product_info_label {
  background-color: #ea00ff;
}
#main_content_inner #index_posts .index_post .post_date .used_label {
  background-color: #aa33ff;
}
#main_content_inner #index_posts .index_post .post_date .report_label {
  background-color: #006aff;
}
#main_content_inner #index_posts .index_post .post_date .how_to_label {
  background-color: #00e5d2;
}
#main_content_inner #index_posts .index_post .post_date .creator_label {
  background-color: #00e539;
}
#main_content_inner #index_posts .index_post .post_date .event_label {
  background-color: #ace600;
}
#main_content_inner #index_posts .index_post .post_date .contact_us_label {
  background-color: #ffbf00;
}
#main_content_inner #index_posts .index_post .post_title_area, #main_content_inner #index_posts .index_post .sticky {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 13px;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .index_post .post_title_area .post_data_title, #main_content_inner #index_posts .index_post .sticky .post_data_title {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .index_post .post_title_area .post_data_except, #main_content_inner #index_posts .index_post .sticky .post_data_except {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 11px;
  line-height: 12px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .post_data_ad {
  float: right;
  width: 56%;
  height: auto;
}
#main_content_inner #index_posts .post_data_ad .post_data_ad_title {
  margin: 0px 0 0 0;
  padding-left: 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .post_data_ad .post_data_ad_except {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 11px;
  line-height: 12px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .post_data_ad a {
  color: #000;
}
#main_content_inner #index_posts .post_image {
  position: relative;
  float: left;
  display: block;
  width: 42%;
  height: auto;
  background-color: #d9d9d9;
  margin-top: -40px;
}
#main_content_inner #index_posts .post_image img {
  display: block;
  margin: 1% auto;
  width: 98%;
  height: auto;
}
#main_content_inner #index_posts .post_image_ad {
  position: relative;
  float: left;
  display: block;
  width: 42%;
  height: auto;
  background-color: #d9d9d9;
}
#main_content_inner #index_posts .post_image_ad img {
  display: block;
  margin: 1% auto;
  width: 98%;
  height: auto;
}
#main_content_inner #index_posts .post_image_ad:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -2px;
  width: 28px;
  height: 18px;
  background: url("../images/sp/00common/ad-flag-post.png") no-repeat;
  background-size: contain;
}
#main_content_inner #index_posts .list_group_day {
  margin: 20px 0 0 0;
}
#main_content_inner #index_posts .list_group_day .list_day {
  color: #003a63;
  font-size: 42px;
  font-weight: bold;
}
#main_content_inner #index_posts .list_group_day .list_year {
  color: #003a63;
  font-size: 14px;
  font-weight: bold;
}
#main_content_inner #index_posts .list_group_post {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .list_group_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #000;
}
#main_content_inner #index_posts .list_group_post .list_group_image {
  position: relative;
  float: left;
  display: block;
  width: 42%;
  height: auto;
  background-color: #d9d9d9;
}
#main_content_inner #index_posts .list_group_post .list_group_image img {
  display: block;
  margin: 1% auto;
  width: 98%;
  height: auto;
}
#main_content_inner #index_posts .list_group_post .list_group_data {
  float: right;
  width: 56%;
  height: auto;
}
#main_content_inner #index_posts .list_group_post .list_group_data .list_post_label {
  margin: 2px 0 0 3px;
  width: 56%;
  padding: 3px 5px;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#main_content_inner #index_posts .list_group_post .list_group_data .antenna_label {
  background-color: #ff5141;
}
#main_content_inner #index_posts .list_group_post .list_group_data .now_on_sale_label {
  background-color: #ff006c;
}
#main_content_inner #index_posts .list_group_post .list_group_data .product_info_label {
  background-color: #ea00ff;
}
#main_content_inner #index_posts .list_group_post .list_group_data .used_label {
  background-color: #aa33ff;
}
#main_content_inner #index_posts .list_group_post .list_group_data .report_label {
  background-color: #006aff;
}
#main_content_inner #index_posts .list_group_post .list_group_data .how_to_label {
  background-color: #00e5d2;
}
#main_content_inner #index_posts .list_group_post .list_group_data .creator_label {
  background-color: #00e539;
}
#main_content_inner #index_posts .list_group_post .list_group_data .event_label {
  background-color: #ace600;
}
#main_content_inner #index_posts .list_group_post .list_group_data .contact_us_label {
  background-color: #ffbf00;
}
#main_content_inner #index_posts .list_group_post .list_group_data .list_group_title {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .list_group_post .list_group_data .list_group_excerpt {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 11px;
  line-height: 12px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .list_group_post .post_date {
  float: right;
  width: 56%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .list_group_post .post_date .post_day {
  float: left;
  width: 32%;
  font-size: 42px;
  font-weight: bold;
  color: #003a63;
  text-align: center;
}
#main_content_inner #index_posts .list_group_post .post_date .post_month {
  float: left;
  margin: 0 0 0 3px;
  width: 56%;
  font-size: 16px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner #index_posts .list_group_post .post_date .post_label {
  float: left;
  margin: 2px 0 0 3px;
  width: 56%;
  padding: 3px 5px;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#main_content_inner #index_posts .list_group_post .post_date .antenna_label {
  background-color: #ff5141;
}
#main_content_inner #index_posts .list_group_post .post_date .now_on_sale_label {
  background-color: #ff006c;
}
#main_content_inner #index_posts .list_group_post .post_date .product_info_label {
  background-color: #ea00ff;
}
#main_content_inner #index_posts .list_group_post .post_date .used_label {
  background-color: #aa33ff;
}
#main_content_inner #index_posts .list_group_post .post_date .report_label {
  background-color: #006aff;
}
#main_content_inner #index_posts .list_group_post .post_date .how_to_label {
  background-color: #00e5d2;
}
#main_content_inner #index_posts .list_group_post .post_date .creator_label {
  background-color: #00e539;
}
#main_content_inner #index_posts .list_group_post .post_date .event_label {
  background-color: #ace600;
}
#main_content_inner #index_posts .list_group_post .post_date .contact_us_label {
  background-color: #ffbf00;
}
#main_content_inner #index_posts .list_group_post .post_title_area {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 13px;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .list_group_post .post_title_area .post_data_title {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .list_group_post .post_title_area .post_data_except {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 11px;
  line-height: 12px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .index_post_list_ad {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .index_post_list_ad a {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #000;
}
#main_content_inner #index_posts .index_post_list_ad .post_data {
  float: right;
  width: 56%;
  height: auto;
}
#main_content_inner #index_posts .index_post_list_ad .post_date {
  float: right;
  width: 56%;
  height: auto;
  overflow: hidden;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .post_day {
  float: left;
  width: 32%;
  font-size: 42px;
  font-weight: bold;
  color: #003a63;
  text-align: center;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .post_month {
  float: left;
  margin: 0 0 0 3px;
  width: 56%;
  font-size: 16px;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .post_label {
  float: left;
  margin: 2px 0 0 3px;
  width: 56%;
  padding: 3px 5px;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .antenna_label {
  background-color: #ff5141;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .now_on_sale_label {
  background-color: #ff006c;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .product_info_label {
  background-color: #ea00ff;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .used_label {
  background-color: #aa33ff;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .report_label {
  background-color: #006aff;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .how_to_label {
  background-color: #00e5d2;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .creator_label {
  background-color: #00e539;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .event_label {
  background-color: #ace600;
}
#main_content_inner #index_posts .index_post_list_ad .post_date .contact_us_label {
  background-color: #ffbf00;
}
#main_content_inner #index_posts .index_post_list_ad .post_title_area {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 13px;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .index_post_list_ad .post_title_area .post_data_title {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  word-break: break-all;
}
#main_content_inner #index_posts .index_post_list_ad .post_title_area .post_data_except {
  margin: 5px 0 0 0;
  padding-left: 2%;
  font-size: 11px;
  line-height: 12px;
  box-sizing: border-box;
  word-break: break-all;
}

#main_header {
  width: 100%;
  height: 50px;
  background-color: #000;
}
#main_header #sp_menu_btn {
  float: left;
  margin: 15px 0 0 15px;
  width: 40px;
  height: 35px;
}
#main_header #header_logo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 85px;
  height: 31px;
}
#main_header #sitemap_nav {
  text-align: right;
  padding: 2.5em 1em;
  font-size: .5em;
}
#main_header #sitemap_nav a {
  color: #fff;
  text-decoration: underline;
}

#loading {
  margin: 20px 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

#to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 30px;
  display: none;
  z-index: 9999;
  text-align: right;
}
#to_top img {
  width: 30px;
  height: auto;
}

#copy {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #999;
  background-color: #d9d9d9;
  text-align: center;
}

/* =============================================================================
   詳細ページ
   ========================================================================== */
#main_content_inner_single {
  width: 100%;
}
#main_content_inner_single .single_banner_style {
  margin: 20px auto;
  width: 100%;
  height: auto;
}
#main_content_inner_single .single_banner_style img {
  display: block;
  margin: auto;
  width: 94%;
  height: auto;
}
#main_content_inner_single #single_page {
  margin: auto;
  width: 94%;
}
#main_content_inner_single #single_page #single_date #single_date_d {
  display: inline;
  font-size: 2em;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_date #single_date_m {
  display: inline;
  font-size: .8em;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_date #single_label {
  display: inline;
  margin-left: 5px;
  padding: 0 5px;
  font-size: .5em;
  color: #FFF;
  background-color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content {
  /************************************
  ** video
  ************************************/
  /*動画の最大幅を指定する*/
  /*動画の大きさを調整*/
  /*動画を囲んでいるdiv目一杯に広げる*/
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h1 {
  margin: 10px 0;
  padding: 0 0 0 8px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #003a63;
  line-height: 30px;
  border-left: 4px #003a63 solid;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h2 {
  margin: 10px 0;
  padding: 0 0 0 8px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #003a63;
  line-height: 30px;
  border-left: 4px #003a63 solid;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content h3 {
  margin: 10px 0;
  padding: 0 0 0 8px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #003a63;
  line-height: 36px;
  border-left: 4px #003a63 solid;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content p {
  margin: 10px 0;
  font-size: 11px;
  line-height: 18px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-full {
  width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-medium {
  width: 50%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .size-thumbnail {
  width: 20%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content strong {
  font-weight: bold;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content em {
  font-style: italic;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 11px;
  line-height: 18px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content ol {
  padding-left: 20px;
  list-style-type: decimal;
  font-size: 11px;
  line-height: 18px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 99%;
  font-size: .8em;
  color: #666;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content td, #main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th {
  padding: 10px;
  border-right: 1px solid #ccc;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th {
  text-align: left;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
  background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
  background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
  background-image: -o-linear-gradient(top, #f5f5f5, #eee);
  background-image: linear-gradient(to bottom, #f5f5f5, #eeeeee);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  border-right: none;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr > td:last-child {
  box-shadow: rgba(0, 0, 0, 0.05) -1px 0px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) -1px 0px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) -1px 0px 1px 0px inset;
  border-right: none;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:nth-child(even) {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content tbody tr:last-child > td {
  box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 1px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px -1px 1px 0px inset;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video-container {
  max-width: 640px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video iframe,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video object,
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_content .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area p {
  padding: 0 0 0 8px;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  line-height: 3em;
  border-left: 4px #000 solid;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts {
  margin: 0 auto 40px auto;
  width: 100%;
  height: auto;
  font-size: .8em;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post {
  position: relative;
  margin: 0 0 1em;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_image {
  float: left;
  display: block;
  width: 41%;
  height: auto;
  background-color: #d9d9d9;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_image img {
  display: block;
  margin: 1% auto;
  width: 98%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_title {
  margin: .5em 0;
  padding-left: 2%;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_except {
  font-size: .8em;
  line-height: 1.2em;
  box-sizing: border-box;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_data {
  float: right;
  width: 56%;
  height: auto;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_data .pickup_post_date {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_date_d {
  float: left;
  width: 32%;
  font-size: 2.4em;
  text-align: center;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_date_m {
  float: left;
  margin: 0 0 0 3px;
  width: 56%;
  font-size: .8em;
  text-align: center;
  font-weight: bold;
  color: #003a63;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #pickup_area #pickup_posts .pickup_post .pickup_post_data .pickup_post_date .pickup_post_label {
  float: left;
  margin: 2px 0 0 3px;
  width: 56%;
  padding: 3px 5px;
  background-color: #003a63;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_bottom_sns {
  margin: 30px 0 10px 0;
  width: 100%;
  height: 20px;
}
#main_content_inner_single #single_page #single_content_outer #single_content_inner #single_bottom_sns ul {
  margin: auto;
  width: 100px;
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=index-sp.css.map */

.c_wrapper {
  overflow: hidden;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-decoration: none;
  vertical-align: baseline;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  float: left;
  margin: 0 0 1% 0;
  width: 49%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.c_wrapper:nth-child(2n+1) {
  margin: 0 1% 1% 0;
}
.c_box {
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
  border: solid 1px #c9caca;
  width: 100%;
  overflow: auto;
}
.c_image {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  box-sizing: border-box;
  float: left;
  width: 200px;
  height: 200px;
}
.c_contents {
  overflow: auto;
  padding: 15px 10px 0 0;
}
.c_slogan {
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin: 10px 0 10px 10px;
  padding: 0;
}
.c_maker {
  background-color: #333;
  color: #fff;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 8px;
  margin: 0 10px 0 10px;
}
.c_product {
  font-size: 16px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 5px 0 5px 0;
  margin: 0 0 0 10px;
  min-height: 40px;
}
.c_pricein {
  float: left;
  color: red;
  font-family: Arial Black, sans-serif;
  font-size: 32px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 0 8px 0;
  margin: 0 10px 0 10px;
  line-height: 0.8;
}
.c_priceex {
  color: #999;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.c_point {
  color: #f60;
  font-family: Arial Black, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 700;
  padding: 0 0 0 0;
}
.c_wrap {
  float: left;
  margin: 0 10px 15px 10px;
}
.c_link {
  clear: both;
  overflow: hidden;
}
a, a:link, a:visited, a:hover a:active {
  text-decoration: none;
  color: inherit;
}
.c_shibuya {
  background-color: #06f;
  border: solid 2px #06f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin: 0 10px 10px 10px;
  width: 131px;
  height: 33px;
  cursor: pointer;
}
.c_shibuya:hover {
  background-color: #fff;
  color: #06f;
}
.c_umeda {
  background-color: #f06;
  border: solid 2px #f06;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin-bottom: 10px;
  width: 131px;
  height: 33px;
  cursor: pointer;
}
.c_umeda:hover {
  background-color: #fff;
  color: #f06;
}
.c_shop {
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 1px;
  padding-left: 13px;
}
.c_tel {
  color: inherit;
  font-family: Arial Black, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: -3px;
  padding-left: 13px;
}
.c_estore {
  background-color: #f60;
  color: #fff;
  border: solid 2px #f60;
  box-sizing: border-box;
  font-family: Arial Black, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  float: left;
  margin: 0 10px 10px 10px;
  width: 272px;
  height: 33px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.c_estore:hover {
  background-color: #fff;
  color: #f60;
}


.gb {
  width: 100%;
  background-color: rgba(255,255,255,1);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.gb_wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.82);
  padding: 0 0 64px 0;
}
.gb img.gb_main {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gb_info {
  background-color: rgba(255,255,255,1);
  padding: 0 0 64px 0;
}
.gb_title {
  padding: 60px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
p.gb_body {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-bottom: 32px;
}
.gb_list {
  width: 100%;
  overflow: hidden;
  padding-top: 24px;
}
.gb_product {
  position: relative;
  float: left;
  background-color: rgba(255,255,255,0.95);
  box-sizing: border-box;
  border: solid 1px #eee;
  width: 22.5%;
  height: 380px;
  margin: 2% 0 0 2%;
}
.gb_product .gb_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
}
.gb_finish {
  position: absolute;
  width: 100%;
  height: 160px;
  background-color: rgba(0,0,0,0.5);
  display: none;
}
.gb_goal {
  position: absolute;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  display: none;
}
.gb_over {
  position: absolute;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  display: none;
}
.gb_limited {
  display: none;
}
.gb_tag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  background-color: rgba(255,0,128,1);
  color: #fff;
  top: 0;
  left: 0;
	height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
}
.gb_diff {
  display: none;
}
.gb_deadline {
  font-family: Arial Black, sans-serif;
  position: absolute;
  background-color: rgba(0,0,0,0.82);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 8px;
}
.gb_deadlinetime {
  font-family: Arial Black, sans-serif;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  width: 240px;
  overflow: hidden;
}
.gb_likebutton {
  font-family: Arial Black, sans-serif;
  position: absolute;
  color: #fff;
  bottom: 1px;
  right: 1px;
  width: 72px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 8px;
  box-sizing: border-box;
  border: solid 1px rgba(255,255,255,0.5);
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
}
.gb_likebutton:hover {
  background-color: rgba(255,255,255,0.5);
}
.gb_like {
  position: absolute;
  font-family: Arial Black, sans-serif;
  font-size: 20px;
  font-weight: bold;
  bottom: 0;
  right: 8px;
  text-align: right;
  color: #ffffff;
}
.gb_heart{
  position: relative;
  width: 7px;
  height: 13px;
  margin-top: 7px;
  margin-left: 2px;
}
.gb_heart:before,
.gb_heart:after{
  position:absolute;
  content:"";
  width: 7px;
  height: 13px;
  background: rgba(255,0,128,1);
}
.gb_heart:before{
  transform:rotate(-45deg);
  border-radius: 7px 7px 0 0;
}
.gb_heart:after{
  left: 4px;
  transform:rotate(45deg);
  border-radius: 7px 7px 0 0;
}
.gb_maker {
  font-family: Arial Black, sans-serif;
  color: rgba(255,0,128,1);
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.gb_productname {
  font-family: Arial Black, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  height: 33px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gb_slogan {
  color: rgba(0,0,0,0.82);
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  height: 18px;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gb_order {
  font-family: Arial Black, sans-serif;
  text-align: right;
  width: 64px;
  position: absolute;
  padding-right: 5px;
  bottom: 46px;
  left: 8px;
  color: rgba(255,255,255,1);
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -3px;
  text-shadow: 2px 2px 1px #ff0080, -2px 2px 1px #ff0080, 2px -2px 1px #ff0080, -2px -2px 1px #ff0080;
}
.gb_target {
  font-family: Arial Black, sans-serif;
  text-align: right;
  width: 64px;
  position: absolute;
  padding-right: 5px;
  bottom: 46px;
  left: 80px;
  color: rgba(255,255,255,1);
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -3px;
  text-shadow: 2px 2px 1px #808080, -2px 2px 1px #808080, 2px -2px 1px #808080, -2px -2px 1px #808080;
}
.gb_ordertag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 95px;
  left: 8px;
  color: #ffffff;
  background-color: rgba(255,0,128,1);
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  width: 64px;
  text-align: center;
}
.gb_targettag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 95px;
  left: 80px;
  color: #ffffff;
  background-color: #808080;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 4px;
  width: 64px;
  text-align: center;
}
.gb_pricetag {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 97px;
  right: 8px;
  color: red;
  font-size: 13px;
  font-weight: bold;
}
.gb_price {
  font-family: Arial Black, sans-serif;
  position: absolute;
  bottom: 62px;
  right: 8px;
  color: red;
  font-size: 33px;
  font-weight: bold;
}
.gb_ecprice {
  font-family: Arial Black, sans-serif;
  color: #808080;
  position: absolute;
  bottom: 48px;
  right: 8px;
  font-size: 11px;
  font-weight: normal;
}
.gb_ecprice span {
  font-family: Arial Black, sans-serif;
  text-decoration: line-through;
}
button.gb_estore {
  font-family: Arial Black, sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 38px;
  line-height: 30px;
  background-color: rgba(255,127,0,1);
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  border: double 4px rgba(255,255,255,0.82);
  color: #ffffff;
}
button.gb_estore:hover {
  border: solid 1px rgba(255,127,0,1);
  color: rgba(255,127,0,1);
  background-color: #ffffff;
}

/* 20190829追加 */
.share-all{
  padding: 1%;
  width:420px;
}

.share{
    padding: 0 5px 0 0;
    float:left;
    height:auto;
}

.video{
    height:20px !important;
}

@media (max-width: 1900px) {
  .gb_deadline {
    width: 96%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 30.6666%;
    height: 375px;
    margin: 2% 0 0 2%;
  }
}
@media (max-width: 1480px) {
  .gb_deadline {
    width: 96.5%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 47%;
    height: 375px;
    margin: 2% 0 0 2%;
  }
}
@media (max-width: 1050px) {
  .gb_deadline {
    width: 97.5%;
  }
  .gb_product {
    position: relative;
    float: left;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
    border: solid 1px #eee;
    width: 96%;
    height: 375px;
    margin: 4% 0 0 2%;
  }
}
@media (max-width: 360px) {
  .gb_targettag {
    font-family: Arial Black, sans-serif;
    bottom: 90px;
    font-size: 12px;
    font-weight: bold;
    left: 80px;
    color: #808080;
    background-color: transparent;
    text-align: left;
  }
  .gb_target {
    font-family: Arial Black, sans-serif;
    bottom: 91px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-right: 0;
    left: 124px;
    color: #808080;
    letter-spacing: 0;
    text-shadow: none;
  }
}


@media (max-width: 1446px) {
  .c_image {
    width: 23.2%;
  }
}
@media (max-width: 1199px) {
  .c_image {
    width: 100%;
    height: 120px;
  }
}
@media (max-width: 940px) {
  .c_shibuya {
    width: 46%;
    margin: 0 4% 4% 4%;
  }
  .c_umeda {
    width: 46%;
    margin: 0 0 4% 0;
  }
  .c_estore {
    width: 100%;
    margin: 0 4% 4% 4%;
  }
  .c_shop {
    font-size: 50%;
    padding-top: 1%;
    padding-left: 4%;
    padding-bottom: 1%;
  }
  .c_tel {
    font-size: 80%;
    padding-left: 4%;
  }
}
@media (max-width: 479px) {
  .c_wrapper {
    width: 100%;
  }
}
#main_content_inner_single #single_page .single_tags {
  margin: 40px 0;
  font-size: 10px;
}
#main_content_inner_single #single_page .single_tags li{
  display: inline-block;
  margin: 0 1.5em 0 0;
  line-height: 2em;
  height: 2em;
  
}
#main_content_inner_single #single_page .single_tags li a{
  display: block;
  background: #ddd;
  height: 2em;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #444;
  position: relative;
  border-radius: 12px;
}
#main_content_inner_single #single_page .single_tags li a:before{
  content:"#";
}
#main_content_inner_single #single_page .single_tags li a:hover{
  background-color: #555;
  color: #fff;
}
.kv_catch{
  padding: 1em;
  color: #333;
  font-size: .8em;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
}