@charset "euc-jp";

body {
  background-color: #fff;
  color: #040000;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: 500;
}

a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul, ol, form, p {
  margin: 0;
}

/*
 * layout
 */
.container {
  width: 1300px;
  padding: 0 50px 0;
  margin: 0 auto;
}

/* header */
.promo__seciton {
  background-color: #000;
  width: 100%;
  min-height: 49px;
}

.promo {
  background: #000;
}

.promo__text {
  color: #fff;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 1px;
  font-weight: bold;
  background: #000;
}

.header__section {
  width: 1300px;
  padding: 0 50px 0;
  text-align: center;
  margin-bottom: 60px;
}

.header-search {
  position: relative;
  float: left;
  margin-top: 20px;
  width: 310px;
}
.header-search i {
  position: absolute;
  top: 16px;
  left: 15px;
}

.header-search__box {
  min-width: 240px;
  padding: 15px 11px 17px 51px;
  background: none;
  border: none;
  border-radius: 3px;
  color: #333;
}
.header-search__box:focus {
  padding: 14px 10px 16px 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.header-tools {
  float: right;
  margin: 25px 0 0;
  width: 465px;
  text-align: right;
}

.header-tools__unit {
  display: inline;
  margin-left: 45px;
  line-height: 1.4;
}

.header-tools__unit-cart {
  margin-left: 21px;
}

.header-tools__btn {
  position: relative;
  padding: 7px 15px 7px 34px;
  font-size: 12px;
}
.header-tools__btn i {
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 14px;
}

.header-tools__count {
  padding: 0 2px;
  font-size: 14px;
}

.header__logo-img {
  margin: 90px 0;
}

.header__logo {
  margin: 70px 0;
}

.header-gnavi {
  list-style-type: none;
  position: relative;
}

.header-gnavi__unit {
  display: inline;
}

.header-gnavi__link {
  padding: 15px 30px;
}

.header-gnavi__link--menu {
  position: relative;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 14px 29px 15px;
  background: #fff;
  z-index: 55;
}

.mega-navi {
  display: none;
  list-style-type: none;
  border: 1px solid #ddd;
  width: 1220px;
  position: absolute;
  top: 32px;
  left: 0;
  padding: 39px;
  background: #fff;
  z-index: 50;
  text-align: left;
}

.mega-navi__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}

/* slider */
#slider div {
  width: 100%;
  background-color: #CCCCCC;
  padding: 0px;
}

.slider {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  margin-bottom: 5px;
  padding: 60px 0 0 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 30px;
}

/* sidebar */
.sidebar__section {
  float: left;
  width: 270px;
  margin-right: 60px;
}

.menu__section {
  margin-bottom: 60px;
}

.banner-sidebar__section li {
  margin-bottom: 20px;
}

.more-prd span {
  cursor: pointer;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 60px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/80/spacer.png) no-repeat;
}

.sort__section {
  position: absolute;
  top: 0;
  right: 0;
}

.sort--sub-layer {
  min-width: 200px;
  width: 100%;
}

/* contents */
.contents__section {
  float: none;
  margin: 90px auto 0px;
  max-width: 1200px;
}

.banner-contents__section, .info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .layout-type__primary .product__image, .layout-type__secondary .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}

.recommend__section, .product-list__section{
  margin-top: -10px;
  margin-bottom: 10px;
}

.product-list__section{
  margin-bottom: 20px;
}

.product-list__section {
  position: relative;
}

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/80/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.sub-list {
  padding-bottom: 60px;
  font-size: 0;
}

.sub-list__unit {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 20px;
  width: 32.3%;
  font-size: 14px;
}

.sub-list__img {
  padding-bottom: 10px;
}

.sub-list__link {
  display: block;
}

.sub-list__name {
  display: block;
}

.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/80/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/80/spacer.png) no-repeat;
}

/* information */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* history */
.history__section {
  clear: both;
  border-top: 1px solid #ddd;
  padding-top: 60px;
}

/* footer */
.footer__section {
  border-bottom: 1px solid #000;
}

.footer__guide {
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.guide__col {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.guide__col--one-third {
  width: 410px;
}

.guide__col--half {
  width: 625px;
}

.guide__h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.guide__list {
  margin: 0;
}

.guide__name {
  padding-bottom: 15px;
}

.guide__other {
  margin: 0;
  padding-bottom: 30px;
  color: #666;
}

.footer__navi {
  margin-bottom: 40px;
}

.shop-owner {
  overflow: hidden;
}

.shop-owner__img {
  float: left;
  width: 200px;
  margin-right: 20px;
}

.shop-owner__info {
  float: left;
  width: 290px;
}

.shop-owner__name {
  margin-bottom: 16px;
  font-weight: bold;
}

.shop-owner__memo {
  line-height: 1.8;
}

.sns-list {
  list-style-type: none;
  padding-bottom: 60px;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}

.mailmaga_text {
  display: block;
  padding-bottom: 10px;
}
.mailmaga_text input {
  min-width: 240px;
  padding: 5px 10px;
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  color: #333;
}
.mailmaga_text input:focus {
  background: #fff;
}

.mail-mag__h3 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 14px;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}

/* copyright */
.copyright__section {
  padding: 20px 0;
  font-size: 10px;
}

.copyright {
  margin: 0 0 10px;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}

/* menu-list */
.menu-list {
  margin: 10px 0 0;
  list-style-type: none;
}

.menu-list--more-prd {
  margin: 10px 0 20px;
}

.menu-list__link {
  display: table;
  padding: 10px 0;
  width: 100%;
}

.menu-list__text {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
  width: 90%;
}

.menu-list__icon {
  display: table-cell;
  vertical-align: middle;
  width: 10%;
  text-align: right;
}

.category-list__unit {
  position: relative;
}

.subcategory-list {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ddd;
  display: none;
  position: absolute;
  top: -27px;
  left: 160px;
  background: #fff;
  z-index: 10;
  list-style-type: none;
}

/* calender */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  padding: 6px 0;
}
.tbl_calendar th {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

/* product-list */
.product-list {
  list-style-type: none;
  font-size: 0;
}

.product-list__unit {
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 40px;
  vertical-align: top;
  position: relative;
  text-align: center;
}

.product-list__unit-sm {
  width: 110px;
}

.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 285px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image:hover {
  opacity: 0.8;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}

.product-list__expl {
  margin-top: 20px;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

.product-list__price-regular {
  text-decoration: line-through;
}

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

.rank-box {
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 5;
}

.rank-box--sidebar {
  top: 10px;
}

.rank-number {
  padding: 8px 0 0;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 32px;
  display: block;
  text-align: center;
}

.rank-number--sidebar {
  padding: 4px 0 0;
  width: 22px;
  height: 18px;
}

.rank-number-color--1 {
  background: #ffea22;
}

.rank-number-color--2 {
  background: #cbcbcb;
}

.rank-number-color--3 {
  background: #d9a300;
}

/* pagenation */
.pagenation {
  text-align: center;
}

.pagenation-list__unit {
  display: inline-block;
  margin: 0 2px;
}
.pagenation-list__unit a {
  border-radius: 3px;
  padding: 8px 12px;
  border: 1px solid #000;
}
.pagenation-list__unit a:hover {
  background: #333;
  color: #fff;
}
.pagenation-list__unit span {
  border-radius: 3px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #ccc;
}

.pagenation-list__navi-end a {
  background: #333;
  color: #fff;

@charset "euc-jp";
}
.pagenation-list__navi-end a:hover {
  background: #555;
  border: 1px solid #555;
}

/* product */
.product__section {
  margin-bottom: 60px;
}
.product__section h2 {
  border-bottom: none;
  font-size: 22px;
  margin-top: 30px;
}

.product__explain {
  padding-top: 10px;
  line-height: 1.8;
  background: url(https://img.shop-pro.jp/tmpl_img/80/spacer.png) no-repeat;
}

/* layout-type__primary */
.layout-type__primary .product__model {
  color: #666;
}
.layout-type__primary .product__image-main {
  text-align: center;
}
.layout-type__primary .product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}
.layout-type__primary .image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.layout-type__primary .image__thumb--active {
  border: 2px solid #ddd;
}
.layout-type__primary .product__guide {
  padding: 0 0 60px;
}
.layout-type__primary .product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
}
.layout-type__primary .product__price-regular {
  padding-bottom: 5px;
}
.layout-type__primary .product__price-establish {
  padding-bottom: 5px;
  color: #666;
}
.layout-type__primary .product__discount {
  color: #ff0000;
}
.layout-type__primary .product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}
.layout-type__primary .product__related-list__link {
  display: block;
  padding: 5px 0;
}
.layout-type__primary .product__related-list__link span {
  padding-left: 15px;
}
.layout-type__primary .product__order {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  padding: 40px 0 60px;
}
.layout-type__primary .option-list__name, .layout-type__primary .init-list__name, .layout-type__primary .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}
.layout-type__primary .option-list__detail, .layout-type__primary .init-list__detail, .layout-type__primary .text-titles-list__detail {
  margin: 0;
}
.layout-type__primary .option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}
.layout-type__primary .text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}
.layout-type__primary .init-list__detail-num {
  width: 200px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}
.layout-type__primary .init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.layout-type__primary .init-list__detail-unit {
  padding-left: 10px;
}
.layout-type__primary .order-btn-list {
  margin: 0;
  padding-top: 30px;
}
.layout-type__primary .stock_error {
  text-align: center;
  color: #cf0400;
}
.layout-type__primary .option-table {
  margin: 40px 0;
}
.layout-type__primary .option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.layout-type__primary .option-table table th, .layout-type__primary .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.layout-type__primary .option-table table th {
  text-align: center;
}
.layout-type__primary .option-table table td {
  vertical-align: top;
  text-align: center;
}
.layout-type__primary .related-list {
  text-align: right;
  padding-right: 15px;
}
.layout-type__primary .related-list__unit {
  display: inline-block;
}

/* layout-type__secondary */
.layout-type__secondary {
  border-bottom: 1px solid #ddd;
  padding-bottom: 60px;
}
.layout-type__secondary .product__model {
  color: #666;
}
.layout-type__secondary .product__image {
  padding-right: 30px;
}
.layout-type__secondary .product__image-main {
  text-align: center;
}
.layout-type__secondary .product__image-thumb ul {
  margin-top: 20px;
  padding-right: 5px;
}
.layout-type__secondary .product__image-thumb ul li {
  cursor: pointer;
  margin-bottom: 25px;
  padding: 0 10px;
}
.layout-type__secondary .image__thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.layout-type__secondary .image__thumb--active {
  border: 2px solid #ddd;
}
.layout-type__secondary .product__prices {
  padding-bottom: 5px;
}
.layout-type__secondary .product__price-part {
  font-size: 22px;
  padding-bottom: 5px;
  margin-top: 30px;
}
.layout-type__secondary .product__price-regular {
  padding-bottom: 5px;
}
.layout-type__secondary .product__price-establish {
  padding-bottom: 5px;
  color: #666;
}
.layout-type__secondary .product__discount {
  color: #ff0000;
}
.layout-type__secondary .product__stock-str {
  padding-top: 30px;
  font-size: 22px;
}
.layout-type__secondary .product__related-list__link {
  display: block;
  padding: 5px 0;
}
.layout-type__secondary .product__related-list__link span {
  padding-left: 15px;
}
.layout-type__secondary .product__order {
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  margin-bottom: 30px;
  padding: 30px 0;
}
.layout-type__secondary .option-list__unit dl, .layout-type__secondary .text-titles-list__unit dl {
  margin: 0 0 30px;
}
.layout-type__secondary .option-list__name, .layout-type__secondary .init-list__name, .layout-type__secondary .text-titles-list__name {
  padding-bottom: 10px;
  font-weight: normal;
}
.layout-type__secondary .option-list__detail, .layout-type__secondary .init-list__detail, .layout-type__secondary .text-titles-list__detail {
  margin: 0;
}
.layout-type__secondary .option-list__select {
  height: 50px;
  border: 2px solid #ddd;
}
.layout-type__secondary .init-list {
  margin: 0 0 30px;
}
.layout-type__secondary .text-titles-list__detail-text {
  height: 50px;
  border: 2px solid #ddd;
}
.layout-type__secondary .init-list__detail-num {
  width: 100px;
  height: 38px;
  border: 2px solid #ddd;
  display: inline-block;
}
.layout-type__secondary .init-list__detail-updw {
  margin: 0;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
}
.layout-type__secondary .init-list__detail-unit {
  padding-left: 10px;
}
.layout-type__secondary .order-btn-list {
  margin: 0;
  padding-top: 30px;
}
.layout-type__secondary .stock_error {
  text-align: center;
  color: #cf0400;
}
.layout-type__secondary .option-table {
  margin: 10px 0 30px;
}
.layout-type__secondary .option-table table {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.layout-type__secondary .option-table table th, .layout-type__secondary .option-table table td {
  padding: 11px 7px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.layout-type__secondary .option-table table th {
  text-align: center;
}
.layout-type__secondary .option-table table td {
  vertical-align: top;
  text-align: center;
}
.layout-type__secondary .related-list {
  padding-top: 30px;
}
.layout-type__secondary .related-list__unit a {
  display: block;
  padding: 5px 0;
}

/* option detail */
.option-detail__section {
  padding: 20px;
  text-align: center;
}

.option-detail__table th {
  text-align: center;
}
.option-detail__table td {
  text-align: center;
}

.option-detail__price--regular {
  text-decoration: line-through;
}

.option-detail__discount {
  color: #ff0000;
}

/* privacy.shopkeeper */
.shop-info__lead {
  margin: 40px 0 20px;
  line-height: 1.8;
}

.shop-info-list__title {
  padding: 20px 0 5px;
}
.shop-info-list__title:first-child {
  padding: 0 0 5px;
}

.shop-info-list__note {
  margin: 0;
  line-height: 1.8;
}

/*
 * Module
 */
.section__title-h2 {
  margin: 0;
  padding-bottom: 5px;
}

.btn-primary {
  background: #000000;
  border: 1px solid #cccccc;
  color: #fff;
}
.btn-primary:hover {
  background: #666;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 20px 0 22px 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.txt--sm {
  font-size: 10px;
}

.txt--md {
  font-size: 12px;
}

.txt--lg {
  font-size: 16px;
}

.txt--c {
  text-align: center;
}

.txt--r {
  text-align: right;
}

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.mar-t--20 {
  margin-top: 20px;
}

.mar-b--20 {
  margin-bottom: 20px;
}

.mar-b--60 {
  margin-bottom: 60px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.hide {
  display: none;
}

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.gnav-wrapper {
 width: 1200px;
 margin: 44px auto 32px;
 background: #5e5e5e;
 position: relative;
 list-style: none;
}
 
.gnav {
 position: absolute;
 display: inline;
 justify-content: space-start;
 padding-left: 0px;
 font-size: 0px;
}
 
.gnav li {
 padding: 0px 0px;
 text-align: left;
 transition: all 0s ease-in-out;
 display: inline;
 font-size: 0px;
}
 
.gnav li:hover {
 background: #3e3e3e;
}
 
.gnav a {
 color: #fff;
}
 
.gnav > li:last-child a {
 border-right: solid 1px #fefefe;
}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 70px 0 110px 0px;
}
 
.megamenu {
 background: #ffffff;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 left: 0;
 transition: all .0s ease-in;
 z-index: 999;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 1) );
 padding: 0;
}
 
.megamenu-inner a {
 border-left: none;
}
 
.megamenu-inner-img {
 margin: 0 0 10px;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}

ul li {
  list-style: none;
}

.wg_megabox01 {
 width: 255px;
 list-style: none;
 margin-left: 235px;
 font-size: 0px;
}

.wg_megabox01 a:hover img {
  opacity: 0.7;
  filter: wg_megabox01(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wg_megabox02 {
 width: 246px;
 list-style: none;
 font-size: 0px;
}

.wg_megabox02 a:hover img {
  opacity: 0.7;
  filter: wg_megabox02(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wg_megabox03 {
 width: 222px;
 list-style: none;
 margin-left: 133px;
 font-size: 0px;
}

.wg_megabox03 a:hover img {
  opacity: 0.7;
  filter: wg_megabox03(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wg_megabox04 {
 width: 247px;
 high: 268px;
 list-style: none;
 font-size: 0px;
 border-left: solid #E3E3E3;
 border-left-width: 1px;
}

.wg_megabox04 a:hover img {
  opacity: 0.7;
  filter: wg_megabox04(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h1 { display:inline; }

.wg_container2 {
    position:  relative;
	width: 1200px;
	padding: 100px 60px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fcfcfc;
}

.sliderabc {
  width: 100%;
  background-image: url(https://img21.shop-pro.jp/PA01428/077/etc/0933050.jpg?cmsp_timestamp=20190311021644);
  padding: 0px;
  margin-top: 100px;
}

.wg_container9 {
    position:  relative;
	top: 40px;
	width: 100%;
    min-height: 250px;
	border-top: solid #E3E3E3;
	border-top-width: 1px;
	background-image: url(https://img21.shop-pro.jp/PA01428/077/etc/0933055.jpg?cmsp_timestamp=20190311222953);
}

.wg_container8 {
    display: flex;
	align-items: center;
	align-content: space-between;
    position:  relative;
	width: 1200px;
	margin: 32px auto 0;
	background-image: url(https://img21.shop-pro.jp/PA01428/077/etc/0933055.jpg?cmsp_timestamp=20190311222953);
}

.wg_container9 a:hover img {
  opacity: 0.3;
  filter: wg_megabox01(opacity=70);
  -ms-filter: "alpha(opacity=30)";
}

img.mgn7{margin-right:7px;}

.wg_container3 {
    display: flex;
	align-items: center;
	align-content: space-between;
    position:  relative;
	width: 1200px;
	margin: 46px auto 0;
    background-image: url(https://img21.shop-pro.jp/PA01428/077/etc/0933055.jpg?cmsp_timestamp=20190311222953);
}

.wg_container3c {
    position: relative;
	margin-left: 0px;
}

.wg_container3c li {
 padding-right: 15px;
 text-align: left;
 display: inline;
 font-size: 12px;
}

.wg_container3c li+ li {
  border-left: 1px solid #333;
  padding-left: 20px;
}

.wg_container3d {
    float: right;
    position: relative;
	margin-left: 0px;
	font-size: 11px;
}
	
.wg_container4 {
  position:  relative;
  width: 1200px;
  margin: 20px auto 0;
  background-image: url(https://img21.shop-pro.jp/PA01428/077/etc/0933055.jpg?cmsp_timestamp=20190311222953);
}
	
.wg_container3e {
    position: relative;
	font-size: 11px;
	margin-left: auto;
}

.wg_container3e li {
 padding-right: 15px;
 text-align: left;
 display: inline;
 font-size: 11px;
 }
 
.product__image-main {
  border: solid;
  border-width: 1px;
  border-color: #D7D7D7;
  margin-bottom: 40px;
}

.product__name{
  max-width: 348px;
}
.disable_cartin{
  max-width: 348px;
}

.layout-type__secondary {
    border-bottom: 0px solid #ddd;
    padding-bottom: 0px;
}

.dit_aaa {
  font-size: 22px;
  font-weight: bold; 
  margin-top: -60px;
}

.dit_bbb {
  font-size: 18px; 
}

.dit_bbb02 br{
  line-height: 0.8;
}

.dit_bbb01 {
  font-size: 16px;
  font-weight: bold; 
  line-height: 300%;
  border-bottom: solid 1px;
  border-color: #DDDDDD;
  margin-top: -20px;
}

.dit_bbb02 {
  font-size: 14px; 
  margin-top: -20px;
  padding-right: 20px;
}

.dit_bbb03 {
  padding-left: 80px;
}

.dit_bbb04 {
  padding-top: 20px;
  padding-left: 50px;
  font-size: 14px; 
}

.dit_ccc {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.dit_ccc02 {
  font-size: 13px; 
  padding-right: 20px;
}

h3 {
  font-size: 20px;
  font-weight: normal; 
  line-height: 0em;
}

h4 {
  font-size: 18px;
  font-weight: normal; 
}

.dit_fff01 {
  font-size: 18px;
  font-weight: bold; 
  border-bottom: solid 1px;
  border-color: #DDDDDD;
}

th,td {
  border: solid 1px; 
  border-color: #DDDDDD;
  border-width: 1px 0;
  padding: 10px 0;
  line-height: 180%;
}

.robot {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 24px;
 color: #333333;
 text-align: left;
 letter-spacing: 2px;
}

.robot_big {
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 24px;
 color: #333333;
 margin: 210px 0 40px;
 text-align: center;
 letter-spacing: 2px;
}

.kv +  .robot_big {
 margin: 80px 0 40px;
}

.cb{
	clear: both;
}

.sinchaku__section_h {
  margin-top: 30px;
  margin-bottom: 10px;
}

.sinchaku__section {
  margin-top: 70px;
  margin-bottom: 10px;
}

.vall {
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 18px;
   color: #333333;
   letter-spacing: 2px;
   width:180px;
   padding: 15px 0;
   text-decoration:none;
   display:block;
   text-align:center;
   color:#000;
   border:2px solid #000;
   margin: 45px auto 10px;
}

.vall:hover {
  border-color: #222222;
  }

.dit_bbb02_left {
  font-size: 14px; 
}

.dit_bbb02_left li {
  line-height: 2.5em;
}

.dit_bbb02_left li a:hover{
  color: #E60012 ;
  }

.dit_bbb01_right {
  font-size: 18px;
  font-weight: bold; 
  line-height: 300%;
  border-bottom: solid 1px;
  border-color: #DDDDDD;
  margin: -26px 0 -20px;
}

.dit_bbb02_right {
  font-size: 16px;
  line-height: 2em;
  list-style: none;
 }

.dit_bbb02_right a {
  text-decoration: underline;
  }

.dit_bbb02_right a:hover{
  color: #E60012 ;
  text-decoration: underline;
  }

.dit_bbb02_right img {
  margin-right: 10px;
  }

.kiyaku_btn {
   font-size: 14px;
   color: #333;
   width:160px;
   padding: 5px 0;
   text-decoration:none;
   display:block;
   text-align:center;
   color:#000;
   border:1px solid #000;
   margin: -15px 0 10px auto;
}

.kiyaku_btn a:hover {
  text-decoration: none;
  }

.dit_bbb02_right h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  }

.dit_bbb03_right {
  font-size: 16px;
  line-height: 2em;
  list-style: none;
 }

.dit_bbb03_right h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  }

.dit_bbb03_right table.tblitem_complete {
    border-top: 1px solid #c7c1ac;
    border-left: 1px solid #c7c1ac;
    font-size: 12px;
    text-align: left
}

.dit_bbb03_right table.tblitem_complete th, table.tblitem_complete td {
    margin: 0px;
    padding: 5px 10px;
    border-bottom: 1px solid #c7c1ac;
    border-right: 1px solid #c7c1ac;
    font-weight: normal;
}

.dit_bbb03_right table.tblitem_complete td {
    border-bottom: 1px solid #c7c1ac;
    border-right: 1px solid #c7c1ac;
    text-align: left;
}

.dit_zzz {
  font-size: 18px; 
  margin-left: auto;
  margin-right: auto;
}

.privacy_900 {
  width: 960px;
  margin: 0 auto 0;
  padding: 0 30px 0;
}

.dit_bbb02_login {
  width: 650px;
  margin: 40px auto 60px;
  font-size: 16px;
  text-align: center;
  line-height: 2em;
  list-style: none;
  }

.dit_bbb02_login_u1 {
  margin-top: 30px;
  font-size: 16px;
  text-align: left;
  }

.dit_bbb02_login_u1 ul li {
  padding-left: 30%;
  line-height: 2.2em;
  }

.dit_bbb02_login_u2 {
  margin-top: 40px;
  font-size: 13px;
  }

.dit_bbb02_gift {
  width: 650px;
  margin: 40px auto 60px;
  font-size: 16px;
  text-align: left;
  line-height: 2em;
  }

.dit_bbb02_gift h2 {
  text-align: center;
  }

.dit_bbb02_gift img {
  margin: 0 auto 20px;
  }

.dit_bbb02_login_u2 img {
  margin: 0 10px 20px 10px;
  float: left;
  }

/* 商品ページ説明 */
.dit_01 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.dit_02 {
  font-size: 18px;
  margin-bottom: 40px;
}

.dit_03 {
  font-size: 18px; 
  margin-bottom: 40px;
}

.dit_03_01 {
  font-size: 16px;
  font-weight: bold; 
  line-height: 300%;
  border-bottom: solid 1px;
  border-color: #DDDDDD;
  margin-bottom: 20px;
}

.dit_03_02 {
  font-size: 14px; 
  padding-right: 20px;
}

.dit_03_02privacy {
  font-size: 14px; 
  padding-left: 150px;
  padding-right: 20px;
}

.dit_03_02 h3 {
  font-size: 20px;
  font-weight: normal; 
  line-height: 2em;
}

.dit_03_02 h4 {
   font-size: 18px;
   font-weight: normal;
   line-height: 1.5em;
}

.dit_03_03 {
   padding-left: 40px;
   padding-top: 15px;
}

.dit_03_03 img {
   margin-bottom: 20px;
}

.dit_04 {
  font-size: 18px; 
  margin-bottom: 60px;
}

.dit_05 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dit_05_02 {
  font-size: 14px; 
  padding-right: 20px;
}

.dit_05_02 h3 {
  font-size: 20px;
  font-weight: normal; 
  line-height: 1.5em;
}

figure {
   display: inline-block;
   margin: 0px 3px 7px 0px; 
}

figure img {
    display: block;
    margin: 0px 0px 3px 0px; 
}

figcaption {
    text-align: center;
}

.brand_under {
  width: 810px;
  margin: 75px auto;
}

.brand_under img {
  width:100%;
}

.brand_under a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
body.active {
	height: 100vh;
	overflow: hidden;
}

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

@media screen and (min-width: 813px) {
	
	.sp { display: none;}
	
	a {
		-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	
}
@media screen and (max-width: 812px) {
	
	.pc { display: none;}
	
}



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

	Header

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

#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
    z-index: 999;
}
#header .hdrInnerWrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header h1 {
	margin: 0;
	line-height: 0;
	width: 30%;
}
#header h1 a {
	display: block;
	width: 131px;
}

#mainMenu {
	font-family: 'Roboto', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	width: 30%;
	display: flex;
	justify-content: center;
}
#mainMenu .brandsMenuWrap,
#mainMenu .itemsMenuWrap {
	margin: 0 30px;
	padding-top: 40px;
}
#mainMenu .mainMenuParent {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    position: relative;
    display: block;	
    height: 60px;
    line-height: 1.2;
    padding-right: 20px;
}
#mainMenu .mainMenuParent::after {
    content: "▼";
    color: #e60012;
    display: block;
    font-size: 9px;
    vertical-align: text-bottom;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2;
	transition: all 0.2s ease-out;
}

#mainMenu .mainMenuSub {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
    padding: 40px 0;
	background-color: #fff;
}

#mainMenu .mainMenuSub .brandsMenu {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#mainMenu .mainMenuSub .brandsMenu li {
	width: 24%;
}
#mainMenu .mainMenuSub .brandsMenu li a {
	display: block;
	line-height: 0;
}


#mainMenu .mainMenuSub .itemsMenu {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
#mainMenu .mainMenuSub .itemsMenu li {
	width: 25%;
	box-sizing: border-box;
	border-right: #e6e6e6 solid 1px;
	padding: 0 25px;
}
#mainMenu .mainMenuSub .itemsMenu li p {
	font-size: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

#mainMenu .mainMenuSub .itemsMenuColumn div {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: #e6e6e6 solid 1px;
}
#mainMenu .mainMenuSub .itemsMenuColumn div + div {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

#mainMenu .mainMenuSub .itemsMenu .itemsMenuLower {
	padding: 10px;
}
#mainMenu .mainMenuSub .itemsMenu .itemsMenuLower li {
	width: 100%;
    border-right: none;
    padding: 0;
	font-size: 14px;
	margin-bottom: 10px;
}



#hdrSideNav {
	width: 30%;
	display: flex;
	justify-content: flex-end;
    align-items: center;
}
#hdrSideNav .hdrSideNav01 {
	display: flex;
}
#hdrSideNav .hdrSideNav01 li { padding: 0 10px; line-height: 1; font-size: 12px;}
#hdrSideNav .hdrSideNav01 li:first-child {
	border-right: #000 solid 1px;
}
#hdrSideNav .hdrSideNav02 {
	display: flex;
}
#hdrSideNav .hdrSideNav02 li {
	width: 15px;
	margin-left: 25px;
}


@media screen and (max-width: 1024px) and (min-width: 841px) {
	
	#header { padding: 0 30px;}
	#header h1 { width: 25%;}
	#hdrSideNav { width: 35%;}
}
@media screen and (max-width: 1024px) {
	#mainMenu .brandsMenuWrap,
	#mainMenu .itemsMenuWrap { margin: 0 15px;}
	#hdrSideNav .hdrSideNav01 li { /*font-size: 11px;*/}
	#hdrSideNav .hdrSideNav02 li { margin-left: 20px;}
}
@media screen and (max-width: 840px) {
	
	#header h1 { width: 30%;}
	#mainMenu { width: 30%;}
	#hdrSideNav { width: 40%;}
	
}

#header #menuButton,
#spMenu {
	display: none !important;
}
#mainMenu .mainMenuParent:hover,
#hdrSideNav .hdrSideNav01 li a:hover,
#mainMenu .mainMenuSub .itemsMenu li a:hover {
	color: #e60012;
}
#mainMenu .mainMenuSub .brandsMenu li a:hover,
#hdrSideNav .hdrSideNav02 li a:hover {
	opacity: 0.4;
}




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

	footer

//////////////////////////////////////////////////////////////////////////////// */
#footer {
	border-top: #e6e6e6 solid 1px;
	padding: 30px 40px 60px;
}
#footer #groupLink {
    margin-bottom: 50px;
    overflow: hidden;
}
#footer #groupLink li {
    float: left;
    margin-right: 20px;
}
#footer #groupLink li a {
    color: #000;
    text-decoration: none;
    background: url(https://img21.shop-pro.jp/PA01428/077/etc/icon_blank.png?cmsp_timestamp=20190330044753) no-repeat left center;
    background-size: 13px;
    padding-left: 20px;
    display: inline-block;
    font-size: 12px;
}

.ftrNavWrap {
	display: flex;
	justify-content: space-between;
}

#footer #ftrOtherLinks {
    overflow: hidden;
    margin-bottom: 20px;
}
#footer #ftrOtherLinks:last-child { margin-bottom: 0;}
#footer #ftrOtherLinks li {
    float: left;
    line-height: 1.4;
    padding-right: 15px;
    margin-right: 15px;
    border-right: #000 solid 1px;
}
#footer #ftrOtherLinks li a {
    color: #000;
    text-decoration: none;
}
#footer #ftrOtherLinks li:last-child {
    border: none;
}


#ftrSns {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
#ftrSns li {
	width: 15px;
	line-height: 0;
	margin-left: 25px;
}

#footer .copyright {
	font-size: 10px;
	letter-spacing: 0.05em;
}



@media screen and (min-width: 813px) {
	#footer #ftrOtherLinks li a:hover {
		color: #e60012;
	}
	#ftrSns li a:hover {
		opacity: 0.4;
	}
}

@media screen and (max-width: 912px) {
  .ftrNavWrap {
    display: block;
  }
  .ftrNavLeft {
  	margin-bottom: 40px;
  }
  #ftrSns {
  	justify-content: flex-start;
  }
  #ftrSns li {
    margin-left: 0;
    margin-right: 25px;
  }
  
}

#header.header__section.container {
	display: none;
}
